/* --------------------------------------------------------
Re-Theming the current default styling

version: 1.0
last modified: 
author: IT Development Team
email: ilagenda.com
website: https://ilagenda.com
----------------------------------------------------------*/


@import url('https://fonts.googleapis.com/css2?family=Cinzel+Decorative&display=swap');
/*font-family: 'Cinzel Decorative', cursive;*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500&display=swap');
/*font-family: 'Poppins', sans-serif;*/

html>* {
    scroll-behavior: smooth;
}

:root {
    --color-outstand: #e09900;
    --color-secondary: #999393;
    --color-fade: #b9b6b6;
    --global-bg: url(/files/AAHS-Award_black_background.jpg) !important;
    --global-bg-repeat: repeat;
    --global-bg-blend: multiply;
    --global-bg-color: rgb(225 149 22 / 84%);
    --global-bg-position: center center;
    --global-bg-size: initial;   
    --border-rad-5: 10px;
}

body {
    /* font-size: 1rem; */
    font-size: clamp(.79rem, 1.5vw, 1rem);
    line-height: 1.8;
    font-weight: 400;
    background-color: black
}

label {color: white;}

li {margin: 5px}

input {font-size: 12px !important}

.text-default {font-size: 1em !important;}

small,
s,
i {font-size: 0.8em !important;}

h4 {margin: 10px 0 24px}

h2 {margin: 5px 0 8px}

p,
span,
a,
label {
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    padding: 10px 0 0;

}

.main-title {
    color: #ea9558;
    font-family: 'Cinzel Decorative', cursive !important;
}

.secondary-title {
    /* font-size: 1.2em; */
    font-size: clamp(.79rem, 1.5vw, 1.125rem);
}

.link,
a.link {
    color: var(--color-outstand);
}

/* Global */
*.none {
    display: none;
}

.mt-80{
    margin-top: 80px
}
/* global background */
.features-area, .innovation-area, .banner-area-two, .bg1{
    background:var(--global-bg);
    background-repeat: var(--global-bg-repeat);
    background-blend-mode: var(--global-bg-blend);
    background-color: var(--global-bg-color);
    background-position: var(--global-bg-position);
    background-size:var(--global-bg-size);
}

.nomargin,
.m0 {
    margin: 0;
}

.label {
    font-weight: bold;
    color: white;
}

.inline-b {
    display: inline-block;
}

.auto {
    width: auto;
}

.inlineb {
    display: inline-block;
}

.clickable {
    cursor: pointer;
}

.w-100i {
    width: 100% !important;
}

.dangerbox {
    border-color: red;
}

.roundedi {
    border-radius: 5555px !important;
}

/* text styling */
* {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
}

h1,
h2,
h3,
h4,
h5 {
    text-shadow: 0 0 25px rgba(0, 0, 0, 0.7);
    font-family: 'Poppins', sans-serif;
}

h1 {
    font-size: 48px;
    zoom: 0.8;
}

.text-primary {
    color: orange !important;
}

a.text-primary {
    color: #C38F60 !important;
    transition: all ease 0.2s;
}

a.text-primary:hover {
    color: white !important;
}
.text-center{ text-align:center; }
.text-centeri{ text-align:center !important; }
.text-lefti{ text-align:left !important; }
.text-left{ text-align:left; }

.thepop_ele_content {
    color: #676767;
}

.thepop_ele_content .text-primary {
    font-weight: bold;
    color: white;
}

/* menu */
.navbar-brand img {
    height: 80px;
    margin-bottom: 10px;
}

/* Section */

.container {
    width: 100%;
}

.container,
.container-md,
.container-sm {
    max-width: 720px;
}

.section-title {
    align-items: center;
    display: flex;
    flex-direction: column;
    margin: 0 auto auto auto;
    letter-spacing: .005rem;
}

.section-title span {
    /* line-height: 0; */
    text-transform: capitalize;
}

.for-login .section-title {
    margin-top: 0;
}

.innovation-area {
    padding-bottom: 75px;
}

.mean-bar {
    /* background-image: url(/files/AAHS-Award_black_background.jpg); */
    background-color: linear-gradient(16deg, rgba(0, 0, 0, 1) 0%, rgba(42, 35, 28, 1) 100%);
    box-shadow: inset 0 0 55px rgba(0, 0, 0, .5);
    background-size: inherit;
    background-blend-mode: multiply;
    background-position: center -160px;
}

