/* ! Reset */
body, html{ font-size: 16px; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif; box-sizing: border-box;margin: 0;padding: 0;}
*,*:before,*:after{ box-sizing: border-box; }
h1,h2,h3,h4,h5,h6, p, ol, ul{margin: 0;padding: 0;}
ol,ul{list-style-type: none;}
img{height: auto;}

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}


/* -------- GENERAL -------- */

html,
body {
  margin: 0;
  padding: 0;
  overflow: hidden;
  font-family: "Plus Jakarta Sans", sans-serif;
}
textarea{
  font-family: "Plus Jakarta Sans", sans-serif;
}

.hidden{
  display: none !important;
}

body {
  background-image: url("img/back-intro.png");
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

#backgroundDiv, #backgroundDiv2  {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-size: cover;
  background-position: center;
  z-index: -1;
  transition: opacity 1s ease-in-out;
  opacity: 1;
}

#backgroundDiv{
  background-image: url('img/back-fani.png');
}

#backgroundDiv2{
  filter: blur(1.17rem);
}

#backgroundDiv2::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 11, 36, 0.5);
  z-index: -1;
}

/* -------- ANIMATIONS -------- */

.flicker-1 {
	-webkit-animation: flicker-1 2s linear infinite both;
	        animation: flicker-1 2s linear infinite both;
}

 @-webkit-keyframes flicker-1 {
  0%,
  100% {
    opacity: 1;
  }
  41.99% {
    opacity: 1;
  }
  42% {
    opacity: 0;
  }
  43% {
    opacity: 0;
  }
  43.01% {
    opacity: 1;
  }
  47.99% {
    opacity: 1;
  }
  48% {
    opacity: 0;
  }
  49% {
    opacity: 0;
  }
  49.01% {
    opacity: 1;
  }
}
@keyframes flicker-1 {
  0%,
  100% {
    opacity: 1;
  }
  41.99% {
    opacity: 1;
  }
  42% {
    opacity: 0;
  }
  43% {
    opacity: 0;
  }
  43.01% {
    opacity: 1;
  }
  47.99% {
    opacity: 1;
  }
  48% {
    opacity: 0;
  }
  49% {
    opacity: 0;
  }
  49.01% {
    opacity: 1;
  }
}


