.c-content-home {
  position: relative;
}

.btn-close {
  filter: contrast(0);
}

.c-home-image-grid-container {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 1rem;
}

.c-gradient-top {
  pointer-events: none;
  width: 100%;
  height: 350px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 1) 15%,
    rgba(125, 185, 232, 0) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 1) 15%,
    rgba(125, 185, 232, 0) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 1) 15%,
    rgba(125, 185, 232, 0) 100%
  );
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0) 15%,
    rgba(125, 185, 232, 0) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0) 15%,
    rgba(125, 185, 232, 0) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0) 15%,
    rgba(125, 185, 232, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#007db9e8',GradientType=0 );
  opacity: 1;
}

.c-home-image-grid {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-content: stretch;
  box-sizing: border-box;
  width: 100%;
  gap: 16px;
}

.c-home-image-grid__box {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-content: stretch;
  flex: 1;
  width: 0;
  gap: 16px;
}

.c-home-image-grid__box-item {
  overflow: hidden;
  margin: 0;
  position: relative;
  cursor: zoom-in;
  border-radius: 0.5rem;
}

.c-home-image-grid__box-item-img {
  object-fit: cover;
  border-radius: 0.5rem;
  width: -webkit-fill-available;
  transform: scale(1);
  transition: 0.5s all ease;
}

.c-home-image-grid__box-item:hover .c-home-image-grid__box-item-img {
  transform: scale(1.1);
}

.c-benefit-title {
  font-weight: 600;
}

.c-benefit-button {
  position: relative;
  border: none;
  background: none;
  outline: none;
  color: black;
  mix-blend-mode: screen;
  font-weight: 700;
}

.c-benefit-button::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: white;
  border-radius: 0.3em;
  content: "";
  mix-blend-mode: color-burn;
}

.c-benefit-list {
  padding-left: 1.5rem;
}

.c-benefit-list li {
  list-style-image: url("../../icons/check.svg");
  margin-bottom: 0.15rem;
}

.c-home-image-grid__box-item-categories {
  position: absolute;
  bottom: 0;
  display: flex;
  font-size: 0.75rem;
  margin: 0.75rem;
  gap: 8px;
}

.c-home-image-grid__box-item-categories-item {
  background-color: rgba(0, 0, 0, 0.4);
  padding: 0.25rem 0.5rem;
  border-radius: 4px;
}

.home-image-grid-slider__item {
  height: min-content;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: hidden;
}

.home-image-grid-slider__item-img {
  max-height: 100vh;
  width: 100% !important;
  z-index: 2 !important;
  padding: 0.25rem !important;
}

.modal-backdrop.fade.show {
  background: rgba(0, 0, 0, 0.75) !important;
  backdrop-filter: blur(12px) !important;
  opacity: unset !important;
}

.home-image-grid-slider button {
  z-index: 2;
}

.home-backdrop-loading {
  position: absolute;
  top: 50%;
  left: 50%;
}

.home-image-grid-slider__options {
  z-index: 3;
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 1rem 2rem;
}

.slick-arrow {
  transform: scale(2) !important;
}

.slick-prev {
  left: 0 !important;
}

.slick-next {
  right: 0 !important;
}

.slick-prev.slick-arrow::before {
  content: url("../../../assets/icons/chevron-left.svg");
  filter: invert(1);
}

.slick-next.slick-arrow::before {
  content: url("../../../assets/icons/chevron-right.svg");
  filter: invert(1);
}

/* Feature */
.c-home__feature {
  padding-bottom: 52px;
  padding-top: 52px;
}

.c-home__feature--title {
  font-size: 36px;
  line-height: 1.5;
  margin-top: 14px;
  margin-bottom: 14px;
}

.c-home__feature--desc {
  line-height: 1.75;
  font-size: 18px;
  overflow: hidden;
  margin-top: 0;
  margin-bottom: 1rem;
  transition: none;
}

.c-home__feature--video {
  width: 100%;
  border-radius: 12px;
}

.c-faq .accordion-item,
.c-faq .accordion-button {
  background-color: transparent !important;
  box-shadow: none !important;
  color: #fff;
}

.c-faq .accordion-item {
  border-color: #343434 !important;
}

.c-faq .accordion-button:hover {
  opacity: 0.75;
}

