@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

body {
    font-family: "Inter", sans-serif;
    height: 100%;
    margin: 0;
    background-color: #f5f5f5;
    scroll-behavior: smooth;
    color: #3b3b3b;
    padding-top: 115px;
}

.navbar {
    padding: 20px 0;
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
    background-color: white;
}

section.main-page {
    background-image: linear-gradient(180deg, rgba(150, 105, 97, 0.67) 0%, rgba(2, 0, 76, 0.84) 100%);

    .background-video {
        z-index: -1;
        background-position: center;
        background-repeat: no-repeat;
        object-fit: cover;
        width: 100vw;
        height: 90vh;
        position: absolute;
    }

    .main-title {
        font-size: 5.625rem;
        font-weight: 500;
        color: white;
        line-height: 80px;
        text-shadow: 0em 0.1em 0.6em rgba(0, 0, 0, 0.6) !important;

        span {
            font-weight: 800;
            color: #e6b222;
        }
    }

    .main-title-desc {
        font-size: 1.5rem;
        color: white;
        font-weight: 400;
    }

    .sub-title {
        font-size: 2.4rem;
        color: white;
        font-weight: 400;
    }

    .subtitle-desc {
        font-size: 1rem;
        color: white;
        font-weight: 400;
    }

    ul.facilities-list {
        color: white;
        margin: 20px 0;
        list-style-image: url('/dist/img/vivolis-icon.png');

        li {
            padding: 5px;
        }

        li::marker {
            color: #e6b222;
        }
    }

    .main-text {
        height: 90vh;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
    }
}

.nav-link {
    color: #232960;
    text-transform: uppercase;
    padding: 15px;

    &:hover {
        color: #e6b222;
    }
}

.main-button {
    background-color: #e6b222;
    border: none;
    height: 50px;
    color: #232960;
    padding: 10px 30px;
    border-radius: 5px;

    &:hover {
        background-color: #ebbb39;
    }
}

.secondary-button {
    background-color: #232960;
    border: none;
    height: 50px;
    color: white;
    padding: 10px 30px;
    border-radius: 5px;

    &:hover {
        background-color: #3a449e;
    }
}

