* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
}

ul {
    list-style: none;
}

@font-face {
    font-family: 'coprgtl';
    src: url(../fonts/COPRGTL.TTF);
}

@font-face {
    font-family: 'gilroy-regular';
    src: url(../fonts/gilroy/Gilroy-Regular.ttf);
}

@font-face {
    font-family: 'trajanPro-regular';
    src: url(../fonts/trajan-pro/TrajanPro-Regular.ttf);
}
body,section, .highlight-carousel-section,footer{
    overflow-x: hidden !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'trajanPro-regular';
}

body {
    font-family: 'gilroy-regular' !important;
}

a {
    text-decoration: none !important;
}

.nav-bg {
    background-color: #fff;
    box-shadow: 0px -1px 3px 1px #696666;
}

.developer-logo-column {
    text-align: right;
}

.close-icon {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="40" height="40" fill="%23554F3D" class="bi bi-x" viewBox="0 0 16 16"><path d="M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708"></path></svg>');
    height: 30px;
    width: 30px;
    display: block;
    margin: auto;
    background-size: contain;
}

.project-logo {
    /* width: 80px; */
    position: relative;
    top: 0px;
}

.navbar .nav-item.active>a.nav-link {
    color: #414141 !important;
}

.navbar .nav-item>a {
    line-height: 15px;
    text-transform: capitalize;
    padding: 10px 0px !important;
    margin: 6px 25px;
    font-size: 16px;
    font-weight: 400;
    font-family: "coprgtl";
    color: #939393;
    cursor: pointer;
    font-weight: lighter;
}

/* modal css */


.modal-close-btn {
    background-color: #fff !important;
    color: #000000 !important;
    font-size: 20px;
    height: 50px;
    width: 50px;
    border: 1px solid #000000;
    border-radius: 50%;
    margin-left: auto;
    display: block;
    position: absolute;
    right: 10px;
    top: 10px;
}

.modal-para {
    color: #7F7555;
    font-size: 16px;
    text-align: center;
    font-family: 'trajanPro-regular';
    font-weight: 700;
}

.modal-body {
    width: 80%;
        padding: 30px 1rem !important;
    margin: auto;
}

#modal_form .form-control {
    background-color: #fff;
    border-radius: 5px;
    border-bottom: 0px;
    color: #A6A6A6;
    border: 1px solid #6A6A6A;
    padding: 4px 15px;
    height: 45px;
}

#modal_phone {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}

.modal-title {
    color: #0F0F0F;
}

.form-group {
    margin-bottom: 15px;
    position: relative;
}

.error-modal,
.error-side,
.error-banner {
    display: none;
    color: red;
    font-size: 13px;
    position: absolute;
    right: 20px;
    top: 18px;
}

.main-footer .footer-bottom {
    position: relative;
    padding: 20px 50px;
    background-color: #272727;
}

input#side_checkbox,
#footer_checkbox,
#banner_checkbox,
#modal_checkbox {
    height: 20px;
    width: 20px;
}

input[type='checkbox'] {
    accent-color: #554F3D;
    margin-right: 10px !important;
}

.condition-label {
    margin-left: 10px;
    color: #A6A6A6 !important;
}

input.form-control:disabled {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    border-right: 1px solid #6A6A6A;
}

.main-slider-banner {
    /* padding-top: 83px; */
}

