*{
    margin: 0%;
    padding: 0%;
    font-family: 'SoDoSans_Regular, Helvetica, sans-serif';
    box-sizing: border-box;
}
.nav{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
    height: 15vh; 
    margin-bottom: -10px;  
}
#Home{
    color: blue;
    text-decoration: underline;
}
#gift{
    color: blue;
    text-decoration: underline;
}
#pay{
    color: blue;
    text-decoration: underline;
}
#order{
    color: blue;
    text-decoration: underline;
}
#store{
    color: blue;
    text-decoration: underline;
}
.nav .image{
    width: 200px;
}
.nav img{
    width: 80px;
}
.nav img:hover{
    width: 90px;
}
.links ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 500px;
    margin-left: -150px;
}
.links ul a{
    text-decoration: none;
    color: black;
}
.links ul a:hover{
    color: blue;
    text-decoration: underline;
    font-size: large;
}
.nav .btn{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 400px;
}

.nav .btn #search{
    padding: 5px 5px;
    width: 300px;
    border-radius: 10px;
    border: transparent;
    cursor: pointer;
}
.nav .btn #search:hover{
    border: 0.5px solid;
}
.nav .btn #user{
    padding: 5px 8px;
    border-radius: 50%;
    background-color: white;
    color: black;
    cursor: pointer;
}
.nav .btn #user:hover{
    padding: 10px 12px;
}

.top{
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: rgb(9, 52, 9);
    color: white;
    height: 15vh;
    font-style:inherit;
}
.top #top1{
    margin-left: -380px;
}
.top #top2{
    margin-right: -300px;
    cursor: pointer;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid white;
    background-color: rgb(9, 52, 9);
}
.top #top2 a{
    text-decoration: none;
    color: white;   
}

.middle{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 1000px;
    border: 1px solid black;
    margin-left: 120px;
    margin-top: 20px; 
    background-image: linear-gradient(to right, red, orange, orange, red, red, orange);
    border-radius: 10px;
    border: transparent;
    color: white;
}
.middle{
    height: 200px;
}
.middle img{
    width: 100px;
}

.middle .content1{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 500px;
}
.middle .btn2{
    display: flex;
    flex-direction: column;
    gap: 50px;
}
.middle .btn2 #arrow{
    position: absolute;
    width: 30px;
    height: 30px;
    margin-left: 250px;
    margin-top: 20px;
    border-radius: 20px;
    border: transparent;
    color: green;
    background-color: white;
    cursor: pointer;
}

.middle .btn2 #km{
    width: 120px;
    margin-top: 60px;
    margin-left: 100px;
    border-radius: 10px;
    border: transparent;
    padding: 10px 20px;
    cursor: pointer;
}
.middle .btn2 #km a{
    text-decoration: none;
    color: black;
}


.middle2{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 1000px;
    border: 1px solid black;
    margin-left: 120px;
    margin-top: 20px; 
    background-image: linear-gradient(to right, green, green, green, orange, orange, orange);
    border-radius: 10px;
    border: transparent;
    color: white;
}
.middle2{
    height: 200px;

}
.middle2 img{
    width: 100px;
}
.middle2 .contentt1{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 500px;
}
.middle2 .btnn2{
    display: flex;
    flex-direction: column;
    gap: 50px;
}
.middle2  #arroww{
    position: absolute;
    width: 30px;
    height: 30px;
    margin-left: -1000px;
    margin-top: 20px;
    border-radius: 20px;
    border: transparent;
    color: green;
    background-color: white;
    cursor: pointer;
}

