* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Comfortaa", sans-serif;
  scroll-behavior: smooth;
  /* cursor: url(img/TAB-icons/fish-hook2-silver-cursor.png), auto; */
}
a {
  cursor: pointer;
}
input {
  cursor: text;
}

.icon {
  cursor: pointer;
}

.hidden {
  display: none;
}
html {
  font-size: 10px;
}
body {
  font-family: "Comfortaa", sans-serif;
  height: 1340em;
}
@media (max-width: 1200px) {
  body {
    height: 830em;
  }
}
.page-container {
  font-family: "Comfortaa", sans-serif;
  position: relative;
  overflow: hidden;
  height: 1340em;
}
@media (max-width: 1200px) {
  .page-container {
    height: 830em;
  }
}
.content-wrap {
  position: relative;
  height: 100%;
  overflow: hidden;
}

.header-top {
  min-width: 100%;
  height: 15.25rem;
  position: absolute;
  top: 0rem;
  z-index: 10000;
  overflow: hidden;
  background: inherit;
}
.Logo {
  width: 35rem;
  margin: 0 0;
  position: absolute;
}
.TAB:link,
.TAB:visited {
  width: 33rem;
  display: inline-block;
  cursor: pointer;
}
.TAB:hover,
.TAB:active {
  cursor: pointer;
}
.logo-transparent {
  max-width: 35rem;
  margin-left: 0rem;
  margin-top: 0.25rem;
  filter: drop-shadow(2px 2px 3px #585858);
  cursor: pointer;
}
.nav-box {
  position: fixed;
  z-index: 999999;
  right: 1%;
  margin-right: 0.5rem;
  display: grid;
  grid-template-columns: 1fr 5rem;
  grid-template-rows: 1fr;
  flex-wrap: wrap;
}
@media (max-width: 1050px) {
  .nav-box {
    display: flex;
    flex-direction: column;
    margin: 0;
    margin-top: 6em;
  }
}
.nav-btn-close {
  z-index: 999999;
  top: 0%;
  right: 0;
  cursor: pointer;
  border: none;
  background: inherit;
  position: absolute;
  /* position: relative; */
}
.nav-control {
  grid-column: 1/2;
  grid-row: 1/2;
  transition: opacity 300ms ease-in-out, top 1000ms ease-in-out,
    transform 1000ms ease-in-out;
}
@media (max-width: 1050px) {
  .nav-control {
    position: absolute;
    top: 13em;
    right: 0;
    width: 37em;
  }
}

.head-nav {
  /* width: clamp(620px, 100%, 700px); */
  min-width: 61rem;
  max-height: 5.5rem;
  margin: 8rem auto 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  position: relative;
  /* box-shadow: 0 0px 5px rgba(51, 51, 51, 0.624); */
  border-radius: 1rem;
  z-index: 99999999;
  list-style: none;
}
@media (max-width: 1050px) {
  .head-nav {
    flex-direction: column;
    margin: 15em auto 0 auto;
    gap: 1em;
  }
}
.nav-door-close {
  width: 3.5rem;
  height: 3.5rem;
  stroke: #fff;
  margin: 8rem 0 0 1rem;
  grid-column: 2/3;
  grid-row: 1/2;
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.701);
  border: 0.15rem solid #fff;
  background-color: #ff6f00;
  border-radius: 0.5rem;
  position: relative;
  z-index: 999999;
  overflow: hidden;
}
@media (max-width: 1050px) {
  .nav-door-close {
    margin-left: 7em;
  }
}
.nav-door-close:hover,
.nav-door-close:active {
  box-shadow: 0 0 0.75rem #ff6f00;
  background-color: inherit;
  border: 0.15rem solid #ff6f00;
  stroke: #ff6f00;
  cursor: pointer;
}
.nav-btn-open {
  grid-column: 2/3;
  background: inherit;
  border: none;
  margin-top: 8rem;
}
.nav-door-open {
  margin-top: 0.55rem;
  margin-left: 0.85rem;
  width: 3.5rem;
  height: 3.5rem;
  cursor: pointer;
  z-index: 999999;
  stroke: #fff;
  background-color: #ff6f00;
  border: 0.15rem solid #fff;
  border-radius: 0.5rem;
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.701);
}
@media (max-width: 1050px) {
  .nav-door-open {
    position: absolute;
    top: 5.5em;
    right: 0em;
  }
}
.nav-door-open:hover,
.nav-door-open:active {
  background-color: inherit;
  border: 0.15rem solid #ff6f00;
  stroke: #ff6f00;
  cursor: pointer;
}

