* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Muli', sans-serif;
}
a {
    text-decoration: none;
    outline: none;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    color: #56576e;
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
input:focus,
button:focus,
a:focus,
a:hover {
    text-decoration: none;
    outline: none;
}
img {
    max-width: 100%;
    height: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    font-weight: 700;
    line-height: 1.4em;
    font-family: 'PT Serif', serif;
}
html,
body {
    height: 100%
}
main {
    width: 100%;
    height: 100%;
    display: table;
    overflow: hidden;
    table-layout: fixed;
}
.centertxt {
    text-align: center;
}
header {
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    top: 0;
    z-index: 1111;
}
header.fixed {
    background-color: rgba(0,0,0,1);
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fixedHeader;
    animation-name: fixedHeader;
}
@-webkit-keyframes fixedHeader {
    0% {
        opacity: 0;
        top: -30px;
    }
    100% {
        opacity: 1;
        top: 0px;
    }
}

@keyframes fixedHeader {
    0% {
        opacity: 0;
        top: -30px;
    }
    100% {
        opacity: 1;
        top: 0px;
    }
}
.container {
    max-width: 1170px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}
.container:after {
    content: '';
    display: table;
    clear: both;
}
.codename-logo {
    float: left;
}
.codename-logo img {
    display: block;
    height: 70px;
}
.download-bro {
    float: right;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    padding: 6px 20px;
    font-weight: 300;
    border: 1px solid rgba(255,255,255,0.7);
    margin: 20px 0 0 0;
    transition: all 0.3s ease;
}
.download-bro:hover {
    background: #935675;
    border-color: #935675;
}
.kanakia-logo {
    float: right;
    margin: 4px 20px 0 20px;
}
.kanakia-logo img {
    height: 60px;
}
#imagesFond {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    z-index: 1;
}
.innerImagesFond {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #1b1b1b;
    opacity: 0;
    transition: all 1s ease;
    transform: scale(1.2);
}
.innerImagesFond.show {
    opacity: 0.3;
    transform: scale(1);
}
.cover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: 50% 50%;
}
.bg1 {
    background-image: url('../../images/menu/1.jpg');
}
.bg2 {
    background-image: url('../../images/menu/2.jpg');
}
.bg3 {
    background-image: url('../../images/menu/3.jpg');
}
.bg4 {
    background-image: url('../../images/menu/4.jpg');
}
.bg5 {
    background-image: url('../../images/menu/5.jpg');
}
.bg6 {
    background-image: url('../../images/menu/6.jpg');
}
.bg7 {
    background-image: url('../../images/menu/7.jpg');
}
.hamburger {
    float: right;
    width: 40px;
    height: 40px;
    position: relative;
    margin: 20px auto 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}
.hamburger span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #fff;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
.hamburger span:nth-child(1) {
    top: 0px;
}
.hamburger span:nth-child(2) {
    top: 14px;
}
.hamburger span:nth-child(3) {
    top: 28px;
}
.hamburger.open span:nth-child(1) {
    top: 18px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}