.middle2  #kmm{
    width: 120px;
    margin-top: 60px;
    margin-left: 100px;
    border-radius: 10px;
    border: transparent;
    padding: 10px 20px;
    cursor: pointer;
    
}
.middle2 .btnn2 #kmm a{
    text-decoration: none;
    color: black;
}
.middle2{
    display: none;
    transition: 5s;   
}
#hcch1{
    margin-top: 50px;
    margin-left: 90px;
}
.roundimg{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.roundimg img{
    margin-top: 50px;
    border-radius: 50%;
    width: 110px;
}
.roundimg img:hover{
    transform: scale(1.2);
}
.roundimg h6{
    margin-top: 10px;
    margin-left: 25px;
}
.brd h2{
    margin-left: 90px;
    margin-top: 30px;
    margin-bottom: 30px;
}
.brd{
    background-color: rgb(232, 229, 229);
    display: flex;
    align-items: center;
    justify-content: start;
}
.brd1{
    background-color: rgb(232, 229, 229);
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    
}
.brd1 .box1{
    border-radius: 10px;
    display: flex;
    align-items: center;
    width: 250px;
    padding: 20px;
    border: 1px solid black;
    background-color: white;
}
.box1 img{
    width: 100px;
    height: 70px;
    border-radius: 5px;
}
#box1b{
    position: absolute;
    margin-left: 160px;
    margin-top: -20px;
    border-radius: 10px;
    padding: 5px;
    background-color: green;
    color: white;
    border: transparent;
}
.brd1 .box2{
    border-radius: 10px;
    display: flex;
    align-items: center;
    width: 300px;
    padding: 20px;
    border: 1px solid black;
    background-color: white;
}
.box2 img{
    width: 100px;
    height: 70px;
    border-radius: 5px;
}
#box2b{
    position: absolute;
    margin-left: 160px;
    margin-top: -20px;
    border-radius: 10px;
    padding: 5px;
    background-color: green;
    color: white;
    border: transparent;
}

.brd1 .box3{
    border-radius: 10px;
    display: flex;
    align-items: center;
    width: 300px;
    padding: 20px;
    border: 1px solid black;
    background-color: white;
}
.box3 img{
    width: 100px;
    height: 70px;
    border-radius: 5px;
}
#box3b{
    position: absolute;
    margin-left: 160px;
    margin-top: -20px;
    border-radius: 10px;
    padding: 5px;
    background-color: green;
    color: white;
    border: transparent;
}
.brd2 #brd2arw{
    position: absolute;
    margin-left: 1145px;
    margin-top: -85px;
    border-radius: 50px;
    padding: 8px;
    border: transparent;
    cursor: pointer;
}
.brd2{
    background-color:rgb(232, 229, 229);
    height: 30px;
}
.brd3{
    background-color: rgb(232, 229, 229);
    display: none;
    justify-content: space-evenly;
    align-items: center;
    padding-bottom: 30px ;
    
}
.brd3 .box4{
    border-radius: 10px;
    display: flex;
    align-items: center;
    width: 300px;
    padding: 20px;
    border: 1px solid black;
    background-color: white;
}
.box4 img{
    width: 100px;
    height: 70px;
    border-radius: 5px;
}
#box4b{
    position: absolute;
    margin-left: 160px;
    margin-top: -20px;
    border-radius: 10px;
    padding: 5px;
    background-color: green;
    color: white;
    border: transparent;
}

.brd3 .box5{
    border-radius: 10px;
    display: flex;
    align-items: center;
    width: 300px;
    padding: 20px;
    border: 1px solid black;
    background-color: white;
}
.box5 img{
    width: 100px;
    height: 70px;
    border-radius: 5px;
}
#box5b{
    position: absolute;
    margin-left: 160px;
    margin-top: -20px;
    border-radius: 10px;
    padding: 5px;
    background-color: green;
    color: white;
    border: transparent;
}