.subs:link,
.subs:visited {
  color: #fff;
  /* text-shadow: 0 2px 0.55px #6fbcfa; */
  font-size: 1.8rem;
  font-weight: 700;
  padding: 1.8rem 1rem;
  margin-left: -1px;
  background-color: #ff6f00;
  display: inline-block;
  border-radius: 1rem 0 0 1rem;
}
@media (max-width: 1050px) {
  .subs:link,
  .subs:visited {
    border-radius: 1rem;
    margin-left: 0em;
  }
}
.phases:link,
.phases:visited,
.about-us:link,
.about-us:visited,
.blu-crew:link,
.blu-crew:visited {
  padding: 18px 10px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  background-color: #ff6f00;
  list-style: none;
  display: inline-block;
  text-decoration: none;
  box-shadow: 0 0 5px #0003;
  /* text-shadow: 0 2px 0.55px #6fbcfa; */
}
@media (max-width: 1050px) {
  .about-us:link,
  .about-us:visited,
  .phases:link,
  .phases:visited,
  .blu-crew:link,
  .blu-crew:visited {
    border-radius: 1rem;
  }
}
@media (max-width: 1050px) {
  .phases:link,
  .phases:visited {
    margin-left: 0.5em;
  }
}
@media (max-width: 1050px) {
  .blu-crew:link,
  .blu-crew:visited {
    margin-left: -1em;
  }
}
.top:link,
.top:visited {
  background-color: #ff6f00;
  border-left: 10px double #fff;
  padding: 18px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  border-radius: 0 10px 10px 0;
  list-style: none;
  display: inline-block;
  text-decoration: none;
  /* text-shadow: 0 2px 0.55px #6fbcfa; */
}
@media (max-width: 1050px) {
  .top:link,
  .top:visited {
    border-radius: 1rem;
    border-right: 10px double #fff;
    margin-left: 1em;
  }
}
.phases:hover,
.about-us:hover,
.blu-crew:hover {
  background-image: linear-gradient(360deg, #bbf0f3a5 0%, #f6d285 85%);
  color: #ff6f00;
  text-decoration: none;
  padding: 18px 10px;
  box-shadow: 0 0 1rem 0.2rem #ff6d00;
}
.top:hover {
  color: #ff6f00;
  text-decoration: none;
  background-image: linear-gradient(360deg, #bbf0f3a5 0%, #f6d285 85%);
  box-shadow: 0 0 1rem 0.2rem #ff6d00;
  border-left: 10px double #ff6d00;
}
.top-arrow {
  stroke: #fff;
  width: 1.5rem;
  height: 1.5rem;
  margin-left: 0.5rem;
}

.subs:hover {
  color: #ff6f00;
  text-decoration: none;
  background-image: linear-gradient(360deg, #bbf0f3a5 0%, #f6d285 85%);
  box-shadow: 0 0 1rem 0.2rem #ff6d00;
}
.subs:active,
.phases:active,
.about-us:active,
.blu-crew:active,
.top:active {
  transform: translateY(-0.3rem);
}
.nav-btn {
  max-width: 60rem;
  overflow: hidden;
}
/*--------------------------HEADER END--------------------------------*/
.intro {
  margin: 0 auto 0 auto;
  height: 55rem;
  width: 100%;
  position: absolute;
  background: none;
  top: 0;
  left: 0;
}
.sky {
  opacity: 0.8;
  width: 100%;
  height: 150%;
  top: 0;
  background: rgb(224, 173, 97);
  background: radial-gradient(#ebb2b1 0%, #82addb 100%);
  z-index: -50;
  position: absolute;
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .sky {
    height: 110%;
  }
}
.clouds {
  width: 100%;
  /* overflow-x: hidden; */
}
.clouds1 {
  position: absolute;
  top: 3rem;
  left: -160rem;
  z-index: 0;
  animation: cloudsMovement 35s linear infinite;
  /* overflow-x: hidden; */
}
.clouds2 {
  position: absolute;
  top: 9rem;
  left: -80rem;
  z-index: -6;
  /* overflow-x: hidden; */
  animation: cloudsMovement 50s linear infinite;
}
.clouds3 {
  position: absolute;
  top: -10rem;
  left: -120rem;
  z-index: 0;
  animation: cloudsMovement 55s linear infinite;
  /* overflow-x: hidden; */
}
.clouds4 {
  position: absolute;
  top: -10rem;
  left: -150rem;
  z-index: -2;
  overflow: hidden;
  animation: cloudsMovement 45s linear infinite;
  /* overflow-x: hidden; */
}
.clouds5 {
  position: absolute;
  top: -40rem;
  left: -200rem;
  z-index: 0;
  animation: cloudsMovement 80s linear infinite;
  /* overflow-x: hidden; */
}
@keyframes cloudsMovement {
  0% {
    right: 0%;
  }
  100% {
    left: 100%;
  }
}
.sun {
  width: 55rem;
  height: 55rem;
  background: linear-gradient(5deg, #de4419 0%, #fa8802 25%, #ffde00 100%);
  border-radius: 50%;
  box-shadow: 0 0 0 2rem #ffde0080, 0 0 0 4rem #ffde0040, 0 0 0 8rem #ffde0010,
    0 0 0 10rem #ffde0000, 0 0 4rem 10rem #ffde0010;
  margin: 1rem auto;
  margin-bottom: 8rem;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: -30;
  animation: rise 8s ease forwards, sunrise 2s infinite linear forwards,
    rays 2s 2s infinite linear;
}

@media (max-width: 1200px) {
  .sun {
    width: 350px;
    height: 350px;
  }
}
@keyframes rise {
  0% {
    top: 120%;
  }
  100% {
    top: 5%;
  }
}
@keyframes sunrise {
  0% {
    box-shadow: none;
  }
}
@keyframes rays {
  0% {
    box-shadow: 0 0 0 20px #ffde0080, 0 0 0 40px #ffde0040, 0 0 0 80px #ffde0010,
      0 0 0 100px #ffde0000, 0 0 40px 100px #ffde0010;
  }
}
.opening-statement {
  display: grid;
  justify-content: center;
  align-items: center;
  width: 100rem;
  margin: 0 auto 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  top: -2rem;
  bottom: 30rem;
  z-index: -3;
  animation: raiseFromWater 6s ease-in;
}

@media (max-width: 1200px) {
  .opening-statement {
    width: 350px;
    top: -25em;
  }
}

@keyframes raiseFromWater {
  0% {
    opacity: 0;
    transform: translateY(15rem);
  }
  100% {
    opacity: 1;
    transform: translate(0);
  }
}
.small-head {
  margin-bottom: 3rem;
  margin-top: 65rem;
  font-weight: 600;
  color: #fff;
  text-shadow: 0 0.55rem 0.25rem rgba(0, 0, 0, 0.559);
  font-size: 4.8rem;
}
@media (max-width: 1200px) {
  .small-head {
    font-size: 2.4em;
  }
}
/*------------------------TOP SEA LEVEL---------------------------------------*/
.sea-container {
  position: relative;
  height: 0rem;
}
.boat-path {
  width: 100%;
  height: 80rem;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1200px) {
  .boat-path {
    height: 50rem;
    top: -10em;
  }
}
.saltwater-boat1 {
  width: 100em;
  /* background: url(IMG/SALTWATERBOAT1.1.png); */
  background-repeat: no-repeat;
  position: absolute;
  top: 40em;
  left: 350px;
  z-index: 8;
  animation: boat-float 9s infinite, boat-float-rotate 7s ease infinite;
}
@media (max-width: 1200px) {
  .saltwater-boat1 {
    top: 10em;
    left: 0em;
    width: 30em;
  }
}
.saltwater-boat2 {
  width: 70em;
  /* background: url(IMG/Angler&BoatGIFLOOP/Angler1-Boat1-LOOP.gif); */
  background-repeat: no-repeat;
  position: absolute;
  top: 6em;
  right: 550px;
  z-index: 5;
  animation: boat-float 12s infinite, boat-float-rotate 6s ease infinite;
}
@media (max-width: 1200px) {
  .saltwater-boat2 {
    top: 16em;
    right: -5em;
    width: 40em;
    z-index: 10;
  }
}
@keyframes boat-float {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: -5.75px -5.75px;
  }
  100% {
    background-position: 0 0;
  }
}
@keyframes boat-float-rotate {
  0% {
    transform: rotate(0.1deg) translateX(0%);
  }
  50% {
    transform: rotate(-5.5deg) translateX(-4%);
  }
  100% {
    transform: rotate(0.1deg) translate(0%);
  }
}
.sea {
  width: 100%;
  height: 81rem;
  position: relative;
  margin-top: 60rem;
  z-index: 12;
}
.sea-wave {
  background-position: 0rem 0rem;
  background-repeat: repeat-x;
  overflow: hidden;
  animation: sea-level 50s ease infinite;
  height: 81rem;
  width: 100%;
  position: absolute;
  z-index: 12;
}
@media (max-width: 1200px) {
  .sea-wave {
    top: -60em;
    height: 90em;
  }
}
.wave-list {
  width: 100%;
  height: 60rem;
}
.wave-1 {
  position: absolute;
  top: -7rem;
  left: 0;
  z-index: 12;
  background: url(IMG/sea-wave-folder/wave1-bottom.svg);
}
.wave-2 {
  position: absolute;
  bottom: 6rem;
  left: 0;
  z-index: 9;
  background: url(IMG/sea-wave-folder/wave2-bottom.svg);
}
.wave-3 {
  position: absolute;
  bottom: 5.5rem;
  left: 0;
  z-index: 8;
  background: url(IMG/sea-wave-folder/wave3-bottom.svg);
}
.wave-4 {
  position: absolute;
  bottom: 12rem;
  left: 0;
  z-index: 7;
  background: url(IMG/sea-wave-folder/wave4-bottom.svg);
}
.wave-5 {
  position: absolute;
  bottom: 20rem;
  left: 0;
  z-index: 6;
  background: url(IMG/sea-wave-folder/wave5-bottom.svg);
}
.wave-6 {
  position: absolute;
  bottom: 27rem;
  left: 0;
  z-index: 5;
  background: url(IMG/sea-wave-folder/wave6-bottom.svg);
}
.wave-7 {
  position: absolute;
  bottom: 32rem;
  left: 0;
  z-index: 4;
  background: url(IMG/sea-wave-folder/wave7-bottom.svg);
}
.wave-8 {
  position: absolute;
  bottom: 34rem;
  left: 0;
  z-index: 3;
  background: url(IMG/sea-wave-folder/wave8-bottom.svg);
}
@keyframes sea-level {
  0% {
    background-position: 0rem 0rem;
  }
  50% {
    background-position: -400rem 0rem;
  }
  100% {
    background-position: 0rem 0rem;
  }
}
/*--------------------------------TOP SEA LEVEL END---------------------------------*/
/*-------------------------------UNDER SEA SECTION--------------------------------------*/

.bubble-page-length1 {
  position: absolute;
  height: 100%;
  animation: bub-path 60s ease-in infinite;
  z-index: 10;
}
.bub-me {
  position: absolute;
  z-index: 11;
}
/* ----------------FIRST GROUP BUBBLE PAGE--------------- */
.bub-pg-1 {
  bottom: 15rem;
  left: 52rem;
  width: 17px;
  animation: bub-1-path 4.25s ease infinite, rotate-bub 5s infinite;
}
.bub-pg-2 {
  bottom: 40rem;
  left: 49rem;
  width: 18px;
  animation: bub-2-path 4.75s ease infinite, rotate-bub 5s infinite;
}
.bub-pg-3 {
  bottom: 22rem;
  left: 45rem;
  width: 60px;
  animation: bub-1-path 4s ease infinite, rotate-bub 5s infinite;
}
.bub-pg-4 {
  bottom: 28rem;
  left: 50rem;
  width: 50px;
  animation: bub-2-path 4.5s ease infinite, rotate-bub 5s infinite;
}
.bub-pg-5 {
  bottom: 34rem;
  left: 45rem;
  width: 35px;
  animation: bub-1-path 5s ease infinite, rotate-bub 5s infinite;
}
/*-------------------- SECOND GROUP BUBBLES PAGE------------------*/
.bubble-page-length2 {
  position: absolute;
  height: 100%;
  width: 50px;
  left: 500px;
  animation: bub-path 50s ease-in infinite;
  z-index: 10;
}
@media (max-width: 1200px) {
  .bubble-page-length2 {
    left: 0;
  }
}

.bub-pg-6 {
  bottom: 15rem;
  right: 40rem;
  width: 17px;
  animation: bub-1-path 4.25s ease infinite;
}
.bub-pg-7 {
  bottom: 25rem;
  left: 49rem;
  width: 18px;
  animation: bub-2-path 4.75s ease infinite;
}
.bub-pg-8 {
  bottom: 22rem;
  left: 45rem;
  width: 30px;
  animation: bub-1-path 4s ease infinite;
}
.bub-pg-9 {
  bottom: 28rem;
  left: 50rem;
  width: 8px;
  animation: bub-2-path 4.5s ease infinite;
}
.bub-pg-10 {
  bottom: 27rem;
  left: 45rem;
  width: 35px;
  animation: bub-1-path 5s ease infinite;
}
@keyframes bub-path {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-100%);
  }
}
@keyframes bub-1-path {
  0% {
    left: 53rem;
  }
  50% {
    left: 54.5rem;
    transform: translateY(-0.25rem);
  }
  75% {
    transform: translateY(0.5rem);
  }
  100% {
    left: 53rem;
  }
}

@keyframes bub-2-path {
  0% {
    left: 49rem;
  }
  25% {
    left: 51rem;
    transform: translateY(0.35rem);
  }
  65% {
    transform: translateY(-0.35rem);
  }
  100% {
    left: 49rem;
  }
}
/*--------------------------------SHALLOW SEA SPLASH ART-----------------------------*/
.shallow-sea-splash {
  /* overflow: hidden; */
  height: 10rem;
  position: relative;
}
.fish-cont1 {
  position: absolute;
  width: 400px;
  margin-left: -410px;
  animation: swim1 12s ease-in-out infinite;
  margin-top: 250px;
}
.fish {
  position: absolute;
  top: 90em;
  /* background: url(IMG/fish-svgrepo-com.png); */
  z-index: 300;
}

.CF-1 {
  width: 25em;
}

/* .eye {
  animation: swim 3s ease-in-out infinite;
  background-color: #fff;
  border-radius: 50px;
  width: 35px;
  height: 35px;
  content: "";
  position: absolute;
  top: 250px;
  left: 75%;
  overflow: hidden;
  z-index: 301;
}
.pupil {
  animation: swim 3s ease-in-out infinite;
  background-color: #000;
  border-radius: 50px;
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 260px;
  left: 76.75%;
  z-index: 302;
} */
.fish-cont2 {
  position: absolute;
  width: 320px;
  animation: swim2 12.75s ease-in-out infinite;
  margin-left: -320px;
  animation-delay: 1s;
  margin-top: 200px;
}
.CF-2 {
  width: 30em;
}
/* .eye2 {
  background-color: #fff;
  border-radius: 50px;
  width: 28px;
  height: 28px;
  content: "";
  position: absolute;
  top: 200px;
  left: 75%;
  overflow: hidden;
  z-index: 301;
}
.pupil2 {
  animation: swim 3s ease-in-out infinite;
  background-color: #000;
  border-radius: 50px;
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  top: 208px;
  left: 76.75%;
  z-index: 302;
} */
.fish-cont3 {
  position: absolute;
  width: 250px;
  animation: swim3 13s ease-in-out infinite;
  animation-delay: 2s;
  margin-left: -310px;
  margin-top: 350px;
}
.CF-3 {
  width: 20em;
}
/* .eye3 {
  background-color: #fff;
  border-radius: 50px;
  width: 23px;
  height: 23px;
  content: "";
  position: absolute;
  top: 155px;
  left: 75%;
  overflow: hidden;
  z-index: 301;
}
.pupil3 {
  animation: swim 3s ease-in-out infinite;
  background-color: #000;
  border-radius: 50px;
  content: "";
  position: absolute;
  width: 13px;
  height: 13px;
  top: 161px;
  left: 76.75%;
  z-index: 302;
} */

@keyframes swim1 {
  0% {
    left: 0;
    transform: translateY(0);
  }
  20% {
    transform: translateY(-80px);
  }
  55% {
    transform: translateY(260px);
  }
  100% {
    left: 220%;
    transform: translateY(100px);
  }
}
@keyframes swim2 {
  0% {
    left: 0;
    transform: translateY(0);
  }
  45% {
    transform: translateY(-60px);
  }
  65% {
    transform: translateY(260px);
  }
  100% {
    left: 180%;
    transform: translateY(0);
  }
}
@keyframes swim3 {
  0% {
    left: 0;
    transform: translateY(0);
  }
  20% {
    transform: translateY(-150px);
  }
  55% {
    transform: translateY(260px);
  }
  100% {
    left: 180%;
    transform: translateY(0);
  }
}
/*------------------FISH2 STYLE START-------------------*/
.fish-cont4 {
  position: absolute;
  width: 40em;
  animation: swim4 4s ease-in-out infinite;
  margin-top: 28rem;
  margin-right: -450px;
}
.fish-b {
  /* transform: rotateY(180deg); */
  position: absolute;
}

@media (max-width: 1200px) {
  .fish-b {
    top: -20em;
  }
}

.BM-1 {
  width: 70em;
}
@media (max-width: 1200px) {
  .BM-1 {
    width: 40em;
  }
}

.fish-cont5 {
  position: absolute;
  animation: swim4 4.5s ease-in-out infinite;
  animation-delay: 2s;
  margin-top: 30em;
  top: 40em;
  right: 0;
}
@media (max-width: 1200px) {
  .fish-cont5 {
    top: 20em;
  }
}
.BM-2 {
  width: 55em;
}
@media (max-width: 1200px) {
  .BM-2 {
    width: 30em;
  }
}
/* .eye1-b {
  background-color: #fff;
  border-radius: 50px;
  width: 26px;
  height: 26px;
  content: "";
  position: absolute;
  top: 140px;
  left: 29px;
  overflow: hidden;
  z-index: 301;
}
.pupil1-b {
  background-color: #000;
  border-radius: 50px;
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  top: 147px;
  left: 33px;
  z-index: 302;
} */
@keyframes swim4 {
  0% {
    right: 0;
    transform: translateY(0);
  }
  20% {
    transform: translateY(-150px);
  }
  55% {
    transform: translateY(260px);
  }
  100% {
    right: 250%;
    transform: translateY(0);
  }
}
/*----------------------------SHALOOW SEA ART END------------------------------*/
/*-------------------------------UNDER SEA START----------------------------------*/
.under-sea {
  width: 100%;
  height: 1208rem;
  background: rgb(25, 33, 43);
  background: linear-gradient(
    0deg,
    #19212b 12%,
    #0d314e 31%,
    #073860 45%,
    #0d497a 57%,
    #115f9e 70%,
    #1576c6 79%,
    #1f86da 86%,
    rgba(73, 165, 240, 1) 92%,
    #6fbcfa 97%
  );
  position: relative;
  z-index: 12;
  top: -7em;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .under-sea {
    height: 750em;
    top: -60em;
  }
}

/*------------------------- TIMER SECTION START -----------------------*/
.timer-section {
  align-items: center;
  background-color: transparent;
  /* border-top: solid #ff6f00 5px;
  border-bottom: solid #ff6f00 5px; */
  box-shadow: 0 0em 2em #421e0383;
  display: flex;
  width: 100%;
  height: 40em;
  z-index: 99999999;
  position: relative;
}
.timer-section:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 40rem;
  top: 0rem;
  right: 0rem;
  background: inherit;
  box-shadow: inset 0 0 200rem rgba(255, 255, 255, 0.5);
  z-index: -1;
}

@media (max-width: 1200px) {
  .timer-section {
    height: 21em;
  }
}
@media (max-width: 1200px) {
  .timer-section:before {
    height: 21em;
  }
}

.timer-container {
  color: #fff;
  margin: 0 auto;
  text-align: center;
}

.timer-container h1 {
  font-family: "Comfortaa";
  font-size: 4.8em;
  font-weight: 600;
  letter-spacing: 0.125rem;
  text-transform: uppercase;
  margin-top: 1em;
}

#countdown li {
  display: inline-block;
  font-size: 3.6em;
  list-style-type: none;
  padding: 0.5em;
  margin-top: 0.5em;
  text-transform: uppercase;
}

