/* HEADER BLOCK */
/* ========================================================================================== */

.ve-front-page-header__get-consultation {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}

.ve-front-page-header__get-consultation-btn {
  height: 100%;
  padding: 0px 64px;
  font-weight: 900 !important;
  color: var(--vp--color--primary) !important;
  /*background-color: var(--vp--color--primary)!important;*/
  background-color: transparent !important;
  font-size: 20px !important;
  transition: all 1s ease-out;
  border-radius: 16px 16px !important;
}

.ve-front-page-header__get-consultation-btn:hover {
  height: 100%;
  background-color: white;
  border: 1px solid lightgray;
  box-shadow: 0 1.5rem 3rem rgba(0, 0, 0, 0.15);
  border-radius: 0 0 64px 64px;
  padding: 0px 64px;
  color: var(--vp--color--secondary) !important;
  font-size: 20px !important;
  transition: all 0.5s ease-out;
}

/* MAIN BLOCK */
/* ========================================================================================== */

.ve_front-page_main {
  padding-top: 80px;
}


/* HERO BLOCK */
/* ========================================================================================== */

.ve_front-page_hero {
  margin-bottom: 80px;
}

.ve_front-page_hero__text-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin: 0;
  height: 100%;
}

.ve_front-page_hero__display {
  font-size: 5rem;
  font-weight: 400;
}

.ve_front-page_hero__sub-dipslay {
  font-size: 2rem;
  font-weight: 300;
  text-align: left;
  color: #5d6d6c;
}

.carousel-inner>.carousel-item {
  -webkit-transition: 2s ease-in-out left;
  -moz-transition: 2s ease-in-out left;
  -o-transition: 2s ease-in-out left;
  transition: 2s ease-in-out;
}

@media (max-width: 768px) {

  .ve_front-page_hero {
    margin-bottom: 0;
  }

  .ve_front-page_hero__text-block {
    font-size: 1.5rem;
    line-height: 2rem;
    align-items: center;
  }

  .ve_front-page_hero__display {
    font-size: 3rem;
  }

  .ve_front-page_hero__sub-dipslay {
    text-align: center;
  }
}

@media (max-width: 440px) {
  .ve_front-page_hero__display {
    font-size: 2.4rem;
  }

  .ve_front-page_hero__sub-dipslay {
    font-size: 1.5rem;
  }

  .ve_front-page_hero__sub-dipslay br {
    display: none;
  }
}

@media (max-width: 340px) {
  .ve_front-page_hero__display {
    font-size: 2.0rem;
  }

  .ve_front-page_hero__sub-dipslay {
    font-size: 1.2rem;
    line-height: 1.3;
  }
}

/* FEATURES BLOCK */
/* ========================================================================================== */

.ve_features {
  margin-bottom: 160px;
}

.ve_features__title {
  text-align: center;
  margin-bottom: 32px;
}

.ve_features__card {
  min-height: 220px;
  border-radius: 24px;
}

@media (max-width: 768px) {
  .ve_features {
    margin-bottom: 5rem;
  }

  .ve_features__title h2 {
    margin: 0;
  }


  .ve_features__card {
    min-height: auto;
  }
}


/* VELES BLOCK */
/* ========================================================================================== */

.ve_front-page_veles {
  margin-bottom: 160px;
}

.ve_front-page_veles__image-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.ve_front-page_veles__image {
  height: auto;
  width: 320px;
  width: 80%;
}

.ve_front-page_veles__text-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.ve_front-page_veles__title {
  text-align: left;
  max-width: 760px;
  margin: 0;
}

.ve_front-page_veles__sub-title {
  font-size: 1.3rem;
  font-weight: 300;
  margin-bottom: 32px;
  color: #5d6d6c;
}

.ve_front-page_veles__sub-title--small {
  font-size: 1.1rem;
  font-weight: 300;
  margin-bottom: 16px;
  color: #5d6d6c;
  text-align: left;
}

.ve_front-page_veles__text-wrap ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 0;
  margin: 16px 0 0;
}

.ve_front-page_veles__description {
  display: flex;
  gap: 12px;
  max-width: 760px;
  margin-bottom: 32px;
  font-size: 1.3rem;
  line-height: 2rem;
  list-style: none;
  margin: 0;
}

@media (max-width: 768px) {
  .ve_front-page_veles__description {
    font-size: 18px;
    line-height: 24px;
  }
}

.ve_front-page_veles__description i {
  color: var(--vp--color--primary);
  padding-top: 6px;
}

@media (max-width: 768px) {
  .ve_front-page_veles__image {
    padding-top: 0px;
  }

  .ve_front-page_veles__title {
    text-align: center;
  }

  .ve_front-page_veles__sub-title {
    text-align: center;
  }

  .ve_front-page_veles {
    margin-bottom: 80px;
  }

  .ve_front-page_veles__text-wrap {
    align-items: center;
    font-size: 1.5rem;
    line-height: 2rem;
    margin-top: 16px;
  }

}

/* PARTNERS BlOCK */
/* ========================================================================================== */

.partners {
  margin-bottom: 120px;
}

.partners__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 64px;
}

.partners__logo {
  height: 100px;
  width: auto;
  /*background-color: gray;*/
}