.thank-you-container {
    transform: translate(-50%, -50%);
    width: 100%;
}
.btn-style-one {
    width: max-content !important;
    background: linear-gradient(96.26deg, #575757 -5.35%, #000000 129.26%);
    color: #fff;
    padding: 18px 30px !important;        
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    border: 1px solid transparent;
    border-radius: 6px;
    z-index: 9;
    cursor: pointer;
    font-family: 'coprgtl';
    display: inline-block;     
    transition: background 0.3s ease,
                color 0.3s ease,
                transform 0.3s ease,
                box-shadow 0.3s ease;
}


.btn-style-one:hover {
    background: #ffffff;   
    color: #000000;      
    transform: scale(1.05);  
    border: 1px solid #000;  
}


.upper-left {
    position: absolute;
    top: 110px;
    left: 20px;
    color: #fff;
    font-family: 'coprgtl';
    font-size: 24px;
    z-index: 9;
}

.bottom-right {
 position: absolute;
    right: 10%;
    bottom: 0px;
    text-align: center;
    backdrop-filter: blur(15px);
    background: #FFFFFFBF;
    padding: 2% 3.5%;
    z-index: 9 !important;
}

.bottom-right h2 {
    font-size: 18px;
    font-family: 'trajanPro-regular';
    font-weight: 700;
}

.location {
    font-size: 18px;
    font-family: 'trajanPro-regular';
    font-weight: 700;
}

section,
footer {
    padding: 80px 0px;
}

.section-heading {
    color: #363636;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 30px;
}

#aboutUs {
    background-image: url(../images/about-bg.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.about-us-para {
    color: #404040;
    width: 64%;
    margin: auto;
    text-align: center;
}

.d-flex.aboutus-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    /* gap: 10px;  */
    flex-wrap: nowrap;
    /* keep all images in a single row */
    overflow: hidden;
    /* prevent scroll */
    padding: 20px 0;
}

.aboutus-img,
.aboutus-centerimg {
    flex: 1 1 auto;
    max-width: 33% !important;
    height: auto;
    object-fit: cover;
    transition: transform 0.3s;
    padding: 10px !important;
}

.aboutus-centerimg {
    transform: scale(1.2) !important;
    border: 1px solid transparent;
    border-image-source: linear-gradient(90deg, #956D3A 0%, #BA9B65 48.56%, #956D3A 100%);
    border-image-slice: 1;
    border-image-repeat: stretch;
    z-index: 9;
}

@media (max-width: 992px) {

    .aboutus-img,
    .aboutus-centerimg {
        max-width: 32%;
        /* slightly smaller to fit in smaller viewport */
    }

    .aboutus-centerimg {
        transform: scale(1);
    }
}


.highlight-row {
    max-width: 1390px;
    width: 100%;
    margin: auto;
}

#highlight {
   background: linear-gradient(89.5deg, #BBAF86 0.44%, #888371 135.74%);
}

.highlightSection-heading {
/* background: linear-gradient(90.95deg, #BBAF86 0.82%, #554F3D 142.05%); */
    /* -webkit-background-clip: text; */
    /* -webkit-text-fill-color: transparent; */
    /* background-clip: text; */
    color: #fff;
}
#highlight p{
font-size: 15px;
}
.highlight-icon {
    height: max-content !important;
    width: 100%;
    width: 89%;
    margin: auto;
    display: block;
    border: 1px solid #000;
    padding: 20px;
    border-radius: 26px;
    filter: brightness(0) invert(1);
}

#highlight .col-md-6 div:nth-child(even) {
    margin-top: 50px;
}

.desktop-highlight div {
    flex-basis: 25%;
    max-width: 25%;
}

.row {
    width: 100% !important;
}

.highlight-list, .location-list {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 1px;
    position: relative;
    margin-bottom: 10px;
}

.highlight-list::after, .location-list::after {
    content: '';
    background-image: url(../images/highlight-list-icon.svg);
    height: 20px;
    width: 20px;
    position: absolute;
    left: -25px;
    top: 0;
    background-size: cover;
    background-repeat: no-repeat;
}

.btn-style-two {
    width: max-content;
    border-radius: 2px;
    background-color: #fff;
    color: #000;
    padding: 18px 30px;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 1px;
    font-family: 'coprgtl';
    border: 1px solid #000;
}
.btn-style-two:hover{
    background: linear-gradient(96.26deg, #575757 -5.35%, #000000 129.26%);
    color: #fff;
}
#amenitiesSection {
    background-image: url(../images/amenities-bg.jpg);
    background-size: cover;
    background-position: center;
}

.amenities-item:nth-child(odd) {
    background-color: #F4EFE2;
}

.amenities-item:nth-child(even) {
    background-color: #E7E1D1;
}