.hamburger.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
}
.hamburger.open span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.background-cover, .slide {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.slide {
    height: 100vh;
    position: relative;
    /*padding-top: 80px;*/
    padding-top: 180px;
}
.slide--1 {
    background-image: url('../../images/slide-banner-bg1.jpg');
}
.slide--3 {
    background-image: url('../../images/ggdBanner.jpg');
}
.slide--2 {
    background-image: url('../../images/slide-banner-bg2.jpg');
}
.slide .container {
    position: relative;
    display: flex;
    height: 100%;
}
.background-cover .slick-dots {
    position: absolute;
    right: 100px;
    left: auto;
    width: auto;
    bottom: 40px;
    z-index: 1;
}
.background-cover .slick-dots li {
    width: 40px;
    height: 40px;
}
.background-cover .slick-dots li button {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    border: 1px solid transparent;
}
.background-cover .slick-dots li button:before {
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    opacity: 1;
}
.background-cover .slick-dotted.slick-slider {
    margin-bottom: 0;
}
.background-cover .slick-dots li.slick-active button {
    border: 1px solid #fff;
}
.buildImg {
    position: absolute;
    bottom: 0;
    left: 0;
    /*max-width: 650px;*/
    max-width: 400px;
    z-index: 1;
}
.bannerInfo {
    text-align: center;
    min-width: 800px;
    /*min-width: 650px;*/
    opacity: 0;
    transform: translateY(-30px);
    transition: all 1s ease;
}
.bannerInfo.black {
    text-align: center;
    min-width: 800px;
    /*min-width: 650px;*/
    /*opacity: 0;*/
    /*transform: translateY(-30px);*/
    transition: all 1s ease;
    opacity: 1;
    left: 50%;
    top: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
}
.bannerInfo.black img.ggd-info {
    margin: 0 auto;
}
.bannerInfo.black .ggd-click {
    display: inline-block;
}
.bannerInfo.fill {
    opacity: 1;
    transform: translateY(0px);
}
.bannerInfo.fill.black {
    opacity: 1;
    left: 50%;
    top: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
}
.bannerInfo h4, .bannerInfo h5 {
    color: #fff;
    font-weight: normal;
    text-align: center;
}
.bannerInfo h4 {
    font-size: 26px;
}
.bannerInfo h4 span {
    font-size: 30px;
}
.bannerInfo h5 {
    font-size: 34px;
}
.bannerInfo .divider {
    width: 100%;
    height: 1px;
    background-color: rgba(255,255,255,0.5);
    max-width: 50%;
    margin: 0 auto 10px;
    position: relative;
}
.bannerInfo .divider:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #fff;
    top: -5px;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.enqsection {
    position: absolute;
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
    left: auto;
    right: 100px;
    width: 300px;
    background-color: #fff;
    padding:0;
    z-index: 111;
}
.enqsection.sticky {
    position: fixed;
    bottom: 0;
    top: auto;
    transform: none;
    left: 0;
    right: 0;
    width: 100%;
    background-color: #935675;
    padding:8px 0;
    box-shadow: 0px -5px 20px 0px rgba(0, 0, 0, 0.15);
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fixedEq;
    animation-name: fixedEq;
}
@-webkit-keyframes fixedEq {
    0% {
        opacity: 0;
        bottom: -30px;
    }
    100% {
        opacity: 1;
        bottom: 0px;
    }
}

@keyframes fixedEq {
    0% {
        opacity: 0;
        bottom: -30px;
    }
    100% {
        opacity: 1;
        bottom: 0px;
    }
}
.enqsection .container {
    display: block;
    padding-left: 0;
    padding-right: 0;
}
.enqsection.sticky .container {
    display: flex;
    justify-content: space-between;
}
.enqsection h4 {
    margin:0 0 18px 0;
    color: #fff;
    font-size: 20px;
    background-color: #935675;
    padding: 10px 15px;
}
.enqsection.sticky h4 {
    margin: 0;
    padding: 0;
    background-color: transparent;
    color: #fff;
}
.enqsection form {
    padding: 0 15px;
}
.enqsection.sticky form {
    padding: 0;
}
.form-group {
    position: relative;
    vertical-align: top;
    display:block;
    margin-bottom: 18px;
}
.sticky .form-group {
    display: inline-block;
    margin-bottom: 0px;
    padding: 0 3px;
}
.form-group input {
    width: 100%;
    padding:12px 8px;
    border: 1px solid #935675;
    outline: 0;
}
.sticky .form-group input {
    width: 280px;
    padding:8px 8px;
    background-color: #935675;
    border: 1px solid #fff;
    color: #fff;
}
.sticky .selected-dial-code{
    color: #fff;
}
.sticky .form-group input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
.sticky .form-group input::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
.sticky .form-group input:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
.sticky .form-group input:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}
.intl-tel-input {
    display: block;
}
.intl-tel-input .country-list {
    max-width: 300px;
    max-height: 200px;
}
.intl-tel-input.iti-container {
    z-index: 11111;
}
/* For Firefox */
input[type='number'] {
    -moz-appearance:textfield;
}
/* Webkit browsers like Safari and Chrome */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.form-group input.submit-btn {
    width: 100px;
    background-color: #0094d1;
    color: #fff;
    border-color: transparent;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    position: relative;
}
.form-group input.submit-btn:hover {
    background-color: #935675;
}
.enqsectionShort, .enqsectionRSVP {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    display: none;
    width: 260px;
    background-color: #fff;
    padding: 0;
    z-index: 11111;
}
.enqsectionOTP {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    display: block;
    width: 260px;
    background-color: #fff;
    padding: 20px 0 0 0;
    z-index: 11111;
}
.lastfunction {
    background-color: rgba(0,0,0,0.9);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 111111;
    display: none;
}
.resend, .verify {
    padding: 8px 15px;
}
.resend {
    background-color: #000;
    color: #fff;
    margin-right: 10px;
}
.verify {
    background-color: #935675;
    color: #fff;
}
.enqsectionShort.open, .enqsectionRSVP.open {
    display: block;
}
.enqsectionShort h4, .enqsectionRSVP h4 {
    margin: 0 0 18px 0;
    color: #fff;
    font-size: 20px;
    background-color: #935675;
    padding: 10px 15px;
}
.enqsectionShort .container, .enqsectionRSVP .container {
    display: block;
    padding-left: 0;
    padding-right: 0;
}
.enqsectionShort form, .enqsectionRSVP form {
    padding: 0 15px;
}
.enqsectionShort .closeForm, .enqsectionRSVP .closeForm {
    display: block;
    position: absolute;
    right: -10px;
    top: -10px;
    width: 30px;
    height: 30px;
    background-color: #fff;
    border-radius: 50%;
    line-height: 28px;
    text-align: center;
}
.sec-overview {
    padding: 40px 0 80px 0;
    background-color: #f1e7ef;
    text-align: center;
    position: relative;
}
p.fistPara {
    font-size: 20px;
}
.title1 {
    color: #000;
    font-size: 40px;
    text-align: center;
    font-weight: 300;
    line-height: 40px;
    position: relative;
    padding-bottom: 30px;
}
.title1::before {
    content: '';
    width: 500px;
    margin: 0 auto;
    height: 1px;
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
.title1::after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #000;
    bottom: -4px;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);   
}
.txtpara {
    max-width: 600px;
    margin: 0 auto;
}
.txtpara p {
    margin-bottom: 10px;
}
.downarrow {
    width: 60px;
    height: 60px;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -30px;
    margin: 0 auto;
    background-image: url('../../images/downarrow.png');
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 1;
}
.downarrow:hover {
    box-shadow: 0 8px 20px 0px rgba(0,0,0,0.3);
}
.sec-pjconfig {
    padding: 80px 0 200px 0;
    /*background-image: url('../../images/pjconfig-bg.jpg');*/
    background-position: center center;
    position: relative;
}
.block-pj {
    content: '';
    display: table;
    clear: both;
}
.block-pj {
    width: 100%;
    border-bottom: 1px solid rgba(255,255,255,0.5);
    padding-bottom: 30px;
}
.single-pj {
    float: left;
    width: 33.33%;
    padding: 0 15px;
    position: relative;
}
.single-pj h4 {
    font-size: 35px;
    color: #fff;
    font-weight: 300;
    padding-left: 100px;
    line-height: 36px;
}
.single-pj h4 span {
    font-size: 26px;
    display: block;
}
.single-pj img {
    position: absolute;
    left: 15px;
    top: 0px;
    width: 70px;
}
h4.pjTitle {
    color: #fff;
    font-size: 40px;
    text-align: center;
    font-weight: 300;
    line-height: 40px;
    position: relative;
    padding: 40px 0;
}
.sec-ntb {
    padding: 250px 0 20px 0;
    background-color: #f1e7ef;
}
.sec-amenities {
    padding: 60px 0 60px 0;
    background-color: #f1e7ef;
}
.sec-video {
    padding: 60px 0 60px 0;
    background-color: #f1e7ef;   
}
.sec-amenities p, .sec-gallery p, .sec-pro-location p {
    max-width: 600px;
    text-align: center;
    margin: 0 auto;
}
.amenities-slider {
    margin-top: 30px;
}
.amenities-slider .slick-slide,
.galo .slick-slide {
    padding: 0 15px;
}
.amenities-slider .slick-slide a {
    position: relative;
    display: block;
}
.amenities-slider .slick-slide a span {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: #935675;
    color: #fff;
    padding: 10px 18px;
    font-family: 'PT Serif', serif;
    font-size: 18px;
}
.amenities-slider .slick-list {
    margin: 0 -15px;
}
.amenities-slider img {
    width: 100%;
}
.amenities-slider .slick-arrow, .amenities-slider .slick-arrow:hover, .amenities-slider .slick-arrow:focus,
.galo .slick-arrow, .galo .slick-arrow:hover, .galo .slick-arrow:focus,
.ntb-slider .slick-arrow, .ntb-slider .slick-arrow:hover, .ntb-slider .slick-arrow:focus,
.about-slider .slick-arrow, .about-slider .slick-arrow:hover, .about-slider .slick-arrow:focus {
    width: 40px;
    height: 40px;
    background-color: #935675;
    border-radius: 50%;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: center center;
    box-shadow: 0 0px 10px 0px rgba(0,0,0,0.1);
}
.amenities-slider .slick-arrow:before,
.galo .slick-arrow:before,
.ntb-slider .slick-arrow:before,
.about-slider .slick-arrow:before {
    display: none;
}
.amenities-slider .slick-prev,
.galo .slick-prev,
.ntb-slider .slick-prev,
.about-slider .slick-prev {
    background-image: url('../../images/arrow-left.png');
}
.amenities-slider .slick-next,
.ntb-slider .slick-next,
.galo .slick-next,
.about-slider .slick-next {
    background-image: url('../../images/arrow-right.png');
}
.slick-arrow.slick-disabled {
    opacity: 0.4
}
.sec-gallery {
    padding: 60px 0;
    background-color: #eadde6;
}
.sec-gallery .content {
    display: none;
    text-align: center;
    /*width: 60%;*/
    margin: 0 auto;
}
.sec-gallery .content img {
    max-width: 100%;
}
.sec-gallery .content.active {
    display: block;
}
.navTabs {
    text-align: center;
    display: flex;
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 30px;
}
.navTabs a {
    font-size: 20px;
    background-color: #fff;
    color: #000;
    font-family: 'PT Serif', serif;
    padding: 7px 15px;
}
.navTabs a.active {
    background-color: #935675;
    color: #fff;
}
.navTabsInner {
    display: flex;
    box-shadow: 0 14px 31px 9px rgba(147, 86, 117, 0.18);
}
.galo img {
    max-width: 100%;
    margin: 0 auto;
}
.sec-pro-location {
    padding: 60px 0;
    background-color: #f1e7ef;
}
.mapSection {
    position: relative;
    margin-top: 30px;
}
.mapInfo {
    background-color: #fff;
    padding: 15px;
    width: 260px;
}
.mapInfo ul {
    margin: 0;
    height: 480px;
    overflow-y: auto;
    padding: 0;
}
.mapInfo ul li {
    list-style: none;
    display: flex;
    align-items: start;
    margin-bottom: 8px;
    font-family: 'PT Serif', serif;
    font-size: 14px;
    color: #444;
}
.mapInfo ul li.titleList {
    font-size: 24px;
    font-family: 'PT Serif', serif;
}
.mapInfo ul li img {
    margin-right: 10px;
    width: 36px;
    height: 36px;
}
.mapImg {
    position: absolute;
    width: calc(100% - 260px);
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    overflow:hidden;
    z-index: 11;
}
.mapImg img {
    width: 100%;
}
#mapBtn {
    background-color: #935675;
    color: #fff;
    padding: 8px 10px;
    position: absolute;
    z-index: 111;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: inline-block;
    width: 270px;
    text-align: center;
}
.iframeMap {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.vectorImg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 11;
}
.vectorImg.hide {
    z-index: -1;
}
.iframeMap.hide {
    z-index: 11;
}
.mapInfo ul::-webkit-scrollbar,
.mapInfo ul::-webkit-scrollbar-thumb,
.mapInfo ul::-webkit-scrollbar-track {
    width: 8px;
    border: none;
    background: transparent;
}
.mapInfo ul::-webkit-scrollbar-button,
.mapInfo ul::-webkit-scrollbar-track-piece,
.mapInfo ul::-webkit-scrollbar-corner,
.mapInfo ul::-webkit-resizer {
    display: none;
}
.mapInfo ul::-webkit-scrollbar-thumb {
    border-radius: 6px;
    background-color: #000000;
    height: 10px;
}
.mapInfo ul::-webkit-scrollbar-track {
    background-color: #e5e5e5;
    background-repeat: repeat-y;
    background-size: contain;
}
.bookPrice {
    max-width: 540px;
    width: 540px;
    position: absolute;
    min-height: 220px;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: -110px;
}
.bookPrice:after {
    content: '';
    display: table;
    clear: both;
}
.spanLine {
    position: relative;
    width: 540px;
    height: 220px;
}
.spanLine:before {
    content: '';
    height: 50px;
    width: 1px;
    background-color: #fff;
    position: absolute;
    top: -120px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.spanLine:after {
    content: '';
    height: 50px;
    width: 1px;
    background-color: #935675;
    position: absolute;
    bottom: -120px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.blockRec {
    width: 220px;
    background-color: #fff;
    border: 8px solid #935675;
    height: 220px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    z-index: 11;
    box-shadow: 0px 0 11px 2px rgba(0, 0, 0, 0.3);
}
.blockRec:before {
    content: '';
    width: 190px;
    height: 190px;
    background-color: transparent;
    position: absolute;
    left: 6px;
    top: 6px;
    border: 1px solid rgba(147, 86, 117, 0.26);
}
.blockRec h4 {
    color: #935675;
    font-size: 30px;
    text-align: center;
    font-weight: 300;
    position: relative;
    z-index: 11;
}
.blockRec a {
    color: #fff;
    background-color: #935675;
    display: inline-block;
    padding: 6px 14px;
    position: relative;
    z-index: 11;
    transition: all 0.3s ease-in-out;
}
.blockRec a:hover {
    background-color: #0094d1;
}
.blockRec1 {
    float: left;
}
.blockRec2 {
    float: right;
}
.bookPrice:before {
    content: '';
    width: 320px;
    height: 120px;
    position: absolute;
    border: 1px solid #fff;
    border-bottom: 0;
    top: -70px;
    left: 100px;
    z-index: 1;
}
.bookPrice:after {
    content: '';
    width: 320px;
    height: 120px;
    position: absolute;
    border: 1px solid #935675;
    border-top: 0;
    bottom: -70px;
    left: 100px;
    z-index: 1;
}
.ntb-slider {
    text-align: center;
}
.ntbinner {
    height: 190px;
    position: relative;
    padding: 30px 0;
}
.ntbinner.odd {
    margin-top: 190px;
}
.ntbinner:before {
    background-color: #000;
    width: 8px;
    height: 8px;
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -4px;
    border-radius: 50%;
    margin: 0 auto;
    z-index: 2;
    box-shadow: 0 0 0 10px #fff;
}
.ntbinner:after {
    content: '';
    width: 100%;
    height: 2px;
    background-color: #c1b9bf;
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1;
}
.ntbinner.odd:after {
    bottom: auto;
    top: -1px;
}
.ntbinner.odd:before {
    bottom: auto;
    top: -4px;
}
.ntb-slider img {
    margin: 0 auto;
}
.slick-slide {
    outline: 0;
}
.video-section {
    margin-top: 30px;
    box-shadow: 0px 0 40px 2px rgba(0, 0, 0, 0.2);
}
.video-section a {
    display: block;
    position: relative;
}
.video-section a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    transition: all 0.3s ease-in-out;
}
.video-section a:hover:before {
    background-color: rgba(0,0,0,0.4);
}
.video-section a img {
    width: 100%;
    display: block;
}
.video-section a:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    transition: all 0.3s ease-in-out;
    background-image: url('../../images/video-play.png');
    background-repeat: no-repeat;
    background-position: center center;
}
.sec-about {
    padding: 60px 0;
    background-color: #f1e7ef;
    text-align: center;
    position: relative;
    color: #000;
}
.about-slider {
    margin:30px;
}
.about-slider span {
    font-family: 'PT Serif', serif;
    font-size: 60px;
    display: inline-block;
    border-right: 1px solid #000;
    line-height: 60px;
    padding-right: 10px;
    margin-right: 10px;
}
.about-slider p {
    font-family: 'PT Serif', serif;
    display: inline-block;
    font-size: 20px;
    text-align: left;
    vertical-align: top;
}
.sec-siteaddress {
    padding: 140px 0;
    /*background-image: url('../../images/siteaddress.jpg');*/
    background-position: center center;
    text-align: center;
}
.title1.wht {
    color: #fff;
}
.title1.wht:after {
    background-color: #fff;
}
.title1.wht:before {
    background-color: rgba(255,255,255,0.5);
}
.sec-siteaddress .fistPara {
    color: #fff;
    max-width: 700px;
    margin: 0 auto;
}
footer {
    padding: 40px 0 70px;
}
.reratxt {
    display: flex;
    justify-content: center;
    align-items: start;
}
.reratxt img {
    margin-right: 15px;
}
.reratxt p {
    font-size: 12px;
    margin-bottom: 15px;
}
.copytxt {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}
.copytxt p, .copytxt p a {
    color: #000;
    font-size: 12px;
}
.copytxt img {
    margin-left: 8px;
}