#countdow li span {
  display: block;
  font-size: 4.5rem;
}

.emoji {
  display: none;
  padding: 1rem;
}

@media all and (max-width: 1200px) {
  .timer-container h1 {
    /* font-size: calc(1.5rem * var(--smaller)); */
    font-size: 2.4em;
    margin-bottom: 0.5em;
  }

  #countdown li {
    font-size: calc(1.125rem * var(--smaller));
  }

  #countdown li span {
    font-size: calc(3.375rem * var(--smaller));
  }
}
.opensea-intro {
  font-size: 2.4em;
  margin-bottom: 1em;
}

@media (max-width: 1200px) {
  .opensea-intro {
    font-size: 1.2em;
  }
}

.opensea-icon-link {
  width: 16em;
  height: 7em;
  border: 8px double #fff;
  box-shadow: 0 0 1em #fff;
  padding: 1em 5em;
  border-radius: 1em;
}

.opensea-icon-link:hover {
  background-color: #ff6f00;
}

@media (max-width: 1200px) {
  .opensea-icon-link {
    width: 5em;
    height: 4em;
    padding: 0.75em 1em;
    border: 4px double #fff;
  }
}
/* ------------------------------TIMER END----------------------------- */

.subs-flex {
  display: flex;
  align-items: center;
  max-width: 130rem;
  margin: 20rem auto 50rem auto;
  gap: 2rem;
  justify-content: center;
  height: 60rem;
  padding: 1.5rem;
}
@media (max-width: 1200px) {
  .subs-flex {
    flex-direction: column;
    gap: 2em;
    width: 37.5em;
  }
}
.slogan {
  color: #fff;
  text-shadow: 0 0.75rem 0.25rem rgba(0, 0, 0, 0.327);
  font-size: 7.2rem;
  font-weight: 700;
  max-width: 65rem;
  height: 40rem;
  line-height: 9rem;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 7.5rem 0;
  /* background-image: url(IMG/Random-Lines/Random-Lines-Orange.png); */
  background-size: contain;
  background-repeat: no-repeat;
}

