@import url("https://fonts.googleapis.com/css2?family=Berkshire+Swash&display=swap");
/* @import url('https://fonts.googleapis.com/css2?family=Chakra+Petch&family=Pangolin&display=swap'); */
@import url("https://fonts.googleapis.com/css2?family=Ruda&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Monomaniac+One&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Courgette&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lora&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Exo+2&family=Mulish&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Roboto&display=swap");
* {
  margin: 0;
  padding: 0;
  /* font-family: 'Ruda', sans-serif; */
  /* font-family: 'Berkshire Swash', cursive; */
  /* font-family: 'Monomaniac One', sans-serif; */
  /* font-family: 'Courgette', cursive; */
  font-family: "Lora", serif;
}

body {
  background-color: #ffffff;
}

h2 {
  font-size: 34px;
  background-repeat: repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(
    300deg,
    #08182f 30%,
    #1f878c 75%,
    #163a3a 90%
  );
  margin-bottom: 10px;
  text-align: center;
  margin-top: 40px;
}
@media(max-width:600px){
  h1{
    font-size: 30px !important;
  }
  h2{
    font-size: 28px !important;
  }
}
h4 {
  color: #001730;
  font-weight: 300;
  margin-bottom: 20px;
  font-size: 0.8rem;
  text-align: center;
  font-family: "Roboto", sans-serif;
}

p {
  font-family: "Roboto", sans-serif;
}
.overlymainContainer {
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 52%);
  backdrop-filter: blur(2px);
  z-index: 999 !important;
  position: fixed;
  display: none;
  border-radius: 0.5rem;
}
.overlayContainer {
  /* background-image: url(image/popup-image.jpg); */
  background-position: 100%;
  width: 650px;
  height: auto;
  position: fixed;
  object-fit: cover;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
  animation: popanimation 0.8s linear;
  box-shadow:
    rgba(67, 71, 85, 0.27) 0px 0px 0.25em,
    rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
}
@keyframes popanimation {
  0% {
    top: 0;
  }
}
.overlayContainer h3 {
  text-align: center;
  font-size: 1.2rem;
  width: 95%;
  background-repeat: repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(
    300deg,
    #08182f 30%,
    #1f878c 75%,
    #163a3a 90%
  );
}

.overlayContainer p {
  text-align: center;
  font-size: 0.8rem;
  width: 95%;
  margin-top: 10px;
  color: #5e5e5e;
}

.overlayContainer .close-pop {
  position: fixed;
  right: -14px;
  top: -15px;
  font-size: 2rem;
  cursor: pointer;
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  text-align: center;
  background-color: #001730;
  color: #fff;
  font-weight: bold;
  border-radius: 50%;
}
.overlayContainer .close-pop:hover {
  background-color: #163a3a;
}
.overlayContainer form {
  width: 50%;
  padding: 2%;
  background-color: #fff;
}

form input {
  display: block;
  width: 95%;
  margin: 0.5rem 0;
  height: 1.6rem;
  padding-left: 0.5rem;
  border: none;
  border-radius: 0.5rem;
  border: 2px solid #eee;
}
.input1,
.input2,
.input2,
.input3 {
  position: relative;
}

.check-in-out {
  display: flex;
  justify-content: space-between;
  width: 95%;
}

.check-in-out label {
  font-size: 0.7rem;
  width: 45%;
}

.check-in-out input {
  width: 45%;
}

.form-adult-child {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  width: 95%;
}

.form-adult-child input {
  text-align: center;
  box-shadow: none;
  border: none;
  padding: 0;
}

.form-adult-child label {
  font-size: 0.7rem;
}