.brd3 .box6{
    border-radius: 10px;
    display: flex;
    align-items: center;
    width: 300px;
    padding: 20px;
    border: 1px solid black;
    background-color: white;
}
.box6 img{
    width: 100px;
    height: 70px;
    border-radius: 5px;
}
#box6b{
    position: absolute;
    margin-left: 160px;
    margin-top: -20px;
    border-radius: 10px;
    padding: 5px;
    background-color: green;
    color: white;
    border: transparent;
}
.brd4 #brd4arw{
    position: absolute;
    margin-left: 75px;
    margin-top: -120px;
    border-radius: 50px;
    padding: 8px;
    border: transparent;
    cursor: pointer;
    display: none;
}
.brd4{
    background-color:rgb(232, 229, 229);
    height: 30px;
}

.main{
    background-color: rgb(232, 229, 229);
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    padding: 10px;
}
.main p a{
    text-decoration: none;
    color: green;
}
.main1 .main2{
    
    padding: 10px;
    margin-left: 70px;
    margin-bottom: 20px;
    background-image: url(https://preprodtsbstorage.blob.core.windows.net/cms/uploads/ICW_Live_Event_Day5_1_decd6c1b6f.jpg) ;
    width: 1100px;
    height: 400px;
    border-radius: 10px;
    background-size:cover;
    background-position-y: center;
    background-repeat: no-repeat;
    transition: opacity 0.3s ease;
    
}

.main1 .main2:hover{
    opacity: 0.7; /* Dim the background */
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5); 
}

 
.main1{
    background-color: rgb(232, 229, 229);
    padding: 10px;
    margin-bottom: 20px;
}
.main2 button{
    border: none;
    padding: 5px 20px;
    border-radius: 10px;
}
.main2 #cc a{
    
    color: green;
}
.main2{
    color: white;
}


.bottom{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    background-color: rgb(9, 52, 9);
    color: white;
    height: 400px;
}
.bottom .bottom1 img{
    color: white;
    width: 90px;
}
.bottom .bottom1{
    margin-top: -140px;
    margin-right: 30px;
}
.bottom .bottom2{
    margin-top: -180px;
}
.bottom .bottom3{
    margin-top: -115px;
}
.bottom .bottom4{
    margin-top: 20px;
}
.bottom .bottom5{
    margin-top: -260px;
}
.bottom .bottom5 a{
    color: white;
}
.bottom .bottom6{
    margin-top: -215px;
}
.bottom .hr{
    height: 350px;
    margin-top: 20px;
}


.middle3{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 1000px;
    border: 1px solid black;
    margin-left: 120px;
    margin-top: 40px; 
    background-color: rgb(26, 136, 26);
    border-radius: 10px;
    border: transparent;
    color: white;
}
.middle3{
    height: 200px;
    display: flex;
    margin-left: -10px;
}
.middle3 img{
    width: 100px;
    
}
.middle3 .content13{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 630px;
    
}
.maingift{
    display: flex;
    justify-content: center;
    width: 100%;
    height: 290px;
    background-color: rgb(8, 60, 8);
}
.btn3{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 80px;
}
.btn3 button {
    border-radius: 20px;
    padding: 10px;
    border: transparent;
    background-color: rgb(8, 60, 8);
    color: white;
}
.btn3 button a{
    color: white;
    text-decoration: none;
}

.maingift1{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    height: 50px;
    background-color: rgb(228, 223, 215);
}
.maingift1 hr{
    height: 20px;
    color: black;
    width: 2px;
}
.maingift1 a{
    text-decoration: none;
    color: black;
}

.maingift2{
    background-color: rgb(232, 229, 229);
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 20px 0px; 
}
.maingift2 .box1{
    border-radius: 10px;
    display: flex;
    align-items: center;
    width: 250px;
    padding: 20px;
    border: 1px solid black;
    background-color: white;
}
.maingift2 .box1 img{
    width: 120px;
    height: 80px;
    border-radius: 5px;
    margin-left: -40px;
}

