html {
  scroll-behavior: smooth;
}

.services {
  padding-top: 100px;
}
.services__list.container-layout {
  padding-top: 100px;
  padding-bottom: 100px;
}
.services__list.container-layout .services-image__image-container {
  position: relative;
  width: 100%;
  display: block;
}
.services__list.container-layout .services-image__image-container:before {
  content: "";
  display: block;
  padding-top: 108.1967213115%;
}
.services__list.container-layout .services-image__image-container .ratio-item {
  -o-object-fit: cover;
     object-fit: cover;
}
.services__list.full-layout {
  position: relative;
  height: 1000px;
  margin-top: 100px;
  margin-bottom: 100px;
}
.services__list.full-layout .services-image {
  height: 100%;
}
.services__list.full-layout .services-image__image-container {
  position: relative;
  width: 100%;
  display: block;
}
.services__list.full-layout .services-image__image-container:before {
  content: "";
  display: block;
  padding-top: 52.0291363163%;
}
.services__list.full-layout .services-image__image-container .ratio-item {
  -o-object-fit: cover;
     object-fit: cover;
}
.services__list.full-layout .services-image__image-container {
  height: 100%;
}
.services__list.full-layout .services__list-text {
  width: 45%;
  position: absolute;
  left: 0;
  bottom: -1px;
  padding: 200px 150px;
  background-color: #fff;
}
.services__list.full-layout:nth-child(4) .services__list-text {
  left: auto;
  right: 0;
}
.services__list-text {
  padding-left: 8.333333334%;
}
.services__list-title {
  font-size: 2rem;
  margin-bottom: 30px;
}
@media screen and (max-width: 1600.98px) {
  .services__list-title {
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 1440.98px) {
  .services__list-title {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 1199.98px) {
  .services__list-title {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 320px) {
  .services__list-title {
    font-size: 1.375rem;
  }
}
.services__list-desc {
  font-size: 1.25rem;
  color: #707070;
}
@media screen and (max-width: 1349.98px) {
  .services__list-desc {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 1199.98px) {
  .services__list-desc {
    font-size: 1rem;
  }
}
@media (max-width: 1600.98px) {
  .services__list-desc {
    font-size: 16px;
  }
}
@media (max-width: 1536.98px) {
  .services__list.full-layout {
    height: 900px;
  }
  .services__list.full-layout .services__list-text {
    padding: 120px 100px;
  }
}
@media (max-width: 1349.98px) {
  .services__list.full-layout .services__list-text {
    width: 50%;
  }
}
@media (max-width: 1199.98px) {
  .services {
    padding-top: 50px;
  }
  .services__list.container-layout {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .services__list.full-layout {
    height: 800px;
  }
  .services__list-text {
    margin-top: 60px;
    padding-left: 12px;
  }
}
@media (max-width: 991.98px) {
  .services__list.full-layout {
    height: 750px;
    width: 100%;
  }
  .services__list.full-layout .services__list-text {
    padding: 50px;
  }
}
@media (max-width: 767.98px) {
  .services__list.full-layout {
    height: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .services__list.full-layout .services-image {
    height: 450px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .services__list.full-layout .services-image__image-container::before {
    content: none;
  }
  .services__list.full-layout .services-image__image-container .ratio-item {
    position: static;
  }
  .services__list.full-layout .services__list-text {
    width: 90%;
    position: relative;
    top: 250px;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 250px;
  }
  .services__list.full-layout:nth-child(4) .services__list-text {
    left: 50%;
    right: auto;
  }
}

.business-modal__title {
  font-size: 3rem;
  text-align: center;
  margin-bottom: 100px;
}
@media screen and (max-width: 1600.98px) {
  .business-modal__title {
    font-size: 2.8125rem;
  }
}
@media screen and (max-width: 1440.98px) {
  .business-modal__title {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 1199.98px) {
  .business-modal__title {
    font-size: 2rem;
  }
}
@media screen and (max-width: 320px) {
  .business-modal__title {
    font-size: 1.875rem;
  }
}
.business-modal__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.business-modal__text-holder {
  padding: 0 150px;
  flex: 0 0 50%;
}
.business-modal__image-wrapper {
  flex: 0 0 50%;
}
.business-modal__image {
  height: 100vh;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.business-modal__list {
  height: 100vh;
  scroll-snap-align: start;
}
.business-modal__list-title {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 1600.98px) {
  .business-modal__list-title {
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 1440.98px) {
  .business-modal__list-title {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 1199.98px) {
  .business-modal__list-title {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 320px) {
  .business-modal__list-title {
    font-size: 1.375rem;
  }
}
.business-modal__list-desc {
  font-size: 1.25rem;
  text-align: center;
  color: #707070;
}
@media screen and (max-width: 1349.98px) {
  .business-modal__list-desc {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 1199.98px) {
  .business-modal__list-desc {
    font-size: 1rem;
  }
}
@media (max-width: 1199.98px) {
  .business-modal__text-holder {
    padding: 0 80px;
  }
}
@media (max-width: 991.98px) {
  .business-modal__text-holder {
    padding: 0 50px;
  }
}
@media (max-width: 767.98px) {
  .business-modal {
    padding-top: 80px;
  }
  .business-modal__wrapper {
    display: block;
    margin-bottom: 60px;
  }
  .business-modal__text-holder {
    flex: 0 0 100%;
    margin-bottom: 30px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .business-modal__image-wrapper {
    flex: 0 0 100%;
    height: 450px;
  }
  .business-modal__image {
    height: 100%;
  }
}
@media (max-width: 575.98px) {
  .business-modal__title {
    margin-bottom: 40px;
  }
}

.project-timeline {
  position: relative;
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
}
.project-timeline__title {
  font-size: 3rem;
  text-align: center;
  margin-bottom: 100px;
}
@media screen and (max-width: 1600.98px) {
  .project-timeline__title {
    font-size: 2.8125rem;
  }
}
@media screen and (max-width: 1440.98px) {
  .project-timeline__title {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 1199.98px) {
  .project-timeline__title {
    font-size: 2rem;
  }
}
@media screen and (max-width: 320px) {
  .project-timeline__title {
    font-size: 1.875rem;
  }
}
.project-timeline .img-holder__image-container {
  position: relative;
  width: 100%;
  display: block;
}
.project-timeline .img-holder__image-container:before {
  content: "";
  display: block;
  padding-top: 37.3190685966%;
}
.project-timeline .img-holder__image-container .ratio-item {
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1199.98px) {
  .project-timeline {
    padding-bottom: 50px;
  }
}
@media (max-width: 767.98px) {
  .project-timeline {
    padding-top: 50px;
  }
}
@media (max-width: 575.98px) {
  .project-timeline .img-holder__image-container {
    position: relative;
    width: 100%;
    display: block;
  }
  .project-timeline .img-holder__image-container:before {
    content: "";
    display: block;
    padding-top: 300.5586592179%;
  }
  .project-timeline .img-holder__image-container .ratio-item {
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.partner {
  padding-top: 100px;
  padding-bottom: 50px;
  position: relative;
  background-color: #fff;
}
.partner__title {
  font-size: 3rem;
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 1600.98px) {
  .partner__title {
    font-size: 2.8125rem;
  }
}
@media screen and (max-width: 1440.98px) {
  .partner__title {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 1199.98px) {
  .partner__title {
    font-size: 2rem;
  }
}
@media screen and (max-width: 320px) {
  .partner__title {
    font-size: 1.875rem;
  }
}
.partner__image {
  margin-bottom: 80px;
  text-align: center;
}
.partner__image img {
  width: 100%;
  height: auto;
}
@media (max-width: 1199.98px) {
  .partner {
    padding-top: 50px;
    padding-bottom: 0px;
  }
}
@media (max-width: 991.98px) {
  .partner__image {
    margin-bottom: 50px;
  }
}

.order-now {
  overflow: hidden;
  position: relative;
  padding-top: 100px;
  padding-bottom: 200px;
  background-color: #fff;
}
.order-now-holder {
  position: relative;
}
.order-now-holder__image-container {
  position: relative;
  width: 100%;
  display: block;
}
.order-now-holder__image-container:before {
  content: "";
  display: block;
  padding-top: 33.9622641509%;
}
.order-now-holder__image-container .ratio-item {
  -o-object-fit: cover;
     object-fit: cover;
}
.order-now__overlay {
  background: linear-gradient(59.56deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.order-now__desc-holder {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 60%;
  padding: 100px;
}
.order-now__title {
  font-weight: 500;
  color: #fff;
  font-size: 3rem;
  margin-bottom: 10px;
}
@media screen and (max-width: 1600.98px) {
  .order-now__title {
    font-size: 2.8125rem;
  }
}
@media screen and (max-width: 1440.98px) {
  .order-now__title {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 1199.98px) {
  .order-now__title {
    font-size: 2rem;
  }
}
@media screen and (max-width: 320px) {
  .order-now__title {
    font-size: 1.875rem;
  }
}
.order-now__desc {
  font-size: 1.25rem;
  color: #fff;
  margin-bottom: 30px;
}
@media screen and (max-width: 1349.98px) {
  .order-now__desc {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 1199.98px) {
  .order-now__desc {
    font-size: 1rem;
  }
}
.order-now__image-container {
  height: 100%;
}
.order-now__btn {
  background-color: #fff;
}
@media (max-width: 1199.98px) {
  .order-now {
    padding-top: 50px;
    padding-bottom: 100px;
  }
  .order-now__desc-holder {
    width: 90%;
    padding: 50px 100px;
  }
}
@media (max-width: 991.98px) {
  .order-now-holder {
    height: 550px;
  }
  .order-now-holder__image-container {
    height: 100%;
  }
  .order-now__desc-holder {
    width: 100%;
    padding: 20px;
    top: auto;
    bottom: 50px;
    transform: none;
  }
}

/*# sourceMappingURL=product-services.css.map*/