/* DOCUMENT SECTION */
@font-face {
  font-family: customFont;
  src: url(Comic\ Sans\ MS.woff);
}

.timeOpen {
  z-index: 999;
  height: 100vh;
  margin: 0;
  width: 100%;
  position: fixed;
}

.timeOpen::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
  display: block;
  background-color: var(--backgroundColor);
  opacity: var(--opacity);
}


dialog {
  padding: 1rem;
  overscroll-behavior: none;
  justify-items: center;
  align-content: center;
  background: transparent;
  border: none;
  height: calc(100% - 15vh - 6px);

}

dialog::backdrop {
  background-color: var(--backgroundColor);
  opacity: var(--opacity);
}

dialog::-webkit-scrollbar {
  visibility: hidden;
}

.dialogImage img {
  border: 1px solid var(--mainColor);
  height: 100%;
  width: 100%;
  border-radius: 10px;
}

dialog button {
  position: absolute;
  right: 1rem;
}

dialog .dialogImage img {
  border: 1px solid var(--mainColor);
  height: 100%;
  width: 100%;
  border-radius: 10px;
}

.dialogImage {
  position: relative;
  height: 100%;
  width: 100%;
}

dialog .timetable {
  padding: 2.5rem;
  height: fit-content;
  width: 100%;
  border-radius: 10px;
  border: 1px solid var(--mainColor);
}

dialog .timetable svg {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
  transition: translate 0.3s ease-in-out, scale 0.3s ease-in-out;
}

dialog .timetable {
  position: relative;
  z-index: 101;
  display: grid;
  grid-template-columns: 5fr 3fr;
}

.timetable::after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: white;
  opacity: 0.5;
  z-index: -1;
  border-radius: 10px;
}

dialog .column {
  justify-content: space-evenly;
  height: 100%;
  width: 100%;
  display: flex;
}

dialog .image {
  height: auto;
  /* aspect-ratio: 321/125; */
  /* height: 100%; */
  width: 100%;

}

dialog .image img {
  filter: grayscale(1);
}

dialog .dialogImage button {
  position: absolute;
  cursor: pointer;
  z-index: 999;
  right: 0;
}

dialog .timetable button {
  position: absolute;
  cursor: pointer;
  z-index: 999;
  right: -1px;
  top: -1px;
}

dialog .image svg:hover {
  scale: 1;
  translate: 0;
}

dialog .closer {
  height: 100vh;
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}

body:has(dialog[open]) .navbar {
  display: none;
}

body:has(dialog .activeCabin:hover) .hoverImageContainer {
  display: flex;
  z-index: 9999;
}

hr {
  border: 0;
  width: 100%;
  background-color: #000000;
  height: 1px;
}

:root {
  /* --accentColor: #c6ebbe; */
  /* --mainColor: #5464bd; */
  /* --darkerMainColor: #020887; */
  /* --backgroundColor: rgb(182, 168, 153); */
  /* --backgroundColor: #647aa3; */
  /* --backgroundColor: rgb(27, 73, 101); */
  /* --backgroundColor3: hsl(211, 68%, 69%); */
  /* --backgroundColor: rgb(144, 172, 160); */
  /* --accentColor: #f2e9e4;
      --mainColor: #c9ada7;
      --backgroundColor: #b2aba8;
      --gridThickness: 6px;
      --ourPurple: #22223b; */
  --buttonAnimation: 0.3s;
  --ourPurple: #95b2b0;
  --gridThickness: 6px;
  --navbarThicness: 150px;
  --backgroundColor2: rgb(98, 182, 203);
  --backgroundColor: rgb(157, 209, 223);
  --courseColor: rgb(117, 204, 200);

  --darkerMainColor: rgb(95, 168, 211);
  --accentColor: rgb(190, 233, 232);
  --mainColor: rgb(27, 73, 101);
  --opacity: 0.8;
  --grid: calc(1/6);

}

.aboutColumn :first-child {
  translate: -5rem;
}

.aboutColumn :last-child {
  translate: 5rem;
}



html,
body {
  /* overflow-x: hidden; */
  scroll-behavior: smooth;
  z-index: -3;
  display: block;
  margin: 0;
  padding: 0;
  font-size: clamp(1rem, 0.8rem + 0.3125vw, 1.3rem);
  /* font-size: clamp(0.8em, 0.85vw, 300em); */
  /* font-size: 16px; */
}

body {
  /* font-size: clamp(1rem, 0.4231rem + 0.5517vw, 1.3rem); */
  background-color: var(--backgroundColor);
  /* overflow-y: hidden; */
  position: relative;
}

body:has(.showMenu) {
  overflow-y: hidden;
}


* {
  /* border: 2px solid green; */
  box-sizing: border-box;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-family: customFont;
  /* font-family: Georgia, 'Times New Roman', Times, serif; */
}

.left {
  background: var(--courseColor);

  border-radius: 10px 0 0 10px;
}

.full {
  background: var(--courseColor);
}

.right {
  background: var(--courseColor);
  border-radius: 0 10px 10px 0;
}

.divan {
  display: contents;
  position: relative;
  width: 100%;
  height: 100%;
  cursor: crosshair;

}

:root {
  --borderSize: 3px;
}

.divan li {
  /* --borderColor: black; */
  border-top: var(--borderSize) solid var(--borderColor);
  border-bottom: var(--borderSize) solid var(--borderColor);
  background: var(--courseColor);
}

.divan:hover::after {
  content: attr(title);
  opacity: 1;
}

.cal:has(.days:hover) .month p {
  translate: 0 -20px;

}


.divan::after {
  color: white;
  font-size: 1rem;
  top: calc(var(--monthHeight) - 11%);
  content: '';
  transition: opacity 0.3s cubic-bezier(0, 0.45, 0.45, 1);
  position: absolute;
  display: flex;
  align-items: center;
  opacity: 0;
  width: 100%;
  text-align: center;
  justify-content: center;
}


.divan li:first-child {
  clip-path: var(--startOfWeekClip);
  background: transparent;
  position: relative;
  border-left: var(--borderSize) solid var(--borderColor);
  /* margin-left: 4px; */
  border-radius: 10px 0 0 10px;
}

.lastNumber {
  background: var(--courseColor);
}

:root {
  --startOfWeekClip: polygon(10% 0, 101% 101%, 101% -1%);
}

.startOfTheWeek {
  height: 100%;
  width: 100%;
  position: absolute;
  clip-path: var(--startOfWeekClip);
  background-color: var(--courseColor);
}

.endOfTheWeek {
  /* padding-left: 4px; */

  height: 100%;
  width: 100%;
  /* position: absolute; */
  clip-path: polygon(-1% 0%, 90% 100%, -1% 100%);
  background-color: var(--courseColor);
}

.divan li:last-child {
  background: transparent;
  display: flex;
  flex-direction: row;
  width: 200%;
  justify-self: self-start;
  position: relative;
  border-right: var(--borderSize) solid var(--borderColor);
  /* margin-right: 4px; */
  border-radius: 0 10px 10px 0;
}

.divan li.panicButton {

  background-color: var(--courseColor);
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-self: self-start;
  position: relative;
  border-right: var(--borderSize) solid var(--borderColor);
  /* margin-right: 4px; */
  clip-path: none;
}

.firstDivan li:first-child {
  clip-path: unset;
  background: var(--courseColor);
}

.lastDivan .endOfTheWeek {
  clip-path: unset;
  border-radius: 0 10px 10px 0;
}


.divan li:last-child div {
  display: flex;
  align-items: center;
  justify-content: center;
  /* padding-top: 4px; */
  height: 100%;
  width: 100%;
}

.divan li:last-child .number {
  z-index: 8;
  width: 50%;
  position: absolute;
  z-index: 9;
  left: 50%;
}

.divan li:first-child .number {
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 8;
  width: 100%;
  height: 100%;
  align-self: self-start;
  position: absolute;
  z-index: 9;
  /* left: 50%; */
}

/* .divan li:first-child {
  border-left: var(--borderSize) solid var(--borderColor);
  margin-left: 4px;
  border-radius: 10px 0 0 10px;
}

.divan li:last-child {
  border-right: var(--borderSize) solid var(--borderColor);
  margin-right: 4px;
  border-radius: 0 10px 10px 0;
} */

.free {
  --courseColor: hsl(76, 70%, 70%);
  /* --courseColor: hsl(75, 65%, 85%); */
}

.busy {
  /* --courseColor: hsl(60, 69%, 88%); */
  --courseColor: hsl(38 100% 79.18%);
}

.filled {
  /* --courseColor: hsl(25, 100%, 90%); */
  --courseColor: hsl(15, 100%, 80%);
}

