@import"https://fonts.googleapis.com/css2?family=Italiana&family=Open+Sans:ital,wght@0,300;0,400;0,600;1,300;1,400&family=Outfit:wght@100;200;300;400;500;600&display=swap";

html,
body {
    padding: 0;
    margin: 0;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    font-family: "Outfit", sans-serif;
    font-weight: 400;
    color: #4d4c4f;
    line-height: 30px;
    overflow-x: hidden
}

a,
img,
button,
input[type=submit] {
    text-decoration: none;
    outline: none;
    border: 0
}

button,
input,
select,
textarea {
    font-family: "Outfit", sans-serif
}

b,
strong {
    font-weight: 600
}

*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

a:focus,
a:hover {
    text-decoration: none !important
}

p,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
ol {
    padding: 0;
    margin: 0;
    font-weight: unset
}

.container {
    max-width: 1200px;
    margin: 0px auto;
    padding: 0 15px
}

.container-custom {
    max-width: 1366px;
    margin: 0px auto;
    padding: 0 15px
}

.container-fluid {
    max-width: 100%;
    margin: 0px auto
}

.container.small {
    max-width: 850px;
    padding: 0 20px
}

.container.medium {
    max-width: 1000px;
    padding: 0 20px
}

.pull-left {
    float: left !important
}

.pull-right {
    float: right !important
}

.text-left {
    text-align: left
}

.text-center {
    text-align: center !important
}

.text-right {
    text-align: right
}

.text-justify {
    text-align: justify
}

.text-uppercase {
    text-transform: uppercase
}

.text-lowercase {
    text-transform: lowercase
}

.text-italic {
    font-style: italic
}

.text-underline {
    text-decoration: underline
}

.text-light {
    font-weight: 300
}

.text-medium {
    font-weight: 400;
    color: #262423 !important
}

.text-bold {
    font-weight: 600
}

.text-bolder {
    font-weight: 700
}

.text-black {
    color: #000
}

.text-white {
    color: #fff !important
}

.text-orange {
    color: #946e3c
}

.text-brown {
    color: #4f2b14
}

.fontItaliana {
    font-family: "Italiana", serif
}

.fontOutfit {
    font-family: "Outfit", sans-serif
}

.fontOpensans {
    font-family: "Open Sans", sans-serif
}

.img-responsive {
    max-width: 100%;
    height: auto
}

.img-full {
    width: 100%;
    height: auto
}

.center-block {
    margin: 0 auto
}

.bg-white {
    background-color: #fff
}

.bg-off-white {
    background-color: #f8f8fa
}

.bg-cover {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center
}

.col-1 {
    width: 8.3333333333%
}

.col-2 {
    width: 16.6666666667%
}

.col-3 {
    width: 25%
}

.col-4 {
    width: 33.3333333333%
}

.col-5 {
    width: 41.6666666667%
}

.col-6 {
    width: 50%
}

.col-7 {
    width: 58.3333333333%
}

.col-8 {
    width: 66.6666666667%
}

.col-9 {
    width: 75%
}

.col-10 {
    width: 83.3333333333%
}

.col-11 {
    width: 91.6666666667%
}

.col-12 {
    width: 100%
}

.col-12-5 {
    width: 20%
}

.w100 {
    width: 100%
}

.w80 {
    width: 80%
}

.w70 {
    width: 70%
}

.w30 {
    width: 30%
}

.w20 {
    width: 20%
}

.cred {
    color: red
}

