

html, body {
    overflow-x: hidden;
    max-width: 100%;
}


body {
    padding: 0;
    margin: 0;
    min-height: 300vh; /* Make page scrollable */
    overflow-y: auto;
    background-color: black;
    cursor: no-drop;
    font-size: 10px;
    -ms-overflow-style: auto;
    scrollbar-width: auto;

}

body::-webkit-scrollbar {
    display: block;
    width: 12px;
}


.no-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.no-scrollbar::-webkit-scrollbar {
    display: none;
}



.container video {
    opacity: 100%;
    transition: all 1s;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    z-index: -1;
}

.screaming:hover video {
    opacity: 0%;
}

.screaming {
    position: relative;
    text-align: center;
    font-weight: 700;
    font-family: "chandler-42-regular", sans-serif;
    
}

.screaming:hover .intro {
    opacity: 100%;
    top: 50%;
}


a.button {
    color: rgba(255, 255, 255, 0.7);  /* Background color of the box */
    text-decoration: none;
    font-family: "chandler-42-regular", sans-serif;
    cursor: pointer;
    font-size: 1.6em;
    font-weight: 100;
    font-style: normal;
    pointer-events: auto;
}


.intro {
    text-align: center;
    padding: 30px;
    max-width: 800px;
    position: fixed;
    top: -100%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    opacity: 0%;
    list-style: none;
    z-index: 1;
    pointer-events: none;
}

.instruction-text {
    position: fixed;
    bottom: -100px;
    left: 50%;
    transform: translateX(-50%);
    color: rgba(255, 255, 255, 0.9);
    font-family: "chandler-42-regular", sans-serif;
    font-size: 2em;
    font-weight: 100;
    text-align: center;
    opacity: 0%;
    transition: all 1s ease 0.2s;
    z-index: 2;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.intro.active {
    opacity: 100%;
    top: 50%;
}

.screaming:hover .instruction-text {
    opacity: 100%;
    bottom: 20%;
}

.instruction-text.active {
    opacity: 100%;
    bottom: 20%;
}

.container video.fade {
    opacity: 0%;
}

.WIP {
    list-style-type:none;
    width: 100%;           /* Set the width of the box */
    height: 50%;          /* Set the height of the box */
    padding: 20%;          /* Add padding inside the box */
    overflow: auto;   
    position: absolute;
    top: 50%;
    left: 50%; 
    transform: translate(-50%, -50%);
    transition: .6s ease;
    opacity: 0%;

}

a.button:hover {
    color: rgba(255, 255, 255, 0.5);
}

.video-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: black;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    z-index: -1;
}

#myVideo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.scroll-spacer {
    height: 300vh; /* Creates scroll space */
}

button.shirt:first-of-type {
    margin-top: 100vh; /* Push first content down by full viewport height */
}

.content
{
    border: 0.5px solid;
    margin-left: 10%;
    margin-right: 10%;
    width: 80%;
    color: white;
    background-color: black;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    box-sizing: border-box;

}

/*.content img {
    padding: 20px;
    bottom: 50%;
    margin: 20px;
    left: 15%;
    position: relative;
    margin-bottom: 20px;
    float: left;

} */

.shirt img {
    float: left;
    padding: 10px;
    max-width: 100%;
    vertical-align: top;
}

.lyrics
{
    top: 0px;
    padding: 10px;
    color: white;
    font-size: 12px;
}

.sizebutton{
    color: white;
    padding-top: 20px;
    padding-left: 20px;
    border: none;
    font-size: 14px;
    text-decoration: none;
    text-align: left;
    background-color: black;
    font-family: "chandler-42-regular", sans-serif;
    font-weight: 200;
    font-style: normal;

}


button.shirt {
    background-color: black;
    cursor: pointer;
    margin-left: 10%;
    margin-right: 10%;
    border: .5px solid #fff;
    width: 80%;
    text-align: left;
    font-family: 'Fragment Mono',sans-serif;
}

button.closingX
{
    color: white;
    padding-top: 20px;
    padding-left: 20px;
    border: none;
    text-decoration: none;
    text-align: left;
    background-color: black;
    font-family: "chandler-42-regular", sans-serif;
    font-weight: 400;
    font-style: normal;
    
}

