@font-face {
    font-family: 'BreeSerif';
    src: url('../fonts/BreeSerif-Regular.eot');
    src: url('../fonts/BreeSerif-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/BreeSerif-Regular.woff2') format('woff2'),
        url('../fonts/BreeSerif-Regular.woff') format('woff'),
        url('../fonts/BreeSerif-Regular.ttf') format('truetype'),
        url('../fonts/BreeSerif-Regular.svg#BreeSerif-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Colus';
    src: url('../fonts/Colus-Regular.eot');
    src: url('../fonts/Colus-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Colus-Regular.woff2') format('woff2'),
        url('../fonts/Colus-Regular.woff') format('woff'),
        url('../fonts/Colus-Regular.ttf') format('truetype'),
        url('../fonts/Colus-Regular.svg#Colus-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ChronicaPro';
    src: url('../fonts/ChronicaPro-Heavy.eot');
    src: url('../fonts/ChronicaPro-Heavy.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ChronicaPro-Heavy.woff2') format('woff2'),
        url('../fonts/ChronicaPro-Heavy.woff') format('woff'),
        url('../fonts/ChronicaPro-Heavy.ttf') format('truetype'),
        url('../fonts/ChronicaPro-Heavy.svg#ChronicaPro-Heavy') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

* {
    outline: none;
}

*::-moz-selection {
    background: #3079ed;
    color: #fff;
    text-shadow: none;
}

body,
html {
    font-family: 'Colus';
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    font-size: 13px;
}

label {
    display: block;
    font-family: 'Colus';
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-family: 'Colus';
}

ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
    font-family: 'Colus';
}

img {
    vertical-align: middle;
    border: none
}

p {
    font-size: 14px;
    padding: 0;
    color: rgba(0, 0, 0, .82);
    line-height: normal;
    display: block;
    font-family: 'Colus';
    margin: 0;
}

a,
input,
select,
textarea,
.btn {
    transition: all 0.25s ease-in 0s;
    -webkit-transition: all 0.25s ease-in 0s;
    -moz-transition: all 0.25s ease-in 0s;
    -o-transition: all 0.25s ease-in 0s;
    outline: none;
    font-family: 'Colus';
    text-decoration: none;
}

a {
    color: #666;
    cursor: pointer;
}

a:hover {
    outline: none;
    cursor: pointer;
    color: #212121;
    text-decoration: none;
}

a:focus {
    outline: none;
    text-decoration: none
}

.full-width {
    float: left;
    width: 100%;
}

.relative {
    position: relative
}

.full-img {
    width: 100%;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

textarea,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="file"],
select,
input[type="number"] {
    transition: all 0.25s ease-in 0s;
    -webkit-transition: all 0.25s ease-in 0s;
    width: 100%;
}

button {
    transition: all 0.25s ease-in 0s;
    -webkit-transition: all 0.25s ease-in 0s;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="file"]:focus,
select:focus,
input[type="number"]:focus {
    outline: none;
    transition-duration: 0.1s;
    box-shadow: none;
    letter-spacing: 0.8;
}

.form-control {
    box-shadow: none;
    padding: 0 10px;
    border-radius: 0;
}

.form-control:focus {
    box-shadow: none;
}

.form-control::-moz-placeholder {
    opacity: 1;
    color: #fff;
}

.form-control::-webkit-input-placeholder {
    opacity: 1;
    color: #fff;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
}

select::-ms-expand {
    display: none;
}

video {
    width: 100%;
}

select option {
    color: #282828;
}


/*MOdal Popup*/
.modal {
    z-index: 10000;
    right: -17px;
}

.modal-backdrop {
    z-index: 9999;
}

.modal-open {
    padding-right: 0 !important;
    overflow: auto;
}

.modal.in {
    padding-right: 0 !important;
}

.modal-content {
    float: left;
    width: 100%;
    margin-bottom: 40px;
    border-radius: 0;
    border: none;
    box-shadow: none;
}

.modal-dialog {
    max-width: 600px;
    width: 90%;
    margin: 70px auto 0;
}

.modal-body {
    float: left;
    width: 100%;
    padding: 15px;
}

.modal-backdrop.in {
    opacity: .80;
}

.modal-header {
    border-bottom: none;
    padding-bottom: 0;
}

.form-btn {
    text-align: center;
}

.modal-dialog {
    width: 600px;
    margin: 30px auto;
}

.modal-header .close {
    margin-top: -2px;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.img_block {}

/* .img_block>img {
    width: 100%;
} */

.styled_select {
    position: relative;
    width: 100%;
}

.styled_select:after {
    content: "\f0d7";
    font-family: 'FontAwesome';
    position: absolute;
    right: 0;
    top: 0;
    width: 36px;
    line-height: 36px;
    color: #fff;
    font-size: 22px;
    text-align: center;
    pointer-events: none;
}

.styled_select select {
    padding-right: 36px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
}

/*.btn{ border-radius: 0; border: 1px solid #fff; color: #101010; text-transform: uppercase; background-color: #fff; line-height: 48px; font-size: 20px;  padding: 0 20px; min-width: 160px; font-family: 'ToyotaBold'; letter-spacing: 5px;}
.btn:hover{ background-color: transparent; color: #fff;}*/

.container {
    max-width: 100%;
    width: 100%;
    padding: 0 55px;
}

body {
    /* background-image: url("../images/villa-one/main-bg.jpg"); */
    background: #efe5ce;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    background-attachment: fixed;
}

header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background-color: #efe5ce;
    z-index: 99;
    border-bottom: 2px solid #ae7604;
    /* border-bottom-style: solid;
    border-image-slice: 1;
    border-bottom-width: 2px;
    border-image-source: linear-gradient(to right, rgba(89, 90, 90, 1) 0%, rgba(255, 255, 255, 1) 66%, rgba(133, 135, 136, 1) 100%); */
}

header .logo {
    float: left;
    padding: 17px 0;
}

header .navbar {
    float: right;
    padding: 0;
}

.navigation {
    float: left;
    padding: 25px 0;
}

.navigation>li {
    float: left;
    margin-right: 50px;
}

.navigation>li>a {
    float: left;
    font-size: 16px;
    color: #000;
    text-transform: uppercase;
    line-height: 20px;
}

.navigation>li.active>a,
.navigation>li>a:hover {
    color: #ae7604;
}

.contact {
    float: left;
}

.contact>li {
    float: left;
}

.contact>li>a {
    float: left;
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    line-height: 20px;
    padding: 12px;
    border: 2px solid #ae7604;
    background: #ae7604;
    animation: fadeBlink 3s ease-in-out infinite;
}



.contact>li>a:hover {}

footer {
    background-color: #ae7604;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 99;
    /* background-image: repeating-linear-gradient(to right, #a2682a 0%, #be8c3c 8%, #be8c3c 18%, #d3b15f 27%, #faf0a0 35%, #ffffc2 40%, #faf0a0 50%, #d3b15f 58%, #be8c3c 67%, #b17b32 77%, #bb8332 83%, #d4a245 88%, #e1b453 93%, #a4692a 100%); */
}

footer p {
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 11px;
    color: #fff;
    line-height: 28px;
}

footer p a {
    color: #fff;
    font-size: 11px;
    font-family: 'Roboto';
}

footer p a:hover {
    text-decoration: underline;
}

footer p br {
    display: none;
}

.corner {
    position: fixed;
    z-index: 99;
    pointer-events: none;
}

.corner.top_left_corner {
    left: 10px;
    top: 70px;
    z-index: 0;
}

.corner.top_right_corner {
    right: 0;
    top: 70px;
}

.corner.bottom_left_corner {
    bottom: 35px;
    left: 10px;
    z-index: 0;
}

.corner.bottom_right_corner {
    right: 0;
    bottom: 30px;
}

.corner.sidebar {
    left: 25px;
    top: 50%;
    margin-top: -240px;
    z-index: 0;
}

.form_block {
    position: fixed;
    top: 50%;
    right: 5%;
    z-index: 99;
    background: url("../images/villa-one/form-bg-1.jpg") no-repeat center top;
    background-size: 100% 100%;
    width: 346px;
    padding: 15px 25px 30px;
    transform: translateY(-50%);
}

.form_heading {
    text-align: center;
    margin-bottom: 20px;
}

.form_heading .icon {
    margin-bottom: -15px;
}

.form_heading .inner {
    position: relative;
}

.form-header h3 {
    font-size: 17px;
    color: #000;
    margin-top: 10px;
}

.thankyou-text p {
    font-size: 15px;
    color: #000;
    padding-bottom: 30px;
    font-family: 'Roboto', sans-serif;
}

.form_heading .inner:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 3px;
    width: 100%;
    height: 2px;
    z-index: -1;
    background: rgb(23, 23, 23);
    background: -moz-linear-gradient(left, rgba(23, 23, 23, 1) 0%, rgba(255, 255, 255, 1) 7%, rgba(255, 255, 255, 1) 93%, rgba(23, 23, 23, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(23, 23, 23, 1) 0%, rgba(255, 255, 255, 1) 7%, rgba(255, 255, 255, 1) 93%, rgba(23, 23, 23, 1) 100%);
    background: linear-gradient(to right, rgba(23, 23, 23, 1) 0%, rgba(255, 255, 255, 1) 7%, rgba(255, 255, 255, 1) 93%, rgba(23, 23, 23, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#171717', endColorstr='#171717', GradientType=1);
}

.form-group {
    margin-bottom: 15px;
}

.form_heading .inner h2 {
    display: inline-block;
    color: #000;
    font-size: 26px;
    background-color: #171717;
    padding: 0 10px;
    letter-spacing: 7px;
}

.form_heading .inner h2 span {
    display: block;
    font-size: 11px;
    letter-spacing: normal;
}

.form-control {
    font-size: 16px;
    color: #000;
    background-color: transparent;
    border: 2px solid #ae7604;
    padding: 5px;
    height: 44px;
}

.form-control:focus {
    font-family: 'Roboto', sans-serif;
    font-size: 14px
}

.form-control {
    font-family: 'Roboto', sans-serif;
    font-size: 14px
}

.form_block .btn {
    /* background-image: repeating-linear-gradient(to right, #a2682a 0%, #be8c3c 8%, #be8c3c 18%, #d3b15f 27%, #faf0a0 35%, #ffffc2 40%, #faf0a0 50%, #d3b15f 58%, #be8c3c 67%, #b17b32 77%, #bb8332 83%, #d4a245 88%, #e1b453 93%, #a4692a 100%); */
    background-color: #ae7604;
    border-radius: 10px;
    width: 90%;
    line-height: 60px;
    padding: 0 15px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'ChronicaPro';
    display: inline-block;
    font-size: 27px;
    letter-spacing: 2px;
    margin-top: 10px;
}
 button {
        background-color: #ae7604;
    border-radius: 10px;
    width: 90%;
    padding: 0 15px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'ChronicaPro';
    display: inline-block;
    font-size: 27px;
    letter-spacing: 2px;
    margin-top: 10px;
    }

    .spinner {
      display: none;
      width: 18px;
      height: 18px;
      border: 2px solid #fff;
      border-top: 2px solid transparent;
      border-radius: 50%;
      animation: spin 0.8s linear infinite;
      position: absolute;
      right: 12px;
      top: 50%;
      transform: translateY(-50%);
    }

    @keyframes spin {
      100% { transform: rotate(360deg); }
    }

    button.loading {
      pointer-events: none;
      opacity: 0.7;
    }

    button.loading .spinner {
      display: inline-block;
    }

.overview_section {
    position: relative;
    height: 100%;
    text-align: center;
}

.overview_section .img_block {
    position: absolute;
    left: 0;
    bottom: 60px;
}

.heading {
    position: relative;
    display: inline-block;
    margin-bottom: 50px;
}

.heading:before,
.heading:after {
    content: url("../images/villa-one/headeing-top-bar.png");
    position: absolute;
    left: 50%;
    top: -50px;
    transform: translateX(-50%);
    pointer-events: none;
}

.heading:after {
    content: url("../images/villa-one/headeing-bottom-bar.png");
    top: auto;
    bottom: -70px;
}

.heading h2 {
    color: #000;
    font-size: 30px;
}

.heading2 {
    padding-bottom: 10px;
}

.heading2 h2 {
    color: #fff;
    font-size: 28px;
}

.inner_overview {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 100vh;
}

.inner_overview ul {
    display: inline-block;
    max-width: 530px;
}

.inner_overview ul>li {
    display: inline-block;
    width: 24%;
}

.inner_overview ul>li .icon {
    margin-bottom: -10px;
}

.inner_overview ul>li p {
    color: #fff;
    font-size: 14px;
    line-height: 16px;
    font-family: 'BreeSerif';
}

.amenities_section {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    /* height: 110vh; */
    text-align: center;
}

.amenities_section .container {
    padding-right: 400px;
}

.amenities_section ul {
    display: inline-block;
    max-width: 710px;
}

.amenities_section ul>li {
    display: inline-block;
    width: 24%;
    margin-bottom: 30px;
}

.amenities_section ul>li .icon {
    margin-bottom: 10px;
}

.amenities_section ul>li p {
    color: #000;
    font-size: 16px;
    line-height: 16px;
    font-family: 'BreeSerif';
}

.locationMap_section {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 100vh;
    text-align: center;
    padding: 0px 40px;
}

.locationMap_section .container {
    padding-right: 410px;
    padding-left: 80px;
    padding-bottom: 50px;
}

.map_block {
    max-width: 920px;
    display: inline-block;
    width: 100%;
}

.map_block>img {
    width: 100%;
}

.gallery_section {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 100vh;
    text-align: center;
}

.gallery_section .container {
    padding-right: 450px;
    padding-left: 150px;
}

.gallery_wrap {
    display: inline-block;
    width: 100%;
    max-width: 918px;
}

.slider-for {
    position: relative;
    padding: 10px;
}

.slider-for:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url("../images/gallery-frame.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: -1;
}

.slider-for img {
    width: 100%;
}

.slider-for .slick-prev {
    left: -42px;
}

.slider-for .slick-next {
    right: -42px;
}

.slider-for .slick-prev,
.slider-for .slick-next {
    width: 110px;
    height: 52px;
    z-index: 9;
}

.slider-for .slick-prev::before {
    content: url("../images/btn-prev.png");
}

.slider-for .slick-next::before {
    content: url("../images/btn-next.png");
}

.slider-nav {
    padding: 0 50px;
    margin-top: 10px;
}

.slider-nav h3 {
    background: #efe5ce;
    font-size: 14px;
    color: #000;
    padding: 1px;
    width: 100%;
    border: 1px solid #000;
    float: left;
    border-radius: 20px;
    line-height: 40px;
}

.slider-nav .slick-current h3 span {
    /* background-image: repeating-linear-gradient(to right, #a2682a 0%, #be8c3c 8%, #be8c3c 18%, #d3b15f 27%, #faf0a0 35%, #ffffc2 40%, #faf0a0 50%, #d3b15f 58%, #be8c3c 67%, #b17b32 77%, #bb8332 83%, #d4a245 88%, #e1b453 93%, #a4692a 100%); */
    background-color: #ae7604;
    color: #fff;
    transition: all 0.25s ease-in 0s;
    -webkit-transition: all 0.25s ease-in 0s;
    line-height: 38px;
    float: left;
    width: 100%;
    border-radius: 20px;
}

.slider-nav .slick-slide {
    margin: 0 5px;
}

/*.slider-nav .slick-prev::before, .slick-next::before{}*/
.slider-nav .slick-prev {
    left: 0;
}

.slider-nav .slick-next {
    right: 0;
}

.slider-nav .slick-prev,
.slider-nav .slick-next {
    width: 48px;
    height: 48px;
}

.slider-nav .slick-prev::before {
    content: url("../images/slide-nav-prev.png");
}

.slider-nav .slick-next::before {
    content: url("../images/slide-nav-next.png");
}

.mobile_heading {
    display: none;
}

.mb_heading {
    display: none;
}

img.desktop_img {
    display: block;
}

img.mobile_img {
    display: none;
}

.footer_bottom {
    display: none;
}

#submit {
    background-color: transparent;
    border: none;
    color: #fff;
}

.selectbox-main select option {
    color: #fff;
    background-color: #000;
}

.overview-form {
    position: relative;
    background: transparent;
    color: #fff;
    border-bottom: 2px solid #fff;
    appearance: none;
    width: 100%;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    padding: 10px 0px;
    position: relative;
    z-index: 99;
}

.launching_wapper {
    display: none;
}

/* .launching_wapper{ position: fixed; left: 0; top: 0; width: 100%; height: 100%; z-index: 999; overflow: hidden;} */
.launching_wapper>img {
    width: 100%;
    height: 100%;
}

.launching_wapper .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.launching_wapper .overlay .copy {
    text-align: center;
    width: 70%;
}

.launching_wapper .overlay .copy .explore_logo {
    margin-bottom: 20px;
}

.launching_wapper .overlay .copy .explore_logo>img {}

.launching_wapper .overlay .copy h1 {
    color: #fff;
    font-size: 44px;
    line-height: 49px;
}

.launching_wapper .overlay .copy h2 {
    color: #fff;
    font-size: 32px;
}

.launching_wapper .overlay .explore {
    width: 30%;
    padding-left: 50px;
}

.launching_wapper .overlay .explore>a {
    float: left;
    width: 189px;
}

.launching_wapper .overlay .explore>a>img {
    width: 100%;
}

.launching_wapper .overlay .explore>a:hover {
    transform: scale(.95);
}

.project-logo {
    background-color: #fff;
    padding: 10px;
    display: inline-block;
}

/* .gold-button {
    background-image: repeating-linear-gradient(to right, #a2682a 0%, #be8c3c 8%, #be8c3c 18%, #d3b15f 27%, #faf0a0 35%, #ffffc2 40%, #faf0a0 50%, #d3b15f 58%, #be8c3c 67%, #b17b32 77%, #bb8332 83%, #d4a245 88%, #e1b453 93%, #a4692a 100%);
    border: none;
    border-radius: px;
    color: white;
    padding: 12px 12px;
    font-weight: bold;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transition: transform 0.2s;
} */

.overview-section h4 {
    color: #000;
    margin-top: 20px;
    margin-bottom: 20px;
}

.overview-section p,
.green-section p {
    font-family: 'BreeSerif';
    font-size: 16px;
    font-weight: 300;
    color: #000;
    padding: 0 40px;
    text-align: center;
    line-height: 26px;
}

.green-section ul,
.overview-section ul {
    display: inline-block;
    max-width: 100%;
    margin-top: 30px;
}

.green-section ul>li {
    width: auto;
}

.overview-section ul>li {
    width: auto;
    padding-right: 60px;
}

.green-section ul>li p {
    font-size: 18px;
    line-height: 30px;
}

.overview-text h1 {
    color: #000;
    font-size: 30px;
    padding-bottom: 10px;
}

.overview-text h2 {
    font-family: 'BreeSerif';
    color: #000;
    font-size: 20px;
    padding-bottom: 60px;
}


.overview-details ul h3 {
    padding-bottom: 10px;
    color: #000;

}

.accordion-button {
    background-color: #fff;
}

.accordion-button,
.accordion-button:not(.collapsed) {
    color: #fff;
    /* background-image: repeating-linear-gradient(to right, #a2682a 0%, #be8c3c 8%, #be8c3c 18%, #d3b15f 27%, #faf0a0 35%, #ffffc2 40%, #faf0a0 50%, #d3b15f 58%, #be8c3c 67%, #b17b32 77%, #bb8332 83%, #d4a245 88%, #e1b453 93%, #a4692a 100%); */
    background-color: #ae7604;
}

.accordion-body ul li {
    /* padding: 0 20px; */
    line-height: 28px;
    text-align: left;
    color: #000;
    list-style: disc;
    margin: 0 5px;
}

.accordion-body ul li span {
    float: right;
}

.accordion-collapse {
    border: 1px solid #0000008c;
}

input::placeholder,
textarea::placeholder {
    color: #0000005b !important;
    font-style: italic;
    opacity: 1;
}