/*!************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/style.scss ***!
  \************************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600&family=Raleway:wght@400;500;600;700&family=Pacifico&display=swap);
/*!****************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/style.scss (1) ***!
  \****************************************************************************************************************************************************************************************/
:root {
  /* =========== colors =========== */
  --hue-color: 195;
  /* HSL color mode */
  --first-color: hsl(var(--hue-color), 85%, 45%);
  --first-color-second: hsl(var(--hue-color), 85%, 45%);
  --first-color-alt: hsl(var(--hue-color), 85%, 35%);
  --title-color: hsl(var(--hue-color), 75%, 25%);
  --text-color: hsl(var(--hue-color), 35%, 40%);
  --text-color-light: hsl(var(--hue-color), 15%, 65%);
  --input-color: hsl(var(--hue-color), 40%, 97%);
  --body-color: hsl(var(--hue-color), 60%, 98%);
  --white-color: #fff;
  --scroll-bar-color: hsl(var(--hue-color), 30%, 90%);
  --scroll-thumb-color: hsl(var(--hue-color), 40%, 75%);
  /* ========== Font & Typography ========== */
  --body-font: "Open Sans", sans-serif;
  --title-font: "Raleway", sans-serif;
  --biggest-font-size: 2.5rem;
  --h1-font-size: 1.5rem;
  --h2-font-size: 1.25rem;
  --h3-font-size: 1rem;
  --normal-font-size: 0.938rem;
  --small-font-size: 0.813rem;
  --smaller-font-size: 0.75rem;
  /* Font Weight */
  --font-medium: 500;
  --font-semi-bold: 600;
  /* ============ Margin ============ */
  --m-0-25: 0.25rem;
  --m-0-5: 0.5rem;
  --m-0-75: 0.75rem;
  --m-1: 1rem;
  --m-1-25: 1.25rem;
  --m-1-5: 1.5rem;
  --m-2: 2rem;
  --m-2-5: 2.5rem;
  /* ========== Z Index ========== */
  --z-tooltip: 10;
  --z-fixed: 100;
  /* Hover Overlay */
  --img-transition: 0.3s;
  --img-hidden: hidden;
  --img-scale: scale(1.1);
}

@media screen and (min-width: 968px) {
  :root {
    --biggest-font-size: 4rem;
    --h1-font-size: 2.25rem;
    --h2-font-size: 1.75rem;
    --h3-font-size: 1.25rem;
    --normal-font-size: 1rem;
    --small-font-size: 0.875rem;
    --smaller-font-size: 0.813rem;
  }
}
/* ============= BASE ============= */
*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--body-font);
  font-size: var(--normal-font-size);
  background-color: var(--body-color);
  color: var(--text-color);
}