button.closingX:hover  {
    opacity: 0%;
}

 
.texts h1 {
    color: white;
    left: 100%;
    font-size: 30px;
    padding-left: 30px;
    inline-size: 550px;
    padding-top: 5px;
    font-family: "chandler-42-regular", sans-serif;
    font-weight: 800;
    font-style: normal;
    
}



span.shop-title {
    color: white;
    padding-left: 50px;
    padding-top: 20px;
    display: block;
    inline-size: 150px;
    font-size: 10px;
    font-family: "chandler-42-regular", sans-serif;
    font-weight: 400;
    font-style: normal;

}

span.title {
    color: white;
    display: block;
    font-size: clamp(0.8rem, 2vw, 2.5rem);  /* Responsive font size */
    padding-left: 0;
    width: 100%;
    padding-top: 2%;
    font-family: "chandler-42-regular", sans-serif;
    font-weight: 800;
    font-style: normal;
}

.texts p {
    color: white;
    width: 100%;
    margin: 10px 0; /* Add margin instead */
    font-size: clamp(0.4rem, 1vw, 0.8rem); 
    font-family: "chandler-42-regular", sans-serif;
    font-weight: 200;
    font-style: normal;
}

.texts p.size{
    color: white;
    width: 100%;
    margin: 10px 0; /* Add margin instead */
    font-size: clamp(0.6rem, 1vw, 1.0rem); 
    font-family: "chandler-42-regular", sans-serif;
    font-weight: 100;
    font-style: normal;
}


.thingPrice {
    color: white;
    display: block;
    padding-left: 0;
    padding-top: 1%;
    font-size: calc(0.6rem + 0.2vw);
    font-family: "chandler-42-regular", sans-serif;
    font-weight: 400;
    font-style: normal;

}


.checkout{ 


    background-color: black;
    display: block;
    width: auto;
    margin-top: 1%;
    border: none;
    color: white;
    font-family: "chandler-42-regular", sans-serif;
    font-weight: 400;
    font-style: normal;
    
}

button.checkout:hover{
    opacity: 10%;
    cursor:pointer; 
}

.menu-container { 
    position: absolute;
    margin: 20px;
    width: auto;

}

.menu-bar {
    overflow: hidden;
    background-color: black;
  }

  
.bar {
    list-style-type: none; 
    background-color: none; 
    position: fixed; 
    z-index: 103;
    right: clamp(.0001px, 1vw, 20px);


}





p.word4cart {
    color: black;
    font-size: clamp(8px, 2vw, 40px);
    font-family: "chandler-42-regular", sans-serif;
    font-weight: 800;
    margin: 0;
}

.bar:hover {
    opacity: 000001%;
    cursor:pointer; 
    background-color: black;
}

p.headtitle  {
    color: #fff;
    font-size: 30px;
    padding-right: 0px;
    font-family: "chandler-42-regular", sans-serif;
    font-weight: 400;
    font-style: normal;
}

/* Works on Firefox */
* {
    scrollbar-width: thin;
    scrollbar-color: white black;
  }
  
  /* Works on Chrome, Edge, and Safari */
  *::-webkit-scrollbar {
    width: 12px;
  }
  
  *::-webkit-scrollbar-track {
    background: black;
  }
  
  *::-webkit-scrollbar-thumb {
    background-color: black;
    border-radius: 20px;
    border: 3px solid white;
  }


.gallery {
    padding-bottom: 20px;
    padding-top: 20px;
    margin-left: clamp(20%, 40%, 40%);
    overflow: hidden;

}

.gallery img {
    display: block;
    padding-left: clamp(2%, 5%, 5%);
    height: clamp(80px, 10vw, 150px);
    padding-left: clamp(2%, 5%, 5%);
    cursor: pointer;
    opacity: .6;
    padding-bottom: 20px;


}

.gallery img:hover{
    opacity: 1;
}

.holder {
    flex: 1;
    min-width: 150px;
    max-width: 200px; 
}

.bigimage img {
    margin-top: 50px;
    height: clamp(300px, 35vw, 600px);
    margin-left: clamp(0%, 2vw, 5%);
    width: 100%;
    max-width: 100%;
    object-fit: contain;
}


