.homepage .horizontal-line {
  height: 1px;
  background-color: #2a487c;
}
.homepage #hero {
  height: 100vh;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}
.homepage #hero .image-container,
.homepage #hero .video-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.homepage #hero .image-container video,
.homepage #hero .image-container img,
.homepage #hero .video-container video,
.homepage #hero .video-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.homepage #hero .hero-container {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  height: 80%;
  z-index: 1;
  gap: 50px;
}
.homepage #hero .hero-container .vertical-line {
  width: 1px;
  height: 25%;
  background-color: #ffffff;
}
.homepage #hero .hero-container .vertical-line.after-video.top {
  -webkit-clip-path: polygon(0 0, 200% 0, 200% 100%, 0 100%);
          clip-path: polygon(0 0, 200% 0, 200% 100%, 0 100%);
}
.homepage #hero .hero-container .vertical-line.after-video.bottom {
  margin-top: 20%;
  height: 20%;
}
.homepage #hero .hero-container h1,
.homepage #hero .hero-container h1 span {
  font-size: clamp(42px, 5.5vw, 84px);
  font-family: "Bodoni 72", s-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  color: #ffffff;
  position: relative;
  text-align: center;
  -webkit-clip-path: polygon(0 0, 200% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 200% 0, 100% 100%, 0% 100%);
}
.homepage #hero .hero-container h1 span,
.homepage #hero .hero-container h1 span span {
  text-align: center;
}
.homepage #hero .hero-container .subtitle {
  font-size: clamp(14px, 1.7vw, 20px);
  color: #ffffff;
  text-align: center;
  display: inline-block;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .homepage #hero .hero-container .subtitle {
    max-width: 300px !important;
  }
}
.homepage #hero .hero-container button {
  font-family: "Montserrat", s-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  padding: 14px 50px;
  outline-offset: -1px;
  cursor: pointer;
  color: #ffffff;
  outline: 1px solid #ffffff;
  position: relative;
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) and (min-height: 500px) {
  .homepage #hero .hero-container button {
    padding: 14px 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .homepage #hero .hero-container button {
    padding: 11px 27px;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .homepage #hero .hero-container button {
    padding: 9px 22px;
  }
}
.homepage #hero .hero-container button:hover {
  background-color: #ffffff;
  color: #2a487c;
}
.homepage #hero .hero-container button.after-video {
  transform: translateY(10.6666666667vh);
}
.homepage #hero .call {
  display: none !important;
  position: fixed;
  z-index: 200;
  right: 71px;
  bottom: 32px;
  height: 57px;
  width: 57px;
  background-color: rgba(13, 35, 71, 0.666);
  border-radius: 100%;
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
}
.homepage #hero .call a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 10;
}
.homepage #hero .call img {
  height: 70%;
  width: 70%;
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) and (min-height: 500px) {
  .homepage #hero .call {
    right: 50px;
    bottom: 28px;
    height: 45px;
    width: 45px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .homepage #hero .call {
    right: 30px;
    bottom: 22px;
    height: 45px;
    width: 45px;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .homepage #hero .call {
    right: 25px;
    bottom: 22px;
    height: 40px;
    width: 40px;
  }
}
.homepage #boating-options {
  height: calc(100vh - 120px);
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) and (min-height: 500px) {
  .homepage #boating-options {
    height: calc(100vh - 95px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .homepage #boating-options {
    height: calc(100vh - 95px);
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .homepage #boating-options {
    height: calc(100vh - 80px);
  }
}
.homepage #boating-options ul {
  display: flex;
  height: 100%;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .homepage #boating-options ul {
    flex-direction: column;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .homepage #boating-options ul {
    flex-direction: column;
  }
}
.homepage #boating-options ul .stacked-image--full {
  width: 40%;
}
@media only screen and (min-width: 768px) and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .homepage #boating-options ul .stacked-image--full {
    width: 100%;
    height: 50%;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .homepage #boating-options ul .stacked-image--full {
    width: 100%;
    height: 50%;
  }
}
.homepage #boating-options ul .stacked-image--full p,
.homepage #boating-options ul .stacked-image--full button,
.homepage #boating-options ul .stacked-image--full .btn {
  opacity: 1;
}
.homepage #boating-options ul li {
  position: relative;
  height: 100%;
  width: 30%;
  transition: width 0.7s ease-in-out, height 0.7s ease-in-out;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 70px;
}
@media only screen and (min-width: 768px) and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .homepage #boating-options ul li {
    width: 100%;
    height: 25%;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .homepage #boating-options ul li {
    width: 100%;
    height: 25%;
  }
}
.homepage #boating-options ul li img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) and (min-height: 500px) {
  .homepage #boating-options ul li {
    padding: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .homepage #boating-options ul li {
    padding: 50px;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .homepage #boating-options ul li {
    padding: 50px;
  }
}
.homepage #boating-options ul li h3,
.homepage #boating-options ul li p,
.homepage #boating-options ul li button,
.homepage #boating-options ul li .btn {
  z-index: 1;
  text-align: center;
}
.homepage #boating-options ul li a,
.homepage #boating-options ul li .btn {
  font-family: "Montserrat", s-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  padding: 14px 50px;
  outline-offset: -1px;
  cursor: pointer;
  color: #ffffff;
  outline: 1px solid #ffffff;
  z-index: 1;
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) and (min-height: 500px) {
  .homepage #boating-options ul li a,
  .homepage #boating-options ul li .btn {
    padding: 14px 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .homepage #boating-options ul li a,
  .homepage #boating-options ul li .btn {
    padding: 11px 27px;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .homepage #boating-options ul li a,
  .homepage #boating-options ul li .btn {
    padding: 9px 22px;
  }
}
.homepage #boating-options ul li a:hover,
.homepage #boating-options ul li .btn:hover {
  background-color: #ffffff;
  color: #2a487c;
}
.homepage #boating-options ul li h3 {
  color: #ffffff;
  font-size: clamp(26px, 3vw, 40px);
  font-family: "Bodoni 72", s-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  margin-bottom: 70px;
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) and (min-height: 500px) {
  .homepage #boating-options ul li h3 {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .homepage #boating-options ul li h3 {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .homepage #boating-options ul li h3 {
    margin-bottom: 40px;
  }
}
.homepage #boating-options ul li p {
  opacity: 0;
  flex: auto;
  font-size: clamp(14px, 1.7vw, 20px);
  font-family: "Montserrat", s-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  color: #ffffff;
  line-height: clamp(1.5rem, 2vw, 2rem);
}
@media only screen and (min-width: 1280px) {
  .homepage #boating-options ul li p {
    top: 150px;
    width: calc(40vw - 140px);
    position: absolute;
  }
}
.homepage #boating-options ul li button,
.homepage #boating-options ul li .btn {
  opacity: 0;
  margin-top: auto;
}
.homepage #boating-options ul li::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  /* transform: translateX(-50%); */
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.4117647059));
  transition: width 0.5s;
}
.homepage #our-fleet {
  position: relative;
  display: flex;
  margin-left: 100px;
  margin-right: 100px;
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) and (min-height: 500px) {
  .homepage #our-fleet {
    margin-left: 65px;
    margin-right: 65px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .homepage #our-fleet {
    margin-left: 0;
    margin-right: 0;
    flex-direction: column;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .homepage #our-fleet {
    margin-left: 0;
    margin-right: 0;
    flex-direction: column;
  }
}
.homepage #our-fleet .next-image-arrow {
  position: absolute;
  left: 52%;
  bottom: 5%;
  z-index: 2;
  cursor: pointer;
  outline: 1px solid #2a487c;
  border-radius: 100px;
  height: 35px;
  width: 35px;
  min-width: 35px;
  box-sizing: border-box;
  display: flex;
  align-self: center;
  align-items: center;
  justify-content: center;
  background: url(/wp-content/themes/luxurysports-theme/html/assets/images/icons/arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 18px;
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) and (min-height: 500px) {
  .homepage #our-fleet .next-image-arrow {
    height: 32px;
    width: 32px;
    min-width: 32px;
    background-size: auto 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .homepage #our-fleet .next-image-arrow {
    height: 30px;
    width: 30px;
    min-width: 30px;
    background-size: auto 13px;
  }
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .homepage #our-fleet .next-image-arrow {
    top: 38.4615384615vw;
    bottom: unset;
    right: 25px;
    left: unset;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .homepage #our-fleet .next-image-arrow {
    height: 25px;
    width: 25px;
    min-width: 25px;
    right: 10px;
    background-size: auto 11.4px;
  }
}
.homepage #our-fleet .next-image-arrow.prev {
  transform: rotate(180deg);
}
.homepage #our-fleet .next-image-arrow.activated {
  opacity: 1;
  outline: 1px solid #cadeff;
  background-color: #cadeff;
}
.homepage #our-fleet img {
  max-width: unset;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.homepage #our-fleet .content {
  gap: 20px;
  padding: 70px;
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) and (min-height: 500px) {
  .homepage #our-fleet .content {
    padding: 50px;
  }
  .homepage #our-fleet .content img {
    padding: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .homepage #our-fleet .content {
    text-align: center;
  }
  .homepage #our-fleet .content img {
    padding: 50px;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .homepage #our-fleet .content {
    text-align: center;
  }
  .homepage #our-fleet .content img {
    padding: 50px !important;
  }
}
.homepage #our-fleet .image-gallery {
  flex: 50%;
  box-sizing: border-box;
  position: relative;
  box-sizing: border-box;
  aspect-ratio: 1.3;
  width: 100%;
  flex-shrink: 0;
  margin: auto;
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) and (min-height: 500px) {
  .homepage #our-fleet .image-gallery {
    max-height: 500px;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .homepage #our-fleet .image-gallery {
    padding-bottom: 0;
  }
}
.homepage #our-fleet .image-gallery img {
  position: absolute;
  cursor: pointer;
  height: 100%;
  width: 100%;
  transition: all 2s;
  box-sizing: border-box;
  left: 0;
  top: 0;
  transform-origin: center calc(0% + 70px);
  aspect-ratio: 1300/900;
  visibility: visible;
}
@media only screen and (min-width: 768px) and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .homepage #our-fleet .image-gallery img {
    padding: 100px;
    padding-top: 200px;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .homepage #our-fleet .image-gallery img {
    padding: 50px;
    padding-top: 100px;
  }
}
.homepage #our-fleet .image-gallery img[data-order="1"] {
  z-index: 3;
  transition: z-index 2s, width 2s, height 2s, left 2s, right 2s, transform 0s;
}
.homepage #our-fleet .image-gallery img[data-order="2"] {
  top: -30px;
  z-index: 2;
  width: calc(100% - 43.3333333333px);
  left: 21.6666666667px;
  height: calc(100% - 30px);
  transition: z-index 2s, width 2s, height 2s, left 2s, right 2s, transform 0s;
}
.homepage #our-fleet .image-gallery img[data-order="3"] {
  z-index: 1;
  transform: rotateX(360deg);
  top: -60px;
  width: calc(100% - 86.6666666667px);
  left: 43.3333333333px;
  height: calc(100% - 60px);
}
.homepage #our-fleet .image-gallery::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  z-index: -1;
  background: rgba(202, 222, 255, 0.2);
}
@media only screen and (min-width: 768px) and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .homepage #our-fleet .image-gallery::after {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .homepage #our-fleet .image-gallery::after {
    width: 100%;
  }
}
.homepage #our-fleet .content {
  flex: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
