@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700&display=swap");

* {
  transition: all 0.5s linear;
  font-family: "Poppins", sans-serif;
}

html,
body {
  scroll-behavior: smooth;
  font-size: 100%;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 1400px;
  }
}

@media (min-width: 1600px) {
  .container {
    max-width: 1600px;
  }
}

@media (max-width: 1199.98px) {
  .container {
    max-width: 100% !important;
    padding: 0 1.5rem;
  }
}

/* Fonts */
@font-face {
  src: url(../fonts/Myriad-Pro-Regular.ttf);
  font-family: "myriad-pro-regular-fonts";
}

.myriad-pro-regular-fonts {
  font-family: "myriad-pro-regular-fonts";
}

.poppin-regular-fonts {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}

.poppin-medium-fonts {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}

.poppin-bold-fonts {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}

/* Navbar */
.logo {
  width: 200px;
}

.navbar-toggler {
  border: 1px solid #ffffff;
  outline: 0 !important;
}

.menu-bar {
  color: #ffffff;
}

.navbar {
  padding-top: 4rem;
}

.scrolled.navbar {
  padding-top: 0.5rem;
  background: linear-gradient(-70deg, #8131c6 0%, #211e8c 100%),
    linear-gradient(-70deg, #8131c6 0%, #211e8c 100%);
  background-size: 105% 105%;
  box-shadow: 0 0.1875rem 0.9375rem 0 rgba(22, 18, 47, 0.1);
}

@media (max-width: 1199.98px) {
  .navbar {
    padding-top: 0.5rem;
    background: linear-gradient(-70deg, #8131c6 0%, #211e8c 100%),
      linear-gradient(-70deg, #8131c6 0%, #211e8c 100%);
    background-size: 105% 105%;
    box-shadow: 0 0.1875rem 0.9375rem 0 rgba(22, 18, 47, 0.1);
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 2rem;
    padding-left: 2rem;
    font-size: 18px;
    margin: 0 0.5rem;
  }
}

.login-navbar {
  border: 0.7300000190734863px solid #c526ed;
}

.register-navbar {
  background: #ffffff 0% 0% no-repeat padding-box;
  color: #8646e7 !important;
}

@media (max-width: 1199.98px) {
  .login-navbar,
  .register-navbar {
    width: 250px;
    margin: 0.5rem auto;
  }
}

/* Header */
header {
  background: url(../images/hero-bg-top.png) no-repeat;
  background-size: 100% 100%;
  padding-top: 10rem;
  position: relative;
  z-index: 6;
}

@media (max-width: 991.98px) {
  header {
    background-size: cover;
  }
}

header .heading {
  font-size: 74px;
}

header .text {
  font-size: 26px;
}

header .button {
  display: block;
  width: 186px;
  height: 54px;
  background: #ffffff 0% 0% no-repeat padding-box;
  text-align: center;
  color: #8646e7;
  font-size: 21px;
  line-height: 54px;
}

header .button:hover {
  text-decoration: none;
  color: #8646e7;
  box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.5);
}

@media (max-width: 1599.98px) {
  header .heading {
    font-size: 60px;
  }

  header .text {
    font-size: 24px;
  }
}

@media (max-width: 1399.98px) {
  header .heading {
    font-size: 55px;
  }

  header .text {
    font-size: 20px;
  }
}

@media (max-width: 1119.98px) {
  header .heading {
    font-size: 52px;
  }

  header .text {
    font-size: 19px;
  }
}

@media (max-width: 1061.98px) {
  header .heading {
    font-size: 49px;
  }
}

/* Our Features */
.our-features {
  position: relative;
  z-index: 4;
  background: url(../images/gray-bg.png) no-repeat center right;
  background-size: cover;
  padding: 3rem 0;
}

@media (min-width: 992px) {
  .our-features {
    background-size: contain;
    padding: 15rem 0 20rem;
    margin-top: -15rem;
  }
}

.our-features .heading {
  color: #9230ff;
  font-size: 49px;
  line-height: 39px;
}

.our-features .heading span {
  font-size: 28px;
}

.feature-wrapper {
  background-color: #fff;
  box-shadow: 1px 1px 5px #eeeeee;
  border-radius: 4px;
  position: relative;
  padding: 3rem 1rem 1rem;
  height: 100%;
}

.feature-heading {
  color: #263238;
  font-size: 22px;
}

.feature-text {
  color: #546e7a;
  font-size: 22px;
}

.feature-wrapper::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.feature-wrapper.feature-1::before {
  background: url(../images/f-01.svg) no-repeat bottom right;
}

.feature-wrapper.feature-2::before {
  background: url(../images/f-02.svg) no-repeat bottom right;
}

.feature-wrapper.feature-3::before {
  background: url(../images/f-03.svg) no-repeat bottom right;
}

.feature-wrapper.feature-4::before {
  background: url(../images/f-04.svg) no-repeat bottom right;
}

/*  */
.wrapper {
  background: url(../images/footer-bg.png) no-repeat bottom;
  background-size: 100%;
}

@media (max-width: 1650px) {
  .wrapper {
    background-size: cover;
  }
}

@media (max-width: 991.98px) {
  .wrapper {
    padding-top: 1.5rem;
    background-size: 1000%;
  }
}

@media (min-width: 992px) {
  .wrapper {
    position: relative;
    z-index: 5;
    margin-top: -10rem;
  }
}

.wrapper .heading {
  font-size: 60px;
}

@media (max-width: 768.98px) {
  .wrapper .heading {
    font-size: 50px;
  }
}

.steps .title {
  font-size: 68px;
}

.steps .description {
  font-size: 36px;
  line-height: 36px;
}

.steps .description a {
  color: #efc315;
}

.steps {
  padding-top: 7rem;
  position: relative;
}

.steps::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.steps.step-1::before {
  background: url(../images/path-01.svg) no-repeat;
}

.steps.step-2::before {
  background: url(../images/path-02.svg) no-repeat;
}

.steps.step-3::before {
  background: url(../images/path-03.svg) no-repeat;
}

@media (min-width: 1500px) {
  .step-wrapper {
    width: 470px;
  }
}

@media (max-width: 1450px) {
  .steps .title {
    font-size: 50px;
  }

  .steps .description {
    font-size: 28px;
    line-height: 28px;
  }
}

@media (max-width: 1105px) {
  .steps .title {
    font-size: 42px;
  }

  .steps .description {
    font-size: 25px;
    line-height: 26px;
  }
}

.other-text {
  font-size: 31px;
}

.footer-get-started-btn {
  display: block;
  width: 351px;
  height: 77px;
  background: #ffffff 0% 0% no-repeat padding-box;
  text-align: center;
  font-size: 30px;
  line-height: 77px;
  color: #440b84;
}

.footer-get-started-btn:hover {
  text-decoration: none;
  color: #440b84;
  box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.5);
}

footer.container {
  font-size: 24px;
  padding: 2rem 0;
  border-top: 1px solid rgba(238, 241, 242, 0.2);
}