.h100 {
    height: 100%
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-12-5,
.w30,
.w70,
.w20 {
    float: left
}

.mg-5 {
    margin: 5px
}

.mg-10 {
    margin: 10px
}

.mg-20 {
    margin: 20px
}

.mg-30 {
    margin: 30px
}

.mg-tp-5 {
    margin-top: 5px
}

.mg-tp-10 {
    margin-top: 10px
}

.mg-tp-20 {
    margin-top: 20px
}

.mg-tp-50 {
    margin-top: 50px
}

.mg-bt-5 {
    margin-bottom: 5px
}

.mg-bt-10 {
    margin-bottom: 10px
}

.mg-bt-20 {
    margin-bottom: 20px
}

.mg-bt-30 {
    margin-bottom: 30px
}

.mg-rt-5 {
    margin-right: 5px
}

.mg-rt-10 {
    margin-right: 10px
}

.mg-rt-20 {
    margin-right: 20px
}

.mg-rt-30 {
    margin-right: 30px
}

.mg-lt-5 {
    margin-left: 5px
}

.mg-lt-10 {
    margin-left: 10px
}

.mg-lt-20 {
    margin-left: 20px
}

.mg-lt-30 {
    margin-left: 30px
}

.pd-5 {
    padding: 5px
}

.pd-10 {
    padding: 10px
}

.pd-20 {
    padding: 20px
}

.pd-30 {
    padding: 30px
}

.pd-tp-5 {
    padding-top: 5px
}

.pd-tp-10 {
    padding-top: 10px
}

.pd-tp-20 {
    padding-top: 20px
}

.pd-tp-30 {
    padding-top: 30px
}

.pd-bt-5 {
    padding-bottom: 5px
}

.pd-bt-10 {
    padding-bottom: 10px
}

.pd-bt-20 {
    padding-bottom: 20px
}

.pd-bt-30 {
    padding-bottom: 30px
}

.pd-rt-5 {
    padding-right: 5px
}

.pd-rt-10 {
    padding-right: 10px
}

.pd-rt-20 {
    padding-right: 20px
}

.pd-rt-30 {
    padding-right: 30px
}

.pd-lt-5 {
    padding-left: 5px
}

.pd-lt-10 {
    padding-left: 10px
}

.pd-lt-20 {
    padding-left: 20px
}

.pd-lt-30 {
    padding-left: 30px
}

.h500 {
    height: 500px
}

.h600 {
    height: 600px
}

.h700 {
    height: 700px
}

.h800 {
    height: 800px
}

.pos-rel {
    position: relative
}

.pos-abs {
    position: absolute
}

.pos-fix {
    position: fixed
}

.bottom {
    bottom: 0
}

.top {
    top: 0
}

.left {
    left: 0
}

.right {
    right: 0
}

.visible-md {
    display: none !important
}

.visible-sm {
    display: none !important
}

.visible-xs {
    display: none !important
}

.hidden-xs {
    display: block
}

.row:before,
.row:after {
    display: table;
    content: " "
}

.row:after,
.clearfix {
    clear: both
}

.disptable {
    display: table;
    height: 100%
}

.dispblock {
    display: block
}

.table-cell {
    display: table-cell;
    vertical-align: middle
}

.Yoverflowhidden {
    overflow-y: hidden
}

.Xoverflowhidden {
    overflow-x: hidden
}

.overflowhidden {
    overflow: hidden
}

section {
    float: left;
    width: 100%
}

.padding {
    padding: 70px 0
}

header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    padding: 5px 0 12px 0;
    z-index: 9999;
    -webkit-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out
}

header.active {
    background-color: #000;
    z-index: 100000;
    -webkit-box-shadow: rgba(50, 50, 93, .25) 0px 6px 12px -2px, rgba(0, 0, 0, .3) 0px 3px 7px -3px;
    box-shadow: rgba(50, 50, 93, .25) 0px 6px 12px -2px, rgba(0, 0, 0, .3) 0px 3px 7px -3px
}

header .upper .number-wrapper {
    margin-right: 20px;
    margin-top: 10px
}

header .upper .ctc-wrapper {
    margin-right: 20px
}

header .upper .enq-btn-wrapper a {
    display: inline-block;
    padding: 0px 15px;
    color: #fff;
    background-color: #6b6b6b;
    text-transform: uppercase;
    line-height: 40px
}

header .lower .nav-links {
    text-align: right;
    margin-top: 8px
}

header .lower .nav-links a {
    display: inline-block;
    padding-right: 15px;
    color: #fff;
    position: relative
}

header .lower .nav-links a.active {
    color: #fff;
    font-weight: 600
}

header .form-container {
    position: absolute;
    width: 300px;
    top: calc(100% + -5px);
    right: 15px;
    background-color: #ffffff;
    padding: 35px 10px 10px;
    display: none
}

header .form-container .frmclose {
    display: none
}

header .form-container .thankyou {
    margin-bottom: 10px;
    text-align: center
}

.call-icon svg {
    width: 20px;
    height: 20px;
    position: relative;
    right: 2px;
    top: 4px
}