.ended {
  --courseColor: hsl(0, 0%, 84%);
  cursor: not-allowed;
}

.full {
  border-radius: 0 !important;
}


.divan:hover {
  --courseColor: rgb(117, 204, 200);
}

.ended:hover {
  --courseColor: hsl(0, 0%, 84%);
}

.pastDivan {
  display: contents;
}


.calendar:has(.divan19:hover) .divan[data-number="19"] {
  --courseColor: rgb(117, 204, 200);
}

.calendar:has(.divan4:hover) .divan[data-number="4"] {
  --courseColor: rgb(117, 204, 200);
}

.calendar:has(.divan9:hover) .divan[data-number="9"] {
  --courseColor: rgb(117, 204, 200);
}

.calendar:has(.divan13:hover) .divan[data-number="13"] {
  --courseColor: rgb(117, 204, 200);
}

.calendar:has(.divan23:hover) .divan[data-number="23"] {
  --courseColor: rgb(117, 204, 200);
}

/* .divan::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #555;
} */

.inactive {
  color: #adadad;
}

.cal {
  position: relative;
  display: grid;
  grid-template-rows: 4fr 1fr 10fr;
  grid-template-columns: repeat(1, 1fr);
  max-height: 100%;
  overflow: hidden;
  border-radius: 25px;
  border: 1px solid var(--mainColor);
  scroll-margin-top: 100px;

}


body {
  font-family: Verdana, sans-serif;
}

.month {
  display: flex;
  /* padding-top: 20px; */
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: var(--darkerMainColor);
  text-align: center;
}

.month p {
  z-index: 9;
  transition: translate 0.3s ease-in-out;
  color: white;
  font-size: 28px;
  text-shadow: 2px 2px var(--mainColor);
  text-transform: uppercase;
  letter-spacing: 3px;

}

.weekdays {
  display: flex;
  justify-content: space-around;
  margin: 0;
  padding: 10px 0;
  background-color: #ddd;
}

.weekdays li {
  display: inline-block;
  color: #666;
  text-align: center;
}

.days {
  row-gap: 5px;
  display: grid;
  justify-items: center;
  grid-template-columns: repeat(7, 1fr);
  grid-template-rows: repeat(6, 1fr);
  padding: 0;
  padding-top: 5px;
  background: #eee;
  margin: 0;
}

.days li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  list-style-type: none;
  text-align: center;
  margin-bottom: 5px;

}

img {
  display: block;
}


.footer pre,
p,
a {
  color: #00033e;
  /* color: white; */
  margin: 0;
}



.paragraphWrap {
  display: contents;
  padding-left: 1.5rem;
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
  background-color: var(--backgroundColor);
}

.footer p,
.footer a {
  color: white;
}

/* .parag p {
  width: 80%;
  font-size: 1.3rem;
  font-weight: 100;
} */
.parag p::first-letter,
.coursesHeader p::first-letter,
.coursesFooter p::first-letter {
  font-size: calc(100% + 0.2rem);
  /*   font-weight:bold; */
  /* color: royalblue; */
  /* text-shadow: 1px 1px white !important; */
}

.courses a::first-letter {
  font-size: calc(100% + 0.2rem);
  /*   font-weight:bold; */
}

.mobile p::first-letter {
  text-shadow: unset !important;
}

.capOne p::first-letter,
.capTwo p::first-letter {
  /* color: #00033e; */
  text-shadow: unset !important;
}

.parag * {

  /* letter-spacing: 5px; */
  /* line-height: 25px; */
  /* font-weight: bold; */
  /* font-style: italic;   */
  text-shadow: 2px 2px 2px #ff640024, -2px -2px 2px #ffffff63;
  /* width: 100%; */
  /* font-size: clamp(1rem, 0.4231rem + 0.5517vw, 1.3rem); */
  /* font-weight: 300; */
  /* /* font-family: sans-serif; */
}


/* .heroText::before {
  content: '';
  z-index: 0;
  position: fixed;
  height: 100%;
  width: 100%;
  opacity: 0.2;
  background-color: black;
  top: 0;
  left: 0;
} */

.heroText::after {
  content: '';
  z-index: -1;
  position: fixed;
  width: 100%;
  height: 100%;
  background-image: url(images/p4.jpg);
  background-size: cover;
  background-position: center;
  top: 0;
  left: 0;
}

.containerTwo {
  --color: var(var(--backgroundColor)) padding: 3.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100svh;
  background: linear-gradient(0deg, rgba(157, 209, 223, 0.79) 0%, rgba(255, 255, 255, 0) 10%);
}


.heroText {
  position: relative;
}

.heroArrow {
  display: grid;
  /* grid-template-columns: repeat(1, fit-content); */
  grid-template-rows: repeat(1, 3em);
  justify-content: center;
  width: 100%;
  position: absolute;
  bottom: 2em;
  z-index: 99;
  justify-items: center;

}

.heroArrow svg {
  /* width: ; */
  height: 100%;
  /* position: absolute; */
  bottom: -100%;
  rotate: 90deg;
  fill: white;
  filter: drop-shadow(2px -2px var(--mainColor));
  animation: bounce 1s cubic-bezier(.33, 0, .13, 1) 0.3s 2;
}

@keyframes bounce {
  50% {
    transform: translate(-20%);
  }
}

.heroArrow p {
  grid-column: 1/2;

  color: white;
  font-size: 2em;
  letter-spacing: 3px;
  font-weight: 800;
  font-variant: small-caps;
}

.heroText .cardP {
  font-family: serif;
  color: white;
  text-shadow: 2px 2px 2px var(--mainColor);
}



.wrapper {
  top: -100px;
  position: relative;
}

.cardP {
  opacity: 1;
  z-index: 5;
  font-size: 6em;
  text-align: center;
  font-variant: small-caps;
  letter-spacing: 1px;


}

.greece.greece {
  color: rgb(255, 255, 0);
  /* text-shadow: 2px 2px 2px var(--mainColor); */
  position: absolute;
  /* bottom: -80%; */
  right: 10%;
  font-size: 4em;
}

.boat {
  background-image: url(boat/boatReal.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
  display: block;
  position: relative;
  height: 500px;
  /* height: 100%; */
  width: 100%;
  border: 1px solid var(--mainColor);
  border-radius: 10px;
}

.yachtGrid {

  column-gap: 10px;
  height: 100%;
  width: 100%;
  display: grid;
  grid-template-columns: 200px 1fr;
  grid-template-rows: 100%;
}

.infoOne .parag {
  justify-content: flex-start;
}

.infoOne {
  height: 100%;
}

.imageSet {
  padding: 0 !important;
  margin-top: 10px;
  gap: 10px;
  display: flex;
  width: 100%;
  flex-direction: column;

}

.imageSet {
  aspect-ratio: 16 / 9;
  border: 1px solid var(--mainColor);
  border-radius: 10px;
  display: inline;
  width: 100%;
  height: 100%;
}

.buttonColumn img {
  border: 1px solid var(--mainColor);
  justify-self: center;
  width: fit-content;
  border-radius: 10px;
  /* width: 100%; */
  height: 40%;
  object-fit: contain;
}

.infoColumn .heading::before {
  content: none;
}

.infoColumn .heading {
  z-index: 1;
}

#info {
  text-transform: capitalize;
}

/* .infoColumn .heading {
  padding-top: 85px;
} */

.buttonColumn button:hover {
  background-color: var(--darkerMainColor);
  color: white;
}


.buttonColumn button {
  width: 100%;
  height: 100%;
  min-height: 3.5rem;
  background-color: var(--accentColor);
  border-radius: 20px;
  font-size: 1.3rem;
}

.buttonColumn .active {
  background-color: var(--mainColor) !important;
  color: white !important;
}

.buttonColumn {
  position: relative;
  padding-top: 200px;
  /* align-items: center;
  justify-content: flex-start; */
  height: 100%;
  gap: 30px;
  display: flex;
  flex-direction: column;
  /* min-height: 100%; */
}


.buttonSticky {
  width: 100%;
  align-self: start;
  position: sticky;
  top: 3em;
  gap: 30px;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(8, 1fr);
  flex-direction: column;
  height: fit-content;
}

.buttonSticky button {
  text-transform: capitalize;
}

#KajutaOne:hover #KajutaOne::after {
  content: '';
  position: relative;
  display: block;
  width: 100px;
  height: 100px;

}

.infoColumn {
  display: flex;
  flex-direction: column;
  align-items: center;
}


.infoTwo,
.infoThree,
.infoFour {
  position: relative;
}

.image {
  height: 100%;
}