.mouse {
    margin: 0 auto;
    width: 25px;
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 11;
}
.mouse-icon {
    width: 25px;
    height: 45px;
    border: 2px solid white;
    border-radius: 15px;
    cursor: pointer;
    position: relative;
    text-align: center;
}
.mouse-wheel {
    height: 6px;
    margin: 2px auto 0;
    display: block;
    width: 3px;
    background-color: white;
    border-radius: 50%;
    -webkit-animation: 1.6s ease infinite wheel-up-down;
    -moz-animation: 1.6s ease infinite wheel-up-down;
    animation: 1.6s ease infinite wheel-up-down;
}
@-webkit-keyframes wheel-up-down {
    0% {
        margin-top: 2px;
        opacity: 0;
    }
    30% {
        opacity: 1;
    }
    100% {
        margin-top: 20px;
        opacity: 0;
    }
}@-moz-keyframes wheel-up-down {
    0% {
        margin-top: 2px;
        opacity: 0;
    }
    30% {
        opacity: 1;
    }
    100% {
        margin-top: 20px;
        opacity: 0;
    }
}@keyframes wheel-up-down {
    0% {
        margin-top: 2px;
        opacity: 0;
    }
    30% {
        opacity: 1;
    }
    100% {
        margin-top: 20px;
        opacity: 0;
    }
}
body.nav-active {
    overflow:hidden;
}
.nav {
    background: #000;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100vh;
    z-index: 1111;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.2s, visibility 0s 0.2s;
    transition: transform 0.4s, opacity 0.2s, visibility 0s 0.2s;
    padding: 100px;
}
.nav-active .nav {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
    transition: transform 0.4s, opacity 0.4s;
}
.nav__list-item a {
    color: #696969;
    font-size: 30px;
    margin: 8px 0;
    position: relative;
    font-weight: bold;
}
/*.nav__list-item a:after {
    content: '';
    width: 0%;
    position: absolute;
    top: 50%;
    left: 0;
    height: 2px;
    background-color: #fff;
    transition: all 0.3s ease-in-out
}*/
.nav__list-item a:hover {
    color: #fff;
}
/*.nav__list-item a:hover:after {
    width: 100%;
}*/
.nav__content {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    text-align: center;
    position: relative;
    z-index: 2;
}
.nav__list-item {
    padding: 10px 0;
}
.enqModel {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 5px 0;
    background-color: #935675;
    z-index: 1111;
    display: none;
    text-align: center;
    color: #fff;
    font-size: 20px;
    box-shadow: 0px -5px 20px 0px rgba(0, 0, 0, 0.15);
}
.overlay {
    display: none;
    position: fixed;
    z-index: 11111;
    background-color: rgba(0,0,0,0.8);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.overlay.open {
    display: block;
}
.closeForm {
    display: none;
    cursor: pointer;
}
.error_bottom {
    border:1px solid red !important;
}
.closeMenu {
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    font-size: 30px;
    width: 50px;
    height: 50px;
    background: #888;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
    z-index: 3
}
.thankyou {
    background-image: url('../../images/slide-banner-bg1.jpg');
    background-size: cover;
}
.thankImg {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    max-width: 700px;
    margin: 0 auto;
}
.thankyou .container {
    position: relative;
    height: 100vh
}
.txtDiv {
    /*border: 1px solid #fff;*/
    padding: 50px 30px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    top: 50px;
    min-height: 70vh;
    max-width: 900px;
}
.txtDiv h4 {
    color: #fff;
    font-size: 30px;
    display: block;
}
.txtDiv p {
    color: #fff;
    font-size: 20px;
    display: block;
}
.txtDiv a {
    color: #fff;
    font-size: 14px;
    margin-top: 15px;
}
.downloadLink {
    padding: 8px 15px;
    display: inline-block;
    background-color: #935675;
    color: #fff;
    transition: all 0.3s ease-in-out
}
.downloadLink:hover {
    background-color: #fff;
    color: #935675;   
}
.animateLayer {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.8s ease-in-out;
}
.animateLayer.jadu {
    opacity: 1;
    transform: translateY(0px);
}
.menuTitle {
    font-size: 10vw;
    color: #444;
    font-weight: bolder;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    background-color: #000;
    overflow:hidden;
}
.slick-dots li {
    margin: 0 2px;
}
.mobDownloadBro {
    display: none;
}
@media only screen and (max-width: 1600px) {
    .slide {
        padding-top: 80px;
    }
    .bannerInfo, .buildImg {
        max-width: 450px;
        min-width: 450px;
        margin: 0 auto;
    }
    .bannerInfo.black {
        max-width: 530px;
        min-width: 530px;
    }
    .slide--3 .buildImg {
        z-index: 3
    }
}
@media only screen and (max-width: 1370px) {
    .slide {
        padding-top: 40px;
    }
    .buildImg, .bannerInfo {
        max-width: 440px;
        margin: 0 auto;
    }
    .bannerInfo h5 {
        font-size: 30px;
    }
    .bannerInfo h4 span {
        font-size: 26px;
    }
    .ggd-click {
        width: 130px;
    }
    .ggd-click img {
        width: 100%;
    }
    .bannerInfo.black {
        max-width: 430px;
        min-width: 430px;
    }
}
@media only screen and (max-width: 1030px) {
    .enqsection {
        right: 0;
    }
    .sticky .form-group input {
        width: 230px;
    }
    .sticky .form-group input.submit-btn {
        width: 100px;
    }
    .enqsection.sticky h4 {
        padding-left: 15px;
    }
    .mapInfo ul {
        height: 340px;
    }
}
@media only screen and (max-width: 900px) {
    .slide--3 .buildImg {
        max-width: 400px;
    }
    .bannerInfo.fill.black {
        left: 50%;
        transform: translateX(-50%);
        top: 0px;
    }
    .slide--1 {
        background-position: -550px 0px;
    }
    .enqsection {
        position: fixed;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
        display: none;
        width: 260px;
    }
    .enqsection.open {
        display: block;
        z-index: 11111;
    }
    .closeForm {
        display: block;
        position: absolute;
        right: -10px;
        top: -10px;
        width: 30px;
        height: 30px;
        background-color: #fff;
        border-radius: 50%;
        line-height: 28px;
        text-align: center;
    }
    .slide {
        padding-top: 200px;
    }
    .buildImg {
        left: 0;
        right: 0;
    }
    .buildImg, .bannerInfo {
        max-width: 100%;
        min-width: auto;
    }
    .slide--2 {
        background-position: left;
    }
    .single-pj img {
        width: 60px;
    }
    .single-pj h4 {
        padding-left: 75px;
        font-size: 26px;
    }
    .single-pj h4 span {
        font-size: 20px;
    }
    .vectorImg {
        position: relative;
    }
    .mapImg {
        position: relative;
        width: 100%;
    }
    .mapInfo {
        width: 100%;
    }
    .enqModel {
        display: block;
    }
    .slick-next {
        right: 5px;
    }
    .slick-prev {
        left: 5px;
    }
    .txtDiv {
        border:none;
    }
}
@media only screen and (max-width: 740px) {
    .slide--1 {
        background-position: -40px 0px;
    }
    .slide--2 {
        background-position: -40px 0px;
    }
}
@media only screen and (max-width: 640px) {
    .bannerInfo.black {
        max-width: 300px;
        min-width: 300px;
    }
    .slide--3 .buildImg {
        max-width: 200px;
    }
    .title1::before {
        max-width: 100%;
    }
    .mobDownloadBro {
        width: 35px;
        height: 180px;
        background-image: url('../../images/download-bro-img.png');
        position: fixed;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        z-index: 111;
        display: block;
    }
    .codename-logo img, .kanakia-logo img {
        height: 45px;
    }
    .hamburger {
        width: 30px;
        height: 35px;
        margin: 10px auto;
    }
    .download-bro {
        display: none;
    }
    .slide {
        padding-top: 80px;
    }
    .bannerInfo h4 {
        font-size: 18px;
    }
    .bannerInfo h4 span {
        font-size: 22px;
    }
    .bannerInfo h5 {
        font-size: 22px;
    }
    .title1, h4.pjTitle {
        font-size: 26px;
        line-height: 26px;
        padding-bottom: 15px;
    }
    p.fistPara {
        font-size: 16px;
    }
    p {
        font-size: 14px;
    }
    .single-pj {
        width: 250px;
        float: none;
        margin: 0 auto;
    }
    .spanLine {
        width: 100%;
    }
    .bookPrice {
        position: static;
        min-height: auto;
        width: auto;
    }
    .blockRec {
        width: 48%;
        border-width: 4px;
        height: auto;
        padding: 20px 0;
    }
    .blockRec:before, .bookPrice:before, .bookPrice:after, .spanLine:before, .spanLine:after {
        display: none;
    }
    .blockRec h4 {
        font-size: 20px;
    }
    .single-pj h4 {
        font-size: 22px;
        line-height: 26px;
    }
    .single-pj img {
        width: 50px;
    }
    .single-pj h4 span {
        font-size: 16px;
    }
    .spanLine {
        height: auto;
    }
    .sec-pjconfig {
        padding-bottom: 40px;
    }
    .sec-ntb {
        padding-top: 40px;
    }
    .ntbinner.odd {
        margin-top: 0;
    }
    .ntbinner:before, .ntbinner.odd:before, .ntbinner.odd:after, .ntbinner:after {
        display: none;
    }
    .navTabs a {
        font-size: 14px;
    }
    .background-cover .slick-dots li button:before, .background-cover .slick-dots li button {
        width: 20px;
        height: 20px;
        line-height: 20px;
    }
    .background-cover .slick-dots li {
        width: 20px;
        height: 20px;
    }
    .background-cover .slick-dots {
        right: 10px;
    }
    .about-slider {
        margin: 20px 0 0 0;
    }
    .video-section a:after {
        background-size: 40px;
    }
    .slide {
        height: 90vh;
    }
    .ntbinner {
        padding: 20px 0 0 0;
        height: auto;
    }
    .txtDiv {
        border:none;
        position: static;
    }
    .thankImg {
        max-width: 100%;
    }
    .nav {
        padding: 0;
    }
    .nav__content {
        align-items: initial;
        padding-top: 80px;
        overflow-y: auto;
    }
}
@media only screen and (max-width: 520px) {
    .slide--1 {
        background-position: -350px 0px;
    }
    .slide--2 {
        background-position: -140px 0px;
    }
    .thankyou {
        background-position: -400px 0;
    }
}
@media only screen and (max-width: 480px) {
    .sec-video, .sec-amenities, .sec-gallery, .sec-pro-location, .sec-about {
        padding:30px 0;
    }
    .reratxt {
        flex-flow: wrap;
    }
    .reratxt img {
        margin: 0 0 8px 0;
        width: 45px;
    }
    .kanakia-logo {
        margin: 4px 5px 0 10px;
    }
    .download-bro {
        padding: 5px 6px;
        font-size: 10px;
        margin-top: 10px;
    }
    .nav__list-item a {
        font-size: 20px;
    }
    .copytxt {
        display: block;
        text-align: center;
    }
    .copytxt p {
        margin-bottom: 8px;
    }
}
@media only screen and (max-width: 330px) {
    .slide {
        padding-top: 60px;
    }
    .bannerInfo h4 span {
        font-size: 18px;
    }
    .slide--3 .buildImg {
        max-width: 160px;
    }
}