/********** Template CSS **********/
:root {
  --primary: #fe5d37;
  --light: #fff5f3;
  --dark: #103741;
}

.back-to-top {
  position: fixed;
  display: none;
  right: 45px;
  bottom: 45px;
  z-index: 99;
}

/*** Spinner ***/
#spinner {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-out, visibility 0s linear 0.5s;
  z-index: 99999;
}

#spinner.show {
  transition: opacity 0.5s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}

/*** Button ***/
.btn {
  font-weight: 500;
  transition: 0.5s;
}

.btn.btn-primary {
  color: #ffffff;
}
.slideInLeft {
  border: dashed 2px #ffffff;
}
.slideInRight {
  border: dashed 2px #ffffff;
}
.readmore {
  border: dashed 2px;
  z-index: 100;
}
.tophead {
  background: #f76188;
}
.clock {
  width: 28px;
  align-items: center;
  padding-left: 8px;
}
/* top dropdown language */
.tophead {
  font-size: 14px;
}
.lang-btn {
  padding: 3px 10px;
  font-size: 13px;
  background-color: transparent;
  border: 1px solid #ffffff60;
}
.dropdown-menu {
  font-size: 14px;
}

.headphoneimg {
  width: 50px;
}
.mobilebox .number {
  font-size: 20px;
  font-weight: 600;
  color: black !important;
  line-height: 25px;
}
@media (max-width: 1200px) {
  .mobilenumberbox {
    display: none !important;
  }
  .tophead {
    display: none !important;
  }
}
.btn-square {
  width: 38px;
  height: 38px;
}

.btn-sm-square {
  width: 32px;
  height: 32px;
}

.btn-lg-square {
  width: 48px;
  height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
  border-radius: 50px;
}

/*** Heading ***/
h1,
h2,
h3,
h4,
.h1,
.h2,
.h3,
.h4,
.display-1,
.display-2,
.display-3,
.display-4,
.display-5,
.display-6 {
  font-family: "Lobster Two", cursive;
  font-weight: 700;
}

h5,
h6,
.h5,
.h6 {
  font-weight: 600;
}

.font-secondary {
  font-family: "Lobster Two", cursive;
}

/*** Navbar ***/
.navbar .navbar-nav .nav-link {
  padding: 30px 15px;
  color: var(--dark);
  font-weight: 500;
  outline: none;
  font-size: 20px;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
  color: var(--primary);
}

.navbar.sticky-top {
  top: -100px;
  transition: 0.5s;
}

.navbar .dropdown-toggle::after {
  border: none;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  vertical-align: middle;
  margin-left: 5px;
  transition: 0.5s;
}

.navbar .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(-180deg);
}

@media (max-width: 991.98px) {
  .navbar .navbar-nav .nav-link {
    margin-right: 0;
    padding: 10px 0;
  }

  .navbar .navbar-nav {
    margin-top: 15px;
    border-top: 1px solid #eeeeee;
  }
}

@media (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
    display: block;
    top: calc(100% - 15px);
    margin-top: 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
  }

  .navbar .nav-item:hover .dropdown-menu {
    top: 100%;
    visibility: visible;
    transition: 0.5s;
    opacity: 1;
  }
}

/*** Header ***/
.header-carousel::before,
.header-carousel::after,
.page-header::before,
.page-header::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 10px;
  top: 0;
  left: 0;
  background: url(../img/bg-header-top.png) center center repeat-x;
  z-index: 1;
}
.b1 {
  color: #27aae1;
}
.l1 {
  color: #4189af;
}
.o1 {
  color: #00a79d;
}
.o2 {
  color: #7f3f98;
}
.m1 {
  color: #fb3b00;
}
.e1 {
  color: #ffd78f;
}
.r1 {
  color: #f7941e;
}
.s1 {
  color: #82b440;
}

.header-carousel::after,
.page-header::after {
  height: 19px;
  top: auto;
  bottom: 0;
  background: url(../img/bg-header-bottom.png) center center repeat-x;
}

@media (max-width: 768px) {
  .header-carousel .owl-carousel-item {
    position: relative;
    min-height: 500px;
  }

  .header-carousel .owl-carousel-item img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .header-carousel .owl-carousel-item p {
    font-size: 16px !important;
    font-weight: 400 !important;
  }

  .header-carousel .owl-carousel-item h1 {
    font-size: 30px;
    font-weight: 600;
  }
}

.header-carousel .owl-nav {
  position: absolute;
  top: 50%;
  right: 8%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
}
.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
  width: 60px;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(6px);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: 30px 30px;
  background-repeat: no-repeat;
  background-position: center;
  border: 2px dashed rgba(255, 255, 255, 0.801);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  transition: all 0.3s ease;
}

/* Custom arrow image */
.header-carousel .owl-nav .owl-prev {
  background-image: url(../img/rightarow.png);
 
}

.header-carousel .owl-nav .owl-next {
  background-image: url(../img/leftbtn.png);
  margin-top: 15px;
}

