@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap");
body {
  font-family: "Noto Sans", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.7;
  color: #000;
}

.h0 {
  font-size: 3.981rem;
  font-weight: 300;
  line-height: 1.3;
}
@media screen and (min-width: 48rem) {
  .h0 {
    font-size: calc(1.4020833333vw + 3.308rem);
  }
}
@media screen and (min-width: 192rem) {
  .h0 {
    font-size: 6rem;
  }
}

.h1 {
  font-size: 3.318rem;
  font-weight: 300;
  line-height: 1.5;
}
@media screen and (min-width: 48rem) {
  .h1 {
    font-size: calc(1.0868055556vw + 2.7963333333rem);
  }
}
@media screen and (min-width: 192rem) {
  .h1 {
    font-size: 4.883rem;
  }
}

.h2 {
  font-size: 2.765rem;
  font-weight: 800;
  line-height: 1.5;
}
@media screen and (min-width: 48rem) {
  .h2 {
    font-size: calc(0.7923611111vw + 2.3846666667rem);
  }
}
@media screen and (min-width: 192rem) {
  .h2 {
    font-size: 3.906rem;
  }
}

.h3 {
  font-size: 2.304rem;
  font-weight: 800;
  line-height: 1.7;
}
@media screen and (min-width: 48rem) {
  .h3 {
    font-size: calc(0.5701388889vw + 2.0303333333rem);
  }
}
@media screen and (min-width: 192rem) {
  .h3 {
    font-size: 3.125rem;
  }
}

.h4 {
  font-size: 1.8rem;
  font-weight: 800;
  line-height: 1.7;
}
@media screen and (min-width: 48rem) {
  .h4 {
    font-size: calc(0.1388888889vw + 1.7333333333rem);
  }
}
@media screen and (min-width: 192rem) {
  .h4 {
    font-size: 2rem;
  }
}

.para {
  font-size: 1.6rem !important;
}

p:not(:last-of-type) {
  margin-bottom: 3rem;
}

.meta {
  font-size: 1.2rem;
}

*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}

html {
  font-size: 62.5%;
}
@media screen and (max-width: 90em) {
  html {
    font-size: 56.25%;
  }
}
@media screen and (max-width: 85.375em) {
  html {
    font-size: 50%;
  }
}
@media screen and (max-width: 64em) {
  html {
    font-size: 43.75%;
  }
}

body {
  box-sizing: border-box;
}

::selection {
  background-color: #079992;
  color: #fff;
}

main, section {
  display: block;
}

.tawk__placeholder {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 40rem;
  height: 5rem;
  background-color: #056863;
  color: #fff;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bold {
  font-weight: 700;
}

.w-100 {
  width: 100%;
}

.mt-3 {
  margin-top: 3rem;
}

.mb-1 {
  margin-bottom: 1rem;
}

.mb-3 {
  margin-bottom: 3rem;
}

.mb-5 {
  margin-bottom: 5rem;
}

.mh-1 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.pt-3 {
  padding-top: 3rem;
}

.pt-5 {
  padding-top: 5rem;
}

.pb-3 {
  padding-bottom: 3rem;
}

.ph-2 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.ph-5 {
  padding-left: 5rem;
  padding-right: 5rem;
}

.pv-5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.p-5 {
  padding: 5rem;
}

.hidden {
  display: none;
}

.brand {
  color: #079992;
}

.interaction > * {
  pointer-events: none;
}