h1,
h2,
h3 {
  color: var(--title-color);
  font-weight: var(--font-semi-bold);
  font-family: var(--title-font);
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

img,
video {
  max-width: 100%;
  height: auto;
}

button,
input {
  border: none;
  font-family: var(--body-font);
  font-size: var(--normal-font-size);
  outline: none;
}

button {
  cursor: pointer;
}

.main {
  overflow-x: hidden;
}

/* ======== REUSABLE CSS CLASSES ======== */
.section {
  padding: 4.5rem 0 2.5rem;
}

.section__title {
  font-size: var(--h2-font-size);
  color: var(--title-color);
  text-align: center;
  text-transform: capitalize;
  margin-bottom: var(--m-2);
}

.container {
  max-width: 968px;
  margin-left: var(--m-1);
  margin-right: var(--m-1);
}

.grid {
  display: grid;
  gap: 1.5rem;
}

/* MIXIN */
/* =========== BUTTON =========== */
.button {
  background-color: var(--first-color);
  color: var(--white-color);
  font-weight: var(--font-semi-bold);
  padding: 1rem 2rem;
  transition: 0.4s;
}
.button:hover {
  background-color: var(--first-color-alt);
}

.button__flex {
  display: flex;
  row-gap: 1rem;
  padding: 0;
  background-color: transparent;
}
.button__flex:hover {
  background-color: transparent;
}

/* =========== HOME =========== */
.homeBg {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 39%;
     object-position: 39%;
  width: 100%;
  height: 640px;
  z-index: -1;
}

.home__container {
  height: 640px;
  position: relative;
  color: var(--white-color);
}
.home__data {
  margin-top: 2.5rem;
}
.home__data-subtitle {
  font-weight: var(--font-semi-bold);
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
  font-size: var(--h3-font-size);
}
.home__data-title {
  color: var(--white-color);
  font-size: var(--biggest-font-size);
  margin: 0.7rem 0 3.5rem;
  font-weight: 300;
  line-height: 1.3;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.9), 0 0 30px rgba(0, 0, 0, 0.7);
}
.home__data-title b {
  font-weight: 300;
  font-size: 1em;
}
.home__social {
  position: absolute;
  bottom: 20px;
  left: 0;
  display: flex;
  flex-direction: column;
  row-gap: 1.5rem;
}
.home__social-link {
  color: var(--white-color);
  font-size: 1.2rem;
  display: inline-block;
  width: -moz-max-content;
  width: max-content;
}
.home__info {
  position: absolute;
  right: 0;
  bottom: 1rem;
  width: 280px;
  height: 230px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background-color: transparent;
  padding: 0;
  border: 3px solid var(--white-color);
  border-radius: 4px;
  overflow: hidden;
}
.home__info-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 0.75rem;
  min-height: 100%;
  padding: 1rem;
}
.home__info-title {
  display: block;
  margin-bottom: 0;
  font-weight: var(--font-semi-bold);
  font-size: var(--normal-font-size);
  line-height: 1.4;
  color: var(--white-color);
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
  transform: translateY(16px);
}
.home__info-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.home__info-overlay::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
}
.home__info-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: all var(--img-transition);
}
.home__info-overlay:hover .home__info-img, .home__info-overlay:hover img {
  transform: var(--img-scale);
}
.home__info-btn {
  position: relative;
  font-size: 0.9rem;
  color: var(--white-color);
  padding: 0;
  width: -moz-max-content;
  width: max-content;
  transform: translateY(10px);
}
.home__info-btn:hover .home__info-icon {
  transform: translateX(0.5rem);
}
.home__info-icon {
  margin-left: 0.25rem;
  font-size: 0.9rem;
  transition: all 0.4s;
}

.kekova-highlight {
  font-family: "Pacifico", cursive;
  color: #4ee0d9;
  font-size: 1.4em;
  font-weight: 400;
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.9), 0 0 25px rgba(26, 188, 156, 0.8), 0 0 40px rgba(0, 0, 0, 0.6);
  display: inline-block;
  transform: rotate(-2deg);
  letter-spacing: 3px;
  animation: popOut 0.5s ease-out;
  filter: brightness(1.2);
}

@keyframes popOut {
  0% {
    transform: scale(0.8) rotate(-2deg);
    opacity: 0;
  }
  50% {
    transform: scale(1.1) rotate(-2deg);
  }
  100% {
    transform: scale(1) rotate(-2deg);
    opacity: 1;
  }
}
/* =========== ABOUT =========== */
.about.section {
  padding-top: 2.5rem;
  padding-bottom: 2rem;
}

