@font-face {
    font-family: "Futura";
    font-display: swap;
    src: url("../fonts/Futura.woff2") format("woff2"),
        url("../fonts/Futura.otf") format("opentype");
}

@font-face {
    font-family: "Futura_Bt_book";
    font-display: swap;
    src: url("../fonts/Futura_BT_Book.woff2") format("woff2"),
        url("../fonts/Futura_BT_Book.ttf") format("truetype");
}

@font-face {
    font-family: "Futura_Bt_medium";
    font-display: swap;
    src: url("../fonts/Futura_BT_Medium.woff2") format("woff2"),
        url("../fonts/Futura_BT_Medium.ttf") format("truetype");
}

:root{
    --color1:#CEA376;
    --color2:#07090B;
    --color3:#CBC5B9;
    --color4:#d7ad38;
    --futura_font:'Futura';
    --futura_bt_book:'Futura_Bt_book';
    --futura_bt_medium:'Futura_Bt_medium';
}

html{
    /* overflow-x:hidden; */
}

body{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow-x: hidden!important;
    color:#fff;
    background:var(--color2);
    font-family: var(--futura_bt_medium);
}

.btn{
    box-shadow: none!important;
}

.form-control,
.form-control:focus{
    box-shadow: none;
}

.overflow-hidden{
    overflow: hidden !important;
}

ul{
    list-style-type: none;
}

p{
    font-family: var(--futura_bt_book);
}


.mx_-30{
    margin-left: -30px;
    margin-right:-30px;
}

.mx_-60{
    margin-left: -60px;
    margin-right:-60px;
}

.mx_-100{
    margin-left: -100px;
    margin-right:-100px;
}

.px_30{
    padding-left: 30px;
    padding-right:30px;
}

.px_60{
    padding-left: 60px;
    padding-right:60px;
}

.px_100{
    padding-left: 100px;
    padding-right:100px;
}

.form_style2 label{
    font-size: 14px;
    color: #333;
}

.form_style2 .form-control {
    background: transparent;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #989898;
    padding: 10px 0;
}

.form_style2 .enquire_btn {
    background: #000;
    color: #fff;
    width: 100%;
    height: 50px;
    text-transform: uppercase;
    font-size: 14px;
    margin-top: 20px;
}

.section{
    padding:120px 0;
}

.btn{
    border-radius:0;
}

.btn_style1{
    border:1px solid #fff;
    color:#fff;
    padding:12px 30px;
    background:transparent;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
}

.sec_heading {
    margin-bottom: 70px;
}

.sec_heading.center{
    text-align: center;
}

.sec_heading .mini{
    text-transform: uppercase;
    font-family:var(--futura_font);
    letter-spacing: 4px;
    font-size:16px;
    display: inline-block;
    position: relative;
    margin-bottom: 30px;
}

.sec_heading .mini:before{
    position:absolute;
    content:'';
    width:65px;
    height:3px;
    background:url('../images/icons/h_arrow.svg') no-repeat center center;
    background-size: contain;
    left: calc(100% + 10px);
    top: 50%;
    transform: translateY(-50%);
}

.sec_heading .title{
    text-transform: uppercase;
    color:var(--color1);
    font-size: 50px;
    letter-spacing: 2px;
}

.sec_heading.center .title{
    max-width: 60%;
    display: table;
    margin-left: auto;
    margin-right: auto;
}

/* header */

.navbar{
    position:absolute;
    width: 100%;
    z-index: 991;
    padding:15px 0;
    transition:all 0.3s ease-in-out;
}

.navbar.fixed{
    position:fixed;
    left:0;
    top:0;
    width:100%;
    background:var(--color2);
}

.navbar .navbar-brand{
    transition:all 0.3s ease-in-out;
}

.navbar.fixed .navbar-brand{
    max-width: 170px;
    padding: 0;
    transition:all 0.3s ease-in-out;
}

.navbarBackdrop{
    position: fixed;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0 0 0 / 10%);
    z-index: 999;
    animation: fades 300ms;
}

.navbar .right_content{
    display: flex;
    align-items: center;
    gap: 50px;
}

.navbar .navbar-collapse{
    display: block;
    position: fixed;
    opacity:0;
    visibility: hidden;
    /* right: -450px; */
    right:0;
    top: 0;
    width: 100%;
    max-width: 100%;
    height: 100vh;
    background: #000;
    /* padding: 40px 50px; */
    z-index: 9999;
    /* outline: 1px solid #d7ad3861; */
    /* outline-offset: -8px; */
    /* box-shadow: 0px 0 60px #182d2aa3; */
    /* background-image:linear-gradient(0deg, #192927, #35544f);
    background-image:linear-gradient(0deg, #9d6746, #c39067e3);
    background-image: linear-gradient(0deg, #795733fa, #795733f2); */
    transition: all 400ms ease-in-out;
}

.navbar .navbar-collapse.show{
    opacity:1;
    visibility: visible;
}

.navbar .navbar-collapse > .container,
.navbar .navbar-collapse > .container > .row{
    height:100%;
}

