*{
    margin: 0;
    padding: 0;
}

body{
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    
}
.bg-org{
    background-color: #F35525 !important;
}
.text-org{
    color: #F35525 !important;
}
.flex-1{
    flex: 1 !important;
}
@media (min-width:992) and (max-width:1400){

}
@media (min-width:768) and (max-width:991){

}
@media (min-width:576) and (max-width:767){

}
@media (min-width:425) and (max-width:575){

}

.sunny{
    border-left: 1px solid #CDCDCD;
    padding-left: 20px;
}

.social-media{
    background-color: #CDCDCD;
    font-size: 19px;
    padding: 8px;
}
.social-media:hover{
    background-color: #F35525;
    
}
.nav-item .nav-link{
    font-weight: 600;
     
}
.nav-item .nav-link:hover{
    color:  #F35525;
}
.button-icon{
   padding: 9px;
   padding-left: 12px !important;
   padding-right: 12px !important;
   font-size: 16px;
}
.topnavbar{
    background-color: white;
    position: sticky;
    top: 0;
    z-index: 5;
}
/* slider   */

.slider-bg-image-1{
    background-image: url('./img/VILLA/1.jpg');
    min-height: 80vh;
    width: auto;
    object-fit: cover;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 220px 20% 320px;

    position: relative;
    z-index: 1;
}.slider-bg-image-1::before{
    content: '';
    width: 100%;
    height: 100%;
    background-color: #1f1f1f5e;

    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.slider-bg-image-2{
    background-image: url('./img/VILLA/2.jpg');
    min-height: 80vh;
    width: auto;
    object-fit: cover;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 220px 20% 320px;
}.slider-bg-image-2::before{
    content: '';
    width: 100%;
    height: 100%;
    background-color: #1f1f1f5e;

    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.slider-bg-image-3{
    background-image: url('./img/VILLA/3.jpg');
    min-height: 80vh;
    width: auto;
    object-fit: cover;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 220px 20% 320px;
}.slider-bg-image-3::before{
    content: '';
    width: 100%;
    height: 100%;
    background-color: #1f1f1f5e;

    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.slider-bg-image-4{
    background-image: url('./img/VILLA/6.jpg');
    min-height: 80vh;
    width: auto;
    object-fit: cover;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 220px 20% 320px;
}.slider-bg-image-4::before{
    content: '';
    width: 100%;
    height: 100%;
    background-color: #1f1f1f5e;

    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

 


/* farniture */

.farniture{
    position: relative;
}
.feauter-icon{
    position: absolute;
    border-radius:100%;
    background-color: #F35525;
     left: 11px;
     bottom: -28px;
}

/* Best Appartment */

.Featured{
    text-transform: uppercase;
    color: #EE626B;
    font-weight: bold;
     
}

.accordion-item :hover{

    .collapsed{
        color: #F35525;
    }
}

/* thirsdbgimage */

.thirsdbgimage{
    background-image: url('./img/video-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center , center;
    min-height: 70vh;
    display: flex;
    justify-content: center;
    align-items: center;

}
.play-button{
    width:80px !important;
    height:80px !important;
    border-radius: 50%;

    box-shadow: 0px 0px 35px 4px #F35525;

    display: flex;
    align-items: center;
    justify-content: center;

}

 
/* 3card */

.cat{
    position: relative;
}

.cardcarder{
    display: flex;
    align-items: center;
    background-color: #FFEEE9;
    height: auto;
    width: 80%;
    position: relative;

}
.cardcarder1{
  border-radius: 100%;
  background-color: #F35525;
  height: 52px;
  width: 52px;
  display: flex;
  align-items: center ;
  justify-content: center;

  position: absolute;
  top: -25px; 
  right: -25px;

}

/* bestdeal */

.bestdeal h2{
    font-size: 40px;
    font-weight: 700;
    line-height: 56px;
    margin-top: 24px;
}
 
/* flatspace */

.flatspace{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #EEEEEE;
}

.property-price{
    font-size: 22px;
    font-weight: bolder;
    color: #F35525;
}

/* card-btn */

.card-btn:hover{
    background-color: #F35525 !important;
}

/* lastbgimage */

.lastbgimage{
    background-image: url('./img/contact-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: cover;
    height: 80%;
}

.phonenumber{
    display: flex !important;
}


 


 

  