
/* Slider */

#slider::after{
  content: '';
  position: absolute;
  top: 20rem;
  left: 0;
  right: 0;
  background: linear-gradient(93.87deg, #4684A8 0%, #90BCD7 99.92%);
  height: 50%;
  width: 100%;
  z-index: -1;
  border-radius: 20px;
} 
.swiper {
  width: 100%;
  height: 205px;
}

.swiper-slide {
  position: relative;
  border-radius: 20px;
  user-select: none;
}

.swiper-slide img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slider-call-wrap{
  background-size: 100% 100%;
  height: 100%;
  background-repeat: no-repeat;
  border-radius: 20px;
  z-index: 1;
}
.slider-call-wrap::after{
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  border-radius: 20px;
  z-index: -1;
}
.slider-call-wrap a{
  position: absolute;
  bottom: 20%;
  display: flex;
  align-items: center;
}
.slider-call-wrap i{
  background: #FF9705;
  padding: 13px 9px;
  color: #fff;
  border-radius: 0 10px 10px 0;
  position: relative;
  z-index: 1;
}
.slider-call-wrap p{
  background: #FFFFFF;
  padding: 7px 10px 8px 7px;
  font-family: Outfit;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  color: var(--black);
  border-radius: 0 10px 10px 0;
  position: relative;
  z-index: 0;
  left: -3px;
}
.slider-img-wrap{
  width: 710px;
  height: 685px;
  position: relative;
  z-index: 1;
  top: -12rem;
}
.slider-img-wrap img{
  height: 100%;
  width: 100%;
}
.slider-content-wrap{
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  top: 19%;
  gap: 20px;
}
.slider-heading{
  font-family: Outfit;
  font-weight: 500;
  font-size: 56px;
  line-height: 67px;
  color: #fff;
}

#slider{
  padding: 40px 0 0;
}
.slider-circle{
  background: var(--theme-yellow);
  height: 300px;
  width: 300px;
  position: absolute;
  right: -36%;
  top: -20%;
  z-index: -1;
  border-radius: 50%;
}
.slider-circle::after{
  content: '';
  height: 260px;
  width: 260px;
  position: absolute;
  inset: 0;
  margin: auto;
  z-index: -1;
  border-width: 2px;
  border-style: dashed;
  border-color: #fff;
  /* border-image: initial; */
  border-radius: 50%;
  -webkit-animation: spins 20s linear infinite;
  animation: spins 20s linear infinite;
}
@-webkit-keyframes spins {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spins {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* Counter */
.counter-row{
  background: var(--theme-green);
  padding: 50px 20px;
  border-radius: 20px;
  background-size: 100% 100%;
}
.count-number{
  font-family: Outfit;
  font-weight: 500;
  font-size: 58px;
  line-height: 58px;
  color: var(--white);
}
.counter-title{
  font-family: Outfit;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  color: var(--theme-yellow);
  margin-top: 10px;
}
.counter-img{
  max-width: 580px;
  min-height: 296px;
  position: absolute;
  top: -28%;
  left: -12%;
  object-fit: cover;
  height: 100%;
  width: 100%;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in;
  animation-name: pulse;
}
#counter{
  overflow: visible;
}
#counter .counter-row {
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
/* list banner */
#list-banner{
  margin-top: 8%;
}
#list-banner>.container{
  background-size: 100% 100%;
  border-radius: 20px;
}
.list-banner-img{
  min-height: 410px;
  min-width: 610px;
  width: 100%;
  height: 100%;
  margin-left: -80%;
}
.list-banner-wrap{
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  gap: 20px;
}
/* calculator */
#mortgage-calculator,#property-details{
  padding: 80px 0;
}
.mortgage-calculator-wrap label{
  font-family: Outfit;
  font-weight: 500;
  font-size: 17px;
  line-height: 20px;
  margin-bottom: 15px !important;
  color: var(--theme-green);
}
.form-check-wrap .form-check-label,.calculator-call p{
  color: #7E7E7E;
  font-weight: 400;
  font-size: 15px;
  margin-bottom: 0 !important;
}
#mortgage-calculator .form-check-wrap  input[type="checkbox"] {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  margin: 0;
  cursor: pointer;
}
#mortgage-calculator .form-check-wrap  input[type="checkbox"] {
  appearance: none;
  background-color: #fff;
  margin: 0;
  font: inherit;
  color: currentColor;
  width: 18px;
  height: 18px;
  border-radius: 5px;
  box-shadow: 0px 0px 4px 0px #00000054;
}
#mortgage-calculator .form-check-wrap .form-check-input[type=checkbox]{
  height: 18px;
  width: 18px;
}
#mortgage-calculator .form-check-input[type=checkbox] {
  display: grid;
  place-content: center;
}

