/* Fonts */
@font-face {
    font-family: 'Trajan Pro Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Trajan Pro Regular'), url('../fonts/TrajanPro-Regular.woff') format('woff');
}
@font-face {
    font-family: 'Trajan Pro Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Trajan Pro Bold'), url('../fonts/TrajanPro-Bold.woff') format('woff');
}
@font-face {
    font-family: 'Inter 18pt';
    src: url('../fonts/Inter18pt-Bold.woff2') format('woff2'),
        url('../fonts/Inter18pt-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Inter 18pt';
    src: url('../fonts/Inter18pt-Medium.woff2') format('woff2'),
        url('../fonts/Inter18pt-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter 18pt';
    src: url('../fonts/Inter18pt-Regular.woff2') format('woff2'),
        url('../fonts/Inter18pt-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter 18pt';
    src: url('../fonts/Inter18pt-SemiBold.woff2') format('woff2'),
        url('../fonts/Inter18pt-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/* Custom CSS */
*{
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}
body{
    font-family: 'Inter 18pt';
    font-weight: normal;
    font-size: 18px;
    margin: 0 !important;
    padding: 0 !important;
}
ul {
    padding: 0;
    margin: 0;
}
ul li {
    list-style-type: none;
}
p{
    margin-bottom: 20px;
}

.iti { display: block; }

.btn.btn-link{
    color: #851F37;
    font-size: 16px;
    font-weight: 500;
    text-decoration: underline;
}
.btn.btn-link:hover, .btn.btn-link:focus{
    color: #101010;
}
.btn.btn-primary{
    color: #fff;
    background-color: #851F37;
    border-color: #851F37;
    box-shadow:none;
    font-size: 16px;
    font-weight: 500;
    border-radius: 0;
    padding: 10px 15px;
}
.btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary:not(:disabled):not(.disabled):active, .btn.btn-primary:not(:disabled):not(.disabled):active:focus{
    color: #ffffff;
    background-color: #5c1626;
    border-color: #5c1626;
    box-shadow:none;
}
.btn.btn-light{
    color: #851F37;
    background-color: #ffffff;
    border-color: #851F37;
    box-shadow:none;
    font-size: 16px;
    font-weight: 500;
    border-radius: 0;
    padding: 10px 15px;
}
.btn.btn-light:hover, .btn.btn-light:focus, .btn.btn-light:not(:disabled):not(.disabled):active, .btn.btn-light:not(:disabled):not(.disabled):active:focus{
    color: #ffffff;
    background-color: #5c1626;
    border-color: #5c1626;
    box-shadow:none;
}
.form-group .form-control{
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0;
    box-shadow: none;
    outline: none;
    background: transparent;
}
.form-group .form-control:focus{
    box-shadow: none;
    outline: none;
    background: transparent;
}
/* Header CSS */
header{
    border-bottom: 1px solid #f5f5f5;
    background-color: #ffffff;
}
.navbar-light .navbar-nav .nav-item .nav-link{
    color: #1E1E1E;
    position: relative;
    padding: 5px 0;
    font-size: 16px;
}
.navbar-light .navbar-nav .nav-item .nav-link::after{
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    height: 0px;
    background-color: #851F37;
    transition: all 0.4s;
}
.navbar-light .navbar-nav .nav-item:hover .nav-link, .navbar-light .navbar-nav .nav-item .nav-link.active{
    color: #851F37;
}
.navbar-light .navbar-nav .nav-item:hover .nav-link::after, .navbar-light .navbar-nav .nav-item .nav-link.active::after{
    height: 3px;
}
/* Hero Banner CSS */
.hero-banner{
    position: relative;
}
.hero-banner .hero-item {
    height: 100%;
    display: block !important;
    max-height: 750px;
    overflow: hidden;
}
.hero-banner .hero-item img{
    width: 100%;
    height: 750px;
    object-fit: cover;
}
.hero-caption {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    padding: 30px 15px;
}
.hero-caption h1{
    font-size: 74px;
    text-transform: uppercase;
    font-weight: bold;
}
.hero-ul ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #ffffff;
    color: #101010;
    margin-top: 15px;
    padding: 10px;
}
.hero-ul li {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}
.hero-caption .form-wraper{
    background-color: #ffffff;
    color: #101010;
}
.hero-caption .form-wraper h2{
    text-transform: uppercase;
    margin-bottom: 20px;
    font-size: 26px;
    font-weight: bold;
}
/* About Us CSS */
.hp-about-us{
    font-weight: 500;
    padding: 90px 0;
}
.location{
    color: #851F37;
}

.zig-zag-location{
    padding-bottom: 90px;
}
.hp-amenities, .hp-gallery-wraper, .contact-us{
    padding: 90px 0;
}
.zig-zag-location h2, .hp-amenities h2, .hp-gallery-wraper h2, .g-map-connect h2, .contact-us h2{
    text-transform: uppercase;
    position: relative;
    font-family: 'Trajan Pro Regular';
    margin-bottom: 20px;
    font-size: 32px;
}
.zig-zag-location h2::after, .hp-amenities h2::after, .hp-gallery-wraper h2::after, .g-map-connect h2::after, .contact-us h2::after{
    content: "";
    background-image: url('../images/vector-img.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: block;
    width: 82px;
    height: 10px;
    margin-top: 10px;
}
.g-map-connect h2::after{
    background-image: url('../images/Vector-white.png');
}
.hp-amenities h2::after, .hp-gallery-wraper h2::after{
    margin-left: auto;
    margin-right: auto;
}
.hp-amenities{
    background-color: #eeeeee;
}

.amenities-wraper {
    display: flex;
    flex-wrap: wrap;
}

.amenities-wraper .amenities-inner {
    flex: 0 0 20%;
    max-width: 20%;
    margin: 30px 0;
    padding: 0 10px;
}
.amenities-wraper .amenities-inner span{
    display: block;
    font-size: 16px;
}
.g-map-connect{
    background-color: #851F37;
    color: #ffffff;
}
.fluid-frame{
    position: relative;
    overflow: hidden;
    padding-bottom: 56.25%;
}
.fluid-frame iframe{
    position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
}

.g-map-connect ul li {
    position: relative;
    margin-bottom: 15px;
    display: flex;
}

.g-map-connect ul li::before {
    content: "";
    background-image: url('../images/vector-li.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: inline-block;
    flex: 0 0 10px;
    width: 10px;
    height: 15px;
    margin-right: 20px;
    margin-top: 7px;
}

.contact-form-row{
    background-color: #eeeeee;
}

.modal-header h2{
    text-transform: uppercase;
    margin-bottom: 20px;
    font-size: 26px;
    font-weight: bold;
}

.wpcf7 form .wpcf7-response-output {
    font-size: 16px;
    margin: 10px 0;
    padding: 0;
    text-align: center;
    border: 0;
}

.wpcf7 form.invalid .wpcf7-response-output { text-align: left; color: #851F37; }
.wpcf7 form.sent .wpcf7-response-output { color: #197e22; }
.wpcf7 .wpcf7-not-valid-tip { font-size: 14px; }

/* Responsive */
@media (min-width: 1200px) {
    .container{
        max-width: 1260px;
    }
}
@media (min-width: 992px) {
    .navbar-nav li {
        margin: 0 15px;
    }
    .hero-ul ul{
        max-width: 530px;
    }
}
@media (max-width: 1024.98px) {
    .amenities-wraper .amenities-inner {
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }
    .hero-caption h1{
        font-size: 50px;
    }
    .hero-ul li{
        font-size: 14px;
    }
}
@media (max-width: 992.98px) {
    .navbar .navbar-collapse{
        padding: 10px;
        background-color: rgb(239, 239, 239);
        position: absolute;
        top: 100%;
        left: 0px;
        right: 0px;
        width: 100%;
    }
    .navbar-light .navbar-nav .nav-item .nav-link{
        padding: 10px 0;
    }
    .hero-banner .hero-item{
        max-height: inherit;
    }
    .hero-banner .hero-item img {
        height: 100vh;
        object-fit: cover;
        object-position: center;
    }
    .hero-caption h1{
        font-size: 34px;
    }
    .hero-ul ul{
        max-width: 360px;
    }
    .hero-ul ul li{
        font-size: 12px;
    }
    .hp-about-us, .hp-amenities, .hp-gallery-wraper, .contact-us{
        padding: 45px 0;
    }
    .zig-zag-location{
        padding-bottom: 45px;
    }
}

@media (max-width: 767.98px) {
    body{
        font-size: 16px;
    }
    .navbar-brand img {
        max-width: 150px;
    }
    .amenities-wraper .amenities-inner {
        flex: 0 0 50%;
        max-width: 50%;
        margin: 15px 0;
    }
    .zig-zag-location h2, .hp-amenities h2, .hp-gallery-wraper h2, .g-map-connect h2, .contact-us h2{
        font-size: 22px;
    }
    .hero-caption .form-wraper h2, .modal-header h2{
        font-size: 20px;
    }
}