.about__container {
  align-items: center;
}
.about__data {
  text-align: center;
}
.about__contact {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  margin: 2rem 0 1rem;
  background-color: var(--first-color);
  border-radius: 3rem;
  overflow: hidden;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  filter: grayscale(1);
  opacity: 0.5;
  transition: filter 0.8s ease, opacity 0.6s ease;
}
.about__contact.in-view {
  filter: grayscale(0);
  opacity: 1;
}
.about__contact.in-view .about__contact-link:nth-child(1) {
  animation: contactPulse 0.7s ease 0.05s both;
}
.about__contact.in-view .about__contact-link:nth-child(2) {
  animation: contactPulse 0.7s ease 0.3s both;
}
.about__contact.in-view .about__contact-link:nth-child(3) {
  animation: contactPulse 0.7s ease 0.55s both;
}
.about__contact-link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.85rem 1.5rem;
  color: var(--white-color);
  font-size: 1.5rem;
  transition: background-color 0.3s;
}
.about__contact-link:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.about__contact-link:hover {
  background-color: var(--first-color-alt);
}
@keyframes contactPulse {
  0% {
    transform: scale(1);
    filter: brightness(1);
  }
  35% {
    transform: scale(1.3);
    filter: brightness(2.2);
  }
  65% {
    transform: scale(0.92);
    filter: brightness(1.1);
  }
  100% {
    transform: scale(1);
    filter: brightness(1);
  }
}
.about__img {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.about__img-overlay {
  overflow: var(--img-hidden);
}
.about__img-one {
  width: 130px;
  height: 15rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: var(--img-transition);
}
.about__img-one:hover {
  transform: var(--img-scale);
}
.about__img-two {
  width: 180px;
  height: 18rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: var(--img-transition);
}
.about__img-two:hover {
  transform: var(--img-scale);
}

/* =========== CAPTAIN =========== */
#captain .about__img-one {
  width: 280px;
  height: 350px;
  border-radius: 0.5rem;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15);
}

/* =========== BOAT =========== */
.title-boat {
  margin-top: 1.5rem;
}

.boat__gallery {
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  margin-top: 2rem;
}
.boat__gallery .boat__img-overlay {
  overflow: var(--img-hidden);
  border-radius: 0.5rem;
}
.boat__gallery .boat__img {
  width: 100%;
  height: 140px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: var(--img-transition);
}
.boat__gallery .boat__img:hover {
  transform: var(--img-scale);
}

/* =========== DISCOVER =========== */
.discover.section {
  padding-top: 3.5rem;
  padding-bottom: 2rem;
}

.discover__card {
  position: relative;
  width: 200px;
  overflow: var(--img-hidden);
}
.discover__data {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
}
.discover__title {
  color: var(--white-color);
  font-size: var(--h3-font-size);
}
.discover__description {
  color: var(--white-color);
  font-size: var(--smaller-font-size);
}
.discover__img {
  transition: var(--img-transition);
}
.discover__img:hover {
  transform: var(--img-scale);
}

/* =========== FOOD =========== */
.food.section {
  padding-top: 2.5rem;
}

.food__container {
  row-gap: 2.5rem;
  align-items: center;
}
.food__data {
  text-align: center;
}
.food__description {
  margin-bottom: var(--m-2);
  max-width: 600px;
  margin-inline: auto;
}
.food__img {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  justify-content: center;
  max-width: 600px;
  margin-inline: auto;
}
.food__img-overlay {
  overflow: var(--img-hidden);
  border-radius: 0.25rem;
}
.food__img-overlay:nth-child(1) {
  grid-row: 1/3;
}
.food__img-overlay:nth-child(2) {
  grid-row: 1/2;
}
.food__img-overlay:nth-child(3) {
  grid-row: 2/3;
}
.food__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: var(--img-transition);
}
.food__img img:hover {
  transform: var(--img-scale);
}

/* =========== EXPERIENCE =========== */
.video__container {
  justify-content: center;
}
@media screen and (min-width: 568px) {
  .video__container {
    grid-template-columns: 0.6fr;
  }
}
.video__description {
  text-align: center;
  margin-bottom: var(--m-1-25);
}
.video__content {
  position: relative;
}
.video__btn {
  position: absolute;
  bottom: -1rem;
  right: 1rem;
  padding: 0.5rem 1.5rem;
}
.video__btn-icon {
  font-size: 1.5rem;
}

