body,
li,
p {
  font-family: Gilroy-Regular, sans-serif;
}

video {
  width: 100%;
  object-fit: cover !important;
  border-radius: 1rem !important;
}
::-webkit-media-controls {
  display: none;
}

img {
  object-fit: cover;
}

button {
  font-family: Gilroy-Medium, sans-serif;
  transition: 0.2s ease-in;
}

.max-width {
  max-width: 1900px !important;
}

.main-slide {
  position: relative;
  max-width: 960px !important;
}

.main-container {
  position: relative;
}

.svg-path-hero {
  position: absolute;
  z-index: -1;
}

.svg-path-howto {
  position: absolute;
  z-index: 0;
  left: -100%;
  top: 15%;
}

.text-box {
  font-size: larger;
}
.card-header {
  position: relative;
  width: 100%;
  background-color: white;
  padding: 0;
}

.card-title {
  font-family: Gilroy-Bold, sans-serif;
}

.register-form {
  z-index: 99;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.form-section {
  margin-top: 80px;
  display: flex;
  justify-content: center;
}

.question-container {
  max-width: 1380px !important;
}

.accordion-item-faq:hover {
  cursor: pointer;
}

.bottom-logo {
  margin-bottom: 6.5rem;
}

.header-bottom img {
  transition: 0.2s ease-in;
}
.img-phone {
  transform: translateY(-2rem);
}

.header-bottom:hover {
  img.img-phone {
    transform: translateY(-4rem) scale(1.2);
  }
}

@media screen and (min-width: 1600px) {
}

@media (min-width: 768px) and (max-width: 1024px) {
  .svg-path-hero {
    left: -130%;
    top: 0;
  }
  .svg-path-howto {
    display: none;
  }
  .hide-on-mobile {
    display: none !important;
  }
  .main-register {
    width: 90% !important;
    min-width: 90% !important;
  }
}

@media screen and (max-width: 768px) {
  .main-txt-list {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .main-image-mobile {
    object-fit: cover;
    width: 100%;
    video {
      height: 100%;
      width: 100%;
    }
  }
  .svg-path-hero {
    display: none;
  }
  .svg-path-howto {
    display: none;
  }
  .hide-on-mobile {
    display: none;
  }
  .header-bottom {
    padding: 2rem;
    width: 100% !important;
  }
  .bottom-logo {
    margin-bottom: 11rem;
  }
  ul.text-description {
    padding-left: 0;
  }
  .register-text {
    padding: 1rem;
  }
}
