:root {
    --color-cyan: #5bbed8;
    --color-ovary: #fdf6ea;
    --color-primary: #202020;
    --color-dark-grey: #3c515b;
    --color-dark-brown: rgb(81, 66, 41);
}
@font-face {
    font-family: "Fira Sans";
    src: url(../fonts/Fira_Sans/FiraSans-Regular.ttf) format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "Fira Sans Bold";
    src: url(../fonts/Fira_Sans/FiraSans-Bold.ttf) format('truetype');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: "Nunito Sans";
    src: url(../fonts/Nunito_Sans/NunitoSans-VariableFont_YTLC,opsz,wdth,wght.ttf) format('truetype');
    font-weight: 200 1000;
    font-style: normal;
}
@font-face {
    font-family: "Gotham";
    src: url(../fonts/Gotham/GothamPro.ttf) format('truetype');
    font-weight: 400;
    font-style: normal;
}
body {
    font-family: "Gotham", sans-serif;
    font-weight: 400;
    font-size: 0.875rem;
    color: var(--color-primary);
}
.container-fluid>.row {
    margin-right: 0;
    margin-left: 0;
}
.section-top {
    background-color: var(--color-dark-brown);
    position: relative;
    /* padding-bottom: 56.25%; */
    height: 84.5vh;
    overflow: hidden;
}
.col-sm-12.section-top:before, .section-4 figure.text-end:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(81, 66, 41, 0.2);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
}
.section-top video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.section-top-inner-wrap {
    position: absolute;
    top: 2.5rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
    width: 90%;
    margin: 0 auto;
    color: var(--bs-white);
    text-align: center;
    overflow: hidden;
}
.animate-text {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    animation-duration: 2s;
}
@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 20%, 0);
        transform: translate3d(0, 20%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 20%, 0);
        transform: translate3d(0, 20%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}
