@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@100;200;300;400;500;600;700&display=swap');

@font-face {
  font-family: "Creattion";
  src: url("../fonts/Creattion-demo.otf");
}

*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
:root{
    /*background-color: ;*/
    --primary-color: #021032;
    --secondary-color: #D2B183;
    --bg-color: #f4f4f4;
    --bg-white: #fff;
    --bg-black: #000;

    /*Text Style*/
    --primary-font: 'Josefin Sans', sans-serif;
    --secondary-font: "Creattion";
    --primary-text: #4D4848;
    --secondary-text: #D2B183;
    --text-white: #fff;
    --text-black: #000;
    --text-gray: #e4e4e4;
}

body{
    font-family: var(--primary-font);
    background-color: var(--bg-white);
    color: var(--text-black);
}
a{
    text-decoration: none;
    color: var(--text-black);
}
::-webkit-scrollbar{
    width: .375rem;
}
::-webkit-scrollbar-track{
    background: var(--secondary-color);
}
::-webkit-scrollbar-thumb{
    background: var(--primary-color);
}

section{
    padding: 80px 0;
    background-color: var(--bg-white);
    position:relative;
}
.main-btn{
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    font-size: 15px;
    padding: 0 35px;
    color: var(--text-black);
    display: inline-block;
    border: 0px;
}

/**/

h1{
    font-size: 4rem;
    line-height: 1.2;
    font-weight: 400;
    color: var(--text-black);
    margin-bottom: 1.25rem;
    font-family: var(--secondary-font);
}

h2{
    font-family: var(--secondary-font);
    font-size: 5rem;
    color: var(--secondary-color);
}
h3{
    margin-bottom: 19px;
    line-height: 1.5rem;
    font-weight: 400;
    font-size: 28px;
    color: var(--text-black);
    font-family: var(--secondary-font);
    letter-spacing: 0px;
}
h3 span{
    color: var(--secondary-color);
}
h5{
    font-size: 1.5rem;
    line-height: 1;
    color: var(--primary-color);
    font-weight: 400;
    font-family: var(--secondary-font);
}
h6{
    font-size: 23px;
    margin-bottom: .9375rem;
    color: var(--primary-color);
    text-transform: uppercase;
    font-weight: 300;
    font-family: var(--secondary-color);
    letter-spacing: 0.1em;
}
p{
    font-size: 17px;
    line-height: 1.95rem;
    color: var(--primary-color);
    font-weight:400;
}

.row{
    margin-left:0px;
    margin-right:0px;
}

.dropdown-toggle::after{
    border-top: 0.4em solid;
}

.navbar-nav {
    display: flex;
    flex-direction: inherit;
    justify-content: space-around;
}

.nav-link{
    color: var(--text-white);
    padding: 15px 13px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1.5px;
    text-shadow: 0px 2px 0px #000;
}

.nav-link:focus, .nav-link:hover{
   color: var(--text-white);
}

li.nav-item{
    border-bottom:2px solid transparent;
}

li.nav-item:hover{
    border-color:var(--text-white);
}

.dropdown-menu{
    background-color: var(--text-black);
    border: 0px solid rgba(0,0,0,.15);
    border-radius: 0rem;
    top: 0px !important;
    padding: 0rem 0;
}

.dropdown-item{
    padding: 6px 16px;
    text-transform: uppercase;
    line-height: 1.63;
    color: var(--text-white);
}

.dropdown-item:focus, .dropdown-item:hover {
    color: var(--secondary-text);
    background-color: var(--text-white);
}

.logo p{
    text-align: center;
    font-size: 30px;
    margin-bottom: 0px;
    line-height: 52px;
    color: var(--text-white);
    text-shadow: 0px 2px 0px #000;
}

.logo span{
    font-weight:300;
}

header {
    padding: 24px 30px !important;
    z-index: 9;
    position: fixed;
    transform: translateY(0px) scaleY(1);
    width: 100%;
    top: 0;
}
header.scrolleed {
    background-color: #000 !important;
    z-index: 99;
}

section.banner {
    padding: 0px;
    position: relative;
    top: 0px;
    height: 100vh;
}

.video-overlay{
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
}