.form-adult-child span {
  font-size: 0.7rem;
  color: #757575;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.overlayContainer form input::placeholder {
  padding-left: 0.4rem;
  font-size: 0.7rem !important;
}
.overlayContainer form .ContactPhone {
  display: flex;
  justify-content: space-between;
}
.overlayContainer form .ContactPhone #countryCode {
  width: 25%;
  padding: 0.5rem 0;
  margin: 0.5rem 0;
  border-radius: 0.5rem;
  border: none;
  box-shadow:
    rgba(0, 0, 0, 0.05) 0px 0px 0px 1px,
    rgb(209, 213, 219) 0px 0px 0px 1px inset;
}
.overlayContainer form .ContactPhone input {
  width: 70%;
}
.overlayContainer form .ContactPhone input::placeholder {
  padding-left: 0.5rem;
}
.overlayContainer form textarea {
  width: 95%;
  height: 7vh;
  padding: 2%;
  border: none;
  border-radius: 0.5rem;
  box-shadow:
    rgba(0, 0, 0, 0.05) 0px 0px 0px 1px,
    rgb(209, 213, 219) 0px 0px 0px 1px inset;
}
.overlayContainer form textarea::placeholder {
  padding: 2%;
  font-size: 0.7rem;
}
.checkCntner {
  display: flex;
  align-items: flex-start;
}
.checkCntner p {
  font-size: 0.8rem;
  margin-left: 0.3rem;
  color: #767676;
}
.overlayContainer form .checkBox {
  width: auto;
}
.overlayContainer form button {
  font-size: 0.9rem;
  width: 95%;
  padding: 0.2rem 0;
  margin: 0.5rem 0;
  border: none;
  border-radius: 0.5rem;
  color: #fff;
  background-image: linear-gradient(
    300deg,
    #08182f 30%,
    #1f878c 75%,
    #163a3a 90%
  );
}
.overlayContainer form button:hover {
  color: #fff;
}

.overlayContainer .imgBox {
  width: 100%;
  height: auto;
}
.overlayContainer .imgBox img {
  width: 100%;
  height: auto;
  display: block;
}

