@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.poppins-black-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: italic;
}
body,
.font-primary {
  font-family: "Poppins", sans-serif;
}
.top-1\/2 {
  top: 50%;
}
.banner-arrow-left {
  top: 10%;
  left: 75%;
}
.banner-arrow-right {
  left: 75%;
  bottom: 10%;
}

input[type="radio"] + label span {
  box-shadow: 0px 0px 0px 2px #fff inset;
  transition: background 0.2s, transform 0.2s;
}

input[type="radio"] + label span:hover,
input[type="radio"] + label:hover span {
  transform: scale(1);
}

input[type="radio"]:checked + label span {
  background-color: black;
  box-shadow: 0px 0px 0px 16px #5ac9b5 inset;
}
.bg-gradient-primary{
  background: linear-gradient(135deg, rgba(255,206,0,1) 0%, rgba(255,128,0,1) 100%);
}
.fs-4{
  font-size: 2.875rem;
}
.primary-button::before, .primary-button::after{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.primary-button::before{
  content: '';
    background: #e6e6e6;
    -webkit-clip-path: path("M154.5,88.5 C131,113.5 62.5,110 30,89.5 C-2.5,69 -3.5,42 4.5,25.5 C12.5,9 33.5,-6 85,3.5 C136.5,13 178,63.5 154.5,88.5 Z");
    clip-path: path("M154.5,88.5 C131,113.5 62.5,110 30,89.5 C-2.5,69 -3.5,42 4.5,25.5 C12.5,9 33.5,-6 85,3.5 C136.5,13 178,63.5 154.5,88.5 Z");
    transition: clip-path 0.5s cubic-bezier(0.585, 2.5, 0.645, 0.55), -webkit-clip-path 0.5s cubic-bezier(0.585, 2.5, 0.645, 0.55), background 0.5s ease;
}
.primary-button:hover::before{
  background: #000;
    -webkit-clip-path: path("M143,77 C117,96 74,100.5 45.5,91.5 C17,82.5 -10.5,57 5.5,31.5 C21.5,6 79,-5.5 130.5,4 C182,13.5 169,58 143,77 Z");
    clip-path: path("M143,77 C117,96 74,100.5 45.5,91.5 C17,82.5 -10.5,57 5.5,31.5 C21.5,6 79,-5.5 130.5,4 C182,13.5 169,58 143,77 Z");
}
.primary-button::after{
  content: '';
  height: 86%;
  width: 97%;
  top: 5%;
  border-radius: 58% 42% 55% 45% / 56% 45% 55% 44%;
  border: 1px solid #000;
  transform: rotate(-20deg);
  z-index: -1;
  transition: transform 0.5s cubic-bezier(0.585, 2.5, 0.645, 0.55);
}
.primary-button:hover::after{
  transform: translate3d(0, -5px, 0);
}
.primary-button.btn-yellow::before{
    background: #000;
}
.primary-button.btn-yellow:hover::before{
    background: #ffce00;
}
.primary-button.btn-yellow span{
    mix-blend-mode: lighten;
    color: #fff;
}
.primary-button.btn-yellow:hover span{
    transform: translate3d(0, -10px, 0);
    mix-blend-mode: darken;
    color: #000;
}
.primary-button span{
  display: block;
  transition: transform 0.3s ease;
  mix-blend-mode: difference;
}
.primary-button:hover span{
  transform: translate3d(0, -10px, 0);
}
.backdrop{
  background-color: rgba(0, 0, 0, 0.7);
  pointer-events: auto;
  transition: background-color 300ms ease-in-out;
  z-index: 1100;
  margin: 0 auto;
}
.form-container input[type=text], .form-container input[type=tel], .form-container input[type=number], .form-container textarea, select.form-container{
  width: 100%;
  padding: 10px;
  margin: 0 0 15px 0;
  border: none;
  background: #fff;
  font-size: 16px;
    line-height: 20px;
    outline: 0;
}
.form-popup .form-close-btn {
    right: -10px;
    font-size: 26px;
    font-weight: bold;
    opacity: 1;
    border-radius: 50%;
    height: 32px;
    width: 32px;
    text-align: center;
    text-shadow: none;
    cursor: pointer;
    position: absolute;
    top: -10px;
    background-color: #ffce00;
    line-height: 1.3;
}
.button-primary:hover {
    background-color: #000;
    color: #fff !important;
}
.swiper-slider-btn{
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .2);
    color: #000;
    transition: all .3s ease-in-out;
    transform: translateY(-50%);
    margin:0;
}
.swiper-slider-btn::after{
    font-size: 18px;
    font-weight: 600;
}
.swiper-slider-btn.swiper-button-next{
    right: 6px;
    z-index: 1000;
}
.swiper-slider-btn.swiper-button-prev{
    left: 6px;
}
.swiper-slider-btn:hover{
    background-color:#ffce00;
}
.swiper-testi-wrap .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background:#ffce00;
}
@media screen and (max-width: 1023px) {
  input[type="radio"]:checked + label span {
    box-shadow: 0px 0px 0px 10px #5ac9b5 inset;
  }
}
@media screen and (max-width: 767px){
  .fs-4{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .yellow-card-sngl{
      width: 47%;
  }
  .form-popup .form-close-btn{
      top: 10px;
      right: 10px;
  }
  .swiper-slider-btn {
        width: 30px;
        height: 30px;
  }
  .swiper-slider-btn::after {
        font-size: 10px;
  }
}
