/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: A plain-vanilla &amp; lightweight theme for Elementor page builder
Tags: flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 2.5.0.1684835029
Updated: 2023-05-23 09:43:49

*/

/* KWINS REQUIRED STYLES */

@font-face {
  font-display: swap;
}

.elementor-field-type-recaptcha_v3 .grecaptcha-badge {
  z-index: 1;
  visibility: hidden !important;
}

body > .elementor {
  overflow-x: clip;
}

html {
  scroll-behavior: smooth;
}

/*body.e--ua-appleWebkit > .elementor,
body.e--ua-webkit > .elementor {
  overflow-x: hidden !important;
}*/

/* DELETING FOCUS-VISIBLE BORDER */

a:active,
a:focus,
input,
textarea,
input:active,
textarea:active,
:focus {
  outline: none;
}

textarea {
  resize: none;
}

textarea {
  resize: vertical;
}

textarea {
  resize: horizontal;
}

/* LANGUAGE SWITCHER */

.cpel-switcher--align-right .cpel-switcher__list {
  align-items: center !important;
  gap: 10px;
}

.cpel-switcher__list:first-child::after {
  content: '';
  width: 30px;
  height: 1px;
  background-color: blue;
  display: inline-block;
  order: 1;
}

.cpel-switcher__lang:first-child {
  order: 0;
}

.cpel-switcher__lang:last-child {
  order: 2;
}

.cpel-switcher--layout-horizontal .cpel-switcher__lang:not(:last-child) {
  margin-right: 0 !important;
}

.cpel-switcher__code {
  padding-left: 0 !important;
}

.elementor-widget-polylang-language-switcher {
  margin: 0 !important;
}

/* QUIZ */

#quiz {
  background-color: #FFF;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  display: none;
  flex-direction: column;
  gap: 20px;
}

#quiz.active {
  display: flex;
}

.quiz--steps {
  display: flex;
  gap: 22px;
  justify-content: space-between;
  flex-wrap: nowrap;
}

@media screen and (max-width: 1200px) {
  .quiz--steps {
    flex-wrap: wrap;
    justify-content: flex-start;
    column-gap: 16px;
    row-gap: 20px;
  }
}

.quiz--step {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FFF;
  border-radius: 50%;
  border-width: 1px;
  border-style: solid;
  border-color: #2639e8;
  width: 28px;
  height: 28px;
  font-family: 'Roboto', sans-serif;
  color: #2639e8;
  font-size: 13px;
}

.quiz--step.active {
  background-color: #2639e8;
  color: #FFF;
  transition: color .3s;
}

.quiz--question {
  font-family: "Nunito", Sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.3em;
  color: #121212;
}

.quiz--answer {
  display: flex;
  align-items: center;
  gap: 5px;
}

.quiz--answer label {
  color: #121212;
  display: inline;
  font-family: "Nunito", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6em;
}

.quiz--buttons {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

@media screen and (max-width: 768px) {
  .quiz--buttons {
    flex-wrap: wrap;
  }
}

.quiz--button {
  font-family: "Nunito", Sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6em;
  border-radius: 30px 30px 30px 30px;
  padding: 15px 38px 15px 38px;
  background-color: #2639E8;
  color: #FFF;
  min-height: 47px;
  border: none;
  cursor: pointer;
  display: none;
  width: 100%;
}

.quiz--button:hover {
  background-color: #121212;
  transition: background-color .3s;
}

.quiz--button.active {
  display: block;
}

.quiz--button.next,
.quiz--button.submit {
  background-color: #2639E8;
}

.quiz--button.prev {
  background-color: #121212;
}

.quiz--final {
  display: none;
}

.quiz--final.active {
  display: block;
}

/* BURGER */

.elementor-172 .elementor-element.elementor-element-5d10e66 .elementor-button:focus,
.elementor-1141 .elementor-element.elementor-element-6ebc4f4 .elementor-button:focus {
  color: var(--e-global-color-accent);
  background-color: var(--e-global-color-primary) !important;
}

.burger-open {
  cursor: pointer;
}

@media screen and (max-width: 1200px) {
  #elementor-popup-modal-1141 .dialog-message {
    width: 100vw !important;
  }
  .burger-open .elementor-icon {
    background-color: #FFF !important;
  }
}


/* SWIPER SLIDER */

.testimonial.swiper-slide .elementor-invisible,
.star.swiper-slide .elementor-invisible,
.lecture.swiper-slide .elementor-invisible {
  visibility: visible !important;
}

.testimonials-loop .elementor-swiper-button-prev,
.stars-loop .elementor-swiper-button-prev,
.lectures-loop .elementor-swiper-button-prev{
  left: -40px !important;
}

.testimonials-loop .elementor-swiper-button-next,
.stars-loop .elementor-swiper-button-next,
.lectures-loop .elementor-swiper-button-next{
  right: -40px !important;
}

@media screen and (max-width: 1200px) {
  .stars-loop .elementor-swiper-button-prev,
  .lectures-loop .elementor-swiper-button-prev{
    left: -20px !important;
  }

  .stars-loop .elementor-swiper-button-next,
  .lectures-loop .elementor-swiper-button-next {
    right: -20px !important;
  }
}

/*box-shadow: rgba(0, 0, 0, 0.08) 10px 10px 50px 0px*/

/* SOME FIX */

@media screen and (max-width: 1200px) {
  .elementor-1022 .elementor-element.elementor-element-2a69adf5 > .elementor-widget-container {
    margin: 0px 0px 0px 0px;
    padding: 0px 50px !important;
  }
}