/* font start */

/*@font-face {
    font-family: 'Blanche';
    src: url('../fonts/Blanche-Bold.eot');
    src: url('../fonts/Blanche-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Blanche-Bold.woff2') format('woff2'),
        url('../fonts/Blanche-Bold.woff') format('woff'),
        url('../fonts/Blanche-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Blanche';
    src: url('../fonts/Blanche-Medium.eot');
    src: url('../fonts/Blanche-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Blanche-Medium.woff2') format('woff2'),
        url('../fonts/Blanche-Medium.woff') format('woff'),
        url('../fonts/Blanche-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Blanche';
    src: url('../fonts/Blanche-Light.eot');
    src: url('../fonts/Blanche-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Blanche-Light.woff2') format('woff2'),
        url('../fonts/Blanche-Light.woff') format('woff'),
        url('../fonts/Blanche-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Blanche';
    src: url('../fonts/Blanche-Thin.eot');
    src: url('../fonts/Blanche-Thin.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Blanche-Thin.woff2') format('woff2'),
        url('../fonts/Blanche-Thin.woff') format('woff'),
        url('../fonts/Blanche-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Blanche';
    src: url('../fonts/Blanche-Regular.eot');
    src: url('../fonts/Blanche-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Blanche-Regular.woff2') format('woff2'),
        url('../fonts/Blanche-Regular.woff') format('woff'),
        url('../fonts/Blanche-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}*/


/* font end */

/* variable declaration start */
:root{
    --color-white : #ffffff;
    --color-theme-black: #121212;
    --color-light-gray: #dbd2cc;
    --color-dark-cream: #A39890;
    --font-weight-medium : 500;
}
/* variable declaration end */

/* common style start */
*{
    margin: 0;
    padding: 0;
}

body{
    font-family: 'Blanche';
}

p{
    margin-bottom: 0;
}

a{
    text-decoration: none;
}


.glow-on-hover .input-wrp,
.glow-on-hover a {
    position: relative;
    z-index: 0;
}

.glow-on-hover .input-wrp span,
.glow-on-hover a span {
    position: relative;
    z-index: 1;
}

.glow-on-hover .input-wrp:before,
.glow-on-hover a:before {
    content: '';
    background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
    position: absolute;
    top: -2px;
    left:-2px;
    background-size: 400%;
    z-index: -1;
    filter: blur(5px);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    animation: glowing 20s linear infinite;
    opacity: 0;
    transition: opacity .3s ease-in-out;
    border-radius: 50px;
}

.glow-on-hover .input-wrp:active,
.glow-on-hover a:active {
    color: #000
}

.glow-on-hover .input-wrp:active:after,
.glow-on-hover a:active:after {
    background: transparent;
}

.glow-on-hover .input-wrp:hover:before,
.glow-on-hover a:hover:before {
    opacity: 1;
}

.glow-on-hover .input-wrp:after,
.glow-on-hover a:after {
    z-index: -1;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: var(--color-light-gray);
    left: 0;
    top: 0;
    border-radius: 50px;
}

.glow-on-hover .input-wrp:hover:after,
.glow-on-hover a:hover:after {
    background: var(--color-theme-black);
}

@keyframes glowing {
    0% { background-position: 0 0; }
    50% { background-position: 400% 0; }
    100% { background-position: 0 0; }
}

.glow-on-hover .input-wrp {
    display: flex;
    width: 100%;
}
.glow-on-hover .input-wrp:before {
    border-radius: 0px;
    top: inherit;
    bottom: -2px;
    height: calc(0% + 4px);
}
.glow-on-hover .input-wrp:after {
    border-radius: 0px;
    background: var(--color-theme-black);
}

/* common style end */

/* Animation style start */
.text-line-wrp {
    display: block;
    overflow: hidden;
    height: 70px;
}
.text-line {
    display: block;
    transform: translate(0px, 50px);
}
.parallax-image {
/* transition: transform 0.1s ease-out; */
}

/* Animation style end */