.puff-in-center {
	-webkit-animation: puff-in-center 1s cubic-bezier(0.470, 0.000, 0.745, 0.715) reverse both;
	        animation: puff-in-center 1s cubic-bezier(0.470, 0.000, 0.745, 0.715) reverse both;
}


 @-webkit-keyframes puff-in-center {
  0% {
    -webkit-transform: scale(2);
            transform: scale(2);
    -webkit-filter: blur(4px);
            filter: blur(4px);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}
@keyframes puff-in-center {
  0% {
    -webkit-transform: scale(20);
            transform: scale(20);
    -webkit-filter: blur(4px);
            filter: blur(4px);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}

h3,
h2,
h1,
p,
a,
i {
  -webkit-animation: fadeInUp !important;
  -moz-animation: fadeInUp !important;
  -ms-animation: fadeInUp !important;
  animation: fadeInUp !important;
  -webkit-animation-duration: 1s !important;
  -moz-animation-duration: 1s !important;
  -ms-animation-duration: 1s !important;
  animation-duration: 1s !important;
}

input,
label,
select,
textarea,
.buttons-style,
.pic-answer-options div,
.language-button
.slider-container p,
.lang-icons,
.slider-container {
  -webkit-animation: bounceInUp !important;
  -moz-animation: bounceInUp !important;
  -ms-animation: bounceInUp !important;
  animation: bounceInUp !important;
  -webkit-animation-duration: 1.5s !important;
  -moz-animation-duration: 1.5s !important;
  -ms-animation-duration: 1.5s !important;
  animation-duration: 1.5s !important;

  font-family: "Plus Jakarta Sans", sans-serif;
}

.shake-vertical {
	-webkit-animation: shake-vertical 5s cubic-bezier(0.455, 0.030, 0.515, 0.955) infinite both !important;
	        animation: shake-vertical 5s cubic-bezier(0.455, 0.030, 0.515, 0.955) infinite both !important;
}

@-webkit-keyframes shake-vertical {
  0%,
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  10%,
  30%,
  50%,
  70% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
  20%,
  40%,
  60% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
  80% {
    -webkit-transform: translateY(6.4px);
            transform: translateY(6.4px);
  }
  90% {
    -webkit-transform: translateY(-6.4px);
            transform: translateY(-6.4px);
  }
}
@keyframes shake-vertical {
  0%,
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  10%,
  30%,
  50%,
  70% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
  20%,
  40%,
  60% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
  80% {
    -webkit-transform: translateY(6.4px);
            transform: translateY(6.4px);
  }
  90% {
    -webkit-transform: translateY(-6.4px);
            transform: translateY(-6.4px);
  }
}

.blink-1 {
	-webkit-animation: blink-1 3s infinite both;
	        animation: blink-1 3s infinite both;
}

@-webkit-keyframes blink-1 {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes blink-1 {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}


/* -------- COMPONENTS -------- */

header {
  position: absolute;
  text-align: center;
  top: 40px;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
}

header h1 {
  font-size: 20px;
  font-weight: 600;
  width: 100%;
}

h2 {
  font-size: 27px;
  font-weight: 300;
}

h3{
  font-size: 27px;
  font-weight: 700;
  text-align: center;
  width: 100%;
}

.box-answers {
  width: 100%;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.box-answers-2-col {
  width: 100%;
  padding: 20px;
  display: flex;
  gap: 20px;
  justify-content: space-between;
}

.box-answers-2-col div {
  width: 48%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.box-answers-2-col div input {
  width: 100%;
}

input,
select, textarea {
  background-color: #00000046;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  padding: 25px;
  font-size: 20px;
  color: white;
  border-radius: 100px;
  border: 0px solid transparent;
}

textarea{
  border-radius: 30px;
  width: 100% !important;
  max-height: 390px;
}

button {
  padding: 10px 20px;
  font-size: 16px;
}

.buttons-style {
  position: absolute;
  bottom: 20px;
  height: 70px;
  width: 70px;
  background-color: white;
  border-radius: 50px;
  border: 0px solid transparent;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.buttons-style:hover {
  filter: invert(100%);
}

.buttons-style img {
  width: 17px;
  height: 17px;
}

.next-button {
  margin-top: 40px;
      left: 50% !important;
      transform: translateX(-50%) !important;
}

.back-button {
  position: absolute;
  top: 20px;
  left: 20px;
  height: 70px;
  width: 70px;
  color: white;
  background-color: #d9d9d940;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  font-size: 24px;
  cursor: pointer;
  border-radius: 50px;
  border: 0px solid transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99 !important;
}

.back-button img {
  width: 17px;
  height: 17px;
}

#nationality {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #00000046;
  background-image: url("img/expand_circle.svg");
  background-size: 20px;
  background-repeat: no-repeat, repeat;
  background-position: right 20px center, 0 0;
}

.square-button{
  padding: 30px 45px;
  background-color: white;
  border-radius: 40px;
  color: #000;
  cursor: pointer;
  display:flex;justify-content:center;align-items: center;
  flex-direction: column;
  gap: 10px;
  transition: all 0.5s cubic-bezier(.215, .61, .355, 1);
}

.square-button:hover{
  background-color: black;
  color: white;
}

.exit-enter {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

.exit-enter h1{
  font-size: 20px !important;
}

.exit-enter span{
  font-size: 50px !important;
}

.other-brands{
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.other-brands-single{
  display:flex;justify-content:space-evenly;align-items: center;
}

.other-brands input{
  width: 100%;
}

#sliderValueExit, #sliderValueOne, #sliderValueTwo, #sliderValueThree{
  font-weight: 800 !important;
  font-size: 20px !important;
}


#stepEndExp2 .box-answers img{
  border-radius: 40px;
  height: 550px;
  object-fit: cover;
  pointer-events: none;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.459) 0px 30px 60px -30px !important;
}

#stepEndExp2 .download{
  left: 10%;
}
#stepEndExp2 .share{
  left: 30%;
}

#stepEndExp2 .finalnps{
  right: 10%;
  }

#stepEndExp h2{
  text-align: center;
}