#mortgage-calculator .form-check-input[type=checkbox]::before {
  content: "";
  width: 10px;
  height: 10px;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em var(--form-control-color);
}
#mortgage-calculator .form-check-input:checked{
     border-color:unset !important;
}
#mortgage-calculator .form-check-input:focus {
 box-shadow: unset !important
}
#mortgage-calculator .form-check-input[type=checkbox]:checked::before {
  transform: scale(1.8);
  border-radius: 3px
}
#mortgage-calculator .form-check-input[type=checkbox]::before {
  background-color: #1B3B4E;
}
.form-check-wrap .form-check-inline{
  display: inline-flex !important;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 0;
  margin: 0;
  padding: 0;
}
.calculator-circle{
  background: transparent;
    border: 20px solid #1B3B4E;
    height: 400px;
    border-radius: 50%;
    width: 400px;
    margin: 0 auto;
}
.calculator-circle-content{
  position: absolute;
  inset: 0;
  margin: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 10px;
}
.calculator-circle-inner{
  padding: 5px;
}
.calculator-circle-content h3{
  color: var(--theme-green);
  font-weight: 700;
}
.calculator-circle-content p,.total-heading{
  color: #7E7E7E;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 3px;
}
.calculator-border{
  border: 1px solid #7E7E7E;
  width: 200px;
}
.total-heading {
  width: 178px;
  margin: 6px auto;
}
.calculator-call i{
  background: #FF9705;
  padding: 10px;
  border-radius: 10px;
  color: #fff;
}
.calculator-call p{
  border-bottom: 1px solid #7E7E7E;
  line-height: 14px;
}
/* consult banner */
#consult-banner>.container{
  background-size: 100% 100%;
  background: var(--theme-green);
  border-radius: 20px;
}
.consult-banner-wrap{
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  gap: 20px;
}
.consult-banner-img{
  height: 100%;
  width: 100%;
  position: relative;
  left: -12px;
  top: -30px;
  animation: mover 1s infinite  alternate;
}
@keyframes mover {
  0% { transform: translateY(0); }
  100% { transform: translateY(-10px); }
}


.text-color-banner{
color: var(--theme-yellow);
}
/* offer banner */
#offer-banner{
  background-size: 100% 100%;
  background: linear-gradient(90deg, #4785A9 0%, #8DBAD5 100%);
  border-radius: 20px;
  overflow: visible;
  margin-top: 5%;
}
.offer-banner-img-wrap{
  position: relative;
}
.offer-banner-man-img{
  position: absolute;
  bottom: 0;
  left: 80px;
  z-index: 1;
  height: 100%;
  min-height: 588px;
  width: 100%;
  max-width: 350px;
  /* animation: leftright 5s infinite alternate ease-in-out; */
}
/* @keyframes leftright {
  0%, 20% {
    transform: translateX(0%);
    left: 0%;
}
80%, 100% {
    transform: translateX(-10%);
    left: 15%;
}
} */
.offer-banner-img{
  width: 100%;
  height: 100%;
  padding: 35px;
  position: relative;
  left: -5%;
}
#offer-banner h2{
  color: var(--theme-green);
}

/* gallery */
#gallery>.container,#mortgage-calculator>.container{
  padding: 0 30px 30px 30px;
}
#gallery>.container::after,#mortgage-calculator>.container::after{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 20px;
  padding: 1px;
  background: linear-gradient(90deg, #4785A9 0%, #8DBAD5 100%) !important;
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
  z-index: -1;
}

.pp_content_container:hover .pp_gallery {
  display: none !important;
}

#gallery .vw_gallery_front{
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  grid-template-rows: repeat(10, 45px);
  margin: 0;
  grid-gap: 10px;
}
#gallery .grid-items:nth-child(1){
  grid-row-start: 1;
  grid-row-end: 5;
  grid-column-start: 1;
  grid-column-end: 4;
}
#gallery .grid-items:nth-child(2){
  grid-row-start: 5;
  grid-row-end: 11;
  grid-column-start: 1;
  grid-column-end: 4;
}
#gallery .grid-items:nth-child(3){
  grid-row-start: 1;
  grid-row-end: 7;
  grid-column-start: 4;
  grid-column-end: 7;
}
#gallery .grid-items:nth-child(4){
  grid-row-start: 7;
  grid-row-end: 11;
  grid-column-start: 4;
  grid-column-end: 7;
} 
#gallery .grid-items:nth-child(5){
  grid-row-start: 1;
  grid-row-end: 5;
  grid-column-start: 7;
  grid-column-end: 9;
}
#gallery .grid-items:nth-child(6){
  grid-row-start: 5;
  grid-row-end: 11;
  grid-column-start: 7;
  grid-column-end: 9;
}
#gallery .grid-items:nth-child(7){
  grid-row-start: 1;
  grid-row-end: 8;
  grid-column-start: 9;
  grid-column-end: 11;
}
#gallery .grid-items:nth-child(8){
  grid-row-start: 8;
  grid-row-end: 11;
  grid-column-start: 9;
  grid-column-end: 11;
}
.grid-items img,#gallery .grid-items,#gallery-page .grid-items{
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  text-align: center;
  object-fit: cover;
  border-radius: 20px;
}

