.text-yellow {
    color: #c9a44c !important;
}

.text-black-2 {
    color: #122222 !important;
}

.text-gray {
    color: #888888 !important;
}

.bg-gray {
    background-color: #f5f5f5 !important;
}

.bg-blue {
    background-color: #0b1f3a !important;
}

.header__logo img {
    height: 110px;
}

@media (max-width: 575px) {
    .header__logo img {
        height: 70px;
    }
}

.button-banner {
    color: white;
    background-color: #c9a44c;
    font-size: 30px;
    padding: 20px 30px;
    border-radius: 10px;
}

.button-banner:hover {
    border-color: var(--color-accent-1);
    background-color: var(--color-accent-1) !important;
    color: white !important;
}


.btn-about {
    color: white;
    background-color: #c9a44c;
    font-size: 20px;
    padding: 15px 20px;
    border-radius: 10px;
    font-weight: 600;
}

.btn-about:hover {
    border-color: var(--color-accent-1);
    background-color: var(--color-accent-1) !important;
    color: white !important;
}

.btn-package {
    color: white;
    background-color: #c9a44c;
    font-size: 14px;
    padding: 10px 30px;
    border-radius: 10px;
    font-weight: 600;
}

.btn-package:hover {
    border-color: var(--color-accent-1);
    background-color: var(--color-accent-1) !important;
    color: white !important;
}

.bg-about {
    background-repeat: no-repeat;
    background-size: cover;
}

.textshadow-black {
    text-shadow: 1px 1px 10px #0000009e;
}

@media (max-width: 575px) {
    .button-banner {
        font-size: 20px;
        padding: 15px 20px;
    }
}

.image-container {
    position: absolute;
}

.image-container img:first-child {
    max-width: 100%;
    border-radius: 10px;
    position: relative;
    top: -240px;
    z-index: 2;
}

.yellow-border {
    position: absolute;
    top: -300px;
    right: -40px;
    height: 100%;
    border-radius: 8px;
    z-index: 1;
}

.h-map iframe {
    height: 745px;
}

@media (max-width: 575px) {
    .image-container {
        position: relative;
    }

    .image-container img:first-child {
        max-width: 100%;
        border-radius: 10px;
        position: relative;
        top: 0;
    }

    .cta.-type-1 {
        height: 190px;
    }

    .yellow-border {
        display: none;
    }

    .btn-about {
        font-size: 14px;
        padding: 10px 20px;
    }

    .h-map iframe {
        height: 340px;
    }
}

@media (max-width: 767px) {
    .roomsSingleGrid.-type-1 {
        grid-template-columns: 1fr 0.5fr 0.5fr;
        grid-template-rows: repeat(2, 1fr);
    }
}

@media (max-width: 991px) {
    .cta.-type-1 {
        height: 300px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .cta.-type-1 {
        height: 400px;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .cta.-type-1 {
        height: 600px;
    }

    .headerMobile__left .btn__phone {
        display: none;
    }
}

@media (min-width: 576px) and (max-width: 1199px) {
    .image-container {
        position: relative;
    }

    .image-container img:first-child {
        max-width: 100%;
        border-radius: 10px;
        position: relative;
        top: 0;
    }

    .yellow-border {
        display: none;
    }
}