@font-face {
  font-family: myFirstFont;
  src: url(../font/Pally-Medium.otf);
}
* {
  padding: 0%;
  margin: 0%;
  box-sizing: border-box;
  font-family: myFirstFont;
}

html,
body {
  height: 100%;
  width: 100%;
  /* overflow: hidden; */
  overflow-x: hidden;
}
.container-xxl {
  max-width: 1260px;
  padding-left: 10px;
  padding-right: 10px;
}
.main-navbar .nav-ellipse img {
  position: absolute;
  left: 0;
}
.main-navbar .navbar {
  padding: 40px 0;
}
.main-navbar .navbar-nav {
  align-items: center;
}

.main-navbar .navbar .nav-logo img {
  width: 32.08px;
  height: 32.27px;
  padding: 0;
}
.main-navbar .navbar .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.main-navbar .navbar .navbar-name {
  font-weight: 700;
  font-size: 39.6009px;
  line-height: 100%;
  letter-spacing: 0.02em;
  color: #000000;
  margin-left: 8px;
}
.main-navbar .navbar .nav-item .nav-link {
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0.01em;
  color: #000000;
  padding-right: 16px;
  padding-left: 16px;
}
.main-navbar .navbar .call-btn {
  margin-left: 16px;
  color: #ffffff;
  font-size: 18px;
  background: #7f67fb;
  border-radius: 6px;
  outline: none;
  box-shadow: none;
  height: 62px;
  width: 162px;
}
.main-hero-wrapper {
  background: #53389e;
}
.main-hero-wrapper .main-hero-block {
  padding: 96px 0;
}
.main-hero-wrapper .main-hero-block h1 {
  font-weight: 700;
  font-size: 48px;
  line-height: 44px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #ffffff;
  margin-bottom: 12px;
}

.main-hero-wrapper .main-hero-block h4 {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #e9d7fe;
  margin-bottom: 0;
}
.main-hero-wrapper .main-hero-block .hero-inner-block {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.main-hero-wrapper .main-hero-block .hero-inner-block .block {
  max-width: 384px;
  margin-top: 64px;
  text-align: center;
}
.main-hero-wrapper .main-hero-block .hero-inner-block h5 {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #ffffff;
  margin-top: 20px;
}
.main-hero-wrapper .main-hero-block .hero-inner-block h6 {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #e9d7fe;
}
.counselling-wrapper {
  margin: 72px 0;
}
.counselling-wrapper h1 {
  font-weight: 700;
  font-size: 48px;
  line-height: 44px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #101828;
  margin-bottom: 100px;
}
.counselling-wrapper .counselling-inner-block {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.counselling-wrapper .block {
  max-width: 592px;
  text-align: center;
}
.counselling-wrapper .counselling-inner-block h5 {
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #101828;
}
.counselling-wrapper .counselling-inner-block h6 {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #667085;
}

.footer-wrapper {
  padding-top: 52px;
  padding-bottom: 52px;
}
.footer-wrapper .footer-block {
  display: flex;
  justify-content: space-between;
}
.footer-wrapper .nav-logo img {
  width: 32.08px;
  height: 32.27px;
  padding: 0;
}
.footer-wrapper .navbar-name {
  font-weight: 700;
  font-size: 39.6009px;
  line-height: 100%;
  letter-spacing: 0.02em;
  color: #000000;
  margin-left: 8px;
}
.footer-wrapper .footer-block .right-block {
  display: flex;
  align-items: baseline;
}

.footer-wrapper .footer-block .right-block .nav-item .nav-link {
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0.01em;
  color: #000000;
}
.footer-wrapper .footer-block .right-block .call-btn {
  margin-left: 16px;
  color: #ffffff;
  font-size: 18px;
  background: #7f67fb;
  border-radius: 6px;
  outline: none;
  box-shadow: none;
  height: 62px;
  width: 162px;
}
@media (max-width: 1260px) {
  .main-hero-block .herotitle {
    margin-top: 24px;
  }
  .main-hero-block .hero-image img {
    width: 100%;
  }
  .counselling-wrapper .block {
    max-width: 420px;
  }
}
@media (max-width: 992px) {
  .main-navbar .navbar {
    padding: 14px 0;
  }
  .main-navbar .navbar-nav {
    align-items: start;
    background: #f8f8f8;
    padding-bottom: 8px;
  }
  .footer-wrapper .footer-block {
    flex-wrap: wrap;
  }
}

@media (max-width: 767px) {
  .main-navbar .nav-ellipse {
    display: none;
  }
  .counselling-wrapper {
    margin: 36px 0;
  }
  .main-hero-wrapper .main-hero-block {
    padding: 40px 0;
  }
  .main-hero-wrapper .main-hero-block .hero-inner-block .block {
    margin-top: 38px;
  }
  .main-hero-wrapper .main-hero-block h1 {
    font-size: 36px;
  }
  .counselling-wrapper h1 {
    font-size: 36px;
    margin-bottom: 40px;
  }
  .footer-wrapper .footer-block .right-block {
    display: none;
  }
  .footer-wrapper .footer-block {
    justify-content: center;
  }
}
