/* @import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@100;200;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Varela&display=swap'); */

@import url('fonts.css');

:root {
    /* --font-size-body: 1.2rem; */

    --color-primary: #D0B932;
    --color-secondary: #11142F;

    --color-section: #fbf7f5;/* fbf7f5 */

    --color-green-wa: #31D46B;
    /* --color-yellow:#D0B932; */
    --color-grey:#8e99a3;
    --color-hover-menu:#7f6e0d;
    --font-family-brandon: "BrandonGrotesque";
    --font-family-minerva: "Minerva-Modern";

    --bs-nav-link-padding-y: 0rem;
    --bs-nav-link-font-size: 14px;
    --bs-nav-link-padding-x: none;
    --bs-btn-border-radius: 1.5rem;
}

* { font-family: var(--font-family-brandon), sans-serif; margin: 0; padding: 0; box-sizing: border-box; outline: none; border: none; text-decoration: none; /* text-transform: capitalize; */}

html { overflow-x: hidden; scroll-behavior: smooth; /* scroll-padding-top: 7rem; */ }

body { background-color: var(--color-section); }

h1{font-family: var(--font-family-minerva), sans-serif; /* font-weight: bold; */ /* line-height: 1; */}


a { text-decoration: none; color: var(--color-primary);}

.card-body .btn{ border-radius: 2rem;}

.btn-primary { background-color: var(--color-primary); border: none;}
.color-primary { color: var(--color-primary) !important;}
.color-secondary { color: var(--color-secondary) !important;}

.navbar .container {  align-items: flex-end; padding-right: 0; padding-left: 0;}

.navbar-collapse { flex-grow: 0;}

/* .navbar-nav li { margin-left:10px;  border: solid 1px; border-right: 0;} */

.navbar-nav li.last { border: solid 1px; border-left: solid 1px; }

.nav-item {/*font-family: var(--font-family);  font-weight: bold; */ padding: 5px;/*  padding-left: 10px; padding-right: 10px; */ margin-right: 20px; background-color: rgba(0, 0, 0, 0.1); font-size: 16px;}

.navbar { position: absolute; z-index: 10; width: 100%; }

.nav-link{ padding: 0; font-size: 15px;/*  cursor: pointer; */ color: black;}

.nav-link:hover {color: var(--color-hover-menu);}

.whats-app-section{display: flex; justify-content: flex-end;}

.whats-app-icon{ color: var(--color-green-wa); font-size: 22px; }

.search-section {  /* min-height: 100vh; */ /*background: url(../images/main.jpg) no-repeat; */ /* background-size: cover; background-position: center; background-attachment: fixed; display: flex; align-items: center; justify-content: center; z-index: 5; */ /* position: absolute; */ width: 100%; top: 20%; text-align: center; z-index: 2;}

.search-section form .inputBox input, .search-section form .inputBox select { /* flex: 1 1 25rem; border: 0.1rem solid #333; */ box-shadow: 0 0.5rem 1.5rem rgb(0 0 0 / 10%); font-size: 1rem; padding: 0.5rem; /* text-transform: none; */ border-radius: 50px; min-width: 10%; padding-left: 10px; width: 100%; }

.inputBox .row>*{ padding-left: 3px; padding-right: 3px; }