.arrow {
    border: solid white;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.arrow-blue {
    border: solid #232960;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

footer {
    background-color: white;

    .title {
        font-size: 1.3rem;
        margin-bottom: 20px;
    }

    a {
        text-decoration: none;
        color: #ebbb39;

        &:hover {
            color: #d1a735;
        }
    }

    ul {
        list-style: none;
        padding: 0;

    }

    .bottom-footer {
        margin-top: 60px;
    }

    .program-info {
        font-size: 0.7rem;
    }
}

.homepage-title {
    margin: 60px 0;
    text-align: center;

    .title {
        font-size: 2.5rem;
        letter-spacing: 5px;
        color: #e6b222;
        font-weight: bold;

        span {
            font-weight: 400;
        }
    }

    .subtitle {
        font-size: 1rem;
    }
}


.facilities {
    margin: 60px 0;

    .title {
        font-size: 1.5rem;
        margin-bottom: 10px;
        text-transform: uppercase;
    }

    .facilities-img {
        img {
            box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
        }
    }

    p {
        color: #3b3b3b;
    }
}

.contact-banner {
    background-color: #232960;
    padding: 40px 0;
    color: white;
    background-image: url('/dist/img/contact-icon.png');
    background-repeat: no-repeat;
    background-position: 70% -30px;
    background-size: auto;

    .phone {
        background-image: url('/dist/img/icons/phone_icon.png');
        background-repeat: no-repeat;
        background-position: left;
        background-size: 20px;
        padding-right: 10px;

        span {
            margin-left: 35px;
        }
    }

    .email {
        background-image: url('/dist/img/icons/email_icon.png');
        background-repeat: no-repeat;
        background-position: left;
        background-size: 20px;
        padding-right: 10px;

        span {
            margin-left: 35px;
        }
    }

    .address {
        background-image: url('/dist/img/icons/address_icon.png');
        background-repeat: no-repeat;
        background-position: left;
        background-size: 15px;
        padding-right: 10px;

        span {
            margin-left: 35px;
        }
    }
}

.image-gallery {
    margin: 80px 0;

    .picture {
        margin: 20px 0;
        border: 5px solid #ccc;
        box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
    }
}

.contact-reservation {
    background-image: linear-gradient(180deg, rgba(230, 230, 230, 0.67) 0%, rgba(230, 178, 34, 0.50) 100%), url('/dist/img/aerian_2.jpg') !important;
    background-repeat: no-repeat;
    height: auto;
    background-size: cover;
    background-position: center;
    padding: 80px 0;

    .title {
        font-size: 2rem;
        text-transform: uppercase;
        color: #232960;
        margin-bottom: 20px;

        span {
            font-weight: bold;
        }
    }

    .form-check-label {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .form-label span {
        color: red;
    }

    .reservation-form {
        background-color: white;

        box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
        padding: 40px;
        border-radius: 5px;

        /* input[type=text],
        input[type=email],
        textarea {
            background-color: #2f3881;
            border: none;
            color: white;
            border-radius: 5px !important;
        } */

        input::placeholder {
            opacity: 0.1;
            color: #000;
        }

        textarea {
            height: 150px;
        }
    }

    .form-control {
        border-radius: 0 !important;
        height: 50px;
    }
}

.partners {
    padding: 50px 0;
    background: white;

    .item {
        margin: 0 20px;
        filter: grayscale(100);

        &:hover {
            filter: grayscale(0);
            cursor: pointer;
        }
    }
}

ul.home-facilities-list {
    margin: 20px 0;
    list-style-image: url('/dist/img/vivolis-icon-colored.png');

    li {
        padding: 5px;
    }

    li::marker {
        color: #e6b222;
    }
}

.message-404 {
    margin: 10% 0 20% 0;

    .title {
        font-size: 8rem;
        color: #e6b222;
        text-align: center;
        text-transform: uppercase;
        font-weight: bold;

        span {
            font-size: 3rem;
            color: #232960;
        }
    }

    .text {
        text-align: center;
        font-size: 2rem;
        margin: -40px;
    }

}

.location-map {
    margin: 80px 0;

    .title {
        font-size: 2rem;
        text-transform: uppercase;
    }

    ul.location-facilities-list {
        margin: 20px 0;
        list-style-image: url('/dist/img/vivolis-icon-colored.png');

        li {
            padding: 5px;
        }

        li::marker {
            color: #e6b222;
        }
    }
}

section.page {
    .page-title {
        background-color: #232960;
        padding: 40px 0;
        background-image: linear-gradient(180deg, rgba(150, 105, 97, 0.67) 0%, rgba(2, 0, 76, 0.84) 100%), url('/dist/img/main_page_background.jpg') !important;

        .title {
            font-size: 1.3rem;
            color: white;
            text-transform: uppercase;
            letter-spacing: 5px;
            margin-bottom: 20px;
        }
    }

    .picture {
        border: 15px solid #fff;
    }

    ul.strong-points {
        list-style-image: url('/dist/img/vivolis-icon-colored.png');

        li {
            padding: 5px;
        }

        li::marker {
            color: #e6b222;
        }
    }

    .title-sec {
        font-size: 1.3rem;
        color: #232960;
        text-transform: uppercase;
        letter-spacing: 5px;
        font-weight: bold;
        margin-bottom: 20px;
    }

    .loc-number {
        color: #e6b222;
        font-weight: bold;
    }


    .page-content {
        background-color: white;
        padding: 40px;
        margin: 40px 0;
        border-radius: 5px;
        box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;

        .image {
            border: 5px solid #ccc;
            box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
        }
    }
}


section.localization {
    margin: 80px 0;

    ul.location-facilities-list {
        margin: 20px 0;
        list-style-image: url('/dist/img/vivolis-icon-colored.png');

        li {
            padding: 5px;
        }

        li::marker {
            color: #e6b222;
        }
    }
}

