/* HIDE ALL ELEMENTS FOR DESKTOP SCREENS */

#headerDesktop {
  display: none;
}

#navTripsPrivateDesktop {
  display: none;
}

#navTripsGroupDesktop {
  display: none;
}

.mainDesktop {
  display: none;
}

#upSquareIconDesktop {
  display: none;
}



* {
  box-sizing: border-box;
  border: none;
  scrollbar-width: none; 
  -ms-overflow-style: none;
}

::-webkit-scrollbar {
  display: none;
}


body {
  position: relative;
  background-color: rgb(165, 165, 165);
  width: 100vw;
  max-width: 100vw;
  overflow-x: clip;
  padding: 0;
  margin: 0;
  font-family: 'News Cycle', 'Source Sans Pro', 'Arial';
  -webkit-tap-highlight-color: transparent;
}


/* MENU */

#navMobile {
  display: grid;
  position: absolute;
  grid-template-rows: 10vw 7vw 7vw 7vw 7vw 7vw 10vw 7vw 7vw 10vw 10vw 10vw;
  width: 100vw;
  max-width: 100vw;
  height: 168vw;
  top: 18vw;
  justify-content: center;
  justify-items: center;
  align-content: top;
  align-items: top;
  z-index: 101;
  visibility: hidden;
  opacity: 0;
  background-image: url(birds.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  grid-gap: 4vw;
  line-height: 0;
  padding-top: 6vw;
}

#navMobile > a.menuItems {
  text-decoration: none;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  justify-items: center;
  width: 92vw;
  height: 10vw;
  letter-spacing: 0.7vw;
  font-size: 6vw;
  color: rgb(255, 255, 255);
  padding-left: 4vw;
  font-family: 'News Cycle', 'Source Sans Pro', 'Arial';
  margin-left: auto;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.5), 
              0 0 20px 6px rgba(78, 152, 255, 0.5), 
              inset 0 0 14px 3px rgba(255, 255, 255, 0.5);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 1), 1px 1px 2px rgba(0, 0, 0, 0.8), 1px 1px 3px rgba(0, 0, 0, 0.6);
  border-radius: 4px;
}

#navMobile > a.menuItems2 {
  text-decoration: none;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: right;
  justify-items: right;
  height: 7vw;
  letter-spacing: 0.7vw;
  font-size: 5vw;
  color: rgb(0, 35, 115);
  padding-right: 1vw;
  font-family: 'News Cycle', 'Source Sans Pro', 'Arial';
  margin-left: auto;
  padding-right: 3vw;
}

.openMenu {
  animation: openMenuAnim 0.4s ease-in-out 1 forwards;
}

@keyframes openMenuAnim {
  0% {
    visibility: hidden;
    opacity: 0;
  }
  100% {
    visibility: visible;
    opacity: 1;
  }
}

.closeMenu {
  animation: closeMenuAnim 0.4s ease-in-out 1 forwards;
}

@keyframes closeMenuAnim {
  0% {
    visibility: visible;
    opacity: 1;
  }
  100% {
    visibility: hidden;
    opacity: 0;
  }
}



header {
  width: 100vw;
  max-width: 100vw;
  height: 18vw;
  padding: 0;
  z-index: 120;
  background-image: linear-gradient(rgb(16, 56, 96), rgb(39, 138, 196));
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#logo {
  height: 14vw;
  width: 14vw;
  margin-left: 2vw;
}


#HimaraSeas {
  display: flex;
  flex-direction: column;
  align-items: left;
  justify-content: center;
  color: white;
  text-align: left;
  font-size: 4vw;
  margin-left: 2vw;
  margin-right: auto;
  height: 16vw;
  width: 56vw;
  line-height: 0.7;
  font-family: 'Lora', serif;
}

#spanHimaraSeas {
  letter-spacing: 0.2vw;
}

#spanSPEEDBOAT {
  letter-spacing: 0.8vw;
  font-family: 'News Cycle', 'Source Sans Pro', 'Arial';
  font-style: italic;
}


#containerHamburger {
  width: 35px;
  height: 10vw;
  display: inline-block;
  margin-right: 5vw;
  margin-top: 1vw;
}

.bar1, .bar2, .bar3 {
  width: 35px;
  height: 3px; 
  background-color: rgb(255, 255, 255);
  margin: 5px 0; 
  transition: 0.4s;
}

.change .bar1 {
  transform: translate(0, 8.75px) rotate(-45deg); 
}

.change .bar2 {
  opacity: 0;
}

.change .bar3 {
  transform: translate(0, -8.75px) rotate(45deg); 
}