span.flex {
    display: flex;
    width: 100%;
    flex-wrap: wrap; 
    gap: 2%;
    margin-bottom: 2%;
}

.cartrow {
    display: flex;
    flex-wrap: nowrap;
    gap: 0;
}



button.cart {

    color: black;
    background-color: transparent;
    border: none;
    text-decoration: none;
    display: flex;
    cursor: pointer;

}
.cartcounter {
    color: black;
    font-size: clamp(5px, 2vw, 40px);
    font-family: "chandler-42-regular", sans-serif;
    font-weight: 800;
    list-style-type: none; 
    background-color: none; 
    margin-left: 5px;
    line-height: 1.8;
    

}

.cartcounter.hidden {
    display: none;
}

button.cart:hover {
    opacity: 80%;
    cursor:pointer; 
}


.list .item button{
    background-color: #1C1F25;
    color: #fff;
    width: 100%;
    padding: 10px;
}

.card{
    position: fixed;
    top:0;
    left: 100%;
    width: min(90vw, 500px);
    background-color: black;
    height: 100vh;
    transition: 0.5s;
    overflow: auto;
    z-index: 12;
}
.active .card{
    left: calc(100% - min(90vw, 500px));
}
.active .container{
   transform: translateX(-200px);
}
.card .checkOut {
  position: relative;
  display: block;
  width: fit-content;
  margin: 20px auto;
  padding: 10px 20px;
  background: black;
  color: white;
  font-size: 15px;
  font-family: "chandler-42-regular", sans-serif;
  cursor: pointer;
  border: none;   /* remove normal box */
  z-index: 1;
}

.card .checkOut:hover {
  opacity: 0.1;
  background-color: black;
}

.card .checkOut:not(:hover) {
  opacity: 1;
  background-color: black;
}

.card .checkOut .square-outline{
  position: absolute;
  inset: -8px;                           /* <- extend 8px beyond button on all sides */
  width: calc(100% + 16px);
  height: calc(100% + 16px);
  pointer-events: none;
}

.card .checkOut .square-outline line{
  stroke: white;
  stroke-width: 2;                        /* .5 can be too thin */
  stroke-linecap: square;
  vector-effect: non-scaling-stroke;
}
/* optional: style the SVG lines */
.square-outline line {
  stroke: white;
  stroke-width: .5;
}

/* Stripe Elements styling */
.stripe-checkout-container {
    padding: 20px;
    margin-top: 20px;
}

.stripe-element {
    background-color: black;
    border: 1px solid white;
    padding: 15px;
    margin: 10px 0;
    color: white;
    font-family: "chandler-42-regular", sans-serif;
    font-size: 14px;
}

.stripe-element:focus {
    border-color: rgba(255, 255, 255, 0.7);
    outline: none;
}

.stripe-error {
    color: #fa755a;
    font-family: "chandler-42-regular", sans-serif;
    font-size: 12px;
    padding: 10px 0;
    text-align: center;
}

.checkout-section {
    padding: 20px;
    margin-top: 20px;
}

.checkout-form {
    display: none;
    padding: 20px;
    background-color: black;
}

.checkout-form {
    display: none;
    padding: 20px;
    background-color: black;
}

.checkout-form input {
    background-color: black;
    border: 1px solid white;
    color: white;
    padding: 10px;
    margin: 5px 0;
    width: calc(100% - 22px);
    font-family: "chandler-42-regular", sans-serif;
    font-size: 12px;
}

.checkout-form input:focus {
    border-color: rgba(255, 255, 255, 0.7);
    outline: none;
}

.checkout-form label {
    color: white;
    font-family: "chandler-42-regular", sans-serif;
    font-size: 12px;
    font-weight: 400;
    display: block;
    margin: 10px 0 5px 0;
}

.payment-button {
    background-color: black;
    border: 1px solid white;
    color: white;
    padding: 15px;
    width: 100%;
    margin: 20px 0;
    cursor: pointer;
    font-family: "chandler-42-regular", sans-serif;
    font-size: 16px;
    font-weight: 400;
    transition: opacity 0.3s ease;
}

.payment-button:hover {
    opacity: 0.1;
}