/* banner section start */
.banner-part{
    background: url(../images/banner-img.jpg) center center no-repeat;
    background-size: cover;
    background-attachment: fixed;
    overflow: hidden;

    position: relative;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-bottom: -10px;
}
.video-container {
    position: absolute;
    width: 100vw;
    height: 110vh;
    bottom: 0;
}

.video-container video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-container .desktop{
    display: block;
}

.video-container .mobile{
    display: none;
}

/* Mask Overlay */
.mask-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    mask-image: url('https://cdn.prod.website-files.com/67eabb41d1ed2aee5bfd82e1/685aa3ab84a5c8db4dad049e_banner-logo.svg');
    -webkit-mask-image: url('https://cdn.prod.website-files.com/67eabb41d1ed2aee5bfd82e1/685aa3ab84a5c8db4dad049e_banner-logo.svg');
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-size: contain;
    -webkit-mask-size: contain;
    mask-position: center;
    -webkit-mask-position: center;
    background: black;
    transform: translate3d(180%, 0, 0) scale(80); /* Default Position */
    z-index: 9;
}

.mask-overlay-1{
    background: var(--color-light-gray);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
}

.banner-part-alignment {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-flow: column;
    height: 100vh;
    /* padding: 30px 10px 30px 10px; */
    text-align: center;
}
.logo{
    opacity: 0;
    position: relative;
    z-index: 1;
    padding-top: 30px;
}
.banner-logo{
    width: 74vw;
    opacity: 0;
    transform: scale(2);
}

.scroll-down a{
 font-size: 20px;
 color: var(--color-white);
 font-weight: var(--font-weight-medium);
 line-height: 32px;
 letter-spacing: 2px;
 transition: all 0.8s ease;
 position: relative;
 z-index: 1;
 padding-bottom: 30px;
 display: inline-block;
}

.scroll-down a:hover{
    color: var(--color-light-gray);
}

.p80{
    padding: 100px 0;
}



/* introducation start */

#intro-part{
    position: relative;
    background-color: #000;
    padding-top: 0;
}

.intro-details img{
    filter: invert(1);
}

.bg-light-gray{
    background: var(--color-light-gray);
}
.main-heading{
    font-size: 70px;
    line-height: 70px;
    color: var(--color-light-gray);
}

.separater-line {
    height: 1.5px;
    width: 372px;
    background: #9c9896;
    margin: 30px auto;
}

.main-content{
    font-size: 30px;
    line-height: 35px;
    letter-spacing: 3px;
    font-weight: var(--font-weight-medium);
    color: var(--color-light-gray);
    padding: 30px 0;
}

.black-btn a {
    color: var(--color-theme-black);
    background: var(--color-light-gray);
    text-decoration: none;
    padding: 20px 30px;
    border-radius: 50px;
    letter-spacing: 1px;
    display: table;
    font-weight: var(--font-weight-medium);
    margin: 0 auto;
    font-size: 20px;
    line-height: 29px;
    border: 2px solid var(--color-light-gray);
    transition: all 0.5s ease;
}

.black-btn a:hover{
    background: var(--color-theme-black);
    color: var(--color-light-gray);
}

.black-btn.glow-on-hover a:after {
    background: var(--color-light-gray);
}

.black-btn.glow-on-hover a:hover:after {
    background: var(--color-theme-black);
}

/* introducation end */


/* bond-balck-part start */
.bond-balck-part{
    background: var(--color-light-gray);
}
.multi-img-part{
    position: relative;
    height: 53vw;
}
.multi-img-part img:nth-child(1){
    width: 33vw;
    transform: translateY(0vw);
}

.right-top-part{
    position: absolute;
    right: 0;
    top: 17vw;
    width: 33vw;
    transform: translateY(0vw);
}
.bottom-middle-part{
    position: absolute;
    bottom: 0;
    right: 25vw;
    margin: 0 auto;
    display: table;
}
.perl-text {
    margin-right: -140px;
    position: relative;
}
.bottom-middle-part img:nth-child(1){
    width: auto;
    transform: translateY(0vw);
}
.bottom-middle-part img:nth-child(2){
    width: 26vw;
}
.bond-white-center {
    position: absolute;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    /* height: 100%; */
    width: 57vw;
    margin-top: 19vw;
    left: 20vw;
}
.bond-white-center img{
    filter: invert(1);
}

