
/*** Spinner Start ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .8s ease-out, visibility 0s linear .5s;
    z-index: 99999;
 }

 #spinner.show {
     transition: opacity .8s ease-out, visibility 0s linear .0s;
     visibility: visible;
     opacity: 1;
 }
/*** Spinner End ***/


/*** Common CSS Start ***/
.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    z-index: 99;
}

h1,
h2,
h3,
.h1,
.h2,
.h3 {
    font-weight: 200;
    color: #06BBCC;
   
    
}

h4,
h5,
h6,
.h4,
.h5,
.h6 {
    font-weight: 600;
    color: #06BBCC;
    
    
}

.display-1,
.display-2,
.display-3,
.display-4,
.display-5,
.display-6 {
    font-weight: 700;
    
}

.display-4,
.display-5,
.display-6 {
    font-weight: 600;
}

.wow,
.animated {
    animation-duration: 2s !important;
}
.responsive-text {
    font-size: 3rem; /* Large screens */
}

@media (max-width: 992px) { /* Medium screens */
    .responsive-text {
        font-size: 2.5rem;
    }
}

@media (max-width: 768px) { /* Small screens */
    .responsive-text {
        font-size: 2rem;
    }
}

@media (max-width: 576px) { /* Extra small screens */
    .responsive-text {
        font-size: 1.5rem;
    }
}


/*** Common CSS End ***/


/*** Button Start ***/
.btn {
    font-weight: 600;
    transition: .5s;
    
}

.btn-square {
    width: 32px;
    height: 32px;
}

.btn-sm-square {
    width: 34px;
    height: 34px;
}

.btn-md-square {
    width: 44px;
    height: 44px;
}

.btn-lg-square {
    width: 56px;
    height: 56px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.btn-social{
    color: var(--bs-light) !important;
    background-color:  var(--bs-info) !important;
}


.btn-outline-light:hover{
    background-color:  var(--bs-light) !important;
    color: var(--bs-info) !important;
}

.btn-border-radius {
    border-radius: 25% 10%;
}

.img-border-radius {
    border-radius: 50% 20% / 10% 40%;
}

.title-border-radius {
    border-radius: 10% 30%;
}
/*** Button End ***/


/*** Topbar Start ***/
.topbar .top-info {
    font-size: medium;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
}

.topbar .top-link {
    display: flex;
    align-items: center;
    justify-content: center;
}

.topbar .top-link a {
    margin-right: 10px;
}

.topbar .top-link a:hover {
    background-color: var(--bs-primary) !important;
}

.topbar .top-link a:hover i {
    color: var(--bs-light) !important;
}
/*** Topbar End ***/


/*** Navbar Start ***/
.zoom {
    padding: 0px;
    background-color: #ffffff;
    transition: transform .2s;
    /* Animation */
}

.zoom:hover {
    transform: scale(1.5);
}


.text-shadow-orange{
    text-shadow:2px 2px 4px rgba(255, 182, 113, 0.712), -1px -1px 2px rgba(255, 255, 255, 0.5);
}
.text-shadow-dark{
    text-shadow:2px 2px 4px rgba(32, 32, 32, 0.712), -1px -1px 2px rgba(255, 255, 255, 0.5);
}
.navbar .navbar-nav .nav-link {
    padding: 10px 12px;
    font-size: 16px;
    font-weight: 600;
    transition: .5s;
    color: #ffffff;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active,
.fixed-top.bg-white .navbar .navbar-nav .nav-link:hover,
.fixed-top.bg-white .navbar .navbar-nav .nav-link.active {
    color: var(--bs-primary);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    vertical-align: middle;
    margin-left: 8px;
}

@media (min-width: 1200px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        color: #FFF;
        background-color: #06BBCC;
        font-weight: 400;
        font-family: 'Fredoka', sans-serif;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        border: 0;
        transition: .5s;
        opacity: 0;

    }
}
.dropdown .dropdown-item{
    color: #ffffff;
}
.dropdown .dropdown-menu a:hover {
    background-color: #fafafa;
    color: var(--bs-primary);
}


.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    background:#06BBCC !important;
    border-radius: 10px !important;
    transition: .5s;
    opacity: 1;
    
}

/*** Navbar End ***/


/*** Start Slider Header ***/
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    overflow-x: hidden;
}
 /* Default image height for large screens */
 .home {
    height: 500px; /* Height for large screens */
    object-fit: cover; /* Ensure the image covers the area */
}

/* Medium screens (tablets) */
@media (max-width: 991.98px) {
    .home {
        height: 350px; /* Height for medium screens */
    }
}

/* Small screens (mobiles) */
@media (max-width: 767.98px) {
    .home {
        height: 250px; /* Height for small screens */
    }
}

