*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body{
  background-color: #eee !important;
}
.hovers{
  transition: all 0.2s;
  cursor: pointer;
}
.hovers:hover{
  opacity:0.8 ;
}
.text-black{
  color: #000 !important;
}
header{
  background: url(../img/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.logo-1{
  width: 30px;
  height: 30px;
  background: var(--unnamed-color-ffd25d) 0% 0% no-repeat padding-box;
  background: #FFD25D 0% 0% no-repeat padding-box;
  border-radius: 0px 0px 128px 0px;
}
.logo-2 {
  width: 0;
  height: 0;
  border-left: 16.5px solid transparent;
  border-right: 16.5px solid transparent;
  border-bottom: 29px solid #704FE6;
}

.navbar{
  background-color: #2A2A2A;
}
.navbar li{
  padding-left: 15px;
}
.navbar li a{
  color: #fff;
  font-size: 20px
}
.navbar li.active a, .navbar li:hover a{
  color: #FFD25D;
}
.navbar img{
  width: 24px;
  height: 24px;
}
.icon-border::after {
  content: "";
  border-left: 2px solid #fff !important;
}
.sign{
  background-color: #FFD25D;
  border-radius: 16px;
}

.show-all{
  color: #704FE6;
  border-radius: 16px;
  border: 1px solid #704FE6;
  transition: all 0.2s;
  cursor: pointer;
}
.show-all-2{
  color: #fff;
  border-radius: 16px;
  border: 1px solid #fff;
  transition: all 0.2s;
  cursor: pointer;
}
.show-all:hover{
  background-color:#704FE6 ;
  color: #fff;
}
.show-all-2:hover{
  background-color:#fff ;
  color: #704FE6;
}
.schools{
  background: url(../img/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 90vh;
}
.schools .school-card img{
  transition: all 0.2s;
  width: 100px;
  height: 100px;
}
.schools .school-card:hover img{
  scale: 1.1;
}
.course-card {
    flex: 0 0 auto;
    height: 276px;
    width: 550px;
    margin-right: 40px;
    position: relative;
    cursor: pointer;
}

.course-image .course-img {
    transition: all 0.2s;
    width: 216px;
    height: 276px;
    border-radius: 0 15px 15px 0;
}

.course-img:hover {
    transform: scale(1.1); /* Fixed scale property */
}

@media (max-width: 767px) {
    .course-card {
        width: 350px;
        height: auto;
        margin: auto;
    }
    .course-image .course-img {
        width: 100%;
        border-radius: 15px 15px 0 0;
    }
}

.course-pagination span, .indicator-3, .indicator-5{
    width: 13px;
    height: 10px;
    border-radius: 20px;
    background-color: #333;
    cursor: pointer;
    transition: all 0.2s;
}

.course-pagination .swiper-pagination-bullet-active,.indicator-3.active,.indicator-5.active  {
    width: 38px;
    height: 10px;
    background-color: #704FE6;
}
  .child {
    position: relative;
    overflow: hidden;
}

.child-container {
    overflow: hidden; /* Hide scrollbars */
}

.scrollable-content-2 {
    display: flex;
    overflow-x: auto; /* Enable horizontal scrolling */
    scroll-behavior: smooth;
    overflow-y: hidden;
}

.scrollable-content-2::-webkit-scrollbar {
    display: none;
}

.child-card {
    flex: 0 0 auto;
    width: 221px;
    height: 269px;
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    background-color: rgba(255, 255, 255, 0.295) !important;
    border-radius: 15px;
    margin: auto;
    position: relative;
    cursor: pointer;
}

.child-image .child-img {
    transition: all 0.2s;
    width: 101px;
    height: 101px;
    border-radius: 50%;
}

.child-img:hover {
    transform: scale(1.1); /* Fixed scale property */
}
.indicator-two, .school-pagination span {
    width: 13px;
    height: 10px;
    border-radius: 20px;
    background-color: #B6B6B6;
    cursor: pointer;
    transition: all 0.2s;
}

.indicator-two.active, .school-pagination .swiper-pagination-bullet-active {
    width: 38px;
    height: 10px;
    background-color: #FFD25D;
}
.gmail-input::placeholder{
  color: #fff;
}
.visitors{
  width: 182px;
  height: 264px;
  border-radius: 91px;
  background-color:#fff ;
}
#video{
  width: 540px ;
  height: 460px ;
  border-radius: 25px;
  cursor: pointer;
}
@media (max-width:1075px) {
  #video{
    width: 450px;
  }
}
@media (max-width:900px) {
  #video{
    width: 400px;
  }
}
@media (max-width:800px) {
  #video{
    width: 350px;
  }
}
.timeline-block{
  min-height: 70px;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 10px;
}
.bull{
  width: 12px;
  height: 12px;
  min-width: 12px;
  background-color: #FFD25D;
  border-radius:50% ;
}
.timeline-content{
  font-weight: bold;
  font-size: 18px;
}