/* bond-balck-part end */



/* dev-legency start */

.dev-legency img{
    width: 65vw;
    /* transform: translateX(15vw); */
}

.dev-legency h2{
    letter-spacing: 4.3px;
    font-size: 86px;
    padding: 32px 0;
    margin-bottom: 0;
}
.dev-legency h2 .text-line-wrp {
    height: 96px;
}

.dev-legency p{
    letter-spacing: 1.2px;
    font-size: 24px;
    line-height: 29px;
    width: 50%;
    margin: 30px auto 55px;
    font-weight: 500;
}
.white-btn a{
    color: var(--color-theme-black);
    background:  var(--color-white);
    text-decoration: none;
    padding: 20px 35px;
    border-radius: 50px;
    letter-spacing: 1px;
    display: table;
    margin: 0 auto;
    font-weight: 500;
    font-size: 21px;
    line-height: 23px;
    text-align: center;
    transition: all 0.5s ease;
    border: 2px solid var(--color-white);
}
.white-btn a:hover{
    color: var(--color-white);
    background: var(--color-theme-black);
    border: 2px solid var(--color-theme-black);
 }

 .white-btn.glow-on-hover a:after {
     background: var(--color-white);
 }
 
 .white-btn.glow-on-hover a:hover:after {
     background: var(--color-theme-black);
 }
/* dev-legency end */


/* bold-new-place start */
.bold-new-place{
    background: url('../images/bold-new-place-back.jpg') no-repeat center center;
    background-size: cover;
    padding: 150px 0 100px;
    background-attachment: fixed;
    position: relative;
    height: 100vh;
    overflow: hidden;
}
.two-parts-text-wrp {
    width: 0;
    overflow: hidden;
}
.two-parts-text {
    padding: 215px 55px 25px;
}
.half-part-content{
    margin-bottom: 45px;
}
.half-part-content h3 {
    letter-spacing: 2px;
    color: #A39890;
    font-size: 20px;
    margin-bottom: 5px;
}
.f44{
    font-size: 44px !important;
}
.half-part-content p {
    color: var(--color-theme-black);
    font-weight: 500;
    font-size: 30px;
    line-height: 34px;
}

.left-line-part {
    padding-left: 50px;
    border-left: 2px solid #707070;
}
.black-btn-small a{
    color: var(--color-light-gray);
    background: var(--color-theme-black);
    text-decoration: none;
    padding: 9px 30px;
    border-radius: 50px;
    letter-spacing: 1px;
    display: table;
    font-weight: var(--font-weight-medium);
    margin: 0;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    border: 2px solid var(--color-theme-black);
    transition: all 0.5s ease;
    width: 100%;
}
.black-btn-small a:hover{
    background: var(--color-light-gray);
    color: var(--color-theme-black);
}

.black-btn-small.glow-on-hover a:after {
    background: var(--color-theme-black);
}

.black-btn-small.glow-on-hover a:hover:after {
    background: var(--color-light-gray);
}

.place-title{
    position: absolute;
    font-size: 7.6vw;
    line-height: 6vw;
    top: 4.1vw;
    right: 12.6vw;
    color:  var(--color-white);
    text-align: center;
}
.place-title .text-line-wrp{
    height: 6.3vw;
}

 /* why bond */
 
/* .why-bond-layout-bg {
    position: absolute;
    top: 0;
    width: 90vw;
    height: 100%;
} */
.why-bond-layout{
    overflow: hidden;
}
.why-bond-layout-bg {
    content: '';
    position: absolute;
    top: 0;
    background: url('../images/why-bond-img.jpg') no-repeat left;
    background-size: cover;
    /* width: 31vw; */
    width: 100vw;
    height: 100%;
}
.pearl-big-img {
    position: relative;
    z-index: 1;
    width: 65vw;
    margin: 0 auto;
    /* transform: translateX(20vw); */
}
.why-bond-content{
    padding-left: 40px;
    padding-bottom: 30px;
    z-index: 1;
    position: relative;
}

/* bold-new-place end */