#stepEndExp, #stepEndExp2 {
  position: relative;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

#stepEndExp::before, #stepEndExp2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}


#nomeGruppo{
  font-size: 50px !important;
  text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #0027d3f9, 0 0 40px #0027d3f9, 0 0 50px #0027d3f9, 0 0 60px #0027d3f9, 0 0 70px #0027d3f9;
}

#descrizioneGruppo{
  text-align: center;
}

.shake-vertical .buttons-style{
  bottom: 70px;
}

.gotoPic{
  position: absolute;
  bottom: 120px;
}

/* ------ LANG SELECTION ------ */

.lang-icons {
  gap: 20px;
  display:flex;justify-content:center;align-items: center;
}

.language-button {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 20px 35px;
  border: none;
  background-color: transparent;
  cursor: pointer;
  border-radius: 30px;
  transition: background-color 0.3s;
  gap: 20px;
  color: white;
  font-weight: 600;
  backdrop-filter: blur(0px)!important;
}

.language-button.active {
  background-color: #d0d0d05f;
  backdrop-filter: blur(5px)!important;
}


.language-icon {
  width: 80px;
  height: auto; 
}

.m-or-f{
  width: 100%;
  padding: 5px 20px;
  display:flex;
  gap: 20px;
  flex-direction: column;
}

.m-or-f .box-action-buttons .action-button{
  width: 70px;
  height: 70px;
}

.m-or-f .box-action-buttons .action-button span{
  font-size: 30px;
}


/* -------- RADIO BUTTONS -------- */

.box-action-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.box-action-buttons p {
  width: 100%;
  font-size: 18px;
  margin-bottom: 10px;
}

input[type="checkbox"] {
  display: none;
}

.action-button {
  width: 47%;
  text-align: center;
  padding: 18px;
  font-size: 16px;
  border: 0px solid transparent;
  border-radius: 100px;
  background-color: #00000046;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  color: white;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
  display: inline-block;
  display:flex;justify-content:center;align-items: center;
}

input[type="checkbox"]:checked + .action-button {
  background-color: white;
  color: black;
}

.action-button:hover {
  background-color: #f0f0f06c;
  color: white;
}

/* -------- CHECKBOX -------- */

.custom-checkbox {
  display: inline-flex;
  align-items: flex-start;
  font-size: 16px;
  cursor: pointer;
  gap: 10px;
}

.custom-checkbox p a{
  color: #a2a2a2;
}

.custom-checkbox input[type="checkbox"] {
  display: none;
}

.custom-checkbox .checkmark {
  padding: 20px;
  background-color: #f1f1f1;
  border-radius: 13px;
  margin-right: 10px;
  position: relative;
  transition: background-color 0.3s;
}

.custom-checkbox .checkmark::after {
  content: "";
  position: absolute;
  display: none;
  left: 50%;
  top: 50%;
  width: 10px;
  height: 20px;
  border: solid black;
  border-width: 0 4px 4px 0;
  transform: translate(-50%, -60%) rotate(45deg);
}

.custom-checkbox input[type="checkbox"]:checked + .checkmark::after {
  display: block;
}

.privacy-section, .marketing-checkboxes{
  display: flex;
  gap: 20px;
  flex-direction: column;
}