.image img {
  height: clamp(300px, 30%, 500px);
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.infoColumn {
  overflow-y: auto;
  overflow-x: hidden;
}

.infoColumn span {
  font-weight: 800;
}

.invisible {
  z-index: -9;
  position: absolute;
  display: none !important;
  opacity: 0;
}

.infoMain {
  align-items: center;
  padding-left: 50px;
  display: flex;
  flex-direction: column;
}

.infoMain .parag div>*,
.rest .parag div>*,
.infoMain ul li>* {
  display: inline;
}

.scaleYacht {
  /* display: block; */
  /* height: 100%; */
  /* width: 100%; */
  scale: 0.7;
}


/* body::before {
  content: '';
  opacity: 0.7;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(images/yahta.jpg);
} */

/* DOCUMENT SECTION */
/* PHONE SECTION  */

.flexWrap {
  display: none;
  height: 100%;
}

.phoneFlex {
  display: flex;
  flex-direction: row;
  gap: 10px;
  overflow: auto;
  /* white-space: nowrap; */
  height: calc(100% - 60px);
  width: 100%;
  scroll-snap-type: x mandatory;
}

.phoneFlex img {
  border: 1px solid var(--accentColor);
  /* border-radius: 10px; */
  scroll-snap-align: center;
  height: 99%;
  min-width: 99%;
  object-fit: cover;
}



/* PHONE SECTION  */
/* NAVBAR SECTION */

.navbar {
  filter: drop-shadow(0px 0px 9px black);
  transition: opacity 0.3s ease-in-out, height 0.3s ease-in-out;
  /* transition: translate 0.3sease-in-out; */
  opacity: 1;
  height: 67px;
  z-index: 999;
  background-color: rgb(27, 73, 101);
  /* background-image: linear-gradient(var(--mainColor) 60%, transparent); */
  position: fixed;
  width: 100%;
  display: flex;
  justify-content: center;
}

.hideNavbar {
  height: 46px;
  /* opacity: 0.3; */
  /* translate: 0 -200%; */
}

/* body:has(.hideNavbar) .navbar::after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 150%;
  top: 100%;
}

.navbar::after {
  transition: height 0.3s ease-in-out;
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 1%;
  top: 100%;
} */



.navbarItem:first-child {
  margin-left: 0.2em;
}

.navbar .navbarCenter {
  height: 100%;
  /* justify-self: flex-start; */
  /* translate: 0 0; */
  position: absolute;
  /* display: flex; */
  left: 0;
  /* translate: 25% 25%; */
}

.navbarItem {
  height: 100%;
  margin-top: auto;
  margin-bottom: auto;
  margin-inline: 10px;
  align-items: center;
}

.navbarItem {
  align-self: center;
}





.navico svg {
  fill: var(--accentColor);
}

.navbarItem a {
  height: 100%;
  display: flex;
  font-weight: 800;
  font-variant: small-caps;
  color: white;
  text-shadow: black 1px 1px;
  letter-spacing: 1.3px;
  text-decoration: none;
  transition: color 0.5s;
  font-size: 1rem;
  align-items: center;
}

.navbarItem a::first-letter {
  font-size: calc(100% + 0.3rem);
}

.navbarItem a:hover {
  color: var(--accentColor);
}

.toRightNav {
  /* width: 80px; */
  position: absolute;
  right: 0;
  display: flex;
  /* margin-left: auto !important; */
  /* margin-bottom: 6px; */
}



.mainIcon {
  padding: 5px;
  position: relative;
  box-shadow: none;
  height: 100%;
  filter: drop-shadow(1px 1px 2px white) drop-shadow(-1px -1px 2px white);
  animation: anchor 4sease-in-out forwards;
  z-index: 9;
}

/* .navbarCenter::after {
  content: "";
  display: block;
  position: absolute;
  width: 260px;
  height: 260px;
  translate: -24% -25%;
  border-radius: 50%;
  filter: blur(20px);
  background-color: var(--mainColor);
} */

@keyframes anchor {

  0%,
  100% {
    rotate: 0;
  }

  33% {
    rotate: -15deg;
  }

  66% {
    rotate: 5deg;
  }
}

.flagIco {
  display: flex;
  height: 100%;
  width: 100%;
  align-content: center;
  align-items: center;
  cursor: pointer;
  position: relative;
  padding-inline: 10px;
  margin-inline: 5px;

}

.upper {
  padding: 1rem;
  z-index: 999;
  background-color: var(--mainColor);
  opacity: 0.9;
  position: fixed;
  translate: 0 -100%;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  transition: translate 0.5s ease-in-out;
}

.upper a {
  border-bottom: 1px solid white;
  text-decoration: none;
  color: white;
  width: fit-content;
  font-size: 1.3rem;
}

.flagIco a {
  border: none;
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
}

.upper a:hover {
  color: var(--backgroundColor2);
}

.showMenu {
  translate: 0 0;
}

.flags {
  margin-top: 9px;
  display: flex;
}

.flags svg {
  border-radius: 50%;
}

.navMenu {
  opacity: 0;
  display: none;
  position: fixed;
  z-index: 999;
  --position: 10px;
  top: var(--position);
  right: var(--position);
  animation-name: show;
  animation-duration: 0.3s;
  animation-timing-function: ease-in-out;
  animation-delay: var(--buttonAnimation);
  animation-fill-mode: forwards;
}

@keyframes show {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.navMenu button {
  z-index: 999;
  background-color: var(--backgroundColor);
  border-radius: 5px;
  border: 1px solid var(--mainColor);
  height: 50px;
  width: 50px;
  cursor: pointer;
}



.navMenu div {
  border-radius: 50px;
  height: 4px;
  width: 100%;
  /* background-color: rgb(60, 60, 60); */
}

.navMenu div::before,
.navMenu div::after {
  content: '';
  display: block;
  border-radius: 50px;
  height: 4px;
  border: none;
  width: 100%;
  background-color: rgb(60, 60, 60);
}

.closed div::before {
  animation: sandwitchTopClosed var(--buttonAnimation) ease-in-out forwards;

}

.closed div {
  animation: sandwitchMiddleClosed var(--buttonAnimation) ease-in-out forwards;
}

.closed div::after {
  animation: sandwitchBottomClosed var(--buttonAnimation) ease-in-out forwards;

}

.opened div::before {
  animation: sandwitchTopOpened var(--buttonAnimation) ease-in-out forwards;

}

.opened div {
  animation: sandwitchMiddleOpened var(--buttonAnimation) ease-in-out forwards;
}

.opened div::after {
  animation: sandwitchBottomOpened var(--buttonAnimation) ease-in-out forwards;

}

@keyframes sandwitchTopOpened {
  0% {
    rotate: 0deg;
    translate: 0 -9px;
  }

  50% {
    rotate: 0deg;
    translate: 0 0;
  }

  100% {
    rotate: 45deg;
    translate: 0 0px;
  }

}

@keyframes sandwitchBottomOpened {
  0% {
    rotate: 0deg;
    translate: 0 5px;
  }

  50% {
    rotate: 0deg;
    translate: 0 -4px;
  }

  100% {
    rotate: -45deg;
    translate: 0 -4px;
  }

}


@keyframes sandwitchMiddleOpened {
  0% {
    background-color: rgb(60, 60, 60);
  }

  50% {
    background-color: rgb(60, 60, 60);
  }

  51% {
    background-color: var(--backgroundColor);
  }

  100% {
    background-color: var(--backgroundColor);
  }
}

@keyframes sandwitchTopClosed {
  0% {
    rotate: 45deg;
    translate: 0 0px;
  }

  50% {
    rotate: 0deg;
    translate: 0 0;
  }

  100% {
    rotate: 0deg;
    translate: 0 -9px;
  }

}


@keyframes sandwitchMiddleClosed {

  0% {
    background-color: var(--backgroundColor);
  }

  50% {
    background-color: var(--backgroundColor);
  }

  51% {
    background-color: rgb(60, 60, 60);
  }

  100% {
    background-color: rgb(60, 60, 60);
  }


}

@keyframes sandwitchBottomClosed {
  0% {
    rotate: -45deg;
    translate: 0 -4px;
  }


  50% {
    rotate: 0deg;
    translate: 0 -4px;
  }

  100% {
    rotate: 0deg;
    translate: 0 5px;
  }


}

/* NAVBAR SECTION */
/* CARDS SECTION */

/* .cardsWrapper {
  margin-top: 50px;
  margin-bottom: 50px;
  text-align: center;
  margin-inline: 5%;
  display: flex;
  justify-content: space-between;
}

#cardImage {
  margin-bottom: 10px;
  background-color: var(--ourPurple);
  background-position: center;
  background-size: cover;
  border-radius: 10px;
  min-width: 100%;
  min-height: 200px;
} */

.popUp {

  opacity: 0;
  translate: 0 50%;
}

.popUp2 {

  opacity: 0;
  translate: 0 50%;
}

.popUp3 {
  opacity: 0;
  translate: 0 50%;
}

.card p {
  margin-bottom: 10px;
  max-width: 75%;
  font-size: 1.3em;
  color: black;
  /* text-shadow: 1px 1px var(--accentColor); */
}


/* CARDS SECTION */
/* FOOTER  */

.footer {
  scroll-margin-top: 46px;
  background-color: var(--mainColor);
  display: flex;

  justify-content: space-around;
  position: relative;
  padding: 1rem;
}

.footerTransition {
  height: var(--footerHeight);
  transition: height 0.5s ease-in-out;
}

.footer span {
  color: var(--accentColor);
  /* text-shadow: 1px 1px 0px var(--ourPurple); */
}

.footer svg {
  position: relative;
  top: -5px;
  margin-left: 5px;
  fill: var(--accentColor);
  vertical-align: middle;
}


p:is(.headerInfo) {
  text-shadow: 1px 1px 0px #1f0270;
  font-weight: 800;
  color: var(--accentColor);
}

p:has(+ svg) {
  display: inline;
}

/* FOOTER  */
.container::after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -9;
  background-color: var(--backgroundColor);
  opacity: var(--opacity);
}

.container {
  position: relative;
  padding-inline: 3.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100svh;
  /* min-width: 100vw; */
  z-index: 1;
  /* min-height: 100vh; */
  /* background-image: linear-gradient(10% var(--backgroundColor) 100% black); */

}

.calendar {
  /* height: 1271px !important; */
  height: 95svh;
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 0.5rem;
  padding-bottom: 1.5rem;
  padding-inline: 8vw;
}

.rest {
  flex-direction: column;
  height: 100%;
}


.yacht {
  height: 100%;
  overflow: unset !important;
}

.container>* {
  z-index: 9;
}

/* .containerThree {
  padding: 3.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 100vh;
  min-width: 100vw;
  /* min-height: 100vh; */
/* background-image: linear-gradient(10% var(--backgroundColor) 100% black); */

/* } */

*/ .info {
  display: block;
  max-height: 60vh;
}

.info .flexRow {
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: flex-start;
}

.header {
  display: flex;
  justify-content: center;
}

.heroImage {
  padding: 0px;

  .courses {
    padding-inline: 0px;
  }
}

.imgCont {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;

}



.column {
  height: 0;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  justify-content: center;
  align-items: center;
}

.img1 {
  width: 50%;
  align-self: center;
}

.img2 {
  align-self: start;
  /* grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 4;
  grid-row-end: 5; */
}

.img2 {
  margin-top: auto;
  margin-bottom: auto;
  width: 100%;
  /* grid-column-start: 3;
  grid-column-end: 6;
  grid-row-start: 1;
  grid-row-end: 4; */
}

.img3 {
  display: flex;
  justify-content: center;
}

.img4 {
  display: flex;
  justify-content: center;
}


/* ABOUT SECTION */

.about {
  gap: 30px;
  position: relative;
  display: grid;
  max-height: 70vh;
  grid-template-columns: repeat(2, 50%);
  grid-template-rows: repeat(1, 100%);
}

/* .popUp:hover {
  scale: 150%;
  border-radius: 10px;
  transition: 1s ease-in-out;
} */

.popUp {
  border-radius: 10px;
  border: 1px solid rgb(2, 0, 136);
}

.paragraphWrap {
  border-radius: 10px;
  border: 1px solid rgb(2, 0, 136);

}

.flexColumn {
  display: flex;
  flex-direction: row;
  width: fit-content;
  /* height: 100%; */
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}

.courses {
  padding: 0 !important;
  height: 100%;

}

.coursesHeader {
  position: relative;
  display: grid;
  grid-template-columns: repeat(1, 40%);
  /* grid-template-rows: repeat(2, 1fr); */
  justify-content: center;
  padding: 0px 0 30px 0;
}

.standaloneText {
  text-align: center;
  position: relative;
  display: grid;
  justify-content: center;
  justify-items: center;
  padding: 2rem;
}

.standaloneRow {
  position: relative;
  text-align: center;
  display: flex;
  justify-content: space-evenly
    /* gap: 1rem; */
}

.colorBlock {
  padding-bottom: 2rem;
  gap: 1rem;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.color {
  border: 1px solid var(--mainColor);
  width: 50px;
  height: 50px;
  display: block;
  border-radius: 50%;

}

.red {
  background-color: hsl(15, 100%, 80%);
  ;
}

.yellow {
  background-color: hsl(38 100% 79.18%);
  ;
}

.green {
  background-color: hsl(76, 70%, 70%);
  ;
}

.maxWidth p {
  color: #000000;
  font-size: 1.4rem;
  font-weight: bold;
  text-shadow: 1px 1px 2px #ffffff;
}


#standP {
  width: 60%;
}

.coursesFooter {
  position: relative;
  display: grid;
  grid-template-columns: repeat(1, 100%);
  grid-template-rows: repeat(1, 1fr);
  justify-items: center;
  padding-top: 60px;
}

.imgRow img {
  cursor: pointer;
  border-radius: 10px;
  border: 1px solid var(--mainColor);
}

.coursesFooter .imgRow div {
  height: 100%;
  width: 100%;
}

.coursesFooter .imgRow img {
  aspect-ratio: 1 / 0.8;
  height: 100%;
  width: 100%;
}

.image {
  position: relative;
  width: fit-content;
}

.toolTipFirst .parag p {
  font-size: calc(100% + 0.2rem);
}

.toolTipFirst {
  font-size: 1.6rem;
  text-align: left;
  position: absolute;
  top: -2%;
  right: 50%;
  translate: 50%;
}

.infoMain svg:hover {
  z-index: 9;
}

.infoFive .imgRow img {
  cursor: auto;
  width: calc(25% - 10px);

}

.infoSeven li,
.infoSeven ol,
.infoSeven ul {
  text-shadow: 2px 2px 2px #ff640024, -2px -2px 2px #ffffff63;
  width: 100%;
  font-size: clamp(1rem, 0.4231rem + 0.5517vw, 1.3rem);
  font-weight: 300;
}

.infoEight {
  width: 100%;
  align-items: flex-start;
}

.rest .imgRow img {
  cursor: auto;
  width: calc(33% - 10px);

}


body:has(.infoColumn svg:hover) .hoverImageContainer {
  display: block;
}

.hoverImageContainer {
  translate: 25% -50%;
  /* position: sticky; */
  width: 500px;
  height: 500px;
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 10px;
  display: none;
  z-index: 9999;
}

.toolTip {
  display: block;
  z-index: 99999;

  /* filter: drop-shadow(1px 1px rgb(255, 255, 255)); */
  filter: drop-shadow(1px 1px 1px rgb(243, 225, 161)) drop-shadow(1px -1px 1px rgb(243, 225, 161)) drop-shadow(-1px 1px 1px rgb(243, 225, 161));
  text-align: center;
  position: relative;
  bottom: 0;
  translate: 0 -100%;
}

.toolTip .parag p {
  text-transform: capitalize;
  text-shadow: none !important;
  font-size: calc(100% + 0.8rem);
}

.toolTip .parag p::first-letter {
  text-shadow: none !important;
}

.hoverImage {
  height: 100%;
  width: 100%;
  border: 1px solid var(--mainColor);
  border-radius: 10px;
  position: relative;
  z-index: 9999;
}

.image img {
  opacity: 0.5;
}

.bottomWc:hover {
  scale: 1.1;
  translate: 1.5% -2%;
}

.bottomWcJump {
  scale: 1.1;
  translate: 1.5% -2%;
}

.topWc:hover {
  scale: 1.1;
  translate: 1.5% 2%;
}

.topWcJump {
  scale: 1.1;
  translate: 1.5% 2%;
}

.frontWc:hover {
  scale: 1.1;
  translate: -1% -1%;
}

.frontWcJump {
  scale: 1.1;
  translate: -1% -1%;
}



.mess:hover {
  scale: 1.1;
  translate: 0.5% 1%;
}

.messJump {
  scale: 1.1;
  translate: 0.5% 1%;
}

.navigationTable:hover {
  scale: 1.1;
  translate: 1% -2%;
}

.navigationTableJump {
  scale: 1.1;
  translate: 1% -2%;
}

.galley:hover {
  scale: 1.1;
  translate: 0 -3%;
}

.galleyJump {
  scale: 1.1;
  translate: 0 -3%;
}

.rightCabin:hover {
  scale: 1.1;
  translate: 3% -2.5%;

}

.rightCabinJump {
  scale: 1.1;
  translate: 3% -2.5%;

}

.leftCabin:hover {
  scale: 1.1;
  translate: 3% 2.5%;

}

.leftCabinJump {
  scale: 1.1;
  translate: 3% 2.5%;

}

.teamCabin:hover {
  scale: 1.1;
  translate: -1.5% 2%;

}

.teamCabinJump {
  scale: 1.1;
  translate: -1.5% 2%;


}

.additionalCabin:hover {
  scale: 1.1;
  translate: -1.5% -2%;


}

.additionalCabinJump {
  scale: 1.1;
  translate: -1.5% -2%;

}

.bowCabin:hover {
  scale: 1.1;
  translate: -3% 0px;

}

.bowCabinJump {
  scale: 1.1;
  translate: -3% 0px;

}

.infoColumn svg {
  background-size: contain;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
  transition: translate 0.3s ease-in-out, scale 0.3s ease-in-out;
}

.courses a {
  font-size: 2.4rem;
  color: royalblue;
  text-shadow: none;
  z-index: 9;
  /* width: 100%; */
  /* height: 100%; */
}

.footer a {
  font-size: 1.1rem;
}

.heading::before {
  z-index: -1;
  content: '';
  top: 0;
  left: 0;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: var(--backgroundColor);
  opacity: var(--opacity);
}

.heading {

  padding-top: 75px;
  padding-bottom: 25px;
  text-shadow: -1px -1px 20px rgb(255 255 255), 1px 1px 0px rgb(255 255 255), -1px 1px 20px rgb(157, 209, 223), 1px 1px 20px rgb(157, 209, 223);
  position: relative;
  text-align: center;
  color: rgb(0 110 177);
  font-weight: bold;
  font-size: 4rem;
}



.coursesFooter::after {
  z-index: -1;
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: var(--backgroundColor);
  opacity: var(--opacity);
}


p.info::first-letter {
  font-size: 1.2rem;
}

/* .coursesHeader p {
  font-style: italic;
  text-shadow: 2px 2px 2px #ff640024, -2px -2px 2px #ffffff63;
  width: 96%;
  font-size: 1.3rem;
  font-weight: 300;
  color: #00033e;
  margin: 0;
} */

.coursesHeader h2 {
  text-align: center;
}

.standaloneText::after {
  z-index: -1;
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: var(--backgroundColor);
  opacity: var(--opacity);
}

.standaloneRow::after {
  z-index: -1;
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: var(--backgroundColor);
  opacity: var(--opacity);
}

.coursesHeader::after {
  z-index: -1;
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: var(--backgroundColor);
  opacity: var(--opacity);
}

.grid {
  padding-inline: 8%;
  overflow: hidden;
  display: grid;
  flex-direction: column;
  height: 100%;
  width: 100%;
  grid-template-rows: repeat(2, auto 1fr);
  grid-template-columns: 1fr;
  row-gap: 60px;
  justify-items: center;
}


.element1,
.element2,
.element3,
.element4 {
  /* display: block !important; */
  max-height: 100%;
}

.element3,
.element2 {
  filter: drop-shadow(1px 1px 4px black);
}

.element1 {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /* text-align: right; */
  /* padding-left: 2.5rem; */
  min-width: 43vw;
  width: 43vw;
  /* position: absolute; */
  /* top: 50%; */
  /* translate: 0 -50%; */
  left: calc(-45vw - 10px);
}


.element2 {
  z-index: 0;
  /* height: 100%; */
  position: relative;
  /* translate: 85%; */
  /* width: 100%; */
  z-index: 0;
  /* height: 100%; */
}

.aboutColumn {
  height: 100%;
  width: 70%;
}

.element3 {
  z-index: 0;
  /* height: 100%; */
  position: relative;
  /* translate: 85%; */
  /* width: 100%; */
  z-index: 0;
  /* height: 100%; */
}


.element4 {
  text-align: left;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /* padding-left: 2.5rem; */
  min-width: 43vw;
  width: 43vw;
  /* position: absolute; */
  /* top: 50%; */
  /* translate: 0 -50%; */
  left: calc(-45vw - 10px);
}


.imgRow {
  gap: 10px;
  display: flex;
  flex-direction: row;
}

.courses .imgRow img {
  aspect-ratio: 1 / 0.75;
  object-fit: cover;
  height: 100%;
  width: calc(25% - 7px);
}

.element4 img {
  z-index: 2 !important;
}

.element5 {
  text-align: left;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /* padding-left: 2.5rem; */
  width: 45vw;
  /* position: absolute; */
  /* top: 50%; */
  /* translate: 0 -50%; */
  left: calc(-45vw - 10px);
}

.element5 .parag {
  padding-bottom: 30px;
}

.element5 a {
  font-size: 2.4rem;
  color: royalblue;
  text-shadow: none;
  z-index: 9;
}


.clip {
  position: relative;
  z-index: 9;
  clip-path: inset(0% 0% 0% 0%);
}

.parag {
  padding-left: 0rem;
  display: flex;
  justify-content: space-evenly;
  /* grid-column-start: span 2;
  grid-row-start: span 3; */
  flex-direction: column;
  /* align-items: center; */
  /* justify-content: center; */
}

.courses img {
  height: auto;
  width: 100%;
  /* max-width: 680px; */
  /* max-height: 680px; */
  object-fit: contain;
}

.capOne,
.capTwo {
  width: 40vw;
}

.capOne {
  position: relative;
}

.capTwo {
  text-align: right;
}


/* ABOUT SECTION */

.courses .card {
  background-color: transparent;
}

.people {
  height: 100%;
  padding-inline: 30vh;
}

.people .card {
  background-color: transparent;
}

.people h2 {
  text-align: center;
}

.people .imgCont {
  align-items: center;
  height: unset;
  width: min-content;
  flex-direction: column;
}

.teamWrap {
  display: grid;
  height: 100%;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: repeat(2, 1fr);
  /* gap: 60px; */
  justify-content: center;
  align-items: center;
}

.alignToTop {
  align-self: flex-start;
}

.alignToBottom {
  align-self: flex-end;
}

.alignToCenter {
  align-self: center;
  margin-bottom: auto;
  margin-top: auto;
}

.flexRow {
  gap: 60px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}


.grid .flexRow {
  width: 100%;
  /* height: 0; */
  min-height: 100%;
}

img {
  /* border-radius: 4px; */
  object-fit: cover;

}


.img5 img {
  aspect-ratio: 1/1;
  border-radius: 50%;
  filter: drop-shadow(3px 4px 6px var(--mainColor));
  width: 25vw;
  object-position: center;
}

.mobile {
  display: none;
}

.mobileOnly {
  display: none;
}



/* .cal {
  overflow: visible;
} */

.cal>.month {
  border-radius: 25px 25px 0 0;
}

.cal>.days {
  border-radius: 0 0 25px 25px;
}

.days {
  overflow: hidden;
}

.sale {

  /* background-image: url(sale/sale2.png); */
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  rotate: -15deg;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--mainColor);
  text-shadow: 1px 1px 5px white;
  font-size: 1.2rem;
  top: -1.5rem;
  left: -1rem;
  width: 7rem;
  height: 7rem;


}

