@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap');


@font-face {
    font-family: 'didot-w01-italic';
    font-style: normal;
    font-weight: 400;
    src: url('//static.parastorage.com/fonts/v2/6a8685bf-8255-4762-98b8-54a1192acc7c/v1/didot-w01-italic.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'Linotype Italic';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/didot-w01-italic.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: "Kepler W03 Light SCd";
    src: url("https://db.onlinewebfonts.com/t/d0b02bbc45b4c22260c315d8960992fe.eot");
    src: url("https://db.onlinewebfonts.com/t/d0b02bbc45b4c22260c315d8960992fe.eot?#iefix")format("embedded-opentype"),
    url("https://db.onlinewebfonts.com/t/d0b02bbc45b4c22260c315d8960992fe.woff2")format("woff2"),
    url("https://db.onlinewebfonts.com/t/d0b02bbc45b4c22260c315d8960992fe.woff")format("woff"),
    url("https://db.onlinewebfonts.com/t/d0b02bbc45b4c22260c315d8960992fe.ttf")format("truetype"),
    url("https://db.onlinewebfonts.com/t/d0b02bbc45b4c22260c315d8960992fe.svg#Kepler W03 Light SCd")format("svg");
    font-display: swap;
}

@font-face {
    font-family: "Proxima N W01 Reg";
    src: url("https://db.onlinewebfonts.com/t/55c4f556836775174bfac94178a3fe82.eot");
    src: url("https://db.onlinewebfonts.com/t/55c4f556836775174bfac94178a3fe82.eot?#iefix")format("embedded-opentype"),
    url("https://db.onlinewebfonts.com/t/55c4f556836775174bfac94178a3fe82.woff2")format("woff2"),
    url("https://db.onlinewebfonts.com/t/55c4f556836775174bfac94178a3fe82.woff")format("woff"),
    url("https://db.onlinewebfonts.com/t/55c4f556836775174bfac94178a3fe82.ttf")format("truetype"),
    url("https://db.onlinewebfonts.com/t/55c4f556836775174bfac94178a3fe82.svg#Proxima N W01 Reg")format("svg");
    font-display: swap;
}

html {
    height: 100%;
    font-size: 16px;
    transition: all 0.3s ease;
    width: 100%;
    overflow-x: hidden;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
     text-rendering: optimizeLegibility;
}

.font-didot {
    font-family: 'didot-w01-italic', serif;
}

.font-kepler {
    font-family: "Kepler W03 Light SCd", serif;
}

.font-proxima {
    font-family: "Proxima N W01 Reg", sans-serif;
}

.container {
    width: 1440px !important;
}

header {
}

header .logo {
    font-family: "Linotype Italic", serif;
    font-size: 32px;
    color: #10284d;
}

.hero {
    background: url("/assets/images/hero.jpg") no-repeat center center;
    background-size: cover;
    height: 960px;
    position: relative;
}

.hero .hero-box {
    position: absolute;
    top: calc(50% + 300px);
    left: calc(50% + 250px);
    transform: translate(-50%, -50%);
    width: 600px;
    color: #fff;
    padding: 50px 150px 50px 50px;
}

.button {
    display: inline-block;
    background-color: #bc7d62;
    color: #fff;
    font-size: 18px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .3);
    padding: 10px 30px;
    border: none;
    cursor: pointer;
}

.button.glossy {
    font-family: 'Linotype Italic';
    box-shadow: var(--shd, 0 1px 4px rgba(0, 0, 0, .6));
}

.leading-11 {
    line-height: 1.1;
}

.page-content {
    color: #10284d;
}

.page-content p {
    padding-bottom: 10px;
}

.page-content h3 {
    font-family: 'Linotype Italic';
    color: #bc7d62;
    font-size: 24px;
}

.swiper-container {
    width: 100%;
    height: 300px;
    border-radius: 8px;
    overflow: hidden;
    background-color: #10284d;

}

.swiper-slide {
    font-size: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    padding: 20px;
    box-sizing: border-box;
}

.swiper-pagination-bullet {
    background-color: #fff !important;
}

.swiper-pagination {
    bottom: 50px !important;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #bc7d62 !important;
}

.swiper-container h4 {
    font-family: 'Linotype Italic';
    font-size: 22px;
}

.swiper-container h3 {
    margin: 16px 0;
    font-family: "Kepler W03 Light SCd";
    font-size: 44px;
}

.swiper-container p {
    font-size: 16px;
}

input[type="text"], input[type="email"], input[type="password"],textarea {
    width: 100%;
    padding: 10px;
    border-radius: 0px;
    box-sizing: border-box;
    font-size: 16px;
    /* no ring */
    box-shadow: none;
    outline: none;
    background-color: #fff;
    transition: border-color 0.3s ease;
    font-family: "Proxima N W01 Reg", sans-serif;
    color: #10284d !important;

}

@media (max-width: 768px) {
    .container {
        width: 100% !important;
        padding: 0 20px;
        z-index: 0;
    }

    .swiper-container {
        height: auto;
        padding-bottom: 50px;
    }

    .swiper-container h4 {
        font-size: 18px;
    }

    .swiper-container h3 {
        font-size: 24px;
    }

    .hero {
        background-size: 150%;
        background-position: center top;
        height: auto;
        position: relative;
        padding-top: 400px;
    }


    .hero .hero-box {
        position: relative;
        transform: none;
        top: 0;
        left: 0;
        width: 100%;
        color: #fff;
        padding: 20px;
    }

    .overlay {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    #mobile-menu {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background-color: rgba(16, 40, 77, 0.99);
        z-index: 9999;
        display: none;
        padding: 40px;
        font-size: 20px;
    }

}
