@import url('https://fonts.googleapis.com/css2?family=Montserrat&family=Mooli&family=Vina+Sans&display=swap');
*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
a{
	text-decoration:none;
	color:white;
}

/* Scroll up button */
.scroll-up-btn {
    display: none;
    position: fixed;
    bottom: 10vh;
    right: 20px;
    width: 50px;
    height: 50px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 25px;
    text-align: center;
    line-height: 50px;
    font-size: 24px;
    cursor: pointer;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    transition: opacity 0.3s ease-in-out;
	z-index: +5;
}

.scroll-up-btn.show {
    display: block;
    opacity: 1;
}
/* Styling for second page page1 */
.page1-sec{
    width:100%;
    padding: 5%;
    background-color: #011325;
    color:white;
    font-family: "Ubuntu", sans-serif;
  	font-weight: 300;
  	font-style: normal;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
	gap: 5px;
}
.page1-sec-box1{
    width: 100%;
}
.page1-sec-box1 p{
    background-color: #007bff;
    padding: 10px 0;
    border-radius: 5px;
    font-weight: 500;
    margin: 20px 0;
}
.page1-sec-box1 h1{
    font-size: 35px;
    font-weight: 1500;
    letter-spacing: 3px;
    word-spacing: 2px;
    line-height: 1.5;
}
.page1-sec-box1 h1 span{
    color: #41daee;
}
.page1-sec-box1 h2{
    letter-spacing: 2px;
    word-spacing: 1px;
    margin: 20px 0;
}
.page1-sec-box2{
    width: 100%;
    display: flex;
    justify-content: space-around;
    margin-top: 10px;
}
.page1-sec-box2-a{
    width: 45%;
}
.page1-sec-box2-a img{
    width: 100%;
}
.page1-sec-box2-b{
    width: 45%;
    margin: 20px 0;
    background-color: #0b3a69;
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    padding: 30px 0;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.page1-sec-box2-b i{
    color: #1ed1e9;
    padding:0 10px;
}
.page1-sec-box2-b p{
    width: 40%;
    background-color: white;
    color:black;
    font-size: 18px;
    font-weight: 700;
    padding: 15px 10px ;
    border-radius: 20px;
}
.page1-sec-box2-b div{
    width: 80%;
    display: flex;
	flex-wrap:wrap;
    gap: 10px;
}
.page1-sec-box2-b div h3{
    width:20%;
    background-color: white;
    color: #0b3a69;
    border-radius: 10px;
    font-weight: 800;
    padding: 10px;
}
.page1-sec-box2-b div h3{
    width:22%;
    
}
.page1-sec-box3{
    width: 100%;
    padding-top: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.page1-sec-box3 h4{
    font-size: 35px;
}


.page1-sec-box3 img{
    width:60%;
}
.page1-sec-box3 h2{
    font-size: 30px;
    word-spacing: 2px;
    letter-spacing: 2px;
    font-weight: 900;
}

/* Starting for  page1sec1 */
.page1-sec2{
    width: 100%;
    display: flex;
    padding: 5% 10%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    text-align: center;
}
.page1-sec2 h4{
    font-weight: 900;
    font-size: 40px;
}
.page1-sec2-box-sec{
    width: 100%;
    display: flex;
    justify-content: space-around;
    margin: 40px 0;
}
.page1-sec2-box{
    width:30%;
    text-align: center;
    background-image: url('/image/360_F_200686969_GJ7zbz2qaNIE4dyHSbZkQXvNPzRuwlr3.jpg');
}
.page1-sec2-box h2{
    color: aqua;
    font-size: 40px;
    padding: 10px;
    font-weight: 900;
}
.page1-sec2-box p{
    color: white;
    font-size: 25px;
    padding: 5%;
    letter-spacing: 1px;
}

/* Starting of section3 page1-sec3 */

.page1-sec3{
    width: 100%;
    padding: 5%;
    display: flex;
    flex-direction: column;
    background-color: #011325;
    color:white;
    font-family: 'Montserrat', sans-serif;
    align-items: center;
    text-align: center;
}
.page1-sec3 h2{
    font-size: 35px;
    font-weight: 900;
    padding: 10px 0;
}
.page1-sec3 h4{
    font-size: 45px;
    font-weight: 900;
    padding: 20px 0;
    color: aqua;
}
.page1-sec3-box-sec{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.page1-sec3-box{
    background-color: black;
    margin: 10px 1%;
    padding: 20px 30px;
    border-radius: 10px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
} 
.page1-sec3-box i{
    color:red;
    padding-right: 5px;
}
.page1-sec3 p{
    font-size: 25px;
    font-weight: 600;
    letter-spacing: 2px;
    word-spacing: 2px;
    line-height: 1.5;
    padding: 10px 10%;
}

/* Styling for page1-sec4 */
.page1-sec4{
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 5% 10%;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
}
.page1-sec4 h4{
    font-family: 'Oswald', sans-serif;
    font-size: 50px;
    font-weight: 800;
}
.page1-sec4-box-sec{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-top: 50px;
}
.page1-sec4-boxes{
    width:30%;
    background-color: black;
    border-radius: 10px;
    color: white;
    padding: 30px 30px;
    font-size: 25px;
}
.page1-sec4-boxes i{
    color:aqua;
    padding-right: 10px;
}

/* Starting of section5 page1-sec5 */
.page1-sec5{
    width:100%;
    background-color: #011325;
    color:white;
    padding: 5% 10%;
    text-align: center;
}
.page1-sec5 h4{
    font-family: 'Oswald', sans-serif;
    font-size: 50px;
    font-weight: 800;
    letter-spacing: 1px;
}
.page1-sec5 h2{
    font-family: 'Oswald', sans-serif;
    font-size: 40px;
    letter-spacing: 1px;
    word-spacing: 1px;
    font-weight: 700;
}
.page1-sec5-box-sec{
    width:100%;
    display: flex;
    margin-top: 40px;
}
.page1-sec5-boxes{
    width:50%;
    font-family: 'Montserrat', sans-serif;
}
.page1-sec5-boxes img{
    width:90%;
    height: auto;
}
.page1-sec5-box{
    width:100%;
    background-color: black;
    color:white;
    display: flex;
    border-radius: 10px;
    padding: 20px 20px;
    justify-content: center;
    align-items: center;
    margin: 10px 0;
    font-size: 20px;

}
.page1-sec5-box i{
    color: aqua;
    padding-right: 10px;
}
.page1-sec5-box p{
    letter-spacing: 1px;
    word-spacing: 1px;
    line-height: 1.5;
    text-align: justify;
}
/* Styling of page1-sec6 */
.page1-sec6{
    width: 100%;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    padding: 4% 10%;
}
.page1-sec6 h4{
    font-family: 'Oswald', sans-serif;
    font-size: 40px;
    font-weight: 800;
}
.page1-sec6-box{
    width: 80%;
    margin: 4% 9%;
    background-color: #011325;
    color: white;
    border: 4px dashed aqua;
    border-radius: 5px;
}
.page1-sec6-box-sec{
    width: 100%;
    padding: 5%;
    display: flex;
}
.page1-sec6-img{
    width: 30%;
}
.page1-sec6-img img{
    width: 80%;
    height: 100%;
    border-radius: 50%;
}
.page1-sec6-boxes{
    width: 65%;
    margin-left: 5%;
    text-align: left;
}
.page1-sec6-boxes span{
    font-size: 30px;
    color:aqua;
    font-family: 'Oswald', sans-serif;
    font-weight: 900;
    padding: 5px 20px;
    border: 2px dashed  aqua;
    border-radius: 5px;
}
.page1-sec6-boxes ul{
    list-style: none;
    line-height: 1.5;
    word-spacing: 1px;
    font-size: 17px;
}
.page1-sec6-boxes i{
    color:goldenrod;
    padding-right: 10px;

}
.page1-sec6-box p{
    text-align: justify;
    padding: 20px;
    line-height: 1.4;
    letter-spacing: 1px;
    font-size: 18px;
}
.page1-sec6-box marquee{
    background-color: white;
    margin: 2%;
    border-radius: 5px;
}
.page1-sec6-box marquee img{
    width: 50%;
    height: 50px;
}
.page1-sec6 p{
    font-size: 22px;
    font-weight: 900;
    letter-spacing: 1px;
    word-spacing: 2px;
}
.page1-sec6 h2{
    font-family: 'Oswald', sans-serif;
    font-size: 30px;
    font-weight: 800;
    padding: 10px 0;
}

/* Styling for section7 page1-sec7 */

.page1-sec7{
    width: 100%;
    background-color: #011325;
    padding: 5% 10%;
    text-align: center;
    color: white;
}
.page1-sec9 h4, .page1-sec7 h4{
    font-family: 'Oswald', sans-serif;
    font-weight: 900;
    font-size: 40px;
}
.page1-sec7-box-sec{
    display: flex;
    width: 100%;
    font-family: 'Oswald', sans-serif;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
    margin: 50px 0px;
}
.page1-sec7-boxes{
    width: 40%;
    padding: 2% 2%;
    background-color:#03386d;
    border-radius: 10px;
    font-size: 20px;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: 1px;
    word-spacing: 2px;
}
.page1-sec7-boxes i{
    font-size: 24px;
    font-weight: 700; 
    padding-right: 10px; 
}
.page1-sec7-boxes p{
    text-align: justify;
}
.page1-sec7 h3{
    background-color: rgb(17, 17, 17);
    font-size: 30px;
    font-family: 'Montserrat', sans-serif;
    padding: 3%;
    letter-spacing: 1px;
    word-spacing: 2px;
    line-height: 1.5;
    margin: 50px 0;
    border: 3px dashed aqua;
    border-radius: 10px;
}
.gift-box{
    width:30%;
    background-color: white;
    border-radius: 10px;
    border: 1px solid white;
    padding-bottom: 5%;
    color: black;
}
.gift-box span{
    font-size: 30px;
    background-color: #011325;
    color: aqua;
    padding: 10px 20px;
    border-radius: 10px;
}
.gift-box i{
    color:yellow;
    padding-right: 10px;
}
.gift-box img{
    width:50%;
    height: auto;
    margin: 20px 0px;
}
.gift-box a{
    text-decoration: none;
    color:blue;
    padding: 10px 30px;
    border: 1px solid black;
    font-size: 22px;
    margin-bottom: 10px;
}
.gift-box h4{
    font-weight: 600;
    padding-bottom: 30px;
    font-size: 25px;
}
.page1-sec7 h2{
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    font-size: 35px;
    padding: 10px 0px;
}

/* Styling of section 8 */
.page1-sec8{
    width: 100%;
    padding: 5% 10%;
    display: flex;
    font-family: 'Montserrat', sans-serif;
    justify-content: space-between;
}
.page1-sec8-box1{
    width: 40%;
    color: rgb(87, 86, 86);
}
.page1-sec8-box1 img{
    width: 80%;
    height: auto;
}
.page1-sec8-box1 p{
    font-size: 18px;
    font-weight: 800;
}
.page1-sec8-box1 h2{
    font-family: 'Oswald', sans-serif;
    font-size: 32px;
    font-weight: 900;
    padding: 20px 0;
}
.page1-sec8 .animated-button h5{
    font-size: 20px;
}
.page1-sec8 .animated-button h6{
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
}
.page1-sec8 .animated-button{
    padding: 10px 20px;
}
.page1-sec8-box2{
    width: 58%;
}
.page1-sec8-box2 p{
    background-color: black;
    color: white;
    margin-bottom: 29px;
    padding: 15px 30px;
    font-size: 25px;
    border-radius: 10px;
}
/* Styling of section9 */
.page1-sec9{
    width: 90%;
    margin: 5%;
    background-color: #011325;
    color: white;
    border-radius: 10px;
    text-align: center;
    padding: 10px 0px;
    font-family: 'Montserrat', sans-serif;
}
.page1-sec9 h3{
    font-size: 20px;
    font-weight: 500;
    padding: 15px 0;
    text-align: justify;
    padding-left: 20px;
    letter-spacing: 1px;
    cursor: pointer;
}
.page1-sec9 p{
    font-size: 18px;
    font-weight: 500;
    text-align: justify;
    letter-spacing: 1px;
}
.page1-sec9 h3:hover{
    color:aqua;
}

/* Styling for page1-sec10 */
.page1-sec10{
    width: 100%;
    background-color: black;
    color: white;
    font-size: 18px;
    padding: 2%;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    word-spacing: 2px;
}
/* Styling for fixed */
.fixed{
    width: 100%;
    background-color: #011325;
    display: flex;
    flex-wrap: wrap;
    padding:5px 10%;
    position: fixed;
    top:83%;
    
}
.fixed-box{
    width: 50%;
    color: white;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.fixed-box i{
    color:aqua;
    font-size: 25px;
    padding: 0 10px;
}
.fixed .animated-button{
    width: 50%;
    padding: 10px 20px;
}


/* ----------------------Styling of page2----------------------------- */
.page1-sec3-box2{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    background-color: rgb(77, 76, 76);
    padding: 5% ;
    margin: 50px 0;
    justify-content: space-evenly;
    border-radius: 20px;
}
.page1-sec3-box2-inner{
    width:49%;
    font-size: 25px;
    font-weight: 700;
    padding: 15px 0;
}
.page1-sec3-box2-inner i{
    color: rgb(179, 6, 20);
    padding: 0 10px;
}





/* Styling for animated button */

.animated-button{
    width: 95%;
    text-align: center;
    padding: 20px 40px;
    line-height: 1.5;
    border-radius: 10px;
    margin: 20px 0px ;
    animation: colorChange 2s infinite; /* 4s duration, infinite loop */                        
}
.animated-button h5{
    font-size: 25px;
}
.animated-button h6{
    font-size: 22px;
    font-weight: 800;
}
.animated-button a{
    text-decoration: none;
    color: white;
}
/* Styling for animation button2 */
.animated-button2{
    width: 95%;
    text-align: center;
    padding: 10px 40px;
   /* line-height: 1.5;*/
    border-radius: 10px;
    margin: 10px 0px ;
    animation: colorChange2 2s infinite; /* 4s duration, infinite loop */
}
.animated-button2 h5{
    font-size: 22px;
}
.animated-button2 h6{
    font-size: 20px;
    font-weight: 800;
}
.animated-button2 a{
    text-decoration: none;
    color: black;
}


/* animation for button */
@keyframes colorChange {
    0% {
        background-color: #4d34db; /* Starting color */
        transform: translateX(0);
    }
    50% {
        background-color: #e74c3c; /* Intermediate color */
        transform: translateX(20px);
    }
    100% {
        background-color: #cc602e; /* Ending color */
        transform: translateX(0);
    }
}
/* animation for buttn 2 color */
@keyframes colorChange2 {
    0% {
        background-color: rgb(245, 193, 97); /* Starting color */
        transform: translateX(0);
    }
    50% {
        background-color: rgb(238, 172, 51); /* Starting color */
        transform: translateX(20px);
    }
    100% {
        background-color: #ccc12e; /* Ending color */
        transform: translateX(0);
    }
}

/* -------------------Styling for page3 */

.page3-banner1 {
    width: 100%;
    background-image: linear-gradient(180deg,
            rgba(24, 23, 23, 0.5)50%,
            rgb(24, 23, 23, 0.5)50%), url('/image/sale.jpg');
    height: 20vh;
    color: white;
}

.page3-banner1-box-sec,
.page3-banner2-boxes-inner,
.page3-banner3-box-sec,
.page3-banner4-box-sec,
.page3-banner4-box-sec2,
.page3-banner6-box-sec,
.page3-banner7-box-sec,
.page3-banner8-box-sec {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
}

.page3-banner1-boxes2 {
    width: 40%;
    text-align: center;
}

.page3-banner1-boxes2 h1,
.page3-banner2 h1,
.page3-banner3 h1,
.page3-banner5 h1,
.page3-banner6 h1,
.page3-banner7 h1,
.page3-banner8 h1{
    font-size: 40px;
    text-align: center;
}

.page3-banner1-boxes {
    width: 30%;
}

.page3-banner1-boxes p {
    font-size: 18px;
}

/* Styling For banner2 */
.page3-banner2 {
    height: 100vh;
    background-color: black;
    color: white;
    text-align: center;
    padding: 2% 15%;
}

.page3-banner2 p {
    padding: 2% 0;
}

.page3-banner2-boxes {
    width: 48%;
    border-radius: 10px;
}

.page3-banner2-boxes img {
    width: 100%;
    background-color: white;
    border-radius: 20px;
    margin-bottom: 25px;
}

.page3-banner2-boxes a, .page3-banner8-boxes a {
    background-color: rgb(59, 22, 161);
    font-size: 25px;
    padding: 15px 70px;
    border-radius: 10px;
    display: inline-block; /* Ensure anchor is treated as a block element */
    transition: transform 0.3s ease-in-out;
  }

  .page3-banner2-boxes a:hover {
    transform: scale(1.1);
  }

.page3-banner2-boxes p {
    padding-top: 30px;
    font-size: 20px;
}

.page3-banner2-boxes-inner {
    margin: 10% 0;
    padding: 10px;
    background-color: rgb(26, 25, 25);
    border-radius: 20px;
}

.page3-banner2-boxes-inner-box {
    width: 46%;
    background-color: rgb(58, 58, 58);
    margin: 10px 0;
    padding: 15px 0;
    border-radius: 10px;
}

.page3-banner2-boxes-inner-box i {
    font-size: 18px;
}

.page3-banner2-boxes-inner-box p {
    padding: 0;
}

.page3-banner2-boxes-inner p {
    width: 100%;
    font-size: 16px;
    padding: 10px 0;

}
.page3-banner2-boxes-inner img {
    width: 20%;
}

/*page 3 Banner 3 */
.page3-banner3-box-sec {
    padding: 2% 10%;
}

.page3-banner3-boxes {
    width: 48%;
    background-color: white;
    box-shadow: 0 0 10px 0 rgb(173, 170, 170);
    display: flex;
    padding: 25px 15px;
    margin: 10px 0;
    border-radius: 10px;
    align-items: center;
}

.page3-banner3-boxes i {
    color: rgb(59, 22, 161);
    font-size: 24px;
    padding-right: 10px;
}

.page3-banner3-boxes p {
    font-size: 18px;
}
/* Page3 banner4 */
.page3-banner4{
    background-color: black;
    color: white;
    padding: 0 10%;
    padding-bottom: 2%;
}
.page3-banner4 h3{
    width: 30%;
    font-size: 25px;
    background-color: rgb(59, 22, 161 );
    text-align: center;
    padding: 10px;
}
.page3-banner4-box-sec{
    justify-content: start;
    padding: 3% 0;
}
.page3-banner4-box-sec img{
    width: 20%;
    border:2px solid rgb(59, 22, 161 );
    border-radius: 50%;
}
.page3-banner4-box-sec2 p {
    width: 50%;
    padding: 10px;
    line-height: 1.5;
    font-size: 18px;
    text-align: justify;
    word-spacing: 2px;
}
.page3-banner4-box-sec2 iframe{
    width: 45%;
    height: 400px;
    margin: 0 2.5%;
    border: 2px solid rgb(59, 22, 161);
}
/* page3 banner5 faq */


 .faq-section {
    padding:  3% 10%;
    /* margin: 0 auto; */
} 

.faq-item {
    border: 1px solid #ccc;
    margin-bottom: 20px;
    border-radius: 5px;
    overflow: hidden;
    transition: height 0.3s ease-in-out;
}

.faq-question {
    background: #eeeeee;
    padding:25px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 20px;
}
.faq-question i{
    font-size: 25px;
    color: rgb(59, 22, 161 );
    border-radius: 5px;
    padding-right: 10px;
}

.faq-answer {
    max-height: 0;
    padding: 0 25px;
    transition: max-height 0.3s ease-in-out, padding 0.3s ease-in-out;
    background-color: rgb(202, 236, 250);
    color: rgb(34, 34, 34);

}
.faq-answer p{
    font-size: 18px;
	color:white;
}

.faq-item.active .faq-answer {
    max-height: 1000px;
    padding: 20px;
}
.faq-answer ul li{
    padding: 5px 0;
}

.faq-item.active .arrow {
    transform: rotate(180deg);
}

.arrow {
    transition: transform 0.3s ease-in-out;
}

/* Banner 6 */
.page3-banner6-boxes{
    width: 40%;
    border-radius: 20px;
    overflow: hidden;
    background-color: rgb(182, 235, 235);
    padding-bottom: 3%;
}
.page3-banner6-boxes p{
    text-align: left;
    padding: 10px;
}
.page3-banner6-boxes i,.page3-banner6-boxes p{
    background-color: rgb(37, 23, 78);
    width: 100%;
    color: white;
}
.page3-banner6-boxes i{
    color: aqua;
    font-size: 50px;
    padding: 8% 0;
}
.page3-banner6-boxes h2{
    font-size: 24px;
    padding:5%;
    text-align: justify;
    color: rgb(63, 62, 62);
}
.page3-banner6-boxes a{
    color: rgb(59, 22, 161 );
    font-size: 25px;
    font-weight: 600;
    padding: 10% 0;
}
/* Banner 7 */
.page3-banner7,.page3-banner8{
    padding: 5% 15%;
}
.page3-banner7 h3{
    text-align: center; 
    font-size: 20px;
    padding: 30px ;
}
.page3-banner7-boxes{
    width: 50%;
}
.page3-banner7-boxes img{
    width: 100%;
    border-radius: 20px;
}
.page3-banner7-boxes div{
    margin: 30px 0;
}
.page3-banner7-boxes div i{
    float: left;
    color: rgb(59, 22, 161 );
    font-size: 30px;
    background-color: rgb(153, 220, 247) ;
    padding: 10px;
    border-radius: 10px;
    margin-right: 20px;
}
.page3-banner7-boxes div h2{
    font-size: 25px;
    padding: 10px 0;
    padding-left: 50px;
    text-align: left;
    color: rgb(59, 22, 161);
}
.page3-banner7-boxes div p{
    text-align: justify;
    padding: 0 70px;
    
}

/* Banner8 */

.page3-banner8-boxes{
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    text-align: left;
    padding: 40px;
    border-radius: 20px;
}
.page3-banner8-box1{
    border: 2px dotted rgb(59, 22, 161);
    padding: 20px;
}
.page3-banner8-boxes h2,.page3-banner8-boxes span{
   font-size: 35px;
}

.page3-banner8-boxes ul li{
    list-style: none;
    padding: 5px 0;
    text-align: justify;
}

.page3-banner8-boxes ul li i{
   color: rgb(59, 22, 161);
   padding: 0 10px;
   font-size: 25px;
}
.page3-banner8-boxes h6{
   font-size: 30px;
   color: rgb(59, 22, 161 );
}
.page3-banner8-boxes a{
   text-align: center;
   transition: transform 0.3s ease-in-out;
}
/* banner9 footer */
.page3-banner9{
    background-color: rgb(27, 27, 27);
    color: white; 
    margin-bottom: 13vh;
}
.page3-banner9-box-sec{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.page3-banner9-box-sec img{
    width: 10%;
}
.page3-banner9 p{
    font-size: 14px;
    padding: 1% 20%;
    text-align: center;
}
/* Ficed box banner */
 .page3-banner-fixed{
	 width:100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    padding: 2% 0;
    color: white;
    background-color: black;
    position: fixed;
    bottom: 0;
}
.page3-banner-fixed a{
	color:white;
	text-decoration :none;
    background-color: rgb(59, 22, 161);
    font-size: 25px;
    padding: 15px 20px;
    border-radius: 20px;
    transition: transform 0.3s ease-in-out;
}
.page3-banner-fixed a:hover,.page3-banner8-boxes a:hover{
    transform: scale(1.1);
}
.page3-banner-fixed span{
    font-size: 35px;
    color: rgb(59, 22, 161 );
} 

/*====================== Styling for page2 ====================== */
/* ========================Page 2 .html============================ */
.time-left {
    width: 100%;
    background-color: rgb(231, 16, 16);
    display: flex;
    justify-content: center;
    gap: 30px;
    align-items: center;
    padding: 10px 0;
    font-family: "Roboto", sans-serif;
    color: rgb(245, 242, 242);
    font-size: 14px;
}

.time-left div {
    display: flex;
    gap: 20px;
}

#time-left-close {
    position: absolute;
    right: 2%;
    font-size: 20px;
}

.page2-banner1 {
    display: flex;
    height: 110vh;
    font-family: "Ubuntu", sans-serif;
    font-weight: 300;
    font-style: normal;
    flex-wrap: wrap;
}

.page2-banner1-box2 {
    width: 40%;
    background-color: rgb(3, 15, 87);
}

.page2-banner1-box2 img {
    width: 100%;
    height: 110vh;
}

.page2-banner1-box1 {
    width: 60%;
    padding: 3% 5%;
}

.page2-banner1-box1 h5 {
    font-size: 18px;
    color: rgb(3, 15, 87);
    padding-left: 1.5%;
}

.page2-banner1-box1 h1 {
    font-size: 50px;
    font-weight: 800;
    padding: 7vh 0;
}

.page2-banner1-box1 p {
    color: rgb(66, 66, 66);
    font-size: 900;
    font-size: 18px;
}

.page2-banner1-box1-a {
    margin: 10vh 0;
}

.page2-banner1-box1-a a {
    margin-left: 5%;
    font-weight: 700;
}

.reseve {
    background-color: rgb(3, 15, 87);
    border-radius: 10px;
    padding: 10px 20px;
    border-bottom: 2px solid rgb(3, 15, 87);

}

.page2-banner1-box1 div a:hover {
    border-bottom: 2px solid rgb(3, 15, 87);
}

.page2-banner1-box1-sec {
    display: flex;
    justify-content: space-between;
    margin: 10vh 0;
}

.page2-banner1-box1-boxes i {
    color: rgb(3, 15, 87);
    font-size: 22px;
    padding: 15px;
}

.page2-banner1-box1-boxes {
    text-align: center;
}

/* page2-banner2 */
.page2-banner2 {
    background-color: rgb(3, 15, 87);
    color: white;
    text-align: center;
}

.page2-banner2 h1 {
    font-size: 33px;
    font-weight: 800;
    padding-bottom: 20px;
}

.page2-banner2 a,
.page2-banner3 a,
.page2-banner5 a,
.page2-banner7 a,
.page2-banner8 a {
    background-color: red;
    padding: 10px 50px;
    font-size: 32px;
    border-radius: 10px;
    display: inline-block;
    transition: transform 0.3s ease;
}

.page2-banner2 a:hover,
.page2-banner3 a:hover,
.page2-banner5 a:hover,
.page2-banner7 a:hover,
.page2-banner8 a:hover {
    transform: scale(1.1);
}

.page2-banner2 p {
    font-size: 22px;
    padding-top: 20px;
}

.page2-banner2 h3 {
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5vh 0;
}

.page2-banner2 img {
    width: 4%;
    margin-right: 10px;
}

.page2-banner2 h2 {
    font-size: 32px;
}

.page2-banner2-box-sec {
    width: 50%;
    display: flex;
    margin: 0 25%;
    margin-top: 7vh;
    align-items: center;
    flex-direction: column;
    border: 2px solid white;
    border-radius: 10px;
}

.page2-banner2-box-sec div {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.page2-banner2-box-sec h5 {
    width: 60%;
    padding: 10px;
    font-size: 20px;
    background-color: rgb(22, 189, 22);
}

.page2-banner2-box-sec h6 {
    font-size: 20px;
    margin: 2vh 10px;
    padding: 10px;
    border: 1px solid white;
}

/* starting of section 3  */
.page2-banner3 {
    text-align: center;
}

.page2-banner3 h1 {
    color: rgb(3, 15, 87);
    font-size: 40px;
    font-weight: 800;
    text-align: center;
}

.page2-banner3-box-sec {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 10vh;
    flex-wrap: wrap;
}

.page2-banner3-box-sec div {
    width: 32%;
    padding: 2% 1%;
    padding-bottom: 10vh;
    background-image: url('/image/360_F_453630770_N9UkWkDVZGC9AA91ohlKhdjDMMNhBQbU.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    color: white;
    border-radius: 10px;
    text-align: left;
}

.page2-banner3-box-sec div h2 {
    font-size: 40px;
    font-weight: 900;
}

.page2-banner3-box-sec div p {
    font-size: 20px;
    font-weight: 700;
    padding: 3vh 0;
}

.page2-banner3 h3 {
    font-size: 25px;
    color: rgb(61, 60, 60);
    padding: 5vh;
}

.page2-banner3 h4 {
    color: rgb(3, 15, 87);
    font-weight: 800;
    font-size: 26px;
    padding-bottom: 5vh;
}

/* Starting of page2-banner4 */
.page2-banner4 {
    width: 84%;
    margin: 5vh 8%;
    background-color: rgb(3, 15, 87);
    padding: 2%;
    color: white;
}

.page2-banner4-box-sec,
.page2-banner4-box1-inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 1%;
}

.page2-banner4-box1 {
    width: 58%;
}

.page2-banner4-box1 h1 {
    font-size: 45px;
    font-weight: 800;
}

.page2-banner4-box1-inner-boxes {
    width: 24%;
    background-color: black;
    border-radius: 10px;
    padding: 2%;
    text-align: center;
}

.page2-banner4-box1-inner-boxes i {
    font-size: 40px;
    padding: 1vh 0;
}

.page2-banner4-box1 p {
    padding-top: 3vh;
    font-size: 20px;
}

.page2-banner4-box1 p span i {
    padding-right: 10px;
}

.page2-banner4-box2 {
    width: 38%;
}

.page2-banner4-box2 img {
    width: 100%;
    border-radius: 20px;
    border: 2px solid white;
}

.page2-banner4-box2 iframe {
    border-radius: 20px;
    border: 2px solid white;
    margin: 2vh 0;
}

/* bonus section */
.page2-banner5 {
    background-color: rgb(3, 15, 87);
    text-align: center;
}

.page2-banner5 h1,
.page2-banner6 h1 {
    color: white;
    text-align: center;
    font-size: 40px;
    font-weight: 800;
    margin-bottom: 20px;
}

.page2-banner5-box-sec,
.page2-banner6-box-sec {
    display: flex;
    justify-content: space-evenly;
    padding: 5vh 0;
    flex-wrap: wrap;
}

.page2-banner5-boxes {
    width: 30%;
    background-color: white;
    border-radius: 20px;
    text-align: center;
}

.page2-banner5-boxes img {
    border-radius: 20px 20px 0 0;
    width: 100%;
    padding-top: 5%;
}

.page2-banner5-boxes p {
    padding: 8%;
    font-size: 20px;
}

.page2-banner5-boxes h5 {
    background-color: red;
}

.page2-banner5-boxes h5 a {
    font-size: 22px;
    border-radius: 0;
}

/* content style */
.page2-banner5 h4 {
    color: white;
    font-size: 35px;
    padding-top: 3vh;
}

.page2-banner5 h2,
.page2-banner5 h3 {
    font-size: 40px;
    color: red;
    font-weight: 900;
    padding: 2vh 0;
}

.page2-banner5 h3 {
    color: rgb(22, 189, 22);
}

/* page2-banner6 */
.page2-banner6 {
    width: 100%;
    background-image: url('/image/360_F_453630770_N9UkWkDVZGC9AA91ohlKhdjDMMNhBQbU.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    color: white;
    text-align: center;
}

.page2-banner6-boxes {
    width: 46%;
    background-color: white;
    margin: 2vh 0;
    border-radius: 20px;
    border: 3px solid rgb(3, 15, 87);
    color: rgb(27, 27, 27);
    padding: 0 5vh;
}

.page2-banner6-boxes img {
    width: 40%;
    margin: 2vh 0;
}

.page2-banner6-boxes h3 {
    font-size: 22px;
}

.page2-banner6-boxes p {
    padding: 3vh 0;
}
/* page2-banner7 */
.page2-banner7 {
    text-align: center;
}
.page2-banner7  a{
    margin-top: 5vh;
}
.page2-banner7-box-sec {
    margin: 5vh 10%;
    background-color: rgb(3, 15, 87);
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 5vh 0;
}

.page2-banner7-box-sec h1 {
    width: 100%;
    color: white;
    font-weight: 900;
    font-size: 30px;
    text-align: center;
}

.page2-banner7-boxes {
    width: 45%;
    background-color: rgb(1, 6, 34);
    margin: 2vh 1%;
    padding:3vh 5vh;
    border-radius: 10px;
    display: flex;
    align-items: center;
}

.page2-banner7-boxes i {
    color: rgb(206, 149, 7);
    font-size: 50px;
    padding-right: 10%;
}
.page2-banner7-boxes h3{
    color: rgb(206, 149, 7);
    font-size: 22px;
    font-weight: 800;
    text-align: justify;
}
.page2-banner7 p{
    text-align: center;
    font-size: 35px;
    font-weight: 900;
    color: #3f3e3e;
    line-height: 1.5;
}
/* faq section page2-banner8 */
.faq-section {
    width: 80%;
    margin: 0 10%;
    padding: 3% 5%;
    background-color: rgb(3, 15, 87);
    color: white;
    border-radius: 10px;
}
.faq-section h1,.page2-banner8 h1{
    font-size: 40px;
    font-weight: 800;
    text-align: center;
    padding-bottom: 5vh;
}

.faq-item {
    margin-bottom: 30px;
    overflow: hidden;
    transition: height 0.3s ease-in-out;
    font-size: 22px;
}

.faq-question {
    background-color: rgb(3, 15, 87);
    padding:0 20px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.faq-question i {
    color: rgb(59, 22, 161);
    padding-right: 10px;
}

.faq-answer {
    max-height: 0;
    padding: 0 20px;
    transition: max-height 0.3s ease-in-out, padding 0.3s ease-in-out;
    background-color: rgb(3, 15, 87);
}

.faq-item.active .faq-answer {
    max-height: 1000px;
    padding: 0 20px;
    padding-top: 20px;
}

.faq-answer ul li {
    padding: 5px 0;
}

.faq-item.active .arrow {
    transform: rotate(180deg);
}

.arrow {
    transition: transform 0.3s ease-in-out;
}
/* page2-banner8 */
.page2-banner8{
    background-color: rgb(3, 15, 87);
    text-align: center;
}
.page2-banner8 img{
    margin-right: 100%;
    width: 15%;
    border-radius: 50%;
    border: 2px solid white;
}
.page2-banner8 h1{
    text-align: left;
}
.page2-banner8 p{
    color: white;
    font-size: 20px;
    text-align: left;
}
.page2-banner8 a{
    margin: 5vh 0;
}
.popup-content {
    position: relative;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

.popup-div {
    width: 100%;
    border-radius: 0;
}

.close-btn {
    position: absolute;
    top: 2px;
    right: 20px;
    font-size: 40px;
    cursor: pointer;
    color: white;
}

.popup-form.show {
    display: block;
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
    z-index: +5;
}