@media (max-width: 1200px) {
  .slogan {
    font-size: 4.2em;
    max-width: 35em;
    height: 30em;
    line-height: 1.5em;
    padding: 1em 0;
    margin: 0 auto;
  }
}
.sub-box {
  display: flex;
  max-width: 65rem;
  height: 40rem;
  margin-left: 0;
  margin-right: auto;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 1200px) {
  .sub-box {
    max-width: 35em;
  }
}
.sub-from {
  display: grid;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 30rem 1fr;
  margin: 0rem auto;
  width: 65rem;
  height: 30rem;
  justify-content: center;
  align-items: bottom;
  position: relative;
  background: url(https://image.ibb.co/fmHm66/wave.png);
  background-position: 0rem 30rem;
  background-repeat: repeat-x;
  box-shadow: 0 0rem 0.75rem 0.55rem rgba(0, 0, 0, 0.213);
  border-radius: 5rem;
  overflow: hidden;
  animation: water-cup 10s ease-in-out infinite;
}
.sub-from:before {
  content: "";
  position: absolute;
  width: 65rem;
  height: 30rem;
  top: 0rem;
  bottom: 0rem;
  right: 0rem;
  left: 0rem;
  background: inherit;
  box-shadow: inset 0 0 200rem rgba(255, 255, 255, 0.5);
  z-index: -1;
}
@keyframes water-cup {
  50% {
    background-position: 300rem 0rem;
  }
  100% {
    background-position: 600rem 35rem;
  }
}
.sub-container {
  grid-row: 1/2;
  grid-column: 1/3;
  margin: 3rem auto 0rem auto;
}
@media (max-width: 1200px) {
  .sub-container {
    width: 27.5em;
  }
}
.sub-container p {
  margin-top: 3rem;
  font-size: 2.8rem;
  font-weight: 900;
  color: #fff;
}
@media (max-width: 1200px) {
  .sub-container p {
    font-size: 2em;
  }
}

.social-message {
  margin: 0 auto;
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 3em;
}
.social-sub-box {
  width: 45rem;
  height: 7rem;
  margin: 0rem auto 0rem auto;
  position: absolute;
  right: 0rem;
  left: 0rem;
  bottom: 16rem;
  z-index: 90;
}
@media (max-width: 1200px) {
  .social-sub-box {
    width: 300px;
    bottom: 12em;
  }
}
.social-subs {
  height: 7rem;
  width: 45rem;
  background: inherit;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .social-subs {
    width: 300px;
    bottom: 5em;
    margin: 0 auto;
  }
}
.social-subs ul {
  display: flex;
  flex-direction: row;
  height: 8rem;
  justify-content: center;
  align-items: center;
  list-style: none;
  gap: 2rem;
}
.icon {
  display: inline-block;
}

.twit-icon-sub {
  width: 6em;
  height: 6em;
  border: 3px solid #fff;
  border-radius: 1em;
  padding: 1em;
}
@media (max-width: 1200px) {
  .twit-icon-sub {
    width: 4em;
    height: 4em;
  }
}

.insta-icon-sub {
  width: 6em;
  height: 6em;
  border: 3px solid #fff;
  border-radius: 1em;
  padding: 1em;
}
@media (max-width: 1200px) {
  .insta-icon-sub {
    width: 4em;
    height: 4em;
  }
}

.disc-icon-sub {
  width: 7em;
  height: 6em;
  border: 3px solid #fff;
  border-radius: 1em;
  padding: 1em;
}
@media (max-width: 1200px) {
  .disc-icon-sub {
    width: 5em;
    height: 4em;
  }
}

.youtube-icon-sub {
  width: 7em;
  height: 6em;
  border: 3px solid #fff;
  border-radius: 1em;
  padding: 1em;
}
@media (max-width: 1200px) {
  .youtube-icon-sub {
    width: 5em;
    height: 4em;
  }
}

/*--------------------------------ABOUT BLU START----------------------------------*/
.aboutblu-sect {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 40rem 60rem 60rem 65rem;
  max-width: 100%;
  height: 245rem;
  color: #fff;
  position: relative;
  margin: 30rem auto;
  padding-top: 20rem;
}

@media (max-width: 1200px) {
  .aboutblu-sect {
    grid-template-rows: 40em 60em 75em 65em;
    justify-content: center;
    align-items: center;
  }
}
.about-blu {
  display: flex;
  flex-direction: column;
  margin: 0 auto 0 auto;
  padding: 1.5rem;
  line-height: 3.5rem;
  box-shadow: 0 0px 20px #444343;
  background-image: url(IMG/trianglify-export.svg);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
}
@media (max-width: 1200px) {
  .about-blu {
    margin: 0 auto;
  }
}
.coralReef {
  position: absolute;
}

.about-content {
  margin-top: 2.5%;
  margin-left: 50%;
  transform: translate(-50%);
  background-color: #bbf0f3;
  background-image: linear-gradient(335deg, #bbf0f3a5 0%, #f6d285 95%);
  border-radius: 20px;
  width: 95%;
  height: 91%;
  /* opacity: 90%; */
  box-shadow: 0 0px 20px #444343;
  z-index: 2;
}
.about-blu h2 {
  font-size: 2.8rem;
  font-weight: 700;
  margin: 2.5rem 0 2.5rem 2.5rem;
  text-transform: uppercase;
  color: #1f86da;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.425);
}
@media (max-width: 1200px) {
  .about-blu h2 {
    font-size: 2em;
    margin: 1em 1em;
  }
}
.about-blu p {
  font-size: 2rem;
  font-weight: 600;
  margin: 0 0 3.5rem 2.5rem;
  padding: 0 15px;
  line-height: 25px;
  color: #414141;
  justify-content: center;
  align-items: center;
  text-indent: 20px;
}
@media (max-width: 1200px) {
  .about-blu p {
    font-size: 1.6em;
    margin: 0 1em 1em 1em;
    padding: 0;
  }
}
.mission-statement {
  grid-column: 1/3;
  grid-row: 1/2;
  max-width: 55rem;
  height: 25rem;
  position: relative;
}
@media (max-width: 1200px) {
  .mission-statement {
    width: 35.5em;
    height: 25em;
  }
}

.Anemone1 {
  width: 40em;
  top: -12em;
  left: -4.5em;
  rotate: -0deg;
  z-index: 1;
}

.BrainCoral {
  width: 30em;
  bottom: -7em;
  right: -15em;
}
@media (max-width: 1200px) {
  .BrainCoral {
    bottom: -10em;
    right: 0em;
    transform: rotate(180deg);
  }
}
@media (max-width: 1200px) {
  .what {
    margin-top: 2em;
  }
}
.what-is-blu {
  grid-column: 1/3;
  grid-row: 2/3;
  max-width: 69rem;
  height: 35rem;
  position: relative;
}
@media (max-width: 1200px) {
  .what-is-blu {
    width: 35.5em;
    height: 45em;
  }
}

.TubeCoral {
  top: -17em;
  right: 30em;
  width: 18em;
}
@media (max-width: 1200px) {
  .TubeCoral {
    right: 0;
    top: -16em;
  }
}

.Anemone2 {
  bottom: 5em;
  left: -5em;
  width: 10em;
  rotate: -75deg;
}

@media (max-width: 1200px) {
  .Anemone2 {
    left: 5em;
    top: -6em;
    rotate: 0deg;
  }
}

@media (max-width: 1200px) {
  .ng {
    margin-top: 3em;
  }
}
.not-game {
  grid-column: 1/3;
  grid-row: 3/4;
  max-width: 70rem;
  height: 51rem;
  position: relative;
}
@media (max-width: 1200px) {
  .not-game {
    width: 35.5em;
    height: 61em;
  }
}

.Anemone4 {
  top: -17em;
  left: 0;
  width: 40em;
}

.CoralBranch {
  bottom: 20em;
  right: -8em;
  width: 15em;
  rotate: 50deg;
}
@media (max-width: 1200px) {
  .CoralBranch {
    right: 25em;
    top: -12em;
    rotate: -35deg;
  }
}

@media (max-width: 1200px) {
  .com {
    margin-top: 1.5em;
  }
}

.community {
  grid-column: 1/3;
  grid-row: 4/5;
  max-width: 60rem;
  height: 42rem;
  position: relative;
}
@media (max-width: 1200px) {
  .community {
    width: 35.5em;
    height: 41em;
  }
}

.Anemone3 {
  top: -13em;
  right: 0;
  width: 18em;
}

.branchcoral {
  top: 10em;
  left: -16em;
  width: 22em;
  rotate: -35deg;
}
@media (max-width: 1200px) {
  .branchcoral {
    left: 0;
    top: -18em;
    rotate: -12deg;
  }
}

.enviromental-values {
  grid-column: 1/3;
  grid-row: 5/6;
  max-width: 72rem;
  height: 45rem;
  position: relative;
  overflow: hidden;
}
/*---------------------------- ABOUT BLU END----------------------------------*/
/*---------------------------ROAD MAP START---------------------------------- */

.trench-wall {
  width: 100%;
  height: 500em;
  top: 0;
  position: absolute;
  z-index: -1;
}
@media (max-width: 1200px) {
  .trench-wall {
    height: 250em;
  }
}

.bubble-1 {
  width: 10rem;
  position: absolute;
  top: 42rem;
  left: 10rem;
  z-index: 86;
  animation: bubble-1 4s ease infinite, rotate-bub 4s infinite;
}
@keyframes bubble-1 {
  0% {
    bottom: 100%;
  }
  60% {
    left: 50%;
  }
  100% {
    top: -110%;
  }
}
.bubble-2 {
  width: 4rem;
  position: absolute;
  top: 40rem;
  right: 1rem;
  z-index: 87;
  animation: bubble-2 4.5s ease infinite, rotate-bub 5s infinite;
}
@keyframes bubble-2 {
  0% {
    bottom: 100%;
  }
  65% {
    right: 50%;
  }
  100% {
    top: -150%;
  }
}
.bubble-3 {
  width: 10rem;
  position: absolute;
  top: 38rem;
  left: -10rem;
  z-index: 89;
  animation: bubble-3 6s ease infinite, rotate-bub 3.5s infinite;
}
@keyframes bubble-3 {
  0% {
    bottom: 100%;
  }
  65% {
    left: 50%;
  }
  100% {
    top: -150%;
  }
}
.bubble-4 {
  width: 9rem;
  position: absolute;
  top: 38rem;
  left: -1rem;
  z-index: 89;
  animation: bubble-4 5s ease infinite, rotate-bub 5s infinite;
}
@keyframes bubble-4 {
  0% {
    bottom: 100%;
  }
  65% {
    left: 80%;
  }
  100% {
    top: -150%;
  }
}
.bubble-5 {
  width: 7rem;
  position: absolute;
  top: 38rem;
  left: -1rem;
  z-index: 89;
  animation: bubble-5 3.75s ease infinite, rotate-bub 5s infinite;
}
@keyframes bubble-5 {
  0% {
    bottom: 100%;
  }
  65% {
    left: 80%;
  }
  100% {
    top: -170%;
  }
}
.bubble-6 {
  width: 8rem;
  position: absolute;
  top: 38rem;
  left: 40rem;
  z-index: 89;
  animation: bubble-6 4s ease infinite, rotate-bub 5s infinite;
}
@keyframes bubble-6 {
  0% {
    bottom: 100%;
  }
  65% {
    left: 30%;
  }
  100% {
    top: -230%;
  }
}
.bubble-7 {
  width: 3rem;
  position: absolute;
  top: 38rem;
  left: 29rem;
  z-index: 89;
  animation: bubble-7 3.75s ease infinite, rotate-bub 5s infinite;
}
@keyframes bubble-7 {
  0% {
    bottom: 100%;
  }
  65% {
    left: 80%;
  }
  100% {
    top: -200%;
  }
}
@keyframes rotate-bub {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/*--------------------Intro Road Map End---------------------------*/
.bubble1 {
  width: 12rem;
  position: absolute;
  top: -90%;
  left: 125%;
  z-index: 90;
}
@media (max-width: 1200px) {
  .bubble1 {
    top: -120%;
    left: 10%;
    width: 10em;
  }
}
.bubble2 {
  width: 12rem;
  position: absolute;
  top: -20%;
  left: 130%;
  z-index: 90;
  transform: rotate(-60deg);
}
@media (max-width: 1200px) {
  .bubble2 {
    top: -40%;
    left: -10%;
    width: 10em;
  }
}
.bubble3 {
  width: 19rem;
  position: absolute;
  top: -50%;
  left: 70%;
  z-index: 90;
}
@media (max-width: 1200px) {
  .bubble3 {
    top: -90%;
    left: 40%;
    width: 16em;
  }
}
.bubble4 {
  width: 5rem;
  position: absolute;
  top: -65%;
  left: 120%;
  z-index: 90;
}
@media (max-width: 1200px) {
  .bubble4 {
    top: -180%;
    left: 40%;
    width: 7em;
  }
}
.bubble5 {
  width: 25rem;
  position: absolute;
  top: -85%;
  left: -85%;
  z-index: 90;
}
@media (max-width: 1200px) {
  .bubble5 {
    top: -60%;
  }
}
.bubble6 {
  width: 7rem;
  position: absolute;
  top: 70%;
  left: -80%;
  z-index: 90;
  transform: rotate(40deg);
}
@media (max-width: 1200px) {
  .bubble6 {
    top: -40%;
    left: 10%;
    width: 8em;
  }
}
.bubble7 {
  width: 20rem;
  position: absolute;
  top: -10%;
  left: -70%;
  z-index: 90;
}
@media (max-width: 1200px) {
  .bubble7 {
    top: -40%;
    left: 80%;
    width: 13em;
  }
}
.bubble8 {
  width: 22rem;
  position: absolute;
  top: 85%;
  left: -70%;
  z-index: 90;
}
.bubble9 {
  width: 3rem;
  position: absolute;
  top: 60%;
  left: 140%;
  z-index: 90;
}
@media (max-width: 1200px) {
  .bubble9 {
    top: 90%;
    left: 80%;
  }
}
.bubble10 {
  width: 15rem;
  position: absolute;
  top: -90%;
  left: 60%;
  z-index: 90;
}
@media (max-width: 1200px) {
  .bubble10 {
    top: -40%;
    left: 90%;
    width: 10em;
  }
}
.bubble11 {
  width: 12rem;
  position: absolute;
  top: 15%;
  left: 110%;
  z-index: 90;
  transform: rotate(-90deg);
}
.bubble12 {
  width: 5rem;
  position: absolute;
  top: 85%;
  left: 110%;
  z-index: 90;
}
.bubble13 {
  width: 15rem;
  position: absolute;
  top: -40%;
  left: -50%;
  z-index: 90;
}
.bubble14 {
  width: 25rem;
  position: absolute;
  top: 10%;
  left: -110%;
  z-index: 90;
  transform: rotate(-75deg);
}
@media (max-width: 1200px) {
  .bubble14 {
    top: 70%;
    left: 50%;
    width: 15em;
  }
}
.bubble15 {
  width: 7rem;
  position: absolute;
  top: 140%;
  left: -30%;
  z-index: 90;
}
@media (max-width: 1200px) {
  .bubble15 {
    top: 170%;
    left: 40%;
    width: 6em;
  }
}
.bubble16 {
  width: 5rem;
  position: absolute;
  top: 90%;
  left: -50%;
  z-index: 90;
}
@media (max-width: 1200px) {
  .bubble16 {
    top: 110%;
    left: 10%;
    width: 10em;
  }
}

.time-line {
  max-width: 100%;
  position: relative;
  display: block;
}
.roadmap-link {
  height: 80rem;
}

@media (max-width: 1200px) {
  .roadmap-link {
    height: 40em;
  }
}
.intro-roadmap {
  position: absolute;
  top: 8%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 65rem;
  height: 300px;
  border-radius: 50px;
  background-position: 0 350px;
  background-repeat: repeat-x;
  box-shadow: 0 0 0.5rem 0rem #0003;
  background-size: 700px;
  background-position-y: 55%;
  background-position-x: 55%;
  z-index: 1000;
  overflow: hidden;
  background: inherit;
}
.intro-roadmap:before {
  content: "";
  position: absolute;
  max-width: 65rem;
  height: 30rem;
  top: 0rem;
  bottom: 0rem;
  right: 0rem;
  left: 0rem;
  background: inherit;
  box-shadow: inset 0 0 200rem rgba(255, 255, 255, 0.5);
  filter: blur(1rem);
  z-index: -1;
}

@media (max-width: 1200px) {
  .intro-roadmap {
    width: 35em;
  }
}
@media (max-width: 1200px) {
  .intro-roadmap:before {
    width: 35em;
  }
}
.title-roadmap-1 img {
  width: 45rem;
  color: #fff;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  z-index: 200;
}
@media (max-width: 1200px) {
  .title-roadmap-1 img {
    width: 20em;
    top: 3.25em;
  }
}
.title-roadmap-2 {
  width: 37rem;
  color: #fff;
  font-size: 6.4rem;
  font-weight: 300;
  text-transform: uppercase;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, 50%);
  z-index: 200;
}
@media (max-width: 1200px) {
  .title-roadmap-2 {
    width: 10em;
    font-size: 4.2em;
    top: 3.5em;
    left: 6.5em;
  }
}
.time-line-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 45rem 55rem 55rem 45rem;
  list-style: none;
  justify-content: center;
  align-items: center;
  max-width: 150rem;
  padding: 0 15rem;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .time-line-grid {
    width: 37.5em;
    display: flex;
    flex-direction: column;
    padding: 0 1em;
    margin-top: 20em;
    gap: 10em;
  }
}
.phase {
  background-repeat: no-repeat;
  position: relative;
  height: 40rem;
  width: 56rem;
}
.phase:nth-child(even) {
  grid-column: end;
}
.bub {
  height: 35rem;
  width: 40rem;
  position: relative;
  margin: 18rem auto;
  line-height: 3.5rem;
  /* box-shadow: 0 0px 20px #444343; */
}

@media (max-width: 1200px) {
  .bub {
    line-height: 2.5em;
    margin: 0;
  }
}
.phase h2 {
  color: #ff6d00;
  text-shadow: 0 5px 5px #000000;
  font-size: 3rem;
  margin-bottom: 1.5rem;
}
@media (max-width: 1200px) {
  .phase h2 {
    font-size: 2.2em;
    margin-bottom: 0;
  }
}
.phase li {
  color: #fff;
  font-size: 2rem;
  margin-bottom: 20px;
  margin-left: 5rem;
}
@media (max-width: 1200px) {
  .phase li {
    font-size: 1.2em;
    margin-bottom: 0;
  }
}
.phase--1 {
  grid-column: 1/2;
  background: url(IMG/bubbles-by-me/bubble-15.png);
  width: 60em;
  height: 50em;
  margin: 0 auto 0 20em;
  background-size: contain;
  background-repeat: no-repeat;
}

@media (max-width: 1200px) {
  .phase--1 {
    width: 32em;
    height: 22em;
    margin: 0;
  }
}
.bubble-text1 {
  margin: 7em auto;
}

@media (max-width: 1200px) {
  .bubble-text1 {
    width: 25em;
    height: 18em;
    margin: 3.5em 0 0 3em;
  }
  @media (max-width: 1200px) {
    .bubble-text1 h2 {
      margin-left: 4em;
      margin-bottom: 0.5em;
    }
  }
}
.phase--2 {
  grid-column: 2/3;
  grid-row: 2/3;
  background: url(IMG/bubbles-by-me/bubble-16.png);
  width: 68em;
  height: 50em;
  margin: 0 10em 0 auto;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 1200px) {
  .phase--2 {
    width: 35em;
    height: 23em;
    margin: 0;
  }
}
.bubble-text2 {
  margin: 15em 12em 0 auto;
  width: 35em;
}
@media (max-width: 1200px) {
  .bubble-text2 {
    width: 25em;
    height: 20em;
    margin: 6em 0 0 4em;
  }
}
@media (max-width: 1200px) {
  .bubble-text2 h2 {
    margin-left: 5em;
    margin-bottom: 0.5em;
  }
}
.phase--3 {
  grid-column: 1/2;
  grid-row: 3/4;
  background: url(IMG/bubbles-by-me/bubble-17.png);
  width: 75em;
  height: 50em;
  margin: 0 auto 0 10em;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 1200px) {
  .phase--3 {
    width: 32em;
    height: 22em;
    margin: 0;
  }
}

.bubble-text3 {
  margin: 15em auto;
}
@media (max-width: 1200px) {
  .bubble-text3 {
    width: 20em;
    height: 20em;
    margin: 3em 0 0 5em;
  }
}
@media (max-width: 1200px) {
  .bubble-text3 h2 {
    margin-left: 2em;
    margin-bottom: 0.5em;
  }
}

.phase--4 {
  grid-column: 2/3;
  grid-row: 4/5;
  background: url(IMG/bubbles-by-me/bubble-18.png);
  width: 73em;
  height: 60em;
  margin: 0 8em 0 auto;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 1200px) {
  .phase--4 {
    width: 35em;
    height: 23em;
    margin: 0;
  }
}
.bubble-text4 {
  margin: 8em auto;
  width: 32em;
}
@media (max-width: 1200px) {
  .bubble-text4 {
    width: 26em;
    height: 20em;
    margin: 3em 0 0 5em;
  }
}
@media (max-width: 1200px) {
  .bubble-text4 h2 {
    margin-left: 3em;
    margin-bottom: 0.5em;
  }
}
/*---------------------------------ROADMAP END-------------------------------*/
/*--------------------------------CREW SECTION----------------------------------*/
.crew-section {
  width: 120rem;
  height: 150em;
  justify-content: center;
  color: #fff;
  margin-top: 25rem;
  display: flex;
  flex-direction: column;
  margin: 80rem auto 80em auto;
  padding-top: 15rem;
  position: relative;
}

@media (max-width: 1200px) {
  .crew-section {
    width: 35em;
    height: 80em;
    margin: 10em auto;
    padding-top: 0;
  }
}
.crew-intro {
  font-size: 4.8rem;
  margin: 0 auto;
}

@media (max-width: 1200px) {
  .crew-intro {
    font-size: 3em;
  }
}
.captain-frame {
  width: 105em;
  z-index: 2;
  margin: 0 auto;
}

@media (max-width: 1200px) {
  .captain-frame {
    width: 30em;
  }
}

.captain-blu {
  position: absolute;
  width: 50em;
  z-index: 1;
  top: -12em;
  left: 48%;
  transform: translate(-50%, 50%);
}
@media (max-width: 1200px) {
  .captain-blu {
    width: 14em;
    top: 7em;
  }
}
.captblu-message {
  width: 100em;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 1200px) {
  .captblu-message {
    width: 30em;
    margin-bottom: 15em;
  }
}
.captainblu-paperboard {
  width: 100em;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .captainblu-paperboard {
    width: 30em;
    margin-bottom: 15em;
  }
}

.captblu-message-text {
  position: absolute;
  top: 4em;
  left: 11em;
  font-size: 3rem;
  color: #000;
  width: 12em;
  font-weight: 600;
}

.cb-text-2 {
  top: 6.5em;
  line-height: 1.4em;
  text-indent: 1em;
}

/*--------------------------------Crew ENd-------------------------------------*/
.shipwreck {
  background-image: url(IMG/shipwreck-DarkSand.png);
  width: 100%;
  height: 98em;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 25em;
  z-index: 3;
}

@media (max-width: 1200px) {
  .shipwreck {
    background-image: url(IMG/shipwreck-DarkSand.png);
    background-size: cover;
    height: 22em;
    bottom: 37em;
  }
}
/* -----------------------------------FOOTER SECTION----------------------------- */
.footer {
  width: 100%;
  box-shadow: 0 1rem 3.2rem rgba(0, 0, 0, 0.1);
  background-color: #000;
  position: absolute;
  z-index: 99000;
  bottom: 0rem;
  /* overflow: hidden; */
}
.footer-box {
  display: flex;
  justify-content: space-between;
  margin: 1.2rem 5rem;
  font-size: 1.8rem;
  z-index: 5;
}

@media (max-width: 1200px) {
  .footer-box {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 1em 2em;
  }
}

.footer-logo {
  width: 27em;
  height: 10em;
}
@media (max-width: 1200px) {
  .footer-logo {
    width: 250px;
    height: 100px;
    margin: 1em 0;
  }
}
.footer-logo-img {
  width: 27em;
  height: 10em;
}
@media (max-width: 1200px) {
  .footer-logo-img {
    width: 250px;
    height: 100px;
    margin: 1em 0;
  }
}

.social-media {
  display: flex;
  padding: 2rem 4rem 2rem 4rem;
  width: 35em;
  justify-content: center;
  align-items: center;
  /* border-left: 0.2rem solid rgba(204, 204, 204, 0.705);
  border-right: 0.2rem solid rgba(204, 204, 204, 0.705); */
}

@media (max-width: 1200px) {
  .social-media {
    flex-direction: column;
    width: 17em;
    padding: 0;
  }
}

.social-media h4 {
  margin: 4rem auto 4rem auto;
  font-weight: 700;
  color: #fff;
  width: 15em;
  line-height: 1.5em;
  margin-right: 3em;
  font-size: 1.4em;
  /* text-decoration: 1px underline; */
}

@media (max-width: 1200px) {
  .social-media h4 {
    width: 12em;
    font-size: 1em;
    height: 5em;
    margin: 2em auto 0.5em auto;
  }
}

.social-media ul {
  display: grid;
  width: 15em;
  margin: 0 auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr, 1fr;
  list-style: none;
  justify-content: center;
  align-items: center;
  padding: 0 1em;
  border-left: 0.2rem solid rgba(204, 204, 204, 0.705);
  border-right: 0.2rem solid rgba(204, 204, 204, 0.705);
  row-gap: 1em;
  column-gap: 1em;
}

@media (max-width: 1200px) {
  .social-media ul {
    row-gap: 1em;
    column-gap: 0em;
    width: 12em;
  }
}

.social-media li {
  margin: auto 0.1rem;
}
a:link,
a:visited {
  font-weight: 500;
  text-decoration: none;
}
a:hover,
a:active {
  text-decoration: underline;
  cursor: pointer;
}
.twit-icon {
  height: 3rem;
  width: 3rem;
  grid-column: 1/2;
  margin-left: 1em;
}
.insta-icon {
  height: 3rem;
  width: 3rem;
  margin-left: 0.85em;
}
.disc-icon {
  height: 3.5rem;
  width: 3.5rem;
  margin-left: 0.75em;
}
.youtube-icon {
  width: 2em;
  margin-left: 0.75em;
}
.opensea-li {
  grid-column: 3/4;
}
.opensea-icon {
  height: 2em;
  margin-left: 0.5em;
}
