* {
  font-family: "Libre Bodoni", serif;
  /* font-size: 20px; */
  margin: 0;
  padding: 0;
  text-decoration: none;
  box-sizing: border-box;
}

:root {
  --primary-color:  #f8b435;
  --secondary-color: #182628;
  --ternary-color: #F1F5F9;
  --forth-color:
  --features-background: #F0F0F0;


}

/* common classes */
.outer-container {
  width: 90%;
  text-align: center;
  flex-wrap: wrap;
  overflow: hidden;
}

/*  =======================nav bar===========================================*/
nav { 
    
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 0;
  background-color: transparent;
  transition: background-color 0.3s;
  z-index: 1000;
  padding: 20px;
  font-family: "Playfair Display", serif;

}



nav div img {
  height: 80px;
  /* Adjusted height for the logo */
}

nav ul {
  display: flex;
  gap: 20px;
}

nav ul li {
  list-style: none;
}

nav ul li a {
  text-decoration: none;
  color: white;
  font-weight: 700;
  font-size: 1.5rem;
}

.navbar-scrolled {
  background-color: var(--secondary-color) !important;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.navbar-hb-clicked {
  background-color: var(--secondary-color) !important;
}

.navbar-hb-clicked a {
  color: var(--primary-color) !important;
}

#navbar a {
  color: white;
  transition: color 0.3s ease;
}

.navbar-scrolled a {
  color: var(--primary-color) !important;
}


.white-button {
  background-color: var(--secondary-color);
  color: white;
}

.white-button::before {
  background: white;
  color: var(--primary-color);
}



.hamburger {
  display: none;
  cursor: pointer;
  background-color: transparent;

}

.bar {
  height: 3px;
  width: 25px;
  margin: 5px;
  background-color: var(--primary-color);
  display: block;
}

.hamburger:hover .bar {
  background-color: var(--primary-color);
}

@media (max-width: 1024px) {
  .hamburger {
      display: block;
  }

  .nav-links {
      display: none;
      flex-direction: column;
      background-color: var(--secondary-color);
      position: absolute;
      width: 100%;
      top: 120px;
      left: 0;
      transition: background-color 0.3s ease-in-out;
      padding: 20px;

  }

  .nav-links li a {
      color: var(--primary-color);
  }

  .nav-links.show {
      display: flex;
  }


}

/* ui verse button */
.cssbuttons-io {
  position: relative;
  font-family: inherit;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.05em;
  border-radius: 1.5em;
  cursor: pointer;
  border: none;
  background: var(--secondary-color);
  color: ghostwhite;
  overflow: hidden;
}


.cssbuttons-io span {
  position: relative;
  z-index: 10;
  transition: color 0.4s;
  display: inline-flex;
  align-items: center;
  padding: 0.4em 1.2em 0.4em 1.05em;
}

.cssbuttons-io span a {
  color: white !important;
}

.cssbuttons-io::before,
.cssbuttons-io::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.cssbuttons-io::before {
  content: "";
  background: var(--primary-color);
  width: 120%;
  left: -10%;
  transform: skew(30deg);
  transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
}

.cssbuttons-io:hover::before {
  transform: translate3d(100%, 0, 0);
}

.cssbuttons-io:active {
  transform: scale(0.95);
}

/* .container{
  padding: 0 100px;
  position: relative;
  display: flex;
} */
.section2 {
  background-color: #f0f6fd;
  border-radius: 20px;
  width: 100%;
  box-shadow: 0px 3.29953932762146px 5.279263019561768px 0px #00000040;
  overflow: hidden;
  padding: 20px;
  height: fit-content;
}

.section2 h1 {
  font-family: "Roboto", sans-serif;
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--main-color);
  color: #14297a;
}

.section2 ul {
  row-gap: 10px;
  flex-wrap: nowrap;
  overflow-x: auto;
  scrollbar-width: thin;
  padding: 10px;
  text-align: center;
}

.section2 li {
  padding: 4px 15px;
  border: 1px solid var(--main-color);
  border: none;
  color: #14297a;
  ;
  text-transform: uppercase;
  border-radius: 50px;
  cursor: pointer;
  transition: 0.3s;
  text-decoration: none;
  white-space: nowrap;
  font-weight: 600;
  font-size: 14px;
  background: #fff;
  display: inline-block;
}

.section2 button {
  background-color: #14297a;
  color: #fff !important;
  overflow: hidden;
  border: none;
  padding: 4px 15px;
}

.section2_content {
  border-radius: 20px;
  background: #FFF;
  /* margin: 30px 10px; */
  padding: 20px 50px;
}

.section2_content h1 {
  font-family: "Roboto", sans-serif;
  font-size: 32px;
  font-weight: 600;
  margin: 0;
  padding: 0;
  display: block;
}

.section2_box {
  display: flex;


}