.navbar .navbar-collapse .left_col{
    position:unset;
}

.navbar .navbar-collapse .img_col{
    position:absolute;
    left:0;
    top:0;
    width: 35%;
    height: 100%;

    background:url('../images/menus/main_img.png') no-repeat calc(100% + 180px) center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}

.navbar .navbar-collapse .img_col:before{
    position:absolute;
    content:'';
    height:100%;
    width:100%;
    background:rgb(0 0 0 / 74%);
}

.navbar .navbar-collapse .img_col .txt{
    position: relative;
    margin: 0;
    padding: 0;
}

.navbar .navbar-collapse .img_col .txt li{
    text-align: center;
    text-transform: uppercase;
    color: var(--color1);
    letter-spacing: 4px;
    margin: 30px;
    font-size: 24px;
}


.navbar .navbar-collapse .img_col img{
    /* height:100%;
    object-fit: cover; */
}

.navbar .navbar-collapse .right_col{
    max-width: 65%;
    flex: 0 0 65%;
    margin-left: auto;
    padding-left: 80px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.navbar .navbar-collapse .top{
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgb(255 255 255 / 30%);
    padding: 50px 0;
    z-index: 9;
    /* padding-bottom: 30px;
    margin-bottom: 25px; */
}

.navbar .navbar-collapse .logo{
    max-width: 150px;
}

.navbar .navbar-collapse .close{
    margin-left: auto;
    font-size: 40px;
    font-weight: normal;
    cursor: pointer;
    text-shadow: none;
    color: #fff;
    opacity: 1;
}

.navbar .navbar-collapse .navbar-nav{
    flex-wrap: wrap;
    gap:unset;
    margin: 60px 0;
    justify-content: space-between;
    /* overflow: auto; 
    height: calc(100% - 120px); 
    display: block; */
}

.navbar .navbar-collapse .nav-item{
    margin: 10px 0;
    max-width: calc(50% - 50px);
    flex: 0 0 50%;
}

.navbar .navbar-collapse .nav-link{
    padding: 10px 0;
    color: #fff;
    font-weight: 500;
    font-size: 30px;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 2px;
}


.navbar .navbar-collapse .bottom{
    border-top: 1px solid rgb(255 255 255 / 30%);
    padding: 50px 0;
}

.navbar .navbar-collapse .bottom .location{
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.navbar .navbar-collapse .social_links{
    margin:0;
    padding:0;
    display: flex;
    align-items: center;
}

.navbar .navbar-collapse .social_links li{
    margin-right:20px;
}

.navbar .navbar-collapse .social_links img{
    width: 16px;
    filter:invert(1);
}

.navbar .navbar-nav{
    display:flex;
    flex-direction: unset;
    align-items: center;
    gap: 50px;
}

.navbar .navbar-nav a{
    color:#fff;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.navbar .navbar-nav .icon{
    margin-right:10px;
    width: 22px;
    display: inline-block;
}

.navbar .navbar-nav .connect_btn{
    background: transparent;
    padding: 8px 25px;
    color: #fff;
    border: 1px solid #ffffff;
    border-radius: 100px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.navbar .navbar-toggler {
    border:none;
    outline:none;
    padding:0;
}

.navbar .navbar-toggler span{
    width:36px;
    height:2px;
    background-color:#fff;
    display:block;
    margin:8px 0;
    margin-left: auto;
}

.navbar .navbar-toggler span:nth-child(2){
    width:26px;
}

/* hero section */

.hero_section{
    position:relative;
    height:100vh;
    background:url('../images/bg22672.webp?ssdew') no-repeat center left;
    background-size:cover;
    padding-top: 150px;
    padding-bottom: 30px;
}

.hero_section:before{
    position:absolute;
    content:'';
    height:100%;
    width:100%;
    /* background-image: radial-gradient(circle at 70% center, #0000004d, black); */
    /* background-image:radial-gradient(circle at 70% center, #1e0c0c80, #0e0c07cf); */
    /* background-image: radial-gradient(circle at 80% center, #1e0c0c00, #0e0c07a8); */
    /* background-image:radial-gradient(circle at 10% 70%, rgb(0 0 0 / 60%), #00000000); */
    /* background-image:radial-gradient(circle at 0% 70%, rgb(0 0 0 / 80%), #00000000); */
    background-image:radial-gradient(circle at 5% 80%, rgb(0 0 0 / 60%) 10%, #00000000 30%);
    /* background-color: rgb(0 0 0 / 15%); */
    top: 0;
    left: 0;
}

.hero_section:after{
    position: absolute;
    content: '';
    height: 170px;
    width: 100%;
    /* background-image: linear-gradient(180deg, transparent, var(--color2)); */
    /* background:linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.4) 0px,
        rgba(0, 0, 0, 0) 170px,
        rgba(0, 0, 0, 0) calc(100% - 230px),
        rgba(0, 0, 0, 0.6) 100%
      ); */
      /* background:linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.3) 0px,
        rgba(0, 0, 0, 0) 120px,
        rgba(0, 0, 0, 0) calc(100% - 120px),
        rgba(0, 0, 0, 0.3) 100%
      ); */
      background:linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.9),
        rgba(0, 0, 0, 0)
      );
    top: -50px;
    z-index: 0;
}

.hero_section .container{
    position: relative;
    z-index: 1;
    height: 100%;
}

.hero_section .container > .row{
    height: 100%;
}

.hero_section .left_col{
    /* flex: 0 0 80%;
    max-width: 80%; */
    height: 100%;
}

.hero_section .left_col_content{
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    /* flex-direction: row-reverse; */
}

.hero_section .left_col .content{
    color: #fff;
    position: relative;
    z-index: 9;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-right: 20px;
    padding-bottom: 70px;
    /* padding-top: 200px; */
    /* max-width: 55%;
    flex: 0 0 55%; */
}

.hero_section .image{
    border-radius: 1000px;
    border: 1px solid var(--color1);
    padding: 10px;
    max-width: 45%;
    flex: 0 0 45%;
    position: relative;
    z-index: 9;
}

.hero_section .image .leas{
    position: absolute;
    right: calc(100% - 55px);
    top: 58%;
    transform:translateY(-50%);
    -webkit-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    font-size: 34px;
    line-height: 35px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #000;
    background:#d7ad38;
    z-index: 1;
    width: max-content;
    padding: 25px 15px 50px;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 30px), 50% 100%, 0 calc(100% - 30px));
    text-align: center;
    letter-spacing: 0px;
    font-family: var(--futura_bt_medium);
}