.payment-button:disabled {
    opacity: 0.3;
    cursor: not-allowed;
}

.loading-spinner {
    display: none;
    text-align: center;
    padding: 20px;
    color: white;
    font-family: "chandler-42-regular", sans-serif;
}

#checkout-form {
    background-color: black;
    margin: 0; 
    padding: 0; 
    font-size: 20px;
    border: none;
    height: 100%;
    width: 100%;
}

.checkOut input[type="submit"] {
    color: white;
    padding: 0; /* Ensure no padding */
    margin: 0; /* Ensure no margin */
    border: none;
    text-decoration: none;
    text-align: center; /* Center text */
    background-color: black;
    font-family: "chandler-42-regular", sans-serif;
    font-weight: 400;
    font-size: 18px;
    font-style: normal;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    cursor: pointer; /* Pointer cursor */
    display: flex; /* Flex display */
    justify-content: center; /* Center horizontally */
    align-items: center; /* Center vertically */
}

.checkOut input[type="submit"]:hover {
    opacity: 10%;
    cursor:pointer; 
}

button.remove {
    color: white;
    padding-top: 60px;
    padding-left: 50px;
    border: none;
    text-decoration: none;
    text-align: right;
    background-color: black;
    font-family: "chandler-42-regular", sans-serif;
    font-weight: 400;
    font-style: normal;

}

button.remove:hover{
    opacity: 10%;
    cursor:pointer; 
}