.mobile-nav nav .navbar-nav {
    overflow: hidden;
}

.main-nav {
    position: inherit;
    background-color: rgba(0, 0, 0, 0.97);
    top: 0;
    left: 0;
    z-index: inherit;
    padding: 0;
    width: 100%;
    height: auto;
    /* max-height:; */
    border-radius: 25px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background: black;
    background-image: url(/files/AAHS-Award_black_background.jpg);
    background-color: linear-gradient(16deg, rgba(0, 0, 0, 1) 0%, rgba(42, 35, 28, 1) 100%);
    box-shadow: inset 0 0 55px rgba(0, 0, 0, .5);
    background-size: inherit;
    background-blend-mode: multiply;
    background-color: rgb(225 149 22) !important;
    /*background-position: center -160px;*/
    background-position: center;
    zoom: 1.1;
    padding: 0.4rem;
}

.nav-btn-m {
    display: block;
    text-align: center;
    max-width: 300px;
}

.sticky-nav .main-nav {
    position: inherit;
    top: 0;
    left: 0;
    z-index: inherit;
    padding: 0;
    width: 100%;
    height: 90px !important;
    border-radius: 25px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background: black;
    background: linear-gradient(16deg, rgba(0, 0, 0, 1) 0%, rgba(42, 35, 28, 1) 100%);
    box-shadow: inset 0 0 55px black;
    background-image: url(/files/AAHS-Award_black_background.jpg);
    background-size: cover;
}

.navbar-area {
    background-color: transparent;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    padding-left: 0;
    border-radius: 25px;
    box-shadow: 0 0 25px rgba(0, 0, 0, .7);
    z-index: 55;
    border: 1px solid #1e1e1e;
}

.nav-item a {
    font-size: 1em !important;
}

.nav-item a:hover {
    color: #E9B145;
}

.main-nav nav .navbar-nav .nav-item a.active {
    color: #C38F60;
    font-weight: bold;
}

.main-nav .navbar-nav {
    background: rgba(0, 0, 0, 0.5);
    border-radius: 555px;
    padding: 0 15px;
}

.main-nav .nav-item {
    padding: 5px 10px;
}

.mobile_menu {
    top: 0;
    display: block !important;
    z-index: 9999;
    opacity: 1;
    width: 100%;
    border-radius: 0 0 20px 20px;
    overflow: hidden;
}

.mobile_menu_content {
    background: rgba(0, 0, 0, 0.8);
    padding: 0px 20px;
}

.mobile_menu_content svg.menu_icon {
    height: 35px;
    width: 35px;
}

.mobile_menu_content svg.menu_icon path {
    fill: white;
}

.mobile_menu_content .navbar-nav .nav-item {
    color: var(--color-fade);
}
.desktop-menu-expender{
    position:absolute;                           
    background: rgb(30 22 14);
    border-radius: 20px;
    text-align: left;
    color: #ffffff; width:100%;
    margin-top:10px;
    border: 0px solid rgb(33 33 33);
}

.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--color-fade);
}

.mobile_menu_content .navbar-nav .nav-item.active,
.mobile_menu_content .navbar-nav .nav-item:hover {
    color: var(--color-outstand);
}

.navbar-light .navbar-toggler {
    padding: 0 !important;
}

.navbar-brand img {
    height: auto;
    width: 100%;
    max-width: 100px;
    margin: -5px -5px 0 -5px;
    padding: 0;
}

.menu-dropdownitem {
    border-top: 1px dashed #333;
    box-shadow: inset 0 0 15px rgba(0, 0, 0, .2)
}

/* banner styling */
.banner-content span,
.banner-content p {
    color: white;
}

.banner-content h1 {
    color: #e9a558;
}

.banner-area-two {
    padding: 143px 0;
    height: 125vh;
    max-height: 100%
}

.banner-content-two,
.banner-content-two p {
    font-weight: 300;
    font-family: 'Poppins', sans-serif;
    font-size: 1.3em;
    z-index: unset;
}

#image_banner1 {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1;
    clip-path: polygon(21% 52%, 100% 0, 0 0);
}