input[type="search" i] { appearance: auto; box-sizing: border-box; padding: 1px 2px; background: url(../images/search.svg) no-repeat scroll #fff right; /* padding-left:50px; */ background-size: 22px; /*  background-position: right; padding-right: 10px;; */ background-position-x: 97%; }

/* input[type=search]:focus { background-image: none; } */
/* input[type=search]:has { background-image: none; } */

input[type=search]:valid { background-image: none; } 

/* input[type=search][value]:not([value=""]){ background-image: none; } */

/* input[type="search"]:([value=""]){ background-image: none; } */
/* input[type=search]::content { background-image: none; } */ 

select:not(:-internal-list-box) { overflow: visible !important; }

.custome-select { appearance: none; -webkit-appearance: none; -moz-appearance: none; /* background: transparent; */ /* background-image: url(../images/arrow-down.svg); background-repeat: no-repeat; background-position-x: 90%;  */ background: url(../images/arrow-down.svg) no-repeat scroll #fff right;  background-position-x: 97%;  background-position-y: 10px; 
    /* border: 1px solid #dfdfdf; border-radius: 2px; margin-right: 2rem; padding: 1rem; padding-right: 2rem; */ background-size: 20px;}

.carousel-caption { top: 15rem;}

.carousel-control-next-icon{ background-image: url(../images/arrow-next-light.svg); }

.carousel-control-prev-icon, .carousel-control-next-icon { width: 5rem; height: 5rem; bottom: 10px; color: white; }

.carousel-control-prev-icon{ background-image: url(../images/arrow-prev-light.svg); /* rotate: -180deg; */ }

.carousel-control-next, .carousel-control-prev{ width: 50%; align-items: end; opacity: 0.8; top:auto; bottom: 20px; height: auto;}

.carousel-control-next{ justify-content: flex-start; }

.carousel-control-prev{ justify-content: flex-end; }

.carousel-full-screen { background-size: cover; background-position: center; background-repeat: no-repeat; }

.interview-section{ background-repeat: no-repeat; height: 580px; background-size: cover; display: flex; flex-direction: column; justify-content: center; align-items: center; background-position-x: center; }

.interview-section .play-button, .interview-caption{ height: 50%; }

.why-section{ background-repeat: no-repeat; height: 580px; background-size: cover; display: flex; flex-direction: column; justify-content: flex-end; /* align-items: center; text-align: center; */}

.why-section-content{ width: 50%;}

.interview-section{ background-image: url(../images/home-img1.jpg);}

.why-section{ background-image: url(../images/home-img2.jpg);}

.play-button{ display: flex; /* background-color: #31D46B; */}

.featured-section h1{ color: var(--color-primary);}

.footer-section{ font-weight: lighter;}

.featured-property-details .description{ min-height: 190px; flex-grow: 1; }

.section-color{ background-color: var(--color-section);}

.card, .card-img, .card-img-top{ border-radius: 0; /* border-radius: 1.5rem; */ }

.card{ border: none; }

.property-list-footer{  border-top: 1px solid #deedf0; line-height: 1.38462;  padding-top: 13px;}

.property-list-footer ul{ display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; margin-bottom: 0; }

.elemenBlock { display: block; }

.text-dimmed { color: var(--color-grey); }

.featured-image { height: 50vh;  background-position:  center center; background-repeat: no-repeat; background-size: cover; }

.features-section .features {display: flex;}

.card-body h4, h5{ margin-bottom: 0; }

.navbar-brand img{ width: 6rem !important; }


.our-team-social-footer ul{ display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: center   ; margin-bottom: 0; }
/* .our-team-social-footer li{ padding-left: 5px; padding-right: 5px;} */

.our-team-section .card img {max-width: 260px; max-height: 260px;}

.photo-gallery-section .carousel .item {
    height: 300px;
  }

  .photo-gallery-section .item img {
    position: absolute;
    object-fit:cover;
    top: 0;
    left: 0;
    min-height: 300px;
}

.photo-gallery-section .carousel .carousel-inner{ height:600px }

.photo-gallery-section  .carousel-inner .carousel-item img{ min-height:200px; object-fit:cover }

    /* .footer-section .social-icons .i{
        width: 32px;
        height: 32px;
    } */
    /* .footer-section .social-icons img{
        width: 32px;
        height: 32px;
    } */

    /* .footer-section .border-primary{
        color: var(--color-primary);
        border-color: var(--color-primary) !important;
        font-size: 1.2rem !important;
    }

    .footer-section .border-primary:hover{
        color: #FFFFFF;
        border-color: #FFFFFF !important;
    } */


    footer .social-icons i {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 50px;
        height: 50px;
       /*  margin-right: 10px; */
        border: 1px solid #FFFFFF;
        border-radius: 50%;
        /* background-color: transparent; */
        color: #FFFFFF;
        font-size: 22px;
        /* transition: all .6s; */
    }


    /* .floating-button{
        position:fixed;
        width:60px;
        height:60px;
        bottom:20px;
        right:20px;
        background-color:var(--color-primary);
        color:#FFF;
        border-radius:50px;
        text-align:center;
        box-shadow: 2px 2px 3px #999;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 11;
    } */

    .form-control{ padding: 10px; }

    /* Button used to open the contact form - fixed at the bottom of the page */
    .popup-button { background-color: #555; color: white; padding: 16px 20px; border: none; cursor: pointer; /* opacity: 0.8; */ position: fixed; 
        bottom: 20px; right: 20px; width: 60px; height: 60px; z-index: 5; border-radius:50px; display: flex; justify-content: center; align-items: center;
        background-color:var(--color-primary); box-shadow: 2px 2px 3px #2b2b2b;
    }

    /* The popup form - hidden by default */
    .popup-form { display: none; position: fixed; bottom: 0; right: 0px; border: 1px solid #999999; z-index: 9; }

    /* Add styles to the form container */
    .popup-form-container { max-width: 350px; padding: 20px; background-color: white; }
