header,
footer {
  display: none;
}

#main {
  margin-top: 0;
}

ul {
  padding-left: 1rem;
}

.fw-800 {
  font-weight: 800;
}

.fw-700 {
  font-weight: 700;
}

.fw-400 {
  font-weight: 400;
}

.text-yellow { 
  color: #DBC704;
}

.bg-yellow {
  background-color: #DBC704;
}

.text-purple {
  color: #91398D;
}

.bg-purple {
  background-color: #91398D;
}

.c-button {
  padding: 10px;
  text-transform: uppercase;
  font-family: 'neulis-alt';
  font-weight: 700;
  border-radius: 5px;
  box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.15);
  transition: .25s all;
  transform: scale(1);
  display: inline-block;
  font-size: 14px;
}

.c-button:hover {
  opacity: 0.9;
  transform: scale(0.975);
}

.hero {
  position: relative;
  padding: 16% 0;
}

.hero .hero-bg {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  height: 100%;
  object-fit: cover;
  
}

.hero-content {
  width: 52%;
  position: relative;
  z-index: 2;
  padding-left: 10px;
}

.hero-content img {
  transform: translateX(-15%);
  margin: -20% 0 0;
}

.hero-content h2 {
  font-size: 48px;
  line-height: 1;
}

.hero-content h5 {
  font-size: 24px;
  line-height: 1;
  margin: 30px 0;
}


.trip-list-summary {
  position: relative;
  z-index: 2;
  margin-top: -72px;
  padding-bottom: 64px;
}


.trip-list-summary .trip-list-card {
  aspect-ratio: 135 / 86;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border-top: solid 12px var(--color);
  padding: 10px;
  filter: drop-shadow(4px 4px 10px rgba(0, 0, 0, 0.15));
  background-size: 100%;
  transition: 2s all;
  background-position: center;
}

.trip-list-summary .trip-list-card::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 60%;
  left: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);
  z-index: 10;
}

.trip-list-summary .trip-list-card * {
  z-index: 20;
}

.trip-list-summary .trip-list-card:hover {
  background-size: 110%;
}

.trip-list-summary .card-title {
  font-size: 48px;
  line-height: 1;
  margin-bottom: 10px;
}

.trip-list-summary .card-subtitle {
  font-size: 24px;
  max-width: 490px;
  line-height: 1;
}

.trip-list-summary .card-range {
  padding-left: 10px;
  margin: 30px 0;
  font-size: 24px;
}

.trip-list-summary .card-description {
  line-height: 1.55;
  margin-bottom: 30px;
}

.discover {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 800px;
  background-color: #120a15;
}

.discover img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  height: 100%;
  object-fit: cover;
}

.discover-content {
  width: 52%;
  position: relative;
  z-index: 2;
  padding-left: 16px;
}

.discover h2 {
  font-size: 54px;
  line-height: 1;
}

.discover h3 {
  font-size: 30px;
  line-height: 1;
  margin: 24px 0;
}

.trip-list-wrapper {
  position: relative;
}

.trip-list {
  position: relative;
  aspect-ratio: 9/5;
}

.trip-list .trip-info {
  position: absolute;
  z-index: 30;
  bottom: 0;
  text-align: center;
  width: 100%;
  height: 100%;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 24px;
  color: #fff;
}

.trip-list .trip-info * {
  position: relative;
  z-index: 40;
}

.trip-list .trip-title {
  font-size: 54px;
  line-height: 1;
}

.trip-list .trip-sub {
  font-size: 36px;
  line-height: 1;
  margin: 24px 0;
}

.trip-list .trip-info::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 60%;
  left: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);
  z-index: 10;
}

.trip-list::before {
  width: 100%;
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 12px;
  background-color: var(--color);
  z-index: 50;
}

.trip-list::after {
  content: '';
  position: absolute;
  left: 50%;
  top: calc(100% - 4px);
  transform: translateX(-50%) scaleX(1.8);
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid var(--color);
}

.trip-list .trip-video {
  position: absolute;
  left: 0;
  top: 0;
  min-width: 100%;
  min-height: 100%;
  width: 100%;
}

