/* purgecss start ignore */
.plyr {
  --plyr-color-main: #8F4866;
}

/* Optional: Also change the hover/focus states */
.plyr {
  --plyr-color-main: #8F4866;
  --plyr-video-control-color-hover: #8F4866;
  --plyr-video-control-background-hover: rgba(143, 72, 102, 0.1);
  --plyr-audio-control-color-hover: #8F4866;
  --plyr-audio-control-background-hover: rgba(143, 72, 102, 0.1);
}

/* purgecss end ignore */
/* purgecss start ignore */
.partner-content figure {
  text-align: end;
}

.video-wrap video, .main-video video {
  width: 100%;
}

.partner-detail {
  position: relative;
  overflow: hidden;
}
.partner-detail p {
  color: rgba(255, 255, 255, 0.8);
}
.partner-detail .detail-content {
  display: flex;
  flex-direction: column;
}
.partner-detail .detail-content figure {
  margin: 0;
  flex: 1;
}
.partner-detail .detail-content figure img {
  border-radius: 12px;
}
@media (min-width: 992px) {
  .partner-detail .detail-content figure img {
    border-radius: 18px;
  }
}
@media (min-width: 1400px) {
  .partner-detail .detail-content figure img {
    border-radius: 24px;
  }
}
@media (min-width: 768px) {
  .partner-detail .detail-content figure img {
    height: 100%;
  }
}

.list-features {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.list-features li {
  border-bottom: 1px dashed rgba(255, 255, 255, 0.2);
  padding-bottom: 20px;
}
.list-features li:last-child {
  border: 0;
  padding-bottom: 0;
}
.list-features h3 {
  font-size: 20px;
  margin: 0;
}
.list-features p {
  margin: 0;
}

.bg-video {
  mix-blend-mode: exclusion;
  position: absolute;
  width: 100%;
  bottom: 0;
  transform: rotate(-14deg) translateY(30%);
  pointer-events: none;
  opacity: 0.4;
}
.bg-video video {
  width: 100%;
}

.partner-content-tab figure {
  margin: 0;
}
.partner-content-tab figure img {
  border-radius: 12px;
  width: 100%;
  aspect-ratio: 787/416;
}
@media (min-width: 992px) {
  .partner-content-tab figure img {
    border-radius: 18px;
  }
}
@media (min-width: 1400px) {
  .partner-content-tab figure img {
    border-radius: 24px;
  }
}
.partner-content-tab .tab-pill a {
  line-height: 1;
  min-height: 48px;
}
@media (min-width: 768px) {
  .partner-content-tab .tab-pill a {
    white-space: nowrap;
  }
}
@media (max-width: 767.98px) {
  .partner-content-tab .section-subtitle h3 {
    font-size: 29px;
  }
}

.tab-sticky {
  top: 70px;
  z-index: 7;
}
@media (min-width: 576px) {
  .tab-sticky {
    top: 80px;
  }
}
@media (min-width: 768px) {
  .tab-sticky {
    top: 100px;
  }
}

.list-amneties {
  display: grid;
  gap: 8px;
}
@media (min-width: 576px) {
  .list-amneties {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 768px) {
  .list-amneties {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}
@media (min-width: 992px) {
  .list-amneties {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (min-width: 1200px) {
  .list-amneties {
    grid-template-columns: repeat(6, 1fr);
    gap: 25px;
  }
}

.amnety-item {
  box-shadow: 0px 12px 48px 0px rgba(143, 72, 102, 0.1019607843);
  background: #fff;
  padding: 16px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(143, 72, 102, 0.2);
  display: flex;
  align-items: center;
  gap: 12px;
  color: #8F4866;
  line-height: 1;
}
@media (min-width: 992px) {
  .amnety-item {
    border-radius: 15px;
  }
}
@media (min-width: 1400px) {
  .amnety-item {
    border-radius: 20px;
  }
}
@media (max-width: 575.98px) {
  .amnety-item {
    padding: 12px;
    gap: 8px;
  }
}
.amnety-item h4 {
  font-size: 16px;
  color: #8F4866;
  margin-bottom: 2px;
}
.amnety-item p {
  color: #6B7280;
  margin: 0;
  font-size: 13px;
}
.amnety-item .icon {
  box-shadow: 0px 8px 24px 0px rgba(143, 72, 102, 0.1490196078);
  border: 1px solid rgba(143, 72, 102, 0.3);
  border-radius: 7px;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all ease 0.3s;
  background: #fff;
  flex-shrink: 0;
}
@media (min-width: 992px) {
  .amnety-item .icon {
    border-radius: 10.5px;
  }
}
@media (min-width: 1400px) {
  .amnety-item .icon {
    border-radius: 14px;
  }
}
@media (min-width: 1200px) {
  .amnety-item .icon {
    width: 50px;
    height: 50px;
  }
}
.amnety-item .icon span {
  display: inline-block;
  width: 100%;
  height: 100%;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background: #8F4866;
  transition: all ease 0.3s;
}
.amnety-item:hover .icon {
  background: #8F4866;
  transform: rotate(-5deg);
}
.amnety-item:hover .icon span {
  background: #fff;
}

.list-highlight {
  gap: 16px;
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 1199.98px) {
  .list-highlight {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767.98px) {
  .list-highlight {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
}
@media (max-width: 575.98px) {
  .list-highlight {
    grid-template-columns: 1fr;
  }
}
.list-highlight .icon {
  background: linear-gradient(135deg, rgba(143, 72, 102, 0.1) 0%, rgba(143, 72, 102, 0.05) 100%);
  -webkit-backdrop-filter: blur(25px);
          backdrop-filter: blur(25px);
  box-shadow: 0px 1.08px 3.25px 0px rgba(0, 0, 0, 0.1019607843);
}

.partner-content-tab {
  color: #333333;
}

.title__logo {
  display: flex;
  align-items: center;
  gap: 20px;
}
.title__logo .image {
  padding-inline-start: 20px;
  position: relative;
  padding-bottom: 24px;
}
.title__logo .image:before {
  content: "";
  position: absolute;
  top: 10px;
  inset-inline-start: 0;
  width: 2px;
  height: 40%;
  background: repeating-linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) 2px, transparent 2px, transparent 4px);
}
.title__logo img {
  max-height: 60px;
  max-width: 130px;
}

/* purgecss end ignore */
