﻿.custom-container {
  margin-top: -32px;
  margin-left: -70px;
  margin-right: -25px;
}

.logged {
  margin-left: -10px;
}

.bgimg {
  width: 100%;
}

.bg-text {
  color: #00e6fe;
  font-size: 3.5vw;
  width: 50%;
  margin-top: -33%;
  margin-left: 5%;
  line-height: 1.3;
}

.bg-text-sm {
  color: #edeef1;
  margin-left: 5%;
  width: 44%;
  margin-top: 23px;
  font-size: 1.8vw;
}

.btn-register-container {
  margin-top: 5%;
  margin-bottom: 10vw;
}

.btn-register {
  margin-left: 11%;
  border-radius: 40px;
  width: 15vw;
  height: 3.5vw;
  padding: 0.6vw 1vw;
  background-image: linear-gradient(to bottom, #25e6c1, #09b0e4 60%);
  border: white solid 1px;
  color: black;
  font-size: 1.3vw;
}

.inf-container {
  margin-left: 50px;
  margin-right: 50px;
  display: grid;
  grid-template-columns: repeat(3, 33.33333333%);
  place-items: center;
  margin-top: 50px;
  font-size: 1.2vw;
}

.col-add-text {
  text-align: justify;
  margin-top: 4vw;
}

.inf-img {
  padding: 15%;
  width: 100%;
}

.products-container {
  margin-top: 5vw;
  background: #f8f9fb;
  display: grid;
  place-items: center;
}

.products-info-container {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(285px, auto));
    place-items: center;
}

.products-header {
  margin-top: 3vw;
  font-size: 2.5vw;
  color: black;
}

.products-info {
    opacity: 0.8;
    font-size: 1.4vw;
}

.product-info {
  place-items: center;
  display: grid;
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  padding: 30px 0;
  margin: 0 -30px;
  transform: scale(0.8);
}

.product-info-container {
  width: 60%;
}

.product-additional-info {
  margin-top: 10px;
  display: inline-flex;
}

.product-info:hover {
  background: #e8ebf0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.product-name {
  font-weight: bold;
  font-size: 22px;
}

.product-name-add {
  font-weight: bold;
  color: #adadad;
}

.ready-img {
  margin: 0px 20px 10px -10px;
}

.comingsoon-img {
  margin: 0px 20px 10px -10px;
}

.comingsoon-text {
  font-weight: bold;
  color: #adadad;
}

.additional-text {
  font-size: 2vw;
}

.step-img {
  height: 10vw;
  width: 10vw;
}

.steps-container {
  margin-top: 2vw;
  display: grid;
  grid-template-columns: repeat(9, 10.7%);
}

.step-container {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}

.step-arrow-container {
  width: 11.1%;
  height: 11.1%;
}

.arrow-img {
  height: 5vw;
  width: 4vw;
  margin-top: 2.5vw;
  margin-left: 3vw;
}

.step-text {
  word-wrap: break-word;
  font-size: 0.9vw;
  padding-left: 10px;
}

.steps-text-container {
    display: grid;
    grid-template-columns: repeat(9, 10.7%);
    place-items: center;
    text-align: center;
}

.btn-register-snd {
  margin-right: 11.5vw;
}

.benefits-header {
  margin-top: 2vw;
  padding-top: 2vw;
  padding-bottom: 1vw;
  font-size: 1.4vw;
}

.separator {
  height: 4vw;
}

.benefits-container {
  margin-top: 3vw;
  background: #f8f9fb;
  padding-bottom: 4vw;
  display: grid;
}

.benefits-check {
  height: 1.7vw;
  width: 2vw;
  padding-top: 0.1vw;
}

.benefits-text {
  margin-left: -1.2vw;
  font-size: 1.4vw;
}

.benefit {
  margin-top: 0.7vw;
  font-size: 1.1vw;
}

.benefits {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(600px, 1fr));
  width: 100%;
  margin-left: 5vw;
}

.contacts-container {
  margin-top: 3vw;
  padding: 0;
  padding-bottom: 4vw;
  display: grid;
  place-items: center;
}

.contacts-title {
  font-weight: bold;
  font-size: 1.5vw;
}

.contact-sub-container {
    display: inline-flex;
}

.contact-text {
    font-size: 1.4vw;
}

.vertical-separator {
    width: 5vw;
}

.contact-img-phone {
    height: 2.3vw;
    width: 2.3vw;
}

.contact-img-mail {
  height: 1.8vw;
  width: 2.2vw;
  margin-top: 5px;
}

.contacts-text-container {
  margin-top: 3vw;
}

.social-logos {
  height: 4vw;
  width: 4vw;
  cursor: pointer;
}

.add-btn {
  height: 15vw;
  width: 17vw;
  border-radius: 2vw;
  border: #64ceea solid 1px;
  background: transparent;
  text-align: center;
}

.add-btn-image {
  height: 3vw;
  width: 3vw;
  margin-top: 3vw;
}

.add-btn:hover {
  background-image: linear-gradient(to bottom, #25e6c1, #09b0e4 60%);
}

.add-btn:hover .add-btn-text {
  color: white;
}

.add-btn:hover .add-btn-image {
  content: url("../../images/Pages/Index/add_over.png");
}

.add-btn-text {
    margin-top: 2vw;
    color: #3bb4dc;
    font-size: 2vw;
    line-height: 2vw;
    text-align: center;
}

.add-btns-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));
  place-items: center;
}

.add-btn-container {
  text-align: -webkit-center;
  margin-top: 2vw;
}

.add-btn-container:hover {
  text-decoration: none;
}
