/* -----------------------------  CSS Reset*/
/*    width: calc(25% - 20px);*/
*,
:before,
:after {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
* {
  box-sizing: border-box;
}
img,
object,
embed,
canvas,
video,
audio,
picture,
svg,
figure {
  max-width: 100%;
  height: auto;
}
li {
  list-style-type: none;
}
a {
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}
main {
  background: linear-gradient(180deg, #082858 20%, #030303 90%);
}
body {
  margin: 0;
  font-family: 'Ubuntu', sans-serif;
  font-size: 16px;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  position: relative;
}
.center {
  width: 1280px;
  margin: 0 auto;
}
.flex {
  display: flex;
  flex-wrap: wrap;
}
h1 {
  font-weight: 500;
}
h2 {
  color: white;
}
h3 {
  font-size: 246px;
  color: rgba(255, 255, 255, 0.47);
  text-align: center;
  font-weight: 700;
  text-align: left;
}
h3 strong {
  color: rgba(1, 49, 88, 0.76);
}
h4 {
  color: white;
}
h5 {
  font-size: 250px;
  color: rgba(255, 255, 255, 0.47);
  text-align: center;
  height: 100vh;
}
.wateranim {
  position: relative;
  height: 100vh;
  width: 100vw;
  overflow: hidden;
}
.wateranim .title {
  opacity: 0.8;
  position: absolute;
  z-index: 1;
  bottom: 20%;
  left: 15%;
}
.wateranim .title h3 {
  text-align: center;
  justify-content: center;
  animation: float 2s alternate ease-in-out infinite;
  -webkit-animation: float 2s alternate ease-in-out infinite;
  -moz-animation: float 2s alternate ease-in-out infinite;
  -o-animation: float 2s alternate ease-in-out infinite;
  -ms-animation: float 2s alternate ease-in-out infinite;
}
header {
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  padding-bottom: 40px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
header nav .flex .logo {
  width: 80px;
  height: 80px;
  margin-right: auto;
  margin-top: 10px;
  margin-left: 20px;
  z-index: 2;
}
header nav .flex .drop {
  opacity: 0.1;
}
header nav .flex ul {
  align-items: center;
  justify-content: space-between;
  z-index: 500;
  margin-right: 0;
  position: fixed;
  right: 0;
  top: 0%;
}
header nav .flex ul li {
  padding: 20px;
}
header nav .flex ul li a {
  color: white;
  font-size: 1.5rem;
  transition: opacity 0.4s;
}
header nav .flex ul li a:hover {
  opacity: 0.5;
}
.about {
  color: white;
  padding-top: 20px;
  padding-bottom: 50px;
  height: 50vh;
}
.about .shadow {
  position: absolute;
  bottom: 100%;
  height: 300px;
  width: 100%;
  left: 0;
  z-index: 20;
  background: linear-gradient(to top, #082858, transparent);
}
.about h2 {
  padding-bottom: 50px;
  padding-left: 20px;
  text-align: left;
}
.about fade {
  opacity: 0;
}
.about .fade-in {
  animation: fadeIn ease 15s;
  -webkit-animation: fadeIn ease 15s;
  -moz-animation: fadeIn ease 15s;
  -o-animation: fadeIn ease 15s;
  -ms-animation: fadeIn ease 15s;
  opacity: 1;
  transition: opacity 3s;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.about .flex article {
  width: calc(50% - 20px);
  margin: 10px;
  text-align: right;
  padding-bottom: 40px;
}
.about .flex article p {
  font-weight: 300;
  font-size: 1.2rem;
  line-height: 30px;
}
.about .flex article:nth-of-type(2) {
  border-left: solid 2px white;
  text-align: left;
  padding-left: 20px;
}
.crew {
  color: white;
  padding-bottom: 60px;
  text-align: center;
  margin-top: 20px;
  height: 50vh;
  padding-left: 20px;
}
.crew h2 {
  padding-bottom: 50px;
  padding-right: 30px;
  text-align: right;
}
.crew .flex article {
  width: calc(25% - 20px);
  margin: 10px;
}
.crew .flex article figure {
  animation: float 2s alternate ease-in-out infinite;
  -webkit-animation: float 2s alternate ease-in-out infinite;
  -moz-animation: float 2s alternate ease-in-out infinite;
  -o-animation: float 2s alternate ease-in-out infinite;
  -ms-animation: float 2s alternate ease-in-out infinite;
  padding-bottom: 20px;
  height: 250px;
  width: 250px;
  overflow: hidden;
}
.crew .flex article figure figure {
  margin: 0 auto;
}
.crew .flex article figure img {
  width: 100%;
  height: 100%;
  background-size: contain;
  border-radius: 50%;
}
.crew .flex article .doc {
  animation-delay: 1s;
}
.crew .flex article .mascot {
  animation-delay: 1.5s;
}
.crew .flex article .scooter {
  animation-delay: 2s;
}
@keyframes float {
  0% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(0px);
  }
}
.crew .flex p {
  font-weight: 300;
  padding-bottom: 40px;
  text-align: center;
}
.destinations {
  text-align: center;
  padding-bottom: 50px;
  padding-top: 20px;
  overflow: hidden;
  cursor: pointer;
}
.destinations h2 {
  text-align: left;
  padding-left: 20px;
  padding-bottom: 50px;
}
.destinations article {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.destinations article img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
.destinations article h4 {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%);
  font-size: 3.5rem;
  font-weight: 300;
  transition: opacity 0.9s;
}
.destinations article figcaption {
  color: white;
  background-color: rgba(1, 16, 29, 0.685);
  width: 100%;
  font-size: 1.4rem;
  line-height: 30px;
  font-weight: 300;
  text-align: center;
  bottom: 0%;
  left: 50%;
  transform: translate(-50%);
  opacity: 0;
  transition: opacity 1.9s;
  padding: 0 80px;
  z-index: -1;
  display: block;
  position: absolute;
}
.destinations article:hover h4 {
  opacity: 0;
}
.destinations article:hover figcaption {
  top: 0%;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  backdrop-filter: blur 5px;
  z-index: 1;
}
.destinations .btnprimary {
  background-color: rgba(1, 49, 88, 0.76);
  display: inline-block;
  border-radius: 5px;
  cursor: pointer;
  margin: auto;
  margin-top: 50px;
  transition: background-color 0.6s;
  transition: letter-spacing 0.6s;
}
.destinations .btnprimary:hover {
  background-color: rgba(12, 70, 117, 0.76);
  letter-spacing: 0.08rem;
}
.destinations h2 {
  font-weight: 300;
  padding: 0px 20px;
  line-height: 3;
}
.protect {
  padding: 50px 20px 60px 20px;
  margin: auto;
  height: 100vh;
}
.protect h2 {
  text-align: right;
  padding-bottom: 40px;
  padding-right: 10px;
}
.protect p {
  color: white;
  font-weight: 300;
  font-size: 1.2rem;
  line-height: 30px;
  padding-bottom: 40px;
  padding-top: 40px;
}
.protect article {
  color: white;
  font-weight: 300;
  line-height: 30px;
  width: calc(50% - 20px);
  margin: 0px;
  text-align: right;
  padding-bottom: 40px;
}
.protect article:nth-of-type(2) {
  border-left: solid 2px white;
  width: calc(50% - 20px);
  margin: 10px;
  text-align: left;
  padding-left: 20px;
}
.protect article h4 {
  border-bottom: solid 1px white;
  display: inline-block;
  margin-bottom: 10px;
}
.protect article p {
  padding-top: 10px;
  padding-bottom: 40px;
}
.protect img {
  width: 120px;
  margin-left: 10px;
}
.protect a {
  color: white;
}
.protect .greenpeace {
  padding-top: 40px;
  margin-left: auto;
}
.reviews {
  text-align: center;
  background-size: cover;
  padding-bottom: 50px;
  padding-top: 40px;
  height: 100vh;
  color: white;
}
.reviews h2 {
  text-align: left;
  padding-bottom: 50px;
  padding-left: 30px;
}
.reviews article {
  width: calc(33.333% - 20px);
  margin: 10px;
  line-height: 30px;
  padding: 30px;
  border: solid 1px white;
  border-radius: 5px;
  position: relative;
}
.reviews article img {
  width: 60px;
  height: 60px;
  display: block;
  margin: 0 auto;
}
.reviews article h4 {
  margin-top: 20px;
  margin-bottom: 30px;
  border-bottom: solid 1px white;
  display: inline-block;
}
.reviews article p {
  padding: 10px 5px 100px 5px;
  text-align: left;
  font-weight: 300;
}
.reviews .sign {
  position: absolute;
  color: #cbe4db;
  bottom: -5%;
  right: 5%;
}
.reviews .stars {
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
}
.reviews .stars img {
  width: 20px;
  height: 20px;
}
.deeper {
  background-image: url(imgs/Deeper.jpg);
  background-size: cover;
  background-position: center ;
  min-height: 200vh;
  border: solid 1px;
  border-radius: 10px;
  padding-bottom: 20px;
  z-index: 100;
  position: relative;
}
.deeper h3 {
  text-align: left;
  padding-top: 10vh;
  margin-left: 10vw;
}
footer {
  height: 300px;
  padding-top: 50px;
  color: white;
}
footer ul {
  align-items: center;
}
footer ul li {
  transform: scale(0.4);
}
footer p {
  font-weight: 300;
  padding-left: 20px;
}
@media screen and (max-width: 1600px) {
  .center {
    width: 100%;
  }
  .wateranim .title {
    left: 0;
  }
  .deeper {
    padding-left: 10vw;
  }
}
@media screen and (max-width: 1024px) {
  .center {
    width: 100%;
  }
  h3 {
    font-size: 180px;
  }
  .about {
    height: auto;
  }
  .crew {
    height: auto;
    padding: 20px;
  }
}
.deeper {
  padding: 8vw;
}
@media screen and (max-width: 960px) {
  .center {
    width: 100%;
  }
  .flex menu {
    font-size: 20px;
  }
  .about {
    height: auto;
  }
  .crew {
    height: auto;
  }
  .crew .flex article {
    width: calc(50% - 20px);
    margin: 10px;
  }
  .crew .flex article figure {
    margin: 0 auto;
  }
  .crew p {
    font-weight: 300;
  }
  .destinations {
    height: auto;
  }
  .protect {
    height: auto;
  }
}
@media screen and (max-width: 860px) {
  .center {
    width: 100%;
  }
  header .title h3 {
    margin-left: 100px;
    text-align: center;
  }
  .reviews {
    height: auto;
  }
  .reviews .flex article {
    width: 100%;
  }
  .deeper {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .center {
    width: 100%;
  }
  .wateranim .title h3 {
    padding-top: 30vh;
  }
  header nav .flex .logo {
    margin-left: 10px;
  }
  header nav .flex .drop {
    color: white;
    font-size: 20px;
    opacity: 1;
    font-size: 1.6rem;
    left: 69%;
    padding-top: 30px;
    padding-right: 50px;
    z-index: 999;
    transition: box-shadow 0.5s linear;
  }
  header nav .flex .drop:hover {
    box-shadow: 0.8;
  }
  header nav .flex .drop:after {
    content: "";
    display: block;
    position: absolute;
    text-align: center;
    transition: 0.5s;
    background-image: url(imgs/pngwing.com.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 30px;
    height: 30px;
    top: 30px;
    right: 15px;
  }
  header nav .flex .drop.active:after {
    transform: rotate(180deg);
  }
  header nav .flex .menu {
    z-index: 999;
    margin-top: 70px;
    padding-right: 30px;
    display: none;
    flex-wrap: nowrap;
    text-align: right;
    width: 100%;
    line-height: 15px;
  }
  header nav .flex .menu li {
    padding: 20px ;
  }
  header nav .flex .menu li a {
    color: white;
  }
  .crew {
    height: auto;
  }
  .destinations .flex article {
    width: 100%;
  }
  .destinations .flex article figure img {
    min-height: 350px;
  }
  .reviews {
    height: auto;
  }
  .reviews article {
    width: 100%;
  }
  .deeper h3 {
    font-size: 160px;
    text-align: left;
  }
}
@media screen and (max-width: 720px) {
  .center {
    width: 100%;
  }
  header nav .flex .drop {
    left: 66%;
  }
}
@media screen and (max-width: 700px) {
  .center {
    width: 100%;
  }
  h3 {
    text-align: left;
  }
}
@media screen and (max-width: 660px) {
  .center {
    width: 100%;
  }
  h3 {
    text-align: left;
    font-size: 150px;
  }
}
.destinations article h4 {
  font-size: 2.6rem;
}
.destinations article figcaption {
  font-size: 1.4rem;
}
.destinations article:hover figcaption {
  padding-top: 20%;
}
#oceans p {
  font-size: 1rem;
}
#oceans .flex article {
  width: 100%;
  text-align: left;
  padding: 30px;
}
#oceans .flex article:nth-of-type(2) {
  border-style: none;
  padding: 30px;
}
#oceans .flex article p {
  margin: 0;
  padding: 0;
  font-size: 1rem;
}
.deeper {
  padding: 5vw;
}
.deeper h3 {
  margin: 0;
}
@media screen and (max-width: 600px) {
  .center {
    width: 100%;
  }
  header nav .flex .drop {
    left: 60%;
  }
  .crew .flex article {
    width: 100%;
  }
  .deeper h3 {
    font-size: 130px;
  }
}
@media screen and (max-width: 540px) {
  .center {
    width: 100%;
  }
  header nav .flex .drop {
    left: 56%;
  }
  .destinations article figcaption {
    padding: 0 5px;
  }
}
@media screen and (max-width: 510px) {
  .center {
    width: 100%;
  }
  header nav .flex .drop {
    left: 55%;
  }
  .deeper {
    min-height: 100vh;
  }
  .deeper h3 {
    font-size: 120px;
  }
}
@media screen and (max-width: 460px) {
  .center {
    width: 100%;
  }
  .wateranim .title h3 {
    text-align: left;
    font-size: 130px;
    margin: 0;
    padding-top: 100px;
    padding-left: 40px;
  }
  header nav .flex .drop {
    left: 50%;
  }
  .about .center article {
    width: 100%;
    text-align: left;
  }
  .about .center article:nth-of-type(2) {
    border-style: none;
    opacity: 0.8;
    padding-bottom: 30px;
    padding-top: 0;
    padding-left: 40px;
  }
  .destinations article h4 {
    font-size: 2rem;
  }
  .destinations article:hover figcaption {
    padding-bottom: 20%;
  }
  .deeper {
    background-image: url(imgs/Deeper.jpg);
    min-height: 1000px;
    padding: 10vw;
  }
  .deeper h3 {
    font-size: 100px;
  }
}
@media screen and (max-width: 425px) {
  .center {
    width: 100%;
  }
  header nav .flex .logo {
    margin-left: 5px;
    width: 60px;
    height: 60px;
  }
  header nav .flex .drop {
    left: 45%;
    font-size: 1.3rem;
  }
  .destinations .flex article {
    margin: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .destinations .flex article figure img {
    min-height: 200px;
  }
  .deeper {
    padding: 5vw;
  }
  .deeper h3 {
    padding: 0;
  }
}
@media screen and (max-width: 395px) {
  .center {
    width: 100%;
  }
  .wateranim .title h3 {
    padding-left: 25px;
  }
}
@media screen and (max-width: 375px) {
  .center {
    width: 100%;
  }
  .wateranim .title h3 {
    font-size: 120px;
    padding-left: 30px;
  }
  header nav .flex .menu {
    left: 0%;
  }
  .destinations article:hover figcaption {
    top: 0%;
    opacity: 1;
    backdrop-filter: blur 5px;
    z-index: 1;
  }
  .deeper h3 {
    font-size: 80px;
  }
}
@media screen and (max-width: 320px) {
  .center {
    width: 100%;
  }
  .wateranim .title h3 {
    font-size: 100px;
    margin: 0;
    padding: 10vw;
  }
  header nav .flex .drop {
    left: 35%;
  }
  header nav .flex .menu {
    left: 0%;
  }
  .destinations article figcaption {
    font-size: 1rem;
  }
  .deeper h3 {
    font-size: 70px;
  }
}