.trip-list-data {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.trip-list-item {
  width: 31%;
  border-top: solid 3px var(--color);
  padding-top: 24px;
  margin-top: 48px;
}

.trip-description-title {
  font-size: 24px;
  line-height: 1;
}

.about {
  background-image: linear-gradient(
    to top, 
    #502B59 0%, 
    #502B59 50%, 
    rgba(80, 43, 89, 0) 70%, 
    transparent 65%
  );
  padding: 24px 0 64px;
}

.about-title-elements {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
}

.about-title-elements h2 {
  font-size: 48px;
  line-height: 1;
  margin-bottom: 64px;
}

.about-images-wrapper {
  display: flex;
  justify-content: space-between;
}

.about-images-bg::after {
  width: 100%;
  display: block;
  content: '';
  height: 120px;
  position: absolute;
  background: linear-gradient(180deg, rgba(80, 43, 89, 0.00) 0%, rgba(80, 43, 89, 1) 90.5%);
  bottom: 0;
}

.about-images-bg::before {
  border-radius: 50%;
  background: radial-gradient(50% 50% at 50% 50%, rgba(255, 255, 255, 0.49) 0%, rgba(255, 255, 255, 0.00) 92.5%);
  mix-blend-mode: plus-lighter;
  content: '';
  display: block;
  width: 50%;
  aspect-ratio: 1/1;
  top: -10%;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  z-index: 10;
  opacity: 0.9;
}

.about-text-wrapper {
  gap: 24px;
}

.about-text-wrapper p {
  width: calc(33% - 12px);
}

.percio-logo {
  height: 90px;
}

@media(max-width: 1199px) {
  .trip-list-summary .card-title {
    font-size: 36px;
  }
  .trip-list-summary .card-subtitle {
    font-size: 18px;
  }

  .about {
    background-image: linear-gradient(
      to top, 
      #502B59 0%, 
      #502B59 56%, 
      rgba(80, 43, 89, 0) 70%, 
      transparent 65%
    );
  }

  .about .container {
    max-width: 1080px;
  }

  .about-images-wrapper img {
    width: 280px;
  }

  .about-title-elements h2 {
    font-size: 40px;
  }
}

@media(max-width: 991px) {
  .hero {
    padding: 10% 0;
  }

  .hero-content img {
    max-width: 280px;
  }

  .hero-content h2 {
    font-size: 40px;
  }

  .hero-content h5 {
    font-size: 20px;
  }

  .trip-list-summary .container,
  .trip-list-wrapper .container,
  .hero .container,
  .discover .container, 
  .about .container {
    max-width: 900px;
  }

  .trip-list-summary .card-description {
    font-size: 16px;
  }

  .discover h2 {
    font-size: 36px;
    margin-top: 20px;
  }

  .discover h3 {
    font-size: 22px;
  }

  .trip-list .trip-title {
    font-size: 40px;
    margin-bottom: 0;
  }

  .trip-list .trip-sub {
    font-size: 20px;
    margin: 8px 0;
  }

  .about {
    background-image: linear-gradient(
      to top, 
      #502B59 0%, 
      #502B59 68%, 
      rgba(80, 43, 89, 0) 70%, 
      transparent 65%
    );
  }

  .about-images-bg::before {
    width: 90%;
  }

  .about-images-wrapper img {
    width: 220px;
  }

  .about-title-elements h2 {
    font-size: 36px;
  }

  .about-title-elements img {
    height: 100px;
  }

  .about-title-elements .percio-logo {
    height: 70px;
  }

}

@media(max-width: 767px) {
  .hero {
    aspect-ratio: 9/14;
    padding-top: 48px;
  }
  .hero .hero-bg {
    object-position: bottom;
  }
  .hero-content {
    width: 100%;
  }
  .hero-content img {
    max-width: 236px;
    margin: 0;
  }

  .discover {
    align-items: flex-start;
  }

  .discover-content {
    width: 100%;
    padding: 0 16px;
    margin: 24px 0 60%;
  }

  .trip-list-data {
    flex-direction: column;
    align-items: center;
  }

  .trip-list-item {
    width: 100%;
    max-width: 600px;
  }

  .about {
    background-image: linear-gradient(
      to top, 
      #502B59 0%, 
      #502B59 75%, 
      rgba(80, 43, 89, 0) 90%, 
      transparent 100%
    );

    padding-bottom: 0;
  }

  .about-images-wrapper img {
    display:  none;
  }

  .about-images-bg  {
    height: 380px;
  }

  .about-images-bg::after {
    display: none;
  }

  .about-text-wrapper {
    flex-direction: column;
  }

  .about-text-wrapper p {
    width: 100%;
  }

  .about-title-elements {
    width: 100%;
  }

  .about-title-elements h2 {
    font-size: 32px;
  }

  .about-mobile-images {
    padding-top: 24px;
    justify-content: space-around;
  }

  .about-mobile-images img {
    max-width: 180px;
  }
}


@media(max-width: 580px) {
  .hero {
    aspect-ratio: 9/15;
    padding-top: 24px;
  }

  .hero-content img {
    max-width: 200px;
    margin: 0;
  }

  .hero-content h2 {
    font-size: 32px;
  }

  .hero-content h5 {
    font-size: 18px;
    margin: 18px 0;
  }

  .discover-content {
    margin-bottom: 90%;
  }

  .trip-list {
    aspect-ratio: 5/6;
  }

  .trip-list .trip-video {
    object-fit: cover;
  }

  .social img {
    width: 40px;
  }

  .social h5 {
    font-size: 16px;
  }
}

@media(max-width: 415px) {
  .hero {
    aspect-ratio: 9/16;
    padding-top: 24px;
  }

  .discover-content {
    margin-bottom: 120%;
  }

  .about-mobile-images img {
    max-width: 140px;
  }

  .social img {
    width: 28px;
  }
}