/* Optional: Add hover effect */
.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
  background-color: rgba(255, 255, 255, 0.3);
  transform: scale(1.05);
}

/* Hide default icons */
.bi-chevron-left,
.bi-chevron-right {
  display: none !important;
}

.page-header {
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
    url(../img/carousel-1.jpg) center center no-repeat;
  background-size: cover;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: rgba(255, 255, 255, 0.5);
}

/* slider animtion */
.animationitsms {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2; /* Above image, below content */
  pointer-events: none; /* Makes sure it doesn’t block button clicks */
}
.animate-items-balloon {
  position: absolute;
  bottom: 0;
  left: 30px;
}

.balloon {
  max-width: 300px; /* Optional: adjust size */
  animation: floatUpDown 9s ease-in-out infinite;
}

/* Keyframes for smooth up-down float */
@keyframes floatUpDown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-90px);
  }
  100% {
    transform: translateY(0);
  }
}

.animate-items {
  position: absolute;
  top: 50px;
  left: 100px;
  z-index: 4;
  
}
.rings {
  max-width: 230px;
}
@media (max-width: 1300px) {
  .rings {
    display: none !important;
  }
 .animate-items-call .aeroplane {
  max-width: 80px !important;
}
}

.animate-items5 {
  position: absolute;
  bottom: 300px;
  left: 650px;
  z-index: 0;
}
.animate-items6 {
  position: absolute;
  top: 170px;
  left: 0;
  animation: movePlane 18s linear infinite;
}

.animate-items6 .aeroplane {
  max-width: 180px;
}

/* Keyframes to move the aeroplane left to right smoothly */
@keyframes movePlane {
   0% {
    transform: translateX(0);
    left: 200px;
  }
  50% {
    transform: translateX(600px);
  }
  100% {
    transform: translateX(0);
    left: 200px;
  }
}
.animate-items-call {
  position: absolute;
  top: 50px;
  left: 100px;
   animation: movePlane 20s linear infinite;
}
.animate-items-call .aeroplane {
  max-width: 200px;
}
.animate-items5 .bhalu {
  max-width: 140px;
}
.animate-items2 .star,
.animate-items3 .star2,
.animate-items4 .star3 {
  max-width: 50px;
}

.animate-items2 {
  position: absolute;
  top: 100px;
  left: 600px;
  
}
.animate-items3 {
  position: absolute;
  top: 100px;
  right: 100px;
}
.animate-items4 {
  position: absolute;
  bottom: 400px;
  right: 100px;
}
.orbit-wrapper {
  width: 50px;
  height: 50px;
  position: relative;
  transform-origin: center center;
  animation: rotateClockwise 20s linear infinite;
}

.star,
.star2,
.star3 {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

@keyframes rotateOrbit {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*** Facility ***/
.animate-trainpatri{
  position: absolute;
  left: -40px;
  top: -20px;
}
.animate-trainpatri .trainpatri{
  max-width: 300px;
  opacity: .2;
}
.facility-item .facility-icon {
  position: relative;
  margin: 0 auto;
  width: 100px;
  height: 100px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.facility-item .facility-icon::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.9);
  transition: 0.5s;
  z-index: 1;
}

.facility-item .facility-icon span {
  position: absolute;
  content: "";
  width: 15px;
  height: 30px;
  top: 0;
  left: 0;
  border-radius: 50%;
}

.facility-item .facility-icon span:last-child {
  left: auto;
  right: 0;
}

.facility-item .facility-icon i {
  position: relative;
  z-index: 2;
}

.facility-item .facility-text {
  position: relative;
  min-height: 250px;
  padding: 30px;
  border-radius: 100%;
  display: flex;
  text-align: center;
  justify-content: center;
  flex-direction: column;
}

.facility-item .facility-text::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.9);
  transition: 0.5s;
  z-index: 1;
}

.facility-item .facility-text * {
  position: relative;
  z-index: 2;
}

.facility-item:hover .facility-icon::before,
.facility-item:hover .facility-text::before {
  background: transparent;
}

.facility-item * {
  transition: 0.5s;
}

.facility-item:hover * {
  color: #ffffff !important;
}

/*** About ***/
.about-img img {
  transition: 0.5s;
}
.aboutsection {
  background: #fff9ec;
}
.about-img img:hover {
  background: var(--primary) !important;
}
.animate-circlering{
  position: absolute;
  bottom: 0;
  left: -90px;
}
.circleringsingle{
  max-width: 400px;
  opacity: .9; /* Important: Make it rotate around its center */
  transform-origin: center center;
  animation: rotateClockwise 30s linear infinite;
}
.animate-toys-umbrella{
  position: absolute;
  right: 1rem;
  top: 0rem;
  opacity: .6;
}
.toyumbrella{
  max-width: 240px;
   transform-origin: top center; /* Swing from the top */
  animation: swingStar 2s ease-in-out infinite alternate;
}