.video-sec {
    position: relative;
    height: 100vh;
    overflow: hidden;
}
video.js-hero-slide__inner {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-content{
    position: absolute;
    height: 100vh;
    top: 0px;
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
    color: var(--text-white);
    justify-content: center;
}
.video-content h1{
width: 100%;
    color: var(--text-white);
    font-size: 150px;
    margin-bottom: 0px;
    text-shadow: 0px 2px 0px #000;
}

.video-content p{
   width: 100%;
    color: #fff;
    font-size: 35px;
    text-transform: uppercase;
    font-weight: 300;
    text-shadow: 0px 2px 0px #000;
}


section.feature-prop {
    text-align: center;
    padding: 5rem 0;
}

.feature-prop h2{
    font-family: var(--secondary-font);
    font-size: 4.5rem;
    margin-bottom: 20px;
}

.feature-prop h6{
    color: var(--text-black);
    
    margin-bottom: 20px;
}

.comm{
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    text-align:center;
}

.comm svg{
    width:14px;
    color:#00adb5;
    margin-bottom:25px;
}

section.feature-comm {
    padding: 0px 0px;
    padding-bottom: 80px;
}

.feature-comm .row{
    padding-left:30px;
    padding-right:30px;
}

.comm-card {
    position: relative;
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    height: 400px;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    cursor: pointer;
}
.comm-card:before{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    transform: translate3d(0, 0, 0);
    transition: background-color .3s;
    z-index: 1;
    /*background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 76.6%, #fff);*/
    opacity: 0.9;
    background-color: rgba(0,0,0,0.35);
    transition-duration: 0.5s;
}

.feature-comm img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s ease-in-out;
}

.feature-comm a:hover img{
transform: scale(1.05);

}

.feature-comm h3{
    text-align: center;
    font-size: 26px;
    text-transform: uppercase;
    margin-top: auto;
    margin-bottom: auto;
    padding-bottom: 20px;
    letter-spacing: 3px;
    color: var(--text-white);
    z-index: 1;
    width: 100%;
    font-family: var(--primary-font);
    font-weight: 400;
    position: relative;
    transition: all .3s ease-in-out;
}

.feature-comm a:hover h3{
transform: translateY(-40px);
}

