:root {
  --snake-width: 3;
  --snake-seg: 350;
  --snake-speed: 2s;
  --radius: 10px; /* original image border radius */
  --offset: 10px; /* how far outside the snake sits */
}

@keyframes beat {
  to {
    transform: scale(1.2);
  }
}
@property --deg {
  syntax: "<angle>";
  inherits: true;
  initial-value: 0deg;
}
body {
  margin: 0;
  background-color: #1a1a1a;
  color: rgba(255, 255, 255, 0.8666666667);
  box-sizing: border-box;
}

.main_ctr {
  position: relative;
  overflow: hidden;
  font-family: "Montserrat";
  height: 100vh;
  max-height: 100vh;
  width: 100%;
  max-width: 100%;
}

#demo {
  max-width: 100%;
  overflow: hidden;
  position: relative;
  height: 100vh;
  touch-action: pan-y;
}

.box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.box::before, .box::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  border-radius: inherit;
  padding: 2px;
  background: conic-gradient(from var(--deg), rgb(255, 255, 255), rgba(28, 229, 94, 0.8), rgb(28, 229, 94), rgb(255, 255, 255));
  border-radius: 20px;
  z-index: -2;
  padding: 2px;
  animation: autoRotate 2s linear infinite;
}
.box .next::after {
  filter: blur(10px);
}
@keyframes autoRotate {
  to {
    --deg: 360deg;
  }
}

.card {
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0;
  background-position: center;
  background-size: cover;
  box-shadow: 6px 6px 10px 2px rgba(0, 0, 0, 0.6);
}
.card::after {
  content: "";
  position: absolute;
  display: block;
  right: 10px;
  top: 10px;
  width: 20px;
  height: 20px;
  background: url("../images/small_logo_ecologic.svg") no-repeat center/contain;
}
.card.active::after {
  display: none;
}
.card.vibrate {
  box-shadow: none;
}
.card.vibrate::after {
  animation: beat 0.75s linear infinite;
  transform-origin: center;
}

.snake-orbit {
  opacity: 0;
  position: absolute;
  top: -5px;
  left: -5px; /* match --offset */
  width: calc(100% + 10px); /* expand horizontally */
  height: calc(100% + 10px); /* expand vertically */
  z-index: 2;
  pointer-events: none;
}

.snake {
  stroke: url(#snakeGradient);
  stroke-width: var(--snake-width);
  stroke-linecap: round;
  stroke-dasharray: var(--snake-seg) calc(1000 - var(--snake-seg));
  animation: snake-move var(--snake-speed) linear infinite;
}

@keyframes snake-move {
  to {
    stroke-dashoffset: -1000;
  }
}
#btn {
  position: absolute;
  top: 690px;
  left: 16px;
  z-index: 99;
}

.card-content {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  left: 0;
  top: 20px;
  color: rgba(255, 255, 255, 0.8666666667);
  width: 240px;
  height: 80px;
  background-image: linear-gradient(45deg, rgba(105, 202, 241, 0.76), rgba(28, 229, 94, 0.76));
  padding-left: 16px;
  border-radius: 0 0 10px 10px;
}

.content-place {
  margin-top: 6px;
  font-size: 13px;
  font-weight: 500;
}

.content-place {
  font-weight: 500;
}

.content-title-1,
.content-title-2 {
  font-weight: 700;
  font-size: 20px;
  font-family: "Montserrat";
}
.content-title-1 .pmu_title,
.content-title-2 .pmu_title {
  display: block;
}

.content-start {
  width: 30px;
  height: 5px;
  border-radius: 99px;
  background-color: rgba(255, 255, 255, 0.8666666667);
}

