* {
  transition: all 0.5s linear;
}

html,
body {
  scroll-behavior: smooth;
  font-size: 100%;
  height: 200vh;
}

.pl2r1 {
  padding-left: 2rem;
  padding-right: 1rem;
}

.pl2r2 {
  padding-left: 2rem;
  padding-right: 2rem;
}

@media (min-width: 992px) {
  .pl2r1 {
    padding-left: 6rem;
    padding-right: 3rem;
  }

  .pl2r2 {
    padding-left: 6rem;
    padding-right: 6rem;
  }
}

/* Fonts */
@font-face {
  src: url(../fonts/Bornspeed-Regular.otf);
  font-family: "bornspeed-regular";
}

@font-face {
  src: url(../fonts/Poppins-Bold.ttf);
  font-family: "poppins-bold";
}

@font-face {
  src: url(../fonts/Poppins-ExtraBold.ttf);
  font-family: "poppins-xbold";
}

@font-face {
  src: url(../fonts/Poppins-Medium.ttf);
  font-family: "poppins-medium";
}

.bornspeed-regular-fonts {
  font-family: "bornspeed-regular";
}

.poppins-bold-fonts {
  font-family: "poppins-bold";
}

.poppins-xbold-fonts {
  font-family: "poppins-xbold";
}

.poppins-medium-fonts {
  font-family: "poppins-medium";
}

/* Navbar */
.logo {
  width: 300px;
}

@media (max-width: 576.98px) {
  .logo {
    width: 250px;
  }
}

.navbar-nav .nav-link {
  font-size: 14px;
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}

.navbar-toggler {
  outline: 0 !important;
}

.nav-started-btn {
  background: #ffffff 0% 0% no-repeat padding-box;
  border-radius: 5px;
  color: #009871 !important;
}

@media (max-width: 991.98px) {
  .nav-started-btn {
    width: 180px;
  }

  .collapse.navbar-collapse {
    padding-top: 1rem;
  }
}

.navbar {
  padding-top: 1.5rem;
}