#image_banner2 {
    position: absolute;
    top: 25px;
    left: 25px;
    z-index: 2;
    clip-path: polygon(21% 51%, 100% -1%, 100% 97%);
}

#image_banner3 {
    position: absolute;
    top: 90px;
    left: -45px;
    z-index: 3;
    clip-path: polygon(26% 39%, 0 100%, 100% 100%);
}

.banner-img {
    position: relative;
    top: -256px;
}

.banner-content {
    padding: 66px;
    border-radius: 6%;
    width: 1000px;
    max-width: 100%;
}

#img_ban1 {
    left: -11px;
    top: -48px;
}

#img_ban2 {
    top: -2px;
    left: 100px;
}

#img_ban3 {
    left: -9px;
    top: 56px;
}

/* ------ * 
 * Banner *
 * ------ */

.bg-half-260 {
    padding: 6.5rem 0 !important;
    background-size: cover !important;
    align-self: center !important;
    position: relative !important;
    background-position: center !important;
}
#home1 .bg-overlay .section-title{
    margin: 53px 40px !important;
}

.main-banner-frame {
    width: 100%;
    background: #111;
    height: 100vh;
    max-height: 100vh;
    box-shadow: inset 0 0 125px rgba(0, 0, 0, 0.2);
}

.main-banner {
    /* background: url(/assets/custom_images/banner1d.png) no-repeat center; background-size:cover; width: 100%; height: 100%; */
    background: url(/assets/house_lot_renderer/assets/img/Home5-1.jpg) no-repeat center;
    background-size: cover;
    width: 100%;
    height: 100%;
    color: white;
    padding: 130px 20px 20px 20px;
}

.main-banner .iconround {
    width: 40px;
    height: 40px;
    border-radius: 5555px;
    border: 1px solid white;
    margin: 3px;
    display: inline-block;
    padding: 3px;
}

.main-banner .iconround svg {
    height: 30px;
    width: 30px;
}

.main-banner svg {
    height: 21px;
    width: 21px;
}

.main-banner svg path {
    fill: white;
}

.main-banner .maxrow {
    height: 100%;
}

.main-banner .subtitle {
    font-size: 1.3em;
    font-weight: bold;
    color: white;
    letter-spacing: 1px;
    padding: 0;
    max-width: 800px;
    margin: auto;
    text-shadow: 0 0 15px black;
}

.main-banner .cta-btn {
    color: white !important;
    padding: 10px 30px !important;
    background-color: transparent;
    color: #676767;
    border: 2px solid #e9a558;
    border-radius: 50px;
    background: rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 15px rgba(0, 0, 0, .3);
    font-weight: 500;
}
.cta-btn-general{
    color: white !important;
    padding: 5px 10px !important;
    background-color: transparent;
    color: #676767;
    border: 2px solid #e9a558;
    border-radius: 50px;
    background: rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 15px rgba(0, 0, 0, .3);
    font-weight: 400;
    min-width:100px;
    text-align:center;
}
.banner-title {
    font-size: 5rem;
    background: none;
    border-radius: 25px;
    padding: 5px 30px;
    margin: 0 0 10px 0;
    display: inline-block;
    text-shadow: 0 0 25px black;
    max-width: 800px;
    color: var(--color-outstand);
}

.main-banner .subtext {
    max-width: 800px;
    margin: auto;
    text-shadow: 0 0 15px black;
}

.banner-btm-content {
    position: absolute;
    width: 100%;
    bottom: 25px;
}

.banner-btm-content b {
    font-weight: bold;
}

.banner-icon-section {
    display: inline-block;
    border-radius: 25px;
    padding: 3px 5px;
    background: rgba(0, 0, 0, 0.4);
    margin: 5px 0 25px 0;
}

.main-banner small.subtext {
    color: #888;
}

/* form */
/* login */
.user-all-form {
    padding: 60px;
    margin: 20px;
    background: rgba(0, 0, 0, 0.6);
    width: 700px;
    max-width: 100%;
    border: solid 3px rgba(0, 0, 0, 0);
    box-shadow: 0 0 55px black;
    border-radius: 25px;
    border: 1px solid #272727;
}

