@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Quattrocento+Sans:wght@400;700&display=swap");

* {
  transition: all 1s linear;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}

html,
body {
  scroll-behavior: smooth;
  font-size: 100%;
  overflow-x: hidden;
}

.top-bar {
  background: #3f4040;
  border: 2px solid #3f4040;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.top-bar .logo {
  width: 410px;
}

.top-bar-right .text {
  font-size: 43px;
  color: #e6e2e2;
  margin-right: 4rem;
}

.menu-humburger {
  cursor: pointer;
}

.menu-humburger span {
  width: 71px;
  display: block;
  border: 3px solid #e8e4e4;
  margin: 0.5rem 0;
}

@media (max-width: 991.98px) {
  .top-bar .logo {
    width: 350px;
  }

  .top-bar-right .text {
    font-size: 33px;
    margin-right: 2rem;
  }

  .menu-humburger span {
    width: 60px;
    border: 2px solid #e8e4e4;
  }
}

@media (max-width: 380.98px) {
  .top-bar .logo {
    width: 320px;
  }

  .top-bar-right .text {
    font-size: 31px;
  }

  .menu-humburger span {
    width: 50px;
  }
}

.hero-section {
  background: url(../images/img-top-hero-bg.png) no-repeat center;
  background-size: cover;
  padding: 8rem 0;
}

.hero-section img {
  padding: 0 5%;
}

.hero-section .links a {
  font-size: 43px;
  color: #e6e2e2;
  text-decoration: none;
}

.hero-section .links a:nth-of-type(2) {
  position: relative;
  margin: 0 2rem;
  padding: 0 2rem;
}

.hero-section .links a:nth-of-type(2):before,
.hero-section .links a:nth-of-type(2):after {
  content: "";
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  height: 50%;
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
}

.hero-section .links a:nth-of-type(2):before {
  left: 0;
}

.hero-section .links a:nth-of-type(2):after {
  right: 0;
}

@media (max-width: 1440.98px) {
  .hero-section .links a {
    font-size: 32px;
  }
}

@media (max-width: 1199.98px) {
  .hero-section .links a {
    font-size: 28px;
  }

  .hero-section .links a:nth-of-type(2) {
    margin: 0 1rem;
    padding: 0 1rem;
  }
}

@media (max-width: 991.98px) {
  .hero-section .links a {
    font-size: 23px;
  }
}

@media (max-width: 767.98px) {
  .hero-section .links a {
    font-size: 25px;
    display: block;
    margin: 0;
    padding: 0;
  }

  .hero-section .links a:nth-of-type(2) {
    margin: 2rem 0;
    padding: 2rem 0;
  }

  .hero-section .links a:nth-of-type(2):before,
  .hero-section .links a:nth-of-type(2):after {
    border-left: none;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    width: 50px;
    height: auto;
    top: 0%;
    transform: translateY(0) translateX(-50%);
  }

  .hero-section .links a:nth-of-type(2):before {
    left: 50%;
    top: 0;
  }

  .hero-section .links a:nth-of-type(2):after {
    right: unset;
    top: unset;
    bottom: 0;
    left: 50%;
  }
}

.explore-section {
  background: url(../images/explore-bg.jpg) no-repeat center;
  background-size: cover;
  padding: 4rem 0;
}

.explore-section .heading {
  color: #fff;
  font-family: "Quattrocento Sans", sans-serif;
  font-weight: 700;
  color: #e8e4e4;
  text-shadow: 4px 4px 6px #00000040;
  font-size: 140px;
}

.explore-quest {
  color: #323333;
  font-family: "Quattrocento Sans", sans-serif;
  font-weight: 400;
  font-size: 75px;
  line-height: 1;
  border: 4px solid #323333;
  border-radius: 12px;
  text-decoration: none;
  margin: 1.5rem;
  padding: 2rem 0.5rem;
}

.explore-quest:hover {
  background-color: #323333;
  color: #e8e4e4;
  transition-duration: 0.5s;
}

.explore-quest strong {
  font-family: "Quattrocento Sans", sans-serif;
  font-weight: 700;
  font-size: 100px;
  display: block;
}

@media (max-width: 1440.98px) {
  .explore-section .heading {
    font-size: 110px;
  }

  .explore-quest strong {
    font-size: 80px;
  }

  .explore-quest {
    font-size: 55px;
    margin: 1rem;
  }
}

@media (max-width: 1199.98px) {
  .explore-section .heading {
    font-size: 80px;
  }

  .explore-quest strong {
    font-size: 60px;
  }

  .explore-quest {
    font-size: 30px;
    margin: 1rem;
  }
}