.animate-multiring{
  position: absolute;
  top: -30px;
  left: -60px;
  z-index: 20;
}
.multiringimg{
  max-width: 200px;
  opacity: .8;
  transform-origin: center center;
  animation: rotateClockwise 12s linear infinite;
  position: relative;
  z-index: 21;
}
/* Clock-like rotation animation */
@keyframes rotateClockwise {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* caal to teacher */

/*** Classes ***/
.classes-item {
  transition: 0.5s;
}
.classessection {
  background: #f7fcff;
}
.classes-item:hover {
  margin-top: -10px;
}

/*** Team ***/
.animate-starhang{
  position: absolute;
  top: -1px;
  left: -6px;
}

.starhang {
  max-width: 200px;
  transform-origin: top center; /* Swing from the top */
  animation: swingStar 2s ease-in-out infinite alternate;
}

/* Keyframe for gentle hanging swing */
@keyframes swingStar {
  0% {
    transform: rotate(5deg);
  }
  100% {
    transform: rotate(-5deg);
  }
}

/* appointment sexiotn animation */
.animate-starhanggreen{
  position: absolute;
  top: -1px;
  right: 20px;
}

.starhanggreen {
  max-width: 70px;
  transform-origin: top center; /* Swing from the top */
  animation: swingStar 2s ease-in-out infinite alternate;
}
.animate-starhangorange{
  position: absolute;
  top: -1px;
  left: 30px;
}

.starhangorange {
  max-width: 70px;
  transform-origin: top center; /* Swing from the top */
  animation: swingStar 2s ease-in-out infinite alternate;
}

/* appointment sexiotn animation */
.team-item .team-text {
  position: absolute;
  width: 250px;
  height: 250px;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: #ffffff;
  border: 17px solid var(--light);
  border-radius: 250px;
  transition: 0.5s;
}
.teamsection {
  background: #fff9ed;
}
.team-item:hover .team-text {
  border-color: var(--primary);
}
.team-item img {
  border: dashed 2px #fe5d37;
}
.team-item:hover img {
  border-color: #ffffff;
}
/*** Testimonial ***/
.animate-itemscloud{
  position:absolute;
  left: 20px;
  top: 20px;
}
 .animate-itemscloud .cloud{
  max-width: 250px;
  opacity: .4;
  /* transform-origin: left right; Swing from the top */
  animation: Movecloud 30s linear infinite;
 }
 @keyframes Movecloud {
   0% {
    transform: translateX(0);
    left: 20px;
  }
  50% {
    transform: translateX(300px);
  }
  100% {
    transform: translateX(0);
    left: 20px;
  }
}
.testimonial-carousel {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 576px) {
  .testimonial-carousel {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

.testimonial-carousel .testimonial-item .border {
  border: 1px dashed rgba(0, 185, 142, 0.3) !important;
}

.testimonial-carousel .owl-nav {
  position: absolute;
  width: 100%;
  height: 45px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  z-index: 1;
}

.testimonial-carousel .owl-nav .owl-prev {
  position: relative;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background-image: url(../img/leftarrow.png);
  background-repeat: no-repeat;
  font-size: 1px;
  transition: 0.5s;
  color: white;
}
.testimonial-carousel .owl-nav .owl-next {
  position: relative;
  width: 100px;
  height: 100px;
  align-items: center;
  display: flex;
  justify-content: center;
  background-image: url(../img/leftarrow.png);
  background-repeat: no-repeat;
  font-size: 1px;
  transition: 0.5s;
  color: white;
  rotate: 180deg;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
  background-image: url(../img/leftarrow.png);
  background-repeat: no-repeat;
}

/*** Footer ***/
.footer .btn.btn-social {
  margin-right: 5px;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 45px;
  transition: 0.3s;
}

.footer .btn.btn-social:hover {
  border-color: var(--primary);
  background: var(--primary);
}

.footer .btn.btn-link {
  display: block;
  margin-bottom: 5px;
  padding: 0;
  text-align: left;
  font-size: 16px;
  font-weight: normal;
  text-transform: capitalize;
  transition: 0.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 {
  color: var(--primary) !important;
  letter-spacing: 1px;
  box-shadow: none;
}

.footer .form-control {
  border-color: rgba(255, 255, 255, 0.5);
}

.footer .copyright {
  padding: 25px 0;
  font-size: 15px;
  border-top: 1px solid rgba(256, 256, 256, 0.1);
}

.footer .copyright a {
  color: #ffffff;
}

.footer .footer-menu a {
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.footer .copyright a:hover,
.footer .footer-menu a:hover {
  color: var(--primary) !important;
}

.footer .footer-menu a:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}
@media (min-width: 1400px) {
  /* .container{
        max-width: 1600px !important;
    } */
  .container-xx .container {
    max-width: 1600px;
  }
  .container-fluid .container {
    max-width: 1600px !important;
  }
}