.sale::after {
  z-index: -1;
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: var(--backgroundColor);
  border-radius: 50%;
  filter: blur(10px);
}

/* 
.red::after {
  background-color: rgba(255, 246, 120, 0.865);

}

.orange::after {
  background-color: rgb(252, 162, 71);

} */



@keyframes glow {
  25% {
    /* color: coral; */
    filter: drop-shadow(1px 1px 10px coral);
  }

  50% {
    /* color: black; */
    filter: drop-shadow(1px 1px 1px transparent);
  }

  75% {
    /* color: coral; */
    filter: drop-shadow(1px 1px 10px coral);
  }
}

/* Icons SECTION */

@keyframes icons {
  0% {
    translate: 0% 100%;
    opacity: 0;
  }

  100% {
    translate: 0% 0%;
    opacity: 1;
  }
}

@keyframes icons2 {
  0% {
    translate: 0% 100%;
    opacity: 0;
  }

  100% {
    translate: 0% 0%;
  }
}

@keyframes icons3 {
  0% {
    translate: 0% 50%;
    opacity: 0;
  }

  25% {
    translate: 0% 0%;
    opacity: 1;
  }

  50% {
    translate: 0% 50%;
    opacity: 1;
  }

  75% {
    translate: 0% 0%;
    opacity: 1;
  }

  100% {
    translate: 0% 0%;
    opacity: 1;
    text-shadow: 2px 2px 2px orange;
  }

}