.maingift2 .box2{
    border-radius: 10px;
    display: flex;
    align-items: center;
    width: 250px;
    padding: 20px;
    border: 1px solid black;
    background-color: white;
}
.maingift2 .box2 img{
    width: 120px;
    height: 80px;
    border-radius: 5px;
    margin-left: -40px;

}
.maingift2 .box3{
    border-radius: 10px;
    display: flex;
    align-items: center;
    width: 250px;
    padding: 20px;
    border: 1px solid black;
    background-color: white;
}
.maingift2 .box3 img{
    width: 120px;
    height: 80px;
    border-radius: 5px;
    margin-left: -40px;

}
.maingift2 .box4{
    border-radius: 10px;
    display: flex;
    align-items: center;
    width: 250px;
    padding: 20px;
    border: 1px solid black;
    background-color: white;
}
.maingift2 .box4 img{
    width: 100px;
    height: 70px;
    border-radius: 5px;
}
.maingift3 .anytime1 .box4{
    border-radius: 10px;
    display: flex;
    align-items: center;
    width: 250px;
    padding: 20px;
    border: 1px solid black;
    background-color: white;
}
.anytime3{
    display: none;
    background-color: rgb(232, 229, 229);
}
.anytime1{
    display: none;
    justify-content: space-evenly;
    align-items: center;
    padding: 20px 0px;
    background-color: rgb(232, 229, 229);
}
.anytime1 .box4 img{
    width: 120px;
    height: 80px;
    border-radius: 5px;
    margin-left: -40px;
}
.maingift3 .anytime1 .box5{
    border-radius: 10px;
    display: flex;
    align-items: center;
    width: 250px;
    padding: 20px;
    border: 1px solid black;
    background-color: white;
}
.anytime1 .box5 img{
    width: 120px;
    height: 80px;
    border-radius: 5px;
    margin-left: -40px;
}
.maingift3 .anytime1 .box6{
    border-radius: 10px;
    display: flex;
    align-items: center;
    width: 250px;
    padding: 20px;
    border: 1px solid black;
    background-color: white;
}
.anytime1 .box6 img{
    width: 120px;
    height: 80px;
    border-radius: 5px;
    margin-left: -40px;
}
.maingift3 .anytime2 .box7{
    border-radius: 10px;
    display: flex;
    align-items: center;
    width: 250px;
    padding: 20px;
    border: 1px solid black;
    background-color: white;
}
.anytime2{
    display: none;
    justify-content: space-evenly;
    align-items: center;
    padding: 20px 0px;
    background-color: rgb(232, 229, 229);
}
.anytime2 .box7 img{
    width: 120px;
    height: 80px;
    border-radius: 5px;
    margin-left: -40px;
}
.maingift3 .anytime2 .box8{
    border-radius: 10px;
    display: flex;
    align-items: center;
    width: 250px;
    padding: 20px;
    border: 1px solid black;
    background-color: white;
}
.anytime2 .box8 img{
    width: 120px;
    height: 80px;
    border-radius: 5px;
    margin-left: -40px;
}
.maingift3 .anytime2 .box9{
    border-radius: 10px;
    display: flex;
    align-items: center;
    width: 250px;
    padding: 20px;
    border: 1px solid black;
    background-color: white;
}
.anytime2 .box9 img{
    width: 120px;
    height: 80px;
    border-radius: 5px;
    margin-left: -40px;
}
.anytime3{
    padding-top: 20px 0px;
}
.congrats{
    display: none;
    flex-direction: column;
    padding: 20px 0px;
    background-color: rgb(232, 229, 229);
}
.congrats .congrats1 .box{
    border-radius: 10px;
    display: flex;
    align-items: center;
    width: 350px;
    padding: 20px;
    border: 1px solid black;
    background-color: white;
    margin-left: 100px;
}
.congrats1 .box img{
    width: 120px;
    height: 80px;
    border-radius: 5px;
    margin-left: -40px;
}
.Thankyou{
    display: none;
    flex-direction: column;
    padding: 20px 0px;
    background-color: rgb(232, 229, 229);
}
.Thankyou .Thankyou1 .box{
    border-radius: 10px;
    display: flex;
    align-items: center;
    width: 350px;
    padding: 20px;
    border: 1px solid black;
    background-color: white;
    margin-left: 100px;
}
.Thankyou1 .box img{
    width: 120px;
    height: 80px;
    border-radius: 5px;
    margin-left: -40px;
}
button{
    cursor: pointer;
}
.nav2{
    display: flex;
    padding: 20px;
    background-color: rgb(255, 255, 255);
}
.nav2 p{
    color: rgba(0, 0, 0, 0.516);
}
.order{
    display: flex;
    flex-direction: column;
    background-color: rgb(9, 52, 9);
    padding: 30px;
}
.o3 a{
    color: black;
}
.order1{
    display: flex;
    padding: 20px;
    padding-left: 90px;
    gap: 20px;
}
.order .order1 #pp{
    color: rgba(255, 255, 255, 0.728);
    text-decoration: underline;
}
.order .order1 p{
    color: white;
}
.fa-sharp{
    color: white;
}
.fa-regular{
    color: white;
}
.order .order2{
    display: flex;
    justify-content:space-evenly;
    align-items: center;
    background-color: rgb(237, 173, 173);
    width: 350px;
    padding: 20px;
    gap: 10px;
    margin-left: 90px;
}
.order3{
    padding: 20px;
    color: rgb(0, 0, 0);
}
.order4{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    
}
.order4 .box1{
    border-radius: 10px;
    display: flex;
    align-items: center;
    width: 250px;
    padding: 20px;
    border: 1px solid black;
    background-color: white;
}
.order4 .box1 img{
    width: 100px;
    height: 80px;
    padding-right: 10px;
    border-radius: 5px;   
}
.order4 .box2{
    border-radius: 10px;
    display: flex;
    align-items: center;
    width: 250px;
    padding: 20px;
    border: 1px solid black;
    background-color: white;
}
.order4 .box2 img{
    width: 100px;
    height: 80px;
    padding-right: 10px;
    border-radius: 5px;   
}