/* @import url("https://fonts.googleapis.com/css?family=Lora:700");
@import url("https://fonts.googleapis.com/css?family=Open+Sans"); */
:root {
  --z-distance: 8.519vw;
  --from-left: 1;
  --mobile-bkp: 650px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

.banner-slider {
  overflow: hidden;
}

.slider {
  width: 102vw;
  height: 115vh;
  display: flex;
  perspective: 1000px;
  transform-style: preserve-3d;
}
.slider::before,
.slider::after {
  content: "";
  left: -1vw;
  top: -1vh;
  display: block;
  position: absolute;
  width: 102vw;
  height: 102vh;
  background-position: center;
  background-size: cover;
  will-change: opacity;
  z-index: -1;
  box-shadow: 0 0 0 50vmax rgba(102, 102, 102, 0.616) inset;
}
.slider::before {
  background-image: var(--img-prev);
}
.slider::after {
  transition: opacity 0.7s;
  opacity: 0;
  background-image: var(--img-next);
}
.slider--bg-next::after {
  opacity: 1;
}
.slider__content {
  margin: auto;
  width: 65vw;
  height: 32.5vw;
  max-height: 67vh;
  will-change: transform;
  transform-style: preserve-3d;
  pointer-events: none;
  transform: translateZ(var(--z-distance));
}
.slider__images {
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  box-shadow: 0 0 5em #000;
}
.slider__images-item {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  will-change: transform;
  transition-timing-function: ease-in;
  visibility: hidden;
}
.slider__images-item img {
  display: block;
  filter: brightness(80%);
  position: relative;
  left: -1em;
  top: -1em;
  width: calc(100% + 1em * 2);
  height: calc(100% + 1em * 2);
  object-fit: cover;
  will-change: transform;
}
.slider__images-item--active {
  z-index: 20;
  visibility: visible;
}
.slider__images-item--subactive {
  z-index: 15;
  visibility: visible;
}
.slider__images-item--next {
  transform: translateX(100%);
}
.slider__images-item--prev {
  transform: translateX(-100%);
}
.slider__images-item--transit {
  transition:
    transform 0.7s,
    opacity 0.7s;
}
.slider__text {
  position: relative;
  height: 100%;
}
.slider__text-item {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 0.5em;
  perspective: 1000px;
  transform-style: preserve-3d;
}
.slider__text-item > * {
  overflow: hidden;
  position: absolute;
}
.slider__text-item h3,
.slider__text-item p {
  transition: transform 0.35s ease-out;
  line-height: 1.5;
  overflow: hidden;
}
.slider__text-item h3 {
  background-color: rgba(255, 255, 255, 0.911);
}
.slider__text-item p {
  /* font-family: 'Open Sans', sans-serif; */
  padding: 1em;
  color: white;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.685);
}
.slider__text-item h3::before,
.slider__text-item p::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 105%;
  height: 100%;
  transform: translateX(0);
  transition: transform 0.35s ease-out 0.28s;
}
.slider__text-item h3::before {
  background-color: #000;
}
.slider__text-item p::before {
  background-color: #fff;
}
.slider__text-item h3 {
  margin: 0;
  font-size: 2em;
  padding: 0 0.3em;
  position: relative;
  font-weight: 700;
  transform: translateX(-100%);
}
.slider__text-item p {
  margin: 0;
  transform: translateX(100%);
}
.slider__text-item-head {
  top: -0.5em;
  transform: translateZ(3em);
}
.slider__text-item-info {
  bottom: 0;
  right: 0;
  max-width: 75%;
  min-width: min-content;
  transform: translateZ(2em);
}
.slider__text-item--active h3,
.slider__text-item--active p {
  transform: translateX(0);
}
.slider__text-item--active h3::before {
  transform: translateX(102%);
}
.slider__text-item--active p::before {
  transform: translateX(-102%);
}
.slider__text-item--backwards h3::before,
.slider__text-item--backwards p::before {
  transition: transform 0.35s ease-in;
}
.slider__text-item--backwards h3,
.slider__text-item--backwards p {
  transition: transform 0.35s ease-in 0.35s;
}
.slider__nav {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}
.slider__nav-arrows {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.slider__nav-arrow {
  height: 100vh;
  width: 50vw;
  text-indent: -9999px;
  white-space: nowrap;
}
.slider__nav-arrow--left {
  --arrow: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80' viewBox='0 0 4 4'%3E %3Cpolyline points='3 1 1 2 3 3' stroke='white' stroke-width='.3' stroke-opacity='.5' fill='none'%3E%3C/polyline%3E %3C/svg%3E");
  cursor:
    var(--arrow) 40 40,
    auto;
}
.slider__nav-arrow--right {
  --arrow: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80' viewBox='0 0 4 4'%3E %3Cpolyline points='1 1 3 2 1 3' stroke='white' stroke-width='.3' stroke-opacity='.5' fill='none'%3E%3C/polyline%3E %3C/svg%3E");
  cursor:
    var(--arrow) 40 40,
    auto;
}
.slider__nav-dots {
  margin-top: 88vh;
  display: inline-flex;
  position: relative;
  padding: 1em;
  pointer-events: none;
}
.slider__nav-dots::before {
  content: "";
  position: absolute;
  left: calc(1em + 1em + 2px);
  top: calc(1em + 2px);
  width: calc(1em - 2px * 2);
  height: calc(1em / 2 - 2px * 2);
  background-color: rgba(255, 255, 255, 0.9);
  transition: transform 0.7s ease-out;
  transform: translateX(calc((1em + 1em * 2) * (var(--from-left) - 1)));
}
.slider__nav-dot {
  margin: 0 1em;
  width: 1em;
  height: 0.5em;
  border: 2px solid rgba(255, 255, 255, 0.5);
  cursor: crosshair;
  pointer-events: all;
  display: inline-block;
}
.slider__nav-dot:hover {
  border-color: rgba(255, 255, 255, 0.7);
}
.slider__nav-dot:active {
  border-color: rgba(255, 255, 255, 0.5);
}

@media only screen and (max-width: 650px) {
  .slider::before,
  .slider::after {
    display: none;
  }

  .banner-slider {
    width: 100vw;
    height: auto;
    max-height: 50vh;
  }

  .slider {
    width: 100vw;
    height: auto;
    max-height: 50vh;
  }

  .slider__content {
    width: 100vw;
    height: 60vh;
    max-height: 60vh;
    margin: 0;
    padding: 0;
  }
  /* 
  .slider__text-item-info {
    bottom: 50%;
    left: 50%;
    transform: translate(-50%, 50%);
  } */
  .slider__text-item-info p {
    /* padding: 1em .8em; */
    display: none;
  }

  .slider__text-item-head {
    bottom: 30%;
    left: 50%;
    transform: translate(-50%, 50%);
  }
  .slider__text-item-head h3 {
    font-size: 1.2em;
  }

  .slider__nav-dots {
    background-color: rgba(0, 0, 0, 0.3);
  }

  .slider__nav-arrow {
    width: 10vw;
    position: relative;
    cursor: auto;
  }
  .slider__nav-arrow:active {
    filter: brightness(0.5);
  }
  .slider__nav-arrow::before {
    content: "";
    background-image: var(--arrow);
    background-size: cover;
    width: 8vw;
    height: 8vw;
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
  }
  .slider__nav-arrow--left {
    background-image: linear-gradient(
      to right,
      rgba(0, 0, 0, 0.7) 0,
      transparent 100%
    );
  }
  .slider__nav-arrow--left:active {
    background-image: linear-gradient(
      to right,
      rgba(0, 0, 0, 0.9) 0,
      transparent 100%
    );
  }
  .slider__nav-arrow--right {
    background-image: linear-gradient(
      to left,
      rgba(0, 0, 0, 0.7) 0,
      transparent 100%
    );
  }
  .slider__nav-arrow--right:active {
    background-image: linear-gradient(
      to left,
      rgba(0, 0, 0, 0.9) 0,
      transparent 100%
    );
  }
}






/* handpick */



/* Common styles for all screen sizes */
#additionalRows {
  margin-left: 30px;
  margin-right: 30px;
  margin-top: -20px;
  display: flex;
  flex-wrap: wrap;
}



