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

html {

  font-size: 100%;
}



body {

  font-family: "Raleway";
}



.logo {

  height: calc(90px + 2vw);

  padding: 20px 0px;
}

.logo img {

  height: 100%;
}



.navbar {

  background-color: white;
}

.navbar .nav-item .nav-link {

  color: #000000;

  font-weight: bold;

  padding: .7rem 1rem;

  font-size: 1.6rem;
}

.navbar .btn-wrapper {

  display: flex;

  align-items: center;

  margin-left: 22px;
}

.navbar .btn-wrapper .btn-login {

  border-radius: 10px;

  background-color: #e25761;

  border: 0px solid #000000;

  font-size: 26px;

  font-weight: bold;

  text-decoration: none;

  padding: 5px 10px;

  color: white;


}



.navbar-toggler {

  height: 100%;
}



.banner {

  color: white;

  position: relative;
}

.banner .banner-background {

  position: absolute;

  background-image: url(../img/img1.jpg);

  top: 0;

  right: 0;

  left: 0;

  height: 100%;

  z-index: -1;

  background-size: cover;

  background-position-y: center;

  background-position-x: center;
}

.banner .banner-text-wrapper {

  padding-top: 8%;
}

.banner .btn-plans {

  border-radius: 10px;

  background-color: #e25761;

  border: 0px solid #000000;

  font-size: 29px;

  font-weight: bold;

  color: white;

  padding: 5px 50px;

  margin-bottom: 10%;

  text-decoration: none
}



.banner-title {

  font-size: calc(1.375rem + 2vw);

  font-weight: 700;

  line-height: 1;

  margin-bottom: 6%;

  color: #df3d65;
}



.banner-text {

  font-size: calc(.8rem + 0.5vw);

  margin-bottom: 8%;

  line-height: 1.7;
}



.gray-back {

  background-color: #f2f2f2;
}



.section {

  padding-top: 60px;

  padding-bottom: 60px;
}

.section .section-title {

  font-size: calc(1.6rem + 1.2vw);

  font-weight: 700;

  line-height: 1.2;

  margin-bottom: 6%;

  color: #df3d65;

  text-transform: uppercase;

  letter-spacing: 1.2;
}

.section .section-text {

  font-size: calc(1rem + 0.2vw);

  margin-bottom: 40px;

  letter-spacing: 1.1;

  line-height: 2;
}



.section1-background {

  position: absolute;

  background-image: url(../img/img2.png);

  top: 0;

  right: 0;

  left: 0;

  height: 100%;

  z-index: -1;

  background-size: cover;

  background-position-y: center;

  background-position-x: center;

  width: 90%;
}



.section2 .section-text {

  font-size: calc(1rem + 0.3vw);

  margin-bottom: 40px;
}

.section2 .section2-background {

  position: absolute;

  background-image: url(../img/img3.jpg);

  top: 0;

  right: 0;

  left: 12%;

  height: 100%;

  background-size: cover;

  background-position-y: center;

  background-position-x: center;
}


.signup-form label {
  margin-bottom: 7px;
}

.section3 {

  padding-bottom: 0;
}

.section3 .section-text {

  font-size: calc(1rem + 0.3vw);

  margin-bottom: 20px;
}

.section3 .section3-background {

  position: absolute;

  background-image: url(../img/img6.png);

  top: 0;

  right: 0;

  left: 0;

  height: 100%;

  background-size: cover;

  background-position-y: center;

  background-position-x: center;

  width: 90%;
}

.section3 .social-btns button {

  width: 170px;

  height: 60px;

  margin-right: 15px;

  background-size: cover;

  background-position: center;

  border: none;

  border-radius: 10px;
}

.section3 .social-btns .btn-app-store {

  background-image: url(../img/icon-app-store.png);
}

.section3 .social-btns .btn-google-play {

  background-image: url(../img/icon-google-play.png);
}



.section4 {

  padding-top: 90px;
}

.section4 .section-text {

  font-size: calc(1rem + 0.18vw);
}

.section4 .section4-background {

  position: absolute;

  background-image: url(../img/img5.jpg);

  top: 0;

  right: 0;

  left: 0;

  height: 100%;

  background-size: cover;

  background-position-y: center;

  background-position-x: center;

  width: 90%;
}



.footer {

  padding: 30px 0px;

  background-color: black;

  color: white;

  font-size: 20px;
}

.footer .container {

  display: flex;

  justify-content: space-between;

  align-items: center;
}

.footer .social-icon {

  display: inline-flex;

  padding: 10px;

  border-radius: 100%;

  background-color: white;

  color: black;

  width: 50px;

  height: 50px;

  align-items: center;

  justify-content: center;

  margin-left: 10px;

  font-size: 25px;
}



@media (max-width: 768px) {

  .section1-background {

    height: 90vw;

    position: static;

    width: 100%;

    margin-bottom: 30px;
  }



  .section2 .section2-background {

    height: 90vw;

    position: static;

    width: 100%;

    margin-bottom: 30px;
  }



  .section3 .section3-background {

    height: 90vw;

    position: static;

    width: 100%;

    margin-bottom: 30px;
  }



  .section4 .section4-background {

    height: 90vw;

    position: static;

    width: 100%;

    margin-bottom: 30px;
  }
}

.signup {

  background-color: #f2f2f2;

  padding: 60px 0px;

  font-family: sans-serif;
}

.signup .title {

  font-size: 35px;

  font-weight: bold;

  margin-bottom: 30px;
}

.signup .description {

  font-size: 24px;

  width: 100%;
}

.signup .memberships {

  display: flex;

  flex-direction: row;

  justify-content: space-between;

  margin-top: 40px;
}

.signup .memberships .membership-title {

  font-size: 27px;

  font-weight: bold;

  padding: 30px 0px;
}

.signup .memberships .membership-item {

  background-color: white;

  width: 100%;

  border: 1px solid lightgray;

  padding: 10px;

  flex: 1 1;

  margin: 20px 0px;

  cursor: pointer;
}

.signup .memberships .membership-item:hover {

  margin: 0px;

  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.71);

  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.71);

  z-index: 1;
}

.signup .memberships .spliter {

  border: 0.1px dashed #efefef;
}

.signup .memberships .price-wrapper {

  padding: 30px 0px;
}

.signup .memberships .price-wrapper img {

  width: 55%;
}

.signup .memberships .inner-item {

  padding: 10px 0px;

  border-bottom: 1px solid #efefef;

  text-align: center;
}

.signup .memberships .inner-item .inner-text {

  position: relative;

  display: inline-block;

  padding-left: 24px;
}

.signup .memberships .inner-item .inner-text::before {

  content: '';

  position: absolute;

  background-image: url(../img/check.png);

  width: 17px;

  height: 17px;

  z-index: 1;

  left: 1;

  top: 3;

  background-size: cover;
}

.signup .memberships .btn-order {

  margin: 30px 0px 60px;
}

.signup .memberships .btn-order .btn {

  border-radius: 0;

  padding: 10px 40px;
}

.signup .memberships .btn-order .btn:focus {

  box-shadow: none;
}



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