.popupvideo {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  z-index: 9999;
  animation-name: scaleup;
  animation-duration: 0.3s;
  animation-timing-function: ease-out;
}

.popupWrapper {
  width: 70%;
  height: auto;
  display: flex;
  position: relative;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  flex-direction: row;
  aspect-ratio: 16/9;
}

.closePopUp {
  width: 45px;
  height: 45px;
  display: block;
  position: absolute;
  right: 10px;
  top: 0;
  padding: 20px;
  cursor: pointer;
  background: url("../media/icons/close.png") no-repeat center center;
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%)
    hue-rotate(288deg) brightness(102%) contrast(102%);
  background-size: 50%;
  border-radius: 50%;
  z-index: 2;
}

.popupWrapper::before {
  content: "";
  background: #db1f2e;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(52px);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.popupArea {
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.55);
  width: 100%;
  z-index: 2;
}

.progress-container {
  position: fixed;
  bottom: 30px; /* Adjust position */
  right: 20px; /* Adjust position */
  width: 50px; /* Adjust size */
  height: 50px;
  z-index: 99;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(0);
  transition: all 0.5s ease-in-out;
}
.solid .progress-container {
  transform: scale(1);
  transition: all 0.5s ease-in-out;
}

.progress-container:before {
  content: "\2197"; /* Unicode for the arrow */
  color: #db1f2e;
  position: absolute;
  font-size: 20px;
  transform: rotate(135deg);
  transition: all 1s linear;
}
.solid .progress-container:before {
  transform: rotate(316deg);
  transition: all 1s linear;
}

.progress-container svg {
  transform: rotate(0deg);
  width: 100%;
  height: 100%;
}

.progress-background {
  fill: none;
  stroke: #d9d9d9;
  stroke-width: 2;
}

.progress-indicator {
  fill: none;
  stroke: #db1f2e;
  stroke-width: 3;
  stroke-dasharray: 283;
  stroke-dashoffset: 283;
  transition: all 1s linear;
  animation: progress-animation 1s linear forwards;
  animation-timeline: scroll(root);
}

@keyframes progress-animation {
  0% {
    stroke-dashoffset: 283;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

.news-filters.sticky .filter-wrapper {
  padding: 16px 0;
}

.wpcf7-not-valid-tip {
  color: red;
  font-size: 12px;
  font-weight: normal;
  display: block;
  margin: 5px 0;
}
.form-section form {
  margin-top: 38px;
}
.form-group {
  margin-bottom: 20px;
}
.form-group label {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #000;
  margin-bottom: 8px;
  display: inline-block;
  width: 100%;
}

.form-group span.wpcf7-form-control-wrap {
  display: inline-block;
  width: 100%;
}
.form-group input,
.form-group textarea {
  color: black;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 12px;
  outline: none;
  background-color: #f5f3f3;
  border-radius: 22px;
  padding: 13px 10px;
  width: 100%;
}
.form-group input:focus,
.form-group textarea:focus {
  outline: none;
}

.wpcf7-form-control.wpcf7-submit {
  border-radius: 200px;
  background-color: #000;
  color: #fff;
  text-transform: uppercase;
  font-family: "Stolzl", sans-serif;
  font-weight: 500;
  font-size: 14px;
  padding: 10px 0;
  width: 100%;
  border: 1px solid #000;
  transition: all 0.3s ease-in;
}

.wpcf7-form-control.wpcf7-submit:hover {
  cursor: pointer;
  color: #000;
  background-color: transparent;
  transition: all 0.3s ease-in;
}

.brands-li:nth-child(5) {
  list-style: none;
}
/* static pages rich text */

.terms_condition,
.privacy_policy {
  padding: 70px 0;
}
.terms_condition h1,
.privacy_policy h1 {
  font-family: "stolzl", sans-serif;
  color: #000;
  font-size: 48px;
  font-weight: normal;
}

.terms_condition p,
.terms_condition .container div,
.terms_condition ul li,
.terms_condition ol li,
.privacy_policy p,
.privacy_policy .container div,
.privacy_policy ul li,
.privacy_policy ol li {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  color: #878787;
  font-weight: normal;
}

.terms_condition ul li,
.terms_condition ol li,
.privacy_policy ul li,
.privacy_policy ol li {
  margin-bottom: 16px;
}
.terms_condition ul,
.terms_condition ol,
.privacy_policy ul,
.privacy_policy ol {
  padding-left: 40px;
  list-style-type: disc;
}

.terms_condition h3,
.privacy_policy h3 {
  font-size: 40px;
  font-family: "stolzl", sans-serif;
  color: #000;
  font-weight: normal;
}

.spotlight .fadeWords > div,
.spotlight .fadeLines > div,
.brand-list-item .fadeLines > div,
.spotlightSwiper .fadeWords > div,
.news-detail-wrapper .fadeWords > div {
  white-space: nowrap;
}

.spotlight .animation-done div,
.brand-list-item .animation-done div,
.spotlightSwiper .animation-done div,
.news-detail-wrapper .animation-done div {
  overflow: unset;
}

.single-brands .news {
  display: none;
}

.news-detail-wrapper .content p{
  font-family: "Inter", sans-serif;
  font-weight: normal;
  font-size: 20px;
  color: #878787;
  width: 100%;
  margin: 0 auto;
  margin-top: 16px;
}

.grecaptcha-badge{
  display:none !important;
}



