@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

body {
  font-family: "Inter", sans-serif;
  color: #101828;
}
p {
  font-family: "Roboto", sans-serif;
  color: #646464;
}
.btn-primary {
  border-radius: 8px;
  border: 1px solid #7f56d9;
  background: #7f56d9;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05), 0px 0px 0px 4px #f4ebff;
}
.btn-primary:hover {
  background: transparent;
  color: #7f56d9;
  border-color: #7f56d9;
}
.btn-primary:focus {
  box-shadow: none;
}
.text-primary {
  color: #7f56d9 !important;
}
header {
  position: sticky !important;
  width: 100%;
  top: 0;
  background: #fff;
  z-index: 9999;
}
header nav .navbar-brand img {
  width: 200px;
}
header nav .navbar-toggler {
  border: none;
}
header nav .navbar-nav .nav-item {
}
header nav .navbar-nav .nav-item .nav-link {
  padding: 10px 20px;
  font-weight: 500;
}
main .slider {
  position: relative;
}
main .slider::before {
  content: "";
  position: absolute;
  top: 130px;
  left: 0;
  background: url(../images/left-bg.svg);
  width: 370px;
  height: 370px;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}
main .slider::after {
  content: "";
  position: absolute;
  bottom: -100px;
  right: 0;
  background: url(../images/left-bg.svg);
  width: 370px;
  height: 370px;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}
main .slider .content h1 {
  font-size: 62px;
  font-weight: 700;
}
main .slider .content h1 span {
  color: #7f56d9;
}
main .slider .content p {
  font-family: "Inter", sans-serif;
}

main .programs .heading p {
  color: #7f56d9;
  font-weight: 600;
}
main .programs .heading h1 {
  font-weight: 600;
}
main .programs .program-carousel .card {
  border-radius: 12px;
  border: 1px solid rgba(216, 216, 216, 0.4);
  background: #fff;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.05);
  margin-bottom: 10px;
}
main .programs .program-carousel .card .icon {
  width: 60px;
  height: 60px;
  line-height: 70px;
  border-radius: 16px;
  background: #ded4f4;
  text-align: center;
  margin-bottom: 0px;
}
main .programs .program-carousel .card .icon i {
  font-size: 25px;
}
main .programs .program-carousel .card p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
main .programs .program-carousel .card a {
  color: #7f56d9;
  text-decoration: none;
}
main .programs .program-carousel .card:hover a {
  color: #fff;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
main .programs .program-carousel .card:hover p {
  color: #fff;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
/* Sweep To Top */
.hvr-sweep-to-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  border-radius: 16px;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-top:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 16px;
  background: #7f56d9;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-top:hover,
.hvr-sweep-to-top:focus,
.hvr-sweep-to-top:active {
  color: white;
}
.hvr-sweep-to-top:hover:before,
.hvr-sweep-to-top:focus:before,
.hvr-sweep-to-top:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

main .how-it-works .content .icon {
  width: 60px;
  height: 60px;
  line-height: 70px;
  border-radius: 16px;
  background: #ded4f4;
  text-align: center;
  margin-bottom: 15px;
}
main .how-it-works .content .icon i {
  font-size: 25px;
}
main .video .right {
  position: relative;
}
main .video .right::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 490px;
  border-radius: 18px;
  background: #f6f5fa;
  z-index: -1;
  top: -65px;
  right: -59px;
}
main .video img {
  border-radius: 18px;
  background: #f6f5fa;
  width: 530px;
}

main .testimonials .card {
  border-radius: 20px;
  background: #f9fafb;
}
main .testimonials .card .card-body {
  padding: 60px 60px;
}
main .testimonials .card .card-body img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  border-radius: 50%;
}
main .testimonials .card .card-body i {
  color: #ffb800;
}
main .countries img {
  width: 75px;
  height: 75px;
  object-fit: cover;
  margin-bottom: 15px;
}

main .contact-form .left img {
  width: 100%;
  height: 700px;
  object-fit: cover;
}

footer {
  background: #1d2939;
  color: #fff;
}
footer p {
  color: #98a2b3;
}
footer a {
  color: #98a2b3;
  text-decoration: none;
}
footer ul li {
  list-style: none;
  display: inline-block;
  margin: 0 18px;
}
footer .footer-logo {
  width: 250px;
}
.iti {
  width: 100%;
}
.whatsapp_icon {
  position: fixed;
  right: 20px;
  bottom: 50px;
  z-index: 99;
}
.whatsapp_icon img {
  width: 50px;
}
.owl-theme .owl-dots .owl-dot span {
  background: #d9d9d9;
}
.owl-theme .owl-dots .owl-dot.active span {
  background: #7f56d9;
}

@media only screen and (max-width: 375px) {
  main .slider .content h1 {
    font-size: 42px;
  }
  main .slider::before {
    width: 160px;
    height: 160px;
    top: 0;
  }
  main .slider::after {
    width: 160px;
    height: 160px;
    bottom: 150px;
  }
  main .video .right::before {
    right: 0;
    top: 0;
    background: unset;
  }
  main .testimonials .card .card-body {
    padding: 30px 20px;
  }
}
