/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
    font-family: 'Montserrat',sans-serif;
}
body{
    font-size: 15px;
}
html, body {
  overflow-x: hidden !important;
}
/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

*{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
svg,
video {
    vertical-align: middle;
    max-width: 100%;
    display: block;
    /* margin: auto; */
    width: auto;
    height: auto;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
    width: 100%;
    height: 70px;
    padding: 12px;
    padding-left: 17px;
    outline: 0 !important;
    border: 0;
    border-radius: 3px;
    background: rgb(255, 255, 255);
}

ul{
    padding: 0;
    margin: 0;
}
ul li{
    list-style-type: none;
    font-size: 14px;
}
a,
a:visited {
    text-decoration: none;
    color: #000;
}
a,input,button{
    outline: 0;
}
input{
    height: 17px;
    padding-left: 2px;
    /* font: 14px 'Eurostile',sans-serif; */
}
select{
    display: inline-block;
}
h1{
    font-size: 40px;
    color: #c8ae73;
    margin: 15px 0px;
    font-weight: normal;
    font-style: italic;
    letter-spacing: 2px;
    text-align: center;
}
h2{
    font-size: 24px;
    color: #000;
    margin: 10px 0;
}
h3{
    font-size: 18px;
    color: #71518a;
    margin: 10px 0;
}
h4{
    font-size: 23px;
    color: #273F7F;
    margin: 10px 0;
    font-weight: normal;
}
h5{
    font-size: 14px;
    color: #273F7F;
    margin: 10px 0;
}
p{
    margin: 0;
    font: 16px 'Montserrat', Arial, sans-serif;
    text-align: justify;
    line-height: 25px;
    /* margin-bottom: 15px; */
    color: #585858;
    font-weight: 300;
}
h2,h3,h4,h5{
    font-family: 'Montserrat',  Arial, sans-serif;
    color: #161616;
    font-size: 19px;
    margin-bottom: 25px;
}
/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */





/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screen readers: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}
/*
 * Floats free left and right with !impoprtant case
 */

.fl-l{
    float: left;
}
.fl-r{
    float: right;
}

.fl-ll{
    float: left !important;
}
.fl-rr{
    float: right !important;
}
.full-width{
    width: 100% !important;
}
.mt-0{
    margin-top: 0;
}
.mt-10{
    margin-top: 10px;
}
.mt-15{
    margin-top: 15px;
}
.mt-20{
    margin-top: 20px;
}
.mt-25{
    margin-top: 25px;
}
.mt-50{
    margin-top: 50px;
}
.mt-70{
    margin-top: 70px;
}
.mt-100{
    margin-top: 100px;
}
.mt-150{
    margin-top: 150px;
}
.mt-200{
    margin-top: 200px;
}
.mt-250{
    margin-top: 250px;
}
.mt-300{
    margin-top: 300px;
}
.mb-0{
    margin-bottom: 0;
}
.mb-10{
    margin-bottom: 10px;
}
.mb-15{
    margin-bottom: 15px;
}
.mb-20{
    margin-bottom: 20px;
}
.mb-25{
    margin-bottom: 25px;
}
.mb-50{
    margin-bottom: 50px;
}
.mb-100{
    margin-bottom: 100px;
}
.mb-150{
    margin-bottom: 150px;
}
.mb-200{
    margin-bottom: 200px;
}
.mb-250{
    margin-bottom: 250px;
}
.mb-300{
    margin-bottom: 300px;
}
.mb-500{
    margin-bottom: 500px;
}
.ml-10{
    margin-left: 10px;
}
.ml-15{
    padding-left: 30px;
}
.ml-20{
    margin-left: 20px;
}
.ml-25{
    margin-left: 25px;
}
.ml-30{
    margin-left: 30px;
}
.ml-35{
    margin-left: 35px;
}
.ml-40{
    margin-left: 40px;
}
.ml-45{
    margin-left: 45px;
}
.ml-50{
    margin-left: 50px;
}
.mr-15{
    margin-right: 15px;
}
.mr-20{
    margin-right: 20px;
}
.mr-25{
    margin-right: 25px;
}
.mr-30{
    margin-right: 30px;
}
.mr-35{
    margin-right: 35px;
}
.mr-40{
    margin-right: 40px;
}
.mr-45{
    margin-right: 45px;
}
.mr-50{
    margin-right: 50px;
}
.w-50{
    width: 50px;
}
.w-100{
    width: 100px;
}
.w-150{
    width: 150px;
}
.w-200{
    width: 200px;
}
.w-250{
    width: 200px;
}
.w-290{
    width: 290px !important;
}
/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
/*  
 * Name              : Custom LP Codes
 * Version           : 1.0.0
 * Style Type        : Handly Coded from Scratch
 * Semantic Followed : Intelligent Selectors & Robdodson's Blog
 */