.partners__logo--bg-colored {
  background-color: var(--vp--color--primary-container);
  opacity: 0.25;
}

.partners__logo img {
  height: 100px;
  width: auto;
}

@media (max-width: 780px) {

  .partners {
    margin-bottom: 40px;
  }

  .partners__list {
    gap: 32px;
  }

  .partners__logo {
    height: 48px;
    width: auto;
    /*background-color: gray;*/
  }

  .partners__logo img {
    height: 48px;
    width: auto;
  }
}


/* FAQ BlOCK */
/* ========================================================================================== */

.faq {
  margin-bottom: 120px;
}

.faq_title-row {
  margin: 0 10vw 32px;
}

.faq__list {
  margin: 0 25%;
  margin: 0 10vw;
}

.faq .accordion-button:not(.collapsed) {
  background-color: var(--vp--color--surface);
  color: var(--vp--color--on-surface);
}

.faq .accordion-button:focus {
  box-shadow: none;
}

@media (max-width: 780px) {

  .faq {
    margin-bottom: 80px;
  }

  .faq_title-row {
    margin: 0 0 32px;
  }

  .faq__list {
    margin: 0;
  }
}


/* CONTACT US BlOCK */
/* ========================================================================================== */

.ve_front-page_contact-us {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 64px 80px 80px;
  border-radius: 32px;
  text-align: left;
  border-color: #D8C2BF;
  border: 1px solid lightgray;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  transition: all 1s ease-out;
}

.ve_front-page_contact-us__title-row {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.ve_front-page_contact-us__title {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 16px;
  /*color: var(--vp--color--on-secondary-container);*/
}

.ve_front-page_contact-us__sub-title {
  font-size: 1.3rem;
  line-height: 2rem;
  margin-bottom: 32px;
  /*color: var(--vp--color--on-secondary-container);*/
  text-align: center;
}

.ve_front-page_contact-us__action-row {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 16px;
}

.ve_front-page_contact-us__get-consultation-btn {
  font-size: 20px !important;
  font-weight: 500 !important;
  border: 1px solid transparent !important;
  color: var(--vp--color--primary) !important;
  transition: all 1s ease-out !important;
  padding: 8px 16px !important;
  border-radius: 8px !important;
  min-width: 300px;
}

.ve_front-page_contact-us__get-consultation-btn:hover {
  text-decoration: none;
  color: var(--vp--color--secondary) !important;
  background-color: white !important;
  border-color: #D8C2BF;
  border: 1px solid lightgray;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.ve_front-page_contact-us__get-consultation-btn>i {
  margin-right: 8px;
}

#ve_front-page_contact-us__modal-order-call,
#ve_front-page_contact-us__modal-order-consultation {
  text-align: left;
}

@media (max-width: 768px) {
  .ve_front-page_contact-us__title-row {
    margin-bottom: 16px;
  }

  .ve_front-page_contact-us__sub-title {
    font-size: 1.3rem;
    line-height: 2rem;
  }

  .ve_front-page_contact-us {
    padding: 64px 20px 80px;
  }

  .ve_front-page_contact-us__action-row {
    flex-direction: column;
  }

  .ve_front-page_contact-us__get-consultation-btn {
    font-size: 24px !important;
  }
}

@media (max-width: 444px) {
  .ve_front-page_contact-us__title {
    font-size: 28px !important;
  }

  .ve_front-page_contact-us__get-consultation-btn {
    font-size: 20px !important;
  }
}

@media (max-width: 360px) {
  .ve_front-page_contact-us__title {
    font-size: 24px !important;
  }

  .ve_front-page_contact-us__sub-title {
    font-size: 16px !important;
  }

  .ve_front-page_contact-us__get-consultation-btn {
    font-size: 16px !important;
    min-width: fit-content;
  }
}


/* CONTACT US MODAL BlOCK */
/* ========================================================================================== */

.ve_front-page_contact-us__modal-call-numbers {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 32px;
  padding: 32px 32px 64px;
}

.ve_front-page_contact-us__modal-call-number {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  line-height: 40px;
  text-wrap: nowrap;
  text-decoration: none;
  color: var(--vp--color--primary);
  gap: 4px;
}

.ve_front-page_contact-us__modal-call-number {
  color: var(--vp--color--secondary);
  transition: all 0.75s ease-out;
}

.ve_front-page_contact-us__modal-call-number a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  line-height: 40px;
  text-wrap: nowrap;
  text-decoration: none;
  color: var(--vp--color--primary);
  gap: 4px;
}

.ve_front-page_contact-us__modal-call-number:hover a {
  color: var(--vp--color--secondary);
}

.ve_front-page_contact-us__modal-call-number i {
  font-size: 22px;
  margin-right: 8px;
  opacity: 1;
}

.ve_front-page_contact-us__modal-call-number:hover i {
  color: var(--vp--color--secondary);
}

.ve_front-page_contact-us__get-consultation-submit-btn {
  background-color: var(--vp--color--primary) !important;
  color: var(--vp--color--on-primary) !important;
}

.ve_front-page_contact-us__get-consultation-submit-btn:hover {
  background-color: var(--vp--color--primary) !important;
  color: var(--vp--color--on-primary) !important;
}
