body {
  min-height: 100%;
  margin: 0;
  font-family: 'Poppins', sans-serif;
}

section {
  padding-left: calc(6.5% + 35px);
}

.wrapper {
  max-width: 1920px;
  margin: auto;
  position: relative;
  padding-top: 100px;
}

.home__intro-section {
  background-color: #5031A9;
  margin: auto;
  padding: 0 6.5% 100px 0;
}

.home__intro-content {
  max-width: 1680px;
  margin: auto;
  color: #FEFDFE;
  padding-top: 5vh;
  height: calc(95vh - 200px);
  min-height: 580px;
  max-height: 610px;
  position: relative;
  background: url("../images/home/intro.svg") no-repeat;
  background-size: contain;
  background-position: right bottom;
  padding-left: 270px;
}

.home__intro-info-block {
  margin-left: 14%;
  padding-top: 5%;
  width: 50%;
  max-width: 650px;
}

.home__intro-title {
  font-family: Taviraj;
  font-style: normal;
  font-weight: 800;
  font-size: 5em;
  line-height: 90px;
  margin-top: 0;
  max-width: 500px;
}

.home__intro-info {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 36px;
  max-width: 570px;
  margin-bottom: 50px;
}

.home__intro-contact-button {
  padding: 20px 60px;
  background: #F14B59;
  color: #FEFDFE;
  font-family: Poppins;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase;
  cursor: pointer;
  border: none;
}

.home__sink-or-swim-image {
  width: 50%;
  max-width: 850px;
}

.home__sink-or-swim-title {
  font-size: 80px;
  line-height: 90px;
  color: #181C22;
  font-family: Taviraj;
}

.home__sink-or-swim-text {
  font-size: 22px;
  line-height: 36px;
  color: #4A4D51;
  font-family: Poppins;
}

.home__sink-or-swim-learn-more {
  font-size: 20px;
  line-height: 30px;
  color: #181C22;
  font-family: Poppins;
  border-bottom: 4px solid #146D56;
  text-decoration: none;
  position: absolute;
  left: 0;
  bottom: 100px;
}

.home__info-section {
  display: flex;
  justify-content: flex-end;
}

.home__sink-or-swim-text-block {
  max-width: 600px;
  padding-right: 30px;
  position: relative;
}

.home__last-section-contact-button {
  padding: 20px 60px;
  background: #F14B59;
  color: #FEFDFE;
  font-family: Poppins;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase;
  cursor: pointer;
  border: none;
  margin-top: 80px;
}

.modal-contact-button:hover {
  background-color: #181C22;
}

.home__info-section-1 {
  position: relative;
}

.home__sink-or-swim-image-cup {
  position: absolute;
  top: 14%;
  right: 33%;
  width: 13%;
}

@media screen and (max-width: 1400px) {
  .home__intro-title, .home__sink-or-swim-title {
    font-size: 4vw;
    line-height: 5vw;
  }

  .home__intro-info, .home__sink-or-swim-text {
    font-size: 1.5vw;
    line-height: 2.5vw;
  }

  .home__sink-or-swim-learn-more {
    font-size: 2vw;
    bottom: 6vw;
  }

  .modal-contact-button {
    font-size: 2vw;
    padding: 1vw 8vw;
  }
}

@media screen and (max-width: 1350px) {
   .home__intro-info {
    max-width: 40%;
   }
}

@media screen and (max-width: 1150px) {
  .home__intro-section {
    padding-right: 0;
    padding-bottom: 0;
  }

  .home__intro-content {
    background-size: 75%;    
  }

  .home__intro-title {
    max-width: 489px;
  }
}

@media screen and (max-width: 1000px) {
  .home__intro-content {
    background-size: 77%;
  }

  .home__intro-title {
    max-width: 310px;
  }

  .home__intro-info {
    max-width: 30%;
   }
}

@media screen and (max-width: 800px) {
  .home__intro-content {
    background: url('../images/home/intro_mobile.svg') no-repeat;
    background-position: right bottom;
    background-size: 65%;
  }
  
  .home__intro-title {
    max-width: 500px;
  }

  .home__intro-info {
    max-width: 570px;
  }

  .home__sink-or-swim-image-cup, .home__sink-or-swim-image {
    display: none;
  }

  .home__sink-or-swim-learn-more {
    position: unset;
    border-bottom: 2px solid #F14B59;
  }

  .home__sink-or-swim-title, .home__sink-or-swim-text, .home__sink-or-swim-learn-more {
    color: #FEFDFE;
  }

  .home__info-section-4 .home__sink-or-swim-title, .home__info-section-4 .home__sink-or-swim-text, .home__info-section-4 .home__sink-or-swim-learn-more {
    color: #181C22;
  }

  .home__sink-or-swim-text-block {
    text-align: center;
    padding: 0;
  }

  .home__info-section {
    padding: 6.5% calc(5% + 40px);
  }

  .home__info-section-1 {
    background-color: #146D56;
  }

  .home__info-section-2 {
    background-color: #1E45AE;
  }

  .home__info-section-3 {
    background-color: #7E50D3;
  }

  .home__info-section-5 {
    background-color: #1E45AE;
  }

  .home__info-section-6 {
    background-color: #5031A9;
  }

  .home__info-section-7 {
    background-color: #146D56;
  }

  .home__intro-title, .home__sink-or-swim-title {
    font-size: 30px;
    line-height: 35px;
  }

  .home__intro-info, .home__sink-or-swim-text {
    font-size: 13px;
    line-height: 18px;
  }

  .home__sink-or-swim-learn-more {
    font-size: 15px;
  }

  .modal-contact-button {
    font-size: 15px;
    padding: 7px 60px;
    margin-top: 31px;
  }

  .home__intro-content {
    padding-left: 0 !important;
    text-align: center;
  }

  .home__intro-title, .home__intro-info{
    padding: 0 calc(6.5% + 40px);
  }

  .home__intro-info {
    margin-bottom: 14px;
  }
}
@media screen and (max-width: 576px) {
  .wrapper {
    padding-top: 60px;
  }

  .home__intro-content {
    background-size: 71%;
  }

  .home__intro-title {
    max-width: 500px;
  }

  .home__intro-info {
    max-width: 570px;
  }
}