@charset "UTF-8";
/* Bootstrap  v5.2.3 (https://getbootstrap.com/) */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&family=Raleway:wght@400;500;600;700&display=swap');

/* base styles  */
:root {
  --pri-bg: #EFC337;
  --base: #035765;
  --bg: #f3ccc1;
  --btn-bg: #035765;
  --btn-base: #f3ccc1;
  --white: #fff;
}

html {
  height: 100%;
  scroll-padding-top: calc(4.5rem - 1px);
}

body {
  width: 100%;
  height: 100%;
  font-family: 'Raleway', 'Poppins', sans-serif;
}
a {
  color: #fff;
  text-decoration: none;
}

.page-section {
  padding: 4rem 0;
}
.text-white-75 {
  color: rgba(255, 255, 255, 0.75) !important;
}
.btn-xl {
  padding: 1.25rem 2.25rem;
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  border: none;
  border-radius: 10rem;
}
hr.divider {
  height: 0.2rem;
  max-width: 3.25rem;
  margin: 1.5rem auto;
  background-color: #f4623a;
  opacity: 1;
}
ul {
  list-style-image: url('../assets/img/png/list-style-img-png.png');
}

hr.divider-light {
  background-color: #fff;
}

.global-shadow {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  transition: all ease-in-out 0.2s;
}
.global-shadow:hover {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
}

/* base cursor style  */
/* .cursor {
  width: 3rem;
  height: 3rem;
  border: 3px solid white;
  border-radius: 50%;
  position: fixed;
  z-index: 99999;
  transform: translate(-50%, -50%);
  pointer-events: none;
  transform-origin: 100% 100%;
  mix-blend-mode: difference;
}
.link-grow {
  background: white;
} */


/* styling starts */

#mainNav {
  transition: background-color 0.2s ease;
}
#mainNav.navbar-shrink {
  background-color: #fff;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
#mainNav .navbar-brand {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  color: #212529;
}
#mainNav .navbar-nav .nav-item .nav-link {
  color: #6c757d;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 0.9rem;
  padding: 0.75rem 0;
}
#mainNav .navbar-nav .nav-item .nav-link:hover, #mainNav .navbar-nav .nav-item .nav-link:active {
  color: #f4623a;
}
#mainNav .navbar-nav .nav-item .nav-link.active {
  color: #f4623a !important;
}
.navbar-toggler {
  transform: scale(0.8);
}
.navbar-toggler:focus{
  box-shadow: none !important;
}