header .form-container .frmclose {
    display: inline-block;
    position: absolute;
    top: 10px;
    right: 10px;
    color: #000;
    font-size: 20px
}

.opacity-18 {
    opacity: .18 !important
}

header .form-container .thankyou {
    margin-bottom: 10px
}

.bar1,
.bar2,
.bar3 {
    -webkit-transition: .4s;
    transition: .4s
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-11px, 4px);
    transform: rotate(-45deg) translate(-5px, 5px);
    width: 28px !important
}

.change .bar2 {
    opacity: 0
}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -2px);
    transform: rotate(45deg) translate(-4px, -6px);
    width: 28px !important
}

.brand-logo {
    margin-top: 7px
}

footer {
    float: left;
    width: 100%;
    color: #fff
}

footer p {
    font-size: 14px;
    line-height: 28px;
    opacity: .7
}

footer a {
    color: #fff
}

footer a img {
    vertical-align: middle
}

footer .upper {
    background-color: #2b2b2b;
    padding: 10px 0
}

footer .lower {
    background-color: #0f0800;
    padding: 11px 0;
    font-size: 12px;
    position: relative;
    z-index: 9
}

.border {
    border-radius: 7px;
    display: inline-block;
    border: none;
    background-color: #946e3c
}

.enquire-btn {
    background-color: #946e3c;
    border-radius: 7px;
    border: 1px solid rgba(255, 255, 255, .3490196078);
    color: #fff !important;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    cursor: pointer;
    padding: 6px 20px;
    display: inline-block;
    margin: 2px
}

.discover-more {
    color: #946e3c
}

.cta-div a span {
    vertical-align: middle;
    margin: 0 0 0 10px;
    display: inline-block;
    width: 39px;
    height: 39px;
    border-radius: 50px;
    border: 1px solid #946e3c
}

.cta-div:hover a {
    font-weight: 600
}

.cta-div:hover a span svg {
    -webkit-transform: translate(18px, 0);
    transform: translate(18px, 0);
    -webkit-transition: .3s linear;
    transition: .3s linear
}

.call-icon {
    vertical-align: -10px;
    margin-right: 5px
}

.call-num {
    font: normal normal 700 14px/26px "Open Sans", sans-serif;
    letter-spacing: .7px;
    color: #fff
}

.tnc {
    font: normal normal 400 8px/10px "Open Sans", sans-serif;
    color: #fff;
    background-color: rgba(0, 0, 0, .5);
    padding: 2px 5px;
    position: absolute;
    right: 0;
    bottom: 5px;
    opacity: .7;
    z-index: 99
}

#canv {
    z-index: 3;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    float: left
}

#clouds {
    z-index: 3;
    position: absolute;
    overflow: hidden;
    width: 100%;
    right: 0;
    height: 30%;
    top: 120px
}

.cloud {
    width: 600px;
    height: 330px;
    background-image: url("../images/c1.png");
    background-size: contain;
    background-repeat: no-repeat;
    border-radius: 200px;
    -moz-border-radius: 200px;
    -webkit-border-radius: 200px;
    position: absolute
}

.x1 {
    left: -500px;
    top: 0px;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-animation: moveclouds 100s linear infinite;
    -moz-animation: moveclouds 100s linear infinite;
    -o-animation: moveclouds 100s linear infinite
}

.x2 {
    left: -120px;
    top: 0px;
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    opacity: .8;
    -webkit-animation: moveclouds 150s linear infinite;
    -moz-animation: moveclouds 150s linear infinite;
    -o-animation: moveclouds 150s linear infinite
}

.x3 {
    left: -550px;
    top: 0px;
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    opacity: .8;
    -webkit-animation: moveclouds 200s linear infinite;
    -moz-animation: moveclouds 200s linear infinite;
    -o-animation: moveclouds 200s linear infinite
}

.x4 {
    left: 250px;
    top: 0px;
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    -webkit-animation: moveclouds 70s linear infinite;
    -moz-animation: moveclouds 70s linear infinite;
    -o-animation: moveclouds 70s linear infinite
}

.x5 {
    left: -750px;
    top: 0px;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    opacity: .8;
    -webkit-animation: moveclouds 110s linear infinite;
    -moz-animation: moveclouds 110s linear infinite;
    -o-animation: moveclouds 110s linear infinite
}