.navbar.scrolled {
  background: linear-gradient(to right, #086b68, #009871);
  box-shadow: 0 0.1875rem 0.9375rem 0 rgba(22, 18, 47, 0.1);
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media (max-width: 1199.98px) {
  .navbar {
    background: linear-gradient(to right, #086b68, #009871);
    box-shadow: 0 0.1875rem 0.9375rem 0 rgba(22, 18, 47, 0.1);
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

/* Header */
header {
  background: url(../images/header-bg.png) no-repeat;
  background-size: 100% 100%;
  padding-top: 10rem;
  padding-bottom: 5rem;
  position: relative;
  z-index: 5;
}

header .heading {
  font-size: 75px;
}

header .text {
  font-size: 25px;
}

header .button {
  display: block;
  width: 180px;
  height: 37px;
  background: #ffffff 0% 0% no-repeat padding-box;
  border-radius: 5px;
  text-align: center;
  color: #009871;
  font-size: 17px;
  line-height: 37px;
}

header .button:hover {
  text-decoration: none;
  color: #009871;
}

@media (max-width: 1199.98px) {
  header .heading {
    font-size: 50px;
  }

  header .text {
    font-size: 18px;
  }

  header .button {
    width: 150px;
    height: 35px;
    font-size: 14px;
    line-height: 35px;
  }
}

@media (max-width: 991.98px) {
  header img.img-fluid {
    max-width: 80%;
  }
}

@media (max-width: 576.98px) {
  header .heading {
    font-size: 40px;
  }

  header .text {
    font-size: 16px;
  }

  header .button {
    width: 150px;
    height: 35px;
    font-size: 14px;
    line-height: 35px;
  }
}

/* Slider */
.slider {
  background-color: #eee;
  padding: 14rem 0 2rem;
  margin-top: -12rem;
}

.slider .carousel-inner {
  background: url(../images/quote.png) no-repeat center;
  background-size: contain;
}

.quote-text {
  color: #037267;
  font-size: 36px;
}

.quote-refer {
  font-size: 36px;
  font-style: italic;
  color: #049a73;
}

@media (max-width: 767.98px) {
  .quote-text,
  .quote-refer {
    font-size: 26px;
  }
}

/* Features */
.features {
  background: #ffffff;
  padding: 4rem 0;
}

.features .heading {
  color: #086b68;
  font-size: 36px;
}

.features .text {
  color: #086b68;
  font-size: 57px;
}

.feature-wrapper {
  background: url(../images/header-bg.png) no-repeat;
  background-size: 100% 500%;
  height: 100%;
  padding: 1rem;
}

.feature-wrapper img {
  width: 39px;
  display: block;
}

.feature-wrapper .f-heading {
  font-size: 30px;
}

.feature-wrapper .f-text {
  font-size: 26px;
  line-height: 28px;
}

@media (max-width: 1199.98px) {
  .features .text {
    font-size: 40px;
  }

  .feature-wrapper .f-heading {
    font-size: 25px;
  }

  .feature-wrapper .f-text {
    font-size: 22px;
    line-height: 24px;
  }
}

@media (max-width: 767.98px) {
  .features .text {
    font-size: 30px;
  }
}

/* Course */
.course {
  background: transparent linear-gradient(315deg, #009871 0%, #046865 100%) 0%
    0% no-repeat;
  background-position: center;
  background-size: 100% 90%;
  padding: 0 6rem 0 3rem;
}

@media (max-width: 1710.98px) {
  .course {
    background-size: 100% 100%;
    padding: 4rem 6rem 4rem 3rem;
  }
}

.course .heading {
  font-size: 90px;
}

.course-li {
  padding: 0;
  margin-left: -1rem;
}

.course-li li {
  font-size: 32px;
  line-height: 39px;
  padding-left: 1rem;
}

.course-li li:nth-of-type(1) {
  margin-bottom: 1.5rem;
  padding-left: 0;
}

.enroll-text {
  font-size: 53px;
}

.enroll-text .current-price {
  color: #fff71f;
  font-size: 81px;
}

.enroll-text .del-price {
  font-size: 29px;
  text-decoration: line-through;
  text-decoration-color: #009871;
}

.payment-desc {
  font-size: 24px;
}

.course .button {
  width: 162px;
  height: 45px;
  background: #ffffff 0% 0% no-repeat padding-box;
  border-radius: 10px;
  color: #009871;
  font-size: 13px;
  line-height: 45px;
}

.course .button:hover {
  text-decoration: none;
  color: #009871;
}

@media (max-width: 1199.98px) {
  .course {
    background-size: 100% 100%;
    padding: 4rem 2rem 4rem 2rem;
  }

  .course .heading {
    font-size: 60px;
  }

  .course-li li {
    font-size: 20px;
    line-height: 28px;
  }

  .enroll-text {
    font-size: 32px;
  }

  .enroll-text .current-price {
    font-size: 55px;
  }

  .enroll-text .del-price {
    font-size: 24px;
  }

  .payment-desc {
    font-size: 20px;
  }
}

@media (max-width: 767.98px) {
  .course .heading {
    font-size: 45px;
  }

  .course-li li {
    font-size: 18px;
    line-height: 25px;
  }

  .enroll-text {
    font-size: 25px;
  }

  .enroll-text .current-price {
    font-size: 42px;
  }

  .enroll-text .del-price {
    font-size: 20px;
  }

  .payment-desc {
    font-size: 18px;
  }
}

/* Contact */
.contact {
  padding: 4rem 0;
}

.contact .heading {
  color: #027a6a;
  font-size: 74px;
}

.contact .text {
  color: #027a6a;
  font-size: 22px;
}

.contact .button {
  width: 382px;
  height: 79px;
  background: transparent linear-gradient(267deg, #009871 0%, #046865 100%) 0%
    0% no-repeat padding-box;
  border-radius: 9px;
  color: #ffffff;
  text-align: center;
  font-size: 35px;
  line-height: 79px;
}

.contact .button:hover {
  text-decoration: none;
  color: #ffffff;
}

.contact .button img {
  width: 52px;
  margin-right: 10px;
}

@media (max-width: 767.98px) {
  .contact .heading {
    font-size: 45px;
  }

  .contact .text {
    font-size: 20px;
  }

  .contact .button {
    width: 280px;
    height: 50px;
    font-size: 25px;
    line-height: 50px;
  }

  .contact .button img {
    width: 30px;
    margin-right: 7px;
  }
}

/* Footer */
footer {
  background: #027a6a 0% 0% no-repeat padding-box;
  border: 8px solid #707070;
  color: #ffffff;
  font-size: 22px;
  padding: 1rem 1rem;
}
