/* stylelint-disable  color-no-hex*/
/* stylelint-disable  color-no-hex*/
@import url("https://use.typekit.net/vwa1vxr.css");
h1, h2, h3, h4, h5, h6 {
  letter-spacing: 0;
  text-align: left;
  color: #212121;
}

h1 {
  font-size: 36px;
  font-weight: 900;
  line-height: 40px;
}

h2 {
  font-size: 30px;
  font-weight: 700;
  line-height: 32px;
}

h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
}

h4 {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

body {
  font-family: sofia-pro, sans-serif;
  color: #212121;
  margin: 0;
}

header {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

a {
  text-decoration: none;
  color: #212121;
  cursor: pointer;
}

.section__page-title {
  padding-bottom: 3rem;
}

.section__page-title h1 {
  font-size: 48px;
}

.container {
  max-width: 1200px;
  margin: auto;
  padding-left: 4rem;
  padding-right: 4rem;
}

.virtuagym-logo > img {
  max-width: 140px;
  padding-top: 0.5rem;
}

.row-flex {
  display: flex;
  flex-wrap: wrap;
}

.row-flex .col {
  flex: 1;
  position: relative;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  margin-right: 2rem;
  border-radius: 32px;
  height: auto;
}

.row-flex .col:last-child {
  margin-right: 0;
}

.justify-content-between {
  justify-content: space-between;
}

.align-items-center {
  align-items: center;
}

.service {
  overflow: hidden;
}

.service h1 {
  font-weight: 700;
  font-size: 22px;
}

.service:hover {
  box-shadow: 0px 4px 16px 0px rgba(33, 33, 33, 0.0784313725);
  transform: scale(1.1);
}

.service__fitness:hover {
  background: #FFE0D7;
}

.service__corporate:hover {
  background: #D6EBFD;
}

.service__personal:hover {
  background: #E7E2EF;
}

.service {
  transition: 0.3s;
}

.service__img {
  height: 400px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: auto;
}

.service img {
  transition: 0.3s;
}

.service .service__img {
  transition: 0.3s;
}

.service:hover img {
  transform: scale(1.05);
}

.service:hover .service__img {
  transform: scale(1.05);
}

.row-flex.services-row {
  /*account for hover effect of cards*/
  margin-bottom: 6rem;
}

.col__title {
  padding: 3.2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.bg__orange {
  background: #FBE9E7;
}

.bg__blue {
  background: #E3F2FD;
}

.bg__purple {
  background: #EDE7F6;
}

.color__orange {
  color: #FF7043;
}

.color__blue {
  color: #42A5F5;
}

.color__purple {
  color: #7E57C2;
}

.eyebrow {
  font-size: 16px;
  font-weight: bold;
  padding-top: 2rem;
}

.available-on {
  color: #9E9E9E;
  font-weight: 700;
  display: flex;
  font-size: 15px;
  justify-content: left;
}

.available-on__text {
  padding-right: 0.4rem;
}

.available-on svg {
  margin-left: 0.4rem;
}

.login-link {
  border: 1px solid #E0E0E0;
  border-radius: 26px;
  padding: 0.6rem 1rem;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  position: relative;
  transition: 0.3s;
}

.login-link__overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  border-radius: 26px;
  padding: 0;
  background: none;
  top: 0;
  left: 0;
  transition: 0.3s;
}

.login-link:hover {
  border: 1px solid #BDBDBD;
}

.login-link:hover > .login-link__overlay {
  background: white;
  opacity: 0.16;
}

.login-link__text {
  display: flex;
  align-items: center;
  color: #42A5F5;
}

.login-link__text svg {
  padding-right: 0.4rem;
}

@media screen and (max-width: 1024px) {
  .section__page-title h1 {
    font-size: 22px;
  }
  .section__page-title {
    padding-bottom: 2rem;
  }
  .container {
    max-width: none;
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .row-flex.services-row {
    justify-content: center;
  }
  .row-flex .col {
    height: auto;
    width: 100%;
    margin-bottom: 1rem;
    margin-top: 1rem;
    flex: 0 0 auto;
    max-width: 320px;
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .row-flex .col:last-child {
    margin-right: 1rem;
  }
}
@media screen and (max-width: 600px) {
  .container {
    margin: auto;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .section__page-title {
    padding-bottom: 1rem;
  }
  .col__title {
    padding: 2rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

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