@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(150%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes dots {
  0%, 20% {
    color: rgba(0, 0, 0, 0);
    text-shadow: 0.25em 0 0 rgba(0, 0, 0, 0), 0.5em 0 0 rgba(0, 0, 0, 0);
  }
  40% {
    color: white;
    text-shadow: 0.25em 0 0 rgba(0, 0, 0, 0), 0.5em 0 0 rgba(0, 0, 0, 0);
  }
  60% {
    text-shadow: 0.25em 0 0 white, 0.5em 0 0 rgba(0, 0, 0, 0);
  }
  80%, 100% {
    text-shadow: 0.25em 0 0 white, 0.5em 0 0 white;
  }
}
.loading {
  position: relative;
  z-index: 2;
}
.loading::before {
  content: " .";
  animation: dots 1s steps(5, end) infinite;
}

.navigation {
  padding: 0 5vw;
  display: flex;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 80;
  background-color: rgba(0, 0, 0, 0.95);
  transition: background-color 0.3s;
}
@media screen and (max-width: 64.375em) {
  .navigation {
    display: none;
  }
}
.navigation__logo {
  height: 5rem;
}
.navigation__list {
  margin-left: auto;
  list-style: none;
  display: flex;
  align-items: center;
}
.navigation__single {
  display: flex;
  align-items: center;
}
.navigation__link {
  padding: 1rem 3rem;
  color: #fff;
  text-align: center;
  border-bottom: 3px solid transparent;
  transition: background-color 0.3s, border-bottom-color 0.3s;
}
.navigation__link--active {
  font-weight: 700;
  color: #079992;
  border-bottom-color: #079992;
}
.navigation__link:link, .navigation__link:visited {
  text-decoration: none;
}
.navigation__link:hover {
  background-color: #056863;
  border-bottom-color: #056863;
}

.navi {
  position: fixed;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  z-index: 20;
  pointer-events: none;
  display: none;
}
@media screen and (max-width: 64.375em) {
  .navi {
    display: block;
  }
}
.navi__checkbox {
  display: none;
}
.navi__checkbox:checked + .navi__label .navi__line {
  background-color: transparent;
}
.navi__checkbox:checked + .navi__label .navi__line::before {
  transform: translateY(0) rotate(45deg);
}
.navi__checkbox:checked + .navi__label .navi__line::after {
  transform: translateY(0) rotate(-45deg);
}
.navi__checkbox:checked ~ .navi__background {
  transform: scale(80);
}
.navi__checkbox:checked ~ .navi__list {
  display: flex;
  pointer-events: initial;
}
.navi__label {
  position: absolute;
  top: 0;
  right: 0;
  height: 10rem;
  width: 10rem;
  border-bottom-left-radius: 50%;
  cursor: pointer;
  background-color: #056863;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.25);
  z-index: 91;
  pointer-events: initial;
}
.navi__line {
  height: 5px;
  width: 40px;
  display: block;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: background-color 0.3s;
}
.navi__line::before, .navi__line::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background-color: #fff;
  height: 5px;
  width: 40px;
  transition: transform 0.3s;
}
.navi__line::before {
  transform: translateY(-200%);
}
.navi__line::after {
  transform: translateY(200%);
}
.navi__background {
  position: absolute;
  top: 0;
  right: 0;
  height: 10rem;
  width: 10rem;
  height: 10rem;
  width: 10rem;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/downloads.jpg");
  background-size: cover;
  background-position: center;
  z-index: 80;
  border-radius: 50%;
  transition: transform 0.5s;
}
.navi__logo {
  height: 30rem;
  width: 30rem;
  margin-bottom: 5rem;
}
.navi__list {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 85;
  height: 100%;
  width: 100%;
  list-style: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  pointer-events: none;
  display: none;
}
.navi__single:nth-child(1) {
  animation: fadeUp 0.7s;
  animation-fill-mode: forwards;
}
.navi__single:nth-child(2) {
  animation: fadeUp 0.5s;
  animation-fill-mode: forwards;
}
.navi__single:nth-child(3) {
  animation: fadeUp 0.7s;
  animation-fill-mode: forwards;
}
.navi__single:nth-child(4) {
  animation: fadeUp 0.9s;
  animation-fill-mode: forwards;
}
.navi__single:nth-child(5) {
  animation: fadeUp 1.2s;
  animation-fill-mode: forwards;
}
.navi__single:nth-child(6) {
  animation: fadeUp 1.4s;
  animation-fill-mode: forwards;
}
.navi__link {
  font-size: 2.4rem;
  color: #fff;
  display: block;
  padding: 2rem;
}
.navi__link:link, .navi__link:visited {
  text-decoration: none;
}
.navi__link--active {
  background-color: #056863;
}
.navi__link:hover {
  background-color: #056863;
}

.footer {
  background-color: #000;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  border-top: 3px solid #079992;
  margin-top: auto;
}