main.hero-head {
  padding-top: 10rem;
  padding-bottom: calc(10rem - 4.5rem);
  background: linear-gradient(to bottom, rgba(92, 77, 66, 0.8) 0%, rgba(92, 77, 66, 0.8) 100%), url("../assets/img/bg-hero-head.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
}
main.hero-head h1, main.hero-head .h1 {
  font-size: 2.25rem;
}

.form-container {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}
.form-container .form-control {
  outline: none;
  border: none;
  padding: 0;
  padding: 1rem;
}
.form-container .form-header {
  padding: 1rem;
}
.form-container .form-footer {
  padding: 1rem;
}
.form-container .form-control input {
  padding: 1rem;
  margin-bottom: 0.5rem;
  width: 100%;
  border-radius: 5px;
  outline: none;
  border: none;
  background-color: rgba(10, 10, 10, 0.10);
}

.key-feature {
  height: 175px;
  transition: all ease-in-out 0.2s;
}
.key-feature:hover {
  transform: scale(1.05);
}
/* video section  */
.video-section {
  background-image: url(../assets/images/video-banner.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.video-btn {
  border-radius: 100px;
  border: 1px solid rgba(255, 174, 0,0.8);
  background-color: rgb(255, 174, 0);
  color: #000;
  outline: none;
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: mymove 2s infinite;
}
.video-btn:hover {
  color: #fff;
}
.video-btn::after,
.video-btn::before {
  content: "";
  width: 50px;
  height: 2px;
  position: absolute;
  background: var(--pri-bg);
}
.video-btn::after {
  left: 53%;
}
.video-btn::before {
  right: 53%;
}
@keyframes mymove {
  0% {box-shadow: 0 0 0 0px rgba(255, 174, 0,0.2);}
  50% {box-shadow: 0 0 0 20px rgba(255, 174, 0,0.4);}
  100% {box-shadow: 0 0 0 5px rgba(255, 174, 0,0);}
}

.fa-play {
  margin-left: 2px;
}

.who-can-join-section .section-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  height: 90%;
  padding-block: 2rem;
}

.who-can-join-row .card-image {
  padding: 0.5rem;
  border-radius: 15px;
  border: 1px solid lightgrey;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  width: 65px;
  transition: all ease-in-out 0.2s;
}
.who-can-join-row .card-text {
  color: #777;
  width: 80%;
}
.who-can-join-row div:hover>.card-image {
  transform: scale(1.15);
  box-shadow: 0 0 10px rgba(255, 174, 0, 0.15);
}
.card-container-wrap {
  position: relative;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  border-radius: 15px;
}


/* rounded carousel  */
.rounded-carousel-main-section {
  max-height: 425px;
  overflow: hidden;
  background-image: url(../assets/images/world-map.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.rounded-carousel-main-section .main-container-wrap {
  transform: scale(1.2);
}

.main-container-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-inline: auto;
}

.circle-slider-container {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 600px;
  height: 600px;
  position: relative;
  transition-duration: 1s;
  z-index: 2;
}
.circle-slider-container .textBox {
  font-size: 0.8rem;
  font-weight: 700;
  position: absolute;
  width: 150px;
  height: 150px;
  padding: 1.2rem;
  border-radius: 50%;
  border: 7px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition-duration: 1s;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.circle-slider-container .textBox:nth-child(1) {
  top: 38%;
  left: 0%;
}
.circle-slider-container .textBox:nth-child(2) {
  top: 5%;
  left: 18%;
}
.circle-slider-container .textBox:nth-child(3) {
  top: 5%;
  left: 57%;
}
.circle-slider-container .textBox:nth-child(4) {
  top: 38%;
  right: 0%;
}
.circle-slider-container .textBox:nth-child(5) {
  bottom: 5%;
  right: 18%;
}
.circle-slider-container .textBox:nth-child(6) {
  bottom: 5%;
  right: 57%;
}

.slider-center-section {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  border: 20px solid;
  border-color: var(--pri-bg);
  padding: 2rem 1rem 0 1rem;
  display: flex;
  justify-content: center;
  position: absolute;
}
.slider-center-section h3 {
  font-size: 1.5rem;
}
.slider-center-section h3 .bold-text {
  font-size: 2rem;
  font-weight: 700;
}

.border-circle {
  height: 475px;
  width: 475px;
  position: absolute;
  border: 5px solid #000;
  border-radius: 100%;
}
/* rounded carousel ends  */


.faded-number {
  position: absolute;
  font-size: 3rem;
  background: radial-gradient(circle at 18.7% 37.8%, rgb(254, 175, 0) 10%, rgb(255, 174, 0) 75%);
  padding: 1rem;
  border-radius: 50%;
  height: 100px;
  width: 100px;
  z-index: -9;
  opacity: 1;
  left: 10%;
  top: -10%;
}

/* alumni  */
.alumni-img {
  width: 100%;
  border: 15px solid white;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
.fun-facts {
  background-image: url(../assets/img/png/red-buildings-households.png);
}
.team .img-fluid {
  max-width: 70%;
}
.team .socials a i:hover::before {
  transform: scale(1.15);
}
.accordion-item{
  border-radius: 25px !important;
  overflow: hidden;
}
h2.accordion-header .accordion-button {
  background-color: var(--pri-bg);
}


/* learning-methodology */
.learning-methodology #myTab {
  border-bottom: none !important;
  width: fit-content;
  background-color: #EFC337;
  border-radius: 50px;
}
.learning-methodology #myTab .nav-link {
  border-radius: 50px;
  border: none;
  padding: 1rem 2rem;
  font-weight: 600;
  color: #000;
}
.learning-mode-list {
  list-style-image: none;
  list-style-type: none;
  font-size: 1rem;
  line-height: 2;
  font-weight: 600;
}




.learning-methodology .card-text {
  display: flex;
  align-items: center;
  gap: 5px;
}
.learning-methodology .steps-number {
  padding: 0.2rem 0.3rem;
  background: var(--pri-bg);
  border-radius: 50%;
  display: inline-flex;
  height: 40px;
  width: 40px;
  justify-content: center;
  align-items: center;
  font-weight: bold;;
}
.modal-content {
  border-radius: 10px;
}
.modal-body {
  padding: 0;
  overflow: hidden;
}


/* button style  */
@keyframes sheen {
  0% {
    transform: skewY(-45deg) translateX(0);
  }
  100% {
    transform: skewY(-45deg) translateX(12.5em);
  }
}
.custom-btn {
  transition: all 0.2s ease-in-out;
  position: relative;
  overflow: hidden;
  &:before {
    content: "";
    background-color: rgba(255,255,255,0.5);
    height: 100%;
    width: 25%;
    display: block;
    position: absolute;
    top: 0;
    left: -5em;
    transform: skewX(-45deg) translateX(0);
    transition: none;
  }
  &:hover {
    background-color: #ffae00 !important;
    &:before {
      transform: skewX(-45deg) translateX(25em);
      transition: all 0.5s ease-in-out;
    }
  }
}
#about .btn {
  border: 2px solid #fff;
}



/* testimonial slider design starts  */
#testimonials-2 .testimonial-card  {
  flex-direction: row;
}
#testimonials-2 .review-card-image-container {
  width: 350px;
  height: 350px;
  flex: 40% 0 0;
}
#testimonials-2 .testimonial-person-image {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  border: 10px solid #fff;
  height: 250px;
  width: 250px;
  object-fit: cover;
  border-radius: 100%;
  transition: border-radius ease-in-out 0.9s, height ease-in-out 1s, width ease-in-out 1s;
}
#testimonials-2 .slick-active .testimonial-person-image {
  border-radius: 0px;
  height: 350px;
  width: 350px;
}
#testimonials-2 .testimonial-card a.join-us {
  color: var(--pri-bg);
  position: relative;
  margin-left: 10px;
}
#testimonials-2 .testimonial-card a.join-us::before {
  content: url(../assets/img/link-vector.svg);
  width: 5px;
  height: 5px;
  position: absolute;
  left: -25px;
}
#testimonials-2 .testimonial-card a.join-us:hover {
  text-decoration: underline;
}
.slick-prev {
  display: none;
}
.slick-next {
  position: absolute;
  right: 13%;
}
.slick-next::before {
  color: var(--pri-bg);
  font-size: 60px;
}
          /* content */

