/* Home */

.home {
  align-items: center;
  height: 900px;
  box-sizing: border-box;
  background-color: #fff;
}

.home-column-text {
  height: 100%;
  background-color: #fff;
  display: flex;
  justify-content: space-evenly;
  flex-direction: column;
  padding-left: 60px;
  box-sizing: border-box;
}

.home-column-img {
  height: 100%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.bg-image-s1 {
  background-color: #100b29;
  width: 60%;
  height: 450px;
  display: flex;
  justify-content: center;
}

.home-listing-image {
  width: calc(100% - 140px);
  margin-top: 100px;
  height: 100%;
}

.home-property {
  z-index: 13;
  font-family: Poppins;
  height: auto;
  width: auto;
  color: #a6a8aa;
  text-decoration: none;
  line-height: 1.3;
  font-weight: 400;
  font-size: 50px;
  transform-origin: 50% 50%;
  transform: translate(0px, 0px);
  text-transform: lowercase;
}

.qodef-separator {
  width: 80px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  border-bottom: 1.5px solid #cfb82c;
  margin-bottom: 35px;
  margin-top: 10px;
}

.home-address {
  z-index: 11;
  font-family: Poppins;
  color: #a6a8aa;
  text-decoration: none;
  line-height: 1.2;
  margin-bottom: 30px;
  margin-top: 15px;
  letter-spacing: 0px;
  font-weight: 400;
  font-size: 20px;
  backdrop-filter: none;
  filter: none;
  transform-origin: 50% 50%;
  opacity: 1;
  transform: translate(0px, 0px);
  visibility: visible;
  text-transform: lowercase;
}

.qodef-btn {
  font-family: Poppins;
  color: #a6a8aa;
  background-color: transparent;
  border: 1px solid #cfb82c;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 155px;
  font-size: 16px;
  line-height: 2em;
  font-weight: 400;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out,
    border-color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out,
    border-color 0.2s ease-in-out;
  padding: 8px 30px;
  cursor: pointer;
  text-align: center;
}

.qodef-btn svg {
  max-height: 15px;
  -webkit-transform: translateY(2px);
  -ms-transform: translateY(2px);
  transform: translateY(2px);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  width: 8px;
  display: inline-block;
  position: relative;
  margin-right: 6px;
  line-height: 20px;
  max-height: 20px;
}

.s1-form {
  background-color: #fff;
  width: 450px;
  height: 400px;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 60px;
  box-sizing: border-box;
}
.s1-form-title {
  font-family: Poppins;
  color: rgb(13, 16, 19);
  font-size: 25px;
  margin-bottom: 10px;
}
.s1-form-title-border {
  background-color: rgb(13, 16, 19);
  width: 40px;
  height: 1px;
  margin-bottom: 20px;
}
.s1-form form {
  display: flex;
  flex-direction: column;
}
.s1-form form input {
  margin: 30px 0 !important;
}
.s1-btn-md {
  font-family: Poppins;
  color: #a6a8aa;
  background-color: transparent;
  border: 1px solid #a6a8aa;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  line-height: 2em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out,
    border-color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out,
    border-color 0.2s ease-in-out;
  padding: 8px 24px;
  cursor: pointer;
}
.s1-btn-md svg {
  max-height: 15px;
  -webkit-transform: translateY(2px);
  -ms-transform: translateY(2px);
  transform: translateY(2px);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  width: 8px;
  display: inline-block;
  position: relative;
  margin-right: 6px;
  line-height: 20px;
  max-height: 20px;
}

.s1-img {
  width: 100%;
  height: 750px;
  object-fit: contain;
  aspect-ratio: auto;
}

.home-column-text-wrap {
  margin-top: 26%;
  height: 570px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}

#slider {
  margin: 0 auto;
  width: 90%;
  overflow: hidden;
}

.slides {
  overflow: hidden;
  animation-name: fade;
  animation-duration: 1s;
  display: none;
}

#dot {
  /* margin: 0 auto; */
  /* text-align:center; */
}

@media (max-width: 567px) {
  #slider {
    width: 100%;
  }
}

#heading {
  display: block;
  text-align: center;
  font-size: 2em;
  margin: 10px 0px;
}

.s1-slides {
  display: none;
}

.s1-slides.active {
  display: block;
}

.s1-dot {
  display: inline-block;
  margin: 0 12px 0;
}

.s1-number {
  cursor: pointer;
  font-family: Poppins;
  font-size: 18px;
  color: #a6a8aa;
}

.s1-dot.s1-active {
  content: "";
  width: 100px;
  height: 2px;
  background-color: #a6a8aa;
  margin: 4px 10px;
}
