.card-benefit {
  color: white;
  display: flex;
  align-items: flex-start;
  transition: 0.4s ease;
}
.card-benefit__image-container {
  position: relative;
  width: 100%;
  display: inline-block;
  max-width: 3.125vw;
}
@media screen and (max-width: 1199px) {
  .card-benefit__image-container {
    max-width: 5.0041701418vw;
  }
}
@media screen and (max-width: 767px) {
  .card-benefit__image-container {
    max-width: 7.8226857888vw;
  }
}
@media screen and (max-width: 480px) {
  .card-benefit__image-container {
    max-width: 12.5vw;
  }
}
.card-benefit__image-container:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.card-benefit__image-container .ratio-item {
  -o-object-fit: contain;
     object-fit: contain;
}
.card-benefit__info-container {
  flex: 1;
  margin-left: 24px;
}
.card-benefit__title {
  font-size: 20px;
  letter-spacing: 1.5px;
  font-weight: 300;
  text-transform: uppercase;
}
@media only screen and (max-width: 1399.98px) {
  .card-benefit__title {
    font-size: 18px;
  }
}
.card-benefit__info {
  font-size: 16px;
  line-height: 1.5;
}
@media only screen and (max-width: 1399.98px) {
  .card-benefit__info {
    font-size: 14px;
  }
}

.benefit {
  position: relative;
  padding: 7.2916666667vw 0vw;
  background-color: #222020;
}
@media screen and (max-width: 1199px) {
  .benefit {
    padding: 11.6763969975vw 0vw;
  }
}
@media screen and (max-width: 767px) {
  .benefit {
    padding: 7.8226857888vw 0vw;
  }
}
@media screen and (max-width: 480px) {
  .benefit {
    padding: 12.5vw 0vw;
  }
}
.benefit__header {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}
@media only screen and (max-width: 991.98px) {
  .benefit__header {
    max-width: 95%;
  }
}
@media only screen and (max-width: 767.98px) {
  .benefit__header {
    max-width: 100%;
    flex-direction: column;
  }
}
.benefit__title {
  width: 30%;
}
@media only screen and (max-width: 767.98px) {
  .benefit__title {
    max-width: 100%;
    margin-bottom: 16px;
  }
}
.benefit__info {
  flex: 1;
  padding-left: 64px;
}
@media only screen and (max-width: 767.98px) {
  .benefit__info {
    padding-left: 0px;
  }
}
.benefit__listing {
  margin-top: 5.2083333333vw;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 64px;
}
@media screen and (max-width: 1199px) {
  .benefit__listing {
    margin-top: 8.3402835696vw;
  }
}
@media screen and (max-width: 767px) {
  .benefit__listing {
    margin-top: 13.037809648vw;
  }
}
@media screen and (max-width: 480px) {
  .benefit__listing {
    margin-top: 20.8333333333vw;
  }
}
@media only screen and (max-width: 1199.98px) {
  .benefit__listing {
    grid-template-columns: repeat(2, 1fr);
    gap: 42px;
  }
}
@media only screen and (max-width: 767.98px) {
  .benefit__listing {
    grid-template-columns: repeat(1, 1fr);
    gap: 22px;
  }
}