.x6 {
    left: 120px;
    top: 0px;
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    opacity: .75;
    -webkit-animation: moveclouds 150s linear infinite;
    -moz-animation: moveclouds 150s linear infinite;
    -o-animation: moveclouds 150s linear infinite
}

.x7 {
    left: -1050px;
    top: 0px;
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
    -webkit-animation: moveclouds 180s linear infinite;
    -moz-animation: moveclouds 180s linear infinite;
    -o-animation: moveclouds 180s linear infinite
}

.x8 {
    left: 200px;
    top: 0px;
    -webkit-transform: scale(0.2);
    transform: scale(0.6);
    -webkit-animation: moveclouds 40s linear infinite;
    -moz-animation: moveclouds 40s linear infinite;
    -o-animation: moveclouds 40s linear infinite
}

.x9 {
    left: 800px;
    top: 0px;
    -webkit-transform: scale(0.6);
    transform: scale(0.9);
    -webkit-animation: moveclouds 30s linear infinite;
    -moz-animation: moveclouds 30s linear infinite;
    -o-animation: moveclouds 30s linear infinite
}

.x10 {
    left: -1280px;
    top: 0px;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    opacity: .9;
    -webkit-animation: moveclouds 170s linear infinite;
    -moz-animation: moveclouds 170s linear infinite;
    -o-animation: moveclouds 170s linear infinite
}

@-webkit-keyframes moveclouds {
    0% {
        margin-left: 800px
    }

    100% {
        margin-left: -800px
    }
}

.bg-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.frmclose {
    position: relative;
    z-index: 99
}

* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important
}

.iti-mobile .selldo-intl-tel-input.iti-container {
    z-index: 10000000000000 !important;
    width: 300px !important
}

.selldof .title {
    display: none
}

.sell_do_virtual_numbers {
    font-weight: 600 !important
}

.selldof .btn,
.sell_do_ctc_btn,
.selldof .btn,
.sell_do_verify_btn {
    background-color: #946e3c !important;
    padding: 8px 12px;
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 24px !important;
    border-radius: 4px;
    border-color: none !important
}

span.help-block {
    position: absolute;
    bottom: -23px;
    font-size: 10px;
    color: red !important
}

.selldof .form-group {
    margin-bottom: 10px !important;
    text-align: left
}

.brochure {
    color: #fff;
    background-color: #000;
    padding: 10px 15px
}