button.default-btn.btn-bg.btn-sm.btn-block.btn-login {
    background: #b07d43;
    border-radius: 555555px;
    font-size: 1.2em;
    transition: all ease 0.3s;
}

button.default-btn.btn-bg.btn-sm.btn-block.btn-login:hover {
    box-shadow: 0 0 25px #5a4021;
}
.tagbtn, div.tagbtn, button.tagbtn,  div.nav-btn-area .tagbtn{ 
    font-size:1em; font-weight:500;  
    color: white !important;
    padding: 5px 10px;
    background: rgba(0,0,0,0.2);
    color: #676767;
    border: 1px solid #e9a558;
    border: 1px solid #6a5641;
    border-radius: 50px;
}
.tagbtn:hover, div.tagbtn:hover, button.tagbtn:hover,  div.nav-btn-area .tagbtn:hover{ 
    background:#8f6d49;
    box-shadow:0px 0px 25px rgb(0 0 0 / 20%);
    border: 1px solid #8f6d49;
}
.btn-icon svg{ width:100%; height:100%; max-width:25px; max-height: 25px; margin-left:4px;  margin-right:4px; }
.btn-icon svg path{ fill:#ffffff; }

.form-signin input {
    width: 100%;
}

.booking_form .form-group select.dangerbox,
.booking_form .form-group input[type=text].dangerbox,
.booking_form .form-group input[type=email].dangerbox,
.booking_form .form-group input[type=file].dangerbox {
    border-color: #b73333 !important;
    color: red;
}
.booking_form h3{font-size:1.3em;}
*.dangerbox,
*.dangerbox .booking_form .form-group input[type=radio] {
    color: red;
}

/**********************/
/* START booking form */
.booking_step_content .section-title{
    display:block;
} 
/* div#form_shared_header {
    padding: 0px 0px 35px 0px;
    margin: 0px 0px 35px 0px;
    border-bottom: 1px dashed #333333;
} */
div#form_shared_header {
    padding: 0px 0px 35px 0px;
    margin: 0px 0px 35px 0px;
    border-left: 1px dashed #333333;
    display: flex;
    flex-direction: column;
    align-content: center;
   
    align-items: center;
    padding: 12px;
}
/* END booking Form */


/* post slider */
.blog-card {
    background: none;
}

.blog-card img {
    border-radius: 10px;
}

.blog-card iframe {
    border-radius: 10px;
}

.testimonials-item {
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 15px;
    box-shadow: 0 0 55px black;
    border: 1px solid #222;
}


/* Preview gallery */
.slide-adjuster {
    width: 70vw;
    margin: auto;
}

.slide-content.slide-size {
    border-radius: 15px;
    overflow: hidden;
    margin: 15px;
    box-shadow: inset 0 0 25px rgb(0 0 0 / 50%);
}

.gallery-slider .owl-nav {
    margin-top: 0;
    position: relative;
    left: auto;
    top: auto;
    background-color: transparent;
}

.gallery-slider .owl-nav .owl-next:hover {
    background: none;
}

.owl-carousel>.owl-nav {
    top: 0;
}

/*Our Property*/
.gallery-slide .slide-content {
    border-radius: 15px;
    overflow: hidden;
    margin: 15px;
    box-shadow: inset 0 0 25px rgb(0 0 0 / 50%);
}

/* features section*/
.features {
    margin-top: 70px;
}

.features .row .features-img {
    width: 6rem;
}

.features-item.speciality-item img {
    width: 100%;
    max-width: 20vh
}

/* footer */
.footer_cta {
    width: 100%;
    height: auto;
    position: relative;
    background: #cda048;
    padding: 2px 0;
    box-shadow: inset 0 0 155px #b68332;
}

.footer_note {
    padding: 25px 10px;
    background-color: #111111;
    box-shadow: inset 0 0 155px black;
    border-top: 1px dashed #222222;
}

.footer_note * {
    color: #666;
}

.footer_note .label {
    color: white;
}

.company_box .p10 {
    padding: 0 0 15px 0;
}

.company_box div .normal-list {
    padding: 0 0 0 16px;
}