/* =========== PLACE =========== */
.place__container {
  grid-template-columns: repeat(3, max-content);
  justify-content: center;
}
@media screen and (max-width: 568px) {
  .place__container {
    grid-template-columns: repeat(2, max-content);
  }
}
.place__card, .place__img {
  height: 230px;
}
.place__card {
  position: relative;
  overflow: var(--img-hidden);
}
.place__card:hover .place__img {
  transform: var(--img-scale);
}
.place__img {
  transition: var(--img-transition);
}
.place__content {
  position: absolute;
  top: 0;
  right: 0;
  color: var(--white-color);
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0.75rem 0.75rem 1.2rem;
}
.place__rating {
  align-self: flex-end;
  display: flex;
  align-items: center;
  -moz-column-gap: 0.3rem;
       column-gap: 0.3rem;
}
.place__data {
  display: flex;
  flex-direction: column;
}
.place__data-title {
  color: var(--white-color);
  font-size: var(--h3-font-size);
  margin-bottom: var(--m-0-25);
}
.place__data-subtitle {
  font-size: var(--smaller-font-size);
  margin-bottom: var(--m-1-5);
}
.place__btn {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0.2rem 0.75rem;
}
.place__btn-icon {
  font-size: 1.5rem;
}

/* =========== SUBSCRIBE =========== */
.subscribe__bg {
  background-color: var(--first-color-second);
  padding: 2.5rem 0;
}
.subscribe__title, .subscribe__description {
  color: var(--white-color);
  text-align: center;
}
.subscribe__description {
  margin-bottom: var(--m-2-5);
}
.subscribe__form {
  background-color: var(--input-color);
  display: flex;
  justify-content: space-between;
  padding: 0.5rem;
  width: 470px;
  margin: 0 auto;
}
@media screen and (max-width: 568px) {
  .subscribe__form {
    width: 100%;
  }
}
.subscribe__input {
  color: var(--text-color);
  background-color: var(--input-color);
  width: 65%;
  margin-left: 0.2rem;
  width: 55%;
}

/* =========== SPONSORS =========== */
.sponsors__container {
  grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
  justify-items: center;
  row-gap: 3.5rem;
}
.sponsors__content:hover .sponsors__img {
  filter: invert(0.5);
}
.sponsors__img {
  width: 90px;
  transition: var(--img-transition);
  filter: invert(0.7);
}

/* =========== Footer =========== */
.footer__container {
  row-gap: 5rem;
}
.footer__content {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  row-gap: 2rem;
}
.footer__title {
  margin-bottom: var(--m-0-5);
  font-size: var(--h3-font-size);
}
.footer__subtitle {
  margin-bottom: var(--m-1);
  font-size: var(--h3-font-size);
}
.footer__description {
  margin-bottom: var(--m-1-5);
}
.footer__item {
  margin-bottom: var(--m-0-75);
}
.footer__link {
  color: var(--text-color);
}
.footer__social {
  display: flex;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}
.footer__social-link {
  color: var(--title-color);
  font-size: 1.25rem;
}
.footer__right {
  display: flex;
  flex-direction: column;
  row-gap: 1.5rem;
  text-align: center;
}
.footer__copy, .footer__terms-link {
  color: var(--text-color-light);
  font-size: var(--small-font-size);
}
.footer__terms {
  display: flex;
  -moz-column-gap: 1.6rem;
       column-gap: 1.6rem;
  justify-content: center;
}
.footer__terms-link {
  transition: var(--img-transition);
}
.footer__terms-link:hover {
  color: var(--text-color);
}

/* =========== SCROLL up =========== */
.scroll__up {
  padding: 0;
  position: fixed;
  right: 1rem;
  bottom: -20%;
  z-index: var(--z-tooltip);
  transition: var(--img-transition);
}
.scroll__up-icon {
  line-height: 2.3rem;
  font-size: 2rem;
}

.show-scrollup {
  bottom: 4.5rem;
}

/* =========== CUSTOM SCROLL BAR =========== */
::-webkit-scrollbar {
  width: 10px;
  background-color: var(--scroll-bar-color);
  border-radius: 0.6rem;
}

