:root {
  --ff-body-text: 1rem;
  --ff-heading-1: 3rem;
  --ff-heading-2: 2rem;
  --ff-heading-3: 1.5rem;
  --ff-caption: 0.75rem;
}
@media screen and (max-width: 768px) {
  :root {
    --ff-body-text: 1rem;
    --ff-heading-1: 3rem;
    --ff-heading-2: 2rem;
    --ff-heading-3: 1.5rem;
    --ff-caption: 0.75rem;
  }
}

main .landing-home {
  background-color: #FDFBF5;
  background-image: url("../images/house.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 459px;
  padding: 56px 0 52px;
}
main .landing-home__top {
  position: relative;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1100px) {
  main .landing-home__top {
    flex-direction: column;
    gap: 35px;
  }
}
main .landing-home__top__left {
  margin-top: 30px;
  max-width: 518px;
}
@media screen and (max-width: 1100px) {
  main .landing-home__top__left {
    margin-top: 0;
    max-width: 100%;
  }
}
main .landing-home__top__left p {
  margin: 30px 0 40px;
}
main .landing-home__top__right {
  position: relative;
}
main .landing-home__top__right img {
  border-radius: 25px;
}
main .landing-home__top__right__image1 {
  width: 454px;
  object-fit: cover;
}
@media screen and (max-width: 1100px) {
  main .landing-home__top__right__image1 {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: 30px;
    transform: translateX(-50%);
    width: 218px;
  }
}
main .landing-home__top__right__image2 {
  position: absolute;
  top: 190px;
  right: 280px;
  width: 219px;
  object-fit: cover;
}
@media screen and (max-width: 1100px) {
  main .landing-home__top__right__image2 {
    right: auto;
    top: 90px;
    left: 50%;
    margin-left: -60px;
    transform: translateX(-50%);
    width: 106px;
  }
}
main .landing-home__bottom {
  margin-top: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1100px) {
  main .landing-home__bottom {
    margin-top: 260px;
  }
}
main .landing-home__bottom__container {
  position: relative;
  width: 900px;
  background-color: #fff;
  padding: 24px 50px;
  border-radius: 25px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
}
@media screen and (max-width: 1100px) {
  main .landing-home__bottom__container {
    width: 100%;
  }
}
main .landing-home__bottom__container #arrow-left-1, main .landing-home__bottom__container #arrow-right-1 {
  position: absolute;
  top: 50%;
}
main .landing-home__bottom__container #arrow-left-1 img, main .landing-home__bottom__container #arrow-right-1 img {
  width: 40px;
}
main .landing-home__bottom__container #arrow-left-1 {
  left: 0;
  transform: translateX(-20px) translateY(-50%) rotate(180deg);
}
main .landing-home__bottom__container #arrow-right-1 {
  right: 0;
  transform: translateX(20px) translateY(-50%);
}
main .landing-home__bottom__container__slider {
  max-height: 45px;
  overflow-x: scroll;
  overflow-y: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 45px;
  scrollbar-width: none;
  scroll-behavior: smooth;
}
main .landing-home__bottom__container__slider::-webkit-scrollbar {
  display: none;
}
main .landing-home__bottom__container__slider__item {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}
main .landing-home__bottom__container__slider__item img {
  height: 40px;
}
@media screen and (max-width: 768px) {
  main .landing-home__bottom__container__slider__item img {
    height: 30px;
  }
}
main .landing-home__bottom__container__slider__item span {
  color: #1B2888;
  font-size: 16px;
  line-height: 22px;
  font-weight: bold;
}
main .landing-home__bottom__container__slider__item:nth-child(1) span {
  width: 104px;
}
main .landing-home__bottom__container__slider__item:nth-child(2) span {
  width: 101px;
}
main .landing-home__bottom__container__slider__item:nth-child(3) span {
  width: 100px;
}
main .landing-home__bottom__container__slider__item:nth-child(4) span {
  width: 155px;
}
main .landing-home__bottom__container__slider__item:nth-child(5) span {
  width: 148px;
}
main .landing-home__bottom__container__slider__item:nth-child(6) span {
  width: 77px;
}
main .section2 {
  padding-top: 100px;
  padding-bottom: 72px;
}
main .section2__top {
  margin-bottom: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  main .section2__top {
    flex-direction: column;
    align-items: start;
    gap: 20px;
  }
}
main .section2__top p {
  max-width: 450px;
}
main .section2__bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
@media screen and (max-width: 1024px) {
  main .section2__bottom {
    flex-direction: column;
  }
}
main .section2__bottom__left {
  color: #fff;
  max-width: 368px;
  width: 100%;
  background-color: #1B2888;
  padding: 40px 33px 50px;
  border-radius: 14px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  main .section2__bottom__left {
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  main .section2__bottom__left {
    padding: 20px;
  }
}
main .section2__bottom__left img {
  width: 73px;
}
@media screen and (max-width: 768px) {
  main .section2__bottom__left img {
    width: 60px;
  }
}
main .section2__bottom__left h3 {
  color: #fff;
  margin: 20px 0 12px;
}
main .section2__bottom__left h4 {
  color: #fff;
  font-family: "Plus Jakarta Sans", sans-serif;
}
main .section2__bottom__left ul {
  list-style: none;
  margin: 30px 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
main .section2__bottom__left ul li {
  position: relative;
  padding-left: 7px;
}
main .section2__bottom__left ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: block;
  background-color: #fff;
  width: 3px;
  height: 3px;
  border-radius: 50%;
}
main .section2__bottom__right {
  max-width: 732px;
}
main .section2__bottom__right img {
  width: 100%;
  border-radius: 15px;
}
main .section2__bottom__right__bottom {
  margin-top: 23px;
  display: flex;
  justify-content: space-between;
  gap: 27px;
}
@media screen and (max-width: 1024px) {
  main .section2__bottom__right__bottom {
    flex-direction: column;
    gap: 15px;
  }
}
main .section2__bottom__right__bottom h3 {
  min-width: 160px;
}
@media screen and (max-width: 1024px) {
  main .section2__bottom__right__bottom h3 {
    min-width: 100%;
  }
}
main .section2__bottom__right__bottom__bottom {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  main .section2__bottom__right__bottom__bottom {
    gap: 20px;
  }
}
main .section2__bottom__right__bottom__bottom__right {
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  main .section2__bottom__right__bottom__bottom__right {
    flex-direction: column;
    align-items: center;
    gap: 0;
  }
}
main .section2__bottom__right__bottom__bottom__right img {
  width: 60px;
  height: 70px;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  main .section2__bottom__right__bottom__bottom__right img {
    width: 47px;
    height: 55px;
  }
}
main .section2__bottom__right__bottom__bottom__right a {
  margin-top: 10px;
}
main .section2__bottom__right__bottom__bottom__right a img {
  width: 41px;
  height: 41px;
  transform: rotate(-45deg);
}
@media screen and (max-width: 768px) {
  main .section2__bottom__right__bottom__bottom__right a img {
    width: 30px;
    height: 30px;
  }
}
main .section4 {
  position: relative;
  padding-top: 175px;
  padding-bottom: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 1024px) {
  main .section4 {
    padding-top: 143px;
    flex-direction: column;
    align-items: start;
    gap: 54px;
  }
}
main .section4::before {
  content: "";
  z-index: -1;
  position: absolute;
  left: 0;
  transform: translateX(-150px);
  width: 407px;
  height: 474px;
  background-color: rgba(27, 40, 136, 0.1);
}
@media screen and (max-width: 1024px) {
  main .section4::before {
    height: 286px;
  }
}
@media screen and (max-width: 1024px) {
  main .section4__left {
    margin-top: 18px;
  }
}
main .section4__left img {
  width: 568px;
  border-radius: 25px;
}
@media screen and (max-width: 1024px) {
  main .section4__left img {
    width: 100%;
    max-width: 342px;
  }
}
main .section4__right {
  max-width: 425px;
  height: 382px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 30px;
  background-image: url("../images/house.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 370px;
}
@media screen and (max-width: 1024px) {
  main .section4__right {
    max-width: 100%;
    height: 297px;
    background-size: 288px;
  }
}
main .section4__right h2 {
  color: #1B2888;
}
main .section5 {
  margin-bottom: 253px;
  background-color: rgba(27, 40, 136, 0.1);
  padding: 50px 0;
}
@media screen and (min-width: 1024px) {
  main .section5 {
    background-image: url("../images/house-purple.svg");
    background-repeat: no-repeat;
    background-position: 44% center;
    background-size: 224px;
  }
}
@media screen and (max-width: 1220px) {
  main .section5 {
    margin-bottom: 463px;
    padding: 50px 0 220px;
  }
}
@media screen and (max-width: 768px) {
  main .section5 {
    margin-bottom: 474px;
  }
}
main .section5__container {
  position: relative;
  display: flex;
}
@media screen and (max-width: 1220px) {
  main .section5__container {
    padding-right: 35px;
  }
}
main .section5__container__left {
  position: relative;
  width: 361px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (max-width: 1220px) {
  main .section5__container__left {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  main .section5__container__left {
    gap: 20px;
  }
}
main .section5__container__left__between {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 1220px) {
  main .section5__container__left .btn {
    position: absolute;
    top: 680px;
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  main .section5__container__left .btn {
    top: 640px;
  }
}
main .section5__container__right {
  width: 90%;
  max-width: 805px;
  position: absolute;
  top: 0;
  right: 0;
  overflow-x: scroll;
  overflow-y: hidden;
}
@media screen and (max-width: 1220px) {
  main .section5__container__right {
    top: 156px;
  }
}
@media screen and (max-width: 768px) {
  main .section5__container__right {
    right: auto;
    top: 93px;
    padding: 35px 0;
  }
}
main .section5__container__right::-webkit-scrollbar {
  display: none;
}
main .section5__container__right__content {
  padding-bottom: 10px;
  width: max-content;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  gap: 35px;
}

/*# sourceMappingURL=home.css.map */