.homepage #our-fleet .content::after {
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  left: -50%;
  width: 150%;
  height: 100%;
  background: rgba(202, 222, 255, 0.2);
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .homepage #our-fleet .content {
    padding-top: 0;
  }
}
.homepage #our-fleet .content .title-row {
  width: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.homepage #our-fleet .content .title-row h1,
.homepage #our-fleet .content .title-row h1 > *,
.homepage #our-fleet .content .title-row h2,
.homepage #our-fleet .content .title-row h2 > * {
  font-size: clamp(42px, 5.5vw, 84px);
  font-family: "Bodoni 72", s-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  color: #2a487c;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  text-align: center;
  line-height: 100px;
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) and (min-height: 500px) {
  .homepage #our-fleet .content .title-row h1,
  .homepage #our-fleet .content .title-row h1 > *,
  .homepage #our-fleet .content .title-row h2,
  .homepage #our-fleet .content .title-row h2 > * {
    line-height: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .homepage #our-fleet .content .title-row h1,
  .homepage #our-fleet .content .title-row h1 > *,
  .homepage #our-fleet .content .title-row h2,
  .homepage #our-fleet .content .title-row h2 > * {
    line-height: 60px;
    text-align: left;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .homepage #our-fleet .content .title-row h1,
  .homepage #our-fleet .content .title-row h1 > *,
  .homepage #our-fleet .content .title-row h2,
  .homepage #our-fleet .content .title-row h2 > * {
    line-height: 40px;
    text-align: left;
  }
}
.homepage #our-fleet .content .title-row .horizontal-line {
  flex: 1;
  height: 1px;
  background-color: #2a487c;
}
.homepage #our-fleet .content p {
  line-height: 32px;
  font-size: clamp(14px, 1.7vw, 20px);
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .homepage #our-fleet .content p {
    line-height: 22px;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .homepage #our-fleet .content p:nth-child(2) {
    display: none;
  }
}
.homepage #our-fleet .content button,
.homepage #our-fleet .content .btn {
  font-family: "Montserrat", s-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  padding: 14px 50px;
  outline-offset: -1px;
  cursor: pointer;
  color: #262626;
  outline: 1px solid #2a487c;
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) and (min-height: 500px) {
  .homepage #our-fleet .content button,
  .homepage #our-fleet .content .btn {
    padding: 14px 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .homepage #our-fleet .content button,
  .homepage #our-fleet .content .btn {
    padding: 11px 27px;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .homepage #our-fleet .content button,
  .homepage #our-fleet .content .btn {
    padding: 9px 22px;
  }
}
.homepage #our-fleet .content button:hover,
.homepage #our-fleet .content .btn:hover {
  background-color: #2a487c;
  color: #ffffff;
}
.homepage #features {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 70px 0;
}
.homepage #features img.bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
.homepage #features .image-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.91;
  background: linear-gradient(180deg, #214076, #1a3565);
  z-index: -1;
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) and (min-height: 500px) {
  .homepage #features {
    padding: 50px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .homepage #features {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .homepage #features {
    padding: 40px 0;
  }
}
.homepage #features h2,
.homepage #features h2 > * {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  font-size: clamp(42px, 5.5vw, 84px);
  font-family: "Bodoni 72", s-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  color: #ffffff;
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .homepage #features h2,
  .homepage #features h2 > * {
    text-align: center;
  }
}
.homepage #features ul.feature-icons {
  color: #ffffff;
  font-family: "Montserrat", s-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: clamp(12px, 1.6vw, 18px);
  font-weight: 500;
  display: grid;
  row-gap: 50px;
  -moz-column-gap: 20px;
       column-gap: 20px;
  grid-template-columns: repeat(24, 1fr);
  width: 80%;
  margin-top: 100px;
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) and (min-height: 500px) {
  .homepage #features ul.feature-icons {
    margin-top: 65px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .homepage #features ul.feature-icons {
    margin-top: 45px;
    width: 90%;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .homepage #features ul.feature-icons {
    margin-top: 25px;
    width: 95%;
    row-gap: 20px;
  }
}
.homepage #features ul.feature-icons li:nth-child(-n+4) {
  grid-column: span 6;
}
.homepage #features ul.feature-icons li:nth-child(n+5):nth-child(-n+7) {
  grid-column: span 8;
}
.homepage #features ul.feature-icons li {
  display: flex;
  align-items: center;
  justify-self: center;
  width: -moz-fit-content;
  width: fit-content;
  gap: 35px;
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) and (min-height: 500px) {
  .homepage #features ul.feature-icons li {
    gap: 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .homepage #features ul.feature-icons li {
    gap: 20px;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .homepage #features ul.feature-icons li {
    gap: 20px;
  }
}
.homepage #features ul.feature-icons li .icon-container {
  padding: 20px;
  width: 35px;
  display: flex;
  justify-content: center;
  transition: background-color 1s;
  border: 1px solid #ffffff;
  border-radius: 100px;
  align-items: center;
  aspect-ratio: 1;
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) and (min-height: 500px) {
  .homepage #features ul.feature-icons li .icon-container {
    padding: 15px;
    width: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .homepage #features ul.feature-icons li .icon-container {
    padding: 14px;
    width: 25px;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .homepage #features ul.feature-icons li .icon-container {
    padding: 12px;
    width: 20px;
  }
}
.homepage #features ul.feature-icons li .icon-container:hover {
  background-color: #ffffff;
}
.homepage #features ul.feature-icons li .icon-container:hover svg path,
.homepage #features ul.feature-icons li .icon-container:hover svg rect {
  fill: #2a487c;
}
.homepage #features ul.feature-icons li .icon-container svg {
  height: 100%;
}
.homepage #features ul.feature-icons li .icon-container svg path,
.homepage #features ul.feature-icons li .icon-container svg rect {
  fill: #ffffff;
  transition: fill 1s;
}
.homepage #features ul.feature-icons li .icon-container img {
  aspect-ratio: 1;
  max-width: unset;
}
.homepage #features ul.feature-icons li .icon-container:hover {
  background-color: #ffffff;
}
@media only screen and (min-width: 768px) and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .homepage #features ul.feature-icons li {
    justify-self: unset;
    max-width: 300px;
    min-width: 200px;
    gap: 20px;
  }
  .homepage #features ul.feature-icons li:nth-child(1) {
    grid-column-start: 1 !important;
    grid-column-end: 10 !important;
    justify-self: auto;
  }
  .homepage #features ul.feature-icons li:nth-child(2) {
    grid-column-start: 10 !important;
    grid-column-end: 18 !important;
    justify-self: center;
  }
  .homepage #features ul.feature-icons li:nth-child(3) {
    grid-column-start: 18 !important;
    grid-column-end: 25 !important;
    justify-self: end;
  }
  .homepage #features ul.feature-icons li:nth-child(4) {
    grid-column-start: 6 !important;
    grid-column-end: 14 !important;
    justify-self: start;
  }
  .homepage #features ul.feature-icons li:nth-child(5) {
    grid-column-start: 15 !important;
    grid-column-end: 24 !important;
    justify-self: start;
  }
  .homepage #features ul.feature-icons li:nth-child(6) {
    grid-column-start: 2 !important;
    grid-column-end: 13 !important;
    justify-self: auto;
  }
  .homepage #features ul.feature-icons li:nth-child(7) {
    grid-column-start: 13 !important;
    grid-column-end: 24 !important;
    justify-self: auto;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .homepage #features ul.feature-icons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    -moz-column-gap: 10%;
         column-gap: 10%;
  }
  .homepage #features ul.feature-icons li {
    width: 40%;
    gap: 15px;
  }
  .homepage #features ul.feature-icons li:nth-child(7) {
    width: 50%;
    align-self: center;
    justify-self: center;
  }
}
@media only screen and (max-width: 767px) and (orientation: landscape) {
  .homepage #features ul.feature-icons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    -moz-column-gap: 10%;
         column-gap: 10%;
  }
  .homepage #features ul.feature-icons li {
    width: 40%;
    gap: 15px;
  }
  .homepage #features ul.feature-icons li:nth-child(7) {
    width: 50%;
    align-self: center;
    justify-self: center;
  }
}
@media only screen and (max-width: 300px) {
  .homepage #features ul.feature-icons li {
    width: 80%;
    gap: 15px;
    flex-direction: column;
  }
}
.homepage #destinations {
  margin-top: 100px;
  margin-left: 100px;
  margin-right: 100px;
  padding: 70px 0;
  position: relative;
}
.homepage #destinations::after {
  position: absolute;
  content: "";
  left: -100px;
  top: 0;
  z-index: -1;
  height: 100%;
  width: 65%;
  background-color: rgba(202, 222, 255, 0.2);
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) and (min-height: 500px) {
  .homepage #destinations {
    margin-top: 65px;
    margin-left: 65px;
    margin-right: 65px;
  }
  .homepage #destinations::after {
    left: -65px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .homepage #destinations {
    margin-top: 45px;
    margin-left: 45px;
    margin-right: 45px;
  }
  .homepage #destinations::after {
    left: -45px;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .homepage #destinations {
    margin-top: 25px;
    margin-left: 25px;
    margin-right: 25px;
  }
  .homepage #destinations::after {
    left: -25px;
    width: 80%;
  }
}
.homepage #destinations .title-row {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 100px;
  gap: 50px;
}
.homepage #destinations .title-row h1,
.homepage #destinations .title-row h1 > *,
.homepage #destinations .title-row h2,
.homepage #destinations .title-row h2 > * {
  font-size: clamp(42px, 5.5vw, 84px);
  font-family: "Bodoni 72", s-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  color: #2a487c;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  text-align: center;
  line-height: 100px;
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) and (min-height: 500px) {
  .homepage #destinations .title-row h1,
  .homepage #destinations .title-row h1 > *,
  .homepage #destinations .title-row h2,
  .homepage #destinations .title-row h2 > * {
    line-height: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .homepage #destinations .title-row h1,
  .homepage #destinations .title-row h1 > *,
  .homepage #destinations .title-row h2,
  .homepage #destinations .title-row h2 > * {
    line-height: 60px;
    text-align: left;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .homepage #destinations .title-row h1,
  .homepage #destinations .title-row h1 > *,
  .homepage #destinations .title-row h2,
  .homepage #destinations .title-row h2 > * {
    line-height: 40px;
    text-align: left;
  }
}
.homepage #destinations .title-row .horizontal-line {
  flex: 1;
  height: 1px;
  background-color: #2a487c;
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) and (min-height: 500px) {
  .homepage #destinations .title-row {
    gap: 30px;
    margin-bottom: 65px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .homepage #destinations .title-row {
    gap: 15px;
    margin-bottom: 45px;
  }
  .homepage #destinations .title-row h2 {
    flex-shrink: unset;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .homepage #destinations .title-row {
    gap: 10px;
    margin-bottom: 25px;
  }
  .homepage #destinations .title-row h2 {
    flex-shrink: unset;
  }
}
.homepage #destinations .title-row .arrows {
  display: flex;
  gap: 17px;
}
.homepage #destinations .title-row .arrows .slider__arrow {
  cursor: pointer;
  opacity: 0.5;
  outline: 1px solid #2a487c;
  border-radius: 100px;
  height: 50px;
  width: 50px;
  min-width: 50px;
  position: relative;
  box-sizing: border-box;
  display: flex;
  align-self: center;
  align-items: center;
  justify-content: center;
  background: url("../../images/icons/arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) and (min-height: 500px) {
  .homepage #destinations .title-row .arrows .slider__arrow {
    height: 32px;
    width: 32px;
    min-width: 32px;
    background-size: auto 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .homepage #destinations .title-row .arrows .slider__arrow {
    height: 30px;
    width: 30px;
    min-width: 30px;
    background-size: auto 13px;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .homepage #destinations .title-row .arrows .slider__arrow {
    height: 25px;
    width: 25px;
    min-width: 25px;
    background-size: auto 11.4px;
  }
}
.homepage #destinations .title-row .arrows .slider__arrow.prev {
  transform: rotate(180deg);
}
.homepage #destinations .title-row .arrows .slider__arrow.activated {
  opacity: 1;
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .homepage #destinations .title-row .arrows {
    gap: 5px;
  }
}
.homepage #destinations ul {
  display: flex;
}
.homepage #destinations ul li {
  flex: 1;
}
.homepage #destinations ul li .image-container {
  overflow: hidden;
  position: relative;
  aspect-ratio: 0.9;
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) and (min-height: 500px) {
  .homepage #destinations ul li .image-container {
    aspect-ratio: 1;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .homepage #destinations ul li .image-container {
    aspect-ratio: 1.1;
  }
}
.homepage #destinations ul li .image-container:hover .view-more {
  width: 20%;
  opacity: 1;
  bottom: 5%;
  left: 5%;
}
.homepage #destinations ul li .image-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  transition: transform 3s cubic-bezier(0, 0.2, 0.4, 1);
}
.homepage #destinations ul li .image-container img:hover {
  transform: scale(1.1);
}
.homepage #destinations ul li .image-container .view-more {
  width: 10%;
  aspect-ratio: 1;
  max-width: 132px;
  bottom: 0%;
  left: 10%;
  opacity: 0;
  font-size: 1px;
  position: absolute;
  text-align: center;
  outline: 1px solid #ffffff;
  font-size: clamp(13px, 1vw, 15px);
  font-weight: 500;
  font-family: "Montserrat", s-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  color: #ffffff;
  border-radius: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  transition: background-color 1s, all 0.4s;
}
@media only screen and (min-width: 768px) and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .homepage #destinations ul li .image-container .view-more {
    bottom: 5%;
    left: 5%;
    width: 25%;
    opacity: 1;
    max-width: 95px;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .homepage #destinations ul li .image-container .view-more {
    bottom: 5%;
    max-width: 90px;
    left: 5%;
    width: 20%;
    opacity: 1;
  }
}
.homepage #destinations ul li .image-container .view-more:hover {
  background-color: #ffffff;
  color: #2a487c;
  cursor: pointer;
}
.homepage #destinations ul li .image-container .view-more:hover a {
  color: #2a487c;
}
.homepage #destinations h3 {
  font-size: clamp(22px, 2vw, 28px);
  font-family: "Bodoni 72", s-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  color: #2a487c;
  line-height: 51px;
}
.homepage #destinations p {
  font-size: clamp(14px, 1.7vw, 20px);
  font-family: "Montserrat", s-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  color: #2a487c;
  line-height: 33px;
}
.homepage #destinations .big-card-slider {
  overflow: hidden;
}
.homepage #destinations .big-card-slider ul {
  position: relative;
  height: 100%;
  transition: transform 0.4s ease-in-out;
}
.homepage #destinations .big-card-slider ul li {
  margin-right: 100px;
  height: 100%;
  width: 100%;
}
.homepage #destinations .big-card-slider ul li:not(:nth-child(-n+3)) {
  display: none;
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) and (min-height: 500px) {
  .homepage #destinations .big-card-slider ul li {
    margin-right: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .homepage #destinations .big-card-slider ul li {
    margin-right: 60px;
  }
  .homepage #destinations .big-card-slider ul li:not(:nth-child(-n+2)) {
    display: none;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .homepage #destinations .big-card-slider ul li {
    margin-right: 80px;
  }
  .homepage #destinations .big-card-slider ul li:not(:nth-child(-n+1)) {
    display: none;
  }
}
.homepage #experiences {
  padding: 100px;
  background-color: rgba(202, 222, 255, 0.2);
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  align-items: center;
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) and (min-height: 500px) {
  .homepage #experiences {
    padding: 65px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .homepage #experiences {
    padding: 45px;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .homepage #experiences {
    padding: 25px;
  }
}
.homepage #experiences .title-row {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.homepage #experiences .title-row h1,
.homepage #experiences .title-row h1 > *,
.homepage #experiences .title-row h2,
.homepage #experiences .title-row h2 > * {
  font-size: clamp(42px, 5.5vw, 84px);
  font-family: "Bodoni 72", s-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  color: #2a487c;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  text-align: center;
  line-height: 100px;
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) and (min-height: 500px) {
  .homepage #experiences .title-row h1,
  .homepage #experiences .title-row h1 > *,
  .homepage #experiences .title-row h2,
  .homepage #experiences .title-row h2 > * {
    line-height: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .homepage #experiences .title-row h1,
  .homepage #experiences .title-row h1 > *,
  .homepage #experiences .title-row h2,
  .homepage #experiences .title-row h2 > * {
    line-height: 60px;
    text-align: left;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .homepage #experiences .title-row h1,
  .homepage #experiences .title-row h1 > *,
  .homepage #experiences .title-row h2,
  .homepage #experiences .title-row h2 > * {
    line-height: 40px;
    text-align: left;
  }
}
.homepage #experiences .title-row .horizontal-line {
  flex: 1;
  height: 1px;
  background-color: #2a487c;
}
.homepage #experiences .reviews-container {
  display: flex;
  flex-direction: row;
  position: relative;
  width: 100%;
  gap: 50px;
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) and (min-height: 500px) {
  .homepage #experiences .reviews-container {
    gap: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .homepage #experiences .reviews-container {
    gap: 25px;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .homepage #experiences .reviews-container {
    gap: 18px;
  }
}
.homepage #experiences .reviews-container .slider__arrow {
  cursor: pointer;
  opacity: 0.5;
  outline: 1px solid #2a487c;
  border-radius: 100px;
  height: 50px;
  width: 50px;
  min-width: 50px;
  position: relative;
  box-sizing: border-box;
  display: flex;
  align-self: center;
  align-items: center;
  justify-content: center;
  background: url("../../images/icons/arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) and (min-height: 500px) {
  .homepage #experiences .reviews-container .slider__arrow {
    height: 32px;
    width: 32px;
    min-width: 32px;
    background-size: auto 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .homepage #experiences .reviews-container .slider__arrow {
    height: 30px;
    width: 30px;
    min-width: 30px;
    background-size: auto 13px;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .homepage #experiences .reviews-container .slider__arrow {
    height: 25px;
    width: 25px;
    min-width: 25px;
    background-size: auto 11.4px;
  }
}
.homepage #experiences .reviews-container .slider__arrow.prev {
  transform: rotate(180deg);
}
.homepage #experiences .reviews-container .slider__arrow.activated {
  opacity: 1;
  outline: 1px solid #cadeff;
  background-color: #cadeff;
}
.homepage #experiences .reviews-container .reviews {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.homepage #experiences .reviews-container .reviews ul {
  display: flex;
  transition: transform 1s ease-in-out;
}
.homepage #experiences .reviews-container .reviews ul li {
  padding: 50px;
  background-color: #ffffff;
  margin-right: 100px;
  flex: 100%;
}
.homepage #experiences .reviews-container .reviews ul li:not(:nth-child(-n+3)) {
  display: none;
}
@media only screen and (min-width: 1500px) and (max-width: 1680px) {
  .homepage #experiences .reviews-container .reviews ul li {
    margin-right: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) and (min-height: 500px) {
  .homepage #experiences .reviews-container .reviews ul li {
    margin-right: 30px;
    padding: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .homepage #experiences .reviews-container .reviews ul li {
    margin-right: 35px;
    padding: 35px;
  }
  .homepage #experiences .reviews-container .reviews ul li:not(:nth-child(-n+2)) {
    display: none;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .homepage #experiences .reviews-container .reviews ul li {
    margin-right: 80px;
    padding: 15px;
  }
  .homepage #experiences .reviews-container .reviews ul li:not(:nth-child(-n+1)) {
    display: none;
  }
}
.homepage #experiences .reviews-container .reviews ul li .ratings {
  margin-top: 0px;
  margin-bottom: 14px;
  display: flex;
  gap: 15px;
  align-items: center;
}
.homepage #experiences .reviews-container .reviews ul li .ratings .rating-number {
  font-family: "Montserrat", s-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: clamp(22px, 2vw, 28px);
  color: #262626;
  font-weight: 500;
}
.homepage #experiences .reviews-container .reviews ul li .ratings .stars {
  display: flex;
  gap: 4px;
}
.homepage #experiences .reviews-container .reviews ul li .ratings .stars .trip-advisor-star {
  height: 16px;
  width: 16px;
  background-color: #49e0a1;
  border-radius: 100px;
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) and (min-height: 500px) {
  .homepage #experiences .reviews-container .reviews ul li .ratings .stars .trip-advisor-star {
    height: 12px;
    width: 12px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .homepage #experiences .reviews-container .reviews ul li .ratings .stars .trip-advisor-star {
    height: 12px;
    width: 12px;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .homepage #experiences .reviews-container .reviews ul li .ratings .stars .trip-advisor-star {
    height: 10.5px;
    width: 10.5px;
  }
}
.homepage #experiences .reviews-container img:nth-child(1) {
  margin-right: 20px;
}
.homepage #experiences .reviews-container img:nth-child(3) {
  margin-left: 20px;
}
.homepage #experiences h2 {
  position: relative;
  font-size: clamp(42px, 5.5vw, 84px);
  line-height: 100px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  text-align: center;
}
.homepage #experiences p.client-name {
  font-family: "Montserrat", s-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: clamp(16px, 1.8vw, 24px);
  line-height: 35px;
  color: #2a487c;
  font-weight: 600;
}
.homepage #experiences p.review-subject {
  font-family: "Montserrat", s-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: clamp(14px, 1.7vw, 20px);
  line-height: 26px;
  font-weight: 600;
  color: #262626;
  margin-bottom: 10px;
}
.homepage #experiences p.review-text {
  font-family: "Montserrat", s-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: clamp(12px, 1.6vw, 18px);
  line-height: 26px;
  font-weight: 400;
  color: #262626;
  margin-bottom: 10px;
}
.homepage #experiences p span {
  font-family: "Montserrat", s-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: clamp(12px, 1.6vw, 18px);
  line-height: 26px;
  font-weight: 400;
  color: #262626;
}
.homepage #experiences p.review-date {
  font-family: "Montserrat", s-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #262626;
  opacity: 0.5;
}
@media only screen and (min-width: 768px) and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .homepage #experiences p.review-date {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .homepage #experiences p.review-date {
    font-size: 12px;
  }
}
.homepage #experiences .trip-advisor-logo {
  width: 200px;
  text-align: center;
}
.homepage #experiences .trip-advisor-logo p {
  font-family: "Montserrat", s-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  color: #262626;
  opacity: 0.5;
}
.homepage #discover {
  position: relative;
  display: flex;
  flex-direction: row;
  padding: 100px;
  background-color: rgba(202, 222, 255, 0.2);
  background-image: url(../../images/waves.svg);
  background-repeat: no-repeat;
  background-position: 0% 80%;
  background-size: 35% 60%;
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) and (min-height: 500px) {
  .homepage #discover {
    padding: 65px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .homepage #discover {
    flex-direction: column;
    padding: 45px;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .homepage #discover {
    flex-direction: column;
    padding: 25px;
  }
}
.homepage #discover .rounded-logo {
  position: absolute;
  height: 370px;
  bottom: 0px;
  left: 32%;
}
.homepage #discover .rounded-logo img {
  height: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .homepage #discover .rounded-logo {
    left: 0;
    bottom: -40px;
    height: 230px;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .homepage #discover .rounded-logo {
    left: 0;
    bottom: -20px;
    height: 150px;
  }
}
.homepage #discover .content {
  width: 40%;
}
@media only screen and (min-width: 768px) and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .homepage #discover .content {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .homepage #discover .content {
    width: 100%;
  }
}
.homepage #discover .content h2 {
  margin-bottom: 50px;
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) and (min-height: 500px) {
  .homepage #discover .content h2 {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .homepage #discover .content h2 {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .homepage #discover .content h2 {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) and (min-height: 500px) {
  .homepage #discover .content h2 {
    margin-bottom: 30px;
  }
}
.homepage #discover .content h2,
.homepage #discover .content h2 > * {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  font-size: clamp(42px, 5.5vw, 84px);
  line-height: 82px;
  font-family: "Bodoni 72", s-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  color: #2a487c;
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) and (min-height: 500px) {
  .homepage #discover .content h2,
  .homepage #discover .content h2 > * {
    line-height: 72px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .homepage #discover .content h2,
  .homepage #discover .content h2 > * {
    line-height: 55px;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .homepage #discover .content h2,
  .homepage #discover .content h2 > * {
    line-height: unset;
  }
}
.homepage #discover .content .content-slider-container {
  overflow: hidden;
}
.homepage #discover .content .content-slider {
  display: flex;
  flex-direction: row;
  transition: transform 0.4s ease-in-out;
}
.homepage #discover .content .content-slider li {
  margin-right: 100px;
  padding-right: 50px;
}
.homepage #discover .content .content-slider li:not(:nth-child(-n+1)) {
  display: none;
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) and (min-height: 500px) {
  .homepage #discover .content .content-slider li {
    margin-right: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .homepage #discover .content .content-slider li {
    margin-right: 60px;
    padding-right: 0px;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .homepage #discover .content .content-slider li {
    margin-right: 80px;
    padding-right: 0px;
  }
}
.homepage #discover .content p.subtitle {
  margin-bottom: 20px;
  font-weight: 600;
  font-size: clamp(22px, 2vw, 28px);
  line-height: 45px;
  font-family: "Montserrat", s-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  color: #2a487c;
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .homepage #discover .content p.subtitle {
    margin-bottom: 5px;
  }
}
.homepage #discover .content p,
.homepage #discover .content p.text,
.homepage #discover .content p.text > * {
  font-size: clamp(14px, 1.7vw, 20px);
  line-height: 32px;
  font-family: "Montserrat", s-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  color: #262626;
}
@media only screen and (min-width: 768px) and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .homepage #discover .content p,
  .homepage #discover .content p.text,
  .homepage #discover .content p.text > * {
    line-height: 25px;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .homepage #discover .content p,
  .homepage #discover .content p.text,
  .homepage #discover .content p.text > * {
    line-height: 22px;
  }
}
.homepage #discover .content .arrows {
  display: flex;
  gap: 20px;
  margin: 50px 0;
}
.homepage #discover .content .arrows .slider__arrow {
  cursor: pointer;
  opacity: 0.5;
  outline: 1px solid #2a487c;
  border-radius: 100px;
  height: 50px;
  width: 50px;
  min-width: 50px;
  position: relative;
  box-sizing: border-box;
  display: flex;
  align-self: center;
  align-items: center;
  justify-content: center;
  background: url("../../images/icons/arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) and (min-height: 500px) {
  .homepage #discover .content .arrows .slider__arrow {
    height: 32px;
    width: 32px;
    min-width: 32px;
    background-size: auto 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .homepage #discover .content .arrows .slider__arrow {
    height: 30px;
    width: 30px;
    min-width: 30px;
    background-size: auto 13px;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .homepage #discover .content .arrows .slider__arrow {
    height: 25px;
    width: 25px;
    min-width: 25px;
    background-size: auto 11.4px;
  }
}
.homepage #discover .content .arrows .slider__arrow.prev {
  transform: rotate(180deg);
}
.homepage #discover .content .arrows .slider__arrow.activated {
  opacity: 1;
  outline: 1px solid #cadeff;
  background-color: #cadeff;
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .homepage #discover .content .arrows {
    margin: 15px 0;
  }
}
.homepage #discover .instagram-content {
  width: 60%;
}
@media only screen and (min-width: 768px) and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .homepage #discover .instagram-content {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .homepage #discover .instagram-content {
    width: 100%;
  }
}
.homepage #discover .instagram-content > div {
  overflow: hidden;
}
.homepage #discover #insta-slider-container__discover {
  overflow: hidden;
}
.homepage #discover .instagram-posts {
  display: flex;
  transition: transform 0.4s ease-in-out;
  justify-content: space-between;
}
.homepage #discover .instagram-posts li {
  box-shadow: 0px 0px 10px #d9d9d9;
  display: flex;
  flex: 100%;
  margin-right: 100px;
  justify-content: end;
  gap: 50px;
}
.homepage #discover .instagram-posts li:not(:nth-child(-n+1)) {
  display: none;
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) and (min-height: 500px) {
  .homepage #discover .instagram-posts li {
    margin-right: 80px;
    gap: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .homepage #discover .instagram-posts li {
    margin-right: 60px;
    gap: 30px;
    padding-left: 10vw;
    justify-content: end;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .homepage #discover .instagram-posts li {
    gap: 5px;
    margin-right: 80px;
    justify-content: end;
  }
}
.homepage #discover .instagram-posts li .image-container {
  aspect-ratio: 1.2;
  display: flex;
  justify-content: space-around;
}
@media only screen and (min-width: 768px) and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .homepage #discover .instagram-posts li .image-container {
    gap: 20px;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .homepage #discover .instagram-posts li .image-container {
    gap: 10px;
  }
}
.homepage #discover .instagram-posts li .image-container img {
  width: calc(50% - 15px);
  height: 95%;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1607843137);
}
@media only screen and (min-width: 768px) and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .homepage #discover .instagram-posts li .image-container img {
    height: 92%;
    width: 50%;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .homepage #discover .instagram-posts li .image-container img {
    height: 92%;
    width: 50%;
  }
}
.homepage #weather-widget img {
  width: 100%;
}