::-webkit-scrollbar-thumb {
  background-color: var(--scroll-thumb-color);
  border-radius: 0.6rem;
}
::-webkit-scrollbar-thumb:hover {
  background-color: var(--text-color-light);
}

/* =========== MEDIA QUERY =========== */
@media screen and (max-width: 340px) {
  .home__data-title {
    font-size: 2.1rem;
  }
  .home__info {
    width: min(220px, 100vw - 2rem);
    min-height: 230px;
  }
  .home__info-overlay {
    width: 140px;
  }
  .home__info-content {
    padding: 0.85rem;
    gap: 0.5rem;
  }
  .home__info-title {
    font-size: var(--small-font-size);
  }
  .food__img {
    gap: 0.5rem;
  }
  .video__btn {
    padding: 0.4rem 0.9rem;
    bottom: -0.6rem;
  }
  .video__btn-icon {
    font-size: initial;
  }
  .place__container {
    grid-template-columns: repeat(1, max-content);
  }
  .subscribe__form {
    padding: 0.2rem;
  }
  .subscribe__btn {
    padding: 0.5rem;
  }
  .show-scrollup {
    bottom: 3rem;
  }
}
@media screen and (min-width: 341px) and (max-width: 430px) {
  .home__info {
    width: min(244px, 100vw - 2rem);
    height: 190px;
    bottom: 0.75rem;
  }
  .home__info-content {
    padding: 0.85rem;
    gap: 0.5rem;
  }
  .home__info-title {
    font-size: var(--small-font-size);
  }
}
@media screen and (min-width: 768px) {
  .section {
    padding: 5rem 0 2rem;
  }
  .home__data {
    margin-top: 4rem;
  }
  .home__social {
    flex-direction: row;
    -moz-column-gap: 2.3rem;
         column-gap: 2.3rem;
    margin-top: 3rem;
  }
  .home__info {
    bottom: 3rem;
    padding: 0;
  }
  .home__info-title {
    font-family: var(--smaller-font-size);
  }
  .home__info-overlay {
    width: 100%;
  }
  .about .section__title {
    text-align: initial;
  }
  .about__container {
    grid-template-columns: repeat(2, 1fr);
  }
  .about__data {
    text-align: left;
  }
  .discover__container {
    width: 610px;
    margin: 0 auto;
  }
  .food__container {
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
  }
  .food__data {
    text-align: left;
  }
  .food__description {
    margin-inline: 0;
    max-width: initial;
  }
  .food__img {
    max-width: initial;
  }
  .place__container {
    padding-top: 2rem;
  }
  .subscribe__bg {
    background-color: transparent;
    padding: 0;
  }
  .subscribe__container {
    background-color: var(--first-color-second);
    padding: 3.5rem 0;
  }
  .footer__right {
    flex-direction: row;
    justify-content: space-evenly;
  }
}
@media screen and (min-width: 968px) {
  .home__data {
    margin-top: 4.75rem;
  }
}
@media screen and (min-width: 1024px) {
  .container {
    margin-left: auto;
    margin-right: auto;
  }
  .home__info {
    width: 328px;
    padding: 0;
  }
  .home__info__title {
    font-size: initial;
  }
  .about__img-one {
    width: 230px;
  }
  .about__img-two {
    width: 290px;
  }
  #captain .about__img-one {
    width: 400px;
    height: 480px;
  }
  .title-boat {
    margin-top: 0;
  }
  .boat__gallery .boat__img {
    height: 200px;
  }
  .discover__container {
    width: 700px;
  }
  .discover__card {
    width: 237px;
  }
  .place__container {
    gap: 3rem 2rem;
  }
  .place__card, .place__img {
    height: 262px;
  }
  .video__container {
    grid-template-columns: 0.7fr;
  }
  .video__description {
    padding: 0 7rem;
  }
  .sponsors__img {
    width: 125px;
  }
  .footer__content {
    justify-items: center;
  }
}
@media screen and (min-width: 1200px) {
  .container {
    max-width: 1024px;
  }
}

/*# sourceMappingURL=index-bundle.css.map*/