@font-face {
    font-family: "Avenir";
    src: url("../fonts/AvenirNextLTPro-Regular.eot");
    /* IE9 Compat Modes */
    src: url("../fonts/AvenirNextLTPro-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/AvenirNextLTPro-Regular.svg") format("svg"), url("../fonts/AvenirNextLTPro-Regular.woff") format("woff"), url("../fonts/AvenirNextLTPro-Regular.woff2") format("woff2");
    /* Modern Browsers */
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Avenir";
    src: url("../fonts/AvenirNextLTPro-Demi.eot");
    /* IE9 Compat Modes */
    src: url("../fonts/AvenirNextLTPro-Demi.eot?#iefix") format("embedded-opentype"), url("../fonts/AvenirNextLTPro-Demi.svg") format("svg"), url("../fonts/AvenirNextLTPro-Demi.woff") format("woff"), url("../fonts/AvenirNextLTPro-Demi.woff2") format("woff2");
    /* Modern Browsers */
    font-weight: 600;
    font-style: normal;
}

.text__fs-18 {
    font-size: 18px;
}

.text__black {
    color: #000 !important;
}

.text__blue {
    color: #161A45 !important;
}

.text__orange {
    color: #EB8A5D !important;
}

.text__avenir {
    font-family: "Avenir", sans-serif;
}

html {
    --scroll-behavior: smooth;
    scroll-behavior: smooth;
}

body {
    font-family: "Avenir", sans-serif;
    color: #161A45;
    background-color: #fff;
}

a {
    text-decoration: none !important;
}

img {
    max-width: 100%;
    height: auto;
}

@media (min-width: 1440px) {
    .container {
        max-width: 1280px;
    }
}

.button {
    height: 40px;
    padding: 13px 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 12px;
    border-radius: 20px;
    border: 1px solid;
    width: fit-content;
    transition: 0.3s all;
}

.button__blue-outline {
    border: 1px solid #161A45;
    color: #161A45 !important;
}

.button__blue-outline:hover {
    background-color: #161A45;
    color: #fff !important;
}

.button__orange {
    border-color: #EB8A5D;
    color: #fff !important;
    background-color: #EB8A5D;
}

.button__orange:hover {
    background-color: #fff;
    color: #EB8A5D !important;
}

nav {
    width: 100%;
    background-color: #fff;
}

.navbar__top {
    padding: 30px 0;
    display: flex;
    align-items: center;
}

@media (max-width: 1023px) {
    .navbar__top {
        justify-content: space-between;
        padding: 15px 0;
    }
}

.navbar__top__logo {
    margin-right: 28px;
}

.navbar__top__logo__icon {
    display: none;
}

@media (max-width: 1023px) {
    .navbar__top__logo__icon {
        display: inline-block;
        margin-right: 8px;
        max-height: 36px;
    }
}

.navbar__top__hamburger {
    display: none;
    width: 38px;
    height: 26px;
    position: relative;
    transform: rotate(0deg);
    transition: 500ms ease-in-out;
    cursor: pointer;
    z-index: 1001;
}

@media (max-width: 1023px) {
    .navbar__top__hamburger {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }
}

.navbar__top__hamburger span {
    display: block;
    position: absolute;
    height: 5px;
    width: 100%;
    background: #161A45;
    opacity: 1;
    right: 0;
    transform: rotate(0deg);
    transition: 200ms ease-in-out;
}

.navbar__top__hamburger span:nth-child(1) {
    top: 0px;
    transform-origin: right center;
}

.navbar__top__hamburger span:nth-child(2) {
    top: 11px;
    transform-origin: right center;
}

.navbar__top__hamburger span:nth-child(3) {
    top: 22px;
    transform-origin: right center;
    left: 0;
}

.navbar__top__hamburger.open span:nth-child(1) {
    transform: rotate(-45deg);
    top: 0px;
    left: 0px;
}

.navbar__top__hamburger.open span:nth-child(2) {
    transform: rotate(45deg);
    top: 26px;
    left: 0px;
}

.navbar__top__hamburger.open span:nth-child(3) {
    width: 0%;
    opacity: 0;
}

.navbar__menu__desktop {
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
}

@media (max-width: 1023px) {
    .navbar__menu__desktop {
        display: none;
    }
}

.navbar__menu__desktop__item {
    margin-right: 28px;
}

.navbar__menu__desktop__item:last-of-type {
    margin-right: 0;
}

.navbar__menu__desktop__link {
    font-size: 12px;
    line-height: 100%;
    color: #161A45 !important;
}

.navbar__menu__mobile {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: calc(100vh - 66px);
    background: no-repeat url("https://imarinesurvey.com/public/media/home/bg-hero.png");
    background-size: cover;
    background-position: 0 0;
    background-color: #fff;
    position: fixed;
    top: 66px;
    left: -100%;
    z-index: 999;
    transition: all 250ms ease-in-out;
}