/* CONTENT SECTION  */

@keyframes rotate {
  from {
    rotate: 0deg;
  }

  to {
    rotate: 360deg;
  }
}


.phoneContent .parag a {
  font-size: 2rem;
}

.phoneContent {
  overflow: hidden;
}



.containerTwo .innerText {

  padding-top: 3%;
  padding-bottom: 3%;
  --position: 7vw;
  position: absolute;
  bottom: var(--position);
  left: var(--position);
  translate: -200%;
  animation: moveToRight 0.75s cubic-bezier(0, 0, 0.51, 1.25) forwards 1s;
  display: flex;
  width: 20vw;
  height: 20vw;
  flex-direction: column;
  text-align: center;
  justify-content: space-evenly;
}

.phoneContent .innerText {
  padding-top: 4rem;
  padding-bottom: 4rem;
  --position: 7vw;
  position: absolute;
  bottom: var(--position);
  left: var(--position);
  translate: -200%;
  animation: moveToRight 0.75s cubic-bezier(0, 0, 0.51, 1.25) forwards 1s;
  display: flex;
  /* width: 20vw; */
  /* height: 20vw; */
  flex-direction: column;
  justify-content: space-evenly;
}

.innerText::after {
  content: '';
  z-index: -1;
  position: absolute;
  /* top: 0; */
  /* left: 0; */
  width: 100%;
  height: 100%;
  background-image: url('sale/yellow.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  filter: drop-shadow(0px 0px 71px orange) blur(9px);
  scale: 1.5;
  animation: rotate 30s linear infinite;
}

.innerText a {
  text-shadow: -1px -1px 20px rgb(255 255 255), 1px 1px 0px rgb(255 255 255), -1px 1px 20px rgb(157, 209, 223), 1px 1px 20px rgb(157, 209, 223);
  position: relative;
  color: rgb(0 110 177);
  font-weight: bold;
  text-decoration: none;
  font-size: 1.2vw;
  /* font-size: 4rem; */
}

.containerTwo .innerText p {
  font-size: 0.8vw;
}

.innerText div>* {
  display: inline;
}

.containerTwo .innerText div {
  line-height: 1vw;
}

.innerText p span:first-child {
  display: block;
}

.phoneContent a {
  text-decoration: none;
  font-size: calc(100% + 0.3rem);
  font-weight: 800;
  color: rgb(0 110 177);
  text-shadow: -1px -1px 20px rgb(255 255 255), 1px 1px 0px rgb(255 255 255), -1px 1px 20px rgb(157, 209, 223), 1px 1px 20px rgb(157, 209, 223);
}

.innerText>p {
  /* text-shadow: 1px 1px black; */
  width: 100%;
  position: relative;
  text-wrap: wrap;
  padding: 15px;
  margin: 0;
  line-height: 1.1em;
}


@keyframes moveToRight {
  from {
    translate: -200%;
  }

  to {
    translate: 0;
  }
}


.phoneContentText p {
  color: white;
  margin: 0;
  padding: 10px;
}

.phoneContent {
  padding: 1rem;
  /* margin-top: 5px; */
  display: none;
  border-top: 3px solid white;
  border-bottom: 3px solid white;
  position: relative;
  /* top: var(--navbarThicness); */
}

.prices {
  display: grid;
  /* grid-auto-columns: 1fr; */
  /* grid-auto-rows: 3fr 1fr; */
  padding-inline: 1.5rem;
  height: auto;
  padding-bottom: 1.5rem;
}


.pricesCol:nth-child(2) p {
  text-align: center;
}

.pricesCol:nth-child(2) {
  justify-content: space-evenly;
}

.pricesColWrap {
  padding-bottom: 1.5rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: 1fr;
  width: 100%;
  /* height: 90vh; */
  gap: 1.5rem;
  justify-content: center;
}


.pricesFooter .pricesCol {
  padding: 1rem;
  display: block;
  /* margin-inline: calc(((100% + 1.5rem)/3)/1.6); */
  width: fit-content;
}

.pricesFooter {
  padding: 0 1rem 1rem;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.pricesFooter .big {
  display: block;
  width: 100%;
  text-align: center;
}

.iconsWrapper {
  /* padding-inline: 6rem; */
  gap: 3vw;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  flex-direction: row;
}

.pricesFooter .iconBlock {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 100%;
  width: 100%;
}

.pricesFooter .iconBlock img {
  object-fit: contain;
  max-width: 200px;
  max-height: 200px;
  border: none;
  height: 100%;
  width: 100%;
}

.pricesCol {
  position: relative;
  display: flex;
}

.pricesCol:nth-child(2) .parag:nth-child(1) ul li:nth-child(1)::marker,
.pricesCol:nth-child(2) .parag:nth-child(1) ul li:nth-child(2)::marker,
.pricesCol:nth-child(2) .parag:nth-child(1) ul li:nth-child(3)::marker {
  content: '★ ';
  font-size: 1.5rem;
  color: orange;
}

.pricesColContent {
  padding: 15px;
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-evenly;
  /* min-height: fit-content; */
  /* height: 950px; */
  width: 100%;
}

.pricesCol::after {
  content: '';
  display: block;
  position: absolute;
  border-radius: 15px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: -1;
  background-color: white;
}

.big {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 2rem;
}


.pricesCol .parag b {
  text-align: center;
}

.pricesCol span {
  font-size: calc(100% + 0.3rem);
}

.pricesCol img {
  border: 1px solid var(--mainColor);
  border-radius: 10px;
  width: 100%;
  height: 100%;
}

.prices ul {
  margin: 0;
}

.prices ul li {
  padding-bottom: 11px;
  text-shadow: 2px 2px 2px #ff640024, -2px -2px 2px #ffffff63;
  width: 100%;
  font-size: clamp(1rem, 0.4231rem + 0.5517vw, 1.3rem);
  font-weight: 300;
}

.pricesCol ul li b,
.pricesCol ul li p {
  display: inline;
}

.form-group {
  margin-bottom: 20px;
}

label {
  display: block;
  margin-bottom: 8px;
  font-weight: bold;
}

.formNameGroup {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}

input[type="text"],
input[type="email"],
textarea {

  width: 100%;
  padding: 10px;
  border: 1px solid black;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 10px;
  font-size: 16px;
  box-sizing: border-box;
}

#textarea {
  min-height: 150px;
  resize: vertical;
}

#submit-btn {
  margin-bottom: auto;
  margin-top: auto;
  margin-left: auto;
  display: flex;
  align-self: end;
  min-width: 225px;
  background-color: #4CAF50;
  color: white;
  border: none;
  filter: drop-shadow(1px 1px 4px black);
  padding: 12px 20px;
  border-radius: 10px;
  cursor: pointer;
  font-size: 16px;
  transition: background-color 0.3s;
  position: relative;
  flex-direction: column;
  align-items: center;
  /* grid-row: 2; */
}