/* why bond enclave start */
.why-bond-content h2{
    font-size: 3.6vw;
    line-height: 3.6vw;
    margin-bottom: 2vw;
}
.why-points{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 30px;
}

.points-listing span{
    letter-spacing: 0.7px;
    font-size: 14px;
    font-weight: 500;
}

.points-listing p{
    letter-spacing: 1.2px;
    font-weight: 500;
    width: 59%;
    padding-top: 5px !important;
}
.w80{
    width: 80% !important;
}
.point-bottom-line {
    border-bottom: 1px solid #707070;
    padding-bottom: 25px;
}

.why-bond-content .why-points .black-btn-small a{
    width: auto;
    margin-left: 0;
}
/* why bond enclave end */


 /* design and architecture start  */
 .design-arch-part{
    /* background: url('../images/design-arch-img.jpg') no-repeat right; */
    background-size: cover;
    padding: 100px 0 40px;
    position: relative;
    overflow: hidden;
 }
 .highlight-text{
    color: #A39890;
    font-size: 24px;
    line-height: 28px;
    display: table;
    margin-bottom: 20px;
 }
 .design-arch-part .why-bond-content h2,.design-arch-part .points-listing span ,.design-arch-part .points-listing p{
    color: #DBD2CC;
 }

 .design-arch-part .black-btn-small a{
    background: var(--color-white);
    color: var(--color-theme-black);
 }

 .design-arch-part .black-btn-small a:hover{
    color: var(--color-white);
    background: var(--color-theme-black);
    border: 2px solid var(--color-white);
 }

.design-arch-part .video-1{
    width: 100vw;
    height: 120vh;
    position: absolute;
    left: 0;
    top: 0;
}
.design-arch-part .video-1 video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.design-arch-part .black-btn-small.glow-on-hover a:after {
    background: var(--color-light-gray);
}

.design-arch-part .black-btn-small.glow-on-hover a:hover:after {
    background: var(--color-theme-black);
}
 /* design and architecture end  */


 /* amenities-part start */
 .amenities-part{
    /* background: url(../images/amenities-img.jpg) no-repeat right; */
    background-size: cover;
    height: 100vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    position: relative;
 }
 .amenities-part-text img {
    width: 13.7vw;
}
 .amenities-part-text h2{
    letter-spacing: 8.15px;
    color: #DBD2CC;
    font-size: 9vw;
    line-height: 9vw;
    padding-top: 10px;
 }
 .amenities-part-text p{
    letter-spacing: 2.45px;
    color: #DBD2CC;
    font-size: 49px;
    line-height: 49px;
    font-weight: 500;
    display: table;
    margin-left: auto;
    margin-top: 50px;
 }

 .amenities-part .video-1{
     width: 100vw;
     height: 120vh;
     position: absolute;
     left: 0;
     top: 0;
 }
 .amenities-part .video-1 video{
     width: 100%;
     height: 100%;
     object-fit: cover;
 }
 
 /* amenities-part end */


 /* visit points part start */
 .visit-points-part{
    background: url(../images/visit-points-bg.jpg) no-repeat top var(--color-theme-black);
    background-size: cover;
    /* padding-bottom: 100px; */
 }
 .visit-points-listing{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    /* grid-template-rows: repeat(3, 1fr); */
 }
 .visit-points-listing-card {
    position: relative;
    /* align-self: end; */
}
.visit-listing-text {
    position: absolute;
    bottom: 30px;
    /* width: 55%; */
}
.visit-listing-text span {
    letter-spacing: 0.7px;
    color: #A39890;
    font-size: 14px;
}
.visit-listing-text h3 {
    letter-spacing: 1.2px;
    color:  var(--color-white);;
    font-size: 30px;
    padding-top: 8px;
}
.visitng-img {
    padding-left: 80px;
    display: table;
}
.order01{
    order: 1;
}
.order02{
    order: 2;
}
.order03{
    order: 3;
}
.order04{
    order: 4;
}
.order05{
    order: 5;
}
.order06{
    order: 6;
}


