@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;600&display=swap');
.dark {
    color: #36567C;
}
.light {
    color: #ffffff;
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
a {
    text-decoration: inherit;
    color: inherit;
}
body {
    background-color: #ffffff;
    max-width: 1440px;
    margin: 0 auto;
}
nav {
    display: flex;
    width: 100%;
    max-width: 1440px;
    height: 50px;
    padding: 0px 120px;
    justify-content: space-between;
    align-items: center;
    position: sticky;
    top: 0;
    background: linear-gradient(135deg, #6486AF 0%, #83A4CA 10.27%, #36567C 53.05%);
    z-index: 1000;
}
nav > #logo {
    margin-top: 10px;
    height: 50px;
}
nav > ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}
nav > ul > li {
    list-style: none;
}
nav > ul > li > a {
    color: #ffffff;
    font-family: Poppins;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1.2px;
    text-decoration: none;
}
nav > #nav-open, nav > ul > #nav-close {
    display: none;
    cursor: pointer;
}
h1 {
    font-family: Poppins;
    font-size: 48px;
    font-weight: 200;
    line-height: 48px;
    text-transform: uppercase;
}
h2 {
    font-family: Poppins;
    font-size: 32px;
    font-weight: 200;
    line-height: 32px;
    text-transform: uppercase;
}
h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    text-transform: uppercase;
}
p {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 300;
}
#form {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    width: 100%;
}
#form > .field {
    display: flex;
    width: 100%;
    max-width: 500px;
    padding: 8px 16px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    border-radius: 15px;
    border: 1px solid #36567C;
}
label {
    color: #36567C;
    font-family: Poppins;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    width: 100%;
}
input {
    background-color: transparent;
    color: #36567C;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 300;
    width: 100%;
    border: none;
    outline: none;
}
input::placeholder {
    color: #36567C;
}
button, a.button {
    display: flex;
    height: 30px;
    padding: 0px 10px 0px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    font-family: Poppins;
    font-size: 12px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    border: none;
    border-radius: 15px;
    background: linear-gradient(170deg, #A67050 -25%, #EECE9E 75%, #FFF3E1 200%);
}
.wrapper {
    width: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    align-content: flex-start;
    gap: 64px;
    flex-wrap: wrap;
}
.content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
}
#hero {
    position: relative;
    width: 100%;
    height: 700px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    background: linear-gradient(90deg, #ffffff 0%, #ffffff 25%, rgba(255, 255, 255, 0.00) 85%), linear-gradient(135deg, #ffffff 10%, rgba(255, 255, 255, 0.00) 60%);
    background-position: top right;
}
#hero > #image {
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 0.5s ease-in-out;
    background-position: top right;
    background-repeat: no-repeat;
}
#hero > .wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 1 0 0;
    padding: 0 120px;
}
#hero > .wrapper > .content {
    max-width: 500px;
    gap: 30px;
}
#hero > #overlay {
    width: 100%;
    height: 187px;
}
.carousel_controls {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
}
.carousel_controls > img {
    cursor: pointer;
}
#cta {
    width: 100%;
    background-image: url('assets/images/cta-background.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    justify-content: center;
    display: inline-flex;
    align-items: center;
    padding: 96px 64px 96px 64px;
}
#cta > .wrapper > img {
    width: 300px;
}
footer {
    width: 100%;
    background-color: #191F32;
    justify-content: center;
    display: inline-flex;
    padding: 64px;
}
footer > .wrapper {
    align-items: baseline;
    gap: 64px;
}
footer > .wrapper > .content > p {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}
@media screen and (max-width: 1024px) {
    nav {
        padding: 0px 16px;
    }
    nav > ul {
        gap: 16px
    }

    #hero > .wrapper {
        padding: 0 64px;
    }
}
@media screen and (max-width: 640px) {
    nav {
        padding: 0px 16px;
    }
    nav > #logo {
        margin-left: 16px;
    }

    nav > ul {
        display: none;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        flex-direction: column;
        justify-content: center;
        align-items: flex-end;
        gap: 30px;
        padding: 30px;
        background-color: #191F32;
    }
    nav > ul > li > a {
        font-size: 20px;
        font-weight: 400;
    }
    nav > #nav-open, nav > ul > #nav-close {
        display: block;
    }
    label {
        font-size: 14px;
    }
    input {
        font-size: 16px;
    }
    #hero {
        background: linear-gradient(180deg, #ffffff 0%, #ffffff 45%, rgba(255, 255, 255, 0.00) 65%), linear-gradient(155deg, #ffffff 30%, rgba(255, 255, 255, 0.00) 65%) !important;
        height: 800px;
    }
    #hero > #image {
        background-size: 200%;
        background-position: bottom right;
    }
    #hero > .wrapper {
        justify-content: flex-start;
        padding: 64px;
    }
    #hero > #overlay {
        height: 140px;
    }
    #cta {
        background-position: center right;
    }
}