@import url('https://fonts.googleapis.com/css2?family=Sora:wght@100..800&display=swap');

section .wrapper {
  max-width: 1530px !important;
}

p:last-of-type {
  margin-bottom: 0 !important;
}
footer p:last-of-type {
  margin-bottom: revert !important;
}

section p {
  font-size: 22px;
  font-weight: 300;
  line-height: 35px!important;
  color: #4f5357;
}
section h1,
section h2,
section h3,
section h4,
section h5,
section h6 {
  color: #2d2d2d;
}

section h2 {
  font-size: 49px;
  line-height: 59px;
  text-transform: uppercase;
}

section img {
  border-radius: 10px;
  width: 100%;
}
a {
  font-family: 'Sora', sans-serif;
  font-weight: 300;
}
.a-btn {
  margin-top: 60px;
  text-align: center;
}

.cta-btn {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 35px;
  text-transform: capitalize;
  padding: 10px 107px;
  border-radius: 5px;
  background: #a0c1d1;
  transition: 0.3s;
  box-shadow: none!important;
}

.cta-btn:hover {
  background: #5a7d7c;
  color: #fff;
}

@media (max-width: 991px) {
  .a-btn {
    margin-top: 30px;
  }
}

/* Global sections */
section .row-30 {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 60px;
  margin-top: 0;
}

.row-content {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  gap: 30px;
}

.content {
  max-width: 700px;
}

.content._right {
  margin-left: auto;
}

.content._left {
  margin-right: auto;
}
.row-content h3 {
  margin-bottom: 0;
}

@media all and (max-width: 1700px) {
  .content._right {
    margin-left: 40px;
  }

  .content._left {
    margin-right: 40px;
  }
}

@media all and (max-width: 991px) {
  section .row {
    --bs-gutter-y: 30px;
    --bs-gutter-x: 0;
  }

  .content {
    max-width: 100%;
  }

  .content._right,
  .content._left {
    margin: 0;
  }
}


/* Ova header */
.ova-header {
  padding-top: 17px !important;
  padding-bottom: 17px !important;
  background: #414042;
}

.ova-header .navbar,
.ova-header .navbar-brand,
.ova-header .nav-link {
  padding: 0 !important;
}

.ova-header ul.navbar-nav {
  gap: 100px;
}

.ova-header .nav-link {
  color: #fff !important;
  font-size: 22px !important;
  line-height: normal;
  font-weight: 400;
}

@media (max-width: 991px) {
  .ova-header ul.navbar-nav {
    gap: 20px;
    margin-top: 20px;
  }
}

/* Banner global */
.hero-banner {
  display: flex;
  min-height: 765px;
  align-items: center;
}

.hero-banner * {
  color: #fff;
}

.hero-banner .banner-content {
  max-width: 1053px;
  margin-right: auto;
}

.hero-banner h1 {
  margin-bottom: 40px;
}

@media (max-width: 1199px) {
  .hero-banner {
    min-height: unset;
  }
}

/* Footer CTA */
section.footer-cta .heading {
  max-width: 1392px;
  margin: 0 auto;
  text-align: center;
}