.order4 .box3{
    border-radius: 10px;
    display: flex;
    align-items: center;
    width: 250px;
    padding: 20px;
    border: 1px solid black;
    background-color: white;
}
.order4 .box3 img{
    width: 120px;
    height: 80px;
    padding-right: 10px;
    border-radius: 5px;   
}
.order5{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 20px;
}
.order5 .box4{
    border-radius: 10px;
    display: flex;
    align-items: center;
    width: 250px;
    padding: 20px;
    border: 1px solid black;
    background-color: white;
}
.order5 .box4 img{
    width: 100px;
    height: 80px;
    padding-right: 10px;
    border-radius: 5px;   
}
.order5 .box5{
    border-radius: 10px;
    display: flex;
    align-items: center;
    width: 250px;
    padding: 20px;
    border: 1px solid black;
    background-color: white;
}
.order5 .box5 img{
    width: 100px;
    height: 80px;
    padding-right: 10px;
    border-radius: 5px;   
}
.order5 .box6{
    border-radius: 10px;
    display: flex;
    align-items: center;
    width: 250px;
    padding: 20px;
    border: 1px solid black;
    background-color: white;
}
.order5 .box6 img{
    width: 100px;
    height: 80px;
    padding-right: 10px;
    border-radius: 5px;   
}
.order6{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 20px;
}
.order6 .box7{
    border-radius: 10px;
    display: flex;
    align-items: center;
    width: 250px;
    padding: 20px;
    border: 1px solid black;
    background-color: white;
}
.order6 .box7 img{
    width: 100px;
    height: 80px;
    padding-right: 10px;
    border-radius: 5px;   
}
.order6 .box8{
    border-radius: 10px;
    display: flex;
    align-items: center;
    width: 250px;
    padding: 20px;
    border: 1px solid black;
    background-color: white;
}
.order6 .box8 img{
    width: 100px;
    height: 80px;
    padding-right: 10px;
    border-radius: 5px;   
}
.order6 .box9{
    border-radius: 10px;
    display: flex;
    align-items: center;
    width: 250px;
    padding: 20px;
    border: 1px solid black;
    background-color: white;
}
.order6 .box9 img{
    width: 100px;
    height: 80px;
    padding-right: 10px;
    border-radius: 5px;   
}
.pay{
    background-color: rgba(87, 74, 74, 0.055);
    height: 350px;
    padding-top: 140px;
}
.pay .paybox{
    width: 750px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px;
    color: white;
    margin-left: 170px;
    background-color: rgb(8, 60, 8);
}
#pay1{
    position: absolute;
    margin-left: 950px;
    margin-top: -25px;
    font-size: 40px;
    color: black;
}
.store{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.store .store1{
    width: 35%;
    background-color:white;
    height: 500px;
    overflow:scroll;
}
.store .store1 .store11{
    background-color: rgb(8, 60, 8);
    padding: 20px;
    border-radius: 5px;
}
.store .store1 .store11 input{
    margin-left: 30px;
    padding: 10px;
    padding-right: 100px;
    border-radius: 10px;
    
}

.store .store2{
    width: 50%;
    height: 300px;
}
.store .store1 .store12 img{
    width: 300px;
    margin: 30px;
    margin-left: 60px;
    margin-top: 80px;
    margin-bottom: 300px;
}

.store2 .store22{
    display: flex;
    justify-content:space-evenly;
    align-items: center;
    background-color: rgba(237, 173, 173, 0.639);
    padding: 20px;
    height: 100px;
    gap: 10px;
    width: 380px;
    margin-left: 90px;
    border-radius: 10px;
}
.store .store22 .o1{
    justify-content: start;
    margin-top: -40px;
}
.store .store22 .o3{
    justify-content: start;
    margin-top: -50px;
}

.user1 .pics{
    background-color: rgb(237, 230, 221);
    height: 60vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.user1 .pics #pic1{
    position: absolute;
    margin-top: -220px;
    margin-left: -1145px;
}
.user1 .pics #pic2{
    width: 200px;
    border: 10px solid white;
    border: 5px solid rgb(147, 112, 23);
    border-radius: 50%;   
}
.user1 .pics .back{
    width: 190px;
    height: 190px;
    border: 5px solid white;
    border-radius: 50%;  
    position: absolute;
   
}
.user1 .pics .back1{
    width: 210px;
    height: 210px;
    border: 5px solid white;
    border-radius: 50%;  
    position: absolute;

}