.c-faq .accordion-button {
  font-weight: 800;
  font-size: 18px;
  line-height: 1.5;
  user-select: none;
}

.accordion-button::after {
  background-image: url("../../icons/plus.svg");
  filter: invert(1);
}

.accordion-button:not(.collapsed)::after {
  background-image: url("../../icons/plus.svg");
  filter: invert(1);
  transform: rotate(-45deg);
}

.c-home__start {
  background-color: #fff;
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
}

.c-home__content {
  padding: 2rem;
}

.c-home__content {
  color: #000;
}

.c-home__content p {
  font-size: 18px;
}

.c-home__start .row {
  align-items: center;
}

.c-home__start--img {
  aspect-ratio: 9/12.5;
  overflow: hidden;
}

.c-home__start--img img {
  width: 100%;
  overflow: hidden;
}

.c-home__start--title {
  color: #000;
  font-size: 42px;
  font-weight: 700;
}

.c-footer__section {
  margin-bottom: 2rem;
}

.c-footer__section-title {
  margin-bottom: 0.5rem;
  font-size: 14px;
  font-weight: 700;
}

.c-footer__section-menu li {
  list-style: none;
  margin-bottom: 0.5rem;
}

.c-footer__section-menu li a {
  color: #fff;
  text-decoration: none;
  transition: 0.2s all ease;
  font-size: 14px;
  opacity: 0.75;
}

.c-footer__section-menu li a:hover {
  opacity: 1;
}

.c-footer__section-menu ul {
  margin-left: 0;
  padding-left: 0;
}

.navbar {
  position: sticky;
  top: -1px;
  z-index: 3;
}

.c-home__hero--container {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  margin-bottom: 56px;
  background-color: #111;
  z-index: 1;
}

.c-home__hero--gradient {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.8) 15%,
    rgba(0, 0, 0, 0.8) 50%,
    rgba(0, 0, 0, 0.95) 70%,
    rgba(0, 0, 0, 0.6) 95%,
    rgba(0, 0, 0, 1) 100%
  );
  opacity: 0.9;
}

.c-home__hero--perspective {
  perspective: 500px;
  height: 100%;
  position: relative;
}

.c-home__hero--background {
  height: 100%;
  transform: rotateX(365deg) rotateY(352deg) rotateZ(10deg);
  /* transform: translateX(-30%) translateY(50%) rotateX(365deg) rotateY(352deg) rotateZ(10deg); */
  transform: rotateX(365deg) rotateY(352deg) rotateZ(10deg) skew(334deg, 360deg)
    translateX(-100%);
  transform-style: preserve-3d;
}

.c-home__hero--background--content {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
}

.c-home__hero--background .netflix-box {
  display: flex;
  flex-direction: column;
  /* transform: translateX(-100%) translateY(-100px); */
}

.c-home__hero--background .netflix-box .netflix-thumbnail {
  transform: unset;
  min-width: auto;
  min-height: auto;
}

.c-home__hero--background .netflix-box .netflix-thumbnail img {
  width: -webkit-fill-available;
  max-width: 200px;
  height: auto;
  border-radius: 8px;
}

.c-relative {
  position: relative;
}

.c-distance-section {
  padding-bottom: 4rem !important;
}

.c-laurel {
  display: table !important;
  position: relative;
  filter: invert(1);
  margin: auto;
  margin-bottom: 2rem;
  margin-top: 2rem;
}

@media (min-width: 800px) {
  .c-laurel {
    margin: 0;
    margin-bottom: 2rem;
    margin-top: 2rem;
  }

  .c-home-image-grid-container {
    padding: 0 2rem;
  }

  .slick-prev {
    left: -25px !important;
  }
  
  .slick-next {
    right: -25px !important;
  }

  .home-image-grid-slider__item-img {
    max-height: 100vh;
    width: auto !important;
    z-index: 2 !important;
    padding: 0 !important;
  }
}

.c-laurel__text {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 12px;
  color: #000;
  font-size: 13px;
  font-weight: bold;
  text-shadow: none;
}

.c-laurel__stars {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 29px;
}

.c-laurel__stars img {
  width: 13px;
  margin-left: 2px;
  margin-right: 2px;
}

.c-laurel__img {
  width: 185px;
}