/* contact-section */

.contact-section {
  /* background-image: url('image/background.png'); */
  background-image: linear-gradient(
    100deg,
    #08182f 30%,
    #1f878c 75%,
    #163a3a 90%
  );
  background-size: cover;
  background-position: center;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  border-radius: 10px;
  margin-top: 4rem;

  margin-left: 10%;
  margin-right: 10%;
  background-repeat: no-repeat;
}

.contact-section-text {
  color: #daeeef;
  font-size: 18px;
  font-weight: bold;
  margin-left: 50px;
}

.contact-section-button {
  /* background-color: #ffffffce; */
  background-color: #001730;
  color: #ffffff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
  margin-right: 50px;
  transition: 0.6s;
  box-shadow:
    rgba(0, 0, 0, 0.3) 0px 19px 38px,
    rgba(0, 0, 0, 0.22) 0px 15px 12px;
}

.contact-section-button:hover {
  background-color: #ffffff;
  color: #001730;

  box-shadow:
    rgba(0, 0, 0, 0.09) 0px 2px 1px,
    rgba(0, 0, 0, 0.09) 0px 4px 2px,
    rgba(0, 0, 0, 0.09) 0px 8px 4px,
    rgba(0, 0, 0, 0.09) 0px 16px 8px,
    rgba(0, 0, 0, 0.09) 0px 32px 16px;
}

/* Luxuryproperty-slider */
.swiper {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  /* padding-right: 20px;
        padding-left: 20px; */
}

.swiper-slide {
  background-position: center;
  background-size: cover;
  height: auto !important;
}

/* .swiper-slide img {
        display: block;
        width: 100%;
      } */

.my-sliderLux {
  width: 85% !important;
  margin: 0 auto;
  overflow: hidden;
}

.Luxuryproperty {
  position: relative;
  margin-top: 4rem;
}

.slides-containerLux {
  position: relative;
  margin-top: 20px;
  display: flex;
  transition: transform 0.5s ease-in-out;
  margin-bottom: 10px;
  z-index: 4;
}