.header {
  color: #fff;
}
.header__main {
  padding: 10rem 5rem 5rem;
  background-color: #056863;
  background-size: cover;
  background-position: center;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/downloads.jpg");
}
.header__main--mnml {
  background-image: none;
}
@media screen and (max-width: 23.75em) {
  .header__main {
    padding: 5rem 2rem;
  }
}
.header__sub {
  padding: 3rem 5rem;
  background-color: #0d0d0d;
}
@media screen and (max-width: 23.75em) {
  .header__sub {
    padding: 2rem;
  }
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  pointer-events: none;
  opacity: 0;
  z-index: 98;
  transition: opacity 0.3s;
}
.modal--gallery .modal__container {
  max-width: initial;
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal--visible {
  opacity: 1;
  pointer-events: initial;
}
.modal--visible .modal__backdrop {
  transform: scaleY(1);
}
.modal--visible .modal__container {
  opacity: 1;
}
.modal__backdrop {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #000;
  transform: scaleY(0);
  transform-origin: bottom;
  z-index: 99;
  transition: transform 0.3s;
}
.modal__close {
  font-size: 2rem;
  color: #fff;
  position: absolute;
  top: 5rem;
  right: 2rem;
  z-index: 200;
  cursor: pointer;
}
.modal__container {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 80rem;
  min-height: 50rem;
  background-color: #fff;
  opacity: 0;
  padding: 2rem 3rem;
  z-index: 100;
  max-height: 100vh;
  overflow-y: auto;
  flex-direction: column;
  border-radius: 16px;
  overflow: hidden;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s 0.1s;
}
.modal__container--centered {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center !important;
}
.modal__container iframe {
  width: 100%;
  min-height: 50rem;
}
.modal__container img {
  max-width: 100%;
  max-height: 100vh;
}

.link {
  display: inline-block;
}
.link:link, .link:visited {
  text-decoration: none;
}
.link--mnml {
  color: #079992;
}
.link--mnml:link, .link--mnml:visited {
  text-decoration: underline;
}
.link--mnml:hover, .link--mnml:active {
  color: #056863;
}
.link--social {
  display: flex;
  align-items: center;
  color: #fff;
  width: max-content;
  transition: filter 0.3s;
}
.link--social:hover {
  filter: contrast(130%);
}
.link--facebook {
  background-image: linear-gradient(to right, #3b5999, transparent);
}
.link--youtube {
  background-image: linear-gradient(to right, #f30000, transparent);
}
.link__icon {
  width: 4rem;
  margin-right: 1rem;
}

.btn {
  padding: 2rem 5rem;
  border: none;
  border-radius: 16px;
  display: inline-block;
  font-size: 2rem;
  font-weight: 700;
  font-family: inherit;
}
.btn--primary {
  background-color: #079992;
  color: #fff;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.3s;
}
.btn--primary:hover {
  background-color: #056863;
}
.btn--link {
  text-decoration: none;
}
.btn--link:link, .btn--link:visited {
  text-decoration: none;
}
.btn--full-width {
  width: 100%;
}
.btn--cta {
  font-size: 2.304rem;
}
@media screen and (min-width: 48rem) {
  .btn--cta {
    font-size: calc(0.5701388889vw + 2.0303333333rem);
  }
}
@media screen and (min-width: 192rem) {
  .btn--cta {
    font-size: 3.125rem;
  }
}
.btn--disabled {
  pointer-events: none;
  background-color: #d8d8d8;
  color: #000;
}
.btn--social {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #fff;
  text-align: center;
  max-width: 40rem;
}
.btn--social span {
  margin: 0 auto;
}
.btn--facebook {
  background-color: #3b5999;
}
.btn--youtube {
  background-color: #f30000;
}

.form {
  position: relative;
  background-color: #fff;
}
.form__success {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #079992;
  z-index: 5;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transform: scaleY(0);
  transform-origin: bottom;
  transition: transform 0.5s;
}
.form__success--visible {
  transform: scaleY(1);
}
.form__success--visible .form__success-icon {
  opacity: 1;
}
.form__success--visible .form__success-message {
  opacity: 1;
}
.form__success-icon {
  fill: #fff;
  height: 30rem;
  opacity: 0;
  transition: opacity 0.3s 0.3s;
}
.form__success-message {
  opacity: 0;
  transition: opacity 0.3s 0.3s;
}
.form__header {
  padding: 3rem 5rem 2rem;
  background-color: #079992;
  color: #fff;
}
@media screen and (max-width: 26.25em) {
  .form__header {
    padding: 3rem;
  }
}
.form__body {
  padding: 3rem 5rem 5rem;
}
@media screen and (max-width: 26.25em) {
  .form__body {
    padding: 3rem;
  }
}

.input__wrapper {
  margin-bottom: 3rem;
}
.input__wrapper--checkbox {
  display: flex;
  align-items: center;
  position: relative;
}
.input__wrapper--checkbox:not(:last-child) {
  margin-right: 3rem;
}
.input__wrapper--checkbox .input__label {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.input__wrapper--checkbox .input__label:hover::before {
  background-color: #d0d0d0;
}
.input__wrapper--group {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-top: 1rem;
}
.input__check {
  height: 25px;
  width: 25px;
  background-color: #d8d8d8;
  margin-right: 1rem;
  border-radius: 4px;
  transition: background-color 0.3s;
}
.input__check svg {
  opacity: 0;
  fill: #fff;
  transform: opacity 0.3s;
}
.input__label {
  display: block;
  margin-left: 1rem;
}
.input__control {
  background-color: none;
  border: none;
  padding: 1.5rem 2rem;
  background-color: #f2f2f2;
  border-radius: 8px;
  width: 100%;
  font-family: inherit;
  font-size: inherit;
  transition: border-bottom-color 0.3s;
}
.input__control--checkbox {
  display: none;
}
.input__control--checkbox:checked ~ .input__label .input__check {
  background-color: #079992;
}
.input__control--checkbox:checked ~ .input__label svg {
  opacity: 1;
}
.input__control:focus {
  outline: 2px solid #079992;
}
.input__control--error {
  outline: 2px solid #ff0000;
}
.input--error {
  border-bottom-color: #ff0000;
}

.mgmt {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
  padding: 8rem 5vw;
}
.mgmt__heading-wrapper {
  padding: 3rem;
  background-color: #056863;
  margin-bottom: 2rem;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
  border-radius: 16px;
  overflow: hidden;
}
.mgmt__heading {
  color: #fff;
}
.mgmt__chairman {
  margin-bottom: 4rem;
  padding-bottom: 4rem;
  border-bottom: 2px solid #079992;
}
.mgmt__chairman .mgmt__card {
  border-top: unset;
  border-bottom: unset;
  color: #fff;
  background-color: #04504c;
  max-width: 77rem;
  padding: 2rem 2rem;
  overflow: hidden;
  border-radius: 8px;
}
.mgmt__cards-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 2rem;
}
@media screen and (max-width: 43.125em) {
  .mgmt__cards-grid {
    grid-template-columns: 1fr;
  }
}
.mgmt__card {
  border-left: 10px solid #079992;
  margin-bottom: 1rem;
  padding: 2rem;
  border: 1px solid #d8d8d8;
  border-radius: 8px;
  overflow: hidden;
}
.mgmt__img-wrapper {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  padding: 0.5rem 1rem;
  margin-top: 1rem;
}
.mgmt__img {
  height: 5rem;
  width: 5rem;
  border-radius: 50%;
  margin-right: 1rem;
  object-fit: cover;
  object-position: center;
}
.mgmt__title {
  font-weight: 700;
}
.mgmt__content {
  padding: 0.5rem 2rem;
  flex: 1;
}

.underline::after {
  content: "";
  display: block;
  width: 40%;
  height: 0.8rem;
  background-color: #079992;
}

.card {
  display: grid;
  grid-template-columns: 30rem 1fr;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 40.625em) {
  .card {
    grid-template-columns: 20rem 1fr;
  }
}
@media screen and (max-width: 32.5em) {
  .card {
    grid-template-columns: 1fr;
  }
}
.card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.card__body {
  padding: 2rem 5rem 3rem;
  min-height: 25rem;
}
@media screen and (max-width: 40.625em) {
  .card__body {
    padding: 2rem 3rem;
  }
}
@media screen and (max-width: 32.5em) {
  .card__body {
    min-height: initial;
    padding: 2rem;
  }
}
.card__btn-wrapper {
  text-align: right;
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 2px solid #079992;
}

.galleryV {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: 25rem;
  grid-auto-rows: 25rem;
  grid-gap: 1rem;
}
@media screen and (max-width: 51.875em) {
  .galleryV {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 36.25em) {
  .galleryV {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 26.25em) {
  .galleryV {
    grid-template-columns: repeat(2, 1fr);
  }
}
.galleryV__single {
  width: 100%;
  height: 25rem;
  overflow: hidden;
  background-color: rgba(7, 153, 146, 0.1);
  cursor: pointer;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}
.galleryV__single::before, .galleryV__single::after {
  pointer-events: none;
}
.galleryV__single::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  transform: scaleY(0);
  transform-origin: bottom;
  transition: transform 0.3s;
}
.galleryV__single::after {
  content: "Click to view";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #079992;
  font-size: 2rem;
  opacity: 0;
  transition: opacity 0.3s 0.3s;
}
.galleryV__single:hover::before {
  transform: scaleY(1);
}
.galleryV__single:hover::after {
  opacity: 1;
}
.galleryV__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: -1;
}

.welcome {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.7)), url("../img/welcome.jpg");
  background-size: cover;
  background-position: center;
  padding: 8rem 5vw 10rem;
  border-bottom: 3px solid #079992;
}
@media screen and (max-width: 75em) {
  .welcome {
    padding: 0 3vw;
  }
}
@media screen and (max-width: 62.5em) {
  .welcome {
    padding: 5vw 0 0;
  }
}
@media screen and (max-width: 28.125em) {
  .welcome {
    text-align: center;
  }
  .welcome .input__control {
    text-align: center;
  }
  .welcome .input__wrapper--group {
    justify-content: center;
  }
}
.welcome__wrapper {
  height: 100%;
  min-height: 100vh;
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: 2fr 1.2fr;
}
@media screen and (max-width: 100em) {
  .welcome__wrapper {
    grid-gap: 2rem;
    grid-template-columns: 1.5fr 1.2fr;
  }
}
@media screen and (max-width: 81.25em) {
  .welcome__wrapper {
    grid-template-columns: 1fr 1.2fr;
  }
}
@media screen and (max-width: 64.375em) {
  .welcome__wrapper {
    min-height: initial;
    padding: 5vw 3vw 0;
  }
}
@media screen and (max-width: 58.125em) {
  .welcome__wrapper {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 34.375em) {
  .welcome__wrapper {
    padding: 5vw 0 0;
  }
}
.welcome__info {
  color: #fff;
  max-width: 80rem;
  padding-top: 10rem;
}
@media screen and (max-width: 64.375em) {
  .welcome__info {
    padding-top: 5rem;
    padding-bottom: 0;
    margin-bottom: 5rem;
    max-width: initial;
  }
}
@media screen and (max-width: 34.375em) {
  .welcome__info {
    margin: 3vw;
  }
}
.welcome__logo {
  height: 30rem;
  margin-bottom: 2rem;
}
.welcome__tagline {
  font-weight: 300;
}
.welcome__instructions-wrapper .h3 {
  margin-bottom: 1rem;
}
.welcome__instructions-wrapper p {
  margin-bottom: 0;
}
.welcome__btn {
  display: block;
  margin: 1rem 0 2rem;
}
.welcome__btn img {
  max-width: 20rem;
}
.welcome__form {
  border-radius: 16px;
  overflow: hidden;
}
@media screen and (max-width: 34.375em) {
  .welcome__form {
    border-radius: 0;
  }
}

.social {
  padding: 3rem 5vw;
  text-align: center;
}
.social__header {
  margin-bottom: 3rem;
}
.social__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1rem;
}
@media screen and (max-width: 40.625em) {
  .social__grid {
    grid-template-columns: 1fr;
  }
}
.social__btn {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #fff;
  border-radius: 16px;
  overflow: hidden;
  transition: transform 0.3s, box-shadow 0.3s;
}
.social__btn:hover {
  transform: translateY(-1rem);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}
.social__btn--facebook {
  background-color: #3b5999;
}
.social__btn--youtube {
  background-color: #f30000;
}
.social__icon {
  display: block;
  width: 5rem;
  margin-bottom: 1rem;
}

.about {
  position: relative;
  z-index: 1;
  overflow: hidden;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}
.about__college-img-wrapper {
  background-image: linear-gradient(to right, #056863, #033735);
}
.about__college-img {
  display: block;
  width: 100%;
  height: 50rem;
  object-fit: cover;
  object-position: center 25%;
  opacity: 0.3;
}
.about__content-wrapper {
  overflow: hidden;
  padding: 4rem 0;
}
.about__content {
  position: relative;
  z-index: 2;
  background-color: #fff;
  max-width: 80rem;
  padding: 8rem 5rem 8rem 5vw;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  overflow: hidden;
}
.about__logo-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.about__logo {
  max-height: 120rem;
  opacity: 0.3;
}
.about__heading-wrapper {
  margin-bottom: 6rem;
  position: relative;
}

.offers__heading-wrapper {
  padding: 0 5vw;
  margin-bottom: 1rem;
}
.offers__heading {
  display: inline-block;
}
.offers__grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
}
@media screen and (max-width: 51.25em) {
  .offers__grid {
    grid-template-columns: 1fr;
  }
}
.offers__list {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 43rem;
  grid-auto-rows: 43rem;
  grid-gap: 1rem;
  padding: 0 2rem;
}
@media screen and (max-width: 57.5em) {
  .offers__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 38.4375em) {
  .offers__list {
    grid-template-columns: 1fr;
    grid-template-rows: 40rem;
    grid-auto-rows: 40rem;
    grid-gap: 0.5rem;
  }
}
.offers__single {
  padding: 3rem;
  background-color: #000;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  background-size: cover;
  background-position: center;
  border-radius: 16px;
  overflow: hidden;
  transition: filter 0.3s;
}
.offers__single:hover {
  filter: brightness(130%);
}
.offers__single--pre-uni {
  background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url("../img/pre-uni.jpg");
}
.offers__single--jee {
  background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url("../img/jee.jpg");
}
.offers__single--accounting {
  background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url("../img/accounting.jpg");
}
.offers__single--neet {
  background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url("../img/neet.jpg");
}
.offers__single--crash-course {
  background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url("../img/crash-course.jpg");
}
.offers__single--vacation-batch {
  background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url("../img/vacation-batch.jpg");
}
.offers__single--arts {
  background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url("../img/student-mentorship.jpg");
}
.offers__text {
  margin-bottom: 3rem;
  color: #fff;
}
.offers__container {
  padding: 3rem 0;
}
.offers__cdac-logo {
  background-color: #383746;
}

.youtube {
  padding: 4rem;
  background-color: #056863;
}
.youtube iframe {
  width: 100%;
  height: 70rem;
  border-radius: 16px;
}

.video {
  padding: 1rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: max-content;
  grid-auto-rows: max-content;
  grid-gap: 5px;
}
@media screen and (max-width: 53.125em) {
  .video {
    grid-template-columns: 2fr;
  }
}
.video__play {
  width: 0;
  height: 0;
  border-left: 80px solid #fff;
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
}

.cta {
  min-height: 50rem;
  padding: 5rem;
  color: #fff;
  display: flex;
  align-items: flex-end;
  background-image: linear-gradient(to top, #000, transparent), url("../img/cta.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
@media screen and (max-width: 64.375em) {
  .cta {
    background-attachment: scroll;
  }
}
.cta__wrapper {
  max-width: 80rem;
}
@media screen and (max-width: 53.125em) {
  .cta__wrapper {
    max-width: initial;
  }
}
@media screen and (max-width: 53.125em) {
  .cta__text {
    font-size: 3.318rem;
  }
}
@media screen and (max-width: 53.125em) and (min-width: 48rem) {
  .cta__text {
    font-size: calc(1.0868055556vw + 2.7963333333rem);
  }
}
@media screen and (max-width: 53.125em) and (min-width: 192rem) {
  .cta__text {
    font-size: 4.883rem;
  }
}

.programs {
  padding: 0 5vw;
}
.programs__heading-wrapper {
  padding: 3rem 0;
}
.programs__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 40rem 40rem 25rem;
  grid-auto-rows: 25rem;
  grid-gap: 1rem;
  align-items: stretch;
}
@media screen and (max-width: 53.125em) {
  .programs__list {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 45.625em) {
  .programs__list {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 37.5em) {
  .programs__list {
    grid-template-rows: 25rem;
  }
}
@media screen and (max-width: 28.125em) {
  .programs__list {
    grid-template-columns: 1fr;
  }
}
.programs__single {
  padding: 5rem;
  display: flex;
  align-items: flex-end;
  position: relative;
  color: #fff;
  border-radius: 16px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-attachment: scroll;
  cursor: pointer;
  transition: filter 0.3s;
}
@media screen and (max-width: 64em) {
  .programs__single {
    background-attachment: inital;
  }
}
@media screen and (max-width: 37.5em) {
  .programs__single {
    padding: 3rem;
  }
}
@media screen and (max-width: 21.875em) {
  .programs__single {
    padding: 1rem;
  }
}
.programs__single::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.9), transparent);
  transform-origin: bottom;
  transition: transform 0.3s;
}
.programs__single:hover {
  filter: contrast(110%);
}
.programs__single:hover::before {
  transform: scaleY(0.7);
}
.programs__single--super-300 {
  grid-column: 1/2;
  grid-row: 1/3;
  background-image: url("../img/super-300.jpg");
}
@media screen and (max-width: 28.125em) {
  .programs__single--super-300 {
    grid-column: unset;
    grid-row: unset;
  }
}
.programs__single--commerce-club {
  grid-column: 2/3;
  grid-row: 1/2;
  background-image: url("../img/commerce-club.jpg");
}
@media screen and (max-width: 28.125em) {
  .programs__single--commerce-club {
    grid-column: unset;
    grid-row: unset;
  }
}
.programs__single--pu-diploma {
  grid-column: 3/4;
  grid-row: 1/2;
  background-image: url("../img/pu-diploma.jpg");
}
@media screen and (max-width: 45.625em) {
  .programs__single--pu-diploma {
    grid-column: 2/3;
    grid-row: 2/3;
  }
}
@media screen and (max-width: 28.125em) {
  .programs__single--pu-diploma {
    grid-column: unset;
    grid-row: unset;
  }
}
.programs__single--student-mentorship {
  grid-column: 2/3;
  grid-row: 2/3;
  background-image: url("../img/student-mentorship.jpg");
}
@media screen and (max-width: 45.625em) {
  .programs__single--student-mentorship {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}
@media screen and (max-width: 28.125em) {
  .programs__single--student-mentorship {
    grid-column: unset;
    grid-row: unset;
  }
}
.programs__single--science-club {
  grid-column: 3/4;
  grid-row: 2/3;
  background-image: url("../img/science-club.jpg");
}
@media screen and (max-width: 45.625em) {
  .programs__single--science-club {
    grid-column: 2/3;
    grid-row: 3/4;
  }
}
@media screen and (max-width: 28.125em) {
  .programs__single--science-club {
    grid-column: unset;
    grid-row: unset;
  }
}
.programs__single--extracurricular {
  grid-column: 1/4;
  grid-row: 3/4;
  background-image: url("../img/extracurricular.jpg");
}
@media screen and (max-width: 45.625em) {
  .programs__single--extracurricular {
    grid-column: 1/3;
    grid-row: 4/5;
  }
}
@media screen and (max-width: 28.125em) {
  .programs__single--extracurricular {
    grid-column: unset;
    grid-row: unset;
  }
}
.programs__title, .programs__text-wrapper {
  position: relative;
  z-index: 3;
}
.programs__play-btn-wrapper {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.programs__play-btn {
  width: 6rem;
  border-radius: 8px;
  overflow: hidden;
}
@media screen and (max-width: 54.375em) {
  .programs__play-btn {
    width: 30px;
  }
}

.downloads {
  height: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 23.75em) {
  .downloads {
    background-color: #000;
  }
}
.downloads__single {
  min-height: 37.5rem;
  background-color: #000;
  color: #fff;
  position: relative;
}
.downloads__single:not(:last-child) {
  border-bottom: 3px solid #d8d8d8;
}
@media screen and (max-width: 23.75em) {
  .downloads__single {
    min-height: 32rem;
  }
}
.downloads__background {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  height: 100%;
  width: 50%;
  object-fit: cover;
  pointer-events: none;
  opacity: 0.2;
}
@media screen and (max-width: 54.375em) {
  .downloads__background {
    width: 100%;
    opacity: 0.1;
  }
}
.downloads__wrapper {
  padding: 5rem;
  max-width: 70rem;
}
@media screen and (max-width: 23.75em) {
  .downloads__wrapper {
    padding: 2rem;
  }
}

.enroll__form-wrapper {
  background-image: linear-gradient(rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.95)), url("../img/college.jpg");
  background-size: cover;
  background-position: center;
  padding: 10rem 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.enroll__form {
  width: 100%;
  max-width: 75rem;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
}

.news {
  height: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.news__grid {
  display: grid;
  grid-template-columns: 1fr;
  max-width: 110rem;
  grid-gap: 1rem;
  padding: 4rem 0;
}
.news__container {
  padding: 2rem 5rem;
}
.news__container .card:not(:last-child) {
  margin-bottom: 3rem;
}
@media screen and (max-width: 23.75em) {
  .news__container {
    padding: 2rem;
  }
}
.news__load {
  padding: 2rem 5rem 6rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.news__header {
  text-align: center;
}
.news__view {
  max-width: 120rem;
  margin: 5rem auto;
  padding: 5rem;
}
.news__view img {
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}

.alumni__gallery {
  padding: 5rem;
}
@media screen and (max-width: 23.75em) {
  .alumni__gallery {
    padding: 2rem;
  }
}
.alumni__contact {
  padding: 0 5rem 5rem;
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  border-top: 4px solid #079992;
  background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url("../img/alumni.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
@media screen and (max-width: 64em) {
  .alumni__contact {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 46.25em) {
  .alumni__contact {
    grid-template-columns: 1fr;
    grid-row-gap: 5rem;
    padding: 5rem;
  }
}
@media screen and (max-width: 28.125em) {
  .alumni__contact {
    padding: 5rem 0 0;
  }
}
.alumni__instructions {
  color: #fff;
  padding-right: 25rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 64em) {
  .alumni__instructions {
    padding-right: 5rem;
  }
}
@media screen and (max-width: 28.125em) {
  .alumni__instructions {
    padding-right: 0;
    margin: 0 5rem;
  }
}
@media screen and (max-width: 23.75em) {
  .alumni__instructions {
    margin: 0 2rem;
  }
}
.alumni__form {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
}

.gallery {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}
.gallery__categories-header {
  padding: 2rem 5vw 0;
  border-top: 3px solid #079992;
}
.gallery__categories-grid {
  padding: 4rem 5vw;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 45rem;
  grid-auto-rows: 45rem;
  grid-gap: 3rem;
}
@media screen and (max-width: 50em) {
  .gallery__categories-grid {
    grid-gap: 1rem;
  }
}
@media screen and (max-width: 37.5em) {
  .gallery__categories-grid {
    grid-template-columns: 1fr;
    grid-template-rows: 20rem;
    grid-auto-rows: 20rem;
  }
}
.gallery__category {
  text-decoration: none;
  display: block;
  height: 100%;
  width: 100%;
  background-color: #000;
  color: #fff;
  background-size: cover;
  background-position: center;
  border-radius: 16px;
  overflow: hidden;
  padding: 3rem;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  font-size: 2rem;
  font-weight: 700;
  transition: color 0.3s, transform 0.3s;
}
.gallery__category--results {
  background-image: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url("../img/categories-results.jpg");
}
.gallery__category--faculty {
  background-image: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url("../img/categories-faculty.jpg");
}
.gallery__category--cultural {
  background-image: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url("../img/categories-cultural.jpg");
}
.gallery__category:hover {
  color: #079992;
  transform: translateY(-1rem);
}

.contact {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 100vh;
}
.contact__main {
  flex: 1;
  display: flex;
}
.contact__container {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  flex: 1;
}
@media screen and (max-width: 55em) {
  .contact__container {
    grid-template-columns: 1fr;
    grid-template-rows: 30rem 1fr;
  }
}
.contact__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contact__info {
  margin: 5rem 0 5rem -5vw;
  background-color: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
  border-radius: 16px;
  overflow: hidden;
  align-self: center;
  justify-self: start;
  position: relative;
  z-index: 5;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 55em) {
  .contact__info {
    margin: 0;
    align-self: stretch;
    justify-self: stretch;
  }
}
.contact__address-wrapper {
  max-width: 40rem;
  margin: 5rem 5rem 0;
}
.contact__heading {
  margin: 3rem 5rem 2rem;
  border-bottom: 1px solid #079992;
}
.contact__info-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 3rem;
  margin: 0 5rem 3rem;
}
.contact__phone {
  display: inline-block;
}
.contact__phone:not(:last-child) {
  margin-right: 2rem;
}
.contact__map {
  height: 100%;
  background-color: #079992;
}
.contact__map iframe {
  width: 100%;
  height: 100%;
  min-height: 30rem;
}

.test__registration {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  min-height: 100vh;
  height: 100%;
}
@media screen and (max-width: 43.75em) {
  .test__registration {
    grid-template-columns: 1fr;
  }
}
.test__logo {
  width: 20rem;
  margin-bottom: 2rem;
}
.test__left {
  display: flex;
  align-items: flex-end;
  padding: 5vw;
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../img/test.jpg");
  background-size: cover;
  background-position: center;
  color: #fff;
}
.test__right {
  display: flex;
  justify-content: stretch;
  align-items: center;
  padding: 5vw;
}
@media screen and (max-width: 50em) {
  .test__right {
    padding: 3rem;
  }
}
@media screen and (max-width: 43.75em) {
  .test__right {
    padding: 0;
  }
}
.test__right form {
  width: 100%;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}
.test__header {
  padding: 1rem;
  min-height: 20vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../img/test.jpg");
  background-size: cover;
  background-position: center;
  color: #fff;
}

.instructions {
  width: 100%;
  max-width: 75rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 43.75em) {
  .instructions {
    max-width: initial;
    box-shadow: initial;
  }
}
.instructions__container {
  min-height: 80vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 43.75em) {
  .instructions__container {
    align-items: flex-start;
  }
}
.instructions__header {
  background-color: #079992;
  color: #fff;
  padding: 3rem;
}
.instructions__body {
  padding: 3rem;
}

.paper {
  display: grid;
  grid-template-columns: 80% 20%;
  min-height: 100vh;
}
@media screen and (max-width: 50em) {
  .paper {
    grid-template-columns: 70% 30%;
  }
}
.paper__image img {
  width: 100%;
  height: auto;
  pointer-events: none;
}
.paper__timer {
  position: fixed;
  bottom: 0;
  right: 0;
  padding: 1rem;
  width: 20%;
  z-index: 99;
  background-color: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 50em) {
  .paper__timer {
    width: 30%;
  }
}

.answers {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
}
.answers__header {
  padding: 4rem 2rem;
  background-color: #079992;
  color: #fff;
  margin-bottom: 5rem;
}
.answers__body {
  padding: 1rem;
  margin-bottom: 5rem;
}
.answers__single {
  margin-bottom: 5rem;
  padding-bottom: 5rem;
  border-bottom: 1px solid #d8d8d8;
}
.answers__question {
  margin-right: 2rem;
}
.answers__options {
  display: flex;
}
.answers__option-wrapper {
  position: relative;
  height: 3rem;
  width: 3rem;
}
.answers__option-wrapper:not(:last-child) {
  margin-right: 1rem;
}
.answers__option {
  position: absolute;
  top: 0;
  left: 0;
  height: 3rem;
  width: 3rem;
  opacity: 0;
  z-index: 3;
  cursor: pointer;
}
.answers__label {
  display: block;
  height: 100%;
  width: 100%;
  background-color: #d8d8d8;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.answers__option:checked + .answers__label {
  background-color: #079992;
  color: #fff;
}
.answers__btn-wrapper {
  position: relative;
  z-index: 999;
  padding: 1rem;
  margin-bottom: 15rem;
}
@media screen and (max-width: 56.25em) {
  .answers__btn-wrapper {
    margin-bottom: 6rem;
    padding: 0;
  }
  .answers__btn-wrapper .btn {
    border-radius: 0;
  }
}/*# sourceMappingURL=main.css.map */