.checkbox-reasons-enter .custom-checkbox,
.checkbox-reasons-exit .custom-checkbox,
.checkbox-reasons-enter2 .custom-checkbox{
  align-items: center;
}

.checkbox-reasons-enter2 .custom-checkbox .checkmark{
  border-radius: 50px !important;
}

/* .marketing-checkboxes .privacy-section .custom-checkbox{
  align-items: center;
} */

#directMarketing + span + p,
#notDirectMarketing + span + p{
  font-size: 12px;
}

/* -------- IMG MOTO -------- */

#step3 .box-action-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.round-image-label {
  display: inline-block;
  text-align: center;
  cursor: pointer;
  position: relative;
}

.round-image {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 3px solid transparent;
  transition: border 0.3s ease;
}

.round-image-text {
  margin-top: 10px;
  font-size: 16px;
  font-weight: bold;
}

input[type="checkbox"] {
  display: none;
}

input[type="checkbox"]:checked + label .round-image {
  border: 3px solid white;
}

/* -------- IMG ANSWERS -------- */

.pic-answer-options {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 50px;
}

.answers-box, .pic-answer-label{
  flex: 0 1 calc(50% - 10px);
  cursor: pointer;
  border-radius: 20px;
  width: 100%;
}

.answers-box{
  position: relative;
}

.pic-answer-label{
  cursor: pointer;
  border-radius: 20px;
  width: 100%;
}

.pic-answer-image {
  width: 100%;
  height: 100%;
  border-radius: 33px;
  border: 0px solid transparent;
  transition: border 0.3s ease;
  object-fit: cover;
}

.pic-answer-label::after {
  border-radius: 33px;
  box-shadow: 0px -110px 60px 0px rgba(0, 0, 0, 0.602) inset;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}

.pic-answer-text {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: 80%;
  transform: translateX(-50%);
  font-size: 16px;
  color: white;
  z-index: 99;
}

input[type="radio"] {
  display: none;
}

input[type="radio"]:checked + label .pic-answer-image {
  border: 10px solid white;
}

/* -------- SWIPER -------- */

.parallax-bg {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 250%;
  background-image: url("img/ddddoo.jpg");
  background-size: cover;
  background-position: bottom center;
}

.swiper-container {
  height: 100vh;
  height: 100dvh;
  width: 100%;
}

.swiper-slide {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  font-size: 24px;
  color: #fff;
}

/* -------- SPLASH PAGE -------- */

.splash-page {
  width: 100%;
  position: relative;
  background-image: url("img/back-intro.png");
  background-size: cover;
  background-position: center;
  z-index: 99 !important;
}

.logo-intro{
  margin-top: -60px;
  width: 100%;
  max-width: 350px;
}

.container-flag-button{
  display:flex;justify-content:center;align-items: center;
  flex-direction: column;
  margin-top: -150px;
}

.container-splash {
  height: 90vh !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}

.container-splash h1 {
  font-size: 23px;
  font-weight: 600;
}

.container-splash .logo {
  width: 500px;
}

.container-start-exp{
  padding: 20px 30px;
  background-color: rgb(255, 255, 255);
  border-radius: 100px;
  color: #000;
  cursor: pointer;
}

.container-start-exp:hover{
  background-color: black;
  color: white;
}

header dotlottie-player {
  width: 100%;
  height: 150px;
  margin-top: -60px;
}

.container-flag-button dotlottie-player {
  z-index: 99;
  pointer-events: none;
  margin-bottom: -50px !important;
}

.container-start-exp h1{
font-size: 25px;
font-weight: 500;
}