@media (max-width: 991.98px) {
  .explore-section .heading {
    font-size: 70px;
  }

  .explore-quest strong {
    font-size: 50px;
  }

  .explore-quest {
    font-size: 25px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 575.98px) {
  .explore-section .heading {
    font-size: 60px;
  }

  .explore-quest strong {
    font-size: 40px;
  }

  .explore-quest {
    font-size: 22px;
    max-width: 380px;
  }
}

.connection-section {
  background: url(../images/connection-section-bg.png) no-repeat center;
  background-size: cover;
  padding: 2rem 0;
}

.connection-section .heading {
  padding-left: 15%;
}

.connection-section .heading span {
  color: #e6e2e2;
  font-weight: 600;
  font-size: 67px;
}

.connection-section .heading strong {
  display: block;
  font-family: "Quattrocento Sans", sans-serif;
  font-weight: 700;
  color: #c18800;
  font-size: 230px;
  text-shadow: -4px 4px #fff;
  line-height: 1;
}

.connection-section a {
  color: #e6e2e2;
  font-family: "Quattrocento Sans", sans-serif;
  font-weight: 700;
  font-size: 70px;
  border: 4px solid #e6e2e2;
  border-radius: 12px;
  text-decoration: none;
  padding: 1rem 0.5rem;
  margin: 0 2rem;
}

.connection-section a:hover {
  background: #e6e2e2;
  color: #000;
}

@media (max-width: 1440px) {
  .connection-section .heading {
    padding-left: 7%;
  }

  .connection-section .heading span {
    font-size: 55px;
  }

  .connection-section .heading strong {
    font-size: 175px;
    text-shadow: -3px 3px #fff;
  }

  .connection-section a {
    font-size: 50px;
  }
}

@media (max-width: 1199.98px) {
  .connection-section .heading {
    padding: 0 4rem;
  }

  .connection-section .heading span {
    font-size: 45px;
  }

  .connection-section .heading strong {
    font-size: 135px;
    text-shadow: -3px 3px #fff;
  }

  .connection-section a {
    font-size: 35px;
  }
}

@media (max-width: 991.98px) {
  .connection-section .heading {
    padding: 0 2rem;
  }

  .connection-section .heading span {
    font-size: 35px;
  }

  .connection-section .heading strong {
    font-size: 100px;
    text-shadow: -2px 2px #fff;
  }

  .connection-section a {
    font-size: 28px;
  }
}

@media (max-width: 767.98px) {
  .connection-section .heading {
    padding: 0 1.5rem;
  }

  .connection-section .heading span {
    font-size: 28px;
  }

  .connection-section .heading strong {
    font-size: 80px;
  }

  .connection-section a {
    font-size: 22px;
    border-width: 2px;
    border-radius: 7px;
  }
}

@media (max-width: 425.98px) {
  .connection-section .heading {
    padding: 0 1rem;
  }

  .connection-section .heading span {
    font-size: 22px;
  }

  .connection-section .heading strong {
    font-size: 60px;
  }

  .connection-section a {
    font-size: 18px;
    border-width: 2px;
    border-radius: 7px;
  }
}

.section-1 {
  background: url(../images/section-1-bg.png) no-repeat center;
  background-size: 100% 100%;
}

.scholarship {
  padding: 10rem 0;
}

.scholarship .heading {
  font-family: "Quattrocento Sans", sans-serif;
  font-weight: 700;
  font-size: 160px;
  color: #e6e2e2;
  text-shadow: 4px 4px 6px #00000040;
}

.scholarship .title {
  font-weight: 600;
  font-size: 67px;
}

.scholarship .text {
  font-size: 32px;
  font-weight: 400;
  max-width: 420px;
  margin-right: auto;
  margin-left: auto;
}

.scholarship .text-2 {
  color: #000000;
  font-size: 28px;
  margin: 5rem 0 8rem;
}

.scholarship .button,
.more-resource-btn {
  color: #323333;
  font-size: 48px;
  font-weight: 600;
  text-decoration: none;
  border: 4px solid #323333;
  border-radius: 12px;
  padding: 1rem 1.5rem;
}

.scholarship .button:hover,
.more-resource-btn:hover {
  color: #e6e2e2;
  background-color: #323333;
}

@media (max-width: 1440px) {
  .scholarship .heading {
    font-size: 120px;
  }

  .scholarship .title {
    font-size: 55px;
  }

  .scholarship .text {
    font-size: 28px;
  }

  .scholarship .text-2 {
    font-size: 24px;
  }

  .scholarship .button,
  .more-resource-btn {
    font-size: 38px;
  }
}

@media (max-width: 1199.98px) {
  .scholarship .heading {
    font-size: 92px;
  }

  .scholarship .title {
    font-size: 45px;
  }

  .scholarship .text {
    font-size: 22px;
  }

  .scholarship .text-2 {
    font-size: 18px;
  }

  .scholarship .button,
  .more-resource-btn {
    font-size: 30px;
  }
}

@media (max-width: 767.98px) {
  .scholarship .heading {
    font-size: 70px;
  }

  .scholarship .button,
  .more-resource-btn {
    font-size: 25px;
  }
}

@media (max-width: 575.98px) {
  .scholarship .heading {
    font-size: 52px;
  }

  .scholarship .title {
    font-size: 32px;
  }

  .scholarship .text {
    font-size: 20px;
  }

  .scholarship .text-2 {
    font-size: 16px;
  }

  .scholarship .button,
  .more-resource-btn {
    font-size: 22px;
    border-width: 2px;
  }
}

.resources-section {
  padding: 4rem 0;
}

.resources-section .heading {
  color: #2c98ce;
  text-shadow: 4px 4px 6px #00000040;
  font-size: 160px;
  font-weight: 600;
}

.resources-section .text {
  color: #323333;
  font-size: 48px;
  font-weight: 400;
  padding: 2rem 6rem 0;
}

@media (max-width: 1440px) {
  .resources-section .heading {
    font-size: 120px;
  }

  .resources-section .text {
    font-size: 37px;
    padding: 2rem 4rem 0;
  }
}

@media (max-width: 1199.98px) {
  .resources-section .heading {
    font-size: 92px;
  }

  .resources-section .text {
    font-size: 30px;
    padding: 2rem 3rem 0;
  }
}

@media (max-width: 767.98px) {
  .resources-section {
    padding: 2rem 0 4rem;
  }

  .resources-section .heading {
    font-size: 70px;
  }

  .resources-section .text {
    font-size: 24px;
    padding: 2rem 2rem 0;
  }
}

@media (max-width: 575.98px) {
  .resources-section .heading {
    font-size: 52px;
  }

  .resources-section .text {
    font-size: 20px;
    padding: 2rem 2rem 0;
  }
}

.section-2 {
  background: url(../images/section-2-bg.png) no-repeat center;
  background-size: 100% 100%;
}

.ease-th-section {
  padding-left: 6rem;
  padding-right: 6rem;
}

.ease-th {
  background: #d9d9d9;
  border-radius: 12px;
  overflow: hidden;
}

.ease-th .title {
  font-size: 50px;
  color: #323333;
  font-weight: 600;
}

.ease-th .text {
  color: #323333;
  font-weight: 400;
  font-size: 35px;
  margin-bottom: 2rem;
}

.ease-th .button {
  background: #2c98ce;
  border: 2px solid #2c98ce;
  border-radius: 12px;
  color: #e6e2e2;
  font-weight: 400;
  font-size: 35px;
  text-decoration: none;
  padding: 1rem;
}

.ease-th .button:hover {
  background: transparent;
  color: #2c98ce;
}

@media (max-width: 1640px) {
  .ease-th .title {
    font-size: 45px;
  }

  .ease-th .text {
    font-size: 30px;
  }

  .ease-th .button {
    font-size: 30px;
    padding: 0.5rem 1rem;
  }
}

@media (max-width: 1440px) {
  .ease-th .title {
    font-size: 40px;
  }

  .ease-th .text {
    font-size: 27px;
  }

  .ease-th .button {
    font-size: 27px;
  }
}

@media (max-width: 1380px) {
  .ease-th .title {
    font-size: 38px;
  }

  .ease-th .text {
    font-size: 26px;
    margin-bottom: 1.5rem;
  }

  .ease-th .button {
    font-size: 26px;
  }
}

@media (max-width: 767.98px) {
  .ease-th-section {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

@media (max-width: 576px) {
  .ease-th .title {
    font-size: 32px;
  }

  .ease-th .text {
    font-size: 22px;
  }

  .ease-th .button {
    font-size: 22px;
  }
}

@media (max-width: 425px) {
  .ease-th-section {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .ease-th .title {
    font-size: 30px;
  }

  .ease-th .text {
    font-size: 20px;
  }

  .ease-th .button {
    font-size: 20px;
  }
}

.featured-student {
  padding: 4rem 8rem 8rem;
}

.featured-student .heading {
  color: #323333;
  text-shadow: 4px 4px 6px #00000040;
  font-family: "Quattrocento Sans", sans-serif;
  font-weight: 700;
  font-size: 140px;
}

.student-name {
  color: #e6e2e2;
  background: #2c98ce;
  border-radius: 12px;
  font-size: 40px;
  position: absolute;
  bottom: 1rem;
  right: 1.5rem;
  padding: 0.5rem;
}

@media (max-width: 1440px) {
  .featured-student {
    padding: 4rem 6rem 8rem;
  }

  .featured-student .heading {
    font-size: 100px;
  }

  .student-name {
    font-size: 35px;
  }
}

@media (max-width: 1199.98px) {
  .featured-student {
    padding: 4rem 2rem 6rem;
  }

  .featured-student .heading {
    font-size: 80px;
  }

  .student-name {
    font-size: 30px;
  }
}

@media (max-width: 767.98px) {
  .featured-student {
    padding: 2rem 2rem;
  }

  .featured-student .heading {
    font-size: 60px;
  }

  .student-name {
    font-size: 23px;
  }
}

@media (max-width: 575.98px) {
  .featured-student .heading {
    font-size: 45px;
  }
}

.featured {
  background: #d9d9d9;
}

.feature-label {
  background: #2c98ce;
  border-radius: 12px;
  color: #e6e2e2;
  font-size: 40px;
  padding: 0.5rem;
  position: absolute;
  bottom: 0.75rem;
}

.feature-label.left {
  left: 1.5rem;
}

.feature-label.right {
  right: 1.5rem;
}

.feature-desc {
  background: #d9d9d9;
  font-weight: 600;
  color: #323333;
  font-size: 42px;
  padding: 0 3rem;
}

.feature-desc span {
  align-items: center;
}

@media (max-width: 1440px) {
  .feature-desc {
    font-size: 32px;
  }

  .feature-label {
    font-size: 30px;
  }
}

@media (max-width: 1199.98px) {
  .feature-desc {
    font-size: 28px;
  }

  .feature-label {
    font-size: 25px;
  }
}

@media (max-width: 991.98px) {
  .feature-desc {
    padding: 2rem;
  }
}

.mission {
  background: url(../images/mission-section-bg.png) no-repeat center;
  background-size: cover;
  padding: 6rem 0 15rem;
}

.mission .heading {
  font-family: "Quattrocento Sans", sans-serif;
  font-weight: 700;
  color: #323333;
  text-shadow: 4px 4px 6px #00000040;
  font-size: 160px;
}

.mission .text {
  color: #323333;
  font-size: 55px;
  padding: 0 15%;
  margin: 2rem 0 5rem;
}

.mission .button {
  color: #e8e4e4;
  font-weight: 600;
  font-size: 45px;
  text-decoration: none;
  border: 4px solid #e8e4e4;
  border-radius: 12px;
  padding: 1rem;
}

.mission .button:hover {
  background: #e8e4e4;
  color: #323333;
}

.mission-logo {
  display: block;
  width: 810px;
  margin: 10rem auto 2rem;
}

.mission .text-2 {
  color: #000000;
  font-size: 31px;
}

.mission .text-3 {
  color: #000000;
  font-size: 20px;
  margin-top: 1rem;
}

@media (max-width: 1440px) {
  .mission .heading {
    font-size: 120px;
  }

  .mission .text {
    font-size: 45px;
    padding: 0 9%;
  }

  .mission .button {
    font-size: 38px;
  }

  .mission-logo {
    width: 718px;
  }

  .mission .text-2 {
    font-size: 28px;
  }

  .mission .text-3 {
    font-size: 18px;
  }
}

@media (max-width: 1199.98px) {
  .mission .heading {
    font-size: 92px;
  }

  .mission .text {
    font-size: 39px;
    padding: 0 4rem;
  }

  .mission .button {
    font-size: 33px;
  }

  .mission-logo {
    width: 644px;
  }

  .mission .text-2 {
    font-size: 26px;
  }

  .mission .text-3 {
    font-size: 16px;
  }
}

@media (max-width: 767.98px) {
  .mission .heading {
    font-size: 70px;
  }

  .mission .text {
    font-size: 28px;
    padding: 0px 1rem;
  }

  .mission .button {
    font-size: 27px;
  }

  .mission-logo {
    width: 545px;
  }

  .mission .text-2 {
    font-size: 22px;
  }

  .mission .text-3 {
    font-size: 15px;
  }
}

@media (max-width: 575.98px) {
  .mission .heading {
    font-size: 52px;
  }

  .mission .text {
    font-size: 22px;
    padding: 0px 1rem;
  }

  .mission .button {
    font-size: 20px;
    border-width: 2px;
  }

  .mission-logo {
    width: 300px;
  }
}

.getConnected-page {
  background: url(../images/get-connected-bg.png) no-repeat center;
  background-size: 100% 100%;
  padding: 6rem 0 12rem;
}

.getConnected-page .heading {
  font-weight: 700;
  color: #3f3f3f;
  font-size: 140px;
}

.connection .wrapper {
  width: 430px;
  margin: auto;
}

.connection .title {
  font-weight: 700;
  color: #3f3f3f;
  font-size: 60px;
  margin-bottom: 4rem;
}

.connection .button-1 {
  color: #3f3f3f;
  font-weight: 600;
  font-size: 30px;
  text-decoration: none;
  border: 3px solid #3f3f3f;
  border-radius: 12px;
  padding: 1rem;
}

.connection .button-1:hover {
  background: #3f3f3f;
  color: #e6e2e2;
}

.connection img {
  margin: 3rem 0 3rem;
}

.connection .button-2 {
  display: block;
  width: 100%;
  color: #3f3f3f;
  font-size: 22px;
  font-weight: 600;
  border: 3px solid #3f3f3f;
  border-radius: 12px;
  text-decoration: none;
  padding: 1rem;
}

.connection .button-2:hover {
  background: #3f3f3f;
  color: #e6e2e2;
}

@media (max-width: 1440px) {
  .getConnected-page .heading {
    font-size: 105px;
  }

  .connection .wrapper {
    width: 100%;
  }

  .connection .title {
    font-size: 45px;
  }

  .connection .button-1 {
    font-size: 24px;
    padding: 0.8rem;
  }

  .connection .button-2 {
    margin-left: auto;
    margin-right: auto;
    width: 95%;
    font-size: 20px;
    padding: 0.8rem;
  }
}

@media (max-width: 1199.98px) {
  .getConnected-page .heading {
    font-size: 85px;
  }

  .connection .title {
    font-size: 38px;
  }

  .connection .button-1 {
    font-size: 20px;
  }

  .connection .button-2 {
    font-size: 18px;
  }
}

@media (max-width: 991.98px) {
  .connection .wrapper {
    width: 450px;
  }

  .connection {
    margin-bottom: 4rem;
  }
}

@media (max-width: 767.98px) {
  .getConnected-page .heading {
    font-size: 65px;
  }
}

@media (max-width: 575.98px) {
  .connection .wrapper {
    width: 100%;
  }
}

@media (max-width: 425.98px) {
  .getConnected-page .heading {
    font-size: 50px;
  }

  .connection .button-1 {
    font-size: 18px;
    border-width: 2px;
  }

  .connection .title {
    font-size: 34px;
  }

  .connection .button-2 {
    font-size: 16px;
    border-width: 1px;
  }
}

.quote-section {
  margin: 6rem 0 6rem;
  padding-left: 4rem;
  padding-right: 2rem;
}

.quote-section .position-relative {
  padding-left: 2rem;
  padding-right: 3rem;
}

.img-label {
  color: #e8e4e4;
  font-weight: 600;
  font-size: 50px;
  background: #e2a90a;
  border-radius: 12px;
  padding: 1rem;
  position: absolute;
  bottom: 1.5rem;
  right: 4.5rem;
}

.quote-text {
  color: #3f3f3f;
  font-weight: bold;
  font-size: 55px;
  /* padding-left: 2rem; */
}

.sec-y-margin.my-5 {
  margin-top: 28% !important;
  margin-bottom: 28% !important;
}

@media (max-width: 1440px) {
  .quote-section {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .quote-section .position-relative {
    padding-left: 1rem;
    padding-right: 2rem;
  }

  .img-label {
    font-size: 35px;
    padding: 0.8rem;
    bottom: 1.5rem;
    right: 4rem;
  }

  .quote-text {
    font-size: 45px;
  }

  .sec-y-margin.my-5 {
    margin-top: 20% !important;
    margin-bottom: 20% !important;
  }
}

@media (max-width: 1199.98px) {
  .quote-section .position-relative {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .img-label {
    font-size: 35px;
    padding: 0.8rem;
    bottom: 1.5rem;
    right: 4rem;
  }

  .quote-text {
    font-size: 35px;
  }

  .sec-y-margin.my-5 {
    margin-top: 20% !important;
    margin-bottom: 20% !important;
  }
}

@media (max-width: 991.98px) {
  .quote-text {
    font-size: 30px;
  }

  .sec-y-margin.my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
}

@media (max-width: 575.98px) {
  .quote-section {
    margin: 0 0 3rem;
  }

  .img-label {
    font-size: 25px;
    bottom: 1rem;
    right: 2rem;
  }

  .quote-text {
    font-size: 22px;
  }
}

.pricing {
  width: 900px;
  margin: auto;
  text-align: center;
  margin-top: 3rem;
}

.pricing .heading {
  color: #000000;
  font-size: 95px;
  font-weight: 600;
}

.pricing .col-6 {
  color: #000000;
  font-weight: 600;
  font-size: 72px;
  line-height: 2.5;
}

.pricing .col-6 small {
  font-size: 38px;
  display: block;
  margin-top: -1.5rem;
}

.note-text {
  color: #000000;
  font-weight: 600;
  font-size: 40px;
  width: 1420px;
  margin: 3rem auto 8rem;
}

@media (max-width: 1440px) {
  .pricing .heading {
    font-size: 85px;
  }

  .pricing .col-6 {
    font-size: 60px;
    line-height: 2;
  }

  .pricing .col-6 small {
    font-size: 32px;
    margin-top: -1rem;
  }

  .note-text {
    font-size: 35px;
    width: 100%;
    margin: 3rem auto 6rem;
  }
}

@media (max-width: 1199.98px) {
  .pricing .heading {
    font-size: 75px;
  }

  .pricing .col-6 {
    font-size: 52px;
  }

  .pricing .col-6 small {
    font-size: 28px;
  }

  .note-text {
    font-size: 30px;
    margin: 3rem auto 4rem;
  }
}

@media (max-width: 991.98px) {
  .pricing {
    width: 100%;
  }

  .pricing .heading {
    font-size: 68px;
  }

  .pricing .col-6 {
    font-size: 45px;
  }

  .pricing .col-6 small {
    font-size: 25px;
  }

  .note-text {
    font-size: 25px;
  }
}

@media (max-width: 575.98px) {
  .pricing .heading {
    font-size: 50px;
  }

  .pricing .col-6 {
    font-size: 30px;
  }

  .pricing .col-6 small {
    font-size: 18px;
  }

  .note-text {
    font-size: 20px;
  }
}

@media (max-width: 425.98px) {
  .pricing .heading {
    font-size: 40px;
  }

  .pricing .col-6 {
    font-size: 25px;
  }

  .pricing .col-6 small {
    font-size: 16px;
  }

  .note-text {
    font-size: 18px;
  }
}

.resources-page {
  background: url(../images/resources-page-bg.png) no-repeat center;
  background-size: 100% 100%;
  padding-bottom: 2rem;
}

.cont-wrapper {
  padding: 0 8%;
}

.section-a {
  padding: 4rem 0;
}

.section-a .heading {
  color: #d9d9d9;
  text-shadow: 0.78px 0.78px 1px #00000040;
  text-transform: uppercase;
  font-family: "Quattrocento Sans", sans-serif;
  font-weight: 700;
  font-size: 155px;
  margin-bottom: 1rem;
}

.section-a .text {
  color: #231f20;
  font-size: 38px;
  padding: 1rem 0;
}

.section-a .content-wrapper {
  position: absolute;
  bottom: 1.5rem;
  left: 2rem;
}

.section-a .content-wrapper-2 {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
}

.section-a .title-1 {
  color: #e7e3e3;
  font-family: "Quattrocento Sans", sans-serif;
  font-weight: 700;
  font-size: 67px;
  margin-bottom: 1rem;
}

.section-a .button-1 {
  background: #4889b6;
  border-radius: 1px;
  color: #e7e3e3;
  font-family: "Quattrocento Sans", sans-serif;
  font-weight: 700;
  font-size: 45px;
  text-decoration: none;
  text-align: center;
  padding: 0.75rem 1rem;
}

.section-a .button-2 {
  background: #4889b6;
  border-radius: 1px;
  color: #e7e3e3;
  font-family: "Quattrocento Sans", sans-serif;
  font-weight: 700;
  font-size: 27px;
  text-decoration: none;
  text-align: center;
  padding: 0.5rem 0.75rem;
}

.section-a .text-2 {
  color: #231f20;
  font-size: 23px;
  padding: 0.75rem 0;
}

.section-a .title-2 {
  color: #e7e3e3;
  text-shadow: 0.2px 0.2px 3px #00000021;
  font-family: "Quattrocento Sans", sans-serif;
  font-weight: 700;
  font-size: 42px;
  margin-bottom: 0.75rem;
}

@media (max-width: 1440px) {
  .section-a .heading {
    font-size: 120px;
  }

  .section-a .title-1 {
    font-size: 50px;
  }

  .section-a .button-1 {
    font-size: 35px;
  }

  .section-a .text {
    font-size: 32px;
  }

  .section-a .button-2 {
    font-size: 22px;
  }

  .section-a .title-2 {
    font-size: 32px;
  }

  .cont-wrapper {
    padding: 0 3%;
  }
}

@media (max-width: 1199.98px) {
  .section-a .heading {
    font-size: 90px;
  }

  .section-a .title-1 {
    font-size: 40px;
  }

  .section-a .button-1 {
    font-size: 25px;
  }

  .section-a .text {
    font-size: 28px;
  }

  .section-a .text-2 {
    font-size: 18px;
  }

  .section-a .button-2 {
    font-size: 18px;
  }

  .section-a .title-2 {
    font-size: 28px;
  }

  .cont-wrapper {
    padding: 0 1rem;
  }
}

@media (max-width: 767.98px) {
  .section-a .heading {
    font-size: 70px;
  }
}

@media (max-width: 575.98px) {
  .section-a .heading {
    font-size: 50px;
  }

  .section-a .title-1 {
    font-size: 30px;
  }

  .section-a .button-1 {
    font-size: 20px;
  }

  .section-a .text {
    font-size: 22px;
  }

  .section-a .title-2 {
    font-size: 25px;
  }

  .section-a .button-2 {
    font-size: 16px;
  }
}

.section-b .process {
  background: #d9d9d9 0% 0% no-repeat padding-box;
  border-radius: 1px;
  overflow: hidden;
  margin-bottom: 4rem;
}

.section-b .process .title {
  color: #323333;
  font-weight: 600;
  font-size: 50px;
}

.section-b .process .text {
  color: #323333;
  font-size: 40px;
  margin: 1rem 0 2rem;
}

.section-b .process .button {
  color: #e7e3e3;
  font-size: 45px;
  background: #4889b6;
  border-radius: 1px;
  font-family: "Quattrocento Sans", sans-serif;
  font-weight: 700;
  text-decoration: none;
  padding: 1rem;
}

@media (max-width: 1440px) {
  .section-b .process .title {
    font-size: 40px;
  }

  .section-b .process .text {
    font-size: 30px;
  }

  .section-b .process .button {
    font-size: 30px;
  }
}

@media (max-width: 480.98px) {
  .section-b .process .title {
    font-size: 35px;
  }

  .section-b .process .text {
    font-size: 25px;
  }

  .section-b .process .button {
    font-size: 25px;
  }
}

.question-form {
  background: #5aaed9 0% 0% no-repeat padding-box;
  border-radius: 2px;
  padding: 2rem;
}

.question-form .heading {
  color: #323333;
  font-size: 44px;
}

.question-form label {
  color: #323333;
  font-size: 23px;
  width: 90px;
}

.question-form input,
.question-form textarea {
  background: #d9d9d9;
  border-radius: 2px;
  border: none;
  outline: 0 !important;
}

.text-area-wrapper {
  display: flex;
}

.text-area-wrapper label {
  width: 130px;
}

.text-area-wrapper textarea {
  width: 76%;
  height: 90px;
}

.question-form .container-fluid {
  margin-top: 4rem;
  padding-left: 13%;
  padding-right: 13%;
  padding-bottom: 2rem;
}

@media (max-width: 1440px) {
  .question-form .heading {
    font-size: 35px;
  }

  .question-form .container-fluid {
    padding-left: 9%;
    padding-right: 9%;
  }
}

@media (max-width: 991.98px) {
  .question-form .heading {
    font-size: 30px;
  }

  .question-form .container-fluid {
    padding-left: 5%;
    padding-right: 5%;
  }
}

@media (max-width: 429.98px) {
  .question-form label {
    padding-bottom: 1rem;
  }

  .text-area-wrapper {
    display: block;
  }
}

.section-d,
.section-e {
  margin-top: 6rem;
}

.section-d .heading,
.section-e .heading {
  color: #323333;
  font-weight: 600;
  font-size: 93px;
}

.section-d .links {
  display: flex;
  justify-content: center;
  margin-top: 3rem;
}

.section-d .links a {
  color: #323333;
  font-weight: 600;
  font-size: 57px;
  text-decoration: none;
}

.section-d .links a:nth-of-type(2) {
  position: relative;
  margin: 0 3rem;
  padding: 0 3rem;
}

.section-d .links a:nth-of-type(2)::before,
.section-d .links a:nth-of-type(2)::after {
  content: "";
  height: 100%;
  border-left: 1px solid rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
}

.section-d .links a:nth-of-type(2)::before {
  left: 0;
}

.section-d .links a:nth-of-type(2)::after {
  right: 0;
}

@media (max-width: 1440px) {
  .section-d .heading,
  .section-e .heading {
    font-size: 80px;
  }

  .section-d .links a {
    font-size: 50px;
  }
}

@media (max-width: 1199.98px) {
  .section-d .heading,
  .section-e .heading {
    font-size: 65px;
  }

  .section-d .links a {
    font-size: 40px;
  }
}

@media (max-width: 991.98px) {
  .section-d .heading,
  .section-e .heading {
    font-size: 55px;
  }

  .section-d .links a {
    font-size: 30px;
  }
}

@media (max-width: 767.98px) {
  .section-d .heading,
  .section-e .heading {
    font-size: 45px;
  }

  .section-d .links a {
    font-size: 25px;
  }

  .section-d .links a:nth-of-type(2) {
    margin: 0 2rem;
    padding: 0 2rem;
  }
}

@media (max-width: 575.98px) {
  .section-d .heading,
  .section-e .heading {
    font-size: 35px;
  }

  .section-d .links a {
    font-size: 20px;
  }

  .section-d .links a:nth-of-type(2) {
    margin: 0 1rem;
    padding: 0 1rem;
  }
}

@media (max-width: 380.98px) {
  .section-d .heading,
  .section-e .heading {
    font-size: 30px;
  }

  .section-d .links a {
    font-size: 16px;
  }
}

.entrance-exam-title {
  color: #e7e3e3;
  font-family: "Quattrocento Sans", sans-serif;
  font-weight: 700;
  font-size: 67px;
  position: absolute;
  bottom: 1rem;
  left: 1rem;
}

.entrance-img-wrapper {
  border-radius: 1px;
  overflow: hidden;
}

.entrance-img-wrapper:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.28;
  position: absolute;
  top: 0;
  left: 0;
}

.section-d .text {
  color: #323333;
  font-size: 38px;
  padding: 2rem 0 0;
}

.one-q .title {
  background: #7fcce4;
  border-radius: 1px 1px 0px 0px;
  padding: 2rem;
  color: #323333;
  font-size: 32px;
}

.one-q .keys .col {
  color: #323333;
  font-size: 30px;
  padding: 1rem;
}

.one-q .keys .col:nth-of-type(1) {
  background: #5aaed9;
  border-radius: 0px 0px 0px 1px;
}

.one-q .keys .col:nth-of-type(2) {
  background: #a4e3f1;
}

.one-q .keys .col:nth-of-type(3) {
  background: #52c8f6;
  border-radius: 0px 0px 1px 0px;
}

.two-q .title {
  background: #fbd459;
  border-radius: 1px 1px 0px 0px;
  color: #323333;
  font-size: 34px;
  padding: 2rem;
}

.one-q .keys .col {
  color: #323333;
  font-size: 30px;
  padding: 1rem;
}

.two-q .keys .col {
  color: #323333;
  font-size: 40px;
  text-align: center;
  padding: 1rem 0;
}

.two-q .keys .col:nth-of-type(1) {
  background: #fde285;
  border-radius: 0px 0px 0px 1px;
}

.two-q .keys .col:nth-of-type(2) {
  background: #ffcb33;
}

.two-q .keys .col:nth-of-type(3) {
  background: #ffbf10;
  border-radius: 0px 0px 1px 0px;
}

@media (max-width: 1440px) {
  .entrance-exam-title {
    font-size: 50px;
  }

  .section-d .text {
    font-size: 30px;
  }

  .one-q .title {
    padding: 1.5rem;
    font-size: 28px;
  }

  .two-q .title {
    font-size: 28px;
    padding: 1.5rem;
  }

  .one-q .keys .col {
    font-size: 24px;
  }

  .two-q .keys .col {
    font-size: 30px;
  }
}

@media (max-width: 575.98px) {
  .entrance-exam-title {
    font-size: 35px;
  }

  .section-d .text {
    font-size: 24px;
  }

  .one-q .title {
    font-size: 22px;
  }

  .two-q .title {
    font-size: 22px;
  }

  .one-q .keys .col {
    font-size: 18px;
  }

  .two-q .keys .col {
    font-size: 22px;
  }
}

.directories {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  margin-top: 2rem;
}

.directories a {
  display: block;
  color: #000000;
  font-weight: 600;
  font-size: 40px;
  padding: 2rem 2.5rem;
  text-decoration: none;
}

@media (max-width: 1440px) {
  .directories a {
    font-size: 30px;
    padding: 2rem 2.5rem;
  }
}

@media (max-width: 1199.98px) {
  .directories a {
    font-size: 25px;
    padding: 2rem 2rem;
  }
}

.directories-type img {
  display: block;
  margin-bottom: 1rem;
}

.directories-type .title {
  color: #323333;
  font-weight: 600;
  font-size: 28px;
}

.directories-type .text {
  color: #323333;
  font-size: 23px;
}

@media (max-width: 1199.98px) {
  .directories-type .title {
    font-size: 22px;
  }

  .directories-type .text {
    font-size: 18px;
  }
}

.grade-guide {
  padding-top: 6rem;
}

.grade-guide .heading,
.music-carrers .heading {
  font-size: 80px;
  color: #323333;
  font-weight: 600;
}

.grade-guide .text {
  color: #323333;
  font-size: 23px;
}

.grade-guide .button {
  color: #e7e3e3;
  font-size: 24px;
  font-weight: 600;
  background: #007690;
  border-radius: 5px;
  padding: 1rem;
  text-decoration: none;
}

@media (max-width: 1440px) {
  .grade-guide .heading,
  .music-carrers .heading {
    font-size: 67px;
  }

  .grade-guide .button {
    font-size: 22px;
  }
}

@media (max-width: 991.98px) {
  .grade-guide .heading,
  .music-carrers .heading {
    font-size: 55px;
  }

  .grade-guide .button {
    font-size: 20px;
  }
}

@media (max-width: 767.98px) {
  .grade-guide .heading,
  .music-carrers .heading {
    font-size: 45px;
  }

  .grade-guide .text {
    font-size: 20px;
  }

  .grade-guide .button {
    font-size: 18px;
  }
}

@media (max-width: 480.98px) {
  .grade-guide .heading,
  .music-carrers .heading {
    font-size: 35px;
  }

  .grade-guide .text {
    font-size: 18px;
  }

  .grade-guide .button {
    font-size: 16px;
  }
}

.music-carrers {
  padding: 6rem 0 4rem;
}

.music-carrers .title {
  color: #323333;
  font-weight: 600;
  font-size: 50px;
  padding-top: 1rem;
}

@media (max-width: 1440px) {
  .music-carrers .title {
    font-size: 40px;
  }
}

@media (max-width: 1199.98px) {
  .music-carrers .title {
    font-size: 35px;
  }
}

@media (max-width: 767.98px) {
  .music-carrers .title {
    font-size: 30px;
  }
}

.career-form-wrapper {
  background: #5b5b5b;
  border-radius: 1px;
  padding: 2rem;
}

.career-form-wrapper .title-3 {
  color: #cecaca;
  font-weight: 700;
  font-size: 35px;
}

.career-form {
  padding: 0 12%;
}

.career-form .form-group {
  display: flex;
  align-items: center;
  margin: 1.5rem 0;
}

.career-form .form-group label {
  color: #cfcbcb;
  font-size: 22px;
  width: 100px;
}

.career-form .form-group input {
  background: #808080 0% 0% no-repeat padding-box;
  border-radius: 2px;
  border: none;
  outline: 0 !important;
  color: #e6e2e2;
}

@media (max-width: 1440px) {
  .career-form-wrapper .title-3 {
    font-size: 28px;
  }

  .career-form {
    padding: 0 5%;
  }
}

@media (max-width: 991.98px) {
  .career-form-wrapper .title-3 {
    font-size: 22px;
  }

  .career-form .form-group label {
    font-size: 20px;
  }

  .career-form {
    padding: 0;
  }
}

@media (max-width: 767.98px) {
  .career-form .form-group {
    justify-content: center;
  }
}