.placed-company-logo{
  width: 70px;
  position: relative;
}
.placed-at-text{
  position: relative;
}
.placed-at-text::after,
.placed-at-text::before {
  position: absolute;
  content: " ";
  width: 50%;
  height: 1px;
  background-color: #000;
  color: #000;
  z-index: 9;
  top: 50%;
}
.placed-at-text::after {
  left: -70%;
}
.placed-at-text::before {
  right: -70%;
}
/* testimonial slider design ends  */


.boxy-text {
  padding: 1rem;
  background: blue;
  width: fit-content;
  margin: 0.5rem auto;
  border-radius: 0 15px;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 600;
}

.animated-card {
  padding: 1rem;
  border: 1px solid #999;
  border-radius: 20px;
  transition: all ease-in-out 0.3s;
}
.animated-card:hover {
  transform: translateY(-5px);
}


/* footer  */

.footer {
  background-color: var(--pri-bg);
  color: #3c3c3c;
}
.footer-wave-svg {
  background-color: transparent;
  display: block;
  height: 30px;
  position: relative;
  top: -1px;
  width: 100%;
}
.footer-wave-path {
  fill: #fffff2;
}
.footer-content {
  margin-left: auto;
  margin-right: auto;
  max-width: 1230px;
  padding-block: 40px 450px;
  position: relative;
}
.footer-content-column {
  box-sizing: border-box;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  color: #333;
}
.footer-content-column ul li a {
  color: #333;
  text-decoration: none;
}
.footer-logo-link {
  display: inline-block;
}
.footer-menu {
  margin-top: 30px;
}
.footer-menu-name {
  color: #3c3c3c;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: .1em;
  line-height: 18px;
  margin-bottom: 0;
  margin-top: 0;
  text-transform: uppercase;
}
.footer-menu-list {
  list-style: none;
  margin-bottom: 0;
  margin-top: 10px;
  padding-left: 0;
}
.footer-menu-list li {
  margin-top: 5px;
}
.footer-call-to-action-description {
  color: #3c3c3c;
  margin-top: 10px;
  margin-bottom: 20px;
}
.button:last-of-type {
  margin-right: 0;
}
.footer-call-to-action {
  margin-top: 30px;
}
.footer-call-to-action .custom-btn {
  border: 2px solid #fff;
}
.footer-call-to-action-title {
  color: #fffff2;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: .1em;
  line-height: 18px;
  margin-bottom: 0;
  margin-top: 0;
  text-transform: uppercase;
}
.footer-call-to-action-link-wrapper {
  margin-bottom: 0;
  margin-top: 10px;
  color: #fff;
  text-decoration: none;
}
.footer-call-to-action-link-wrapper a {
  color: #fff;
  text-decoration: none;
}
.footer-social-links {
  bottom: 0;
  height: 54px;
  position: absolute;
  right: 0;
  width: 236px;
}