.powered {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.powered h2 {
  font-size: 16px;
  font-weight: 300;
}

.loghi {
  display: flex;
  gap: 50px;
}

/* -------- PRELIMINARY PAGE -------- */

.preliminary-form {
  max-width: 400px;
  width: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
}

.splash-page,
.preliminary-form,
.form-step,
.language-selection {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  height: 100dvh;
  color: white;
}

.form-step {
  width: 100%;
}

.hide {
  display: none;
}

.load {
  width: 400px;
  position: relative;
  height: 100vh;
  height: 100dvh;
}

.questionnaire {
  padding: 20px;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.questionnaire p i {
  font-size: 17px !important;
}

/*------- RATING STARS -------*/

.risorse{
  display: flex;
  align-items: center;
}

.risorse img{
  margin-right: 10px;
}

.rating-values{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.rating-section{
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.rating {
      display: flex;
      flex-direction: column;
      gap: 20px;
      margin: 20px 0;
    }

    .rating-category {
      display: flex;
      align-items: center;
    }

    .rating-section p{
      font-size: 18px;
      font-weight: 600;
    }

    .stars {
      width: 230px;
      display: flex;
      align-items: flex-end;
      justify-content: space-between;
      cursor: pointer;
    }

    .stars svg {
      width: 30px;
      height: 30px;
      fill: gray;
      transition: fill 0.3s ease;
    }

    .stars svg.active {
      fill: gold;
    }

    .category-name {
      margin-right: 20px;
      font-weight: bold;
    }

/*------- SLIDER -------*/

.slider-multiple{
  flex-direction: column;
  gap: 10px !important;
  align-items: flex-start !important;
}

.slider-container{
  display: flex;
  gap: 30px;
  margin: auto;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.slider-multiple input{
  width: 100% !important;
}

input[type="range"] {
  -webkit-appearance: none;
  width: 100%;
  height: 50px;
  background-color: #0000008b;
  backdrop-filter: blur(5px) !important;
  border-radius: 35px;
  outline: none;
  opacity: 0.8;
  transition: opacity 0.2s;
}

input[type="range"]:hover {
  opacity: 1;
}

input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 30px;
  height: 30px;
  background-color: white;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.2s;
}


input[type="range"]::-webkit-slider-thumb:hover {
  background-color: #5e616b;
  width: 33px;
  height: 33px;
}

input[type="range"]::-moz-range-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 30px;
  height: 30px;
  background-color: white;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.2s;
}

input[type="range"]::-moz-range-thumb:hover {
  background-color: #5e616b;
  width: 33px;
  height: 33px;
}

.slider-container #recommendationSlider,
.slider-container #recommendationSliderExit{
  backdrop-filter: blur(0px);
  padding: 10px;
  width: 200px;
}

.recommendationSlider{
  background: 0;
}

#qrCodeContainer{
  background-color: white;
  padding: 15px;
  border-radius: 20px;
  margin-top: -100px;
}


/* --------------MODAL----------------- */


.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
}

.modal-content {
  border-radius: 30px;
  border: 1px solid #a2a2a2;
  background: linear-gradient(
    139deg,
    #20204a 12.3%,
    #3E4AA7 43.9%,
    #20204a 76.5%
  );
  color: white;
  padding: 30px 20px;
  text-align: center;
  font-weight: 100;
  max-width: 90%;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}

#satisfactionSlider, #satisfactionSliderTwo{
  width: 80%;
}

#sliderValue, #sliderValueTwo{
  text-transform: uppercase;
  font-weight: 800;
}

#satisfactionSlider, #satisfactionSliderTwo {
  -webkit-appearance: none;
  height: 10px !important;
  background: #d3d3d34d;
  padding: 0px;
  outline: none;
  border: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
}

#satisfactionSlider:hover, #satisfactionSliderTwo:hover{
  opacity: 1;
}

#satisfactionSlider::-webkit-slider-thumb, #satisfactionSliderTwo::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 35px;
  height: 35px;
  background: white;
  cursor: pointer;
}

#satisfactionSlider::-moz-range-thumb, #satisfactionSliderTw::-moz-range-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 35px;
  height: 35px;
  background: white;
  cursor: pointer;
}

