:root{
    --primaryBg: #30428E;
    --unchangedBg:#30428E;
    --primaryText: #F1F1F1;
    --unchangedText: #F1F1F1;
    --primaryCard: #F1F1F1;
    --primaryAccent: #f64a00;
    --primaryAccenthover: #d34305;
    --secondaryText:#001157;
    --logo: url(Images/logo1.svg);
    --heroStar: url(Images/star1.svg);
    --secondaryBg:#243378;
    --sectionBg: url(Images/ticketbg1.svg);
    --hotText: url(Images/hotText1.svg);
    --btnFilter: invert(0);
    --icon1: url(Images/icons/facebook.svg);
    --icon2: url(Images/icons/instagram.svg);
    --icon3: url(Images/icons/twitter.svg);
    --modeicon: url(Images/mode.svg);
    --arrow: url(Images/arrow.svg);
}
.lightMode{
    --primaryBg: #F1F1F1;
    --unchangedBg:#30428E;
    --primaryText: #30428E;
    --unchangedText: #F1F1F1;
    --primaryCard: #F1F1F1;
    --primaryAccent: #FE5208;
    --primaryAccenthover: #8c2a00;
    --secondaryText:#001157;
    --logo: url(Images/logo2.svg);
    --heroStar: url(Images/star2.svg);
    --secondaryBg:#E1E3EA;;
    --sectionBg: url(Images/ticketbg2.svg);
    --hotText: url(Images/hotText2.svg);
    --btnFilter: invert(0.8);
    --icon1: url(Images/icons/facebook2.svg);
    --icon2: url(Images/icons/instagram2.svg);
    --icon3: url(Images/icons/twitter2.svg);
    --modeicon: url(Images/mode2.svg);
    --arrow: url(Images/arrow2.svg);
}
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: Anton;
    list-style: none;
    text-decoration: none;
    font-family: 'Kufam';
    color: var(--primaryText);
    transition: all 200ms ease-in;
    scroll-behavior: smooth;
}
body {
  overflow-x: hidden;
  overflow-y: auto;
  background: var(--primaryBg);
  position: relative;
}

