*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: black;
    width: 100%;
    flex-direction: column;
    overflow-x: hidden;
    margin: 0 auto;
}

header{
display: flex;
width: 100%;
padding: 30px 27px;
align-items: center;
justify-content: space-between;
background-color: #1A1A1A;
position: fixed;
    top: 0;
    z-index: 999999;

}

ul{
    list-style: none;
    display: flex;
align-items: center;
gap: 35px;
}
a{
    text-decoration: none;
    color: #FFF;
text-align: center;
font-family: Montserrat;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: normal;
transition: all 300ms ease;
}

.selected{

font-weight: 700;
line-height: normal;
text-decoration-line: underline;
text-decoration-style: solid;
text-decoration-skip-ink: auto;
text-decoration-thickness: auto;
text-underline-offset: 58%; /* 9.28px */
text-underline-position: from-font;
}

.contactbtn{
    display: flex;
width: 138px;
padding: 13px 14px;
justify-content: center;
align-items: center;
gap: 10px;
border: 0;
flex-shrink: 0;
border-radius: 37px;
background: #53AABB;
color: #FFF;
font-family: Montserrat;
font-size: 15px;
font-style: normal;
font-weight: 500;
line-height: normal;
transition: all 300ms ease;
cursor: pointer;
}

.contactbtn:hover{
    scale: 1.1;
    box-shadow: 0 4px 0 0 #FFF;
}

li:hover a{
line-height: normal;
text-decoration-line: underline;
text-decoration-style: solid;
text-decoration-skip-ink: auto;
text-decoration-thickness: auto;
text-underline-offset: 58%; /* 9.28px */
text-underline-position: from-font;
}

.hero{
    display: flex;
width: 100%;
padding: 27px 0;
flex-direction: column;
align-items: flex-start;
}

.heroimg{
    display: flex;
flex-direction: column;
align-items: center;
align-self: stretch;
width: 100%;
}

#heroImage{
    object-fit: cover;
width: 100%;
    height: 568px;}

.knowbtn{
    display: flex;
padding: 13px 191px;
justify-content: center;
align-items: center;
gap: 10px;
border: 1px solid #FFF;
color: #FFF;
margin-top: -138px;
    background: black;
font-family: Antonio;
font-size: 24px;
font-style: normal;
font-weight: 400;
line-height: normal;
transition: all 300ms ease;
cursor: pointer;
}

.knowbtn:hover{
    scale: 1.1;
box-shadow: 0 4px 0 0 #FFF;
}
.banner{
    margin-top: -15px;
    width: 100%;
}

.about{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 61px;
    width: 100%;
}

.sectitle{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 31px;
    width: 100%;
    align-self: stretch;
}


.line{
    width: 27%;
height: 1px;
background: #FFF;

}

.sectitle h1{
    color: #FFF;
    text-align: center;
    font-family: "Anton SC";
    font-size: 84.053px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 42%;
}

.aboutcont{
    display: flex;
align-items: center;
}

.abtxt{
    display: flex;
width: 629px;
flex-direction: column;
align-items: flex-start;
gap: 43px;
}

.abtxt p{
    color: #FFF;
font-family: "Roboto Condensed";
font-size: 30px;
font-style: normal;
font-weight: 200;
line-height: normal;
}

.readbtn{
    display: flex;
padding: 13px 69px;
justify-content: center;
align-items: center;
gap: 10px;
border: 1px solid #FFF;
background: #000;
color: #FFF;
font-family: Antonio;
font-size: 24px;
font-style: normal;
font-weight: 400;
line-height: normal;
transition: all 300ms ease;
cursor: pointer;
}

.readbtn:hover{
        scale: 1.1;
    box-shadow: 0 4px 0 0 #FFF;

}

.aboutcont img{
    transition: all 300ms ease;
}

.aboutcont:hover img{
    transform: rotate(-10deg);
}

.seasons{
    display: flex;
    width: 100%;
    padding: 53px 0;
    flex-direction: column;
    align-items: center;
    gap: 101px;
}

main{
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    margin-top: 78px;
    width: 100%;
}

.seasonslist{
    display: flex;
width: 1160px;
align-items: flex-start;
gap: 31.953px;
flex-wrap: wrap;
}