.home{
    height: 75vh;
    overflow: hidden;
    position: relative;
    background-color: #9c9c9c;

    .slide{
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center center;
        z-index: 1;
        display: none;
        animation: slide 2s ease-in-out;

        .container{
            max-width: 1170px;
            margin: auto;
            flex-grow: 1;
            .caption{
                width: 50%;

                h1{
                    font-size: 45px;
                    color: #04fc4e;
                    margin: 0;
                }
                p{
                    font-size: 20px;
                    color: #ffffff;
                    margin: 2rem 0;
                }
                a{
                    display: inline-block;
                    padding: 10px 30px;
                    background-color: #ffffff;
                    text-decoration: none;
                    color: #ffffff;
                }
            }
        }
    }
    .controls{
        .prev,
        .next{
            position: absolute;
            z-index: 2;
            top: 50%;
            display: flex;
            height: 50px;
            width: 50px;
            margin-top: -20px;
            color: #ffffff;
            background-color: rgba(0,0,0, 0.5);
            justify-content: center;
            align-items: center;
            cursor: pointer;
        }
        .prev{
            left: 0;
        }
        .next{
            right: 0;
        }
    }
    .indicator{
        position: absolute;
        left: 45%;
        bottom: 5px;
        z-index: 2;
         > div{
            display: inline-block;
            text-align: center;
            width: 25px;
            line-height: 25px;
            margin: 0 2px;
            height: 25px;
            color: #ffffff;
            background-color: sandybrown;
            border-radius: 50%;
           cursor: pointer;
        }
    }
}

.home .slide.active{
    display: flex;
}

.home .slide.active .caption h1{
    opacity: 0;
    animation: captionText .5s ease forwards;
    animation-delay: 1s;
}
.home .slide.active .caption p{
    opacity: 0;
    animation: captionText .5s ease forwards;
    animation-delay: 1.2s;
}
.home .slide.active .caption a{
    opacity: 0;
    animation: captionText .5s ease forwards;
    animation-delay: 1.4s;
}

.home .indicator div.active{
    background-color: #000;
}

@keyframes captionText {
    0%{
        opacity: 0; transform: translateX(-100px);
    }
    100%{
        opacity: 1; transform: translateX(0);
    }
}

@keyframes slide { 
    0%{
        opacity: 0; transform: scale(1.1);
    }
    100%{
        opacity: 1; transform: scale(1);
    }
}
/**************** End Slider Header *************/

/***notice & Events Start ***/
.marquee {
    overflow: hidden;
    white-space:unset;
    height: 400px; /* Set the height of the marquee */
    position: relative;
}

.marquee-content {
    color: #FFF;
    animation: scroll 15s linear infinite;
    position: absolute;
    top: 100%;
}

@keyframes scroll {
    0% {
        top: 100%;
    }
    100% {
        top: -100%; /* Move completely off the top */
    }
}

#notice_text li{
    color: #000000;
}
.download {
    color: rgb(250, 1, 113);
    text-decoration: none;
    margin-left: 10px;
}
.events .events-item {
    width: 100%;
    height: 80%;
    border-radius: 30%;
    position: relative;
}

.events .events-item .events-inner .events-rate {
    position: absolute;
    width: 120px; 
    top: -20px; 
    left: 50%; 
    margin-left: -60px; 
    border-radius: 10% / 50%;
}

.events .events-item .events-inner .events-img .event-overlay {
    position: absolute;
    top: 50%; 
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.5s;
    z-index: 1;
    opacity: 0;
}

.events .events-item .events-inner .events-img:hover .event-overlay {
    opacity: 1;
}

.events .events-item .events-img::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    bottom: auto;
    background: rgba(77, 101, 249, .7);
    border-radius: 10px;
    transition: 0.5s;
}

.events .events-item:hover .events-img::after {
    height: 100%;
    opacity: 1;
}

.events .events-item .events-text a.h4,
.events .events-item .events-img img {
    transition: 0.5s;
}

.events .events-item:hover .events-text a.h4 {
    color: var(--bs-primary) !important;
}

.events .events-item:hover .events-img img {
    transform: scale(1.3);
}

.about_us-text{
    background-color: #06BBCC;
}
/************* Events End *************/

/************* About Start *************/

.video {
    position: relative;
    height: 100%;
    min-height: 260px;
    background: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), url();
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    
}

.video .btn-play {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    border-radius: 50%;
    border: none;
    outline: none;
    padding: 18px 20px 18px 28px;    
}

.video .btn-play:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: var(--bs-light);
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
}

.video .btn-play:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: var(--bs-primary);
    border-radius: 50%;
    transition: all 200ms;
}