.feature-comm h3:after{
    content: """";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: 2px solid #fff;
    opacity: 0.6;
    width: 50px;
    height: 2px;
    background-color: #fff;
    margin: auto;
}

section.about {
    padding: 6rem 0;
    padding-bottom: 80px;
}

section.about img{
    width:95%;
}

.sign {
    width: auto !important;
    display: block;
}

a.bttn{
    cursor: pointer;
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
    line-height: 1.63;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 40px;
}

.border{
    border: 1px solid var(--primary-color) !important;
    display: block;
    width:40%;
    transition: all .3s ease-in-out;
}

a:hover .border{
    width:100%;
}

a.bttn:hover{
    color: var(--text-black);
}

.testimonial .content-area{
    padding: 40px 40px 40px;
    background-color: #fff;
    box-shadow: 2px 2px 6px #888888;
    width:55%;
    z-index:3;
    transition: ease .25s;
}



.testimonial .content span{
    display: block;
    margin-bottom: 0px;
    font-weight: bold;
    margin-top: 20px;
}

a.bttn span{
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}

section.testimonial {
  padding-left: 40px;
    padding-right: 40px;
    padding-top: 160px;
    padding-bottom: 160px;
    background-color: #fafafa;
}

section.testimonial .row{
    position: relative;
    align-items: center;
}

section.testimonial img{
   width: 70%;
    height: 140%;
    object-fit: cover;
    position: absolute;
    right: 0;
}

section.testimonial  .slick-slide p{
    height: 93px;
    overflow: hidden;
}

.carousel{
  width:100%;
  margin:0px auto;
}
.slick-slide{
  margin:0px;
}

.wrapper .slick-dots li button:before {
  font-size:20px;
  color:white;
}

.testimonial .slick-prev:before, .testimonial .slick-next:before {
    font-family: 'none';
    font-size: 50px;
    line-height: 1;
    opacity: 1;
    color: var(--secondary-color);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.testimonial .slick-prev, .testimonial .slick-next {
    left: auto;
    z-index: 9;
    right: 80px;
    top: auto;
    bottom: -40px;
}

.testimonial .slick-next{
right: 30px;
}

section.featured-prop .comm{
    margin-bottom:50px;
}

.featured-prop .comm-card:before{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    transform: translate3d(0, 0, 0);
    transition: background-color .3s;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 100%, #fff);
    opacity: 0.9;
    background-color: transparent;
    transition-duration: 0.5s;
}

.featured-prop .comm-card{
    display:block;
}

.featured-prop img{
   width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 10px 10px 0px 0px;
}

.prop-cont{
    position: absolute;
    bottom: 0px;
    color: var(--text-white);
    width: 100%;
    padding: 20px 20px;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000);
    text-align:center;
}

.prop-cont h3{
    color: var(--text-white);
    font-family: var(--primary-font);
    font-size: 25px;
    margin-bottom: 5px;
    text-shadow: 1px 1px 3px #000;
}

.prop-cont p{
    color: var(--text-white);
    text-shadow: 1px 1px 3px #000;
    margin-bottom: 0px;
}

.prop-cont .amenities{
    display: flex;
    gap: 20px;
    text-shadow: 1px 1px 3px #000;
}

.prop-cont .price p{
    color: var(--text-white);
    font-size: 18px;
    margin-bottom: 0px;
    margin-top: 5px;
    font-weight: 600;
}

.featured-prop .slick-slide{
    position:relative;
    margin:0px 20px;
}

.featured-prop a.bttn{
    margin-top: 0px;
    color: var(--text-white);
}

.featured-prop a.bttn span {
    border-color: var(--text-white) !important;
    width: 100%;
}

.featured-prop .carousel{
    width:98%;
}

.featured-prop .slick-prev:before, .featured-prop .slick-next:before{
    font-size: 60px;
    opacity: 1;
    color: #fff;
    font-family: none;
    text-shadow: 0px 1px 0px #000;
}

.featured-prop .slick-prev {
    left: 18%;
    z-index: 9;
}

.featured-prop .slick-next {
   right: 20%;
    z-index: 9;
}

section.contact {
    background-image: url(../images/contact-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    padding:0px 0;
}

section.contact .overlay{
    padding:100px 0;
    background-color: #0000004f;
}

section.contact .container{
    background-color: #fff;
    padding: 70px;
    box-shadow: 1px 1px 4px 0px #000;
}

section.contact .row{
    text-align: center;
    margin-bottom: 20px;
}

section.contact input, section.contact textarea{
    width: 100%;
    height: 57px;
    padding: 0 6px;
    border: 0px solid;
    border-bottom: 1px solid var(--text-black);
    text-transform: uppercase;
    color: var(--text-black);
    opacity: 1;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 40px;
}

section.contact textarea{
    height:94px;
    margin-bottom: 20px;
}

section.contact input:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}

section.contact button.main-btn{
    border: 2px solid var(--bg-black);
    background: transparent;
    padding: 20px 46px;
}

section.contact button.main-btn:hover{
    background: var(--bg-black);
    color: var(--text-white);
}

footer{
    padding: 60px 40px;
    background: var(--bg-black);
    padding-bottom: 40px;
}

footer h3{
    font-family: var(--primary-font);
    color: var(--text-white);
}

footer i path{
    fill: var(--text-white);
}

footer p, footer a, footer span{
    color: var(--text-white);
    font-size: 15px;
    margin-bottom: 0px;
}

footer p{
    font-weight:bold;
    line-height: 1.5rem;
}

footer .col-lg-4{
    padding-left:0px;
}

footer .col-lg-4 div{
    display: flex;
    gap: 15px;
    font-size: 14px;
    text-transform: uppercase;
}

footer .col-lg-4 div.footer-content{
    display:block;
}

footer .icon-image{
    margin-top: 30px;
    gap: 30px !important;
}

.address a span{
    font-size: 16px;
}

footer .social{
    margin-top: 30px;
}

footer .social ul{
    display:flex;
    padding-left:0px;
     margin-bottom:0px;
     list-style:none;
     gap:20px
}

footer .social ul a{
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: transparent;
    border: 1px solid var(--text-white);
}

footer .social ul a:hover{
    background: var(--text-white);
    color: var(--text-black);
}

footer .social ul i{
    font-size: 20px;
}

footer .logo-icons{
    margin-top: 30px;
    gap: 0px !important;
}

footer .logo-icons img{
    height: 100%;
   width: 75px;
}
footer .logo-icons .realtor{
    width: 188px;
    height: 100%;
}

footer p.text {
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    margin-top: 60px;
    max-width: 950px;
    margin-left: auto;
    margin-right: auto;
}

footer .copyright p{
    text-align: center;
    margin-top: 30px;
    font-weight: 400;
}


/*about page css*/

.main-banner{
        background-image: url(../images/communities.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    padding: 0px;
    background-attachment:fixed;
}

.main-banner .overlay
{   height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.3);
}

.main-banner h1{
    font-family: var(--primary-font);
    color: var(--text-white);
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 0px;
    text-shadow: 0px 2px 0px #000;
    display:none;
}

p.logo{
    font-size: 35px;
    margin-bottom: 25px;
    line-height: 1.2;
}

.content-area .contact i{
    color: var(--secondary-color);
    font-size: 30px;
}

.content-area .contact p, .content-area .contact a{
    font-size: 20px;
    margin-bottom: 0px;
    color: var(--primary-color);
}

section.testimonial.contact-area .content-area .contact div{
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

section.testimonial.contact-area .content-area .social{
    margin-top: 30px;
}
section.testimonial.contact-area .content-area .social ul{
    display:flex;
    padding-left:0px;
     margin-bottom:0px;
     list-style:none;
     gap:20px
}

section.testimonial.contact-area .content-area .social ul a{
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: transparent;
    border: 1px solid var(--secondary-color);
}

section.testimonial.contact-area .content-area .social ul a:hover{
    background: var(--secondary-color);
}

section.testimonial.contact-area .content-area .social ul a:hover i{
    color: var(--text-white);
}

section.testimonial.contact-area .content-area .social ul i{
    font-size: 20px;
}

section.testimonial.contact-area .content-area {
    padding: 50px 60px 50px;
}

.main-banner.test {
    background-image: url(../images/communities.jpg);
}

.star_rating_display i{
    color: var(--secondary-color);
}

.test-sec span{
    font-size:20px;
}

.test-sec {
    margin-top: 50px;
}

section.testimonial-sec .content-area h2, section.testimonial-sec .content-area h6{
    text-align:center;
}

.main-banner.featured {
    background-image: url(../images/communities.jpg);
}

section.communities-sec h2, section.communities-sec h6{
    text-align:center;
}

section.communities-sec .feature-comm .row {
    padding-left: 0px;
    padding-right: 0px;
}

section.communities-sec .container-fluid {
    padding-left: 0px;
    padding-right: 0px;
}

section.communities-sec .col-lg-4{
    margin-top: 30px;
}

.main-banner.community {
    background-image: url(../images/communities.jpg);
}

.main-banner.community iframe{
    margin-top:30px;
}

section.contact-sec h2{
text-align: center;
    margin-bottom: 30px;
}

.contact-sec .col-lg-4{
    text-align: center;
}

.contact-sec .col-lg-4 p{
    margin-top: 20px;
}

section.featured-prop.pro1 .comm-card{
    height: 480px;
}

section.featured-prop.pro1 img {
    width: 100%;
    height: 480px;
    object-fit: cover;
    border-radius: 10px 10px 0px 0px;
}

section.feature-comm.todo {
    padding: 80px 0px;
    text-align: center;
}

section.feature-comm.todo h2{
    margin-bottom: 50px;
}

div.comm-card {
    position: relative;
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    height: 400px;
    display: flex;
    align-items: center;
    overflow: hidden;
    cursor: pointer;
    justify-content: center;
}

div.comm-card .content{
    z-index: 1;
    position: relative;
    display: none;
}

div.comm-card .content a{
    display: block;
    color: #fff;
    margin-top: 10px;
}

div.comm-card .content a:hover{
    color:var(--secondary-color);
}

div.comm-card:hover .content{
    display: block;
}

.feature-comm div.comm-card:hover img {
    transform: scale(1.05);
}

.feature-comm div.comm-card:hover .content{
    display: block;
}

div.comm-card:before{
    background-color: rgba(0,0,0,0.55);
}

.f-pro{
    background-color: #fafafa;
}

section.feature-comm button{
    background: var(--bg-black);
    color: var(--text-white);
    border: 2px solid var(--bg-black);
    padding: 20px 30px;
    margin-top: 0px;
    margin-bottom: 0px;
}

section.feature-comm .bttn{
    display: block;
    text-align: center;
}

section.about img.moni{
    width: 100%;
    height: 802px;
}

section.about h2{
    font-size:24px;
    font-family: var(--primary-font);
}

section.about{
    background-color: #fafafa;
}

.copyright img{
    width: 150px;
}

.row.mob{
    display:none;
}

.video-sec button {
    position: absolute;
    right: 10px;
    bottom: 20px;
    z-index: 1;
    text-align: center;
    padding: 5px;
    width: 35px;
    height: 35px;
    display: none;
}

.cont-sec {
    padding-left: 10px;
    padding-right: 10px;
}