@font-face {
    font-family: 'Cardillac Bold';
    src:url('../fonts/Cardillac-Bold.eot');
    src:url('../fonts/Cardillac-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Cardillac-Bold.woff') format('woff'),
        url('../fonts/Cardillac-Bold.ttf') format('truetype'),
        url('../fonts/Cardillac-Bold.svg#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}
body{
    position: relative;
    margin: 0;
    font: 14px 'Montserrat',Arial, sans-serif;
    background: #fff;
    margin: 0;
}
button,a{
    outline: 0 !important;
}
.wrapper{
    width: 100%;
}
.container-fluid{
    width: 100%;
    padding: 0;
}
.container{
    width: 95%;
    /* margin: 0 auto; */
}

/* loading css codes */
.loading{
      display: none;
}
.loading{
    position: relative;
    left: 109%;
    top: 9px;
    z-index: 9999;
    width: 22px;
    height: 22px;
    -webkit-animation: spinner 400ms linear infinite;
    animation: spinner 600ms linear infinite;
}
.loading:before{
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 100%;
    box-sizing: border-box;
    border: solid 2px transparent;
    border-top-color: #29d;
    border-left-color: #29d;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
}
@-webkit-keyframes spinner {
  0%   { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}
@keyframes spinner {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
    /* extra submit button loadin positioning*/
    .btn-wrap{
        position: relative;
        display: inline-block;
    }
    .btn-wrap .loading{
        position: absolute;
        left: 114%;
        top: 7px;
    }
    /* extra submit button loadin positioning*/
/* end of loading css codes */
form label.error{
    width: 100% !important;
    padding: 10px 0;
    color: red;
    clear: both;
    margin: 0;
    display: none;
    font-weight: normal;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    letter-spacing: 0px;
    color: #9c9c9c;
}
::-moz-placeholder { /* Firefox 19+ */
    letter-spacing: 0px;
    color: #9c9c9c;
}
:-ms-input-placeholder { /* IE 10+ */
    letter-spacing: 0px;
    color: #9c9c9c;
}
:-moz-placeholder { /* Firefox 18- */
    letter-spacing: 0px;
    color: #9c9c9c;
}
section{
    padding: 10px 0;
    float: left;
    width: 100%;
}
section h2 {
    text-align: center;
    font-size: 28px;
    font-weight: 300;
    margin-bottom: 30px;
}


/* LP Codes */
section.grey{
    background: #f9f9f9;
}
h3{
    font-weight: 300;
    font-size: 21px;
    margin: 15px;
}
h3 span{
    width: 100%;
    display: block;
    font-size: 16px;
    margin: 10px 0;
    color: #383838 !important;
}
.row.no-gutter{
    margin-left: 0px;
    margin-right: 0;
}
.row.no-gutter [class*="col-"]{
    padding-left: 0;
    padding-right: 0;
}

.popup-form-wrapper {
    width: 50%;
    background-color: #5D0526;
    padding: 30px;
    border-radius: 20px;
    margin: auto;
    position: relative;
    min-height: auto;
}
.popup-form-wrapper button[type="submit"] {
    background-color: white;
    color: black;
    border: 2px solid white;
    padding: 10px 30px;
    border-radius: 30px;
}
.popup-form-wrapper h3 {
    text-align: center;
    color: white;
    margin-bottom: 15px;
}
.popup-form-wrapper .input-box input {
    border: none;
    border-bottom: 1px solid #dedede;
    padding: 20px;
    width: 100%;
    color: white;
    margin-bottom: 10px;
    border: 1px solid rgba(157, 157, 157, 1);
    background-color: #5D0526;
    border-radius: 0px;
    padding: 12px 20px;
    height: auto;
}
.btn-group.contact-btn {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 12px;
}
.popup-form-wrapper button.mfp-close {
    position: absolute;
    right: 3px;
    background-color: transparent;
    color: white !important;
    opacity: 1;
    top: 4px;
}
/* sticky form code */
.stickyForm {
    position: fixed;
    top: 15%;
    width: 310px;
    right: -310px;
    text-align: center;
    padding: 17px;
    background: rgba(84, 84, 84, 0.81);
    border-radius: 0px;
    -webkit-transition: .35s ease-in-out;
    -o-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    z-index: 9999;
}
.stickyForm.active {
    right: 0px;
}
.stickyForm .btn {
        background: #0F5BA9 !important;
    padding: 10px 30px;
    position: absolute;
    top: 0px;
    bottom: 0px;
    margin: auto;
    left: -98px;
    color: #fff;
    height: 40px;
    border-radius: 0px;
    font-size: 15px;
    cursor: pointer;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    border: 0;
    perspective: 100px;
    outline: 0 !important;
}

input#phone {
    /* padding-left: 50px !important; */
}
body .stickyForm *{
    color: black;
}
body .stickyForm label{
    width: 100% !important;
}
body .stickyForm input[type="text"], body .stickyForm input[type="email"],body .stickyForm input[type="tel"], body .stickyForm textarea, body .stickyForm .intl-tel-input {
    width: 100% !important;
    border: 0;
    height: 35px;
    background: transparent;
    border-bottom: 1px solid black;
    margin-bottom: 13px;
}
.stickyForm [type="submit"] {
    background: #545454d9;
    color: white;
    border: 0;
    padding: 10px 25px;
    border-radius: 2px;
    border: 1px solid #616161;
}
body .stickyForm ._checkbox{
    margin-bottom: 10px;
}
body .stickyForm ._checkbox .text{
    text-align: left;
    margin-bottom: 10px;
}
body .stickyForm ._checkbox label{
    width: 50% !important;
    float: left;
    padding-right: 5px;
}
body .stickyForm  ._checkbox span{
    padding-left: 4px;
    font-size: 13px;
    float: left;
}
.stickyForm, .stickyForm.active .btn{
    background: white;
}
.stickyForm ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    letter-spacing: 0px;
    color: #494949;
}
.stickyForm :::-moz-placeholder { /* Firefox 19+ */
    letter-spacing: 0px;
    color: #494949;
}
.stickyForm ::-ms-input-placeholder { /* IE 10+ */
    letter-spacing: 0px;
    color: #494949;
}
.stickyForm :-moz-placeholder { /* Firefox 18- */
    letter-spacing: 0px;
    color: #494949;
}
body .stickyForm select{
    width: 100%;
    color: #fff;
    border: 0;
    background: transparent;
    border-bottom: 1px solid #fff;
    height: 40px;
}
body .stickyForm .btn-group{
    margin-top: 20px;
}
body .stickyForm .error{
    margin-bottom: 0 !important;
}
body .stickyForm label.error{
    padding: 7px 0;
}
body .stickyForm [type="submit"]{
    background: #0F5BA9 !important;
    color: #fff;
    height: 40px !important;
    padding: 0px 30px !important;
    /* box-shadow: 0 0 8px 3px rgba(99, 99, 99, 0.32); */
}
/* end of sticky form code */

.form-section form{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.stickyForm .loading{
    top: -29px;
}

/* LP codes continues here */
header {
    position: relative;
    top: 0;
    width: 100%;
    z-index: 1;
    background: linear-gradient(90deg, #5D0526 0%, #2B0013 100%);
}
header .header-logo {
    margin-top: 25px;
}
header .header-logo img {
    width: 130px;
}
header .header-main-menu {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
header.fixed-header {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9999;
    box-shadow: rgba(100, 100, 111, .2) 0 7px 29px 0;
    background-color: white;
    z-index: 9;
}
header .header-main-menu ul {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}
header .header-main-menu ul li {
    margin: 34px 9px;
}
header .header-main-menu ul li a {
    text-transform: uppercase;
    padding: 5px;
    color: white;
    letter-spacing: 0.2px;
}
.mobile-btn {
    display: none;
}

.menu_lists li a{
color: black !important;
}
.mobile-btn {
    position: relative;
    width: 30px;
    height: 40px;
    top: 0px;
    left: 0px;
    transition-duration: .5s;
    margin: auto;
    margin-right: 0;
}

.mobile-btn .icon-left {
    transition-duration: .5s;
    position: absolute;
    height: 4px;
    width: 15px;
    top: 30px;
    background-color: #fff
}

.mobile-btn .icon-left:before {
    transition-duration: .5s;
    position: absolute;
    width: 15px;
    height: 4px;
    background-color: #fff;
    content: "";
    top: -10px
}

.mobile-btn .icon-left:after {
    transition-duration: .5s;
    position: absolute;
    width: 15px;
    height: 4px;
    background-color: #fff;
    content: "";
    top: 10px
}

.mobile-btn .icon-left:hover {
    cursor: pointer
}

.mobile-btn .icon-right {
    transition-duration: .5s;
    position: absolute;
    height: 4px;
    width: 15px;
    top: 30px;
    background-color: #fff;
    left: 15px
}

.mobile-btn .icon-right:before {
    transition-duration: .5s;
    position: absolute;
    width: 15px;
    height: 4px;
    background-color: #fff;
    content: "";
    top: -10px
}

.mobile-btn .icon-right:after {
    transition-duration: .5s;
    position: absolute;
    width: 15px;
    height: 4px;
    background-color: #fff;
    content: "";
    top: 10px
}

.mobile-btn.open .icon-left {
    transition-duration: .5s;
    background: 0 0
}

.mobile-btn.open .icon-left:before {
    transform: rotateZ(45deg) scaleX(1.4) translate(2px, 2px)
}

.mobile-btn.open .icon-left:after {
    transform: rotateZ(-45deg) scaleX(1.4) translate(2px, -2px)
}

.mobile-btn.open .icon-right {
    transition-duration: .5s;
    background: 0 0
}

.mobile-btn.open .icon-right:before {
    transform: rotateZ(-45deg) scaleX(1.4) translate(-2px, 2px)
}

.mobile-btn.open .icon-right:after {
    transform: rotateZ(45deg) scaleX(1.4) translate(-2px, -2px)
}
.header-top{
    background: linear-gradient(90deg, #5D0526 0%, #2B0013 100%);
    padding: 15px 0px;
    display: flex;
}
.header-top #brand{
    width: 30%;
    padding-left: 30px;
}
.header-top #brand img{
    width: 150px;
    height: auto;
}
.header-top .header-menu{
    width: 70%;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.header-menu li{
    display: inline-block;
    padding: 0px 20px;
}
.header-menu li a{
    color: #fff;
    font-size: 14px;
    font-weight: 300;
}
.banner img{
    width: 100%;
    height: auto;
}
.about-project{
    padding: 50px 0px;
}
.about-project__content h3{
    margin-left: 0px;
    color: #5C0527;
    /* font-size: 30px; */
}
.sec_title{
    font-family: 'Cardillac Bold', serif;
    color: #5C0527;
    font-size: 40px;
}
.about-project__content{
    
}
.about-project__content p{color: black;text-align: left;margin-bottom: 11px;font-weight: 400;}
.proj-config .sec_title{
    margin-bottom: 40px;
}
.proj-config{
    background-color: #F5E7C4;
    padding: 50px 0px;
}
.text-center{
    text-align: center;
}
.proj-config .config-box{position: relative;}
.proj-config .config-box img{
width: 100%;

}
.proj-config .config-box p{position: absolute;top: 18px;left: 0;right: 0;text-align: center;font-size: 28px;color: #FAF3E0;font-family: 'Cardillac Bold', serif;line-height: 31px;}
.proj-config .config-box::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(178deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
}
.proj-amenities{position: relative;}
.proj-amenities img{
    width: 100%;
}
.proj-amenities .proj-amenities-text{display: flex;align-items: center;justify-content: center;position: absolute;top: 0;bottom: 0;left:0;right:0;}
.proj-amenities .proj-amenities-text h3{color: #FAF3E0;text-align: center;}
.proj-amenities .proj-amenities-text h3.text-img{display: flex;align-items: center;justify-content: center;}
.proj-amenities .proj-amenities-text h3.text-img img{width: 135px;margin-right: 7px;}
.proj-amenities .proj-amenities-text p{text-align: center;color: #FAF3E0;width: 60%;margin: auto;}
.amenities-list{
    padding: 40px 0px;
}
#amenities-carousel .center img{
 transform: scale(1.4);
    transition: all 0.2s ease-in-out;
}
#amenities-carousel .owl-item.center{
    z-index: 9;
    position: relative;
    
}
#amenities-carousel .item{
    padding: 20px;
}
#amenities-carousel{
    padding: 30px 0px;
}
.amenities-box{position: relative;}
.amenities-box img{

}
#amenities-carousel .owl-item.center .amenities-box:before{
    transform: scale(1.4);
}
.amenities-box:before{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
    z-index: 9;
}
.amenities-box h4{
    font-size: 13px;
    z-index: 9;
    margin: 10px 0px;
    font-weight: 400;
    position: absolute;
    bottom: 10px;
    text-align: center;
    color: white;
    width: 100%;
}
.owl-nav{

}
.owl-nav .owl-prev, .owl-nav .owl-next{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    /* background: #fff; */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.owl-nav .owl-next{
    right: 0px;
}
.amenities-list-2{
    padding: 40px 0px;
}
.gallery{
    background-color: #F5E7C4;
    padding: 50px 0px;
}
.owl-dots {
    text-align: center;
    margin-top: 20px;
    display: block;
    width: 100%;
}
.owl-dots .owl-dot.active {
    background-color: #404041;
}

.owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    background: #8D8D8D;
    margin: 0 3px;
}
.plan-img{
    margin-top: 50px;
}
.plan-img img {
    width: 30%;
    margin: auto;
}
.location-accordion h2 button {
    font-size: 30px;
    color: black !important;
    background: transparent;
    font-weight: 500;
    padding: 20px 20px;
    /* box-shadow: 0 0 50px 0 rgb(0 0 0 / 10%); */
    border: none;
        font-family: 'Cardillac Bold', serif;
}
.location-accordion h2 {
    margin-top: 0px;
    background: transparent;
}
.location-accordion .accordion-button:not(.collapsed) {
    background-color: transparent;
    box-shadow: none;
    padding-bottom: 10px;
}
.location-accordion .accordion-item {
    background-color: transparent;
    margin-top: 0px;
    border-radius: 0px;
    border: 0;
    border-bottom: 2px solid #38363645;
}
.location-accordion .accordion-item:has(.collapsing), .location-accordion .accordion-item:has(.accordion-collapse.show) {
    border-bottom: 2px solid #38363645;
}
.location-accordion .accordion-body ul li span{
    float: right;
}
.location-accordion .accordion-body ul{
    padding-left: 20px;
}
.location-accordion .accordion-body ul li{
list-style: disc;
font-size: 18px;
margin-bottom: 10px;
}
.location{
    padding: 50px 0px;
}
footer{
    background-color: #000;
    padding: 4rem;
    text-align: center;
}
footer p{
    text-align: center;
    color: white;
    font-size: 14px;
    width: 90%;
    margin: auto;
}
#config-carousel{
    display: flex;
    flex-wrap: nowrap;
}
#config-carousel .md-3{
    margin: 6px;
    flex-grow: 1;
}
/* mobile reponsive */
@media only screen and (max-width: 1200px){
    #config-carousel{
        display: block;
    }
    .form-section label{
        width: 15% !important;
    }
    .mobile-btn{
        display: block;
    }
    header .header-main-menu ul li a {
    color: black;
    }
    header.fixed-header .header-main-menu ul li a{
        color: black !important;
    }
    header.fixed-header{
        background-color: white;
        color: black !important;
    }
    .header-main-menu {
        position: fixed;
        top: 56px;
        background-color: white;
        color: black !important;
        width: 100%;
        z-index: 9999;
        right: 100%;
        -webkit-transition: .35s ease-in-out;
        -o-transition: .35s ease-in-out;
        transition: .35s ease-in-out;
    }
    .header-main-menu.active{
        right: 0%;
        top: 86px;
    }
    header .header-main-menu, header .header-main-menu ul{
        display: block;
        background-color: white;
        height: auto;
    }
    header .header-main-menu ul li{
        padding: 12px;
        margin: 11px;
    }
    header{
        position: absolute;
        background: transparent;
        padding: 15px 0px;
    }
    header.fixed-header{
            background: linear-gradient(90deg, #5D0526 0%, #2B0013 100%);
    }
    header .header-logo{
        margin-top: 15px;
    }
    .banner picture {
        position: relative;
    }
    .banner picture::before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(178deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
    }
    .about-project{
        background: linear-gradient(150deg, #5D0526 0%, #2B0013 100%);
    }
    .about-project__content h3{
        color: white;
    }
    .about-project__content p{
        color: white;
        font-size: 14px;
        line-height: 20px;
    }
    #config-carousel .md-3{
        width: 100%;
        margin: 0;

    }
    .sec_title{
        font-size: 30px;
        margin-bottom: 10px;
    }
    .proj-amenities .proj-amenities-text h3.text-img img{
        width: 100px;
    }
    .proj-amenities .proj-amenities-text p{
        width: 80%;
        font-size: 14px;
        line-height: 20px;
    }
    #amenities-carousel .owl-item.center .amenities-box:before, #amenities-carousel .center img{
        transform: scale(2);
    }
    .amenities-list .container, .amenities-list-2 .container{
        width: 100%;
        padding: 0px;
    }
    .owl-nav .owl-prev, .owl-nav .owl-next{
            width: 30px;
            height: 30px;
    }
    #amenities-carousel .amenities-box h4{
        font-size: 11px;
    }
    .plan-img img{
        width: 75%;
    }
    .location-accordion h2 button{
        font-size: 24px;
    }
    footer p{
        font-size: 12px;
        width: 100%;
    }
    footer{
        padding: 30px;
    }
    .location-accordion .accordion-body ul li{
        font-size: 14px;
    }
}

@media only screen and (max-width: 996px){
    .container{
        width: 95%;
    }
    .form-section label{
        width: 15% !important;
    }
    .popup-form-wrapper {
        width: 100%;
    }
}
@media only screen and (max-width: 992px){

    .column-reverse{
        flex-direction: column-reverse;
    }
}
@media only screen and (max-width: 768px){
    .hidden-xs{
        display: none;
    }
    .visible-xs{
        display: block;
    }
    .hidden-lg{
        /* display: none; */
    }
    /* custom codes */
    .form-section label{
        width: 100% !important;
        height: auto !important;
    }
    .form-section label input, .form-section label select{
        margin-bottom: 10px;
        height: 40px !important;
    }
    .form-section{
        width: 80%;
        margin: auto;
        float: none;
    }
    .form-section .btn-group{
        float: none;
        margin-top: 5px;
    }
    /* custom codes here */
    button.accordion-button {
        padding: 20px 0px !important;
    }   
    .accordion-body {
        padding: 20px 10px;
    }
}

@media only screen and (max-width: 479px){
    .fluid-wrapper .header{
        padding: 10px 0px;
    }
}