.brochure-btn-pos {
    margin: 40px auto;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.brochure-btn-wrapper {
    margin: 20px auto
}

.br-download-btn {
    display: none
}

.img-desc-right {
    left: unset !important;
    right: 3px
}

.img-desc {
    z-index: 3;
    position: absolute;
    left: 3px;
    bottom: 10px;
    font-size: 6px;
    line-height: 12px;
    color: #fff;
    display: inline-block;
    font-weight: 500;
    background-color: rgba(0, 0, 0, .6392156863);
    padding: 1px 3px;
    border-radius: 30px
}

.tc {
    z-index: 9;
    position: absolute;
    right: 3px;
    bottom: 10px;
    font-size: 6px;
    line-height: 12px;
    color: #fff;
    display: inline-block;
    font-weight: 500;
    background-color: rgba(0, 0, 0, .6392156863);
    padding: 1px 3px;
    border-radius: 30px
}

.section-name {
    font-size: 28px;
    line-height: 30px;
    text-transform: capitalize
}

.section-heading {
    font-size: 46px;
    line-height: 56px;
    padding-bottom: 20px;
    font-weight: 500
}

.section-content {
    font-size: 16px;
    line-height: 30px;
    opacity: .9;
    color: #000
}

.slider-prev,
.slider-next {
    position: absolute;
    cursor: pointer;
    z-index: 3
}



.stickypop{
    width: 300px;
}
.sticky-container {
    position: fixed;
    bottom: 0px;
    left: 0px;
    z-index: 9999;
}

.sticky-btn {
    background-color: transparent;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.close-btn {
    font-size: 30px;
    line-height: 30px;
    color: #fff;
    cursor: pointer;
    padding:0 7px;
    position: absolute;
    top: 20px;
    left: 15px;
    background-color: #000;
    border-radius: 100%;
}

.close-btn:hover {
    color: #ff0000;
}




.banner-image-wrapper {
    position: absolute;
    left: 0px;
    background-position: bottom;
    bottom: 0px;
    z-index: 1;
    width: 100vw
}

@media (max-width: 768px) {
    .stickypop{
        width: 150px;
    }
    .close-btn {
        font-size: 22px;
        line-height: 22px;
        padding: 0 5px;
        padding-bottom: 2px;
    }
    .sticky-container {
        bottom: 50px;
    }
    
}


.modal {
    position: absolute;
    z-index: 10000; /* 1 */
    top: 0;
    left: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
}

.modal.is-visible {
    visibility: visible;
}

.modal-overlay {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 0.3s, opacity 0.3s;
  background: rgba(239, 239, 239, 0.30);
backdrop-filter: blur(30px);
overflow: hidden;
}

.modal.is-visible .modal-overlay {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}

.modal-wrapper {
  position: absolute;
  z-index: 9999;
  top: 6em;
  left: 50%;
  width: 32em;
  margin-left: -16em;
  background-color: #ffffff00;
  /* box-shadow: 0 0 1.5em hsla(0, 0%, 0%, 0.35); */
}

.modal-transition {
  transition: all 0.3s 0.12s;
  transform: translateY(-10%);
  opacity: 0;
}

.modal.is-visible .modal-transition {
  transform: translateY(0);
  opacity: 1;
}

.modal-header,
.modal-content {
  padding: 1em;
}

.modal-header {
  position: relative;
  background-color: #ffffff00;
}

.modal-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 1em;
  color: #aaa;
  background: none;
  border: 0;
}

.modal-close:hover {
  color: #777;
}

.modal-heading {
  font-size: 1.125em;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.modal-toggle{
    font-size: 52px;
    line-height: 32px;
    font-weight: 900;
    cursor: pointer;
}

.modal-content > *:first-child {
  margin-top: 0;
}

.modal-content > *:last-child {
  margin-bottom: 0;
}


.home {
    height: 100vh
}

.banner-video {
    min-width: 100vw;
    height: 100vh
}

.banner-wrapper {
    background-color: rgba(0, 0, 0, .6509803922);
    padding: 20px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 40px;
    z-index: 2
}

.banner-subheading {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: .6px;
    position: relative
}

.banner-subheading:after {
    position: absolute;
    content: "";
    border: 1px solid #fff;
    top: 20px;
    left: 270px;
    width: 150px
}

.banner-heading {
    font-size: 48px;
    line-height: 64px;
    font-weight: 500;
    letter-spacing: 1.44px
}

.banner-content {
    
}

.banner-pricing {
    font-size: 20px;
    line-height: 27px;
    font-weight: 400;
    margin-top: 10px
}

.banner-pricing>span {
    font-size: 20px;
    line-height: 27px;
    vertical-align: text-bottom
}

.banner-btn-pos {
    margin-top: 30px
}
.padva-unit-wrapper {
    position: fixed;
    bottom: 50px;
    width: 300px;
    left: 0px;
    z-index: 9999;
}
.overview,
.gallery {
    padding-bottom: 0 !important
}

.over-2 {
    position: absolute;
    right: -59px;
    top: -140px
}

.over-3 {
    position: absolute;
    right: 29px;
    top: 46px
}

.overview_wrapper {
    padding: 50px
}

.parallex_wrapper {
    padding: 70px 0 0
}

.sun {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1
}

.path {
    position: absolute;
    left: -200px;
    top: 227px;
    z-index: -1
}

.loc-points {
    opacity: 0
}

@-webkit-keyframes pinsAnim {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes pinsAnim {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.animpins {
    -webkit-animation: pinsAnim ease-in 1;
    animation: pinsAnim ease-in 1;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 1s;
    animation-duration: 1s
}

.points-1 {
    -webkit-animation-delay: .5s;
    animation-delay: .5s
}

.points-2 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.points-3 {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s
}

.z-index {
    position: relative;
    z-index: 9
}

.mt {
    margin: -142px 0 0;
    position: relative;
    z-index: 3
}

.highlights,
.location {
    background-color: #f6eee4
}

.highlights-image-slider img {
    height: 371px
}

.highlight-title {
    font-size: 22px;
    line-height: 28px
}

.highlight-content {
    background-color: #e8ac6c;
    padding: 30px 50px 7px;
    height: 371px
}

.text-slide p {
    font-size: 18px;
    line-height: 28px;
    margin: 20px 0;
    height: 146px
}

.text-slide span {
    font-size: 88px;
    line-height: 88px
}

.highlight-text-slider .slider-prev {
    right: 80px;
    bottom: 10px;
    z-index: 2
}

.highlight-text-slider .slider-next {
    right: 30px;
    bottom: 10px;
    z-index: 2
}

.icon_block {
    padding: 40px 0 0
}

.outer-div {
    background: rgba(255, 255, 255, .3019607843) 0% 0% no-repeat padding-box;
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, .1607843137);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, .1607843137);
    border-radius: 10px;
    padding: 40px 20px;
    margin: 0 15px
}

.amenities {
    background-color: #01122f
}

.amenities-position-wrapper {
    width: 100%;
    overflow-x: hidden;
    margin-top: 30px;
    margin-bottom: 50px
}

.ame-swiper-cont:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100px;
    background: rgba(0, 0, 0, 0) -webkit-gradient(linear, left bottom, left top, from(#000), to(rgba(236, 227, 222, 0))) 0% 0% no-repeat padding-box;
    background: rgba(0, 0, 0, 0) linear-gradient(0deg, #000 0%, rgba(236, 227, 222, 0) 100%) 0% 0% no-repeat padding-box;
    left: 0;
    bottom: 0;
    z-index: 1
}

.ame-swiper-txt {
    font: normal normal 600 28px/32px "Open Sans", sans-serif;
    color: #fff;
    position: absolute;
    bottom: 40px;
    left: 40px;
    z-index: 2
}

.amenities-swiper-arrow-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    position: absolute;
    right: 40px;
    bottom: 28px;
    z-index: 9;
    cursor: pointer
}

.ame-slide {
    padding: 0 250px 0 0
}

.ame-slide img {
    border-radius: 12px
}

.amenity-text p {
    font-size: 22px;
    line-height: 36px
}

.amenity-text {
    position: absolute;
    right: 0;
    bottom: 40px;
    padding: 30px 0 30px 0
}

.amenity-slider .slider-prev {
    right: calc(100% - 840px);
    bottom: 0
}

.amenity-slider .slider-next {
    right: calc(100% - 900px);
    bottom: 0
}

.section-parallax {
    height: 683px;
    background-attachment: fixed;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center
}

.loc-slide p {
    font-size: 18px;
    line-height: 28px;
    margin: 20px 0;
    font-weight: 600
}

.list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 40px
}

.list div {
    padding-right: 20px
}

.list div p {
    font-size: 16px;
    line-height: 32px;
    color: #000;
    margin: 0;
    font-weight: 400
}

.location-text-slider .slider-prev {
    left: 0;
    bottom: -65px;
    z-index: 2
}

.location-text-slider .slider-next {
    left: 50px;
    bottom: -65px;
    z-index: 2
}

.location_wrapper {
    padding: 0 0 0 50px
}

.blendmode {
    mix-blend-mode: multiply
}

.loc-img {
    padding: 50px 0 80px
}

.specifications {
    padding-bottom: 200px
}

.specifications,
.gallery {
    background-color: #f6eee4
}

.slider-heading {
    font: normal normal 600 18px/50px "Outfit", sans-serif;
    position: relative;
    margin: 110px 0 0 30px
}

.slider-heading::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: -34px;
    width: 110%;
    border: 1px solid #4f2b14
}

.spec-list {
    font: normal normal 400 16px/30px "Outfit", sans-serif;
    color: #262423;
    margin: 14px 0 0 30px
}

.spec-swiper-pos-wrapper {
    overflow-x: hidden
}

.swiper-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    font: normal normal 400 14px/35px "Outfit", sans-serif;
    position: absolute;
    bottom: -10px;
    right: calc(50% - 330px)
}