.section2_box .img_sec {

  overflow: hidden;


  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;


  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 2%;
  margin: 10px;

  border-radius: 5px;
  background-size: cover;
  /* height: 250px; */
  width: 30%;
}

.section2_box .img_sec img {
  width: 100%;
  height: 100%;
}

.section2_box .section2_text {
  width: 70%;
  text-align: justify;
  font-size: 18px;
  margin-top: 10px;
  line-height: 23px;
  margin: 5px;
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.section2_text h2 {
  font-size: 1.8rem;
  color: var(--primary-color);
}

.para {
  width: 100%;
  text-align: justify;
  font-size: 18px;
  margin-top: 8px;
  line-height: 23px;
  margin: 10px;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .section2_box {
    flex-direction: column;
  }

  .section2_box .img_sec img {
    aspect-ratio: 3 / 2.5;
    object-fit: cover;
    object-position: top;

  }

  .section2_box .img_sec {
    width: 100%;
  }

  .section2_box .section2_text {
    width: 100%;

  }



  .section2_content {
    padding: 20px 10px;
  }
}

.scroller {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.scroller p {
  font-size: 18px;
  margin: 20px;
}

.scroller h1 {
  color: #000;
  margin: 20px;
}

.scroller .slider {
  height: 240px;
  margin: auto;
  overflow: hidden;
  width: auto;
  position: relative;
}

.slide_track {
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 20px;
  row-gap: 20px;
  flex-wrap: wrap;
  animation: scroll 60s linear infinite;
  width: calc(340px* 10);
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(-340px*5));
  }
}

.sliderimg {
  background: #fff;
  border: 1px solid gray;
  border-radius: 10px;
  display: block;
  justify-content: center;
  align-items: center;
  padding: 20px;
  width: 280px;
  height: 180px;
  background-size: cover;
  overflow: hidden;
  background-image: url(HarvardX\ MUS24_2x\ Certificate\ _\ edX-page.webp);
  box-shadow: 0px 4px 4px 0px #00000040;
}

.sliderimg1 {
  background: #fff;
  border: 1px solid gray;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  width: 280px;
  height: 180px;
  background-size: cover;
  overflow: hidden;
  background-image: url(Coursera\ 6PUPQWEFQ8KM-page-001.webp);
  box-shadow: 0px 4px 4px 0px #00000040;
}

.sliderimg2 {
  background: #fff;
  border: 1px solid gray;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  width: 280px;
  height: 180px;
  background-size: cover;
  overflow: hidden;
  background-image: url(Coursera\ P5Y2MXRM58X9-page-001.webp);
  box-shadow: 0px 4px 4px 0px #00000040;
}

.sliderimg3 {
  background: #fff;
  border: 1px solid gray;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  width: 280px;
  height: 180px;
  background-size: cover;
  overflow: hidden;
  background-image: url(Coursera\ certificate.webp);
  box-shadow: 0px 4px 4px 0px #00000040;
}

.sliderimg4 {
  background: #fff;
  border: 1px solid gray;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  width: 280px;
  height: 180px;
  background-size: cover;

  overflow: hidden;
  background-image: url(certification.webp);
  box-shadow: 0px 4px 4px 0px #00000040;
}

.choose_us {
  padding: 0 100px;
  position: relative;
  display: flex;
}

.choose_section {
  background-color: #f0f6fd;
  border-radius: 20px;
  width: 100%;
  box-shadow: 0px 3.29953932762146px 5.279263019561768px 0px #00000040;
  overflow: hidden;
  padding: 20px;
  padding-bottom: 0;
  height: fit-content;
  margin: 20px;
}

.choose_content {
  border-radius: 20px;
  background: #FFF;
  margin: 30px 10px;
  padding: 20px 50px;
}

.choose_content>h2 {
  color: var(--primary-color);
  font-size: 20px;
  margin: 10px;
}

.choose_section>h2 {
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;

  color: var(--secondary-color);
  margin: 10px;
}

.choose_section p {
  text-align: justify;
  font-size: 18px;
  margin-top: 10px;
  line-height: 23px;
  margin: 10px;


}

@media (max-width: 768px) {
  .choose_us {
    padding: 0 0;
  }

  .choose_content {
    padding: 20px 10px;
  }
  
.choose_section{
  margin: 0px;
}

}


.section1 {
  height: 599px;
  background-image: url(images/DSC09531.webp);
  overflow: hidden;
  background-size: cover;

  border: none;
  border-radius: 2px;
  display: block;
  justify-content: center;

  padding: 20px;
  width: 100%;
  height: 550px;
  background-size: cover;


}

.section1 h3 {
  font-size: 40px;
  color: var(--primary-color);
  font-weight: 800;
  padding-top: 150px;
}

.section1 h3 span {
  font-size: 40px;
  color: #Fff;
  font-weight: 800;

}
@media (max-width: 768px) {
  .section1{
    height: 300px;
  }
  
}