.details {
  z-index: 22;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) !important;
  left: 60px;
  width: 100%;
  max-width: 600px;
}
.details .place-box {
  height: 28px;
  overflow: hidden;
}
.details .place-box .text {
  padding-top: 16px;
  font-size: 20px;
}
.details .place-box .text:before {
  top: 0;
  left: 0;
  position: absolute;
  content: "";
  width: 30px;
  height: 4px;
  border-radius: 99px;
  background-color: white;
}
.details .title-1,
.details .title-2 {
  font-weight: 700;
  font-size: 72px;
  font-family: "Montserrat";
}
.details .title-1 .contact_t,
.details .title-2 .contact_t {
  margin-left: 2px;
}
.details .title-2 {
  font-size: 90px;
  line-height: 72px;
}
.details .title-2 .pmu_title {
  display: none;
}
.details .title-2 .pmu_logo {
  width: 200px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.details .title-box-1,
.details .title-box-2 {
  display: none;
  margin-top: 2px;
  overflow: hidden;
}
.details > .desc {
  margin-top: 16px;
  width: 500px;
  font-size: 15px;
}
.details > .cta {
  width: 100%;
  margin-top: 24px;
  display: flex;
  align-items: center;
}
.details > .cta .pmu_bottom_wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.details > .cta .pmu_bottom_wrapper .know_more_btn {
  margin-bottom: 0px;
}
.details > .cta .pmu_bottom_wrapper .icon_box {
  display: flex;
  align-items: center;
  gap: 16px;
}
.details > .cta .pmu_bottom_wrapper .intertek {
  width: 100px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.details > .cta .pmu_bottom_wrapper .iso {
  width: 80px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.details > .cta > .bookmark {
  border: none;
  background-color: #ecad29;
  width: 36px;
  height: 36px;
  border-radius: 99px;
  color: white;
  display: grid;
  place-items: center;
}
.details > .cta > .bookmark svg {
  width: 20px;
  height: 20px;
}
.details > .cta > .discover {
  border: 1px solid #ffffff;
  background-color: transparent;
  height: 36px;
  border-radius: 99px;
  color: #ffffff;
  padding: 4px 24px;
  font-size: 12px;
  margin-left: 16px;
  text-transform: uppercase;
}

.indicator {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  height: 4px;
  z-index: 60;
  background-image: linear-gradient(45deg, #69caf1, #1ce55e);
}

.logo-box {
  margin-top: 16px;
  width: 480px;
  height: auto;
  margin-bottom: 40px;
}
.logo-box img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.pagination {
  position: absolute;
  left: 0px;
  top: 0px;
  display: inline-flex;
}
.pagination > .arrow {
  z-index: 60;
  width: 50px;
  height: 50px;
  border-radius: 999px;
  border: 2px solid rgba(255, 255, 255, 0.3333333333);
  display: grid;
  place-items: center;
}
.pagination > .arrow:nth-child(2) {
  margin-left: 20px;
}
.pagination > .arrow svg {
  width: 24px;
  height: 24px;
  stroke-width: 2;
  color: rgba(255, 255, 255, 0.6);
}
.pagination .progress-sub-container {
  margin-left: 24px;
  z-index: 60;
  width: 500px;
  height: 50px;
  display: flex;
  align-items: center;
}
.pagination .progress-sub-container .progress-sub-background {
  width: 500px;
  height: 3px;
  background-color: rgba(255, 255, 255, 0.2);
}
.pagination .progress-sub-container .progress-sub-background .progress-sub-foreground {
  height: 3px;
  background-color: #ecad29;
}
.pagination .slide-numbers {
  width: 50px;
  height: 50px;
  overflow: hidden;
  z-index: 60;
  position: relative;
}
.pagination .slide-numbers .item {
  width: 50px;
  height: 50px;
  position: absolute;
  color: white;
  top: 0;
  left: 0;
  display: grid;
  place-items: center;
  font-size: 32px;
  font-weight: bold;
}

.cover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  z-index: 100;
}

.title-wrapper {
  display: flex;
  align-items: center;
  gap: 16px;
}
.title-wrapper .intertek {
  width: 50px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

@media only screen and (max-width: 1560px) {
  .logo-box {
    width: 400px;
  }
  .details .title-1 {
    font-size: 56px;
  }
  .details .title-2 {
    font-size: 68px;
    line-height: 58px;
  }
  .details .title-2 .pmu_logo {
    width: 140px;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .title-wrapper .intertek {
    width: 36px;
  }
  .tab_flex .tab_box {
    font-size: 14px;
    line-height: 42px;
    padding: 0 20px;
    margin-right: 15px;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 1024px) {
  .card-content {
    width: 180px;
  }
  .card-content .content-title-1,
  .card-content .content-title-2 {
    font-size: 16px;
  }
  .details {
    width: calc(100% - 40px);
    top: 60px;
    left: 20px;
    transform: translateY(0) !important;
  }
  .details .logo-box {
    width: 100%;
  }
  .details .title-1 {
    font-size: 32px;
    line-height: 28px;
  }
  .details .title-2 {
    font-size: 36px;
    line-height: 32px;
  }
  .details .title-2 .pmu_logo {
    width: 100px;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .details > .desc {
    width: 100%;
    font-size: 12px;
  }
  .details > .cta {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 10px;
  }
  .details > .cta .pmu_bottom_wrapper .icon_box .intertek {
    width: 60px;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .details > .cta .pmu_bottom_wrapper .icon_box .iso {
    width: 50px;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .details > .cta > .discover {
    margin-left: 0;
    margin-top: 12px;
  }
  .details > .cta .know_more_btn {
    font-size: 12px;
    line-height: 36px;
  }
  .details > .cta .tab_flex .tab_box {
    font-size: 12px;
    line-height: 36px;
    padding: 0 12px;
    margin-right: 10px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 430px) {
  .pmu_market {
    padding-top: 75px;
  }
  .pmu_market h2 {
    font-size: 28px;
    line-height: 32px;
  }
  .pmu_market h2 span {
    font-size: 28px;
  }
  .pmu_market .market_flex {
    max-height: none;
  }
  .pmu_market .market_flex .market_box {
    font-size: 11px;
    line-height: 36px;
  }
  .pmu_market .button_wrapper .back_btn {
    line-height: 32px;
    font-size: 11px;
  }
  header .container .menu_btn {
    right: 5px;
  }
  .card-content {
    top: 52px;
    width: 100px;
    height: 48px;
    padding-left: 8px;
  }
  .card-content .content-title-1,
  .card-content .content-title-2 {
    font-size: 10px;
  }
  .video_box .back_btn {
    font-size: 11px;
    line-height: 32px;
  }
  .details > .desc {
    width: 100%;
    font-size: 12px;
    margin-top: 10px;
  }
  .details .logo-box {
    width: 300px;
  }
  .details > .cta .know_more_btn {
    font-size: 11px;
  }
  .details > .cta .tab_flex .tab_box {
    font-size: 11px;
  }
}/*# sourceMappingURL=preview.css.map */