/***                                                  Project specific fonts */

/**     Jura */
@import url("https://fonts.googleapis.com/css2?family=Jura:wght@300..700&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

/**     Josefin Slab */
@import url("https://fonts.googleapis.com/css2?family=Josefin+Slab:ital,wght@0,100..700;1,100..700&family=Jura:wght@300..700&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
/*****************************************************************************/

/***                                                           Common styles */
body {
    background-color: rgba(0, 0, 0, 0.55);
    overflow-x: hidden;
}
header {
    font-family: "Jura", sans-serif;
    font-optical-sizing: auto;
    font-size: 25px;
    font-weight: bold;
}
nav {
    z-index: 10;
}
.navbar-toggler,
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
    border-color: white !important;
}
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
footer {
    font-family: "Jura", sans-serif;
    font-optical-sizing: auto;
    font-weight: bold;
    padding: 46px;
}
footer #social {
    margin-top: 28px;
    margin-bottom: 35px;
    opacity: 0.4;
}
footer #footer-header {
    font-size: 30px;
}
footer #footer-copyright {
    font-size: 15px;
}
/*****************************************************************************/

/***                                                     Hero section styles */
.hero {
    background-image: url("../images/hero_locations.png");
    background-size: cover;
    background-position: center;
    background-color: rgba(30, 30, 30, 0.81);
    min-height: 100vh;
    background-blend-mode: saturation;
    z-index: -1;
}
.hero-heading {
    position: relative;
    left: 50%;
    top: 20px;
    transform: translateX(-50%);
    z-index: 0;
    padding: 120px 40px;

    @media (max-width: 991px) {
        padding: 0px;
    }
}
.hero-heading > p {
    font-size: 20px;
}
#location-form {
    background-color: #d9d9d9;
    padding: 120px 65px;
    border-radius: 35px;
    font-size: 25px;

    & select {
        border-radius: 15px;
        font-size: 25px;
        font-weight: bold;
        background-size: 30px;
        background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22currentColor%22%20class%3D%22bi%20bi-caret-down-fill%22%20viewBox%3D%220%200%2016%2016%22%3E%20%3Cpath%20d%3D%22M7.247%2011.14%202.451%205.658C1.885%205.013%202.345%204%203.204%204h9.592a1%201%200%200%201%20.753%201.659l-4.796%205.48a1%201%200%200%201-1.506%200z%22%2F%3E%3C%2Fsvg%3E");
    }

    @media (max-width: 991px) {
        padding: 70px 25px;
    }
}
.d-grid {
    margin-top: 125px;
}
.btn-destination,
.btn-destination:hover,
.btn-destination:disabled,
.btn-destination:visited,
.btn-destination:focus-visible {
    background-color: #686931;
    color: #1e1e1e !important;
    border-radius: 15px;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 25px;
    font-weight: bold;
}
#location-info {
    @media (max-width: 991px) {
        margin-bottom: 20px;
    }
}
#map {
    min-height: 360px;
    border-radius: 10px;
}
.location-address {
    font-family: "Jura", sans-serif;
    font-optical-sizing: auto;
    font-weight: bold;
    font-size: 20px;
    background-color: rgba(0, 0, 0, 0.51);
    color: #fff;
    border-radius: 35px;
    padding: 40px 80px;
    margin-top: 85px;
    margin-bottom: 0px;

    & h3 {
        font-size: 25px;
        margin-bottom: 16px;
    }

    & p:last-of-type {
        margin-bottom: 0px;
    }

    @media (max-width: 991px) {
        margin-top: 35px;
        margin-bottom: 20px;
        padding: 25px;
    }
}
.collapsing {
    transition: none !important;
}
.quote {
    padding-top: 90px;

    @media (max-width: 991px) {
        padding-top: 0px;
    }
}
/*****************************************************************************/
.modal-dialog {
    font-family: "Jura", sans-serif;
    font-optical-sizing: auto;
    font-weight: bold;
    padding: 35px;
}
.modal-content {
    border-radius: 35px;
    padding: 25px;
}
.modal-body {
    font-size: 20px;
}
.btn-modal {
    background-color: #686931;
    border: 3px solid #686931;
    border-radius: 35px;
    padding: 20px 125px;
    font-size: 15px;
    font-weight: bold;
}
.btn-modal:hover {
    border: 3px solid #686931;
    color: #686931;
    border-radius: 35px;
    padding: 20px 125px;
    font-size: 15px;
    font-weight: bold;
}