/* about */
#about {
  display: flex;
  justify-content: center;
  background: linear-gradient(90deg, #65CCB8,  #182628 );
  /* background: linear-gradient(90deg, #00C9FF, #92FE9D); */

}

.about-container {
  display: flex;
  width: 90%;
  padding-top: 50px;
}

/* .about-container>div{
  flex: 0 0 50%;
} */
.about-text {
  flex: 1 1 65%;
  display: flex;
  align-items: center;
  color: white;
}

.about-illus {
  display: flex;
  justify-content: flex-end;
  flex: 0 0 35%;
}

@media (max-width: 768px) {
  .about-container {
    flex-direction: column;
  }
  .about-illus{
    justify-content: center;
  }

}

/* testimonials swiper */
#testimonials {
  display: flex;
  justify-content: center;
}

.swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}

.swiper-slide {
  /* background-color: #eee;
  border: 1px solid #ccc; */
  display: flex;
  align-items: center;
  justify-content: center;
  /* font-size: 1.2rem; */
  height: 200px;
}

.swiper-slide p {
  font-size: 1rem;
}

.testi-img {
  display: flex;
  justify-content: center;
  position: relative;
}

.testi-img img {
  aspect-ratio: 2/3;
  width: 70%;
  cursor: pointer;
}



/* shorts************************************** */
.shorts-wrapper {
  position: relative;
  cursor: pointer;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.5);
  color: white;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  pointer-events: none;

}


.modal-content {
  border-radius: 10px;
}

.iframe-box {
  border-radius: 10px;
}

.shorts-container {
  width: 70%;
  background-color: aqua;
  height: 400px;
  margin: auto;
  gap: 20px;
  display: flex;

}


.carousel-item {
  position: relative;
  text-align: center;
  /* background-color: #f8f9fa; */
}

.carousel-item img {
  width: 100%;
  max-height: 400px;
  object-fit: contain;
}



.carousel-caption {
  background: rgba(0, 0, 0, 0.5);
  color: white;
  padding: 10px;
  border-radius: 5px;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: fit-content;
}

/* footer ==============================================================================================================*/
footer {
  background-color: var(--secondary-color);
  color: white;
}

.container {
  width: 90%;
  text-align: center;
}

.flex-container {
  display: flex;


}

/* .col{
  display: flex;
  flex-direction: column;
  flex: 0 0 25%;
  align-items: center;
} */
.logo-container {
  display: flex;
  align-items: center;
}
.logo-container img{
  height: 80px;
}

.footer-links-container {
  flex: 0 0 75%;
  display: flex;
}

.footer-links-container>div {
  width: 25%;
  display: flex;
  flex-direction: column;
  text-align: left;
}

.footer-form-container {
  flex: 0 0 25%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.col>h3 {
  padding-top: 15px;
  font-size: 1.5rem;
}
.col>a{
  text-decoration: none;
  color: white;
}

.form-group textarea {
  min-height: 50px;
  max-height: 150px;
  color: white;

}

.form-group button {
  width: 80%;
  border: none;
}

.form-group input,
textarea {
  background-color: transparent;
  border: none;
  border-bottom: 2px solid white;
  outline: none;
  width: 80%;
}

.icon-wrapper {
  display: flex;

}

.icon-wrapper i {
  font-size: 1.5rem;
  margin: 10px 10px;
}

.icon-wrapper span {
  display: flex;
  text-align: left;
}

.col span a {
  text-decoration: none;
  color: white;
  width: 40px;
  height: 40px;
  display: inline-flex;
  /* Use flexbox to center the icon */
  justify-content: center;
  /* Center horizontally */
  align-items: center;
  /* Center vertically */

  border-radius: 50%;
  /* Make it round */
  transition: background-color 0.3s ease;
  /* Optional hover effect */
}


a:has(.fa-facebook-f) {
  background-color: #0861F2;
}

a:has(.fa-instagram) {
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);

}

a:has(.fa-youtube) {
  background-color: #FF0000;
}

.float-icon-container {
  display: flex;
  flex-direction: column;
  position: fixed;
  right: 0;
  top: 50%;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.float-icon-container a {
  height: 40px;
  width: 40px;
  color: white;
  display: inline-flex;
  justify-content: center;
  align-items: center;

}

.whatsapp-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #25D366;
  color: white;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 25px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  z-index: 1000;
}


.whatsapp-button i {
  color: white;
  vertical-align: middle;
}

@media (max-width: 1024px) {
  .logo-container {
    display: none;
  }

  .flex-container {
    flex-direction: column;
  }

  .footer-links-container {
    flex: 0 0 100%;

  }

  .footer-form-container {
    flex: 0 0 100%;
    margin-top: 20px;
  }

}

@media (max-width: 768px) {
  .footer-links-container {
    flex-direction: column;
  }
  .footer-links-container>div {
    width: 100%;
}

  .col {
    margin-top: 20px;
  }
}