.section-top-inner-wrap .site-logo {
    max-width: 170px;
    height: auto;
}
.section-top h1 {
    font-family: "Fira Sans", sans-serif;
    font-weight: 400;
    font-size: 6rem;
    line-height: 6rem;
    margin-top: 0.438rem;
}
.section-top .excerpt {
    font-family: "Nunito Sans", sans-serif;
    font-weight: 700;
    font-size: 2.313rem;
    line-height: 3.25rem;
    margin-top: 0.625rem;
}
button {
    background: var(--color-cyan);
    border-radius: 30px;
    width: 248px;
    height: 56px;
    border: 0;
    color: var(--bs-white);
    font-size: 1.16625rem;
    font-weight: 900;
    margin-top: 3rem;
}
.container-fluid, .container-fluid .container {
    padding-left: 0;
    padding-right: 0;

}
.img-fluid {
    max-width: 100%;
    height: 100%;
}
.section-2, .section-3, .section-4 {
    background-color: var(--color-ovary);
    margin-left: 0;
    margin-right: 0;
    padding-top: 4.75rem;
    padding-bottom: 4.75rem;
}
.section-2-inner-wrap {
    padding: 0 4rem 0 0;
}
.section-2 h2 {
    font-family: "Nunito Sans", sans-serif;
    font-size: 3rem;
    font-weight: 400;
    margin-top: 3rem;
}
.section-2 p {
    font-size: 1.333125rem;
    margin-top: 2rem;
}
.actn-btn-wrap {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 2rem;
}
.actn-btn-wrap button {
    margin-top: 1rem;
    margin-bottom: 2rem;
}
.section-3 {
    background-color: var(--color-dark-grey);
    padding-top: 3.60rem;
    padding-bottom: 2.5rem;
}
.section-3 h3 {
    font-family: "Fira Sans", sans-serif;
    font-size: 4rem;
    font-weight: 900;
    color: var(--bs-white);
    text-align: center;
    margin-bottom: 0;
}
.section-3 .row {
    margin: 0;
    padding: 0;
    justify-content: center;
    gap: 2rem;

}
.section-3 .card {
    border: 0;
    border-radius: 0;
}
.section-3 figure {
    position: relative;
}
.section-3 figure img {
    object-fit: cover;
    width: 100%;
}
.section-3 .entry-wrapper {
    font-family: "Fira Sans", sans-serif;
    color: var(--bs-white);
    position: absolute;
    bottom: 0;
    left: 2rem;
}
.section-3 .entry-title {  
    font-weight: 900;
    font-size: 1.75rem;
}
.section-3 .entry-wrapper p {
    font-weight: 400;
    font-size: 1.5rem;
}
.section-3 ul {
    margin-left: 1rem;
    margin-right: 1rem;
    font-size: 1.25rem;
}
.section-3 button {
    margin: auto auto 1rem;
}
.section-4, .section-5 {
    padding-top: 0;
    background-color: var(--color-dark-grey);
    margin: 0;
}
.section-4 {
    padding-bottom: 4rem;
}
.section-4 .entry-wrapper span.logo, .section-5 .entry-wrapper span.logo {
    display: inline-block;
    position: absolute;
    top: 2.5rem;
    left: 6rem;
    z-index: 1;
    width: 100px;
}
.section-4 .entry-wrapper span.logo img, .section-5 .entry-wrapper span.logo img {
    width: 100%;
    border-radius: 100%;
}
.section-4 .entry-wrapper, .section-5 .entry-wrapper, .section-5 .entry-wrapper figure.text-end img, .section-4 .entry-wrapper figure.text-end {
    position: relative;
}
.section-4 .entry-wrapper figure.text-end img {
    max-width: 88%;
    position: relative;
}
.section-4 figure.text-end:after {
    max-width: 88%;
    left: auto;
    right: 0;
}
.section-4 .entry-wrapper figure.text-end, .section-5 .entry-wrapper figure.text-end {
    margin-right: -0.7rem;
}
.section-4 .entry-wrapper figure.text-end:before, .section-5 .entry-wrapper figure.text-end:before {
    content: "";
    display: block;
    background: linear-gradient(to bottom, #3c505b 0%,#3b4f58 1%,#3b4f5a 2%,#3a4e57 2%,#344650 11%,#33464d 15%,#31444b 15%,#28373e 32%,#2a373f 32%,#212e34 43%,#232e34 44%,#202d33 44%,#222d33 45%,#1f2a2e 48%,#1e272c 52%,#1c252a 53%,#1c252a 55%,#182224 60%,#12171b 70%,#12171a 99%,#3d515c 100%);
    width: 50%;
    min-height: 200px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.section-4 .entry-wrapper .entry-content, .section-5 .entry-wrapper .entry-content {
    width: 100%;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    height: 100%;
    color: var(--bs-white);
}
.section-4 .entry-wrapper .entry-content .left-container, .section-5 .entry-wrapper .entry-content .left-container {
    flex-basis: 66.66%;
}
.section-4 h4, .section-5 h5 {
    font-family: "Fira Sans", sans-serif;
    font-weight: 900;
    font-size: 4rem;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 1rem 2rem 2.7rem;
}
.section-4 .entry-wrapper .entry-content .right-container, .section-5 .entry-wrapper .entry-content .right-container {
    flex-basis: 33.33%;
    padding-top: 1rem;
}
.section-4 .right-container .entry-title, .section-5 .right-container .entry-title {
    font-family: "Fira Sans Bold", sans-serif;
    font-weight: 700;
    font-size: 1.75rem;
}
.section-4 .right-container p {
    font-weight: 700;
    font-size: 1.25rem;
}
.section-5 {
    background: url(../images/section-5-bg.jpg) no-repeat left top/cover;
}
.section-5 .entry-wrapper figure.text-end:before {
    min-height: 150px;
}
.section-5 .entry-wrapper figure.text-end {
    margin: 6rem 2rem 7rem 9rem;
}
.section-5 .right-container p {
    font-weight: 400;
    font-size: 1.25rem;
}
.spacer {
    margin-top: 8rem;
}
.footer {
    background-color: var(--color-dark-grey);
    color: var(--bs-white);
    text-align: center;
    padding: 2rem 4rem 6rem;
}
.footer h6 {
    font-size: 1.25rem;
    margin-bottom: 2rem;
}
/* Initial hidden state */
.fade-in-left {
  opacity: 0;
  transform: translateX(-50px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

/* State when element is in view */
.fade-in-left.is-visible {
  opacity: 1;
  transform: translateX(0);
}
@media (min-width:1400px) {
    .container {
        max-width: 1212px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .section-top h1 {
        font-size: 5rem;
        line-height: 5rem;
    }
    .section-2 .container {
        padding-left: calc(var(--bs-gutter-x) * .5);
    }
    button {
        width: 240px;
    }
    .spacer {
        margin-top: 5rem;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section-top {
        height: 86.5vh;
    }
    .section-top button {
        margin-top: 1.5rem;
    }
    .section-4 .entry-wrapper span.logo {
        left: 4.5rem;
    }
    .section-4 h4 {
        font-size: 3rem;
    }
    .section-4 .right-container p {
        font-size: 1.05rem;
        padding-top: 1rem;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-top {
        height: 86.5vh;
    }
    .section-top button {
        margin-top: 1.5rem;
    }
}
@media (min-width: 768px) {
    .col-md-4 {
        width: 31.333333%;
    }
}
@media only screen and (min-width: 1093px) and (max-width: 1199px) {
    .section-2-inner-wrap {
        padding: 0 3rem 0 0;
    }
    .section-2 h2 {
        font-size: 2.3rem;
        margin-top: 2rem;
    }
    .section-2 p {
        font-size: 1.033125rem;
    }
    .section-2 button {
        font-size: 1.06625rem;
        width: 206px;
        height: 50px;
        margin-bottom: 3rem;
    }
    .section-3 .row .row .col-md-4 {
        width: 296px;
        padding-right: 0;
        padding-left: 0;
    }
    .section-3 .entry-title {
        font-size: 1.35rem;
    }
    .section-3 .entry-wrapper p {
        font-size: 1.2rem;
    }
    .section-3 ul {
        font-size: 1rem;
    }
    .section-3 button {
        height: 46px;
        font-size: 0.96625rem;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1092px) {
    .section-2 .row {
        flex-direction: column;
        align-items: center;
    }
    .section-2 .col-md-6 {
        width: 547px;
    }
    .section-2-inner-wrap {
        padding: 0;
    }
    .section-2 .img-fluid {
        aspect-ratio: 9/10;
    }
    .section-3 .col-md-4 {
        width: 364px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .spacer {
        margin-top: 3rem;
    }
    .section-5 .right-container p {
        font-size: 1.05rem;
    }
}
@media only screen and (max-width: 991px) {
    .section-4 .entry-wrapper figure.text-end:before {
        display: none;
    }
    .section-4 .entry-wrapper figure.text-end img {
        max-width: 100%;
    }
    .section-4 .text-end {
        text-align: center!important;
    }
    .section-4 .entry-wrapper .entry-content, .section-5 .entry-wrapper .entry-content {
        position: initial;
        flex-wrap: wrap;
    }
    .section-4 h4 {
        position: initial;
        white-space: nowrap;
        font-size: 2.5rem;
        padding: 0 1rem 1rem;
    }
    .section-4 .entry-wrapper .entry-content .left-container, .section-4 .entry-wrapper .entry-content .right-container, .section-5 .entry-wrapper .entry-content .left-container, .section-5 .entry-wrapper .entry-content .right-container {
        flex-basis: 100%;
    }
    .section-4 figure.text-end:after {
        max-width: 100%;
    }
    .section-4 .entry-wrapper span.logo {
        top: 1rem;
        left: 50%;
        transform: translateX(-50%);
    }
    .section-4 .entry-wrapper .entry-content .right-container {
        padding: 0 1rem;
    }
    .section-4 .right-container .entry-title {
        padding-bottom: 1rem;
    }
    .section-4 .right-container p {
        font-size: 1rem;
    }
    .section-4 .entry-wrapper figure.text-end {
        margin-right: 0;
    }
    .section-5 h5 {
        position: initial;
        padding: 0;
        text-align: center;
        margin-top: 9rem;
    }
    .section-5 .entry-wrapper figure.text-end {
        display: none;
    }
    .section-5 .entry-wrapper span.logo {
        top: 1.5rem;
        left: 50%;
        transform: translateX(-50%);
    }
    .section-5 .entry-wrapper .entry-content .right-container {
        text-align: center;
    }
}
@media only screen and (max-width: 767px) {
    .section-top {
        height: 83.5vh;
    }
    .section-top h1 {
        font-size: 5rem;
        line-height: 5rem;
    }
    button {
        width: 248px;
        font-size: 1.125rem;
    }
    .section-top button {
        margin-top: 1.5rem;
    }
    .section-2-inner-wrap {
        padding-left: calc(var(--bs-gutter-x) * .5);
        padding-right: calc(var(--bs-gutter-x) * .5);
    }
    .section-2 h2 {
        margin-top: 1rem;
    }
    .section-2 p {
        margin-top: 1rem;
    }
    .section-2 .actn-btn-wrap {
        justify-content: flex-start;
    }
    .section-2 .actn-btn-wrap button {
        width: 223px;
        height: 50px;
        font-size: 1.025rem;
    }
    .section-2 .img-fluid {
        aspect-ratio: 9/10;
    }
    .section-3 h3 {
        font-size: 3rem;
    }
    .section-3 .col-md-4 {
        width: 370px;
    }
}
@media only screen and (max-width: 626px) {
    .section-top {
        height: 60vh;
    }
    .section-top h1 {
        font-size: 3.6rem;
        line-height: 3.6rem;
    }
    .section-top .excerpt {
        font-size: 1.613rem;
        line-height: 1.45rem;
    }
    .section-top-inner-wrap {
        top: 1.5rem;
        width: 100%;
    }
    .section-top-inner-wrap .site-logo {
        max-width: 116px;
    }
    button {
        width: 203px;
        height: 44px;
        font-size: 1rem;
    }
    .section-top button {
        margin-top: 1.5rem;
    }
    .section-2 {
        padding-bottom: 3.688rem;
    }
    .section-2 .container, .section-2-inner-wrap {
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5);
    }
    .section-2 h2 {
        margin-top: 0;
        font-size: 2.3rem;
    }
    .section-2 p {
        font-size: 1.033125rem;
        margin-top: 1rem;
    }
    /* .section-2 .actn-btn-wrap {
        gap: 0;
        flex-direction: column;
        justify-content: flex-start;
    }
    .section-2 .actn-btn-wrap button {
        margin-top: 0;
        margin-bottom: 1rem;
    } */
    .section-2 .img-fluid {
        width: 100%;
        height: 370px;
    }
    .section-3 .col-md-4 {
        width: 320px;
    }
    .section-3 .entry-title {
        font-size: 1.45rem;
    }
    .section-3 .entry-wrapper p {
        font-size: 1.4rem;
    }
    .section-3 ul {
        font-size: 1.05rem;
    }
    .section-4 h4 {
        font-size: 2rem;
        padding: 0 1rem 1rem;
    }
    .section-4 .right-container .entry-title {
        font-size: 1.35rem;
    }
    .footer {
        padding: 1.5rem 1rem 3rem;
    }
    .footer h6 {
        margin-bottom: 1.5rem;
    }
}
@media only screen and (max-width: 478px) {
   .section-2 .actn-btn-wrap {
        gap: 0;
        flex-direction: column;
        justify-content: flex-start;
    }
    .section-2 .actn-btn-wrap button {
        margin-top: 0;
        margin-bottom: 1rem;
    }
}