#submit-btn p {
  color: white;
}

#submit-btn:hover {
  background-color: #45a049;
}

#submit-btn:disabled {
  background-color: #cccccc;
  cursor: not-allowed;
}

.buttonWrap {
  gap: 1.2rem;
  display: grid;
  grid-template-rows: repeat(2, 1fr);
}

.error {
  color: #d9534f;
  font-size: 14px;
  margin-top: 5px;
}

.domain-status {
  font-size: 11px;
  margin-top: 5px;
}

.valid {
  color: #225720;
}

.invalid {
  color: #dc3545;
}

#form-message {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  /* min-height: 31px; */
  /* margin: 20px 0; */
  padding: 9px;
  border-radius: 10px;
  /* display: none; */
}

.success {
  background-color: #dff0d8;
  color: #3c763d;
  border: 1px solid #d6e9c6;
}

.error-message {
  background-color: #f2dede;
  color: #a94442;
  border: 1px solid #ebccd1;
}

#timer {
  margin-left: 10px;
  font-size: 14px;
  color: #666;
}

.spinner {
  display: inline-block;
  margin-left: 5px;
  animation: spin 1s linear infinite;
}

#contact-form {
  width: 100%;
  display: grid;
  column-gap: 12rem;
  /* padding-bottom: 2rem; */
  grid-template-rows: 1fr 3fr;
}

.form {
  display: flex;
  /* justify-content: flex-start; */
  height: fit-content;
}

.formColumn {
  display: flex;
  flex-direction: column;
}

#message {
  border-radius: 15px;
  font-size: 1.2rem;
  height: 15rem;
}