.video .btn-play img {
    position: relative;
    z-index: 3;
    max-width: 100%;
    width: auto;
    height: auto;
}

.video .btn-play span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 32px solid var(--bs-white);
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

#videoModal {
    z-index: 99999;
}

#videoModal .modal-dialog {
    position: relative;
    max-width: 800px;
    margin: 60px auto 0 auto;
}

#videoModal .modal-body {
    position: relative;
    padding: 0px;
}

#videoModal .close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0px;
    top: -30px;
    z-index: 999;
    font-size: 30px;
    font-weight: normal;
    color: #FFFFFF;
    background: #000000;
    opacity: 1;
}

.video.border {
    border-radius: 50% 50% / 50% 50%;
    color: #ffffff;
}

.about {
    background: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url(../img/background.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
/************* About End *************/

/**************** facility Start ****************/


/********************* facility End **************/


/************* about_us Start *************/
#about_us_about_us{
    height: 100%;
}

@media (max-width: 768px) {
    .about_us_body {
        
        flex-direction: column; /* Stack vertically */
        align-items: center;
    }
}
@media (max-width: 768px) {
    .about_us-text-inner p {
        font-size: 1rem;
        line-height: 1.6; /* Adjust for readability on mobile */
    }
}
@media (min-width: 769px) {
    
    .about_us-img img {
        width: 300px; /* Original width for large screens */
        height: 100%;
    }
}
@media (max-width: 575.98px) {
    .about_us-img img{
        height: auto;
        width: 100%; /* Height for small screens */
    }
} 
.about_us-img img {
    height: auto;
    width: auto;
    align-items: center;
    
}

/************* about_us End *************/


/*** teacher Start ***/ 
/* Medium screens (tablets) */
@media (max-width: 991.98px) {
    .circular-carousal {
        width: 100%;
        height: 100%; /* Height for medium screens */
    }
}

/* Small screens (mobiles) */
@media (max-width: 575.98px) {
    .circular-carousal{
        height: auto;
        width: 100%; /* Height for small screens */
    }
} 
  .circular-carousal {
    display: flex;
    justify-content: center;
    width : 100%;
    height : auto;
    margin : 0 auto;
    perspective: 250px;
    perspective-origin: 50% 50%;
    
    
    .circular-carousal--image {
      width: 440px;
      height : 320px;
      overflow : hidden;
      align-self: center;
      background: #e3e3e3;
      box-shadow : 1px 1px 5px 1px #000;
      transition: all 0.5s ease-in-out;
      flex-basis : auto;
     
      &.far-left {
        transform: rotateY(-35deg) scale(0.5,0.5);
        visibility: hidden;
        order : 1;
        flex-shrink:10;
      }
      &.left {
        transform: rotateY(-25deg) scale(0.7,0.7);
        order : 2;
      }
      &.center {
        order : 3;
      }
      &.right {
        transform: rotateY(25deg) scale(0.7,0.7);
        order : 4;
      }
      &.far-right {
        transform: rotateY(35deg) scale(0.5,0.5);
        visibility: hidden;
        order : 5;
        flex-shrink: 10;
      }
    }
  }
  
/************* teacher End *************/

/*************  testimonial Start *************/
@media (max-width: 991.98px) {
    .carousel-inner {
        width: 100%;
        height: 100%; /* Height for medium screens */
    }
}

/* Small screens (mobiles) */
@media (max-width: 575.98px) {
    .carousel-inner{
        height: auto;
        width: 100%; /* Height for small screens */
    }
}
@media (max-width: 767px) {
    .carousel-inner .carousel-item > div {
        display: none;
    }
    .carousel-inner .carousel-item > div:first-child {
        display: block;
    }
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
    display: flex;
}

/* medium and up screens */
@media (min-width: 768px) {

    .carousel-inner .carousel-item-end.active,
    .carousel-inner .carousel-item-next {
        transform: translateX(25%);
    }

    .carousel-inner .carousel-item-start.active, 
    .carousel-inner .carousel-item-prev {
        transform: translateX(-25%);
    }
}

.carousel-inner .carousel-item-end,
.carousel-inner .carousel-item-start { 
    transform: translateX(0);
}
.text_color{
    color:rgb(0, 0, 0);
}
/***  testimonial end ***/


/************* Footer *************/
.footer .btn.btn-social {
    margin-right: 5px;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    font-weight: normal;
    border: 1px solid #FFFFFF;
    border-radius: 35px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}
/*** Footer End ***/

/*** whatsapp logo ***/
.float{
	position:fixed;
	width:45px;
	height:45px;
	bottom:30px;
	left:30px;
	color: #25d366;
	border-radius:50px;
	text-align:center;
    font-size:35px;
    z-index:11111;
}