.navbar__menu__mobile.active {
    left: 0;
}

.navbar__menu__mobile__item {
    margin-bottom: 28px;
}

.navbar__menu__mobile__item:last-of-type {
    margin-right: 0;
}

.navbar__menu__mobile__link {
    font-size: 12px;
    line-height: 100%;
    color: #161A45 !important;
}

.header {
    background: no-repeat url("https://imarinesurvey.com/public/media/home/bg-hero.png");
    background-position: center;
    background-size: cover;
    height: calc(103vh - 100px);
    overflow: hidden;
}

@media (max-width: 767px) {
    .header {
        overflow: visible;
        height: unset;
    }
}

.header__grid {
    display: grid;
    grid-template-columns: auto 26px auto;
    height: calc(103vh - 100px);
}

@media screen and (min-width: 1366px) and (max-width: 1366px) and (min-height: 700px) {
    .header__grid {
        grid-template-columns: auto 108px auto;
    }
}

@media (min-width: 1440px) {
    .header__grid {
        grid-template-columns: auto 64px auto;
    }
}

@media (max-width: 1023px) {
    .header__grid {
        grid-template-columns: auto;
    }
}

@media (max-width: 767px) {
    .header__grid {
        padding-top: 36px;
        height: unset;
    }
}

.header__grid__content {
    grid-column: 1/3;
    grid-row: 1/2;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media (max-width: 767px) {
    .header__grid__content {
        justify-content: flex-start;
        margin-bottom: 72px;
    }
}

.header__grid__img {
    grid-column: 2/4;
    grid-row: 1/2;
    text-align: right;
    display: flex;
    align-items: flex-end;
}

.header__grid__img img {
    width: 100%;
}

@media screen and (max-width: 1366px) and (min-height: 700px) {
    .header__grid__img {
        width: 720px;
        margin-right: -148px;
    }
}

@media screen and (max-width: 1024px) and (orientation: landscape) {
    .header__grid__img {
        width: 550px;
        margin-right: -90px;
    }
}

@media screen and (max-width: 1024px) and (orientation: portrait) {
    .header__grid__img {
        display: none;
    }
}

@media (max-width: 1023px) {
    .header__grid__img {
        display: none;
    }
}

@media (min-width: 1440px) {
    .header__grid__img {
        width: 660px;
        margin-right: -70px;
    }
}

@media (min-width: 1920px) {
    .header__grid__img {
        width: 720px;
        margin-right: -100px;
    }
}

.header__grid__heading {
    font-size: 46px;
    font-weight: 600;
    margin-bottom: 70px;
}

@media screen and (max-width: 1024px) and (orientation: landscape) {
    .header__grid__heading {
        font-size: 36px;
    }
}

@media (max-width: 767px) {
    .header__grid__heading {
        font-size: 36px;
        margin-bottom: 35px;
    }
}

.header__grid__subheading {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 13px;
}

.header__grid__desc {
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 21px;
}

@media (max-width: 1023px) {
    .header__grid__desc {
        margin-bottom: 12px;
    }
}

.footer {
    background: no-repeat url("https://imarinesurvey.com/public/media/home/footer-bg.png");
    background-position: top center;
    background-size: cover;
    padding: 80px 0 0;
    margin-top: -16px;
    position: relative;
    z-index: 99;
}

@media (min-width: 1440px) {
    .footer {
        margin-top: -28px;
    }
}

@media (max-width: 1023px) {
    .footer {
        background-size: contain;
        padding: 64px 0 0;
        margin-top: 0px;
    }
}

@media (max-width: 767px) {
    .footer {
        background-size: contain;
        margin-top: 0px;
        padding: 48px 0 0;
    }
}

.footer__grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    justify-content: space-between;
    column-gap: 16px;
}

@media (max-width: 1023px) {
    .footer__grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 767px) {
    .footer__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 1023px) {
    .footer__logo {
        display: none;
    }
}

.footer__list {
    list-style: none;
    padding: 0;
    margin: 0;
}

@media (max-width: 1023px) {
    .footer__list {
        margin-bottom: 40px;
    }
}

.footer__list__title {
    font-weight: 900;
    margin-bottom: 10px;
}

.footer__list__link {
    color: #161A45 !important;
    line-height: 180%;
    display: block;
}

.footer__sub {
    margin-top: 80px;
    padding: 20px 15px;
    border-top: 1px solid rgba(22, 26, 69, 0.1);
}

@media (max-width: 1023px) {
    .footer__sub {
        margin-top: 0px;
    }
}

.footer__sub p {
    font-size: 14px;
    text-align: center;
    margin-bottom: 0;
}