.close-modal {
  margin-top: 15px;
  background: transparent;
  border: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.679);
  cursor: pointer;
  font-size: 14px;
  font-weight: 100;
  font-family: "Plus Jakarta Sans", sans-serif;
}


/* -------- RESPONSIVE -------- */

@media (max-width: 500px) {
  .rating-section {
    gap: 10px;
  } 
.checkbox-reasons-enter .custom-checkbox,
.checkbox-reasons-exit .custom-checkbox,
.checkbox-reasons-enter2 .custom-checkbox{
  font-size: 14px;
}

.custom-checkbox {
  font-size: 13px;
  gap: 5px;
} 

  
input, select, textarea {
  padding: 20px;
  font-size: 16px;
}


}

@media (max-width: 400px) {

.round-image {
  width: 50px;
  height: 50px;
}

#step3 .box-action-buttons {
  gap: 8px;
}
}


@media (max-width: 375px) {

.box-action-buttons .round-image-label .round-image{
  gap: 0px;
}

#stepEndExp2 .box-answers img{
  border-radius: 30px !important;
  height: 430px !important;
}
}


@media (max-width: 370px) {

  .container-flag-button dotlottie-player{
    width: 150px !important; height: 200px !important;
  }

  label{
    font-size: 14px;
  }

  input, select{
    padding: 15px;
  }

  .language-icon {
    width: 50px;
}

  .language-button {
    padding: 10px 20px;
  }

  .back-button,
  .next-button,
  .buttons-style {
    height: 50px;
    width: 50px;
  }

  .next-button {
    margin-top: 20px;
  }

  header h1 {
    font-size: 15px;
  }
  h2,
  .container-splash h1 {
    font-size: 17px;
  }

  .questionnaire {
    margin-top: 60px;
  }
  
  .questionnaire p {
    font-size: 16px;
  }

  .pic-answer-options {
    margin-top: 20px;
  }

  .box-answers,
  .box-answers-2-col,
  .swiper-slide,
  .box-action-buttons {
    width: 100%;
    padding: 5px;
    gap: 10px;
  }

  .box-answers{
    width: 90%;
  }

  .box-answers-2-col{
    flex-direction: column;
    gap: 5px;
    width: 90% !important;
  }


.box-answers-2-col div {
  width: 100% !important;
  gap: 10px;
}

.custom-select-container{
  width: 90% !important;
}
  
  .box-action-buttons label{
    width: 90%;
  }

  .action-button {
    width: 40%;
  }
.action-button {
  width: 40% !important;
  text-align: center;
  padding: 10px;
}

.box-action-buttons .round-image-label{
  width: 17% !important;
}
.box-action-buttons {
  gap: 5px;
}

.m-or-f .box-action-buttons .action-button{
  width: 50px !important;
  height: 50px !important;
}

.questionnaire {
  margin-top: 0px;
}

input[type="radio"]:checked + label .pic-answer-image {
  border: 5px solid white;
}

.pic-answer-text{
  font-size: 13px;
}
.pic-answer-label::after {
  box-shadow: 0px -70px 30px 0px rgba(0, 0, 0, 0.602) inset;
}

.stars {
    width: 160px;
}

.rating-section{
  gap: 5px;
}

header dotlottie-player {
  height: 100px !important;
  margin-top: -45px;
}

.checkbox-reasons-enter .custom-checkbox,
.checkbox-reasons-exit .custom-checkbox,
.checkbox-reasons-enter2 .custom-checkbox{
  font-size: 14px;
}

.custom-checkbox {
  font-size: 10px;
  gap: 5px;
}

.exit-enter {
  gap: 10px;
}

.square-button {
  padding: 20px 33px;
  border-radius: 30px;
}

.other-brands input{
  width: 100%;
}

.other-brands-single{
  flex-direction: column;
  align-items: flex-start;
}

.other-brands input{
  width: 100%;
  margin-top: 5px;
}

}