.company_box .nostyle-list{ list-style:none; padding:0px; margin:0px; }
.company_box .nostyle-list li{ 
    display: inline-block;
    font-size: 0.9em;
    margin: 0px;
    border-radius: 7px;
    background: rgb(16, 16, 16);
    padding: 3px 10px;
    border: 1px solid rgb(51, 51, 51);    
    margin: 3px 0px;   
}
.company_box .nostyle-list li b{ 
    color: #ffffff;
}
.company_box .nostyle-list li b.outstand{
    color:var(--color-outstand);
}

li svg{ width:2em; height:2em; }
li svg path{ fill:#ffffff;}

.company_box ul li {
    margin: 0;
}

.company_box ul.social {
    display: inline-block;
    margin: 0 0 0 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

.company_box ul.social li {
    list-style: none;
    display: inline-block;
    padding: 5px;
}

.company_box ul.social li.none {
    display: none;
}

.company_box ul.social li svg,
.direction_cta svg {
    -webkit-filter: grayscale(1);
    transition: all ease 0.2s;
}

.company_box ul.social li:hover svg,
.direction_cta:hover svg {
    -webkit-filter: none;
}

.footer_note div a:hover {
    color: #C38F60;
}

.direction_cta {
    padding: 0 10px 0 10px;
    margin-top: -10px;
}


.footer_note p,
.footer_note span,
.footer_note a,
.footer_note label {
    padding: 0 0 0;
}

.footer_note .logo {
    width: 100%;
    max-width: 170px;
    margin: 10px 0 15px -15px;
}

.copyright {
    color: #666;
    padding: 45px 10px;
    border-top: 1px dashed #222;
}

.banner_ {
    margin-top: 70px;
}

@media screen and (max-width: 1200px) {
    .banner-title {
        max-height: 30%;
        max-width: 80%;
        font-size: 3.3rem;
    }

    .main-banner .subtitle {
        font-size: 1.3em;
       
    }

    .main-banner .subtext {
        font-size: 1rem;
        max-width: 80%;
    }
}
@media screen and (max-width: 991px) {
    #image-container {
        display: none;
    }

    .banner-area .container-fluid.banner-area-two {
        background-image: url(/assets/house_lot_renderer/assets/img/Home3images.jpg);
        background-color: none;
    }

    .banner-btn .nav-btn-area {
        display: block;
    }
}
@media screen and (max-width:769px) {
    .barcove-card#barcove-pad{
        padding: 1rem 1.3rem !important;
    }
    .footer_note .col-md-4:nth-child(odd) {
        border-top: 1px dashed #222;
        padding-top: 40px;
    }

    .footer_note .col-md-4 {
        padding-bottom: 20px;
    }
    
}
@media screen and (max-width:470px) {
    h1 {
        font-size: 2.5rem;
        zoom: 0.8;
    }
}

/* @media screen and (max-width: 386px) {
    .banner-title {
        max-height: 30%;
        max-width: 80%;
        font-size: 1.3rem;
    }

    .main-banner .subtitle {
        font-size: .8em;
        max-height: 10%;
    }

    .main-banner .subtext {
        font-size: .7rem;
        max-width: 80%;
    }
} */

/***************/
/* button area */
.btn-theme1 {
    box-shadow: none;
    background: #d3a457;
    padding: 5px !important;
    line-height: unset;
    text-align: center;
    border: .2em solid #d3ae73;
    box-shadow: inset 0 0 35px rgb(163 114 34);
    border-left: .3em solid #d3ae73;
    border-right: .3em solid #d3ae73;
    max-width: 400px;
    border-radius: 5000px;
    transition: all ease 0.4s;
}

.btn-theme1>a {
    font-size: 1.6em;
    color: white;
    font-weight: 800;
    text-shadow: 0 0 5px #b68637;
    width: 100%;
}

/*End Button Area*/