.hero_section .image .leas span{
    display:block;
    font-size: 18px;
    letter-spacing: 2px;
    color:#fff;
}

.hero_section .image .render{
    /* background: url(../images/hero/main_img6.jpg) no-repeat calc(100% + 440px) bottom; */
    background: url(../images/hero/main_img6.html) no-repeat center;
    height: 100%;
    width: 100%;
    border-radius: 1000px;
    background-size: cover;
}

/* .hero_section .image img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 1000px;
} */

.hero_section .mini_title{
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 20px;
}

.hero_section .title{
    margin-bottom: 60px!important;
    font-size: 26px;
    text-transform: uppercase;
    color: var(--color1);
    letter-spacing: 1px;
    /* max-width: 55%; */
}

.hero_section .title span{
    display:block;
}

.hero_section .bottom{
    /* border-top: 1px solid rgb(255 255 255 / 100%);
    padding-top: 30px; */
    display: flex;
    align-items: center;
    border-top: 1px solid #fff;
    padding-top: 30px;
    justify-content: space-between;
}

.hero_section .bottom .row{
    gap:50px;
}

.hero_section .bottom .price_col{
    flex-grow:1;
}

.hero_section .bottom .price_col{
    display:flex;
    flex-grow: inherit;
    gap: 80px;
}

.hero_section .bottom .price_col > div{
    position:relative;
}

.hero_section .bottom .price_col > div:first-child:before{
    /* position:absolute;
    content:'';
    height:40px;
    width:1px;
    background:#ddd;
    right:-40px; */
}

.hero_section .bottom .price_col > div{
    display:flex;
    align-items: center;
}

.hero_section .bottom .typology{
    margin: 0;
    font-size: 16px;
    /* text-transform: uppercase; */
    position: relative;
    letter-spacing: 1px;
    line-height: 24px;
    padding-left: 90px;
    max-width: 50%;
    /* margin-bottom: 60px!important; */
}

.hero_section .bottom .typology:before{
    position: absolute;
    content: '';
    height: 2px;
    width: 50px;
    left: 0;
    top: 10px;
    background: var(--color1);
}

.hero_section .bottom .icon{
    width: 35px;
    height: 35px;
    margin-right: 10px;
}

.hero_section .bottom .icon img{
    height: 100%;
}

.hero_section .bottom .txt small{
    width: max-content;
    display: block;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 12px;
}

.hero_section .bottom .txt p{
    width: max-content;
    margin: 0;
    font-size: 18px;
    font-family: var(--futura_bt_medium);
    margin-top: 8px;
}

.hero_section .bottom .txt p span{
    display: block;
    font-size: 15px;
}

.hero_section .enquire_btn{
    margin-top:30px;
    background: var(--color3);
    color: #222;
    border: none;
    font-family: var(--futura_bt_medium);
}

.hero_section .right_col{
    flex: 0 0 20%;
    max-width: 20%;
}

.hero_section .right_col .content{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
}

.hero_section .right_col .content p{
    margin: 20px 0 30px;
    text-align: center;
    line-height: initial;
    font-size: 16px;
    letter-spacing: 0.5px;
}

.hero_section .right_col .content p span{
    display: block;
    line-height: 24px;
    font-size: 16px;
    letter-spacing: 2px;
    font-family: var(--futura_bt_medium);
}