.my-top-border{
  border-top: 7px solid #704fe6d2;
}
.my-bottom-border{
  border-bottom: 7px solid #704fe6d2;
}
.my-left-border{
  border-left: 7px solid #704fe6d2;
}
.my-right-border{
  border-right: 7px solid #704fe6d2;
}
.goals{
  background: url(../img/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  min-height: 90vh;
}

.company-card {
  flex: 0 0 auto;
  width: 150px;
  margin-right: 40px;
  position: relative;
  cursor: pointer;
}
header#home-2{
  background: url(../img/bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.tradder-card {
  flex: 0 0 auto;
  width: 300px;
  height: auto;
  background-color: #fff;
  border-radius: 15px;
  margin-right: 40px;
  position: relative;
  cursor: pointer;
}
.bg-2{
  background: url(../img/bg-2.png);
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 15px !important;
}
.bg-3{
  background: url(../img/bg-3.png);
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 15px !important;
}
.bg-4{
  background: url(../img/bg-4.png);
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 15px !important;
}
.btn-orange, .btn-outline-orange:hover{
  background-color: #FFD25D;
}
.btn-orange:hover{
  opacity: 0.8;
  background-color: #FFD25D;
}
.btn-outline-orange{
  border-color: #FFD25D;
  background-color: #fff;
}
.side-filter::-webkit-scrollbar{
  display: none;
}
.side-filter{
  position: fixed;
  left: -250px;
  width: 250px;
  transition: all 0.2s;
  background-color: #fff;
  z-index: 2;
  overflow-y: scroll;
  height: 100vh;
  min-height: 100vh;
}
.price-input{
  width: 100%;
  display: flex;
  margin: 30px 0 35px;
}
.price-input .field{
  display: flex;
  width: 100%;
  height: 45px;
  align-items: center;
}
.field input{
  width: 100%;
  height: 100%;
  outline: none;
  font-size: 19px;
  margin-left: 12px;
  border-radius: 5px;
  text-align: center;
  border: 1px solid #999;
  -moz-appearance: textfield;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.price-input .separator{
  width: 130px;
  display: flex;
  font-size: 19px;
  align-items: center;
  justify-content: center;
}
.slider{
  height: 5px;
  position: relative;
  background: #ddd;
  border-radius: 5px;
}
.slider .progress{
  height: 100%;
  left: 25%;
  right: 25%;
  position: absolute;
  border-radius: 5px;
  background: #FFD25D;
}
.range-input{
  position: relative;
}
.range-input input{
  position: absolute;
  width: 100%;
  height: 5px;
  top: -5px;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
input[type="range"]::-webkit-slider-thumb{
  height: 17px;
  width: 17px;
  border-radius: 50%;
  background: #FFD25D;
  pointer-events: auto;
  -webkit-appearance: none;
  box-shadow: 0 0 6px rgba(0,0,0,0.05);
}
input[type="range"]::-moz-range-thumb{
  height: 17px;
  width: 17px;
  border: none;
  border-radius: 50%;
  background: #17A2B8;
  pointer-events: auto;
  -moz-appearance: none;
  box-shadow: 0 0 6px rgba(0,0,0,0.05);
}
.country, .city{
  cursor: pointer;
}
.country.active, .country:hover, .city.active, .city:hover{
  background-color: #FFD25D;
  border-radius: 10px;
}
.my-schools .my-schools-container {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
}

.my-schools .my-schools-container::-webkit-scrollbar {
  display: none;
}

 .my-schools-card {
  overflow-y: hidden;
  cursor: pointer;
}
.my-schools-info{
  position: absolute;
  z-index: 1;
  bottom: -37%;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.363);
  width: 320px;
  opacity: 0;
  visibility: hidden;
  transition: bottom 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
}
.my-schools-card:hover .my-schools-info{
  bottom: 0;
  opacity: 1;
  visibility: visible;
}
.contact-card{
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  background-color: rgba(255, 255, 255, 0.295);
}
.contact-card-div{
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  background-color: rgba(255, 255, 255, 0.116);
}
/* Popup styles */
.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
}

.popup-content {
  background: white;
  padding: 20px;
  border-radius: 5px;
  text-align: center;
}

.hidden {
  display: none;
}
.pro-img{
  height: 400px;
}
.product-gallery {
  display: flex;
}

@media (max-width:528px) {
  .small-images {
    flex-direction: row !important;
  }

  .small-images img {
    margin-left: 10px;
    width: 100px !important;
  }

  .large-image img {
    margin: 10px auto !important;
    align-items: center;
    justify-content: center;
    display: flex;
    width: 70% !important;
  }

  .product-gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;

  }
}

.small-images {
  display: flex;
  flex-direction: column;
  margin: 0 30px;
  justify-content: center;
  align-items: center;
}

.small-images img {
  width: 140px;
  max-height: 100%;
  margin-bottom: 10px;
  cursor: pointer;
  border-radius: 15px;
}

.large-image img {
  width: 80%;
  height: 100%;
  border-radius: 15px;

}

.small-image {
  border: 2px solid transparent;
  transition: border-color 0.3s ease-in-out;
}

.small-image.active {
  border-color: #FF9B1B;
}