﻿/*============================
=         FONT SETUP         =
============================*/

@font-face {
    font-family: 'HALFourGroteskTest-Bold';
    src: url("../font/HALFourGroteskTest-Bold.otf");
}

body {
    font-family: 'HALFourGroteskTest-Bold';
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-variation-settings: "wdth" 100, "YTLC" 500;
    font-size: 22px;
    line-height: 24px;
    letter-spacing: -1.76px;
}

/*============================
=         BASIC ELEMENTS     =
============================*/

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

li {
    margin-bottom: 5px;
}

a {
    text-decoration: none;
    color: #ffffff;
}

    a:hover {
        color: #CECBCC;
    }

footer img {
    margin-top: 200px;
}

.msg {
    color: grey;
}

/*============================
=        NAVIGATION          =
============================*/

.mainnav {
    float: right;
    color: white;
    background-color: transparent;
    margin-top: 50px;
    padding-right: 50px;
    position: absolute;
    right: 0;
    z-index: 1000;
}

/*============================
=          SIDENAV           =
============================*/

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #000;
    overflow-x: hidden;
    padding-top: 15px;
    transition: 0.5s;
}

    .sidenav.active {
        width: 50%;
    }

    .sidenav .sidenav-inner {
        padding: 25px 100px;
    }

    .sidenav a {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        color: #fff;
        display: block;
        transition: 0.3s;
    }

        .sidenav a:hover {
            color: #f1f1f1;
        }

    .sidenav .closebtn {
        position: absolute;
        top: 40px;
        right: 25px;
    }

/*============================
=       HERO SECTION         =
============================*/

.section-one {
    position: relative;
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
}

    .section-one video {
        width: 100%;
        height: 100vh;
        object-fit: cover;
        object-position: center;
        position: absolute;
        z-index: -1;
    }

    .section-one img {
        position: relative;
        width: auto;
        padding-bottom: 60px;
    }

    .section-one .logo {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        max-width: 500px;
    }

    .section-one .contact-span {
        cursor: pointer;
        position: fixed;
        right: 15px;
        opacity: .6;
    }

        .section-one .contact-span.active {
            color: #000;
            opacity: 1;
        }

/*============================
=         FORM STYLES        =
============================*/

form {
    padding-bottom: 80px;
}

    form input,
    form select,
    form textarea {
        display: block;
        width: 100%;
        background-color: transparent;
        color: #fff;
        font-family: 'HALFourGroteskTest-Bold';
        border: 1px solid #000;
        border-radius: 1px;
        border-bottom-color: #fff;
        margin-bottom: 15px;
    }

    form input {
        font-size: 22px;
        padding: 8px 0;
    }

    form select {
        width: 375px;
        font-size: 22px;
        padding: 10px;
        margin-top: 20px;
        margin-bottom: 5px;
    }

    form textarea {
        line-height: 31px;
        padding: 10px 0;
        background-size: 100% 31px;
    }

        form input::placeholder,
        form textarea::placeholder {
            color: #fff;
        }

.form-field {
    display: flex;
    margin-top: 30px;
    border-bottom: 1px solid #707070;
}

    .form-field input[type="text"] {
        border: none;
        padding: 10px 0;
    }

    .form-field input[type="submit"] {
        background-color: transparent;
        border: 0;
        color: #707070;
        padding: 0;
        transform: scale(1, 2);
    }

    .form-field input[type="text"]:focus {
        outline: 0;
    }

/*============================
=       CUSTOM SELECT        =
============================*/

.tt-select {
    position: relative;
    width: 100%;
    color: #fff;
    font-size: 24px;
    margin: 20px 0;
    background-color: transparent;
    border: 1px solid #000;
    border-radius: 1px;
    font-family: 'SuisseIntl-Light';
}

    .tt-select select {
        display: none;
    }

.select-selected {
    background-color: #000;
    color: #fff !important;
    font-family: 'HALFourGroteskTest-Bold';
    position: relative;
}

    .select-selected:before {
        content: "";
        position: absolute;
        top: -5px;
        right: 0;
        width: 40px;
        height: 40px;
        background: url(../img/path.png) no-repeat right;
        background-size: 40%;
    }

    .select-selected.select-arrow-active:before {
        border: none;
    }

.select-items,
.select-selected {
    cursor: pointer;
    padding: 8px 0;
    border-bottom: 1px solid #fff;
}

.select-items {
    font-family: 'HALFourGroteskTest-Bold';
    position: absolute;
    background-color: #202020;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    padding: 10px;
    border: 1px solid #fff;
}

.select-hide {
    display: none;
}

.select-items div:hover,
.same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
}

/*============================
=     CHECKBOX CUSTOMIZATION =
============================*/

.container-check {
    display: block;
    position: relative;
    margin-bottom: 20px;
    padding-left: 35px;
    padding-top: 3px;
    cursor: pointer;
    user-select: none;
}

    .container-check input {
        position: absolute;
        opacity: 0;
        height: 0;
        width: 0;
        cursor: pointer;
    }

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: transparent;
    border: 1px solid;
    color: white;
}

.container-check input:checked ~ .checkmark {
    background-color: transparent;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.container-check input:checked ~ .checkmark:after {
    display: block;
}

.container-check .checkmark:after {
    left: 8px;
    top: 2px;
    width: 2px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}

/*============================
=     IMAGE CROPPING         =
============================*/

.img-crop-sm {
    width: 100%;
    height: 500px;
    object-fit: cover;
    object-position: 75% center;
}

/*============================
=     BUTTONS                =
============================*/

.btn-white {
    background-color: transparent;
    border: 1px solid white;
    color: white;
    padding: 10px 20px;
    cursor: pointer;
    margin-top: 30px;
}

    .btn-white:hover {
        background-color: white;
        color: #000;
    }

/*============================
=   ADDRESS & CONTENT BLOCK  =
============================*/

.address-content {
    padding: 80px 0;
    color: #CECBCC;
}

    .address-content ul li a {
        padding: 0;
        color: #CECBCC;
    }



/*============================
=         MEDIA QUERIES      =
============================*/

/* Tablet */
@media (min-width: 768px) {
    .img-crop-sm {
        height: auto;
        object-fit: contain;
    }
}

/* Mobile - Large */
@media only screen and (max-width: 991px) {
    /* Add responsive styles here */
}

/* Mobile - Medium */
@media only screen and (max-width: 767px) {
    body {
        font-size: 14px;
        line-height: 16px;
        letter-spacing: -1.12px;
    }

    .sidenav .closebtn {
        right: 20px;
    }

    .mainnav {
        padding-right: 20px !important;
    }

    form input {
        font-size: 14px;
        line-height: 16px;
        letter-spacing: -1.12px;
    }

    .tt-select {
        font-size: 14px;
        line-height: 16px;
        letter-spacing: -1.12px;
    }

    footer img {
        margin-top: 75px;
    }

    .sidenav .sidenav-inner {
        padding: 25px;
    }

    .sidenav-inner img {
    }
}

/* Mobile - Small */
@media only screen and (max-width: 479px) {
    .sidenav {
        padding-top: 50px !important;
    }
}

/* Short screens */
@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }
}

/* Custom Breakpoint */
@media (max-width: 900px) {
    .sidenav.active {
        width: 100vw;
    }

    .address-content {
        padding: 20px 0;
    }

    .checkmark {
        margin-left: 0;
    }

    .container-check {
        padding-left: 40px;
    }
}
