.banner{
    height: 80vh;
    overflow: hidden;
}

.banner .banner-img-wrapper img{
  
    height: 100%;
    object-fit: cover;
}
.banner-img-wrapper::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #00000078;
    z-index: 9;
}

.banner-text{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
   margin-bottom: 50px;
   z-index: 10;

}
.banner-text h1{
    font-size: 50px;
    color: #ffffff !important;
}
.banner-text h1::before{
    position: absolute;
    top: -20px;
    left: 0;
    width: 100px;
    height: 4px;
    background-color: #fd651e;
    content: "";
   

}


.what-we-do{
	position:relative;
	padding:130px 0px 0px;
	background-color:#ffffff;
	background:-webkit-linear-gradient(top,#ffffff,#edf1f5);
	background:-ms-linear-gradient(top,#ffffff,#edf1f5);
	background:-moz-linear-gradient(top,#ffffff,#edf1f5);
}

.service-block{
	position:relative;
	margin-bottom:50px;	
}

.service-block .inner-box{
	position:relative;
	display:block;
}	

.service-block .icon-box{
	position:relative;
	display:inline-block;
	min-width:95px;
	font-size:52px;
	padding-top:30px;
	line-height:1.1em;
	text-align: left;
	margin:0 0 28px;
}

.service-block .icon-box:after{
	content:'';
	position:absolute;
	right:0;
	top:0px;
	width:70px;
	height:70px;
	border-radius:50%;
	opacity:0.15;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	transition:all 500ms ease;
}

.service-block .inner-box:hover .icon-box:after{
    -webkit-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
	opacity:0.05;
}

.service-block h3{
	position:relative;
	font-size:24px;
	line-height:1.2em;
	margin:0 0 12px;
}

.service-block .text{
	position:relative;
	font-size:15px;
	margin:0;
}

.what-we-do .bottom-image{
	position:relative;
	text-align:center;	
}













.brand-section .image-wrapper{
    background: white;
    box-shadow: 0 0 15px rgb(195 195 195 / 44%);
}


.special-service .img-wrapper-hover img{
    min-height: 300px;
    object-fit: cover;
}
.number-wrapper h3{
    font-size: 48px;
    line-height: 40px;
    font-weight: 700;
    background: linear-gradient(45deg, rgba(65,94,82,1) 0%, rgba(255,0,0,1) 1%, rgb(146, 0, 0) 100%);
  
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.special-service .text a {
    font-size: 20px;
}

.gallery {
   
    width: 100%;
    position: relative
}

.gallery .img-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
    justify-content: center
}

.gallery .img-wrapper .img {
    width: 350px;
    height: 350px;
    overflow: hidden
}

.gallery .img-wrapper .img:hover img {
    transform: scale(1.2)
}

.gallery .img-wrapper .img img {
    width: 100%;
    height: 100%;
    transition: 0.5s ease;
    object-fit: cover
}

.popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    display: none;
    background: #fff
}

.popup span {
    position: absolute;
    top: 0;
    right: 10px;
    color: rgb(0, 0, 0);
    font-size: 30px
}

.popup img {
    position: absolute;
    width: 80%;
    height: 80%;
    left: 50%;
    top: 50%;
    object-fit: cover;
    transform: translate(-50%, -50%)
}

.latest-properties .box {
    padding: 10px;
    background-color: rgb(255, 255, 255);
    padding: 5px;

}

.latest-properties .box .img {
    position: relative;
}

.latest-properties .box .img .price {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 10px;
    background-color: #0a0a0a86;
}
.price h3 ,.price  a{
    color: #ffffff;
    cursor: pointer;
}
.price h3:hover ,.price  a:hover{
  color: #012c42;
}
.latest-properties .box .img:hover .price {
    background-color: #0a0a0a42;
}


.states{
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
}
.states span{
    color: #fff;
    padding: 0 10px;
    border-radius: 5px;
}
.states .featured{
background: #062d5cd9;
}
.states .sales{
    background-color: #ff4d00;

}


.company_headline .header_social {
    padding: 15px 0px;
    display: inline-block;
    width: 100%;
}

.company_headline i {
    
    
    font-size: 17px;
    color: #8593a9;
    transition: color 0.4s linear;
  
    color: #777;
    margin-right: 10px;
    font-size: 14px;
    background: #f2f2f2;
    position: relative;
    width: 27px;
    height: 27px;
    line-height: 27px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    margin-bottom: 5px;
}

.contact_page_company_details .contact_detail span {
    font-weight: 800;
    min-width: 65px;
    float: left;
}
.contact_detail {
    margin-left: 0px!important;
    font-weight: 600;
    font-size: 14px;
   padding: 5px;
}

.blog-home{
    position: relative;
}
.blog-home img{
    height: 350px;
    object-fit: cover;
}
.blog-home .wrapper{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    background-color: rgba(0, 0, 0, 0.274);
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact .img{
    height: 500px;
   
}
.contact .img img{
    height: 100%;
 object-fit: cover;

}

 .about .image-box{
  background: url(../images/value-two-bg.webp) center center/cover;
 
}


.details{
    background-color: black;
    color: white;
}
.value-two__right-content {
   
  
    width: 100%;
 
    padding: 50px 30px;
    padding-bottom: 111px;
}
.our-agents .box .img{
    position: relative;
}
.value-two__points {
  margin-left: 40px;
}

.value-two__points li {
    position: relative;
    display: flex;
    align-items: center;
    margin: 10px 0;
    flex-wrap: wrap;
    
}
.value-two__points li p{
    margin-bottom: 0;
    margin-left: 10px;
}
.value-two__points li .icon {
    height: 16px;
    width: 16px;
    background-color: var(--aports-base);
    border-radius: 50%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 8px;
    color: var(--aports-black);
    background-color: #f77b46;
    color: #fff;
}
.team-two__hover {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    text-align: center;
    background-color: var(--aports-white);
    padding: 28px 0 0;
    transform: translateY(-66%);
    transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
    visibility: hidden;
    opacity: 0;
    z-index: 3;
    background-color: white;
}
.our-agents .box:hover .team-two__hover {
    visibility: visible;
    transform: translateY(0%);
    opacity: 1;
}
.featured-img-wrapper .img{
    height: 350px;
    overflow: hidden;
}

.featured-option-img-wrapper .option-img{
    padding:  5px;
    
}
.featured-option-img-wrapper .option-img .img{
   border-radius: 5px;
   height: 100px;
    overflow: hidden;
}
.overviwe ul{
    padding-left: 0;
}

.blog-img-wrapper img{
    height: 400px;
    object-fit: cover;
}
.blog-info{
    background-color: black;
    color: #fff;
    padding:0 10px ;
}
.blog-info ul{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 0;
    padding: 20px 0;
}
.blog-info ul li{
   padding-right: 40px;
    font-size: 20px;
    font-weight: 300;
}
.blog-info ul li  i{
    margin-right: 10px;
   
}

.comment-wrapper{
    border: 1px solid grey;
    padding: 10px;
    border-radius: 5px;
    margin-top: 50px;
}

.get-involved{
    display: flex ;
    align-items: center;
    justify-content: space-between;
    padding: 50px 0;
    color: white;

}
.get-wrapper{
    background-color: #b364f8;
}

.gallery-slide-wrapper .service .img {
    max-height: 300px;
  }
  
  .gallery-section .opt-button {
    margin: 0 20px;
    border-bottom: 2px solid rgb(255, 255, 255);
    cursor: pointer;
  }
  .gallery-section .opt-button.active {
    border-bottom: 2px solid red;
  }
  .hide {
    display: none;
  }
  
  .gallery-section .img {
    height: 100%;
    pad: 12px 0;
    overflow: hidden;
  }
  .popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    display: none;
    background: #fff;
  }
  
  .popup span {
    position: absolute;
    top: 0;
    right: 10px;
    color: rgb(0, 0, 0);
    font-size: 30px;
  }
  
  .popup img {
    position: absolute;
    width: 80%;
  
    left: 50%;
    top: 50%;
    object-fit: cover;
    transform: translate(-50%, -50%);
  }
  .gallery-page-content{
    margin-top: 80px;
  }
@media (max-width:768px){
     .responsiv-img-wrapper{
max-height: 220px;
overflow: hidden;
margin-bottom: 30px;
    }


}


@media (max-width:550px) {
    .banner{
        height: 50vh;
        overflow: hidden;
    }
    
   
    
    .banner-text{
    
       margin-bottom: 20px;
    
    }
    .banner-text h1{
        font-size: 30px;
    }
}