.visit-points-listing-card.order01{
    align-self: baseline;
    margin-left: 14%;
}
.visit-points-listing-card.order03{
    top: -104px;
    align-self: baseline;
    margin-left: 25%;
}
/* .visit-points-listing-card.order03 .visit-listing-text, .visit-points-listing-card.order04 .visit-listing-text, 
.visit-points-listing-card.order05 .visit-listing-text{
    width: 75%;
} */
.visit-points-listing-card.order02{
   margin-top: 250px;
   margin-left: 65px;
}
.visit-points-listing-card.order04{
    align-self: baseline;
    margin-left: auto;
    top: -12px;
}
.visit-points-listing-card.order05{
    margin-left: auto;
    left: 26%;
}
.white-btn.order06{
    align-self: center;
    margin-left: 140px;
}
.white-btn.order06 a:hover, .location_text .white-btn a:hover{
    border: 2px solid var(--color-white);
}
 /* visit points part end */



 /* show apartment start */
 .show-apartment{
    position: relative;
    overflow: hidden;
 }
 .show-apartment .show-img-item{
    position: relative;
 }
 .show-img-item span {
    position: absolute;
    color:  var(--color-white);;
    padding: 15px;
    font-size: 14px;
    letter-spacing: 0.7px;
}
.show-img-item video{
    width: 100%;
}
.show-img-listing {
    display: flex;
    /* min-height: 100vh; */
}
.show-apart01{
    padding-top: 92px;
    width: 21.6vw;
}
.show-apart02{
    align-self: end;
    display: flex;
    left: -38px;
    width: 24.2vw;
}
.show-apart03{
    padding: 120px 20px 40px;
    width: 17vw;
}
.show-apart04{
    order: 5;
    width: 24vw;
}
.show-apart05{
    align-self: end;
    display: flex;
    padding-bottom: 40px;
    left: 85px;
    width: 21.2vw;
}

.show-apart-card h2{
    font-size: 102px;
    color:  var(--color-white);;
    text-align: center;
    letter-spacing: 5.1px;
    position: absolute;
    z-index: 1;
    top: 30%;
    line-height: 102px; 
    left: 0;
    right: 0;
}
.show-apart-card h2 .text-line-wrp {
    height: 102px;
}
.show-apartment-highlights p {
    letter-spacing: 1px;
    color: var(--color-theme-black);
    font-weight: 500;
    line-height: 24px;
    font-size: 19px;
    border-top: 1px solid #707070;
    padding: 40px 20px 40px 0;
}
.show-apartment-highlights{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-right: 40px;
    padding-bottom: 40px;
}
.show-apartment-highlights p:nth-child(1){
    padding-left: 40px;
}
 /* show apartment end */



/* WATCH THE BOND ENCLAVE EXPERIENCE Start */
.watch_bond {
    /* padding: 126px 0; */
    /* background: url(../images/watch-the-bond-enclave-experience..png) no-repeat right; */
    background-color: #a39890;
    background-size: cover;
    overflow: hidden;
    position: relative;
}
.watch_bond:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 20%;
    background: #dbd2cc;
    z-index: 0;
}
.watch_bond .container{
    width: 74%;
    max-width: none;
}

.watch_bond .bond_video {
    position: relative;
    transform: scale(0.8);
    height: 90vh;
}

.watch_bond .bond_video video {
    width: 100%;
    max-width: 100%;
    height: auto;
    object-fit: cover;
}

.watch_bond .bond_video p {
    font-size: 20px;
    line-height: 30px;
    display: table;
    color: var(--color-light-gray);
    position: absolute;
    bottom: 115px;
    left: 110px;
    width: 30%;
    line-height: 20px;
}

.watch_bond .bond_video .play-btn {
    position: absolute;
    bottom: 90px;
    right: 90px;
    background-color: var(--color-white);
    border: none;
    cursor: pointer;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.3sease;
    opacity: 1;
}
.watch_bond .bond_video .play-btn img {
    width: 28px;
    height: 26px;
}


/* WATCH THE BOND ENCLAVE EXPERIENCE End */



