:root {
    --body-color: #F0F0F0;
    --primary-color: #8B5036;
    --secondary-color: #1A1818;
    --color-white: #FFFFFF;
    --black-dark: #000000;
}

/* font family  */
@font-face {
    font-family: "DIN-Condensed-Bold";
    src: url("/assets/fonts/DIN-Condensed-Bold.ttf") format("opentype");
    font-display: auto;
    font-style: normal;
    font-weight: bolder;
    font-stretch: normal;
}
.DIN-Condensed-Bold {
    font-family: "DIN-Condensed-Bold";
}

@font-face {
    font-family: "Din-Bold";
    src: url("/assets/fonts/DIN-Bold.ttf") format("opentype");
    font-display: auto;
    font-style: normal;
    font-weight: bold;
    font-stretch: normal;
}
.Din-Bold {
    font-family: "Din-Bold";
}
@font-face {
    font-family: "Din-Regular";
    src: url("/assets/fonts/DIN-Regular.ttf") format("opentype");
    font-display: auto;
    font-style: normal;
    /* font-weight: 400; */
    font-stretch: normal;
}
.Din-Regular {
    font-family: "Din-Regular";
}
@font-face {
    font-family: "OpenSans-Bold";
    src: url("/assets/fonts/OpenSans-Bold.ttf") format("opentype");
    font-display: auto;
    font-style: normal;
    /* font-weight: 400; */
    font-stretch: normal;
}
.OpenSans-Bold {
    font-family: "OpenSans-Bold";
}
@font-face {
    font-family: "OpenSans-Regular";
    src: url("/assets/fonts/OpenSans-Regular.ttf") format("opentype");
    font-display: auto;
    font-style: normal;
    /* font-weight: 400; */
    font-stretch: normal;
}
.OpenSans-Regular {
    font-family: "OpenSans-Regular";
}

/* -- page layout -- */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body, html {
  overflow-x: hidden;
}

body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    background-color: var(--body-color);
    font-family: "OpenSans-Regular";
}
/* --text formting -- */
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: var(--secondary-color);
}
a:hover {
    text-decoration: none;
    color: var(--secondary-color);
}

li {
    list-style: none;
}