.swiper-pagination-bullet-active {
    position: relative
}

.swiper-pagination-bullet {
    background: #f6eee4 !important;
    color: #9c4502
}

.swiper-pagination-bullet-active::after {
    position: absolute;
    content: "";
    top: 15px;
    left: 20px;
    border: 1px solid #9c4502;
    height: 1px;
    width: 30px
}

.swiper-pagination-bullet-active {
    padding-right: 30px
}

.youtube-vid-iframe {
    width: 100%;
    height: 670px;
    margin: -170px 0 0
}

.video-section {
    padding-bottom: 0 !important
}

.unit-plans .section-content {
    padding: 20px 250px
}

.fp-btn-wrapper {
    margin-top: 50px;
    margin-bottom: 20px
}

.floorplan-images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 50px
}

.about {
    background-color: #01122f
}

.dis-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.abt-ctxt {
    font: normal normal 700 26px/18px "Open Sans", sans-serif;
    color: #fff;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.box-text {
    font: normal normal 500 14px/18px "Open Sans", sans-serif;
    color: rgba(255, 255, 255, .6392156863);
    margin-top: 5px
}

.br:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 36px;
    background-color: rgba(255, 255, 255, .3137254902);
    right: 0;
    top: 16px
}

.brl:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 36px;
    background-color: rgba(255, 255, 255, .3137254902);
    left: -20px;
    top: 16px
}