.footer-social-amoeba-svg {
  height: 54px;
  left: 0;
  display: block;
  position: absolute;
  top: 0;
  width: 236px;
}

.footer-social-amoeba-path {
  fill: #3c3c3c;
}

.footer-social-link {
  display: block;
  padding: 10px;
  position: absolute;
}

.hidden-link-text {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px,1px,1px,1px);
  -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
  clip-path: inset(0px 0px 99.9% 99.9%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
  top: 50%;
}

.footer-social-icon-svg {
  display: block;
}

.footer-social-icon-path {
  fill: #fffff2;
  transition: fill .2s;
}
.footer-social-link.linkedin,
.footer-social-link.twitter,
.footer-social-link.youtube,
.footer-social-link.github {
  width: 45px;
}

.footer-social-link.linkedin {
  /* height: 26px; */
  left: 3px;
  top: 11px;
}

.footer-social-link.twitter {
  left: 63px;
  top: 3px;
}

.footer-social-link.youtube {
  left: 123px;
  top: 12px;
}

.footer-social-link.github {
  left: 176px;
  top: 7px;
}

.footer-copyright {
  background-color: #3c3c3c;
  color: #fff;
  padding: 15px 30px;
  text-align: center;
}

.footer-copyright-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}

.footer-copyright-text {
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 0;
  margin-top: 0;
}

.footer-copyright-link {
  color: #fff;
  text-decoration: none;
}


/* Media Query For different screens */
@media (min-width:279px) and (max-width:479px)  { 
  .footer-content {
    margin-left: auto;
    margin-right: auto;
    max-width: 1230px;
    padding-block: 40px 1050px;
    position: relative;
  }
}
@media (min-width:480px) and (max-width:599px)  { 
  .footer-content {
    margin-left: auto;
    margin-right: auto;
    max-width: 1230px;
    padding-block: 40px 1050px;
    position: relative;
  }
}
@media (min-width:600px) and (max-width: 800px)  {
  .footer-content {
    margin-left: auto;
    margin-right: auto;
    max-width: 1230px;
    padding-block: 40px 1050px;
    position: relative;
  }
}
@media (min-width: 760px) {
  .footer-content {
      margin-left: auto;
      margin-right: auto;
      max-width: 1230px;
      padding-block: 40px 380px;
      position: relative;
  }

  .footer-wave-svg {
      height: 50px;
  }

  .footer-content-column {
      width: 24.99%;
  }
}
/* footer ends  */



/* media query  */
@media (min-width: 992px) {
  #mainNav {
    background-color: transparent;
  }
  #mainNav .navbar-brand {
    color: rgba(255, 255, 255, 0.7);
  }
  #mainNav .navbar-brand:hover {
    color: #fff;
  }
  #mainNav .navbar-nav .nav-item .nav-link {
    color: rgba(255, 255, 255, 0.7);
    padding: 0 1rem;
  }
  #mainNav .navbar-nav .nav-item .nav-link:hover {
    color: #fff;
  }
  #mainNav .navbar-nav .nav-item:last-child .nav-link {
    padding-right: 0;
  }
  #mainNav.navbar-shrink .navbar-brand:hover {
    color: #f4623a;
  }
  #mainNav.navbar-shrink .navbar-nav .nav-item .nav-link {
    color: #212529;
  }
  #mainNav.navbar-shrink .navbar-nav .nav-item .nav-link:hover {
    color: #f4623a;
  }
  main.hero-head {
    min-height: 45rem;
    padding-top: 9rem;
    padding-bottom: 6rem;
  }
  main.hero-head p {
    font-size: 1.15rem;
  }
  main.hero-head h1, main.hero-head .h1 {
    font-size: 3rem;
  }
  .slick-list{padding:0 20% 0 0 !important;}
}
@media (min-width: 1200px) {
  main.hero-head h1, main.hero-head .h1 {
    font-size: 3.5rem;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .hero-head .form-header h4 {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 990px) {
  #testimonials-2 .testimonial-card  {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  #testimonials-2 .testimonial-person-image {
    position: initial;
    box-shadow: none;
  }
  #testimonials-2 .testimonial-person-bg-image {
    display: none;
  }
}
@media screen and (max-width: 460px) {
  #testimonials .testimonial-card .card-header{
    flex-direction: column;
    gap: 15px;
  }
  #learning-methodology .row:nth-child(2) {
    justify-content: center;
  }
  #learning-methodology .row:nth-child(2) .col-12 {
    display: flex;
    justify-content: center;
  }
}
