/* ABSTRACTS */
/* BREAKPOINTS */
/* TEXT STROKE */
/* COLORS */
/* VENDORS */
/* BASE */
.bg__glass {
  background: rgba(20, 20, 20, 0.3) !important;
  -webkit-backdrop-filter: blur(7px) !important;
          backdrop-filter: blur(7px) !important;
}

.bg__light-glass {
  background: rgba(240, 240, 240, 0.75) !important;
  -webkit-backdrop-filter: blur(8px) !important;
          backdrop-filter: blur(8px) !important;
}

.bg__dark-glass {
  background: rgba(7, 7, 7, 0.75) !important;
  -webkit-backdrop-filter: blur(8px) !important;
          backdrop-filter: blur(8px) !important;
}

.bg__light {
  background: rgba(255, 255, 255, 0.5) !important;
}

.bg__blue {
  background: #1B468E;
}

.bg__darkblue {
  background: #022560;
}

.bg__white {
  background: #f3f4f6;
}

.bg__white {
  background: #f3f4f6;
}

html, body {
  width: 100%;
  height: 100%;
  background: #f3f4f6;
}

html {
  scroll-behavior: smooth;
}

body::-webkit-scrollbar {
  display: none;
}

body.noscroll {
  overflow: hidden;
  touch-action: none;
}

a {
  text-decoration: none;
}

* {
  font-family: "Inter", sans-serif;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/inter-variable.ttf") format("truetype");
  font-weight: regular;
  font-style: normal;
}
@font-face {
  font-family: "Inter-Bold";
  src: url("../fonts/inter-variable.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Inter-ExtraBold";
  src: url("../fonts/inter-variable.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/roboto-variable.ttf") format("truetype");
  font-weight: regular;
  font-style: normal;
}
@font-face {
  font-family: "Roboto-Bold";
  src: url("../fonts/roboto-variable.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Roboto-ExtraBold";
  src: url("../fonts/roboto-variable.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
.text-title {
  font-family: "Inter-Bold", sans-serif;
  font-weight: regular;
  letter-spacing: 1px;
  font-size: 36px;
  line-height: 44px;
}
@media (min-width: 1024px) {
  .text-title {
    font-size: 40px;
    letter-spacing: 2px;
  }
}
@media (min-width: 1280px) {
  .text-title {
    font-size: 53px;
    line-height: 64px;
  }
}

.text-headline {
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-weight: regular;
  line-height: 31px;
  letter-spacing: 0;
}
@media (min-width: 1024px) {
  .text-headline {
    font-size: 25px;
  }
}
@media (min-width: 1280px) {
  .text-headline {
    font-size: 32px;
    line-height: 40px;
  }
}

.modal-title {
  font-size: 30px;
}
@media (min-width: 1024px) {
  .modal-title {
    font-size: 36px;
  }
}

.text-xsm {
  font-size: 9px;
}

.text-blue {
  color: #1B468E;
}

.text-darkBlue {
  color: #022560;
}

/* LAYOUT */
/* COMPONENTS */
.button-primary-blue {
  background: #1B468E;
}

.button-primary-blue:hover {
  background: #022560;
}

.button-primary-blue:focus {
  background: #000;
}

.iconic-projects .iconic-projects__content .content__bottom .carousel .carousel-indicators button .indicator-1 {
  background: url("../img/index/iconic-projects/cat1-off.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.iconic-projects .iconic-projects__content .content__bottom .carousel .carousel-indicators button .indicator-2 {
  background: url("../img/index/iconic-projects/cat2-off.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.iconic-projects .iconic-projects__content .content__bottom .carousel .carousel-indicators button .indicator-3 {
  background: url("../img/index/iconic-projects/cat3-off.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.iconic-projects .iconic-projects__content .content__bottom .carousel .carousel-indicators button .indicator-4 {
  background: url("../img/index/iconic-projects/cat4-off.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.iconic-projects .iconic-projects__content .content__bottom .carousel .carousel-indicators button .indicator-5 {
  background: url("../img/index/iconic-projects/cat5-off.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.iconic-projects .iconic-projects__content .content__bottom .carousel .carousel-indicators button p {
  color: #a1a1a1;
}
.iconic-projects .iconic-projects__content .content__bottom .carousel .carousel-indicators button.true .indicator-1 {
  background: url("../img/index/iconic-projects/cat1-on.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.iconic-projects .iconic-projects__content .content__bottom .carousel .carousel-indicators button.true .indicator-2 {
  background: url("../img/index/iconic-projects/cat2-on.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.iconic-projects .iconic-projects__content .content__bottom .carousel .carousel-indicators button.true .indicator-3 {
  background: url("../img/index/iconic-projects/cat3-on.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.iconic-projects .iconic-projects__content .content__bottom .carousel .carousel-indicators button.true .indicator-4 {
  background: url("../img/index/iconic-projects/cat4-on.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.iconic-projects .iconic-projects__content .content__bottom .carousel .carousel-indicators button.true .indicator-5 {
  background: url("../img/index/iconic-projects/cat5-on.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.iconic-projects .iconic-projects__content .content__bottom .carousel .carousel-indicators button.true p {
  color: #1B468E;
  font-weight: bold;
}

/* PAGES */
.hero {
  background: url("../img/index/header/background-mobile.jpg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: right 0;
}
@media (min-width: 640px) {
  .hero {
    background: url("../img/index/header/background.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: center;
  }
}
@media (min-width: 1280px) {
  .hero {
    background: url("../img/index/header/background.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right 0;
  }
}

.build-cards {
  background: url("../img/index/build-cards/background.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}

.iconic-projects {
  background: url("../img/index/iconic-projects/background-mobile.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (min-width: 640px) {
  .iconic-projects {
    background: url("../img/index/iconic-projects/background.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
}

.our-course {
  background: url("../img/index/our-course/background-mobile.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (min-width: 640px) {
  .our-course {
    background: url("../img/index/our-course/background.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
}

.footer .footer__content .content__top {
  background: url("../img/index/cta/background.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.footer .footer__content .content__bottom {
  background: url("../img/index/footer/background-mobile.jpg");
  background-repeat: no-repeat;
  background-size: 100dvh 100%;
  background-position: center;
}
@media (min-width: 640px) {
  .footer .footer__content .content__bottom {
    background: url("../img/index/footer/background.jpg");
    background-repeat: no-repeat;
    background-size: 100dvw 100%;
    background-position: center;
  }
}

/* THEMES *//*# sourceMappingURL=main.css.map */