.slideLux {
  flex: 0 0 48%;
  padding: 0px;
  margin: 10px;
  margin-right: 10px;
  box-sizing: border-box;
  border-radius: 10px 10px 0px 0px;
  box-shadow:
    rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
  height: auto;
  background-color: #ffffff;
  overflow: hidden;
  transition: 1s;

  margin-bottom: 0;
}

@media (min-width: 1410px) {
  .slideLux {
    flex: 0 0 48%;
    margin-right: 1%;
  }
}

@media (min-width: 1580px) {
  .slideLux {
    flex: 0 0 48.1%;
    margin-right: 1%;
  }
}

@media (min-width: 1780px) {
  .slideLux {
    flex: 0 0 48.2%;
    margin-right: 1%;
  }
}

.slideLux a {
  text-decoration: none;
}

.slideLux img:hover {
  transform: scale(1.1);
}

.slideLux:hover {
  box-shadow:
    rgba(0, 0, 0, 0.16) 0px 3px 6px,
    rgba(0, 0, 0, 0.23) 0px 3px 6px;
  transform: scale(1.019999);
}

.imgboxLux {
  overflow: hidden;
  height: 350px;
}

.slideLux img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  border-radius: 10px 10px 0px 0px;
  transition: 1s;
}

.slider-headLux {
  margin: 10px;
}

.Property-headLux-left {
  display: flex;
  justify-content: space-between;
  height: 3.5rem;
}

.Property-headLux-left p {
  font-size: 1rem;
  color: #5a5a5a;
  margin-top: 5px;
}