.projects-group {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 80px;
  gap: 42px;
}
@media only screen and (max-width: 1399.98px) {
  .projects-group {
    gap: 32px;
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 767.98px) {
  .projects-group {
    flex-direction: column;
    margin-bottom: 30px;
  }
}
.projects-group .swiper-button-prev,
.projects-group .swiper-button-next {
  top: 42%;
  width: 50px;
  height: 50px;
  background-color: white;
  border-radius: 100%;
}
.projects-group .swiper-button-prev:after,
.projects-group .swiper-button-next:after {
  top: 1px;
  position: relative;
  font-size: 18px;
  color: #161616;
}
.projects-group .swiper-button-next:after {
  right: -2px;
}
.projects-group .swiper-button-prev:after {
  left: -2px;
}
.projects-group:nth-child(even) .projects-group__info-container {
  order: 2;
}
@media only screen and (max-width: 767.98px) {
  .projects-group:nth-child(even) .projects-group__info-container {
    order: 1;
  }
}
.projects-group:nth-child(even) .projects-group__slider-container {
  order: 1;
}
@media only screen and (max-width: 767.98px) {
  .projects-group:nth-child(even) .projects-group__slider-container {
    order: 2;
  }
}
.projects-group__info-container {
  width: 30%;
  font-size: 24px;
  padding: 32px;
  background-color: #af925e;
  color: white;
  border-radius: 4px;
  display: flex;
  align-items: center;
  order: 1;
}
@media only screen and (max-width: 1399.98px) {
  .projects-group__info-container {
    font-size: 18px;
    padding: 18px;
  }
}
@media only screen and (max-width: 767.98px) {
  .projects-group__info-container {
    width: 100%;
  }
}
.projects-group__slider-container {
  flex: 1;
  width: 50%;
  order: 2;
}
@media only screen and (max-width: 767.98px) {
  .projects-group__slider-container {
    width: 100%;
  }
}

.card-project {
  position: relative;
  transition: 0.4s ease;
  height: 100%;
}
.card-project__image-container {
  position: relative;
  width: 100%;
  display: block;
}
.card-project__image-container:before {
  content: "";
  display: block;
  padding-top: 116.6666666667%;
}
.card-project__image-container .ratio-item {
  -o-object-fit: cover;
     object-fit: cover;
}
.card-project__image-container {
  overflow: hidden;
}
.card-project__image {
  transition: 1s ease;
}
.card-project__info-container {
  padding: 16px;
  position: absolute;
  bottom: 16px;
  left: 0px;
  right: 0px;
  background-color: white;
  opacity: 0.7;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
@media only screen and (max-width: 1399.98px) {
  .card-project__info-container {
    padding: 10px;
  }
}
.card-project__title {
  position: relative;
  margin: 0px;
  font-size: 20px;
  letter-spacing: 1.5px;
  font-weight: 300;
  text-transform: uppercase;
  z-index: 1;
  color: #000;
}
@media only screen and (max-width: 1399.98px) {
  .card-project__title {
    font-size: 18px;
  }
}
.card-project:hover .card-project__image {
  transform: scale(1.1);
}

.projects {
  position: relative;
  padding: 7.2916666667vw 0vw;
  background-color: #E2DED2;
}
@media screen and (max-width: 1199px) {
  .projects {
    padding: 11.6763969975vw 0vw;
  }
}
@media screen and (max-width: 767px) {
  .projects {
    padding: 7.8226857888vw 0vw;
  }
}
@media screen and (max-width: 480px) {
  .projects {
    padding: 12.5vw 0vw;
  }
}
.projects__header {
  text-align: center;
  margin-bottom: 80px;
}
@media only screen and (max-width: 991.98px) {
  .projects__header {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 767.98px) {
  .projects__header {
    margin-bottom: 30px;
  }
}
.subscribe {
  padding: 7.2916666667vw 0vw;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .subscribe {
    padding: 11.6763969975vw 0vw;
  }
}
@media screen and (max-width: 767px) {
  .subscribe {
    padding: 7.8226857888vw 0vw;
  }
}
@media screen and (max-width: 480px) {
  .subscribe {
    padding: 12.5vw 0vw;
  }
}
.subscribe::before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.8705882353);
  z-index: 1;
}
.subscribe__bg {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.subscribe__container {
  position: relative;
  z-index: 2;
}
.subscribe__inner {
  max-width: 80%;
  margin: 0 auto;
  text-align: center;
  color: white;
}
@media only screen and (max-width: 767.98px) {
  .subscribe__inner {
    max-width: 100%;
  }
}
.subscribe__subtitle {
  font-size: 20px;
  font-style: italic;
}
@media only screen and (max-width: 1399.98px) {
  .subscribe__subtitle {
    font-size: 16px;
  }
}
.subscribe__title {
  margin-bottom: 24px;
  font-size: 50px;
  text-transform: uppercase;
  font-weight: 300;
}
@media only screen and (max-width: 1399.98px) {
  .subscribe__title {
    margin-bottom: 20px;
    font-size: 37px;
  }
}
@media only screen and (max-width: 767.98px) {
  .subscribe__title {
    font-size: 27px;
  }
}
.subscribe__form {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 100px;
  max-width: 50%;
  margin: 0 auto;
}
.subscribe__form .wpcf7-spinner {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
}
.subscribe__form .wpcf7-not-valid-tip {
  position: absolute;
  left: 0px;
  bottom: -20px;
  font-size: 14px;
}
@media only screen and (max-width: 767.98px) {
  .subscribe__form {
    max-width: 100%;
  }
}
.subscribe__input {
  width: 100%;
  padding: 16px 20px;
  border: 0px;
  border-radius: 0px;
}
.subscribe__input:focus {
  border: 0px;
  outline: none;
}
@media only screen and (max-width: 1399.98px) {
  .subscribe__input {
    padding: 12px 20px;
  }
}
.subscribe__button {
  border: 0px;
  outline: none;
  padding: 16px 20px;
  background-color: black;
  transition: 0.4s ease;
  color: white;
}
.subscribe__button:hover, .subscribe__button:focus {
  background-color: #9d8354;
  color: white;
}
.subscribe__button path {
  fill: white;
}
@media only screen and (max-width: 1399.98px) {
  .subscribe__button {
    padding: 12px 20px;
  }
}

.banner {
  position: relative;
}
.banner__image-container {
  position: relative;
  width: 100%;
  display: block;
}
.banner__image-container:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.banner__image-container .ratio-item {
  -o-object-fit: cover;
     object-fit: cover;
}
.banner .swiper-button-prev, .banner .swiper-button-next {
  top: 45%;
  color: white;
}
.banner .swiper-pagination-fraction {
  display: none;
}
.banner .swiper-button-next {
  right: 4%;
}
@media only screen and (max-width: 1399.98px) {
  .banner .swiper-button-next {
    right: 3%;
  }
}
.banner .swiper-button-prev {
  left: 4%;
}
@media only screen and (max-width: 1399.98px) {
  .banner .swiper-button-prev {
    left: 3%;
  }
}
.banner__image-container {
  height: 100vh;
}
.banner__image-container::after {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  content: "";
  background-color: rgba(0, 0, 0, 0.4);
}
.banner__info-container {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 200;
  color: #fff;
}
@media only screen and (max-width: 767.98px) {
  .banner__info-container {
    width: 90%;
    margin: 0 auto;
  }
}
.banner__content {
  max-width: 50%;
  padding-left: 100px;
}
@media only screen and (max-width: 991.98px) {
  .banner__content {
    max-width: 100%;
    padding-left: 0px;
  }
}
.banner__subtitle {
  margin-bottom: 0px;
  font-size: 24px;
  font-weight: 500;
  text-transform: capitalize;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
@media only screen and (max-width: 1399.98px) {
  .banner__subtitle {
    font-size: 18px;
  }
}
.banner__title {
  font-size: 60px;
  font-weight: 500;
  margin-bottom: 20px;
  text-transform: capitalize;
}
@media only screen and (max-width: 1399.98px) {
  .banner__title {
    font-size: 42px;
  }
}
.banner__description {
  margin-bottom: 24px;
  font-size: 20px;
}
@media only screen and (max-width: 1399.98px) {
  .banner__description {
    font-size: 16px;
  }
}
.banner__pagination {
  position: absolute;
  bottom: 50px;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  color: white;
}
.banner__pagination-inner {
  position: relative;
  text-align: left;
}
.banner__pagination-inner .swiper-pagination {
  text-align: left;
  font-size: 24px;
}
.banner__pagination-inner .autoplay-progress {
  position: absolute;
  right: 0px;
  bottom: 16px;
  z-index: 10;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: white;
  display: none;
}
.banner__pagination-inner .autoplay-progress svg {
  --progress: 0;
  position: absolute;
  left: 0;
  top: 0px;
  z-index: 10;
  width: 100%;
  height: 100%;
  stroke-width: 4px;
  stroke: white;
  fill: none;
  stroke-dashoffset: calc(125.6px * (1 - var(--progress)));
  stroke-dasharray: 125.6;
  transform: rotate(-90deg);
}
@media only screen and (max-width: 991.98px) {
  .banner__navigation-container {
    position: absolute;
    bottom: 32px;
    left: 6%;
    width: 150px;
    height: 50px;
    background-color: red;
  }
}

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