.amenities-item {
    position: relative;
    padding: 20px 5px;
    width: 18.4% !important;
    color: #404040;
    text-align: center;
    font-size: 18px;
    background-color: #f8f8f8;
    background-image: linear-gradient(#956D3A, #956D3A), linear-gradient(#956D3A, #956D3A), linear-gradient(#956D3A, #956D3A), linear-gradient(#956D3A, #956D3A);
    background-repeat: no-repeat;
    background-size: 0 2px, 2px 0, 0 2px, 2px 0;
    background-position: top left, top right, bottom right, bottom left;
    transition: background-size 0.8s ease, background-color 0.3s ease;
    display: flex;
    align-items: center;
    min-height: 104px;
    justify-content: center;
    flex-direction: column;
}
.amenities-img{
    width: 80px !important;
}

.amenities-item:hover {
    background-color: #fff7e6;
    background-size:
        100% 2px,
        2px 100%,
        100% 2px,
        2px 100%;
}

.amenities-item::after {
    content: '';
    background-image: url(../images/list-icon.svg);
    height: 20px;
    width: 20px;
    position: absolute;
    left: 50%;
    top: -5%;
    background-size: cover;
    background-repeat: no-repeat;
    transform: translateX(-50%) rotate(0deg) scale(1);
    transition: transform 0.4s ease;
}

.amenities-item:hover::after {
    transform: translateX(-50%) rotate(360deg) scale(1.1);
}

#gallery {
    background-color: #BAAD7F;
}

#gallery .owl-prev {
    position: absolute;
    top: 43%;
    left: 20px;
}

#gallery .owl-next {
    position: absolute;
    top: 43%;
    right: 20px;
}

.gallery-carousel .owl-nav button img {
    width: 60px;
}

.btn-style-three {
    width: max-content;
    border-radius: 2px;
    color: #fff;
    padding: 18px 30px;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    font-family: 'coprgtl';
    background: linear-gradient(90.95deg, #BBAF86 0.82%, #554F3D 142.05%);
    letter-spacing: 2px;
}
.btn-style-three:hover {
background: linear-gradient(90.95deg, #554F3D 0.82%, #BBAF86 142.05%);
} 
.btn-style-four {
    width: max-content;
    border-radius: 2px;
    color: #000;
    padding: 18px 30px;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
   border: 1px solid transparent;
    font-family: 'coprgtl';
    background: #fff;
    letter-spacing: 2px;
}
.btn-style-four:hover {
    background: #BAAD7F;
    color: #fff;
    border: 1px solid #fff;
}
#contactus {
    background-image: url(../images/contact-us-bg.jpg);
    background-size: cover;
    background-position: center center;
}

.form-subheading {
    color: #7F7555;
}

#contactus .form-control {
    border-bottom: 1px solid #6A6A6A !important;
    margin-bottom: 30px !important;
    background-color: transparent !important;
}

#contactus .form-control::placeholder {
    color: #6A6A6A;
}

button:disabled {
    opacity: .5;
    cursor: not-allowed;
}

.check-box,
.sidecheck-box {
    left: 0;
    top: 25px;
    background: rgb(37 36 36 / 90%);
    color: #fff;
    padding: 15px;
    border-radius: 10px;
    font-size: 12px;
    z-index: 5;
}

.banner-phoneno {
    color: #040404;
    font-size: 18px;
    font-family: 'trajanPro-regular';
}

.image-wrapper {
    position: relative;
    margin: 0 auto;
}


.phone-tag {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    padding: 4px 8px;
    bottom: 21%;
    width: 185px;
    font-size: 4vw;
    text-decoration: none;
    height: 35px;
}

#aboutUs::after {
    position: absolute;
    bottom: 120px;
    left: 40px;
    content: '';
    height: 611px;
    width: 65px;
    background-image: url(../images/logo-element-about-2.png);
    background-size: cover;
}

#amenitiesSection::before {
    position: absolute;
    bottom: 0px;
    left: 30px;
    content: '';
    height: 70px;
    width: 550px;
    background-image: url(../images/logo-element-amenities-1.png);
    background-size: cover;
}
footer{
    background-color: #756D54;
}
body .modal-backdrop{
        --bs-backdrop-opacity: 0.7 !important;
}