.user1 .pics #pic4{
    position: absolute;
    margin-right: -950px;
    margin-bottom: 200px;
}
.user2{
    background-color: rgb(237, 230, 221);
    height: 40vh;
    margin-top: 0px;
}
.user2 h1{
    display: flex;
    justify-content: center;
    align-items: center;
}
.user2 .userbtn{
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.user2 .userbtn button a{
    text-decoration: none;
    color: white;
}
.user2 .userbtn button{
    padding: 5px 20px;
    border-radius: 20px;
    background-color: black;
}
.user2 #pic3{
    position: absolute;
    margin-left: 1150px;
    margin-bottom: 250px;
}
.login{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: white;
}
.login .loginbox{
    margin-top: 20px;
    border: 1px solid black;
    padding: 30px 60px;
    align-items: center;
    text-align: center;
    background-color: rgb(9, 52, 9);
    color: white;
    border-radius: 10px;
}
.login .loginbox button{
    padding: 5px 10px;
    background-color: white;
    color: rgb(9, 52, 9) ;
    border-radius: 10px;
}
.cc{
    margin-top: 20px;
    margin-left: 30px;
}
.cc img{
    width: 1100px;
    margin-left: 50px;
    border-radius: 10px;
    height: 600px;
}
.main1 .main2 a{
    text-decoration: none;
}