.brl {
    left: -90px
}

.about-box-container {
    width: 235px;
    height: 56px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    padding: 10px
}

.about-cont-box {
    margin-top: 30px;
    display: grid;
    grid-template-columns: auto auto auto;
    grid-row-gap: 20px;
    grid-column-gap: 10px
}

.about {
    padding-bottom: 0px !important
}

.bottom-margin {
    margin-bottom: 50px
}

.about-icon {
    margin: auto 0
}

.about-content {
    font: normal normal normal 16px/24px "Open Sans", sans-serif;
    color: #262423
}

.marketed-by {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: right;
    -ms-flex-pack: right;
    justify-content: right;
    gap: 5px
}

.about-bulding-image {
    position: absolute;
    bottom: -4px
}

.about .section-content {
    padding: 30px 75px 0 0
}

.rera-qr-desktop {
    position: absolute;
    width: 150px;
    bottom: 20px;
    right: 0
}

#about .img-desc {
    left: 81px
}

.revealOnScroll {
    opacity: 0
}

.animated {
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

.privacy-policy-heading {
    font: normal normal 700 30px/42px "Open Sans", sans-serif;
    color: #9c4502;
    margin-top: 80px
}

.privacy-policy-page {
    width: 100%;
    min-height: 100vh;
    padding: 100px 0 70px
}

.privacy-text {
    font: normal normal 500 18px/28px "Open Sans", sans-serif;
    color: #000;
    margin-top: 20px
}

.why-sepia-section {
    background-image: url("../images/why-sepia-bg.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 1140px
}

.why-sepia-para1 {
    max-width: 960px
}

.feeling.text-brown {
    font: normal normal 500 20px/32px "Open Sans", sans-serif;
    padding: 20px 0 0
}

.why-sepia-para2 {
    max-width: 701px
}

.why-sepia-section {
    padding-top: 120px !important
}

.why-sepia-image {
    position: absolute;
    bottom: 0;
    right: 0
}

.why-sepia-section .section-subheading {
    margin-bottom: 200px
}

.know-more-btn .enquire-btn {
    max-width: 140px;
    min-width: 140px;
    padding: 0 20px
}

.ovr-image-container .know-more-btn {
    padding: 30px 0 0 0
}

.knowmore {
    margin-top: 40px;
    position: relative;
    z-index: 9
}


/* kylas form css */
#kl__form-container {
    min-height: 450px !important;
}

/* header .form-container {
	height: 500px !important;
} */

#kl__form-container {
	min-height: 480px !important;
	
}
.kl-form .kl-input .form-label {
	margin-left: 10px !important;
}

.kl-form .kl-input input{
	width: 95% !important;
	display: block !important;
	margin: 0 auto !important;
}

.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-3 .selected-flag {
    width: 78px;
    margin-left: 7px !important;
}

.kl-form__disclaimer {
	padding: 10px !important;
    font-size: 0.7600rem !important;
}

.kl-form__submit-button {
	width: 90% !important;
	display: block !important;
	margin: 0 auto !important;
}

.iti-mobile .intl-tel-input.iti-container{
    z-index: 9999999;
}

.kl-form .kl-input span.invalid{
    position: absolute;
	margin-left: 10px !important;
}

/* .kl-form .kl-input{
    margin-bottom: unset!important;
} */

.form-group{
    position: relative;
}

