@font-face {
    font-family: 'Conthrax Sb';
    src: url('/public/frontend/assets/fonts/conthrax/Conthrax-SemiBold.otf');
}
body{
    font-family: "Poppins";;
}
.top-navbar{
background-color: #2c2240;
background-image: url("/public/frontend/assets/img/header-bar.png");
background-size: cover;
background-repeat: no-repeat;
background-position: bottom;
}
.top-navbar .navbar-nav .nav-link{
    font-size: 24px;
    line-height: 22px;
    text-decoration: underline;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 400;
}
.hero-section{
    background-color: #000000;
}
.hero-section .content{
    margin-top: 80px;
}
.hero-section .content h1{
text-transform: uppercase;
color: #ffffff;
filter: drop-shadow(0 0 25.5px #070607);
font-family: 'Conthrax Sb';
margin-bottom: 40px;
}
.heading{
    font-size: 50px;
text-transform: uppercase;
color: #ffffff;
filter: drop-shadow(0 0 25.5px #070607);
font-family: 'Conthrax Sb';
margin-bottom: 80px;
}
.swiper-slider .mySwiper .swiper-slide .image{
    filter: drop-shadow(0 0 25.5px #070607);
background-color: #2198f9;
}
.swiper-slider .mySwiper .swiper-slide img{
height: 413px;
width: 100%;
}

.hero-section{
    position: relative;
}
.hero-container{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.btn-learn{
    background-color: white;
    border: 1px solid red;
    color: red;
}
.gallery-section{
    background-image: url('/public/frontend/assets/img/pic2.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 60px;
    padding-bottom: 450px;
}
.video-section{
    margin-top: -430px;
}
.faq-section{
    background-image: url('/public/frontend/assets/img/faq.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: -230px;
    padding-top: 300px;
    padding-bottom: 300px;
}
.faq-container{
    background-color: rgb(0 0 0 / 56%);
    padding: 20px;
}
.faq-container .des{
    font-size: 31px;
color: #ffffff;
font-weight: 400;
}
.accordion-item{
    border: 0;
    background-color: transparent;
    border-bottom: 1px solid #ffffff;
    border-radius: 0 !important;
}
.accordion-button{
    background-color: transparent !important;
    box-shadow: none !important;
    font-size: 31px;
    color: #ffffff !important;
    font-weight: 800;
}
.accordion-body{
    font-size: 31px;
    color: #ffffff;
    font-weight: 400;
}
.book-container{
    width: 45%;
}
.book-container h2{
    font-size: 44px;
    line-height: 60px;
    color: #0f0909;
    font-family: 'Conthrax Sb';
    margin-bottom: 20px;
}
.book-container p{
    font-size: 24px;
color: #000000;
font-weight: 400;
}
.trailer-section h2{
    font-size: 44px;
    line-height: 60px;
    color: #0f0909;
    font-family: 'Conthrax Sb';
    margin-bottom: 20px;
}
.trailer-section ul li{
    font-size: 24px;
    color: #000000;
    font-weight: 400;
}
.btns-section{ 
    background: rgb(66,53,91);
    background: linear-gradient(90deg, rgba(66,53,91,1) 13%, rgba(44,34,64,1) 34%);
}
.btns-container{
    display: flex;
    align-items: center;
    justify-content: center;
}
/* .footer-section{
    background: linear-gradient(178deg, rgba(44, 34, 64, 1) 28%, rgba(75, 7, 63, 1) 98%);
} */
.social-icons{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: white;
    padding: 20px 0;
    border-bottom: 1px solid #ffffff;
}
.social-icons img{
    width: 40px;
    height: 40px;
}
.copyright-section{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    font-size: 18px;
color: #ffffff;
font-weight: 400;
}
.copyright-section ul{
    display: flex;
    align-items: center;
    gap: 20px;
    list-style: none;
    margin-bottom: 0;
}
.copyright-section p{
    margin-bottom: 0;
}
.copyright-section ul li a{
    text-decoration: none;
    color: white;
}
.mySwiper .swiper-wrapper{
    margin-bottom: 50px;
}
.swiper-slider{
    padding-inline: 50px;
    position: relative;
}
.mySwiper{
    position: unset !important;
}
.mySwiper .swiper-button-prev{
    left: -10px !important;
}
.mySwiper .swiper-button-next{
    right: -10px !important;
}



.swiper-button-next::after{
  /**  background-image: url("/public/frontend/assets/img/arrow-next.webp");**/
}
.swiper-button-prev::after{
   /** background-image: url("/public/frontend/assets/img/arrow-prev.webp");**/
}
.swiper-button-next,.swiper-button-prev{
    width: 94px !important;
    height: 46px !important;
}
.swiper-button-next::after,.swiper-button-prev::after{
    /**content: "" !important;**/
    background-size: cover;
    /**width: 100% !important;
    height: 100% !important;**/
}

.swiper-pagination-bullet{
    width: 15px !important;
    height: 15px !important;
    border: 1px solid #fec42e;
    background-color: #ffffff !important;
    opacity: 1 !important;
}
.swiper-pagination-bullet-active{
    background-color: #2c2240 !important;
}

.book-head{
    font-family: 'Conthrax Sb';
}
.book-form{
    border: 1px solid #ccc;
    padding: 20px;
}
.contact-info a{
    display: flex;
    align-items: center;
    gap: 5px;
    text-decoration: none;
    color: black;
    margin-bottom: 10px;
}
.contact-left-section{
    background-color: rgba(255, 255, 255, 0.58);
    padding: 20px;
}
.contact-us-page-section{
    background-image: url("/public/frontend/assets/img/faq.webp");
}
form label{
    font-weight: 600;
}
.book-section,.trailer-section{
    padding-block: 3rem;
}
.footer-section{
    background-image: url("/public/frontend/assets/img/footer.png");
    background-size: cover;
    background-repeat: no-repeat;
}

@media screen and (max-width:768px) {
    .btns-container{
        flex-direction: column;
    }
    .copyright-section{
        flex-direction: column;
    }
    .copyright-section ul{
        flex-direction: column;
    }
    .book-container{
            width: 100%;
    }
    .book-container h2{
        font-size: 30px;
        line-height: 44px;
    }
    .book-container p{
        font-size: 16px;
    }
    .book-section,.trailer-section{
        padding-block: 1rem;
    }
    .trailer-section h2{
        font-size: 30px;
        line-height: 44px;
    }
    .trailer-section ul li{
        font-size: 16px;
    }
    .faq-container .des{
        font-size: 20px;
    }
    .accordion-button{
        font-size: 20px;
        padding: 0.5rem 1rem;
    }
    .accordion-body{
        font-size: 20px;
    }
    .hero-section .content h1{
        font-size: 40px;
    }
    .hero-section .hero-img{
        height: 600px;
        object-fit: cover;
    }
    .heading{
        font-size: 34px;
        margin-bottom: 40px;
    }
    .swiper-slider .mySwiper .swiper-slide img{
        height: 350px;
    }
    .video-section iframe{
        height: 350px;
    }
    .contact-us-page-section{
        padding: 40px 0
    }
    
}

@media only screen and (max-device-width: 640px) 
{
    .hero-section .content h1 {
        font-size: 35px !important;
        
    }

			
}


@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) 
{ 

    .hero-section .content h1 {
        font-size: 35px !important;
        
    }
    
}


@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 812px)
	and (-webkit-device-pixel-ratio : 3) 
{
    .hero-section .content h1 {
        font-size: 35px !important;
        
    }
    
} 
.navbar {
  
    padding-top: .7rem;
    padding-bottom: .7rem;
}



.mySwiper .swiper-button-prev {
   /* left: 10px !important;*/
}

.mySwiper .swiper-button-next {
   /* right: -60px !important;*/
}


.swiper-button-next, .swiper-button-prev {
    
    color: #fff !important;
}

.swiper-slider {
    padding-inline: 60px;
    position: relative;
}

.swiper-slider .mySwiper .swiper-slide img {
    height: 400px;
    width: 100%;
}


::after {
    font-size: 30px !important;
}

.hero-section .content h1 {
        font-size: 70px !important;
        
    }

@media (min-width: 412px) and (max-width: 915px) {
            .hero-section .content h1 {
        font-size: 35px !important;
        
    }
        }


        @media (min-width: 390px) and (max-width: 844px) {
            .hero-section .content h1 {
        font-size: 35px !important;
        
    }
        }

        @media (min-width: 360px) and (max-width: 640px) {
            .hero-section .content h1 {
        font-size: 35px !important;
        
    }
        }

        @media (min-width: 991px) and (max-width: 568px) {
            .hero-section .content h1 {
        font-size: 35px !important;
        
    }
        }

        @media (min-width: 320px) and (max-width: 533px) {
            .hero-section .content h1 {
        font-size: 35px !important;
        
    }
        }

.btns-section{ 
    background: rgb(66,53,91);
    background: linear-gradient(90deg, rgba(66,53,91,1) 13%, rgba(44,34,64,1) 34%);
}
.btns-container{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
}
.btns-container a{
    text-align: center;
}
.btns-container a img{
    width: 100%;
}
.btns-container .link-btn{
    width: 219px;
    height: 70px;
    border-radius: 12px;
    background-color: transparent;
    border: 4px solid #2198f9;
    position: relative;
    font-size: 24px;
    line-height: 34px;
    text-transform: uppercase;
    color: #2198f9;
    font-weight: 700;
}
.btns-container .link-btn span{
    border-radius: 12px;
    filter: drop-shadow(0px 2px 14.5px #1e1c1e);
    box-shadow: inset 3px 5.196px 2px rgba(31, 30, 32, 0.88);
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    height: calc(100% + 4px);
    width: 100%;
    inset: 0;
    top: -4px;
}
.mt-3.text-center {
    text-align: left !important;
}