/****************************/
/* owl slider customization */
.testimonials-slider .owl-nav .owl-next {
    border-radius: 0;
    border: 1px solid #C38F60 !important;
    color: #676767 !important;
    border: solid white;
    border-width: 0 2px 2px 0 !important;
    display: inline-block;
    padding: 3px !important;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.testimonials-slider .owl-nav .owl-next {
    width: 10px;
    height: 10px;
}

.testimonials-slider .owl-nav .owl-next span {
    display: none;
}

.testimonials-slider .owl-nav .owl-prev {
    border-radius: 0;
    border: 1px solid #C38F60 !important;
    color: #676767 !important;
    border: solid white;
    border-width: 0 2px 2px 0 !important;
    display: inline-block;
    padding: 3px !important;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.testimonials-slider .owl-nav .owl-prev {
    width: 10px;
    height: 10px;
}

.testimonials-slider .owl-prev.owl-btn span {
    display: none;
}

.owl-carousel>.owl-nav>button,
.owl-carousel>.owl-nav>button:hover {
    background: none;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    max-width: 90vh;
    margin: auto;
    border-radius: 15px;
    box-shadow: 0 0 45px black;
}

/* END owl slider customization */

/* slide in animation */

@media screen and (min-width: 280px) and (max-width: 400px) {
    h1 {
        font-size: 2rem;
    }
}

@media screen and (min-width: 280px) and (max-width: 460px) {
    .banner-content {
        padding: 16px;
    }

    input {
        font-size: 11px !important
    }

    .text-default {
        font-size: 1em !important;
    }

    h2 {
        font-size: 21px;
        margin: 2.5px 0 4px
    }

    h4 {
        margin: 5px 0 12px
    }
}

@media screen and (min-height: 320px) and (max-height: 400px) {
    .banner-area-two {
        height: 230vh;
    }

}

@media screen and (min-height: 401px) and (max-height: 500px) {
    .banner-area-two {
        padding: 44px 0 0;
        height: 157vh;
    }
}

@media screen and (min-height: 501px) and (max-height: 580px) {
    .banner-area-two {
        padding: 44px 0 0;
        height: 137vh;
    }
}

@media screen and(max-height: 608px) {
    .banner-frame div.banner-btm-content {
        bottom: 6px !important;
    }

}

.gallery-item .gallery-item-content ul li.inlineb {
    display: inline-block;
    font-size: 1em;
}

.tag-gray-style {
    color: var(--color-secondary);
    padding: 3px 10px;
    border-radius: 10px;
    margin: 3px 0;
    border: 1px solid #333;
}

.fade-content {
    color: var(--color-fade);
    display: block;
}



@media screen and (min-width:989px) {

    /**************************/
    /* MENU */
    .mobile_menu_content {
        display: none !important;
    }

    /* END of MENU */
    /***************************/
}

@media screen and (max-width:989px) {
    .main-nav {
        display: none !important;
    }

}

@media screen and (max-width:500px) {
    
    .btn-icon{ display:none; }
    .banner-title {
        font-size: 3em;
        padding: 4px 20px;
    }
    .main-banner .subtitle {
        font-size: 1.3em;
        max-height: auto;
    }
    /**************************/
    /* title and text styling */
    .secondary-title {
        /* font-size: 1.1em; */
    }

    /* end title and text styling */
    /******************************/

    /**********************************/
    /* START home page slider section */
    .slide-adjuster {
        width: 100%;
        margin: auto;
    }

    .gallery-item .gallery-item-content {
        padding: 5px !important;
    }

    /* END home page slider section */
    /********************************/
}

@media screen and (max-width:500px) and (max-height:700px){
    .banner-title {
        font-size: 2.3em;
        padding: 4px 20px;
    }
    .main-banner .subtitle {
        font-size: 1.2em;
        max-height: auto;
    }
}

input[type=text],
input[type=email],
input[type=password],
textarea,
input[type=date],
select {
    width: 100%;
    min-width: 100%;
    border-radius: 15px !important;
    border: 1px solid;
    background-color: #f8f9fb;
}

option {
    background: black;
    color: white;
}

::-webkit-calendar-picker-indicator {
    filter: invert(1);
}

/***************************
 SCROLLBAR STYLE
 ***************************/

div::-webkit-scrollbar-track {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px #6d6161;
    background-color: black;
}

div::-webkit-scrollbar {
    width: 12px;
}

div::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px black;
    background-color: #ea9558;
}


/* *******************************
        frappe popup message 
********************************** */
.modal-header {
    border-bottom: 1px solid #e9a558 !important;
}

.modal-body {
    color: white;
}

.modal-content {
    background-color: rgba(0, 0, 0, 0.8);
    border: 2px outset #ea9558;
    width: 70%;
    /* height: 200px;
    min-height: 200px; */
    margin: auto auto;

    border-radius: 10px 10px 10px 10px;

}

button.close span {
    color: white
}

.modal-header .close {
    margin: 0 !important;
    box-shadow: 3px 1px 0 0 #899599f5;
    background: linear-gradient(to bottom, #edededad 5%, #bab1ba47 100%);
    ;
    background-color: #ededed45;
    border-radius: 42px;
    display: inline-block;
    cursor: pointer;
    color: #3a8a9e;
    font-family: Arial;
    font-size: 17px;
    padding: 8px 8px;
    text-decoration: none;
    text-shadow: 0 2px 0 #707375;
}

.modal-header .close:hover {
    background: linear-gradient(to bottom, #bab1ba 5%, #ededed 100%);
    background-color: #bab1ba;
    box-shadow: 3px 1px 0 0 #6c6d6df5;

}

.modal-header .close:active {
    position: relative;
    top: 1px;
}

h5.modal-title {
    font-weight: bold !important;
}

.modal-dialog {
    width: inherit;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    margin: auto;
}

div.modal.show {
    padding-right: 11.9884px;
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    top: 0;
    left: 0;
}

.modal-backdrop.show {
    z-index: 4;
}

/* MAP Related Styling */
/* Map > Modal Box */
.thepop_ele {
    height: 100%;
    z-index: 9999;
}

.thepop_ele_content {
    min-height: auto;
    height: auto;
    max-height: 70vh;
}

.thepop_ele_content .inner {
    padding: 0 25px 25px !important;
    /* padding-top: 0 !important; */
    margin-right: 5px;
}

.thepop_ele_content .inner::-webkit-scrollbar {
    width: 10px;
}

/* Track */
.thepop_ele_content .inner::-webkit-scrollbar-track {
    background: #696969;
    box-shadow: none;
    background: none;
}

/* Handle */
.thepop_ele_content .inner::-webkit-scrollbar-thumb {
    background: #696969;
    box-shadow: none;
}

/* Handle on hover */
.thepop_ele_content .inner::-webkit-scrollbar-thumb:hover {
    background: #696969;
}

.thepop_ele_content .pop_link {
    margin-top: 0;
}

.thepop_ele_content .pop_link button {
    margin-top: 0;
}

#navbarNavAltMarkup {
    /*height: 100vh;*/
}

/* barcove */
.barcove-card {
    background: #745c41;
    background: #50402f;
    height: 100%;
    display: flex;
    padding: 1.5rem;
    box-shadow: inset 0 0 135px rgba(0, 0, 0, .2);
    color:#ffffff;
}
.barcove-card .h3{
    font-size: 1.35em !important;
    margin: 0px;
    padding: 10px 0px 10px 0px;
    box-shadow: none;
    text-shadow: none;
    font-weight: 600;
}
.barcove-card .h4{
    font-size: 1.2em !important;
    margin: 0px;
    padding: 15px 0px 5px 0px;
    box-shadow: none;
    text-shadow: none;
    font-weight: 500;
    color: #e9a558;
}
div.barcove-card div.subtext{
    color:#bbbbbb;
}

* section.map_specification{ background: #50402f; }

.barcove-card#barcove-pad {
    padding: 2rem 2.5rem ;
    width: 100%;
    border-radius:var(--border-rad-5);
    border-bottom: 6px solid #342c22;
    box-shadow: 0px 15px 15px rgb(0 0 0 / 30%);
}

.barcove-bold svg path{ fill:#ffffff; }
.pt-list{padding:0.3rem}

/* iLagenda logo tail */
.title-tag {
    background: url(https://lagendaproperties.com/wp-content/uploads/2020/05/Shadow.svg) center no-repeat;
    width: 100%;
    padding: 0.8rem !important;
    display: block;
}


.property-area-widget .section-title h2 {
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
}


/* Global main Listing page Content */
div div.picture{
    height: auto;    
    min-height: 500px;
}




/* LANGUAGE SWITCHER */
*.lang_en , *.lang_bm{ display:none; }
body[lang='en'] *.lang_en{ display:block; }
body[lang='bm'] *.lang_bm{ display:block; }
/* visibility: visible; */