/* YOUR PERFECT LAYOUT AWAITS UNLOCK EXCLUSIVE FLOOR PLANS Start */
.perfect_layout {
    background: var(--color-dark-cream);
    position: relative;
    padding: 150px 0;
    overflow: hidden;
}

.perfect_layout::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    background: url(../images/your-perfect-layout-awaits.png) no-repeat;
    /* background-size: cover; */
    background-position: bottom right;
    width: 600px;
    height: 100%;
}


.perfect_layout .white-heading {
    font-size: 70px;
    line-height: 65px;
    letter-spacing: 3.5px;
    text-align: left;
    margin: 0 0 100px 0;
    color: var(--color-white);
}

.perfect_layout .text-line-wrp {
    height: 70px;
}

.perfect_layout .bond_img img {
    opacity: 0.27;
    width: 100%;
}

.perfect_layout .bond_img .white-btn a {
    display: table;
    margin: -40px 0 0 40px;
    position: relative;
    z-index: 1;
    text-align: center;
    line-height: 26px;
    padding: 12px 45px;
}

.perfect_layout .perfect_layout_img {
    display: none;
}

/* YOUR PERFECT LAYOUT AWAITS UNLOCK EXCLUSIVE FLOOR PLANS End */


/* THE PRIME ADDRESS Start */
.prime_address{
    background: var(--color-theme-black);
}
.prime_address .white-heading {
    font-size: 70px;
    line-height: 80px;
    letter-spacing: 3.5px;
    text-align: right;
}

.prime_address .location {
    margin: 60px 0 0 0;
}

.prime_address .location_map iframe {
    width: 100%;
    height: 765px;
}

.prime_address .location_text {
    padding: 50px 0 0 80px;
}

.prime_address .location_text h3 {
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 9px;
    color: #DBD2CC;
}

.prime_address .location_text ul {
    padding: 0 0 0 50px;
    margin: 80px 0 0 0;
    list-style: none;
    position: relative;
}

.prime_address .location_text ul li {
    color: #DBD2CC;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    letter-spacing: 1px;
    position: relative;
}

.prime_address .location_text ul:before {
    content: '';
    position: absolute;
    left: 12px;
    top: 50px;
    background: #A39890;
    width: 1px;
    height: 50%;
}

.prime_address .location_text ul li:not(:last-child) {
    margin: 0 0 40px 0;
}

.prime_address .location_text ul li:nth-child(1):before, .prime_address .location_text ul li:nth-child(3):before {
    content: '';
    position: absolute;
    left: -50px;
    top: 0;
    background: url(../images/location-pin.svg) no-repeat;
    background-size: 100%;
    width: 26px;
    height: 34px;
}

.prime_address .location_text .white-btn {
    margin: 60px 0 0 -360px;
}

.prime_address .location_text .white-btn a {
    text-align: center;
    padding: 12px 30px;
    line-height: 26px;
}

/* THE PRIME ADDRESS End */


.intl-tel-input {
    width: 100%;
}

.intl-tel-input.separate-dial-code .selected-flag {
    background: transparent;
}

.intl-tel-input input#phone {
    padding-left: 84px !important;
}

.intl-tel-input .selected-flag .iti-flag {
    width: 20px;
}
.intl-tel-input.separate-dial-code .selected-dial-code {
    color: var(--color-white);
    font-size: 12px;
}


/* footer start */

.footer-part{
    background: var(--color-theme-black);
    padding: 100px 0 40px;
}
.white-heading{
    color: var(--color-light-gray);
    text-align: center;
    letter-spacing: 2.75px;
    font-size: 55px;
    line-height: 55px;
}
.footer-part .white-heading{
    font-size: 2.8vw;
    line-height: 3vw;
}

.cta-details{
    display: flex;
    justify-content: center;
    gap: 20px;
    padding: 38px 0;
    flex-wrap: wrap;
}

.cta-details a{
    color: var(--color-theme-black);
    font-size: 20px;
    background: var(--color-white);
    padding: 19px 41px;
    border-radius: 50px;
    font-weight: var(--font-weight-medium);
    display: flex;
    align-items: center;
    letter-spacing: 1px;
    text-align: center;
    border: 2px solid var(--color-theme-black);
    justify-content: center;
    transition: all 0.5s ease;
}
.cta-details a span img {
    transition: all 0.5s ease;
}