header{
    margin: 40px auto;
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100px;
}
nav ul{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 56px;
}
ul li a{
    font-weight: 700;
    letter-spacing: -0.5px;
    position: relative;
    text-transform: uppercase;
    height: 30px;
    transition: all 400ms ease-in-out;
    padding: 12px 0;
}
ul li a:hover{
    color: var(--primaryAccent);
    bottom: 3px;
}
button{
    border: none;
}
.logo{
    background-image: var(--logo);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 40px;
    width: 103px;
}
.header_container{
    display: flex;
    max-width: 1000px;
    display: flex;
    width: 100%;
    box-sizing: border-box;
    padding: 12px 55px;
    justify-content: space-between;
    align-items: center;
    flex-shrink: 0;
    border-radius: 60px;
    border: 2px solid var(--primaryText);
    position: fixed;
    background: var(--primaryBg);
    z-index: 9999;
}
.container{
    max-width: 1200px;
     margin: 0 auto;
}
.hero{
    display: flex;
    justify-content: space-between;
    margin: 0 auto 100px auto;
}
.text_bold{
    font-weight: 700;
}
.text_medium{
    font-weight: 600;
}
.text_light{
    font-weight: 300;
}
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
::-webkit-scrollbar-track {
  background: var(--unchangedText);
  
}
::-webkit-scrollbar-thumb {
  background: var(--primaryAccent);
  border-radius: 12px;
}
h1{
    color: var(--primaryText, #F1F1F1);
    font-size: 91px;
    font-style: normal;
    font-family: Kufam;
    font-weight: 900;
    line-height: 97%; /* 100.88px */
letter-spacing: -3.12px;
    /* font-weight: 600;
    letter-spacing: 0; */
    text-transform: uppercase;
}
h2{
    font-size: 64px;
    font-weight: 900;
    line-height: 97%;
    letter-spacing: -1.92px;
    text-transform: uppercase;
}
h3{
    font-size: 48px;
    letter-spacing: -1px;
}
h4{
    font-size: 28px;
    line-height: 140%;
    letter-spacing: -1px;
}
h5{
    font-size: 24px;
    line-height: 140%;
    letter-spacing: -1px;

}
p{
    font-size: 18px;
    line-height: 140%;
}
.text_bold{
    font-weight: 700;
}
.text_medium{
    font-weight: 400;
}
.text_light{
    font-weight: 200;
}
.button1{
    background-color: var(--primaryAccent);
    color: var(--unchangedText);
    font-family: Work Sans;
    font-weight: 700;
    outline: none;
    display: flex;
    padding: 12px 40px;
    gap: 10px;
    box-sizing: border-box;
    width: fit-content;
    border: 2px solid var(--unchangedText);
    border-radius: 12px;
    font-size: 20px;
    font-weight: 600;
    transition: all 400ms ease-in-out;
    text-wrap: nowrap;
}
.button1:hover{
    background-color: var(--primaryAccenthover);
    border: 2px solid var(--primaryText);
}
.hero_content{
    display: flex;
    flex-direction: column;
    gap: 42px;
    width: 586px;
}
.hero_imgContainer{
    width: 392px;
    height: 392px;
    position: relative;
}
.hero_img{
    width: 392px;
    height: 392px;
    z-index: 2;
}
.hero_imgContainer .star{
    width: 580px;
    height: 583px;
    position: absolute;
    z-index: -1;
    top: -55px;
    left: -81px;
    background-image: var(--heroStar);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    animation: spin 30s linear infinite;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.section2{
    display: flex;
    flex-direction: column; 
    gap: 42px;
    margin: 200px auto 200px auto;
}
.section2_text{
    margin: 0;
    max-width: 770px;
        gap: 12px;
}
.section2_stepsflex{
    display: flex;
    width: 100%;
    max-width: 1200px;
    padding-bottom: 10px;
    justify-content: space-between;
    align-items: center;
}
.section2_step{
    display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
gap: 22px;
width: 289px;
}
.section2_stepimgContainer{
    border-radius: 22px;
    border: 3px solid var(--primaryText);
    background: var(--secondaryBg);
    width: 100%;
    height: 236px;
    display: flex;
    align-items: center;
    justify-content: center;  
}
.section2_stepimgContainer img{
    width: auto;
height: 146.25px;
 animation: float 3s ease-in-out infinite;
}
@keyframes float {
  0%   { transform:translateY(0); }
  50%  { transform:translateY(10px); }
  100% { transform:translateY(0); }
}
.arrow_container{
    display: flex;
    width: auto;
    height: 236px;
    flex-direction: column;
    gap: 10px;
    flex-shrink: 0;
    align-self: flex-start;
    justify-content: center;
}
.arrow_container div{
    background: var(--arrow);
    width: 87px;
    height: 57px;
    background-position: center;
    background-size: contain;
}
.section2_step .section2_text{
    justify-content: center;
}
.section3{
    background-image: var(--sectionBg);
    width: 100%;
    display: flex;
    box-sizing: border-box;
    padding: 74px 0;
    /* height: 861px; */
    justify-content: center;
    background-position: center;
    background-size: contain;
    background-repeat: repeat-x;
}
.section3 .container{
    width: 1200px;
    display: flex;
    flex-direction: column;
}
.section3_couponflex{
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin: 42px 0;
}
.couponCard{
    display: flex;
    width: 261px;
    flex-direction: column;
    align-items: center;
}


.couponCard_head{
    display: flex;
    width: 261px;
    height: 88px;
    padding: 19px 40px;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
    background-image: url(Images/couponbg.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    font-size: 32px;
    color: var(--unchangedText);
    font-family: "Work Sans";
}
.couponCard_bottom{
    display: flex;
    flex-direction: column;
    background: var(--primaryText);
}
.couponCard_content1{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 0;
    align-self: stretch;
    background: var(--primaryCard);
    border-radius: 0 0 12px 12px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05);
}
.couponCard:hover .couponCard_content1{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.095);
}
.couponCard_content1 .header{
    width: 100%;
    height: 82px;
    object-fit: cover;
}
.couponCard_content1 .avatar{
    width: 86px;
    height: 86px;
    position: absolute;
    top: 22px;
    left: 22px;
    border-radius: 50%;
box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05);
background: var(--unchangedText);
}
.couponCard_content2{
    display: flex;
    padding: 32px 22px 0 30px;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    align-self: stretch;
}
.couponCard_content2 h5,
.couponCard_content2 p{
    color: var(--secondaryText);
    font-family: "Work Sans";
    letter-spacing: 0;
}
.section4{
    width: 100%;
    display: flex;
    height: 409px;
    box-sizing: border-box;
    padding: 0 0 0 20px;
    justify-content: space-between;
    align-items: center;
    margin: 200px 0 0 0;
    gap: 42px;
    overflow: hidden;
    background-color: var(--primaryText);
}
.section4 span{
    width: 291px;
    height: 263px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: var(--hotText);
}
.section4_text{
    gap: 23px;
    max-width: 400px;
}
.section4_text h3 {
    color: var(--primaryBg);
    font-size: 32px;
}
.section4_text h5 {
    color: var(--primaryBg);
    font-weight: 400;
}
.button2{
    padding: 12px 28px;
    align-items: center;
    gap: 7px;
    border-radius: 12px;
}
.button3{
    background-color: var(--secondaryText);
    color: var(--unchangedText);
    font-size: 16px;
    padding: 12px;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 42px;
    height: 42px;
    border: 2px solid var(--unchangedText);
    align-self: flex-end;
    font-weight: 600;
    font-size: 24px;
}
.button3:hover{
    border: 2px solid var(--unchangedText);
    opacity: 0.5;
}
.section4_img{
    display: flex;
    width: 328px;
    margin-left: 200px;
    height: 100%;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    align-self: flex-end;
}
.section4_img img{
    /* width: 854.838px; */
    height: 600px;
    transform: rotate(9.605deg);
    flex-shrink: 0;
    transform-origin: left;
}
.display{
    background: none;
    padding: 12px;
    border-radius: 50%;
}
.display div{
    background: var(--modeicon);
    width: 24px;
    height: 24px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.display:hover {
    background: none;
}
.couponCard_content2 p {
    height: 52px;
    overflow: hidden;
}
.cart_buttonflex{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 12px;
    padding: 22px;
    width: 100%;
    border-top:1.5px solid var(--secondaryText);
}
.cart_buttonflex h5{
    color: var(--secondaryText)
}
.popUp{
    width: 100vw;
    height: 100vh;
    background: #0000008c;
    top:0px;
    left: 0; 
    z-index: 99999999;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
}
.popUp div{
    max-width: 700px;
    background: var(--unchangedText);
    display: flex;
    align-items: center;
    gap: 12px;
    flex-direction: column;
    width: 100%;
    padding: 42px;
    border-radius: 22px;
}
.popUp div .cart_buttonflex{
    border: none;
    padding: 0;
    flex-direction: row;
    max-width: 400px;
    align-self: center;
}
.popUp div h4{
    color: var(--unchangedBg);
    width: 100%;
    text-align: center;
    text-transform: uppercase;
}
.popUp img{
    width: 400px;
}
.button4{
    background: none;
    width: fit-content;
    color: var(--secondaryText);
    border: 2px solid var(--secondaryText);
    padding: 12px 40px;
    height: 50px;
    width: 174px;
}
.button4:hover{
    background: none;
    border: 2px solid var(--primaryAccent);
    /* background: var(--secondaryBg); */
    color: var(--primaryAccent);
    opacity: 1;
}
.close{
    align-self: flex-end;
    justify-self: flex-start;
    width: 42px;
    height: 42px;
    padding: 0;
}
.buttoncont{
    width: 100%;
    display: flex;
    justify-content: flex-end;
    padding: 0 0 52px 0;
}
footer{
    background: var(--secondaryBg);
}
footer .container{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 0;
    gap: 42px;
    flex-direction: column;
    /* border-top: 1px solid var(--primaryText); */
}
footer .container nav ul li a{
    font-weight: 300;
    font-size: 14px;
}
.icon1, .icon2, .icon3{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
}
.icon1:hover, .icon2:hover, .icon3:hover{
    opacity: 0.8;
}
.icon1{
    background-image: var(--icon1);
}
.icon2{
    background-image: var(--icon2);
}
.icon3{
    background-image: var(--icon3);
}
.iconsflex{
    display: flex;
    gap: 32px;
}