.formWrap {
  display: flex;
  width: 100%;
  padding-inline: 1rem;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* CONTENT SECTION  */

/* Icons SECTION */
@keyframes moveToRight2 {
  0% {
    translate: -100%;
  }

  100% {
    translate: 50%;
  }

}

.islandName {
  padding-inline: 1rem;
  display: inline;
  /* width: 100%; */
}

.upper a::first-letter {
  text-transform: capitalize;

}

.heading {
  text-transform: capitalize !important;
}


@media screen and (min-width:1023px) {
  .buttonWrap {
    display: flex;
    flex-direction: row;
  }

  .buttonWrap button {
    order: 2;
  }

  #form-message {
    order: 1;
  }

  .formNameGroup {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }

  .formWrap {
    width: 50%;

  }

  .pricesFooter {
    padding: 0;
  }

  .iconsWrapper {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(1, 1fr);
    /* gap: 6rem; */
  }

  .teamWrap .flexColumn:nth-child(2) {
    translate: 0 -25%;
  }

  .standaloneText .parag {
    translate: 0 -20%;
    z-index: 10;
    width: 60vw;
    align-items: center;
  }

  .standaloneText .maxWidth {
    text-wrap: balance;
    padding-inline: 2vw;
    width: 80vw;
  }

  .rest .imgRow {
    height: 38vh;
  }
}

/* LANDSCAPE MODE */
@media screen and (max-width:1281px) and (min-width:1023px) {
  .calendar {
    height: 155svh;
    padding-inline: 4vw;
  }

  /* .calendar {
    gap: 0;
    overflow-x: scroll;
    padding-inline: 0;
    display: flex !important;
    width: 100%;
    justify-content: start;
  }

  .cal {
    margin: 10px;
    min-width: 90%;
    height: 100%;
  } */

  .navMenu button {
    transform-origin: top right;
    scale: 1.5;
  }

  .rest {
    height: 100%;
  }

  .mainContentText {
    scale: 0.65;
  }

  .sideMenuWrapper {
    gap: 100px;
  }

  .left .mainContentText {
    animation: moveToRight2 0.75s cubic-bezier(0, 0, 0.51, 1.25) forwards 1s;
  }

  .toolTipFirst {
    font-size: 1rem;
  }



  .hoverImageContainer {
    height: 400px;
    width: 400px;
  }
}

@media screen and (max-width: 1023px) and (min-width: 769px) {
  .standaloneRow {
    flex-direction: column;
    align-items: center;
  }

  .teamWrap {
    padding-inline: 1rem;
    padding-bottom: 2rem;
    justify-items: center;
  }

  .capOne,
  .capTwo {
    width: 100%;
  }

  .img5 img {
    width: 35vw;
  }

  .containerTwo .innerText {
    display: none;
  }

  .islandName a {
    font-size: 2rem;
  }

  .navMenu button {
    transform-origin: top right;
    scale: 1.5;
  }

  .pricesCol:nth-child(1) {
    order: 2;
  }

  .pricesCol:nth-child(2) {
    order: 1;
  }

  .pricesCol:nth-child(3) {
    order: 3;
  }

  .phoneContent {
    display: block;
  }

  .innerText {
    text-align: left;
  }

  .innerText::after {
    bottom: -35%;
    left: -35%;
  }

  .phoneContent .innerText {
    display: flex;
    position: relative;
    left: 0;
    bottom: 0;
    padding: 0;
    width: 100%;
    height: 34rem;
    translate: 0;
    animation: none;
  }

  .sideMenuWrapper {
    display: none;
  }

  .pricesColWrap {
    grid-template-columns: 1fr;
    grid-auto-rows: 1fr;
    padding: 1rem;
  }

  .navbar {
    display: none;
  }

  .navMenu {
    display: flex;
  }

  #biggerImage {
    grid-column: 1 / 3;
  }

  .wrapper {
    top: 0;
  }

  .heroArrow {
    bottom: 1em;
  }

  /* dialog {
    height: calc(100% - 2em - 6px);
  } */

  .yachtGrid {
    /* overflow-x: scroll; */
    grid-template-columns: 100%;
  }

  .buttonColumn {
    display: none;
  }

  .infoMain {
    padding-inline: 1rem;
  }

  .invisible {
    opacity: 1;
    display: block !important;
    position: relative;
  }

  .infoTwo svg {
    display: none;
  }

  .infoMain svg {
    display: none;
  }

  .image img {
    opacity: 1;
  }

  .infoThree .image,
  .infoFour .image {
    display: none;
  }

  .infoFive .imgRow img,
  .rest .imgRow img {
    width: calc(100%);
    aspect-ratio: 1 / 0.75;
  }

  .toolTip,
  .toolTipFirst {
    display: none;
  }

  .image img {
    width: 100%;
    /* scale: 1.2; */
    /* rotate: -90deg; */
    object-fit: contain;
  }

  .image {
    height: unset;
  }


  .infoOne {
    height: unset;
  }


  .boat {
    height: 300px;
  }

  .standaloneText {
    padding: 0;
    padding-inline: 1rem;
    padding-bottom: 30px;
    text-align: left !important;
  }

  #peopleP {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  #standP {
    width: 100%;
  }

  .img3 img {
    width: 100%;
  }

  .flexRow .img3 {
    flex-direction: column;
    text-align: center;
  }


  .courses .imgRow img {
    width: 100%;
  }

  .element5 {
    width: 100%;
  }

  .imgRow {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }

  .rest .imgRow {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
  }

  .month p {
    font-size: 28px;
  }

  .cal:has(.days:hover) .month p {
    translate: 0 0;
  }

  .cal:has(.divan:hover) .month p {
    translate: 0 -30px;

  }

  .divan::after {
    top: calc(var(--monthHeight) - 12%);
    font-size: 1.8rem;
  }

  .aboutColumn :first-child {
    translate: 0;
  }

  .aboutColumn :last-child {
    translate: 0;
  }

  .grid {
    padding: 0;
    grid-template-rows: auto;
  }

  .grid .flexRow {
    display: flex;
    flex-direction: column;
    height: 100%;
  }

  .aboutColumn {
    width: 100%;
    padding-left: 1rem;
    padding-bottom: 30px;
  }

  .element1,
  .element2,
  .element3,
  .element4 {
    position: relative;
  }

  .element1,
  .element4 {
    width: 100%;
    translate: 0;
    padding-inline: 1rem;
    padding-top: 15px;
  }

  .coursesFooter .element5 {
    padding-inline: 1rem;
  }

  .element1 .parag,
  .element4 .parag {
    padding-bottom: 30px;
  }

  .element1 {
    order: 2;
    text-align: left;
    /* padding-left: 2.5rem; */
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    /* text-align: right; */
    /* padding-left: 2.5rem; */
    /* width: 100%;*/
  }

  .element2 {
    order: 1;
    z-index: 0;
    height: fit-content;
    translate: 0;
    position: relative;
    width: 100%;
    z-index: 0;
  }

  .element3 {
    height: fit-content;
    translate: 0;
    width: 100%;
  }

  .element4 {
    top: 0;
    left: 0;
  }

  .imgCont {
    width: auto;
    height: auto;
    display: flex;
    flex-direction: row;
  }

  .desktop {
    display: none;
  }

  .clip {
    scale: 1 !important;
  }

  .heroText::after {
    position: absolute;
  }

  .containerTwo {
    background: none;
  }

  .paragraphWrap {
    display: block;
  }

  .paragraphWrap {
    border: none;
    border-radius: 0;
  }

  .container::after {
    display: none;
  }

  .greece {
    /* display: none; */
    font-size: 2em !important;
  }

  :root {
    --navbarThicness: 100px;
  }


  /* body {
    font-size: 1.3rem !important;
  } */

  .cardP {
    font-size: 4em;
  }

  .heroArrow p {
    font-size: 1.4em;
  }

  .column {
    display: contents;
  }

  .container {
    height: fit-content;
    display: contents !important;
  }

  .about {
    grid-template-columns: 1fr;
  }

  .img1 {
    width: 100%;
  }

  .clip {
    padding-inline: 1em;
    top: 0px !important;
  }

  .popUp {
    border: 1px solid var(--mainColor);
    border-radius: 10px;
    animation: 0s cubic-bezier(0.33, 0, 0.13, 1) 0s 1 normal forwards running icons !important;
  }

  .coursesFooter {
    grid-template-columns: repeat(1, 100%);
    /* padding-left: 1.5rem;
    padding: 50px 0 50px 1rem; */
  }

  .coursesHeader {
    gap: 20px;
    grid-template-columns: repeat(1, 100%);
    padding-left: 1.5rem;
    padding-bottom: 1.5rem;
    padding: 50px 0 50px 1rem;
  }

  .mobile {
    padding: 20px 0 20px 0;
    padding-inline: 1rem;
    display: flex;
  }

  .cal {
    margin: 10px;
    min-width: 90%;
    height: 100%;
  }

  .calendar {
    gap: 0;
    overflow-x: scroll;
    padding-inline: 0;
    display: flex !important;
    width: 100%;
    justify-content: start;
  }

  .footer {
    top: 0;
    flex-direction: column;
    padding: 1em 2em 5em;
    justify-content: flex-start;
  }

  .standaloneText {
    text-align: center;
  }

  .rest .imgRow,
  .rest .parag {
    padding-inline: 1rem;
  }
}

