.modal-ss {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.6);
  z-index: 10;
  width: 100vw;
  height: 100vh;
}
.inner-modal {
  width: 26rem !important;
  border-radius: 1.12rem !important;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: white;
}
.inner-modal-top {
  display: flex;
  padding: 1rem;
  align-items: flex-start;
  justify-content: space-between;
  border-bottom: 2px solid rgb(209 213 219);
  width: 100%;
}
.inner-modal-top h3 {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.inner-modal-top svg {
  cursor: pointer;
}
.inner-modal-input {
  width: 100%;
  padding: 1rem;
  border-bottom: 2px solid rgb(209 213 219);
}
.inner-modal-input input {
  border: 2px solid #2250fc !important;
  height: 45px;
  padding: 0.5rem;
  border-radius: 1.12rem !important;
}

.inner-modal-bot {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  width: 100%;
  padding-bottom: 2rem;
  padding-top: 2rem;
}
.inner-modal-bot button {
  width: 100%;
  border: none;
  background-color: #2250fc;
  border-radius: 1.5rem;
  padding: 0.25rem;
  color: white;
  font-size: 12px;
  font-weight: 600;
}

.cookie-consent.banner {
  position: fixed;
  bottom: 0;
  z-index: 2147483645;
  box-sizing: border-box;
  min-width: 275px;
  max-width: 375px;
  margin: 10px 10px;
  padding: 2px 20px;
  border-radius: 20px;
  -webkit-box-shadow: 10px 10px 36px -13px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 10px 10px 36px -13px rgba(0, 0, 0, 0.15);
  box-shadow: 10px 10px 36px -13px rgba(0, 0, 0, 0.15);
  border: 1px solid #dee2e6 !important;
}
.cookie-consent-banner__inner {
  padding: 15px 0;
}
.cookie-consent-banner__copy {
  margin-bottom: 20px;
}
.cookie-consent-btn {
  display: inline-block;
  width: 64%;
  padding: 11px 13px;
  border-radius: 10px;
  border: none;
  font-size: 0.8em;
  text-decoration: none;
  text-align: center;
  font-weight: 400;
  transition: 0.4s;
}
.cookie-consent-btn-secondary {
  display: inline-block;
  padding: 11px 13px;
  width: 33%;
  border-radius: 10px;
  border: none;
  font-size: 0.8em;
  margin-left: 0.2em;
  text-decoration: none;
  text-align: center;
  font-weight: 400;
  transition: 0.3s;
}

.video_tab_home_page {
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 1.5rem;
  width: 100%;
}
.sencond_parr {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  width: 100%;
}
.pncd {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
.xnscard {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: #2250fc 2px solid;
  border-radius: 24px;
  width: 100%;
  overflow: hidden;
}
.xnscard_p {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.xnscard img {
  width: 100%;
  height: 20rem;
  object-fit: cover;
}
.inrtxt {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  padding: 1rem;
}
.lpyer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  border-radius: 24px;
  background-color: #2250fc;
  overflow: hidden;
  margin-bottom: 1.25rem;
}
.lpyer_div {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #2250fc;
  overflow: hidden;
  width: 100%;
  height: 80%;
}
.lpyer_div_1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #2250fc;
  overflow: hidden;
  width: 100%;
  height: 20%;
  padding: 1rem;
}
@media (min-width: 786px) {
  .lpyer_div_1 {
    width: 40%;
    height: 100%;
  }
  .lpyer_div {
    width: 60%;
    height: 100%;
  }
  .lpyer {
    display: flex;
    flex-direction: row;
  }
  .pncd {
    display: flex;
    width: 100%;
    flex-direction: row;
    align-items: start;
    justify-content: space-between;
    gap: 2rem;
    margin-bottom: 2rem;
  }
  .pncd .xnscard {
    width: 50%;
  }
  .pncd .xnscard_p {
    width: 50%;
    padding-right: 2rem;
  }
  .video_tab_home_page {
    display: flex;
    flex-direction: row;
    align-items: start;
  }
  .sencond_parr {
    width: 50%;
  }
}

@media (min-width: 1024px) {
  .sencond_parr {
    width: 30rem;
  }
}
.xhrp {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  float: right;
  gap: 4rem;
}

/* caroussel testimonial */
.xnscards {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  border: #2250fc 2px solid;
  border-radius: 14px;
  width: 100%;
  overflow: hidden;
}
.inrtxts {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
}
.inrtxts h2 {
  color: rgb(52, 199, 52);
}
.quote {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: space-between;
  gap: 1rem;
}
.quote .straps {
  display: none;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
}
.quote .straps p {
  width: 100%;
}
.polo-carousel-item {
  padding-bottom: 1rem;
}
.quote .straps .green {
  border-bottom: 30px solid rgb(52, 199, 52);
  width: 80%;
}
.quote .straps .blue {
  border-bottom: 30px solid #2250fc;
  width: 60%;
}
.quote .straps .blue-2 {
  border-bottom: 30px solid #2250fc;
  width: 40%;
}
.innr-imgs {
  display: flex;
  padding: 1rem;
  gap: 2rem;
}
.quote .right_qupte {
  margin-top: 6rem;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}

.quote .left_qupte {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

q:lang(en1) {
  quotes: "“" "";
}
q:lang(en2) {
  quotes: "" "„";
  margin-top: 32rem;
}
q:lang(en1)::before,
q:lang(en1)::after,
q:lang(en2)::before,
q:lang(en2)::after {
  color: #2250fc;
  font-size: 10rem;
  font-family: math;
}
.img_quote {
  height: 4rem;
}
@media (min-width: 767px) {
  .quote .right_qupte {
    margin-top: 2rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .quote .right_qupte p {
    margin-left: 1rem;
  }
  q:lang(en2) {
    quotes: "" "„";
    margin-top: 8rem;
  }
}
