body{

}
.font-serif{
    font-family: 'Noto Serif Display', serif;
}
.html.header-button-1 .button.primary, .contact-form .wpcf7-form-control.wpcf7-submit, .button.primary.cta-button{
    color: #49240a;
    border-radius: 99px;
    background: linear-gradient(180deg, #f6bb64 0%, #ba7f29 100%);
    padding: 5px 16px;
    line-height: initial;
    font-size: 15px;
    position: relative;
    overflow: hidden;
    width: max-content;
    margin: auto;
}

.html.header-button-1 .button.primary:after, .button.primary.cta-button:after {
    content: "";
    display: block;
    width: 45px;
    height: calc(100% + 10px);
    position: absolute;
    background: linear-gradient(90deg, rgb(255 196 100 / 1%) 0%, rgb(255 225 178 / 0.55) 50%, rgb(186 127 41 / 0%) 100%);
    transform: skew(25deg) translateX(-5%);
    left: 0;
    top: -5px;
    animation: flare 1.5s linear infinite;
}
.html.header-button-1 .button.primary:before, .button.primary.cta-button:before {
    content: "";
    display: block;
    width: 45px;
    height: calc(100% + 10px);
    position: absolute;
    background: linear-gradient(90deg, rgb(255 196 100 / 1%) 0%, rgb(255 225 178 / 0.55) 50%, rgb(186 127 41 / 0%) 100%);
    transform: skew(25deg) translateX(-5%);
    left: -50px;
    top: -5px;
    animation: flare 1.5s linear infinite .3s;
}
.html.header-button-1 .button.primary > span, .button.primary.cta-button > span{
    display: flex;
    gap: 8px;
    align-items: center;
}
.html.header-button-1 .button.primary span:before, .button.primary.cta-button span:before {
    content:'';
    width: 24px;
    height: 24px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="%2349240a"><path d="M260-160q-91 0-155.5-63T40-377q0-78 47-139t123-78q17-72 85-137t145-65q33 0 56.5 23.5T520-716v242l64-62 56 56-160 160-160-160 56-56 64 62v-242q-76 14-118 73.5T280-520h-20q-58 0-99 41t-41 99q0 58 41 99t99 41h480q42 0 71-29t29-71q0-42-29-71t-71-29h-60v-80q0-48-22-89.5T600-680v-93q74 35 117 103.5T760-520q69 8 114.5 59.5T920-340q0 75-52.5 127.5T740-160H260Zm220-358Z"/></svg>');
}
@keyframes flare {
    from {
        transform: skew(25deg);
        left: -50px;
    }
    to {
        transform: skew(25deg);
        left: 140%;
    }
}
.html.custom .phone-button{
    display: flex;
    gap: 4px;
    font-size: 16px;
    border: 1px solid;
    justify-content: center;
    align-items: center;
    border-radius: 99px;
    padding: 5px 16px;
    color: #f6bb64;
}
.html.custom .phone-button svg{
 width: 24px;
    height: 24px;
}
.contact-form .wpcf7-form-control{
    color: #fff;
    background: transparent;
    border-color: rgb(255 255 255 / 20%);
    text-transform: uppercase;
    border-radius: 8px;
    padding: 13px 12px;
    line-height: initial;
    height: auto;
    max-height: unset;
}
.contact-form .wpcf7-form-control::placeholder{
    color: #b7b7b7;
}
.contact-form .wpcf7-form-control:focus{
    background: transparent;
        color: #fff;
}
.contact-form .wpcf7-form-control.wpcf7-submit{
    padding: 12px 24px;
    margin: auto;
    display: block;
}
.contact-form select.wpcf7-form-control{
    background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 98% center;
    cursor: pointer;
}
.hero-banner .banner-bg.fill{
    z-index: 0;
}
.hero-banner .banner-bg.fill:before{
    position: absolute;
    content: "";
    width: 100%;
    height: 90%;
    top: 0;
    left: 0;
    z-index: 1;
    background: linear-gradient(0deg, rgb(73 36 10 / 0), #49240a);
}
.h1-banner h1 span {
    font-size: 22px;
    font-family: 'Montserrat', sans-serif;
    text-transform: math-auto;
    display: block;
    margin-top: 5px;
}
.slogan{

}
.banner .slogan > h2{
    font-size: 30px;
    text-transform: uppercase;
    text-align: center;
    width: max-content;
    margin-top: 40px;
    background: linear-gradient(45deg, #d9993f, #ffd89d, #a46e20);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    filter: drop-shadow(2px 2px 0 #000);
}
.slogan > * > span{
    display: block;
    font-size: 65px;
}
.slogan > * > span:nth-child(2){
    display: inline-block;
}
.banner .open-video{
    border-color: #d9993f!important;
    filter: drop-shadow(2px 2px 0 #000);
}
.banner .open-video:hover{
    background: transparent!important;
}
.banner .open-video .icon-play{
    background: linear-gradient(45deg, #d9993f, #ffd89d, #a46e20);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    filter: drop-shadow(1px 1px 0 #000);
}
.rounded{
    border-radius: 15px;
    overflow: hidden;
}
.rounded .box-text{
    border-radius: 16px 16px 0 0;
}
.text-gradient{
    background: linear-gradient(45deg, #d9993f, #ffd89d, #a46e20);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    filter: drop-shadow(2px 2px 0 #000);
}
.icon-box-left .icon-box-img img, .icon-box-img svg{
    padding-top: 0;
    margin-top: -3px;
}
.amenities-item > .text{
    position: absolute;
    bottom: 0;
    background: #f7f5f5;
    display: flex;
    padding: 10px 20px;
    border-radius: 16px 16px 0 0;
    width: 85%;
    font-size: 15px;
    height: 65px;
    text-align: center;
    justify-content: center;
    align-items: center;
}
.amenities-item > .text > p{
    margin-bottom: 0;
}
.mfp-container, .mfp-wrap{
    backdrop-filter: blur(4px);
}
.align-equal .img.has-hover,.align-equal .img.has-hover .image-cover{
    height: 100%;
}
@media (max-width: 500px) {
    .html.header-button-1 .button.primary, .contact-form .wpcf7-form-control.wpcf7-submit{
        font-size: 13px;
    }
    #masthead #logo {
        width: 120px;
    }
    #masthead .medium-logo-left .flex-right {
        flex: unset;
    }
}
@media (max-width: 360px) {
    .html.header-button-1 .button.primary, .contact-form .wpcf7-form-control.wpcf7-submit{
        font-size: 11px;
    }
}