.cta-details a:hover{
    border: 2px solid var(--color-white);
    background: var(--color-theme-black);
    color: var(--color-white);
}

.cta-details a:hover span img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(93%) saturate(0%) hue-rotate(237deg) brightness(108%) contrast(106%);
 }

.cta-gap {
    gap: 10px;
}

.contact-from form{
    display: flex;
    gap: 30px;
}
.contact-from form input{
    background: none;
    border: none;
    border-bottom: 1px solid;
    color: var(--color-light-gray);
    border-radius: 0px;
    letter-spacing: 3.6px;
    font-size: 18px;
    padding-left: 0px;
    padding-bottom: 14px;
}

.contact-from form input::placeholder, .contact-from form input:focus {
    color: var(--color-light-gray);
    background: none;
    box-shadow: none;
}

.contact-from button {
    background: #A39890;
    padding: 10px 30px;
    border-radius: 30px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-from button img {
    width: 80px;
}
.contact-form-popup .contact-from button img {
    width: 20px;
}
.intl-tel-input.allow-dropdown.separate-dial-code .selected-flag {
    background: transparent;
}
.intl-tel-input .flag-container {
    bottom: 5px;
}
.bottom-part p{
    color: #7B726C;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 2.1px;
    padding-top: 40px;
}
/* footer end */


/* modal start */
.contact-form-popup .contact-from form{
    flex-flow: column;
    align-items: self-end;
    padding: 20px;
}
.contact-form-popup .contact-from form input {
    border-bottom: 1px solid var(--color-theme-black);
    color: var(--color-theme-black);
}
.contact-form-popup .contact-from form input::placeholder{
    color: var(--color-theme-black);

}
.contact-form-popup .btn-close{
    position: absolute;
    right: 12px;
    top: 9px;
}
/* thank you page start */


.thankyou-page .banner-part:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
}

.thank-you-text {
    min-height: 100vh;
    width: 100% !important;
    opacity: 1;
    text-align: center;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.info-msg{
    padding: 45px 20px 25px;
}
.info-msg h1{
    text-transform: uppercase;
    font-size: 40px;
    line-height: 40px;
}
.info-msg p{
    font-size: 20px;
    text-transform: uppercase;
    line-height: 20px;
    padding-top: 5px;
}

#phone, #phone-number {
    width: 100%;
    /* padding: 10px; */
    /* font-size: 16px; */
  }
  .iti.iti--allow-dropdown{
    width: 100%;
    display: flex;
    align-items: center;
    border-bottom: 1px solid var(--color-theme-black);

  }  

  .iti__selected-flag{
    display: flex;
    align-items: center;
  }

  .iti__country-list{
    position: absolute;
    background: #fff;
    border: 1px solid #ddd;
    margin-top: 20px;
    height: 300px;
    overflow-y: auto;
  }

  .contact-form-popup .contact-from form input#phone,
  .contact-from form input#phone-number{
    /* border-bottom: 0px ; */
  }

  .contact-form-popup .contact-from .iti.iti--allow-dropdown{
    border-bottom: 1px solid var(--color-theme-black);

  }

  .contact-from .iti.iti--allow-dropdown{
    border-bottom: 1px solid #fff;

  }

  .contact-form-popup .intl-tel-input.separate-dial-code .selected-dial-code{
    color: var(--color-theme-black);
  }






.floating-image-section {
    text-align: center;
    height: 100vh;
    position: relative;
}

.text-line-1 {
    font-size: 2rem;
    margin-bottom: 2rem;
}

.images-container {
    position: relative;
    width: 100%;
    height: 500px;
}

.floating-img {
    position: relative;
    width: 150px;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
}



.loader {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 9;
    max-width: 70px;
    animation: none;
    border: none;
    width: 100%;
    height: 100%;
    max-height: 120px;
}

.overlay {
    z-index: 99999;
    top: 0px;
    position: fixed;
    height: 100%;
    width: 100%;
    background-color: #00000087;
    opacity: 1;
    cursor: pointer;
}