.totalTitle {
    color: white;
    position: static;
    padding-left: 80px;
    padding-top: 60px;
    font-size: 14px;
    font-family: "chandler-42-regular", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.totalCART {
    display: flex;

}

.totalPrice {
    color: white;
    position: static;
    padding-top: 60px;
    padding-left: 150px;
    font-family: "chandler-42-regular", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.total p {
    color:white;
    padding-left: 250px;
    font-family: "chandler-42-regular", sans-serif;
    font-weight: 400;
    font-style: normal;

}

.card .checkOut div:nth-child(2){
    background-color: black;
    font-family: "chandler-42-regular", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: white;
    
}

.closeShopping p{
    margin-bottom: 1550px;
    margin-left: 150px;
}



.cart-item
{
    padding-left: 50px;
    padding-top: 100px;
    display: flex;
}


.priceboi { 
    color: white;
    padding-top: 120px;
    font-family: "chandler-42-regular", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #fff;

}

.itemsInCart {
    display: block;

}


.cartInput {
    margin-top: 120px;
    margin-left: 50px;
    height: 20px;
    width: 30px;
    border-radius: 5px;
    border: 1px solid black;
    background-color: #eee;
    color: #333;
    text-align: center;
    font-size: 10px;
}

.contact {
    color: white;
    font-family: "chandler-42-regular", sans-serif;
    font-weight: 200;
    font-style: normal;
    text-align: center;
    
}

.contacttitle{
    color: white;
    font-family: "chandler-42-regular", sans-serif;
    font-weight: 400;
    font-size: 20px;
    font-style: normal;
    text-align: center;

}



span.flex {
    display: flex;
    margin-bottom: 2%;
    flex-wrap: wrap;
    gap: 2%;
}


.bigimage {
    flex: 2;
    min-width: 200px;
    max-width: 400px; /* Add max-width */
}

.texts {
    flex: 2;
    min-width: 250px;
    padding-left: 20px; 
    margin-left: 7%;
    margin-right: 10%;

}

/* Remove problematic positioning */
.holder {
    left: auto; /* Remove fixed left positioning */
}


.serect {
    font-size: 10px;
}

.diagonal-menu {
    background: transparent;
    position: fixed;
    opacity: 0;
    top: 50%;
    left: 50%;
    width: min(90vw, 1700px);
    height: 150px;
    transform: translateX(-50%) translateY(-50%) rotate(-10deg);
    transform-origin: center;
    z-index: 150;
    transition: all 3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    display: flex;
    justify-content: center;
    align-items: center;
}

.diagonal-menu.active {
    opacity: 1;
    left: 50%; 
    top: 50%;
    transform: translateX(-50%) translateY(-50%) rotate(-10deg);
}

.active .titleName {
    opacity: 0;
    visibility: hidden;
}

.diagonal-menu.typed {
    opacity: 1;
    left: clamp(2%, calc(5.6vw - 11.52px), 5%);
    top: 55%;
    transform: translateX(0) translateY(-50%) rotate(-90deg); 
    height: min(90vh, 1700px);
    width: clamp(15px, 4vw, 30px);
    height: 1700px;
}

.menu-text {
    font-size: clamp(2rem, 10vw, 20rem);
    font-weight: 600;
    transform: rotate(10deg);
    color: #000;
    text-transform: uppercase;
    font-family: "chandler-42-regular", sans-serif;
    opacity: 1;
    z-index: 5;
    transition: all 7s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    letter-spacing: clamp(6rem, calc(10rem - 1.75vw), 10rem);
    
}

.diagonal-menu.active .menu-text {
    transform: rotate(180deg); /* Counter-rotate to keep text readable */
    margin-top: 90%;
}

@keyframes menuTypewriter {
    0% { width: 0; }
    100% { width: 100%; }
}

.diagonal-menu.centered.centered {
    left: clamp(26%, calc(((100vw - 1020px) / 687px) * -23.3% + 50%), 50%);
    top: 40%;
    transform: translateX(-50%) translateY(-50%) rotate(0deg);
    width: min(90vw, 560px); 
    height: min(80vh, 450px);
    background: black;
    border: .25px solid white;
    transition: all 4s cubic-bezier(0.175, 0.885, 0.32, 1.275);

}

.diagonal-menu.centered.centered .menu-text {
    display: block; 
    position: absolute;
    left: clamp(50%, calc(50% + (58% - 50%) * (100vw - 320px) / (1707px - 320px)), 58%);
    text-align: center;
    bottom: 65%;
    transform: translateX(-50%) rotate(0deg); 
    font-size: clamp(5px, calc(15vw - 16.5px), 96px);
    margin: 0;
    color: white;
    letter-spacing: clamp(30px, calc(60px * (100vw - 320px) / (1707px - 320px)), 60px);
}

.video-menu {
    display: none;
    list-style: none;
    align-items: center;
    justify-content: center;
}

.diagonal-menu.centered.centered .video-menu {
    display: flex;
    flex-direction: column; 
    gap: 50px; 
    position: absolute;
    top: 43%;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    max-width: 400px;
}

.video-menu a {
    color: white;
    text-decoration: none;
    font-size: clamp(5px, calc(3vw + 0.5px), 16px);
    font-weight: 100;
    transition: all 0.3s ease;
    letter-spacing: 8px;
    font-family: "chandler-42-regular", sans-serif;
    word-break: break-word;
    line-height: 1.2;
    max-width: 100%; 
    text-align: center;
}

.video-menu a:hover {

    opacity: 0;
}

.titleName {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    font-family: "Chiller";
    z-index: 101;
    transition: all 6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}


.titleName.phase-3 {
    right: 20px; 
    left: clamp(76%, calc(100% - 4.5vw), 99%);
    top: clamp(40dvh, calc(99dvh - 12vw), 93dvh);
    transform: translateY(40%) rotate(-90deg);
}

.titleText {
    font-size: clamp(3rem, 10vw, 20rem);
    opacity: 0;
    font-weight: bold;
    font-weight: 800;
    color: #000;
    overflow: hidden;
    white-space: nowrap;
    border-right: 3px solid #000;
    width: 0;
    animation: none;
}

.titleName.active .titleText {
    animation: typewriter 5s steps(12) forwards;
    opacity: 1;
    
}

.titleName.phase-3 .titleText {
    border-right: none; 
    width: max-content;
    overflow: visible;
    letter-spacing: clamp(1.5rem, calc(4rem - 4.5vw), 3rem);
}

@keyframes typewriter {
    0% { width: 0; }
    100% { width: 100%; } 
}

.sizebutton {
    color: white;
    padding: 20px 0 0 0; 
    margin-top: 10px;
    border: none;
    font-size: 14px;
    text-decoration: none;
    text-align: left;
    background-color: black;
    font-family: "chandler-42-regular", sans-serif;
    font-weight: 200;
    font-style: normal;
}

.custom-play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.8);
    border: 3px solid white;
    border-radius: 50%;
    width: clamp(60px, 15vw, 100px); /* Responsive size */
    height: clamp(60px, 15vw, 100px);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    font-size: clamp(20px, 5vw, 40px);
    color: white;
    touch-action: manipulation; /* Better touch response */
    -webkit-tap-highlight-color: transparent; /* Remove iOS tap highlight */
}