ul {
    padding: 0;
}
/* ====================Start Main Header Css==================== */
.desktop-view-hide{
    display: none;
}
.main-header{
    background: transparent linear-gradient(180deg, #F0F0F0 0%, #F0F0F084 76%, #F0F0F000 100%) 0% 0% no-repeat padding-box;
    opacity: 1;
    position: fixed;
    width: 100%;
    z-index: 9999;
    padding: 0px;    
    align-items: center;
    top: 0px;
}
.header-content{
    display: flex;
    justify-content: space-between;
    padding: 4% 6%;
}
.header-logo{
    display: flex;
    align-items: center;
}
img.logo-img {
    width: 60%;
}
.header-nav{
    display: flex;
    align-items: center;
}
.nav-list{
    display: flex;
    align-items: center;
}
ul.nav-list {
    padding: 0px;
    margin: 0px;
}
ul.nav-list li{
    list-style: none;
    padding: 0px 40px;
}
ul.nav-list li a{
    color: var(--secondary-color);
    font-family: "OpenSans-Regular";
    font-size: 20px;
    line-height: 27px;
    padding: 0px 0px;
    text-transform: uppercase;
}
ul.nav-list li a:hover{
    color: var(--primary-color);
    text-decoration: none;
}
.link_contact{
    background-color: var(--primary-color);
    color: var(--color-white) !important;
    border-radius: 30px;
    padding: 8px 20px !important;
}
.link_contact:hover{
    color: var(--color-white) !important;
}

.mobile-menu-bar .offcanvas{
    width: 100% !important;
    border: none !important;
    background-color: #F0F0F0;
    z-index: 999999;
}
.menu_filter{
    font-size: 40px;
    color: var(--primary-color);
    position: fixed;
    right: 20px;
    font-weight: bold;
    top: 20px;
    z-index: 9999;
}
.menu_filter_left{
    font-size: 40px;
    color: var(--primary-color);
    position: fixed;
    right: 20px;
    font-weight: bold;
    top: 20px;
    z-index: 9999999;
    background-color: var(--body-color);
}
/* .nav_list_mobile {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 100%;
} */
.header_nav_mobile{
    align-items: center;
    position: relative;
    display: flex;
    justify-content: space-between;
    height: 80%;
    flex-direction: column;
    padding: 20px 0px;
    top: 10%;
}
ul.nav_list_mobile {
    padding: 0px;
    margin: 0px;
    display: flex;
    flex-direction: column;
}
ul.nav_list_mobile li{
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    padding: 15px 0px;
}
ul.nav_list_mobile li a{
    color: var(--secondary-color);
    font-family: "OpenSans-Regular";
    font-size: 20px;
    line-height: 27px;
    padding: 0px 0px;
    text-transform: uppercase;
}
ul.nav_list_mobile li a.active{
    color: var(--primary-color);
    border-bottom: solid 2px;
}
ul.nav_list_mobile li a:hover{
    color: var(--primary-color);
    text-decoration: none;
}
/* ====================Close Main Header Css==================== */
.main-section{
    padding: 0px;
    margin: 0px;
}
.home-banner{
    padding: 0px;
    height: 100vh;
}
.banner-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.home_back_cent{
    padding: 0px;
    margin: 0px;
    position: relative;
}
.home_back_cent::after {
    content: "";
    background: url(/assets/img/map-visual.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    width: 45vw;
    height: 80vw;
    top: 42vw;
    transform: rotate(0deg);
    left: -20vw;
    z-index: -1;
    opacity: 0.3;
}

.home_back_cent::before {
    content: "";
    background: url(/assets/img/map-visual.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    width: 13vw;
    height: 100vw;
    transform: rotate(-360deg);
    top: -10em;
    right: 0em;
    z-index: -1;
    opacity: 0.3;
}
.home-cont-to{
    padding: 8rem 0px;
    margin: 0px;
}
.slide_main_div{
    margin-left: 15%;
}
.slide_text_div{
   padding: 0px;
   margin-right: 20%;
}
.slide_text_div h4 {
    font-family: "DIN-Condensed-Bold";
    font-size: 65px;
    line-height: 55px;
    color: var(--secondary-color);
    text-transform: uppercase;
    padding: 0rem 0px 2rem 0px;
}
.slide_text_div h4 span{
    color: var(--primary-color);
}
.slide_text_div p{
    font-family: "OpenSans-Regular";
    font-size: 17px;
    line-height: 24px;
    /* margin-bottom: 30px; */
    color: var(--secondary-color);
}



.contact_slide_text_div{
    padding: 0px;
    margin-right: 20%;
 }
 .contact_slide_text_div h4 p{
     font-family: "DIN-Condensed-Bold";
     font-size: 65px;
     line-height: 55px;
     color: var(--secondary-color);
     text-transform: uppercase;
     padding: 0rem 0px 2rem 0px;
 }
 .contact_slide_text_div h4 span{
     color: var(--primary-color);
 }
 .contact_slide_text_div p{
     font-family: "OpenSans-Regular";
     font-size: 17px;
     line-height: 24px;
     /* margin-bottom: 30px; */
     color: var(--secondary-color);
 }

.sli_img{
    width: 100%;
}
.slide_img_div .carousel-control-next, .carousel-control-prev{
    height: 30px;
    width: 30px;
    margin: 0px 30px;
    top: 50%;
    opacity: 1 !important;
}
.carousel-control-prev-icon{
    background: url("/assets/img/icons/arrow_white_left.png") no-repeat;
    background-position: left;
}
.carousel-control-next-icon{
    background: url("/assets/img/icons/arrow_white_right.png") no-repeat;
    background-position: right;
}
.container_mob_100{
    padding: 0px 16%;
}
.rotate_main{
    display: flex;
    padding: 0rem 0px 5rem 0px;
}
.rotate_main .col-lg-3:nth-child(2){
    margin-top: 10%;
}
.rotate_main .col-lg-3:nth-child(3){
    margin-top: 4%;
}

.rot_img_cont{
    display: flex;
    /* height: 75vh; */
}
.rot_img{
    width: 100%;
    /* height: 650px; */
    height: 65vh;
    /* height: 100vh; */    
    /* object-fit: none;
    object-position: center; */
    object-fit: cover;
    padding-left: 1px;
}
.rot_img_cont.owl-item:nth-child(2).rot_img{
    margin-top: 20%;
    padding-left: 1px;
}
.rot_img_cont.owl-item:nth-child(3).rot_img{
    margin-top: 40%;
    padding-left: 1px;
}

.owl-carousel .owl-item:nth-child(2) .rot_img {
    margin-top: 20%;
    padding-left: 1px;
}
.owl-carousel .owl-item:nth-child(3) .rot_img {
    margin-top: 40%;
    padding-left: 1px;
}

.owl-carousel .owl-stage .owl-item:not(.cloned):nth-of-type(2) img.rot_img {
    margin-top: 20% !important;
}

.owl-carousel .owl-stage .owl-item:not(.cloned):nth-of-type(3) img.rot_img {
    margin-top: 30% !important;
}

/* .owl-item:nth-child(3) img.rot_img{
    margin-top: 40% !important;
} */



.rot_img_cont .owl-nav{
    display: none;
}
.rot_img_cont .owl-dots{
    display: none;
}
.rot_txt_mobile_show{
    display: none;
}
.home_rote_div{
    padding: 0px;
}
.home_rote_div h2{
    font-family: "DIN-Condensed-Bold";
    font-size: 70px;
    color: var(--primary-color);
    transform: rotate(90deg);
    position: relative;
    top: 240px;
    text-align: center;
    left: -50px;
}
.home_rote_div h3{
    font-family: "DIN-Condensed-Bold";
    font-size: 150px;
    color: var(--secondary-color);
    transform: rotate(90deg);
    position: relative;
    bottom: -250px;
    text-align: center;
    left: 30px;
}

.state_home_div{
    padding: 0px;
    text-align: center;
}
.state_home_div h2{
    font-family: "DIN-Condensed-Bold";
    font-size: 45px;
    line-height: 50px;
    color: var(--primary-color);
    position: relative;
    text-align: center;
    margin-left: -84px;
}
.state_home_div h3{
    font-family: "DIN-Condensed-Bold";
    font-size: 90px;
    line-height: 80px;
    color: var(--secondary-color);
    position: relative;
    text-align: center;
}
.mar_top_minus{
    margin-top: -25px;
}
.card_padd{
    padding: 5rem 0px;
}
.card_cont{
    display: flex;
    flex-direction: column;
    padding: 0px;
    margin-bottom: 30px;
}
.card_img_sect{
    /* position: relative; */
    width: 100%;
    height: 330px;
}
.room_img{
    width: 100%;
    height: 100%;
    /* object-fit: contain;
    object-position: center; */
}
p.card_img_btn{
    position: absolute;
    right: 20px;
    top: 20px;
    background-color: var(--body-color);
    border-radius: 30px;
    padding: 10px 20px;
    font-family: "OpenSans-Regular";
    font-size: 14px;
    color: var(--primary-color);
    text-decoration: none;
}
a.card_img_btn{
    position: absolute;
    right: 20px;
    top: 20px;
    background-color: var(--body-color);
    border-radius: 30px;
    padding: 10px 20px;
    font-family: "OpenSans-Regular";
    font-size: 14px;
    color: var(--primary-color);
    text-decoration: none;
}
a.card_img_btn:hover{
    text-decoration: none;
    color: var(--primary-color);
}
a.card_img_btn_2{
    position: absolute;
    right: 20px;
    top: 20px;
    background-color: var(--primary-color);
    border-radius: 30px;
    padding: 10px 20px;
    font-family: "OpenSans-Regular";
    font-size: 14px;
    color: var(--body-color);
    text-decoration: none;
}
a.card_img_btn_2:hover{
    text-decoration: none;
    color: var(--body-color);
}
.card_txt_cont{
    padding: 15px 25px;
    margin: 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: var(--color-white);
}
.cart_txt h2{
    font-family: "DIN-Condensed-Bold";
    font-size: 45px;
    line-height: 55px;
    color: var(--secondary-color);
    text-transform: uppercase;
    padding: 0rem 0px 0rem 0px;
}
.cart_txt h2 span{
    color: var(--primary-color);
}
.card_rup_div{
    display: flex;
    text-align: center;
    justify-content: space-between;
}
.rup_txt{
    font-family: "OpenSans-Regular";
    font-size: 16px;
    line-height: 22px;
    color: var(--primary-color);
}
img.info_icon{
    width: 25px;
    height: 25px;
    object-fit: cover;
    object-position: center;
    
}


/* =============================Start feature content css=============================== */

.feature_cont{
    background-color: var(--color-white);
    padding: 5rem 0px;
}
.feature_cont h1{
    font-family: "DIN-Condensed-Bold";
    font-size: 60px;
    line-height: 65px;
    color: var(--secondary-color);
    text-transform: uppercase;
    padding: 1rem 0px 4rem 0px;
    text-align: center;
}
.feature_cont h1 span{
    color: var(--primary-color);
}

.feature_card_div{
    padding: 0px 20px 40px 0px;
    text-align: center;
}
.fearture_ic_div{
    width: 40px;
    margin: 0 auto;
}
.fearture_ic_div img{
    width: 30px;
    height: 30px;
    object-fit: contain;
}
/* .feature_icon{
    padding: 10px;
    object-fit: cover;
    object-position: center;
} */
.feature_card_div h4{
    font-family: "OpenSans-Bold";
    font-size: 22px;
    text-align: center;
    color: var(--primary-color);
    padding: 15px;
}
.feature_card_div p{
    font-family: "OpenSans-Regular";
    font-size:17px;
    line-height: 24px;
    text-align: center;
    color: var(--secondary-color);
}


.home_map_section{
    padding: 5rem 0px 0rem 0px;
    /* background-image: url(/assets/img/map.png) no-repeat;
    background-position: right bottom; */
    position: relative;
}
.map_bg{
    width: 45%;
    object-fit: cover;
    /* position: absolute; */
    right: -125px;
    top: 25%;
    z-index: -1;
}
.why_section{
    display: flex;
    flex-direction: column;
    position: relative;
}
.why_leuv_img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.mat_top_div{
    background-color: var(--color-white);
    height: 100%;
    padding: 70px;
}
.mat_top_div h2{
    font-family: "DIN-Condensed-Bold";
    font-size: 60px;
    line-height: 65px;
    color: var(--primary-color);
    text-transform: uppercase;
    padding: 1rem 0px 2rem 0px;
    text-align: left;
}
.mat_top_div p{
    font-family: "OpenSans-Regular";
    font-size:17px;
    line-height: 24px;
    text-align: left;
    color: var(--secondary-color);
}

.lif_cont_div{
    padding: 3rem 1rem 0rem 0px;
}
.lif_cont_div h2 p{
    font-family: "DIN-Condensed-Bold";
    font-size: 60px;
    line-height: 65px;
    color: var(--secondary-color);
    text-transform: uppercase;
    padding: 1rem 0px 2rem 0px;
    text-align: left;
}

.lif_cont_div h2 span{
    color: var(--primary-color);
}
.lif_cont_div p{
    font-family: "OpenSans-Regular";
    font-size:17px;
    line-height: 24px;
    text-align: left;
    color: var(--secondary-color);
    /* margin-bottom: 30px; */
}



/* =========================Start Accordion CSS==================== */
.faq_cont{
    padding: 4rem 0px;
    margin: 0px;
}
.faq_txt_div{
    padding: 0rem 0px;
}
.faq_txt_div h2{
    font-family: "DIN-Condensed-Bold";
    font-size: 60px;
    line-height: 65px;
    color: var(--secondary-color);
    text-transform: uppercase;
    padding: 1rem 0px 2rem 0px;
    text-align: left;
}
.faq_accordion .accordion-button{
    background: none;
    font-family: "OpenSans-bold";
    font-size: 16px;
    line-height: 24px;
    padding: 5px 0px 5px 30px;
    box-shadow: none;
    width: auto;
}
.faq_accordion .accordion-button:not(.collapsed){
    color: var(--primary-color);
}
.faq_accordion .accordion-button::after{
    transform: rotate(-90deg);
    position: absolute;
    left: 0;
    width: 25px;
}
.faq_accordion .accordion-button:not(.collapsed)::after{
    transform: rotate(0deg);
}
.accordion_open_txt{
    padding: 15px 0px;
    font-family: "OpenSans-regular";
    font-size: 16px;
    line-height: 24px;
    color: var(--secondary-color);
}
/* =========================END Accordion CSS==================== */

/* =========================Start Inner Page Kamer CSS==================== */

.inner_banner_slider{
   
}
.tran_up_div{
    background: transparent linear-gradient(180deg, #F0F0F0 35%, #F0F0F084 76%, #F0F0F000 100%) 0% 0% no-repeat padding-box;
    opacity: 1;
    position: absolute;
    width: 100%;
    z-index: 999;
    padding: 0px;
    align-items: center;
    top: 0px;
    height: 30vh;
}

.inner_banner_slider .carousel-control-next, .carousel-control-prev{
    height: 46px;
    width: 46px;
    margin: 0px 8%;
    top: 50%;
    opacity: 1 !important;
}
.inner_banner_slider .carousel-control-next span, .carousel-control-prev span{
    height: 46px;
    width: 46px;
}
.inner_banner_slider .carousel-control-prev-icon{
    background: url("/assets/img/icons/arrow-dropleft.svg") no-repeat;    
    background-position: left;
    opacity: 1 !important;
}
.inner_banner_slider .carousel-control-next-icon{
    background: url("/assets/img/icons/arrow-dropright.svg") no-repeat;
    background-position: right;
    opacity: 1 !important;
}
.inner_banner_slider .carousel-item.active {
    display: block;
}
.inn_slide_img{
    width: 100%;
    height: 100vh;
    object-fit: unset;
    object-position: center;
}
.bann_sl_content{
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    z-index: 9;
    bottom: 50px;
    left: 50px;
    right: 50px;
}
.enery_lab_cont{
    width: 150px;
}
.enery_img{
    object-fit: cover;
    width: 100%;
    height: auto;
    object-position: center;
}
.slid_im_btn{
    background-color: var(--body-color);
    border-radius: 30px;
    padding: 10px 20px;
    font-family: "OpenSans-Regular";
    font-size: 14px;
    color: var(--primary-color);
    text-decoration: none;
}
.slid_im_btn a{     
    background-color: var(--body-color);
    border-radius: 30px;
    padding: 10px 20px;
    font-family: "OpenSans-Regular";
    font-size: 14px;
    color: var(--primary-color);
    text-decoration: none;
}

/* ====================Start Inner KAMER CSS==================== */


.kamer_page_cont{
    font-family: "OpenSans-Regular";    
}
.kamer_page_cont h2 p{
    font-family: "DIN-Condensed-Bold";
    font-size: 65px;
    line-height: 70px;
    color: var(--secondary-color);
    text-transform: uppercase;
    padding: 0rem 0px 2rem 0px;
 }
 .kamer_page_cont h2 span{ 
    color: var(--primary-color);
 }
 .kamer_page_cont p{
    font-family: "OpenSans-Regular";
    font-size: 17px;
    line-height: 24px;
    margin-bottom: 30px;
    color: var(--secondary-color);
 }
 .kamer_page_padd{
    padding: 0px 10%;
 }
 .cost_div{
    display: flex;
    justify-content: space-between;
 }
 .top_bott_span{
    padding: 2rem 0rem;
 }
 .cont_section{
    display: flex;
 }
 .cost_txt{
    padding: 0px;
    margin: 0px;
 }
 .cost_inner_hd{
    font-family: "DIN-Condensed-Bold";
    font-size: 45px;
    line-height: 50px;
    color: var(--secondary-color);
    text-transform: uppercase;
 }

 .cost_prise{
    font-family: "OpenSans-Regular";
    font-size: 30px;
    line-height: 35px;
    color: var(--primary-color);
 }
 .text_left{
    text-align: left;
 }
 .text_center{
    text-align: center;
 }
 .facilities_section{
    
 }
 .facilities_content{
    /* display: flex;
    justify-content: space-between;     */
 } 
 .inner_hd_to{
    font-family: "DIN-Condensed-Bold";
    font-size: 45px;
    line-height: 50px;
    color: var(--secondary-color);
    text-transform: uppercase;
    padding: 0px 0px 2rem 0px;
 }
 .facil_list{
    display: flex;
    width: 100%;
 }
 .facil_list ul{
    padding: 0px;
    margin: 0px;
    /* columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2; */
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    
 }
 .facil_list ul li{
    list-style: none;
    padding: 5px 0px 10px 0px;
    margin: 0px;
    font-family: "OpenSans-Regular";
    font-size: 17px;
    line-height: 27px;
    color: var(--primary-color);
    display: flex;
 }
 .facil_list ul li:nth-child(even){
    /* display: flex;
    margin-left: 60%; */
    justify-content: flex-end;
 }
.faclitiy-text {
    min-width: 200px;
}


 .facil_list_2{
    display: flex;
    width: 100%;
 }
 .facil_list_2 ul{
    padding: 0px;
    margin: 0px;
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    width: 100%;
 }
 .facil_list_2 ul li{
    list-style: none;
    padding: 5px 0px 10px 0px;
    margin: 0px;
    font-family: "OpenSans-Regular";
    font-size: 17px;
    line-height: 27px;
    color: var(--primary-color);
 }
 .facil_list_2 ul li:nth-child(n+2){
    display: flex;
    margin-left: 52%;
 }
 .facl_icon{
    margin-right: 25px;
    /* object-fit: cover; */
    object-position: center;
    width: 27px;
 }
 .space_right{
    margin-right: 4%;
 }
 .gall_col_lft{

 }

 .gall_col_right{
    display: grid;
    gap: 16px;
 }
 .gal_img_cont {
    display: grid;    
    grid-template-columns: 2fr 1fr; 
    gap: 15px; 
}
.gal_img_cont a {
    display: block;
}
.gal_img_cont a:nth-child(2) {
    grid-column: 2;  
}
.gal_img_cont a:nth-child(1) {
    grid-column: 1; 
    grid-row: 1 / span 2;  
}
.gal_img_cont a:nth-child(5) {
    grid-column: 1;
    grid-row: 3 / span 2;

}
.gal_img_cont a:nth-child(6) {
    grid-column: 1;
    grid-row: 5 / span 2; 
}






 /* .gal_img_cont{
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
 } */
 /* .gal_img_cont a:nth-child(2) {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
    background: green;
    padding: 15px;
} */
/* .gal_img_cont a:nth-child(2) {
    grid-template-columns: repeat(2, 2fr);
    grid-row: 0;
    display: grid;  
    border: solid 1px gray;
    gap: 15px;
} */




 

 .gal_img_cont_lft2{
    position: relative;
    /* column-count: 2; */
 }
 .gall_img{
    width: 100%;
    /* height: 100%; */
    object-fit: cover;
    object-position: center;    
 }
 .room_img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center; 
 }
 .gall_img_lft2{
    width: 100%;
    object-fit: cover;
    object-position: center;  
    margin-bottom: 15px;  
 }
 /* .gal_upp_txt{
    position: absolute;
    right: 15px;
    bottom: 20px;
    background-color: var(--body-color);
    border-radius: 30px;
    padding: 10px 20px;
    font-family: "OpenSans-Regular";
    font-size: 12px;
    color: var(--primary-color);
    text-decoration: none;
    cursor: pointer;
 } */
 .gal_upp_txt{
    position: absolute;
    right: 15px;
    bottom: 20px;
 }
 .gal_upp_txt a {
    background-color: var(--body-color);
    border-radius: 30px;
    padding: 10px 20px;
    font-family: "OpenSans-Regular";
    font-size: 12px;
    color: var(--primary-color);
    text-decoration: none;
}

 .admin_sect{

 }
 .admin_sect{

 }
 .admin_sect p{
    font-family: "OpenSans-Regular";
    font-size: 17px;
    line-height: 24px;
    margin-bottom: 20px;
    color: var(--secondary-color);
}
.down_cont_row{
    padding: 6px 0px;
    font-family: "OpenSans-bold";
    font-weight: bold;
    font-size: 15px;
    line-height: 25px;
    color: var(--secondary-color);
}
.down_cont_row a{
    text-decoration: none;
}
.down_icon{
    width: 25px;
    object-fit: cover;
    object-position: center; 
    margin-right: 20px; 
}
.inner_rot_lft_txt{

}
.inner_rot_lft_txt h2{
    font-family: "DIN-Condensed-Bold";
    font-size: 140px;
    color: var(--secondary-color);
    transform: rotate(-90deg);
    position: relative;
    bottom: 0px;
    text-align: center;
    left: -80px;
}
.inner_rot_lft_txt h3{
    font-family: "DIN-Condensed-Bold";
    font-size: 70px;
    color: var(--primary-color);
    transform: rotate(-90deg);
    position: relative;
    top: 0px;
    text-align: center;
    left: 10px;
}
.rating_list{
    padding: 0px;
}
.rating_list ul{
    padding: 0px;
    margin: 0px;
}
.rating_list ul li {
    display: flex;
    list-style: none;
    margin: 15px 0px 15px 0px;
    padding: 0px;
    font-family: "OpenSans-Regular";
    font-size: 17px;
    line-height: 27px;
    color: var(--primary-color);
    align-items: center;
    overflow: hidden;
}
/* .rating_list ul li:nth-child(3n+1) .rat_inn_bg{
    width: 50%;
}
 .rating_list ul li:nth-child(3n+2) .rat_inn_bg{
    width: 60%;
}
.rating_list ul li:nth-child(3n+3) .rat_inn_bg{
    width: 70%;
} */

.rat_whit_bg {
    background-color: var(--color-white);
    border-radius: 20px;
    min-height: 30px;
    width: 70%;
    margin-right: 20px;
}
.rat_inn_bg {
    background-color: var(--primary-color);
    border-radius: 20px;
    font-family: "OpenSans-Regular";
    font-size: 11px;
    line-height: 23px;
    color: var(--body-color);
    min-height: 30px;
    /* width: 50%; */
    align-items: center;
    display: flex;
    justify-content: right;
    padding: 0px 15px;
    gap: 10px;
    flex-flow: row;
}

.run_icon{
    width: 12px;
    /* position: relative;
    right: 30px;
    top: 10px; */
}
.rat_width_1{
    width: 60%;
}
.rat_width_2{
    width: 70%;
}







.listing_cont_div {
    padding-bottom: 2rem;
}
.list_div{
    display: flex;
    justify-content: center;
    align-items: center;
}
.listing_cont_div h4{
    padding: 16px 0px 3px 0px;
    font-family: "OpenSans-bold";
    font-weight: bold;
    font-size: 23px;
    line-height: 33px;
    color: var(--primary-color);
}
.list_icon{
    width: 36px;
    height: 36px; 
}
.jaar_text{
    padding: 0px 0px;
    font-family: "OpenSans-regular";
    font-size: 14px;
    line-height: 25px;
    color: var(--secondary-color);
}
.contact_link_btn_hd{
    font-family: "DIN-Condensed-Bold";
    font-size: 45px;
    text-align: center;
    line-height: 50px;
    color: var(--primary-color);
    text-transform: uppercase;
    padding: 6rem 0px 2rem 0px;
}
.contact_link_btn {
    display: flex;
    justify-content: center;
}
.contact_link_btn a{
    background-color: var(--color-white);
    border-radius: 30px;
    padding: 10px 20px;
    font-family: "OpenSans-Regular";
    font-size: 14px;
    color: var(--primary-color);
    text-decoration: none;    
}
.padding_bott{
    padding-bottom: 2rem !important;
}

/* ====================Close Inner KAMER CSS==================== */


/* ====================Start Contact CSS==================== */
.contact_section{
    padding-top: 8rem;
    position: relative;
}
.cont_mar_top_space{
    padding-top: 12rem;
}
.cont_form_sect{
    /* display: flex; */
    overflow: hidden;
}
.home_map_bg{
    width: 50%;
    object-fit: cover;
    position: absolute;
    right: -10%;
    top: 15%;
    z-index: -1;
    border-radius: 50%;
    height: 100%;
}
.contact_map_bg{
    width: 50%;
    /* object-fit: cover; */
    position: absolute;
    right: -10%;
    top: 20%;
    z-index: 9;
    border-radius: 50%;
    height: 65%;
}

.form_row{

}
.cont_right_space{
    margin-right: 7rem;
}
.contact_block{
    background-color: var(--primary-color);
    border-radius: 30px;
    padding: 1rem;
    margin-right: 0px;
}
.cont_info_hd{
    font-family: "DIN-Condensed-Bold";
    font-size: 26px;
    line-height: 40px;
    color: var(--color-white);
}
.cont_info_hd a{
    text-decoration: none;
    color: var(--color-white);
}
.contact_icon{
    width: 30px;
    height: 30px;
    margin-right: 10px;
    object-fit: contain;
    object-position: center;
}
.contact_txt{
    font-family: "OpenSans-Regular";
    font-size: 15px;
    line-height: 20px;
    color: var(--body-color);
    padding: 15px 10px;
    min-height: 70px;
}
.contact_form_div{
    padding: 30px 0 50px 0px;
    margin-right: 150px;
    margin-top: 30px;
}

.contact_form_div input[type="text"] {
    background-color: var(--color-white);
    border-radius: 30px;
    padding: 15px 30px;
    font-family: "OpenSans-Regular";
    font-size: 18px;
    line-height: 26px;
    color: #858585;
    margin-bottom: 20px;
    width: 100%;
    border: none;    
}
.contact_form_div input[type="email"] {
    background-color: var(--color-white);
    border-radius: 30px;
    padding: 15px 30px;
    font-family: "OpenSans-Regular";
    font-size: 18px;
    line-height: 26px;
    color: #858585;
    margin-bottom: 20px;
    width: 100%;
    border: none;    
}
.contact_form_div textarea {
    background-color: var(--color-white);
    border-radius: 30px;
    padding: 25px 30px;
    font-family: "OpenSans-Regular";
    font-size: 18px;
    line-height: 26px;
    color: #858585;
    margin-bottom: 20px;
    width: 100%;
    height: 300px;
    border: none;
}
.contact_form_div button{
    background-color: var(--primary-color);
    font-family: "OpenSans-Regular";
    font-size: 15px;
    line-height: 20px;
    color: var(--body-color);
    border: none;
    border-radius: 30px;
    padding: 9px 25px;
}
.contact_form_div input[type="text"]:focus { outline: none;}
.contact_form_div textarea:focus { outline: none;}
.contact_form_div input[type="text"]::placeholder { color: #858585;}
.contact_form_div textarea::placeholder { color: #858585;}

.contact_form_div input[type="email"]:focus { outline: none;}
/* ====================Close Contact CSS==================== */

/* .gall_img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    margin-bottom: 15px;
} */

/* ====================Start Footer Css==================== */
a.bottom_arrow{
    position: fixed;
    bottom: 40px;
    right: 40px;
    font-size: 35px;
    color: var(--primary-color);
    /* width: 50px;
    height: 50px; */

}
.footer_section{
    padding: 0px 0px;
    position: relative;
}
.footer_image{
    padding: 0px;
    height: 100vh;
    display: flex;
    flex-direction: column;
    font-family: "OpenSans-Regular";
}
.foot_img{
    width: 100%;
    height: 100%;
    /* height: auto; */
    /* object-fit: cover; */
    object-position: center;
    position: absolute;
}
.footer_bott{
    /* background: #1A1818 0% 0% no-repeat padding-box; */
    background: rgba(0,0,0,0.8);
    position: absolute;
    width: 100%;
    bottom: 0px;
    padding: 2%;
}
.footer_text{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer_left{
    display: flex;
    align-items: center;
    color: var(--color-white); 
    text-transform: uppercase;
    font-size: 17px;
    font-family: "OpenSans-Regular";
}
.footer_center{
    display: flex;
    align-items: center;
    color: var(--color-white); 
    flex-direction: column;
}
.foot-logo-img{
    width: 50%;
}
.foot_logo{
    display: flex;
    text-align: center;
}
.foot_logo{
    width: 60%;
    margin: 0 auto;
}
.cent_txt{
    display: flex;
    text-align: center;
}
.footer_right{
    display: flex;
    align-items: center;
    color: var(--color-white); 
    text-transform: uppercase;
    font-size: 17px;
    font-family: "OpenSans-Regular";
    text-align: right;
    justify-content: end;
}
.footer_text_mobile{
    display: none;
}
/* ====================End Footer Css==================== */


.range_slider{

}
/* 
.range_slider input{
    background-color: var(--primary-color);
}
.slider_input{
    background-color: var(--primary-color);
} */

.run_bg_img{
    background: url(/assets/img/icons/walk.svg) no-repeat;
    background-position: 2px 6px;
}
.range-slider {
	position: relative;
	width: 100%;
	height: 30px;
}

.range-slider_input {
	width: 100%;
	position: absolute;
	top: 0%;
	z-index: 3;
	transform: translateY(-50%);
	-webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 4px;
  opacity: 0;
	margin: 0;
}

.range-slider_input::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 100px;
  height: 100px;
  cursor: pointer;
	border-radius: 50%;
	opacity: 0;
}

.range-slider_input::-moz-range-thumb {
  width: 14vmin;
  height: 14vmin;
  cursor: pointer;
	border-radius: 50%;
	opacity: 0;
}

.range-slider_thumb {
    border-radius: 30px;
	width: 70px;
	height: 30px;
	position: relative;
	/* left: 0;
	top: 15px;
	transform: translateY(-50%); */
	background-color: var(--primary-color);
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 11px;
	color: #FFF;
    font-family: "OpenSans-Regular";
	z-index: 2;
}

.range-slider_line {
    border-radius: 30px;
	height: 30px;
	width: 100%;
	/* background-color: #e1e1e1; */
	top: 15px;
	transform: translateY(-50%);
	left: 0;
	position: absolute;
	z-index: 1;
}

.range-slider_line-fill {
    border-radius: 30px;
	position: absolute;
	height: 30px;
	min-width: 14% !important;
	background-color: var(--primary-color);
}