.grid-items .icon_overlay {
  width: 90%;
  height: 90%;
  position: absolute;
  overflow: hidden;
  inset: 0;
  opacity: 0; 
  display: flex ;
  justify-content: center;
    margin: auto;
  background: #1B3B4EB8;
  transform: scale(0);
  border-radius: 20px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  backdrop-filter: blur(5px);
}
.grid-items .icon_overlay i::before{
  content: unset;
}

.grid-items img {
  display: block;
  position: relative;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.grid-items .icon_overlay i{
  display: inline-block;
  text-decoration: none;
  padding: 10px 22px;
  text-transform: uppercase;
  color: #fff;
  border: 3px solid #fff; 
  border-radius: 5px;
  background-color: transparent;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}


.grid-items:hover .icon_overlay {
  opacity: 0.9 !important;
  transform: scale(1);
  transition-delay: 0s
}
/* Property Details */
.categories-contents{
  position: absolute;
  inset: 0;
  margin: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px;
  opacity: 0;
  transform: scale(0);
  transition: all 0.2s ease-in-out;
}
.categories-contents::after{
  content: '';
  position: absolute;
  inset: 0;
  background-color: var(--theme-green);
  opacity: 0.7;
  backdrop-filter: blur(2px);
  border-radius: 20px;
  z-index: -1;
}
.category-box{
  cursor: pointer;
}
.category-box:hover .categories-contents{
  opacity: 1;
  transform: scale(1);
}
.category-img img{
  border-radius: 20px;
}
.categories-contents a{
  color: var(--white);
}
.categories-contents a:hover{
  color: var(--theme-yellow);
}

.property-nav {
  width: 200px;
  margin: 30px auto;
  cursor: pointer;
  position: relative;
  border: 2px solid #FF9705;
  padding: 15px;
  text-align: center;
  border-radius: 15px;
  font-family: Outfit;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.property-nav ul{
  position: absolute;
  left: 0;
  top: 60%;
  z-index: 9999;
  transform: scaleY(0);
  transform-origin: 0 0;
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0 7px 13px rgba(0, 0, 0, .15);
  width: 100%;
  list-style: none;
}
.property-nav ul li a{
  font-family: Outfit;
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  color:#000;
  padding:10px 5px;
}
.property-nav:hover ul{
  top: 100%;
  transform: scaleY(1);
}
.property-nav ul li{
  padding: 10px 10px;
}
.property-nav ul li:hover{
  background:#F2F6FE;
  border-radius:10px;
}
.property-nav .property-icon {
  transition: 0.3s ease-in-out;
}
/* .property-nav:hover .property-icon {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
} */
/* map details */
.map-box{
  background: var(--theme-green);
  padding: 25px 20px 50px 20px;
  text-align: center;
  border-radius: 20px;
}
.map-box img{
  max-width: 295px;
  margin: 0 auto;
}
.map-box h5{
  color: var(--white);
}

#property-banner svg{
  position: absolute;
    top: -20px;
    right: 18%;
    z-index: -1;
}
.details-vdo-img{
  border-radius: 20px;
}

/* Search  */
.search-box input{
  border: 1px solid #4785A9;
  padding: 15px 15px;
  box-shadow: unset;
  border-radius: 13px;
}
.search-input-wrapper .theme-btn{
  position: absolute;
  right: 5px;
  top: 4px;
}
.custom-select{
  border: 1px solid #4785A9;
  padding: 15px 15px;
  box-shadow: unset;
  border-radius: 10px;
  background: transparent;

}

.search-row{
  padding: 40px 0;
}
.custom-select {
  margin: 10px auto;
  cursor: pointer;
  position: relative;
  border: 1px solid #4785A9;
  padding: 15px;
  text-align: center;
  border-radius: 15px;
  font-family: Outfit;
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.custom-select ul{
  display: none;
  position: absolute;
  left: 0;
  top: 90%;
  z-index: 2;
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0 7px 13px rgba(0, 0, 0, .15);
  width: 100%;
  list-style: none;
}
.custom-select ul li{
  font-family: Outfit;
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  color:var(--theme-green);
  padding:10px 5px;
}

.custom-select ul li{
  padding: 10px 10px;
}
.custom-select ul li:hover{
  background:#F2F6FE;
  border-radius:10px;
}
.custom-select.category ul, .custom-select.p-type ul{
  height: 115px;
  overflow-y: scroll;
}
#find-search > .container::after{
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0px;
  border-radius: 20px;
  padding: 1px;
border: 2px solid var(--theme-green);
box-shadow: 0px 4px 4px 0px #00000040;
}
#find-search{
  overflow: unset;
}
.custom-select i{
  color: var(--theme-green);
}