.home-new {
  overflow: hidden;
}

.home-new * {
  font-family: Asap, sans-serif;
  color: #0d3b5e;
}

.color-white {
  color: #fff;
}

.bg-white {
  background-color: #fff;
}

.home-new .section {
  padding: 80px 0;
}

.home-new .heading,
.home-new .heading * {
  color: #16619c;
  font-family: Nunito, serif;
  font-weight: 800;
  letter-spacing: 0;
}

.home-new .h1,
.home-new .h2 {
  font-size: 48px;
}

.heading--underlined {
  position: relative;
  display: inline-block;
}
.heading--underlined:after {
  content: '';
  display: block;
  width: 100%;
  height: 4px;
  background-color: #16619c;
  position: absolute;
  bottom: -10px;
}

.home-new  .section--intro {
  padding: 160px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-row {
  display: flex;
  justify-content: space-between;
}

.home-col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 30px;
  width: 45%;
}

.section--intro .home-col:first-child {
  max-width: 570px;
  position: relative;
}

/*TODO: (optimization) consider replace single home-bg-...png images with sprite with all images*/
.section--intro .home-col:first-child:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 135px;
  height: 115px;
  background: url('../../_dev/img/home-bg-butterfly.png') no-repeat;
  background-size: cover;
  z-index: -1;
}

.home-new .intro__img {
  position: relative;
  padding-right: 20px;
}
.home-new .intro__img:before,
.home-new .intro__img:after {
  content: '';
  display: block;
  position: absolute;
}
.home-new .intro__img:before {
  background: url('../../_dev/img/home-bg-seagull.png') no-repeat;
  width: 140px;
  height: 116px;
  top: -20px;
  right: -67px;
  background-size: cover;
}
.home-new .intro__img:after {
  width: 260px;
  height: 375px;
  background: url('../../_dev/img/home-bg-squirrel.png') no-repeat;
  bottom: 20px;
  right: -100px;
  background-size: cover;
}

.section--intro .heading--underlined:after {
  max-width: 420px;
}

.section.section--who-for .home-col:first-child {
  position: relative;
  padding-left: 50px;
  width: 50%;
}
.section.section--who-for .home-col:first-child:before {
  content: '';
  display: block;
  position: absolute;
  top: -120px;
  left: -110px;
  width: 340px;
  height: 600px;
  background: url('../../_dev/img/home-bg-palm.png') no-repeat;
  background-size: cover;
  z-index: 0;
}

.section.section--who-for .home-col:nth-child(2) {
  position: relative;
  padding-left: 100px;
  width: 50%;
}
.section.section--who-for .home-col:nth-child(2):before {
  content: '';
  display: block;
  position: absolute;
  top: -30px;
  right: 15px;
  width: 151px;
  height: 90px;
  background: url('../../_dev/img/home-bg-ufo.png') no-repeat;
  background-size: cover;
  z-index: 0;
}
.section.section--who-for .home-col:nth-child(2):after {
  content: '';
  display: block;
  position: absolute;
  bottom: -10px;
  right: 0;
  width: 253px;
  height: 200px;
  background: url('../../_dev/img/home-bg-seal.png') no-repeat;
  background-size: cover;
  z-index: 0;
  transform: scale(-1, 1);
}

.section.section--who-for img {
  z-index: 1;
}

.who-for-list {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
  padding-left: 8px;
}

.who-for-list li {
  display: flex;
  align-items: center;
  gap: 20px;
}

.who-for-list li:before {
  content: '';
  display: block;
  width: 25px;
  height: 25px;
  background: url('../../_dev/img/home-icon-check.png') no-repeat center;
  background-size: cover;
}

.section.section--features {
  text-align: center;
  background-color: #ececec;
}

.features__row {
  padding: 60px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: -20px;
  margin-right: -20px;
}

.features__col  {
  max-width: 20%;
}
.features__col:last-child {
  border-right: none;
}

.features__col img {
  max-width: 150px;
}

.features__col-separator {
  height: 260px;
  width: 2px;
  background-color: #d0d0d0;
  transform: translateY(50px);
}

.features__btn {
  margin: 40px auto 0;
}

.section--feedback {
  max-height: 800px;
  overflow: hidden;
  background: url("../../_dev/img/home-bg-feedbacks.jpg") no-repeat center;
  background-size: cover;
}

.section--feedback .carousel__slide {
  position: relative;
  height: 100%;
  padding: 200px 0 280px;
  overflow: hidden;
}

.section--feedback .carousel__slide .container {
}

.section--feedback .sliderNav {
  display: none;
}

.section--feedback .sliderDots {
  width: 100%;
  max-width: 1280px;
  padding: 0 15px;
  position: absolute;
  left: 50%;
  bottom: 24%;
  transform: translateX(-50%);
  display: flex;
  justify-content: flex-start;
}

.section--feedback .btn.sliderDotsItem {
  background-color: #0d3b5e;
  border: 3px solid transparent;
  transition: 0.5s ease;
}
.section--feedback .btn.sliderDotsItem.active {
  background-color: transparent;
  border-color: #0d3b5e;
}