.slider-animitiesLux {
  display: flex;
  align-items: left;
  margin-left: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.my-sliderLux h3 {
  text-align: left;
  font-size: 1.5rem;
  color: #000000;
}

.aminites-content-Lux {
  display: flex;
  align-items: center;
}
.aminites-content-Lux p {
  font-size: 0.9rem;
  font-weight: bold;
  color: #5a5a5a;

  /* display: block; */
}

.aminites-content-Lux i {
  margin-right: 5px;
}

.aminites-content-Lux:nth-child(2) {
  border-left: 1px solid #001730;
  border-right: 1px solid #001730;
  padding-left: 10px;
  padding-right: 10px;
  margin-right: 10px;
  margin-left: 10px;
}

.slider-bottomLux {
  display: flex;
  border-radius: 0px 0px 10px 10px;
  padding: 10px;
  align-items: center;
  justify-content: space-between;
  /* background-color: #eee; */
}

.slider-textLux h5 {
  color: #5a5a5a;
  font-size: 0.9rem;
  font-family: "Roboto", sans-serif;
}

.slider-textLux span {
  color: #001730;
  font-size: 1.4rem;
  font-weight: 700;
  margin-right: 2px;
  margin-left: 2px;
}

.slider-textLux p {
  font-size: 0.7rem;
  color: #5a5a5a;
  margin-top: 5px;
}

.view-detail-buttonLux {
  text-align: right;
}

.View-detailLux {
  color: #001730;
  /*border: 2px solid  #001730;*/
  padding: 5px;
  font-size: 1rem;
  font-weight: 600;

  border-radius: 5px;

  padding-left: 7px;
  padding-right: 7px;
}

.View-detailLux:hover {
  background-color: #001730;
  color: #fff;
  font-weight: 100;
}

/* .slider-btnLux {
          transform: translateY(-50%);
          top: 60%;
          display: flex;
          width: 100%;   
          justify-content: space-between;
          position:absolute !important;
          
        } */

/* .prev-btnLux {
          font-size:50px;
        cursor: pointer;
        color: #000000;
        background: transparent;
        border: none;
        margin-left: 40px;
      }
        
        
        .next-btnLux {
        
          font-size:50px;
          cursor: pointer;
          color: #000000;
          background: transparent;
          border: none;
          margin-right: 40px;
          
        } */

/* FARMHOUSE-SLIDER */

.my-sliderFa {
  width: 85% !important;
  margin: 0 auto;
  overflow: hidden;
}

.farmhouse {
  position: relative;
  /* background-image: url(image/bg4.jpg) ; */
  background-size: cover;
  background-position: center;
  margin-top: 4rem;
}

.my-sliderFa a {
  text-decoration: none;
}

.slides-containerFa {
  /* display: flex;
            transition: transform 0.5s ease-in-out;
            margin-bottom: 30px;
            z-index: 1; */
  position: relative;
  display: flex;
  transition: transform 0.5s ease-in-out;
  margin-bottom: 10px;
  z-index: 4;
}

.slideFa {
  flex: 0 0 48%;
  padding: 0px;
  margin: 10px;
  margin-right: 10px;
  box-sizing: border-box;
  border-radius: 10px 10px 0px 0px;
  box-shadow:
    rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
  height: auto;
  background-color: #ffffff;
  overflow: hidden;
  transition: 1s;
}

@media (min-width: 1410px) {
  .slideFa {
    flex: 0 0 48%;
    margin-right: 1%;
  }
}

@media (min-width: 1580px) {
  .slideFa {
    flex: 0 0 48.1%;
    margin-right: 1%;
  }
}

@media (min-width: 1780px) {
  .slideFa {
    flex: 0 0 48.2%;
    margin-right: 1%;
  }
}

.slideFa img:hover {
  transform: scale(1.2);
}

.slideFa:hover {
  box-shadow:
    rgba(0, 0, 0, 0.16) 0px 3px 6px,
    rgba(0, 0, 0, 0.23) 0px 3px 6px;
  transform: scale(1.019999);
}

.imgboxFa {
  overflow: hidden;
  height: 280px;
}

.slideFa img {
  width: 100%;
  height: auto;
  border-radius: 10px 10px 0px 0px;
  transition: 1s;
}

.slider-headFa {
  margin: 10px;
}

.Property-headFa-left {
  display: flex;
  justify-content: space-between;
  height: 3.5rem;
}

.Property-headFa-left p {
  font-size: 1rem;
  color: #5a5a5a;
  margin-top: 5px;
}

.slider-animitiesFa {
  display: flex;
  align-items: left;
  margin-left: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.my-sliderFa h3 {
  text-align: left;
  font-size: 1.5rem;
  color: #000000;
}

.aminites-content-Fa {
  display: flex;
  align-items: center;
}
.aminites-content-Fa p {
  font-size: 0.9rem;
  font-weight: bold;
  color: #5a5a5a;

  /* display: block; */
}

.aminites-content-Fa i {
  margin-right: 5px;
}

.aminites-content-Fa:nth-child(2) {
  border-left: 1px solid #001730;
  border-right: 1px solid #001730;
  padding-left: 10px;
  padding-right: 10px;
  margin-right: 10px;
  margin-left: 10px;
}

.slider-bottomFa {
  display: flex;
  border-radius: 0px 0px 10px 10px;
  padding: 10px;
  align-items: center;
  justify-content: space-between;
  /* background-color: #eee; */
}

.slider-textFa h5 {
  color: #5a5a5a;
  font-size: 0.9rem;
  font-family: "Roboto", sans-serif;
}

.slider-textFa span {
  color: #001730;
  font-size: 1.4rem;
  font-weight: 700;
  margin-right: 2px;
  margin-left: 2px;
}

.slider-textFa p {
  font-size: 0.7rem;
  color: #5a5a5a;
  margin-top: 5px;
}

.view-detail-buttonFa {
  text-align: right;
}

.View-detailFa {
  color: #001730;
  /*border: 2px solid  #001730;*/
  padding: 5px;
  font-size: 1rem;
  font-weight: 600;

  border-radius: 5px;

  padding-left: 7px;
  padding-right: 7px;
}

.View-detailFa:hover {
  background-color: #001730;
  color: #fff;
  font-weight: 100;
}

.slider-btnFa {
  transform: translateY(-50%);
  top: 60%;
  display: flex;

  width: 100%;
  justify-content: space-between;
  position: absolute !important;
}

.prev-btnFa {
  font-size: 50px;
  cursor: pointer;
  color: #000000;
  background: transparent;
  border: none;
  margin-left: 40px;
}

.next-btnFa {
  font-size: 50px;
  cursor: pointer;
  color: #000000;
  background: transparent;
  border: none;
  margin-right: 40px;
}

/*serviceapartment-slider */

.my-sliderSa {
  width: 85% !important;
  margin: 0 auto;
  overflow: hidden;
}

.serviceapartment {
  position: relative;
  margin-top: 4rem;
}

.my-sliderSa a {
  text-decoration: none;
}

.slides-containerSa {
  position: relative;
  margin-top: 20px;
  display: flex;
  transition: transform 0.5s ease-in-out;
  margin-bottom: 10px;
  z-index: 4;
}

.slideSa {
  flex: 0 0 48%;

  padding: 0px;
  margin: 10px;
  margin-right: 10px;
  box-sizing: border-box;
  border-radius: 10px 10px 10px 10px;
  box-shadow:
    rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
  height: auto;
  background-color: #ffffff;
  overflow: hidden;
  transition: 1s;
}

@media (min-width: 1410px) {
  .slideSa {
    flex: 0 0 48%;
    margin-right: 1%;
  }
}

@media (min-width: 1580px) {
  .slideSa {
    flex: 0 0 48.1%;
    margin-right: 1%;
  }
}

@media (min-width: 1780px) {
  .slideSa {
    flex: 0 0 48.2%;
    margin-right: 1%;
  }
}

.slideSa img:hover {
  transform: scale(1.2);
}

.slideSa:hover {
  box-shadow:
    rgba(0, 0, 0, 0.16) 0px 3px 6px,
    rgba(0, 0, 0, 0.23) 0px 3px 6px;
  transform: scale(1.019999);
}

.imgboxSa {
  overflow: hidden;
  height: 280px;
}

.slideSa img {
  width: 100%;
  height: 280px;
  border-radius: 8px 8px 0px 0px;
  transition: 1s;
}

.slider-headSa {
  margin: 10px;
}

.Property-headSa-left {
  display: flex;
  justify-content: space-between;
  height: 3.5rem;
}

.Property-headSa-left p {
  font-size: 1rem;
  color: #5a5a5a;
  margin-top: 5px;
}

.slider-animitiesSa {
  display: flex;
  align-items: left;
  margin-left: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.my-sliderSa h3 {
  text-align: left;
  font-size: 1.5rem;
  color: #000000;
}

.aminites-content-Sa {
  display: flex;
  align-items: center;
}
.aminites-content-Sa p {
  font-size: 0.9rem;
  font-weight: bold;
  color: #5a5a5a;
}

.aminites-content-Sa i {
  margin-right: 5px;
}

.aminites-content-Sa:nth-child(2) {
  border-left: 1px solid #001730;
  border-right: 1px solid #001730;
  padding-left: 10px;
  padding-right: 10px;
  margin-right: 10px;
  margin-left: 10px;
}

.slider-bottomSa {
  display: flex;
  border-radius: 0px 0px 10px 10px;
  padding: 10px;
  align-items: center;
  justify-content: space-between;
  /* background-color: #eee; */
}

.slider-textSa h5 {
  color: #5a5a5a;
  font-size: 0.9rem;
  font-family: "Roboto", sans-serif;
}

.slider-textSa span {
  color: #001730;
  font-size: 1.4rem;
  font-weight: 700;
  margin-right: 2px;
  margin-left: 2px;
}

.slider-textSa p {
  font-size: 0.7rem;
  color: #5a5a5a;
  margin-top: 5px;
}

.view-detail-buttonSa {
  text-align: right;
}

.View-detailSa {
  color: #001730;
  /*border: 2px solid  #001730;*/
  padding: 5px;
  font-size: 1rem;
  font-weight: 600;

  border-radius: 5px;

  padding-left: 7px;
  padding-right: 7px;
}

.View-detailSa:hover {
  background-color: #001730;
  color: #fff;
  font-weight: 100;
}

.slider-btnSa {
  transform: translateY(-50%);
  top: 60%;
  display: flex;

  width: 100%;
  justify-content: space-between;
  position: absolute !important;
}

.prev-btnSa {
  font-size: 50px;
  cursor: pointer;
  color: #000000;
  background: transparent;
  border: none;
  margin-left: 40px;
}

.next-btnSa {
  font-size: 50px;
  cursor: pointer;
  color: #000000;
  background: transparent;
  border: none;
  margin-right: 40px;
}

/* testimonial */

.testimonial-section {
  width: 85% !important;
  margin: 0 auto;
  overflow: hidden;
  padding: 10px;
  padding-top: 50px !important;
}

.slider-container {
  position: relative;
  margin-top: 50px;
  display: flex;
  transition: transform 0.5s ease-in-out;
  margin-bottom: 10px;
  z-index: 1;
}

.slider-item {
  flex: 0 0 22.5%;
  position: relative;
  justify-content: center;
  padding: 30px;
  margin: 10px;
  margin-right: 20px;
  box-sizing: border-box;
  border-radius: 10px 10px 10px 10px;
  height: auto;
  background-color: #ffffff;
  box-shadow:
    rgba(189, 189, 189, 0.16) 0px 3px 6px,
    rgba(173, 173, 173, 0.23) 0px 3px 6px;
  height: auto;
}

@media (min-width: 1350px) {
  .slider-item {
    flex: 0 0 22.8%;
  }
}

@media (min-width: 1500px) {
  .slider-item {
    flex: 0 0 22.8%;
    margin-right: 1.8%;
  }
}

.slider-item:hover {
  box-shadow:
    rgba(255, 255, 255, 0.1) 0px 1px 0px,
    rgba(255, 255, 255, 0.1) 0px 8px 14px,
    rgba(255, 255, 255, 0.062) 0px 16px 18px;
}

.testimonial-container h2 {
  margin-top: -10px;
}

.testimonial-image {
  position: absolute;
  top: -30px;
  left: 10px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
}

.testimonial-text {
  margin-top: 30px;
  font-size: 14px;
  color: #000000;
  text-align: justify;
}

.testimonial-name {
  margin-top: 20px;
  font-weight: bold;
  color: #000000;
  font-size: 20px;
}

.testimonial-p {
  color: #000000;
  font-size: 13px;
}

.testimonial-icon {
  position: absolute;
  bottom: 0px;
  right: 20px;
  font-size: 50px;
  background-repeat: repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(
    300deg,
    #08182f 30%,
    #1f878c 75%,
    #163a3a 90%
  );
}

.testimonial-container {
  /* background-image: url(image/bg2.jpg); */
  position: relative !important;
  padding-bottom: 30px;
  padding-top: 30px;
  margin-top: 20px;
}

.dots-container {
  display: flex;
  justify-content: center;
  margin-top: 0px;
}

.dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #001730;
  margin: 0 5px;
  transition: background-color 0.3s ease;
  color: white;
}

.dot.active {
  background-color: #885b62;
  border: 2px solid white;
}

.test-btn {
  position: absolute !important;
  transform: translateY(-50%);
  top: 55%;
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.prev-btntest {
  font-size: 50px;
  cursor: pointer;
  color: #707070;
  background: transparent;
  border: none;
  margin-left: 40px;
}

.next-btntest {
  font-size: 50px;
  cursor: pointer;
  color: #707070;
  background: transparent;
  border: none;
  margin-right: 40px;
}

/*common swiper js*/

.swiper-button-prev:after {
  content: "←" !important;
}

.swiper-button-next:after {
  content: "→" !important;
}

.swiper-button-prev:after {
  font-size: 3rem !important;
  background-repeat: repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(
    300deg,
    #08182f 30%,
    #1f878c 75%,
    #163a3a 90%
  );
}

.swiper-button-next:after {
  font-size: 3rem !important;
  background-repeat: repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(
    300deg,
    #08182f 30%,
    #1f878c 75%,
    #163a3a 90%
  );
}

.swiper-button-prev {
  left: var(--swiper-navigation-sides-offset, 40px) !important;
}

.swiper-button-next {
  right: var(--swiper-navigation-sides-offset, 40px) !important;
}