.hero_section .offer{
    margin-bottom:35px;
    text-transform: uppercase;
    color:var(--color1);
    font-family: var(--futura_bt_medium);
    font-size: 24px;
    width: max-content;
    letter-spacing: 1px;
}

.hero_section .right_col .img_sm_col{
    height: 250px;
    border-radius: 1000px;
    overflow: hidden;
    border-bottom-right-radius: 0;
}

.hero_section .right_col .img_sm_col img{
    height:100%;

}

/* about_section */

.about_section{
    position:relative;
    background:#080a0c;
    background:url('../images/hero/hero_bg5.webp') no-repeat center center;
    background-size:cover;
}

.about_section:before{
    position: absolute;
    content: '';
    height: 200px;
    width: 100%;
    background-image: linear-gradient(0deg, transparent, #07090b);
    top: 0;
    z-index: 0;
}

.about_section:after{
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    background:rgb(7 10 12 / 90%);
    top:0;
    left:0;
}

.about_section .container{
    position: relative;
    z-index: 1;
}

.about_section .left_col {
    flex:0 0 55%;
    max-width:55%;
}

.about_section .sec_heading{
    margin-left: 0;
}

.about_section .left_col .img_col{
    height:100%;
}

.about_section .left_col .img_col img{
    height:100%;
    width:100%;
    object-fit: cover;
}

.about_section .right_col{
    position:unset;
    flex:0 0 45%;
    max-width: 45%;
}

.about_section .right_col .img_col {
    position:relative;
}


.about_section .right_col .img_col img{
    max-height: 600px;
    object-fit: cover;
    width: 100%;
}

.about_section p{
    font-size: 18px;
    line-height: 32px;
}

.about_section .enquire_btn{
    margin-top:30px;
}

/* .about_section .img_col img{
    height:100%;
    width:100%;
    object-fit: cover;
} */


/* end of about_section */

/* start specification_section */

.specification_section{
    /* background:url('../images/mermaid.webp') no-repeat center; */
    position:relative;
    background-size:cover;
    z-index: 9;
}

.specification_section .mermaid_img{
    position: absolute;
    left: 50%;
    width: 40%;
    bottom: 80px;
    opacity: 0.07;
    transform: translateX(-50%);
    z-index: 0;
}

.specification_section:before{
    position: absolute;
    content: '';
    height: 100px;
    width: 100%;
    top: -100px;
    left: 0;
    /* background: rgb(7 9 11 / 85%); */
    background-image: linear-gradient(0, #07090b, #0c363300);
}

.specification_section .right_col{
    display:flex;
    align-items: flex-end;
}

.specification_section .content_col{
    margin:0;
    padding:0;
    padding-left: 40px;
    position: relative;
}

.specification_section .content_col:before{
    position:absolute;
    content:'';
    top:0;
    left:-58px;
    height:100%;
    /* background:rgba(255 255 255 / 20%); */
    display: block;
    width: 1px;
    border-left: 4px dotted #ffffff7a;
}

.specification_section .content_col li{
    display:flex;
    align-items: center;
    position:relative;
}

.specification_section .content_col li:not(:last-child){
    margin-bottom:40px;
}

.specification_section .content_col li:before{
    position: absolute;
    content: '';
    height: 7px;
    width: 7px;
    background: var(--color1);
    border-radius: 100%;
    left: -100px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.specification_section .content_col li:after{
    position:absolute;
    content:'';
    height:21px;
    width:21px;
    border:1px solid var(--color1);
    border-radius: 100%;
    left:-107px;
    top:50%;
    transform:translateY(-50%);
    background:var(--color2);
}

.specification_section .content_col .icon{
    height:55px;
    width:55px;
    border:1px solid var(--color1);
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 25px;
}

.specification_section .content_col .icon img{
    height: 32px;
    width: 32px;

}

.specification_section .content_col p{
    margin:0;
    font-size: 18px;
    letter-spacing: 1px;
    width: calc(100% - 80px);
}

/* end of specification_section */

/* start amenities_section */

.amenities_section{
    position:relative;
}

.amenities_section .item{
    position:relative;
    height:95vh;
}

.amenities_section .item:before{
    position: absolute;
    content: '';
    height: 140px;
    width: 100%;
    background-image: linear-gradient(0deg, transparent, #07090B);
    top: 0;
    z-index: 2;
}

.amenities_section .item:after{
    position: absolute;
    content: '';
    height: 100px;
    width: 100%;
    background-image: linear-gradient(0deg, #07090B, transparent);
    bottom: 0;
    z-index: 2;
}

.amenities_section .item > img{
    width: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    bottom: -130px;
    height:calc(100% + 130px);
}

.amenities_section .caption{
    position: absolute;
    top: 100px;
    width: 100%;
    z-index: 2;
    color: #fff;
    text-align: right;
}

.amenities_section .caption .count{
    font-size: 34px;
    opacity: 0.8;
    margin-bottom: 30px;
}

.amenities_section .caption .title{
    text-transform: uppercase;
    color: #fff; text-shadow: 2px 2px #000;
    font-size: 50px;
    max-width: 50%;
    letter-spacing: 2px;
    margin-left: auto;
}

.amenities_section .amenity_btns{
    margin-top:70px;
}

.amenities_section .amenity_btns button{
    height:80px;
    width:80px;
    border:1px solid var(--color1)!important;
    border-radius: 100%;
    margin-right:40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.amenities_section .amenity_btns button:last-child{
    margin-right:0;
}

.amenities_section .amenity_btns button img{
    width:35px;
}

/* end of amenities_section */

/* start price list */

.pricelist_section{
    position: relative;
    overflow:hidden;
}

/* .pricelist_section:before{
    position: absolute;
    content: '';
    height: 50px;
    width: 50px;   
    background: url('../images/price_bg.png');
    border-radius: 100%;
    left: 0%;
    top: 0%;
} */

.pricelist_section .mermaid_img{
    position: absolute;
    width: 559px;
    right: -100px;
    top: 50px;
    z-index: -14;
    opacity: 0.1;
}

/* .pricelist_section .shadow{
    height: 1px;
    width: 1px;
    display: block;
    background: #cea37659;
    border-radius: 100px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    top: 60%;
    z-index: 0;
    box-shadow: 0 0 190px 210px #cea37654;
} */

.pricelist_section .price_lists{
    display: inline-block;
    width: 100%;
    border-top:1px solid rgb(206 163 118 / 40%);
    padding:0;
    margin-bottom: 0;
}

.pricelist_section .price_lists li{
    padding:30px 60px;
    border-bottom:1px solid rgb(206 163 118 / 40%);
}

.pricelist_section .col{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.pricelist_section .col .title{
    width:100%;
    display:block;
    font-size:36px;
    color:var(--color1);
}

.pricelist_section .col p{
    margin:0;
    font-size:16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    /* color:var(--color1); */
}

.pricelist_section .col .price{
    color:var(--color1);
    font-size:36px;
    font-family: var(--futura_bt_medium);
}

.pricelist_section .col .btn{
    margin-top:20px;
}

.pricelist_section .col:nth-child(2){
    max-width: 200px;
}

.pricelist_section .col:nth-child(3){
    align-items: flex-end;
}

/* location advantages*/

.location_map_section{
    position: relative;
}

.location_map_section .container{
    position:relative;
}

/* .location_map_section:before{
    position:absolute;
    content:'';
    height:200px;
    width:100%;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, #07090b, rgb(7 9 11 / 50%), transparent);
    z-index: 1;
} */

/* .location_map_section:after{
    position:absolute;
    content:'';
    height:200px;
    width:100%;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, transparent, rgb(7 9 11 / 50%), #07090b);
    z-index: 1;
} */

.location_map_section .badge{
    position: absolute;
    right: 30%;
    top: 100px;
    z-index: 9;
    cursor: pointer;
}

.location_map_section .badge a{
    text-transform: uppercase;
    color: #fff;
    font-family: var(--futura_bt_book);
    letter-spacing: 2px;
    display: block;
    text-decoration: none;
    border: 1px solid var(--color1);
    padding: 11px 20px;
}

.location_map_section .badge img{
    width:35px;
    margin-right: 5px;
}

.location_map_section .left_col{
    position:unset;
    z-index: 1;
}

.location_map_section .main_location{
    position: absolute;
    right: 0;
    bottom: 0;
    text-align: right;
    margin-bottom: 50px;
    font-size: 16px;
    max-width: 40%;
    letter-spacing: 1.5px;
    font-family: var(--futura_bt_book);
}

.location_map_section .main_location .logo{
    display: table;
    margin-left: auto;
    max-width: 120px;
    margin-bottom: 25px;
}

.location_map_section .main_location span{
    display:block;
    color:var(--color1);
    font-size: 34px;
    margin-top: 15px;
    letter-spacing: 0.5px;
    font-family: var(--futura_bt_medium);
}

.location_map_section .location_points{
    padding:0;
    margin:0;
    padding-top: 70px;
    display: inline-block;
    position:relative;
    width:100%;
}

.location_map_section .location_points:before{
    position:absolute;
    content:'';
    height:1px;
    width:calc(100% + 20vw);
    background:rgba(255 255 255 / 15%);
    top:0;
    left:-20vw;
}

.location_map_section .location_points li{
    /* margin-bottom:30px; */
    /* padding-bottom: 60px; */
    display: flex;
}

.location_map_section .distance{
    width:80px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 13px;
    color: #ffffffb5;
    padding-top: 3px;
}

.location_map_section .location{
    position:relative;
    padding-left: 45px;
    margin-left: 15px;
    padding-bottom: 45px;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    /* font-family: var(--futura_bt_book); */
    font-size: 14px;
    color:var(--color1);
}

.location_map_section .location:before{
    position: absolute;
    content: '';
    left: 0;
    height: 4px;
    width: 4px;
    background: var(--color1);
    border-radius: 50%;
    top: 10px;
    z-index: 1;
    /* transform: translateY(-50%);
    -webkit-transform: translateY(-50%); */
}

.location_map_section .location:after{
    position: absolute;
    content: '';
    left: -6px;
    height: 16px;
    width: 16px;
    border: 1px solid var(--color1);
    border-radius: 50%;
    top: 4px;
    background: #0b0e15;
    /* transform: translateY(-50%);
    -webkit-transform: translateY(-50%); */
}

.location_map_section .location .icon{
    width: 40px;
    display: block;
    filter: invert(1);
    margin-bottom: 10px;
}

.location_map_section .location .line{
    position: absolute;
    /* height: calc(100% - 16px); */
    height: 100%;
    left: 0;
    width: 1px;
    border-left: 4px dotted #ffffff7a;
    /* top: 16px; */
    top: -20px;
}

.location_map_section .right_col{
    position:unset;
}

.location_map_section .map_col{
    position: absolute;
    right: 0;
    height: 100%;
    top: 0;
    width: 55%;
    display: flex;
    align-items: center;
}

.location_map_section .yt_btn_col{
    position: absolute;
    right: 30%;
    top: 50px;
    z-index: 1;
}

.location_map_section .yt_btn_col .yt_btn{
    background: #fff;
    border-radius: 100%;
    height: 80px;
    width: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.location_map_section .yt_btn_col .yt_btn img{
    max-width: 30px;
}

/* .location_map_section .map_col:before{
    position: absolute;
    content:'';
    height:100%;
    width:200px;
    background-image: linear-gradient(90deg, #07090b, rgb(7 9 11 / 50%), transparent);
    
} */

.location_map_section .map_col img{
    /* width:100%;
    height:100%;
    object-fit: cover; */
}

/* banner bottom */

.banner_bottom{
    padding: 25px 0;
    border-bottom: 1px solid var(--color1);
    border-top: 1px solid var(--color1);
    margin-top: -117px;
    z-index: 11;
    position: relative;
    background: #000;
    /* background:var(--color1) */
}

.banner_bottom .content_row{
    display: flex;
    justify-content: space-between;
}

.banner_bottom .typology{
    margin: 0;
    font-size: 14px;
    position: relative;
    letter-spacing: 1px;
    line-height: 24px;
    padding-left: 90px;
    max-width: 50%;
}

.banner_bottom .typology:before{
    position: absolute;
    content: '';
    height: 2px;
    width: 50px;
    left: 0;
    top: 10px;
    background: var(--color1);
}

.banner_bottom .location .icon{
    width: 25px;
    height: 25px;
    margin-right: 10px;
}

.banner_bottom .location .icon img{
    height: 100%;
}

.banner_bottom .location small{
    width: max-content;
    display: block;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 10px;
}

.banner_bottom .location p{
    width: max-content;
    margin: 0;
    font-size: 15px;
    font-family: var(--futura_bt_medium);
    margin-top: 8px;
    letter-spacing: 0.5px;
}

.banner_bottom .location p span{
    display: block;
    font-size: 13px;
}

/* gallery section */

.gallery_section {
    position:relative;
    overflow:hidden
}

.gallery_section .gallery_slider_sec{
    position:relative;
}

.gallery_section .gallery_carousel{
    max-width: 70%;
    margin:auto;
    margin-top: 100px;
    position:unset;
}

.gallery_section .gallery_carousel:before,
.gallery_section .gallery_carousel:after{
    position:absolute;
    content:'';
    width: 200px;
    height: 100%;
    top:0;
    z-index: 1;
}

.gallery_section .gallery_carousel:before{
    left: 0;
    background: linear-gradient(90deg, rgb(7 9 11 / 60%), rgb(7 9 11 / 50%), transparent);
}

.gallery_section .gallery_carousel:after{
    right: 0;
    background: linear-gradient(90deg, transparent, rgb(7 9 11 / 50%), rgb(7 9 11 / 60%));
}

.gallery_section .gallery_carousel .owl-stage-outer{
    overflow:visible;
}

.gallery_section .item{
    opacity:0.3;
}

.gallery_section .item img{
    height: 650px;
    object-fit: cover;
}

.gallery_section .owl-item.active .item{
    opacity: 1;
}

.gallery_section .owl-nav button{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    -webkit-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    height: 80px;
    width: 80px;
    border:1px solid var(--color1)!important;
    border-radius: 100%;
    left:60px;
    background:transparent;
    z-index: 1;
    cursor: pointer;
}

.gallery_section .owl-nav button.owl-next{
    right: 60px;
    left: unset;
}

/* end of gallery section */

/* about_developer */

.about_developer{
    position:relative;
    background: url(../images/about_bg.webp) no-repeat center;
    background-attachment: fixed;
    overflow: hidden;
    background-size: cover;
}

.about_developer:before{
    position: absolute;
    top: 0;
    content: '';
    height: 100px;
    left: 0;
    width: 100%;
    background-image: linear-gradient(0, transparent, var(--color2));
    z-index: 1;
}

.about_developer:after{
    position:absolute;
    bottom:0;
    content:'';
    height:100px;
    left:0;
    width:100%;
    background-image: linear-gradient(0,var(--color2), transparent);
}

.about_developer .left_col{
    max-width: 60%;
    flex:0 0 60%;
}

.about_developer .right_col{
    max-width: 40%;
    flex:0 0 40%;
}

.about_developer .content{
    position:relative;
    padding:100px 0;
}

.about_developer .content:before{
    position:absolute;
    top:0;
    content:'';
    height:100%;
    left:0;
    width:100%;
    background: rgb(7 9 11 / 70%);
    z-index: 0;
}

.about_developer .container{
    position:relative;
    z-index: 1;
}

.about_developer .content p{
    font-size: 16px;
    letter-spacing: 0.5px;
    line-height: 26px;
}

.about_developer .content .btn{
    margin: 50px 0 0;
}

.about_developer .content .logos{
    display:flex;
    margin:0;
    padding:0;
    gap: 15px;
    margin-top: 50px;
}

.about_developer .content .logos li{
    background: #fff;
    height: 80px;
    width: 80px;
    border: 1px solid #fff;
}

.about_developer .content .logos li:not(:last-child){
    padding:10px;
}

.about_developer .content .logos img{
    /* max-width: 70px; */
    height: 100%;
    object-fit: contain;
}

.about_developer .form {
    background: #CBC5B9;
    padding: 60px 60px;
    border-radius: 10px;
}

.about_developer .form .title {
    text-transform: uppercase;
    margin-bottom: 30px;
    color: #333;
    font-family: var(--futura_bt_medium);
}

.about_developer .form .enquire_btn{
    margin-top:20px;
}



/* end of about_developer */

/* footer */

    footer {
        padding: 30px 0;
        position: relative;
        line-height: 22px;
    }

  /* footer:before {
    position: absolute;
    content: '';
    height: 1px;
    width: 80%;
    background: #ddd;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  } */
  footer p {
    text-align: center;
    margin: 0;
    font-size: 12px;
    letter-spacing: 0.5px;
    color: #e3e3e3;
  }

  footer .disclaimer{
    line-height: initial;
    margin-bottom: 8px;
  }

  footer strong,
  footer a{
    font-family: var(--futura_bt_medium);
    font-weight: 400;
  }
  footer p a {
    color: #fff;
  }
  footer .form {
    margin-top: 60px;
    max-width: 1000px;
    display: table;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  footer .form .form-group {
    margin-bottom: 25px;
  }
  footer .form label {
    font-size: 13px;
    letter-spacing: 0.4px;
    text-transform: uppercase;
  }
  footer .form-control {
    height: 50px;
    border-radius: 4px;
    box-shadow: none;
  }
  footer .form .form-control::placeholder {
    font-size: 14px;
  }
  footer .form-control:focus {
    box-shadow: none;
    outline: inherit;
  }
  footer .custom_checkbox .check {
    font-size: 12px;
  }
  footer .btn_style2 {
    max-width: 300px;
    display: table;
    margin: auto;
    margin-top: 40px;
  }

  /* enquire_fixed_btn */
.enquire_fixed_btn {
    position: fixed;
    right: -28px;
    top: 35%;
    z-index: 99;
    background: var(--color4);
    color: #fff !important;
    box-shadow: none !important;
    border-radius: 5px 0 0px 5px;
    font-size: 8px;
    text-transform: uppercase;
    letter-spacing: 1px;
    width: 110px;
    visibility: hidden;
    opacity: 0;
    /* opacity:1;
    visibility: visible; */
    transition:opacity 0.3s ease-in-out;
  }
  
  .enquire_fixed_btn.show{
    opacity:1;
    visibility: visible;
  }

  .enquire_fixed_btn .side-b{
    text-align: center;
  }

  .enquire_fixed_btn .side-b:not(:last-child){
    border-bottom: 1px solid #00000025;
  }

  .enquire_fixed_btn a {
    color: #fff;
    text-decoration: none;
  }
  .enquire_fixed_btn .side-b a{
    color: #fff;
    font-size: 10px;
    letter-spacing: 0;
    line-height: initial;
    width: 100%;
    padding: 16px 0px;
    display: block;
  }
  
  .enquire_fixed_btn .side-b .icon{
    width: 20px;
    margin-bottom: 6px;
  }
  .enquire_fixed_btn .side-b p{
    margin-bottom: unset;
    color:#000;
  }
  
  .side-b.whatsapp-button {
      width: 82px;
      /* padding: 15px 0px 10px 0px; */
  }
  .side-b.down-load-brochure {
    width: 82px;
  }
  .side-b.instant-call {
    width: 82px;
  }
  .side-b.get-in-touch {
    width: 82px;
  }

/* modal */

.modal h1,
.modal h2,
.modal h3,
.modal h4,
.modal h5,
.modal h6{
    font-family: var(--futura_bt_book);
}

/* enquire_modal */

.custom_modal{
    height:100vh;
    background:#000;
    padding:0!important;
}

.custom_modal .modal-dialog{
    height: 100%;
    max-width: 100%;
    margin: 0;
}

.custom_modal .modal-content{
    background:none;
    height: 100%;
}

.custom_modal .modal_nav{
    padding: 25px 0;
}

.custom_modal .modal_nav .container{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.custom_modal .modal_nav .logo{
    max-width: 180px;
}

.custom_modal .modal_nav .close{
    color: #fff;
    text-shadow: none;
    box-shadow: none;
    opacity: 1;
    font-weight: 100;
    font-size: 40px;
}

.custom_modal .modal-body{
    padding:0;
    height: calc(100% - 98px);
    padding-bottom: 50px;
}

.custom_modal .modal-body > .container,
.custom_modal .modal-body > .container > .row{
    height:100%;
}

.custom_modal .left_col{
    display:flex;
    align-items: flex-end;
}

.custom_modal .left_col .title{
    text-transform: uppercase;
    font-size: 120px;
    margin-bottom: 50px;
}

.custom_modal .left_col .sub_title{
    font-size: 22px;
    letter-spacing: 1px;
}

.custom_modal .right_col{
    display: flex;
    align-items: flex-end;
}

.custom_modal .content{
    width:100%;
}

.custom_modal form{
    width:100%;
    text-align: right;
}

.custom_modal .form-group{
    margin-bottom:30px;
}

.custom_modal .form-control{
    background:transparent;
    border-radius: 0;
    border:none;
    border-bottom:1px solid #ffffffcf;
    height:50px;
    padding:10px 0;
    color:#fff;
    font-family: var(--futura_bt_book);
    letter-spacing: 1px;
}

.custom_modal .form-control::placeholder{
    color:#ffffff89;
    font-family: var(--futura_bt_book);
    letter-spacing: 0.8px;
}


.custom_modal form .submit_btn{
    margin-top:50px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 10px 30px;
    font-family: var(--futura_bt_medium);
}

.custom_modal .contact{
    margin:0;
    padding:0;
    display: flex;
    margin-top: 60px;
    justify-content: flex-end;
    gap: 60px;
    border-top:1px solid #ffffff24;
    padding-top:60px;
}

.custom_modal .contact li{
    text-align: right;
}

.custom_modal .contact h6{
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    font-family: var(--futura_bt_medium);
    color: #ffffffab;
}

.custom_modal .contact p,
.custom_modal .contact p a{
    margin:0;
    color:#fff;
    font-size: 18px;
    text-decoration: unset;
}
  
  
/* video modal */

.video_modal .modal-body{
    padding:0;
}

.video_modal .close{
    color: #fff;
    text-shadow: none;
    opacity: 1;
    box-shadow: none;
    font-weight: 100;
    font-size: 30px;
    margin-bottom: 10px;
    outline:none;

}

.video_modal .modal-dialog{
    max-width: 700px;
}

.video_modal .modal-content{
    background:transparent;
}

.video_modal .modal-body iframe{
    display:flex;
    width:100%;
    height:400px;
    object-fit: contain;
}

/* common_form */

.common_form{
    /* color:#333; */
}

.common_form .modal-content{
    background:var(--color1)
}

.common_form .modal-content {
    border-radius: 10px;
}

.common_form .modal-body {
    padding: 40px;
    background:url('../assets/images/bg_pattern.html')
}
  
  .common_form .modal-body .project_logo{width: 160px;margin: 15px auto;display: block;}
  
  .common_form .title {
    text-align: center;
    font-weight: 500;
    font-size: 34px;
    text-transform: uppercase;
    margin-bottom:15px;
  }
  .common_form .sub_title {
    font-size: 18px;
    text-align: center;
  }
  .common_form .form {
    margin-top: 40px;
  }
  .common_form .form .form-control {
    border: none;
    border-bottom: 1px solid #ddd;
    background:transparent;
    border-radius: 0;
    padding: 10px 0;
    box-shadow: none;
    font-size: 18px;
    color: #fff;
  }
  .common_form .form .form-control::placeholder {
    font-size: 15px;
    color:#fff;
    font-weight: 400;
  }
  .common_form .form select.form-control {
    padding: 0;
  }
  .common_form .form .custom_checkbox {
    position: relative;
    padding-left: 20px;
  }
  .common_form .form input[type='checkbox'] {
    position: absolute;
    top: 5px;
    left: 0;
  }
  .common_form .form .check {
    font-size: 11px;
    line-height: 15px;
    display: inline-block;
  }

  .common_form .form .btn{
    margin-top:30px;
  }

  .common_form .form .btn_style2 {
    margin-top: 10px;
  }
  .common_form .form .btn{
    width: 100%;
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #000;
    color: #fff;
    height: 50px;
  }
  .common_form .close {
    position: absolute;
    right: 3px;
    top: 3px;
    background: #000;
    height: 40px;
    width: 40px;
    opacity: 1;
    color: #fff;
    text-shadow: none;
    font-weight: 100;
    border-radius: 8px;
  }