.section--feedback .slide-txt {
  font-family: Nunito, serif;
  font-size: 32px;
  font-weight: 800;
  color: white;
  letter-spacing: 0;
}

.section--feedback .slide-txt:before {
  content: '';
  position: absolute;
  left: 15px;
  top: -100px;
  height: 64px;
  width: 85px;
  background: url("../../_dev/img/home-icon-quotes.png") no-repeat;
}

/*TODO: refactor - move to the shared styles (this block is present on multiple pages)*/
.section--bottom {
  position: relative;
  background-color: #66ccff;
  padding: 80px 0;
  z-index: 9;
  margin-bottom: 100px;
}

.section--bottom .heading {
  color: #fff;
  margin-bottom: 60px;
}

.section--bottom .container {
  position: relative;
}

.section--bottom .container:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -146px;
  right: 0;
  width: 440px;
  height: 363px;
  background: url('../../_dev/img/home-bg-team.png') no-repeat;
  background-size: cover;
}

@media screen and (max-width: 1024px) {
  .home-new .intro__img:before {
    width: 121px;
    height: 95px;
    top: -45px;
    right: -18px;
  }
  .home-new .intro__img:after {
    height: 274px;
    width: 200px;
    right: -22px;
    bottom: -30px;
  }

  .section.section--who-for .home-col:nth-child(2) {
    padding-left: 20px;
  }

  .features__col {
    max-width: 49%;
    padding: 8px;
  }

  .features__col-separator {
    display: none;
  }

  .section--feedback .carousel__slide {
    padding: 130px 0 200px;
  }

  .section--feedback .slide-txt {
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  }
}

@media screen and (max-width: 900px) {
  .home-new .h1, .home-new .h2 {
    font-size: 32px;
  }

  .home-row {
    flex-direction: column-reverse;
    gap: 20px;
  }

  .home-col {
    width: 100%;
    gap: 20px;
    align-items: center;
  }

  .section .home-col img {
    max-width: 480px;
  }

  .home-new .section {
    padding: 60px 0;
  }

  .home-new .section--intro {
    padding: 130px 0 100px;
  }

  .section--intro .home-col:first-child {
    max-width: unset;
    padding-top: 35px;
    text-align: center;
  }
  .section--intro .heading--underlined:after {
    max-width: 100%;
  }

  .section--intro .home-col:first-child:after {
    display: none;
  }

  .home-new .intro__img:before {
    height: 73px;
    width: 90px;
    right: -10px;
    top: -30px;
  }

  .home-new .intro__img:after {
    height: 187px;
    width: 126px;
    right: 0;
  }

  .section.section--who-for {
    padding: 40px 0 110px;
  }

  .who-for-list {
    padding-left: 0;
  }

  .section.section--who-for .home-col:first-child {
    width: 100%;
    order: 2;
    padding-bottom: 20px;
    padding-left: 30px;
  }

  .section.section--who-for .home-col:nth-child(2) {
    width: 100%;
    order: 1;
    padding-left: 0;
  }

  .section.section--who-for .home-col:nth-child(2):before {
    width: 110px;
    height: 63px;
  }

  .section.section--who-for .home-col:nth-child(2):after {
    width: 140px;
    height: 110px;
  }

  .who-for-list {
    gap: 10px;
  }

  .section.section--features {
    padding: 0 0 40px;
  }

  .features__row {
    flex-wrap: wrap;
    margin: 0;
    gap: 8px;
    padding: 40px 0 0;
  }

  .features__col {
    max-width: calc(50% - 8px);
  }

  .features__btn {
    margin: 15px auto 0;
  }

  .section--feedback .carousel__slide {
    padding: 0;
    display: flex;
    align-items: center;
    min-height: 600px;
  }

  .section--feedback .sliderDots {
    bottom: 90px;
  }

  .section--feedback .slide-txt {
    font-size: 24px;
    line-height: 1.2;
  }

  .section--feedback .slide-txt:before {
    top: -100px;
  }

  section.section.section--bottom {
    margin-bottom: 40px;
    padding: 0 0 180px;
  }

  .section--bottom .heading {
    margin-bottom: 20px;
  }

  .section--bottom .container:after {
    width: 250px;
    height: 200px;
    bottom: -210px;
  }
}

@media screen and (max-width: 500px) {
  .section--intro .home-col:first-child {
    text-align: left;
  }

  .section--intro .heading--underlined:after {
    max-width: 300px;
  }

  .home-col {
    align-items: flex-start;
  }

  .section .home-col img {
    max-width: 100%;
  }

  .home-new .intro__img:before {
    height: 73px;
    width: 90px;
    right: -10px;
    top: -30px;
  }

  .home-new .intro__img:after {
    height: 187px;
    width: 126px;
    right: -14px;
    bottom: -15px;
  }

  .section.section--who-for .home-col:first-child:before {
    top: -75px;
    left: -90px;
    width: 215px;
    height: 360px;
  }
}

@media screen and (max-width: 375px) {
  .features__col img {
    max-width: 120px;
  }
}