@media (max-width: 1020px) {
    .diagonal-menu.centered.centered {
        left: 50%; 
    }

    .diagonal-menu.centered.centered .menu-text {
        left: 55%;
    }
}

@media (max-width: 400px) {
   

p.word4cart {
    color: white;
    text-align: center;
    margin-top: 8%;
    margin-left: 10%;
    
}



button.cart {

    background-color: black;
    border: white solid .1px;
    width: 50px;
    height: 25px;



}
.cartcounter {
    color: white;
    margin-top: 12%;
    margin-left: 9%;
    

}

}
@media (max-width: 430px){

    
    .content.active {
        max-height: none; 
    }
    .texts {
        width: 90%;
        padding-left: 5px;
        padding-right: 5px;
        margin: 0 auto; /* This centers the entire .texts container */
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .texts span.title {
        word-break: break-word;
        hyphens: auto;
        overflow-wrap: break-word;
        width: 100%;
        text-align: center;
    }
    
    .texts p {
        word-break: break-word;
        hyphens: auto;
        overflow-wrap: break-word;
        width: 100%;
        text-align: center;
    }
    
    .bigimage {
        margin: 0 auto;
        text-align: center;
    }
    
    .bigimage img {
        margin-left: 0;
        width: 90%;
        max-width: 90%;
        margin-top: 5px;
    }

    .gallery {
        padding-bottom:5px;
        padding-top: 20px;
        margin-left: 0;
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr 1fr; 
        gap: 10px;
        width: 100%;
        max-width: 200px;
        margin: 0 auto;
        justify-items: center;
    }
    

    .holder {
        margin: 0 auto;
        display: flex;
        justify-content: center;
        width: 100%;
    }
    .gallery img {
        padding: 0;
        width: 100%;
        height: auto;
        display: block;
        
    }

    .texts p.size {
        word-break: break-word;
        hyphens: auto;
        overflow-wrap: break-word;
        width: 100%;
        text-align: center;
    }
    
    .texts span.thingPrice {
        word-break: break-word;
        width: 100%;
        text-align: center;
    }
    
    .texts button.checkout {
        width: 90%;
        max-width: 200px;
        box-sizing: border-box;
    }


    
    .cartItems {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }
    
    .cartrow {
        justify-content: center;
        width: 90%;
        margin: 10px auto;
        flex-wrap: wrap;
    }
    
    .totalCART {
        justify-content: center;
        align-items: center;
        width: 100%;
        margin: 20px 0;
    }
    
    .totalTitle {
        padding-left: 0;
        text-align: center;
    }
    
    .totalPrice {
        padding-left: 20px;
        text-align: center;
    }
    
    .card .checkOut {
        margin: 20px auto;
    }
}

@media screen and (max-height: 500px) and (orientation: landscape) {
    .diagonal-menu.centered.centered {
        width: min(70vw, 400px);
        height: min(60vh, 300px);
    }
    
    .diagonal-menu.centered.centered .menu-text {
        font-size: clamp(3px, calc(10vw - 10px), 60px);
        letter-spacing: clamp(15px, calc(40px * (100vw - 320px) / (1707px - 320px)), 40px);
    }
    
    .diagonal-menu.centered.centered .video-menu {
        gap: 25px;
    }

    .menu-text{
        letter-spacing: 32px;
    }
    
    .video-menu a {
        font-size: clamp(3px, calc(2vw + 0.3px), 12px);
        letter-spacing: 4px;
    }
    
    .titleText {
        font-size: clamp(2rem, 8vw, 12rem);
    }
    
    .titleName.phase-3 .titleText {
        letter-spacing: 2px;
    }
}

@media screen and (max-height: 330px) and (orientation: landscape) {

    
    .titleName.phase-3 .titleText {
        letter-spacing: -3px;
        margin-top: 60%;
    }
}