.seasontab{
    display: flex;
    padding: 16.27px 23.08px;
    align-items: center;
    gap: 45.509px;
    border: 0.908px solid #FFF;
    transition: all 300ms ease;
    cursor: pointer;
    width: 266px;
}

.seatxt{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.seatxt h4{
    color: #FFF;
font-family: "Roboto Condensed";
font-size: 29.057px;
font-style: normal;
font-weight: 600;
line-height: normal;
}

.seatxt span{
    color: #FFF;
font-family: "Roboto Condensed";
font-size: 24.517px;
font-style: normal;
font-weight: 200;
line-height: normal;
}
.seasontab img{
    transition: all 300ms ease;
}
.seasontab:hover img{
 transform: rotate(90deg);
}
.seasontab:hover{
        scale: 1.1;
    box-shadow: 0 4px 0 0 #FFF;

}

.cast{
    width: 100%;
    display: flex;
padding: 97px 0;
flex-direction: column;
align-items: center;
gap: 32px;
}

.castcont{
    display: flex;
width: 1121.684px;
padding: 123px 0;
flex-direction: column;
justify-content: center;
align-items: center;
gap: 10px;
background-image: url(img/Frame\ 72.png);
background-position: center;
background-repeat: no-repeat;
height: 1211px;
}

.card{
    display: flex;
transform: rotate(5.671deg);
padding-top: 42.135px;
align-items: center;
cursor: pointer;
gap: 11.388px;
border-radius: 12.527px ;
background: #FFF;
}

.cardcont{
    display: flex;
padding: 22.776px;
flex-direction: column;
justify-content: center;
align-items: center;
gap: 11.388px;
border-radius: 12.527px;
border: 9.11px solid #FFF;
background: #B8D4E0;
box-shadow: 0 4.555px 4.555px 0 rgba(0, 0, 0, 0.25);
}

.name{
display: flex;
flex-direction: column;
align-items: center;
gap: 11px;
}

.name h5{
    display: flex;
padding: 11.388px;
justify-content: center;
align-items: center;
gap: 11.388px;
border-bottom: 1.139px solid #000;
color: #000;
font-family: "Roboto Condensed";
font-size: 19.359px;
font-style: normal;
font-weight: 600;
line-height: normal;
}

.name h6{
    color: #000;
font-family: "Roboto Condensed";
font-size: 17.082px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.castlist{
    display: flex;
justify-content: center;
align-items: center;
align-content: center;
gap: 63px 82px;
align-self: stretch;
flex-wrap: wrap;
}

footer{
    font-family: Montserrat;
    display: flex;
    width: 100%;
    padding:64px 51px;
    flex-direction: column;
    align-items: center;
    gap: 89px;
    background:  #1A1A1A;

}
a{
    text-decoration: none;
}
.footcol{
    display: flex;
width: 265px;
flex-direction: column;
align-items: flex-start;
gap: 20px;
}

.footcol h5{
    color: #FFF;

font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: 28px; /* 140% */
}

.footcol p , .footcol a{
    color: white;

font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 24px; /* 150% */
}

.footcontent{
display: flex
;
    align-items: flex-start;
    gap: 14px;
    align-self: stretch;
    justify-content: space-between;
}

.links{
    display: flex;
flex-direction: column;
align-items: flex-start;
gap: 8px;
align-self: stretch;
}

.icontxt{
    display: flex;
align-items: center;
gap: 12px;
}

footer span{
    color: #D1D5DB;
text-align: center;
font-family: Montserrat;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 24px; /* 150% */
}

footer a:hover{
    text-decoration: underline;
}

.gif1{
    position: absolute;
    top: 23%;
    left: -47px;
}

.gif2{
    position: absolute;
    top: 39%;
    right: -47px;
}

.gif3{
        position: absolute;
    top: 63%;
    scale: 2;
}

.gif4{
    position: absolute;
    top: 71%;
    right: 0;
    z-index: -99;
    opacity: 0.3;
    scale: 2;
    transform: rotate(68deg);}

.gif5{
 position: absolute;
    top: 87%;
    left: 0;
    z-index: -99;
    opacity: 0.3;
    scale: 3;
    transform: rotate(-24deg);}


.character{
    display: inline-flex;
    width: 1159px;
    height: 688px;
    padding: 69px 156px 129px 73px;
    flex-direction: column;
    align-items: flex-start;
    gap: 43px;
    background-image: url(img/Group\ 4.png);
    margin-bottom: 70px;
}

.row1{
    display: flex;
    /* width: 63px; */
    align-items: center;
    gap: 383px;
}

.row1 h3{
    color: #868686;
font-family: "Anton SC";
font-size: 40px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.row2{
    display: flex;
align-items: center;
gap: 27px;
align-self: stretch;
}

.watch{
    display: flex;
padding: 13px 58px;
justify-content: center;
align-items: center;
gap: 10px;
align-self: stretch;
border: 1px solid #FFF;
background: #000;
color: #FFF;
font-family: Antonio;
font-size: 24px;
font-style: normal;
font-weight: 400;
line-height: normal;
transition: all 300ms ease;
cursor: pointer;
}

.watch:hover{
    scale: 1.1;
}

.text{
    display: flex;
align-items: flex-start;
gap: 27px;
align-self: stretch;
position: relative;
flex-direction: column;
width: 592px;

}

.pair{
    display: flex;
align-items: flex-start;
flex-direction: column;
}

.pair h3{
    color: #413838;
font-family: "Anton SC";
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.pair h4{
    color: #413838;
font-family: Antonio;
font-size: 40px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.pair p{
    color: #413838;
font-family: Montserrat;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.sticky{
    display: flex;
width: 228px;
height: 227.109px;
padding: 30.281px 21.375px;
flex-direction: column;
align-items: flex-start;
gap: 8.906px;
position: absolute;
right: 0;
top: 0;
background-image: url(img/Frame\ 81.png);
}

.sticky h3{
    color: #413838;
font-family: "Anton SC";
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.sticky h5{
    color: #413838;
font-family: Montserrat;
font-size: 13px;
font-style: normal;
font-weight: 400;
line-height: 145.549%; /* 18.921px */
}

.gif6{
    position: absolute;
    scale: 1.5;
    z-index: -99;
    right: 0;
    opacity: 0.5;
    transform: rotate(23deg);
}
.gif7{
        scale: 3;
    position: absolute;
    z-index: -9;
    left: -62px;
    top: 42%;
}

.gif8{
    position: absolute;
    scale: 2;
    bottom: 39px;
    right: 81px;
    transform: rotate(82deg);
}

html{
    scroll-behavior: smooth;
}


::-webkit-scrollbar {
  width: 10px;    
  height: 10px;   
}


::-webkit-scrollbar-track {
  background: #1a1a1a;   
  border-radius: 10px;
}


::-webkit-scrollbar-thumb {
  background: #53AABB;   
  border-radius: 10px;
}


::-webkit-scrollbar-thumb:hover {
  background: #53AABB;
}

#merchsec{
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 50px 0;
    gap: 50px;
}
.merch{
    display: flex;
align-items: center;
gap: 55px;
align-self: stretch;
justify-content: center;
}

.merchsingle{
    display: flex;
width: 332.043px;
overflow: hidden;
flex-direction: column;
align-items: flex-start;
border-radius: 13.462px;
background:  #FFF;
box-shadow: 0 6.731px 8.413px 0 rgba(0, 0, 0, 0.10), 0 16.827px 21.034px 0 rgba(0, 0, 0, 0.10);
}

.mercont{
    display: flex;
padding: 20px;
flex-direction: column;
align-items: flex-start;
gap: 20px;
align-self: stretch;
}
.merchimg{
    width: 100%;
}
.row3{
    display: flex;
justify-content: space-between;
align-items: center;
align-self: stretch;
}



.row2merch{
    display: flex;
flex-direction: column;
align-items: flex-start;
gap: 7px;
align-self: stretch;
}

.row2merch h3{
    color: #374151;
font-family: Montserrat;
font-size: 16.827px;
font-style: normal;
font-weight: 700;
line-height: 23.558px; /* 140% */
}

.row2merch p{
    color: #374151;
    font-family: Montserrat;
font-size: 13.462px;
font-style: normal;
font-weight: 400;
line-height: 20.192px; /* 150% */
}

.row3 h4{
color: #53AABB;
font-family: Montserrat;
font-size: 20.192px;
font-style: normal;
font-weight: 500;
line-height: normal;
}

.pricecounter{
    display: flex;
align-items: center;
gap: 19px;

}

.pricecounter button{
    display: flex;
width: 38.245px;
height: 38.245px;
padding: 8px;
justify-content: center;
align-items: center;
gap: 12.5px;
aspect-ratio: 38.25/38.25;
border-radius:50px;
background: #374151;
 outline: none;
  border: none;
  cursor: pointer;
}

.pricecounter span{
color:  #374151;
font-family: Montserrat;
font-size: 20.192px;
font-style: normal;
font-weight: 600;
line-height: normal;
width: 20px;
text-align: center;
}


.concart{
    display: flex;
align-items: center;
gap: 47px;
position: relative;
}

.cart{
    position: relative;
}

.counter{
    display: flex;
width: 18px;
height: 18px;
padding: 2px 1px;
flex-direction: column;
justify-content: center;
align-items: center;
gap: 10px;
border-radius: 9px;
color: #FFF;
font-family: Montserrat;
font-size: 13px;
font-style: normal;
font-weight: 500;
line-height: normal;
background: #53AABB;
position: absolute;
top: 0;
right: 0;
}

.video{
    width: 100%;
    height: 100vh;
    object-fit: cover;
    position: absolute;
    top: 0;
    opacity: 0.5;
    left: 0;
    z-index: -99999;
}

.login{
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 100px;
}

.logincont{
    display: flex;
    flex-direction: column;
    gap: 80px;
    align-items: center;
    
}
.loginlogo{
    width: 168px;
height: 44px;
}

.cardwhite{
    display: flex;
padding: 45px 22px;
flex-direction: column;
align-items: center;
gap: 19px;
align-self: stretch;
width: 420px;
border-radius: 13px;
background: #FFF;
box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

.icon{
    margin-top: -84px;
}

.cardwhite h5{
    color: #413838;
font-family: Montserrat;
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: normal;
}

form{
    display: flex;
flex-direction: column;
align-items: flex-start;
gap: 19px;
width: 100%;
}

label{
    color: #8C8C8C;
font-family: Montserrat;
font-size: 17px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

input{
    display: flex;
height: 49px;
padding: 14px 12px;
flex-direction: column;
justify-content: center;
align-items: flex-start;
gap: 10px;
flex-shrink: 0;
align-self: stretch;
border-radius: 5px;
background: #EFEFEF;
border: 0;
}

input::placeholder{
    color: #8C8C8C;
font-family: Montserrat;
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.sign{
    display: flex;
    flex-direction: column;
    gap: 13px;
}

.google{
    display: flex;
width: 338px;
height: 54px;
padding: 14px 29px;
align-items: center;
gap: 24px;
border-radius: 100px;
border: 1px solid #C8C8C8;
background:  #FFF;
}

.google span{
    color: #383838;
text-align: center;

font-family: Montserrat;
font-size: 20px;
font-style: normal;
font-weight: 300;
line-height: normal;
}

.profilesec{
    width: 100%;
    position: relative;
    padding-top: 141px;
    padding-bottom: 150px;
    width: 1280px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 77px;

}

.pfp{
    width: 150px;
height: 150px;
background-image: url(img/Ellipse\ 15.png);
position: relative;
}

.pfp img{
    position: absolute;
    bottom: 0;
    right: 0;
}


.pfpcont{
    display: flex;
width: 292px;
flex-direction: column;
align-items: center;
gap: 53px;
}
.pfpcont h6{
    color: #FFF;
font-family: Montserrat;
font-size: 24px;
font-style: normal;
font-weight: 300;
line-height: 110%; /* 26.4px */
}

.pfpcont span{
    color: #FFF;
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
}

.info{
    display: flex;
    border-radius: 11px;
box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
align-items: center;
}

.tabs{
    display: flex;
width: 294.62px;
flex-direction: column;
justify-content: center;
align-items: flex-start;
border-right: 1px solid rgba(255, 255, 255, 0.37);
background: #272727;
overflow: hidden;
border-top-left-radius: 15px;
border-bottom-left-radius: 15px;
}

.tab{
    display: flex;
padding: 26px 51.992px 26px 12.604px;
align-items: center;
gap: 10.241px;
align-self: stretch;

border-bottom: 0.788px solid rgba(255, 255, 255, 0.40);
color: #FFF;
font-family: Montserrat;
font-size: 14.18px;
font-style: normal;
font-weight: 500;
line-height: 110%; /* 15.598px */
}

.tab1{
    display: flex;
padding: 26px 51.992px 26px 12.604px;
align-items: center;
gap: 10.241px;
align-self: stretch;

border-bottom: 0.788px solid rgba(255, 255, 255, 0.40);
color: #272727;
font-family: Montserrat;
font-size: 14.18px;
font-style: normal;
font-weight: 500;
line-height: 110%;
background-color: white;
}

.infotxt{
    display: flex;
padding: 43px 143px 43px 60px;
align-items: flex-start;
gap: 48px;
align-self: stretch;
flex-direction: column;
border-top-right-radius: 15px;
border-bottom-right-radius: 15px;

background: #272727;
box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.pairs{
    display: flex;
width: 209px;
flex-direction: column;
align-items: flex-start;
gap: 40px;
}
.infopair{
    display: flex;
flex-direction: column;
align-items: flex-start;
gap: 18px;
align-self: stretch;
}

.infopair h5{
    color: #FFF;

font-family: Montserrat;
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: 110%; /* 19.8px */
}

.infopair span{
    color: #A4A4A4;

font-family: Montserrat;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 110%; /* 19.8px */
}

.infotxt h2{
    color: #FFF;

font-family: Montserrat;
font-size: 24px;
font-style: normal;
font-weight: 600;
line-height: 110%; /* 26.4px */
}

.error{
    align-items: center;
    justify-content: center;
    font-family: "Montserrat";
    color: #272727;
    gap: 7px;
    display: none;
}

#preloader{
    height: 100vh;
    width: 100%;
    background-color: black;
    position: relative;
    z-index: 9999999999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gifcont{
    width: 500px;
    height: 500px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gifcont img{
    width: 128%;
}

.cartpage{
    border-radius: 7px;
background: #FFF;
box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    display: flex;
width: 340px;
padding: 23px 11px;
flex-direction: column;
align-items: center;
gap: 16px;
 position: absolute;
    top: 60px;     
    right: 0;      

    display: none;  
    z-index: 9999999;
}

.orderdet{
    display: flex;
padding: 18px 0;
position: relative;
align-items: center;
width: 100%;
justify-content: space-between;
border-bottom: 1px solid #B8B8B8;
}

.orderimg{
    width: 111px;
    height: 76px;
    display: flex;
    overflow: hidden;
    border-radius: 9px;
    border: 1px solid #ACACAC;
    align-items: center;
    justify-content: center;
}

.orderimg img{
    object-fit: cover;
    width: 100%;
}

.cartinfo{
    display: flex;
width: fit-content;
flex-direction: column;
align-items: flex-start;
gap: 5px;
}

.cartinfo h4{
    color: #000;
font-family: Montserrat;
font-size: 15px;
font-style: normal;
font-weight: 600;
line-height: normal;
}

.cartinfo span{
    color: #888;
font-family: Montserrat;
font-size: 13px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.orderdet h5{
    color: #000;
font-family: Montserrat;
font-size: 15px;
font-style: normal;
font-weight: 600;
line-height: normal;
}

.delete{
    position: absolute;
    top: 0;
    right: 0;
}

.half1cart{
    display: flex;
    align-items: center;
    gap: 14px;    
}
.cartpage h1{
    color: #333333;
font-family: Montserrat;
font-size: 18px;
font-style: normal;
font-weight: 600;
line-height: normal;
}

.headline{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.headline img{
    width: 27px;
    filter: grayscale(100%);
}

.emptycart{
    display: flex;
    flex-direction: column;
    gap: 15px;
        color: #53AABB;
font-family: Montserrat;
font-size: 15px;
font-style: normal;
font-weight: 600;
align-items: center;
justify-content: center
line-height: normal;
}

.emptycart img{
    width: 40px;
}

.cart{
    cursor: pointer;
}

.headline img{
    cursor: pointer;
}