/* LANDSCAPE MODE */



/* VERTICAL MODE */

@media screen and (max-width: 768px) {
  .standaloneRow {
    flex-direction: column;
    align-items: center;
  }

  .teamWrap {
    padding-inline: 1rem;
    padding-bottom: 2rem;
    justify-items: center;
  }

  .capOne,
  .capTwo {
    width: 100%;
  }

  .img5 img {
    width: 70vw;
  }

  .flexColumn {
    flex-direction: column;
  }

  .capTwo {
    text-align: left;
  }

  .capOneImg {
    order: 1;
  }

  .capOne {
    order: 2;
  }

  .capTwoImg {
    order: 3;
  }

  .capTwo {
    order: 4;
  }

  .containerTwo .innerText {
    display: none;
  }

  .grid .flexRow {
    display: flex;
    flex-direction: column;
    height: 100%;
  }

  .islandName a {
    font-size: 2rem;
  }

  .pricesCol:nth-child(1) {
    order: 2;
  }

  .pricesCol:nth-child(2) {
    order: 1;
  }

  .pricesCol:nth-child(3) {
    order: 3;
  }

  .phoneContent {
    top: unset;
    display: block;
  }

  .phoneContent .innerText {
    display: flex;
    position: relative;
    left: 0;
    bottom: 0;
    padding: 0;
    width: 100%;
    height: 37rem;
    translate: 0;
    animation: none;
  }

  .innerText {
    text-align: left;
  }

  .innerText::after {
    bottom: -35%;
    left: -35%;
  }

  .sideMenuWrapper {
    display: none;
  }

  .pricesColWrap {
    grid-template-columns: 1fr;
    grid-auto-rows: 1fr;
    padding: 1rem;
  }

  .navbar {
    display: none;
  }

  .navMenu {
    display: flex;
  }

  .rest .imgRow,
  .rest .parag {
    padding-inline: 1rem;
  }

  #biggerImage {
    grid-column: 1 / 3;
  }

  .wrapper {
    top: 0;
  }

  .heroArrow {
    bottom: 0;
  }

  .infoFive .imgRow img,
  .rest .imgRow img {
    width: calc(100%);
    aspect-ratio: 1 / 0.75;
  }

  /* dialog {
    height: calc(100% - 2em - 6px);
  } */

  .boat {
    height: 300px;
    background-size: cover;
  }

  .image {
    height: unset;
  }

  #peopleP {
    width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: left;
    font-size: 16px !important;
  }

  #standP {
    width: 100%;
  }

  .img3 img {
    width: 100%;
  }

  .flexRow .img3 {
    flex-direction: column;
    text-align: center;
  }

  /* * {
    border: 1px solid saddlebrown;
  } */

  .yachtGrid {
    /* overflow-x: scroll; */
    grid-template-columns: 100%;
  }

  .buttonColumn {
    display: none;
  }

  .infoMain {
    padding-inline: 1rem;
  }

  .invisible {
    opacity: 1;
    display: block !important;
    position: relative;
  }

  .infoTwo svg {
    display: none;
  }

  .infoMain svg {
    display: none;
  }

  .image img {
    opacity: 1;
  }

  .infoThree .image,
  .infoFour .image {
    display: none;
  }

  .toolTip,
  .toolTipFirst {
    display: none;
  }

  .image img {
    width: 100%;
    /* scale: 1.2; */
    /* rotate: -90deg; */
    object-fit: contain;
  }

  .infoOne {
    height: unset;
  }

  .courses .imgRow img {
    width: 100%;
  }

  .element5 {
    width: 100%;
  }

  .imgRow {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }

  .rest .imgRow {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
  }

  .month p {
    font-size: 28px;
  }

  .cal:has(.days:hover) .month p {
    translate: 0 0;
  }

  .cal:has(.divan:hover) .month p {
    translate: 0 -30px;

  }

  .divan::after {
    top: calc(var(--monthHeight) - 14%);
  }

  .filled::after {
    top: calc(var(--monthHeight) - 12%);
  }

  .divan::after {
    font-size: 1.5rem;
  }

  .standaloneText {
    padding: 0;
    padding-inline: 1rem;
    padding-bottom: 30px;
    text-align: left;
  }

  .grid {
    padding: 0;
    grid-template-columns: auto;
  }



  .heading {
    padding: 50px 10px 40px 10px;
    /* text-align: left; */
    font-weight: bold;
    font-size: 3.0rem;
  }

  .aboutColumn {
    width: 100%;
    padding-inline: 1rem;
    padding-bottom: 30px;
  }

  .element1 {
    padding-left: 0;
  }

  .element1,
  .element2,
  .element3,
  .element4 {
    position: relative;
  }

  .element1,
  .element4 {
    width: 100%;
    translate: 0;
    padding-inline: 1rem;
  }

  .element1 {
    order: 2;
    text-align: left;
    /* padding-left: 2.5rem; */
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    /* text-align: right; */
    /* padding-left: 2.5rem; */
    /* width: 100%;*/
  }

  .element1 .parag,
  .element4 .parag {
    padding-bottom: 30px;
  }

  .element2 {
    order: 1;
    z-index: 0;
    height: fit-content;
    translate: 0;
    position: relative;
    width: 100%;
    z-index: 0;
  }

  .element3 {
    height: fit-content;
    translate: 0;
    width: 100%;
  }

  .element4 {
    top: 0;
    left: 0;
  }

  .imgCont {
    width: auto;
    height: auto;
    display: flex;
    flex-direction: row;
  }

  .desktop {
    display: none;
  }


  .mobile {
    padding: 20px 0 20px 0;
    padding-inline: 1rem;
    display: flex;
  }

  .mobileOnly {
    padding: 20px 0 20px 0;
    padding-inline: 1rem;
    display: flex;
  }

  .clip {
    padding-inline: 1em;
    top: 0px !important;
    scale: 1 !important;
  }

  .coursesFooter {
    grid-template-columns: repeat(1, 100%);
    padding-inline: 1rem;
  }

  .coursesHeader h2 {
    text-align: left;
  }

  .coursesHeader {
    gap: 20px;
    grid-template-columns: repeat(1, 100%);
    grid-template-rows: repeat(2, 40%);
    padding-inline: 1rem;
  }

  .heroText::after {
    position: absolute;
  }

  .containerTwo {
    background: none;
  }

  .paragraphWrap {
    display: block;
  }

  .greece {
    /* display: none; */
    font-size: 2em !important;
  }

  .container::after {
    display: none;
  }

  :root {
    --navbarThicness: 100px;
  }



  .cardP {
    font-size: 3.6em;
  }

  .heroArrow p {
    font-size: 1em;

  }

  .heroArrow {
    grid-template-rows: repeat(2, 2em);
  }

  .heroArrow svg {
    padding: 0;
  }

  .parag {
    margin-top: 0rem;
  }

  .column {
    display: contents;
  }

  .container {
    height: fit-content;
    display: contents !important;
  }

  .about {
    grid-template-columns: 1fr;
  }

  .img1 {
    width: 100%;
  }

  .paragraphWrap {
    border: none;
    border-radius: 0;
  }

  .popUp {
    border: 1px solid var(--mainColor);
    border-radius: 10px;
    animation: 0s cubic-bezier(0.33, 0, 0.13, 1) 0s 1 normal forwards running icons !important;
  }

  .cal {
    max-height: unset;
    margin: 8px;
    min-width: 90%;
    height: 95%;
  }

  .calendar {
    gap: 0;
    overflow-x: scroll;
    padding-inline: 0;
    display: flex !important;
    width: 100%;
    justify-content: start;
    height: 90svh;
    overflow-y: hidden;
  }

  .footer {
    top: 0;
    flex-direction: column;
    padding: 1em 2em 5em;
    justify-content: flex-start;
  }

  .aboutColumn :first-child {
    translate: 0;
  }

  .aboutColumn :last-child {
    translate: 0;
  }

}