main {
  position: relative;
  width: 100vw;
  max-width: 100vw;
  display: flex;
  flex-direction: column;
  justify-content: right;
  justify-items: right;
  align-content: center;
  align-items: center;
  overflow-x: clip;
  padding: 0;
  z-index: 1;
  animation: incrOpacityContainerAnim 0.3s ease-in 1 forwards;
  color: black;
  background-color:  whitesmoke;
  font-family: 'Lora', serif;
}

@keyframes incrOpacityContainerContactAnim  {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

h1 {
  font-family: 'Lora', serif;
  font-size: 7vw;
  letter-spacing: 0.4vw;
  margin-top: 8vw;
  margin-bottom: 4vw;
  margin-left: 10vw;
  margin-right: 10vw;
  align-self: start;
  font-weight: 550;
}

h2 {
  font-family: 'Lora', serif;
  font-size: 7vw;
  letter-spacing: 0.vw;
  margin-top: 8vw;
  margin-bottom: 2vw;
  margin-left: 10vw;
  margin-right: 10vw;
  align-self: center;
  font-weight: 550;
  text-align: center;
}

h3 {
  align-self: left;
  text-indent: 0;
  margin-top: 6vw;
  margin-bottom: 2vw;
  letter-spacing: 0.vw;
  font-size: 5vw;
  font-family: 'Lora', serif;
  align-self: flex-start;
  text-align: flex-start;
  font-weight: 500;
  margin-left: 6vw;
}

h4 {
  font-size: 5vw;
  color: rgb(198, 198, 198);
  text-indent: 0;
  letter-spacing: 0.5vw;
  text-align: center;
  font-family: 'News Cycle', 'Source Sans Pro', 'Arial';
  align-self: center;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 2vw;
}

p {
  font-family: 'Lora', serif;
  letter-spacing: 0.1vw;
  margin-top: 0;
  margin-bottom: 2vw;
  margin-left: 10vw;
  margin-right: 10vw;
  text-align: justify;
  text-indent: 8vw;
  line-height: 8vw;
  font-size: 4vw;
}


iframe {
  width: 90vw;
  max-width: 90vw;
  height: 80vw;
  max-height: 80vw;
  margin-top: 4vw;
  margin-bottom: 6vw;
  border-radius: 16px;
}


.tripDetailsContainer {
  position: relative;
  width: 90vw; 
  max-width: 90vw;
  display: flex;
  flex-direction: column;
  justify-content: right;
  justify-items:  right;
  align-content: center;
  align-items: center;
  background-color: rgb(27,35,47);
  color: white;
  border-radius: 16px;
  margin-top: 4vw;
  margin-bottom: 4vw;
}

.tripDetailsContainer > p {
  font-family: 'Lora', serif;
  letter-spacing: 0.1vw;
  margin-top: 0;
  margin-bottom: 2vw;
  margin-left: 6vw;
  margin-right: 6vw;
  text-align: justify;
  text-indent: 6vw;
  line-height: 8vw;
  font-size: 4vw;
  align-self: flex-start;
}


/* PHOTO CAROUSEL */

.photoCarousel1 {
  position: relative;
  display: flex;
  width: 90vw;
  max-width: 90vw;
  height: 66vw;
  max-height: 66vw;
  align-items: start;
  padding: 0;
  white-space: nowrap;
  overflow: clip;
  background-color: rgb(0, 0, 0);
  z-index: 5;
  margin-top:  4vw;
  margin-bottom: 4vw;
  background-image: url(resize_pirates2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.photo1 {
  width: 100%;
  opacity: 0; 
  position: relative; 
  bottom: 0;
  left: 0;
  transition: opacity 0.8s ease-in-out; 
}

.photo1.active1 {
  opacity: 1; 
}

#arrowLeft {
  position: absolute;
  width: 12vw;
  left: 0;
  top: 45%;
}

#arrowRight {
  position: absolute;
  width: 12vw;
  right: 0;
  top: 45%;
}

.photoCarousel2 {
  position: relative;
  display: flex;
  width: 90vw;
  max-width: 90vw;
  height: 66vw;
  max-height: 66vw;
  align-items: start;
  padding: 0;
  white-space: nowrap;
  overflow: clip;
  background-color: rgb(0, 0, 0);
  z-index: 5;
  margin-top:  4vw;
  margin-bottom: 4vw;
  background-image: url(resize_grama1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.photo2 {
  width: 100%;
  opacity: 0; 
  position: relative; 
  bottom: 0;
  left: 0;
  transition: opacity 0.8s ease-in-out; 
}

.photo2.active2 {
  opacity: 1; 
}

#arrowLeft2 {
  position: absolute;
  width: 12vw;
  left: 0;
  top: 45%;
}

#arrowRight2 {
  position: absolute;
  width: 12vw;
  right: 0;
  top: 45%;
}


.photoCarousel3 {
  position: relative;
  display: flex;
  width: 90vw;
  max-width: 90vw;
  height: 66vw;
  max-height: 66vw;
  align-items: start;
  padding: 0;
  white-space: nowrap;
  overflow: clip;
  background-color: rgb(0, 0, 0);
  z-index: 5;
  margin-top:  4vw;
  margin-bottom: 4vw;
  background-image: url(resize_sunset1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.photo3 {
  width: 100%;
  opacity: 0; 
  position: relative; 
  bottom: 0;
  left: 0;
  transition: opacity 0.8s ease-in-out; 
}

.photo3.active3 {
  opacity: 1; 
}

#arrowLeft3 {
  position: absolute;
  width: 12vw;
  left: 0;
  top: 45%;
}

#arrowRight3 {
  position: absolute;
  width: 12vw;
  right: 0;
  top: 45%;
}


.photoCarousel4 {
  position: relative;
  display: flex;
  width: 90vw;
  max-width: 90vw;
  height: 66vw;
  max-height: 66vw;
  align-items: start;
  padding: 0;
  white-space: nowrap;
  overflow: clip;
  background-color: rgb(0, 0, 0);
  z-index: 5;
  margin-top:  4vw;
  margin-bottom: 4vw;
  background-image: url(resize_Luxury1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.photo4 {
  width: 100%;
  opacity: 0; 
  position: relative; 
  bottom: 0;
  left: 0;
  transition: opacity 0.8s ease-in-out; 
}

.photo4.active4 {
  opacity: 1; 
}

#arrowLeft4 {
  position: absolute;
  width: 12vw;
  left: 0;
  top: 45%;
}

#arrowRight4 {
  position: absolute;
  width: 12vw;
  right: 0;
  top: 45%;
}


.photoCarousel5 {
  position: relative;
  display: flex;
  width: 90vw;
  max-width: 90vw;
  height: 66vw;
  max-height: 66vw;
  align-items: start;
  padding: 0;
  white-space: nowrap;
  overflow: clip;
  background-color: rgb(0, 0, 0);
  z-index: 5;
  margin-top:  4vw;
  margin-bottom: 4vw;
  background-image: url(resize_coastline1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.photo5 {
  width: 100%;
  opacity: 0; 
  position: relative; 
  bottom: 0;
  left: 0;
  transition: opacity 0.8s ease-in-out; 
}

.photo5.active5 {
  opacity: 1; 
}

#arrowLeft5 {
  position: absolute;
  width: 12vw;
  left: 0;
  top: 45%;
}

#arrowRight5 {
  position: absolute;
  width: 12vw;
  right: 0;
  top: 45%;
}


ul {
  width: 80vw;
  margin-top: -2vw;
  margin-bottom: 2vw;
}

li {
  padding: 0;
  text-indent: 0;
  margin: 1vw;
  margin-left: -4vw;
  font-size: 3.5vw;
  font-family: 'Lora', serif;
  letter-spacing: 0.1vw;
  text-align: justify;
  line-height: 8vw;
}


/* BOOK BUTTON */
.bookButton {
  font-family: 'News Cycle', 'Source Sans Pro', 'Arial';
  box-shadow: 0 0 20px 10px rgb(255, 95, 2, 0.7); 
  display: flex;
  width: 50vw;
  height: 16vw;
  color: white;
  z-index: 5;
  padding: 0;
  margin-bottom: 6vh;
  margin-top: 4vh;
  text-decoration: none;
  letter-spacing: 0.7vw;
  font-size: 6vw;
  justify-content: center;
  justify-items: center;
  align-content: center;
  align-items: center;
  border-radius: 6vw;
  font-weight: 500;
  animation: buttonBlink 6s ease-in-out infinite forwards;
  text-align: center;
}

@keyframes buttonBlink {
  0% {
    box-shadow: 0 0 20px 10px rgb(255, 95, 2, 0.7); 
  }
  20% {
    box-shadow: 0 0 20px 10px rgb(255, 95, 2, 1); 
  }
  50% {
    box-shadow: 0 0 20px 10px rgb(255, 95, 2, 0.7); 
  }
  100% {
    box-shadow: 0 0 20px 10px rgb(255, 95, 2, 0.7); 
  }
}




/* UPSQUARE ICON - SCROLL TO THE TOP OF THE PAGE*/
#upSquareIconMobile {
  display: block;
  position: fixed;
  right: -36px;
  bottom: 10vw;
  z-index: 130;
  transition: all 0.5s ease-in-out;
}

#upSquareIconMobile.show {
  right: 2vw;
}

.up-square-icon {
  fill: none;
}

#SVGRepo_tracerCarrier polyline {
  fill: none;
  stroke:rgb(255, 255, 255);
  stroke-width: 0.192;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.up-arrow {
  stroke:rgb(255, 255, 255, 1);
  stroke-width: 2;
  stroke-miterlimit: 10;
}

.square {
  fill: rgb(27,35,47, 0.5); 
}
