body {
  margin:0;
  padding:0;
  background: #0a0a0a;
  pointer-events: all;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: lighter;
  cursor: none;
  max-width: 100vw;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

html {
  overflow-x: hidden;
  transition: cubic-bezier(.64,-0.13,.37,1.09) 1s !important;
}

a:hover {
  cursor: none !important;
}



#gradient-canvas {
filter: blur(10px);
width:100%;
height:100%;
--gradient-color-1: #000000; 
--gradient-color-2: #00e7b1; 
--gradient-color-3: #000000;  
--gradient-color-4: #000000;
z-index: -1;
position: fixed;
}







.book {
background-color: #00e7b1;
color: rgb(0, 0, 0) !important;
transition: 0.5s ease-in-out;
padding: 1px 3px;
border-radius: 1px;
}
.book:hover {
background-color: #00e7b182;
transition: 0.5s ease-in-out;
opacity: 0.75 !important;
box-shadow: 0 0 15px #00e7b1;
opacity: 0.3 !important;
padding: 3px 6px;
}



.freelance {
background-color: #00e7b1;
padding: 1px 0;
width: 100% !important;
align-content: center;
border-radius: 2px;
color: #000000 !important;
opacity: 1 !important;
transition: 0.5s ease-in-out;
}
.freelance:hover {
background-color: #000000;
color: #00e7b1 !important;
transition: 0.5s ease-in-out;
box-shadow: 0 0 15px #00e7b1;
opacity: 0.3 !important;
padding: 5px ;
border-radius: 4px;
}

#work-menu > div:nth-child(3) {
  text-align: center;
  align-items: center;
}


.first-slide {
max-width: 100%;
min-height: 100vh;
transition: 0.5s ease-in-out;
display: flex;
flex-direction: column;
justify-content: space-between;
}
body > div.insights_slide > div:nth-child(2) > img




/* ------------------------------------------------------------------------------- */

.header {
  position: fixed;
  width: 100vw;
  z-index: 9998;
}

.header-nav {
max-width: 100vw;
height: fit-content;
justify-content: space-between;
display: flex;
align-content: baseline;
padding: 50px 100px 50px;
}

.header-logo {
width: 50px;
height: 50px;
fill: white;
transition: ease-in-out 2s;
}



.header-logo:hover {
fill: #00e7b1;
transition: ease-in-out 2s;
}

.head-col, .head-col2 {
color: white;
display: flex;
flex-direction: column;
}

.head-col {
transition: ease-in-out 1s;
transform: translateY(-150px);
}

.head-col a, .head-col2 a {
color: white;
text-decoration: none;
margin-bottom: 8px;
font-size: 0.67rem;
}

body > header > div > div.head-col.c3 > a.jumble.book {
  padding: 1px 3px 0;
}

body > header > div > div.head-col.c1 > a:nth-child(1) {
  line-height: 1.4;
  width: 82px;
}



.hamburger {
display: flex;
transform: translateX(0px);
transition: 1s ease-in-out;
height: 23px;
transform: translateX(0px);
}

.line {
transition: 0.3s ease-in-out;
width: 2.5px;
height: 23px;
background-color: #fff;
display: block;
margin-left: 10px;
position: relative;
}
.hamburger:hover > .line {
background-color: #00e7b1;
box-shadow: 0 0 5px #00e7b1;
}

.hamburger :nth-child(2) {
margin-left: 20px;
}

@media only screen 
and (min-device-width: 320px) 
and (max-device-width: 812px) 
and (-webkit-min-device-pixel-ratio: 2) {


  body > header > div > div.head-col.c3 > a.jumble.book {
    max-width: fit-content;
    max-height: fit-content;
  }

  body .featured-slide {
    padding-bottom: 10rem;
    padding-top: 1rem !important;
  }

  .featured-slide .showbox-container {
    flex-direction: column;
  }
  .showbox-container .showbox {
    width: 100%;
  }
  .showbox-container .showbox2 {
    width: 100%;
    padding-bottom: 10px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
  }

  body > div.featured-slide > div.showbox-container > div.showbox > div {
    margin: 20px 10px ;
  }

  
  body > div.featured-slide > div.showbox-container > div.showbox2 > div  {
    margin: 20px 10px;
  }
  .title .text-col p {
    font-size: 8px;
    padding: 0;
    opacity: 0.5;
  }

  body > div.first-slide > div.title > div.title-col > div > p {
    margin-left: -2px !important;
  }

  body > div.first-slide > div.title > div.text-col {
    margin: 35px 0 0 20px;
  }

  body > div.first-slide > div.title > div.text-col > p {
    margin-top: 0;
    width: 100%;
    margin-left: 0;
    font-size: 0.6rem;
  }
  
  .moze-text-mb {
    align-items: center;
    justify-content: center;
  }
}
















.title {
  max-width: 100%;
  justify-content: center;
  font-weight: normal;
  display: flex;
  flex-direction: row;
  justify-content: center;
  transform: translateY(35vh);
  position: relative;
  opacity: 0;
  transition: opacity 1.8s cubic-bezier(1,0,1,1);}

.loaded .title {
  opacity: 1;
}


.title-col {
  display: flex;
  flex-direction: column;
}

#work-menu > div:nth-child(2) > a:nth-child(2) {
  width: fit-content !important;
}

#work-menu > div:nth-child(4) > a:nth-child(2) {
  width: fit-content !important;
}


body > div.first-slide > div.title > div.title-col > a {
  color: white;
  margin-top: 0;
  font-size: 2rem;
}

.moze-text {
  color: rgb(255, 255, 255);
  font-size: 250px;
  text-shadow: 0 0 25px rgba(255, 255, 255, 0.639);
  font-weight: lighter;
  margin: 0;
  animation: blurAnimation 10s infinite ; 
}


@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 2) {

    .title {
      align-items: center;
      padding: 0 0 0;
    }
    .moze-text-mb p {
      font-size: 7rem;
    }

    body > header > div > div.head-col {
      margin-left: 0;
    }

    .header-nav {
      padding: 30px 20px;
      overflow-x: hidden;
    }

    body > header > div > div.head-col.c1 {
      padding-left: 1.5%;
    }

    .head-col2 {
      padding-top: 3%;
    }

    body > header > div > div.head-col.c3 {
      padding-right: 2%;
    }

    .head-col {
      width: 73px;
      padding-top: 10px;
    }

    body > div.first-slide > div.bottom-nav {
      padding: 0px 1rem 30px;
    }
   
    body > div.first-slide > div.bottom-nav > div a {
      font-size: 0.58rem;
      margin-bottom: 5px;
    }

    body > header > div > div.head-col.c2 {
      padding-left: 6.5%;
    }

    .moze-text-mb {
      font-weight: 250 !important;
    }

    .arrow {
      padding-right: 0 !important;
    }

    body > header > div > div.head-col a {
      font-size: 0.58rem;
      margin-bottom: 5px;
    }

    body > header > div > div.head-col.c1 > a:nth-child(2) {
      width: 80px;
    }

    body > header > div > div.head-col.c3 > a.jumble.book {
      padding: 0 1px;
      height: 30px;
      max-width: 82px;
      min-width: 82px;
    }

    body > header > div > div.head-col.c1 > a:nth-child(1) {
      width: 73px !important;
    }

    body > header > div > a {
      max-width: 50px;
    }

    #work-menu > div:nth-child(3) > a:nth-child(1)

    .freelance {
      max-width: 72.72px;
    }

    body > div.first-slide > div.bottom-nav > div:nth-child(2) > a {
      max-width: 71px;
    }

    #work-menu > div:nth-child(2) > a:nth-child(2) {
      margin-bottom: 0;
    }


    #work-menu > div:nth-child(3) {
      margin: 0 4%;
    }

    #work-menu > div:nth-child(4) {
      margin-right: 1%;
    }

    #work-menu > div:nth-child(2) {
      margin-left: 2%;
    }
  }

  @media (min-width: 768px) {
    #text-scale {
      font-size: 7rem; /* Initial font size for desktop */
    }
  }

  /* Media query for mobile or smaller screens */
  @media (max-width: 767px) {
    #text-scale {
      font-size: 20vw; /* Initial font size for mobile */
    }
  }

  .moze-text-mb {
    color: rgb(255, 255, 255);
    text-shadow: 0 0 25px rgba(255, 255, 255, 0.639);
    margin: 0;
    animation: blurAnimation 10s infinite;
    display: flex;
    white-space: nowrap;
    width: 100%;
    font-weight: 300;
  }
@keyframes blurAnimation {
  0%, 40% {
      filter: blur(0px);
  }
  50% {
      filter: blur(3px);
  }
  60%, 100% {
    filter: blur(0px);
  }
}

.text-col {
  color: rgb(255, 255, 255);
  font-size: 0.8rem;
  max-width: 15%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  transition: cubic-bezier(.1,.5,.5,1) 0.5s;
}

.text-col p {
  padding: 0;
  text-transform: capitalize;
  width: 80px;
  margin-top: 38%;
  margin-left: 30px;
}


.bottom-nav {
  max-width: 100%;
  height: fit-content;
  justify-content: space-between;
  display: flex;
  align-content: baseline;
  padding: 30px 60px 34px;
  position: relative;
}

.bottom-nav .head-col2 a {
  cursor: none;
}

#work-menu > div:nth-child(3) > a:nth-child(1) {
  opacity: 1 !important;
  margin-bottom: 0.2rem;
  width: fit-content !important;
  text-align: center;
}

.head-col2 :nth-child(2) {
  opacity: 0.5;
}

.arrow {
  height: 50px;
  opacity: 0.75;
  padding-right: 30px;
  transition: ease-in-out;
  margin-bottom: 10px;
  display: block;
  animation: bounce 2s ease-in-out infinite;

}

.arrow:hover {
  animation: bounce 0.5s ease-in-out infinite;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-20px);
  }
  60% {
    transform: translateY(-10px);
  }
}

.cross {
  opacity: 0.75;
  height: 30px;
  margin-top: 10px;
  transition: ease-in-out;
}

.cross:hover {
  animation: spin 2s ease-in-out;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(720deg);
  }
}

.jumble {
  font-size: 24px;
  cursor: pointer;
  transition: all 0.5s ease-in-out; 
}

.jumble:hover {
  filter: blur(0.7px);
  transform: scale(1.03);
  transition: ease-in-out;
}

/* ------------------------------------------------------------------------------- */














@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.footer-container {
  color: #fff;
  height: fit-content;
  max-width: 100%;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background: linear-gradient(-45deg, #ffffff00, #ffffff04, #ffffff00);
  background-size: 400% 400%;
  animation: gradient 8s ease infinite;
  border-top: 1px solid rgb(0, 0, 0);  
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr auto;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  font-size: 12px;
  padding: 6rem 6rem 0rem;
  position: relative;
  bottom: 0;
}


.footer-col {
  width: 30%;
}

.first-footer-col p {
  height: min-content !important;
}

body > div.footer-container > div:nth-child(3) {
  grid-area: 3 / 1 / 4 / 3;
}


.first-footer-col {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: left;
  height: 100%;
}

body > div.footer-container > div.first-footer-col > div {
  display: flex;
  flex-direction: row;
  justify-content: left;
  align-items: center;
}

body > div.footer-container > div.first-footer-col > div > p {
  font-size: 3.7rem;
  margin: 0;
  margin-left: 1rem;
  font-weight: 400;
  margin-bottom: 11px;
}

body > div.footer-container > div.first-footer-col > div > svg {
  width: 80px;
  height: auto;
}

.first-footer-col :nth-child(2) {
  font-size: 1.5rem;
  width: 90%;
  text-transform: uppercase;
  margin-top: 3rem;
  margin-bottom: 1rem;
}
.first-footer-col :nth-child(3) {
  color: #9a9a9a;
  padding-bottom: 0rem;
  padding-top: 30px;
}
.cc {
  color: #9a9a9a;
  justify-self: left;
  margin-top: 20%;
}
.first-footer-col p span img {
  height: 50px;
  padding-right: 25px;
  position: relative;
  bottom: -4px;
}
.first-footer-col a {
  font-size: 14px;
  cursor: none;
  transition: ease-in-out;
  padding-bottom: 10px;
}

body > div.footer-container > div:nth-child(3) > p {
  margin-top: 4rem;
  margin-bottom: 2rem;
  width: 90%;
  text-align: center;
  justify-self: center;
  font-size: 10px;
  color: #9a9a9a;
}

body > div.footer-container > div.first-footer-col > p:nth-child(5) {
  margin-top: 2rem;
  font-size: 11px;
  opacity: 0.9;
  width: 95%;
  max-width: 600px;
}

body > div.footer-container > div.first-footer-col > p:nth-child(6) {
  width: 60%;
  font-size: 11px;
  font-weight: 400;
opacity: 0.9;
max-width: 500px;
}


.footer-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 80%;
  align-content: baseline;
  height: fit-content;
  grid-area: 1 / 2 / 3 / 3;
  justify-self: right;
}

.footer-col p {
  font-size: 1rem;
  padding-bottom: 0px;
}
.footer-col a {
  font-size: 15px;
  text-decoration: none;
  color: #ffffff;
  padding-bottom: 7px;
  display: block;
  cursor: none;
}


.footer-col-2 {
  width: fit-content;
  justify-items: right;
}

.footer-col-2 a {
  font-size: 0.9rem;
  padding-bottom: 2rem;
  opacity: 0.7;
}

.img-col {
  display: flex;
  flex-direction: column;
  text-align: center;
}

.img-col a svg {
  height: 20px;
  width: auto;
  margin-bottom: 2rem;
  fill: #ffffff;
  transition: ease 0.3s;
}
.img-col a svg:hover {  
  fill: #00e7b1;
  transition: ease 0.3s;
}

body > div.footer-container > div.footer-row > div.footer-col.social-col > p {
  margin-bottom: 4rem;
}

body > div.footer-container > div.footer-row > div.footer-col.footer-col-2 > p {
  margin-bottom: 3rem;
}

.social-col {
  text-align: center;
}

@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 2) {
    .footer-container {
      display: flex;
      flex-direction: column;
      height: fit-content;
      padding: 3rem 0 1rem;
      align-items: center !important;
    }

    body > div.footer-container > div:nth-child(3) {
      display: flex;
      flex-direction: column;
      align-items: center;
    }

    .first-footer-col {
      align-content: center;
      display: flex;
      flex-direction: column;
    }
    .footer-col-2 {
      width: 100%;
      text-align: right;
      align-items: center;
      display: flex;
      flex-direction: column;
    }
    .footer-col-2 :nth-child(3) {
      width: 100%;
      text-align: center;
    }

    body > div.footer-container > div.footer-row > div.footer-col.social-col > p {
      margin-bottom: 2rem;
      font-size: 1.2rem !important;
      font-weight: 400 !important;
    }


    .footer-row {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      grid-template-rows: min-content;
      grid-column-gap: 0px;
      grid-row-gap: 0px;
      width: 90%;
      justify-items: center;
    }
    .address {
      display: flex;
      flex-direction: column;
      width: 100%;
      align-items: center;
    }
    .address :nth-child(1) {
      grid-column: 1 / span 2;
    }
    .address p {
      text-align: center;
      margin-top: 0;
      margin-bottom: 0.5rem;
    }
    .addressp {
      width: 100%;
    }
    body > div.footer-container > div.footer-row > div.footer-col.address > p:nth-child(7), body > div.footer-container > div.footer-row > div.footer-col.address > p:nth-child(5), body > div.footer-container > div.footer-row > div.footer-col.address > p:nth-child(3) {
      margin-bottom: 2.5rem;
      font-size: 12px !important;
    }

    body > div.footer-container > div.footer-row > div.footer-col.footer-col-2 {
      width: 80%;
      justify-self: right;
      margin-right: 10%;
    }

    .footer-col-2 a {
      font-size: 14px;
      padding-bottom: 2.5rem;      
    }

    body > div.footer-container > div.footer-row > div.footer-col.footer-col-2 > p {
      margin-bottom: 4rem;
    }

    body > div.footer-container > div.footer-row > div.footer-col.footer-col-2 > p, body > div.footer-container > div.footer-row > div.footer-col.address > p:nth-child(1), body > div.footer-container > div.footer-row > div.footer-col.social-col > p {
      margin-top: 0;
      font-size: 1.1rem;
      font-weight: 500;
    }

    .cc {
      display: none;
    }

    .cc2 {
      display: block;
      margin-top: 5rem !important;
      margin-bottom: 0 !important;
    }

    .first-footer-col {
      padding-bottom: 8rem;
      width: 90%;
      align-self: center;
    }
    .first-footer-col :nth-child(3) {
      padding: 0 0 10px;
    }

    body > div.footer-container > div.footer-row > div.footer-col.social-col {
      padding-top: 3rem;
      display: flex;
      flex-direction: column;
      grid-area: 2 / 1 / 3 / 3;
      width: 100%;
    }

    body > div.footer-container > div.footer-row > div.footer-col.social-col > div {
      flex-direction: row;
      justify-content: space-between;
      width: 80%;
      justify-self: center;
      align-self: center;
    }
    .img-col a svg {
      height: 30px;
    }


    body > div.footer-container > div.footer-row > div.footer-col.social-col > p {
      grid-area: 1 / 1 / 2 / 6;
    }
 
  }

  body > div.footer-container > div.footer-row > div.footer-col.address > p:nth-child(1) {
    margin-bottom: 3rem;
  }


  .addressp {
    opacity: 0.7;
    font-size: 0.9rem !important;
    margin-bottom: 2rem;
  }





















.featured-slide {
  max-width: 100%;
  height: fit-content;
  position: relative;
  padding: 6rem 40px 40px;
}

.explore-moze {
  margin: 0;
}

.explore-moze div {
  width: 50%;
  height: fit-content;
  display: flex;
  justify-content: center;
  justify-content: left;
  flex-direction: column;
  margin-left: 6%;
}

.explore-moze div p {
  font-size: 8vw;
  font-weight: normal;
  margin: 0;
  max-width: fit-content;
}

body > div.featured-slide > div.explore-moze > div:nth-child(2) {
  width: 40%;
  background-color: #fff;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  align-self: center;
  padding-right: 6%;
  justify-items: right;
}

body > div.featured-slide > div.explore-moze > div:nth-child(2) > a:nth-child(1) {
  width: 95%;
  display: flex;
}

body > div.featured-slide > div.explore-moze > div:nth-child(2) a {
  margin-bottom: 1rem;
  text-decoration: none;
  border: #000000 solid 1.5px;
  font-size: 2.2vw;
  transition: ease-in-out 0.3s;
  color: black;
  font-weight: 400;
  width: 90%;
  padding: 3px 5px 1px;
}


body > div.featured-slide > div.explore-moze > div:nth-child(2) a:hover {
  font-size: 2.25vw;
  transition: ease-in-out 0.3s;
}

body > div.featured-slide > div.explore-moze > div:nth-child(2) > a:nth-child(1) { grid-area: 1 / 1 / 2 / 3; }
body > div.featured-slide > div.explore-moze > div:nth-child(2) > a:nth-child(2) { grid-area: 2 / 1 / 3 / 2; }
body > div.featured-slide > div.explore-moze > div:nth-child(2) > a:nth-child(3) { grid-area: 2 / 2 / 3 / 3; }
body > div.featured-slide > div.explore-moze > div:nth-child(2) > a:nth-child(4) { grid-area: 3 / 1 / 4 / 2; }
body > div.featured-slide > div.explore-moze > div:nth-child(2) > a:nth-child(5) { grid-area: 3 / 2 / 4 / 3; }


.showbox {
 width: 50%;
 height: inherit;
 background-color: #000000;
 position: relative;
 display: flex;
 flex-direction: column;
 padding: 0 0 3rem ;
}

.showbox img {
  width: 90%;
  align-self: center;
  transition: ease-in-out 0.3s;
}

.showbox2 {
 width: 50%;
 height: inherit;
 background-color: #000000;
 position: relative;
 display: flex;
 flex-direction: column;
}

.news-text {
 background-color: #000000;
 display: flex;
 justify-content: space-between;
 border-top: 1px solid #ffffff;
 margin: 20px;
 color: #ffffff;
 font-weight: normal;
}

.news-text2 {
 background-color: #000000;
 display: flex;
 justify-content: space-between;
 border-top: 1px solid rgb(255, 255, 255);
 margin: 20px;
 color: #fff;
}



.showbox2 img {
 height: auto;
 width: 95%;
 align-self: center;
 border-radius: 3px;
 transition: ease-in-out 0.3s;
}

.showbox img:hover, .showbox2 img:hover {
  transform: scale(1.01);
}

.p2 {
 color: white;
 margin-left: 2.5%;
 margin-bottom: 3%;
 font-size: 30px;
}
body > div.featured-slide > div.showbox-container > div.showbox2 > p:nth-child(5) {
  margin-top: 12%;
}
.showbox2 a {
 color: rgb(173, 173, 173);
 margin-left: 2.5%;
 padding-bottom: 5%; 
}

.showbox-container {
  display: flex;
  flex-direction: row;
  justify-content: baseline;
}











@media (max-width: 900px) {
  .container {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 500px) {
  .container {
    grid-template-columns: 1fr;
  }
}

.animation-container {
  grid-area: 1 / 4 / 3 / 5;
  position: relative;
  width: 220px;
  height: 220px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: visible;
  transition: 1s ease;
}

.animation-title {
  margin-bottom: 10px;
  font-size: 12px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-align: center;
}

body > div.abt-sections > div > div.animation-container {
  margin-bottom: 4rem;
}

.circle-container {
  position: relative;
  width: 180px;
  height: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.dot {
  position: absolute;
  border-radius: 50%;
  background: #fff;
}

.line {
  position: absolute;
  background: rgba(255, 255, 255, 0.5);
  transform-origin: 0% 50%;
}

.circle {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.5);
}

/* Corner decorations */
.corner {
  position: absolute;
  width: 16px;
  height: 16px;
  color: white;
  opacity: 0;
  z-index: 10;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.animation-container:hover .corner {
  opacity: 1;
}

.top-left {
  top: -8px;
  left: -8px;
  transition-delay: 0s;
}

.top-right {
  top: -8px;
  right: -8px;
  transform: rotate(90deg);
  transition-delay: 0.1s;
}

.bottom-left {
  bottom: -8px;
  left: -8px;
  transform: rotate(-90deg);
  transition-delay: 0.2s;
}

.bottom-right {
  bottom: -8px;
  right: -8px;
  transform: rotate(180deg);
  transition-delay: 0.3s;
}

/* Animation keyframes */
@keyframes orbit {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes reverseOrbit {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(-360deg);
  }
}

@keyframes pulse {
  0% {
    transform: scale(0.8);
    opacity: 0.3;
  }

  50% {
    transform: scale(1.2);
    opacity: 1;
  }

  100% {
    transform: scale(0.8);
    opacity: 0.3;
  }
}

@keyframes ripple {
  0% {
    transform: scale(0.1);
    opacity: 0.6;
  }

  100% {
    transform: scale(1);
    opacity: 0;
  }
}














@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 2) {


    .animation-container {
      width: 95%;
      margin-top: 2rem;
      align-self: center;
    }

    .explore-moze {
      flex-direction: column;
      padding-top: 1rem;
      padding-bottom: 0.5rem;
      margin-top: 4rem;
      margin-bottom: 0;
    }

    body > div.featured-slide > div.explore-moze > div:nth-child(1) {
      margin-bottom: 1.2rem;
      justify-content: left;
      flex-direction: column;
    }

    .explore-moze div {
      width: 100%;
      margin-left: 0;
    }

    .explore-moze div p  {
      font-size: 3.4rem;
      margin-left: 8%;
    }

    body > div.featured-slide > div.explore-moze > div:nth-child(2) {
      width: 90%;
      padding-right: 0;
      justify-items: center;
    }
    body > div.featured-slide > div.explore-moze > div:nth-child(2) a {
      font-size: 0.9rem;
      width: 80%;
      border: #000000 solid 0.8px;
    }
    body > div.featured-slide > div.explore-moze > div:nth-child(2) > a:nth-child(1) {
      width: 90%;
    }



    body > .featured-slide {
      padding: 0 1rem 0rem;
      height: fit-content;
    }


    .hamburger {
      transform: translateX(-70px);
      align-self: center;
    }

    .p2 {
      font-size: 1.3rem;
    }
    .showbox a, .showbox2 a  {
      font-size: 0.7rem;
    }

    .showbox2 img, .showbox img {
      border-radius: 1px;
    }

    .showbox-container .showbox2 { 
      border-bottom-right-radius: 1px;
      border-bottom-left-radius: 1px;
    }
    .showbox-container {
      padding: 3rem 1rem 2rem;
      background-color: #000000;
    }

  }

  .current img {
    width: 100%;
  }












.crypto_section {
  position: relative;
  padding: 3rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 0.8fr;
  grid-auto-rows: 0.3fr min-content auto;
  box-shadow: 0 0 2rem #00e7b129;
  background-color: #ffffff;
  margin: 2rem 40px 5rem;
}

.crypto_section div p {
  color: rgb(0, 0, 0);
}

.crypto_section div {
  height: min-content;
}


body > div.crypto_section > div:nth-child(1) {
  grid-area: 3 / 4 / 4 / 5;
}
body > div.crypto_section > div:nth-child(1) > p {
  font-weight: 500;
  font-size: 1.1rem;
  margin: 0 0 1.5rem;
}
body > div.crypto_section > div:nth-child(1) div {
  display: flex;
  flex-direction: row;
  align-items: center;
}
body > div.crypto_section > div:nth-child(1) div > svg {
  fill: rgb(0, 0, 0);
  margin-right: 0.5rem;
}
body > div.crypto_section > div:nth-child(1) div > a {
  color: rgb(0, 0, 0);
  opacity: 0.8;
  font-size: 0.8rem;
  width: fit-content !important;
  height: fit-content !important;
}


body > div.crypto_section > div:nth-child(2) {
  grid-area: 1 / 2 / 2 / 4;
  align-self: last baseline;
}
body > div.crypto_section > div:nth-child(2) p {
  font-size: 2.5rem;
  text-transform: uppercase;
  font-weight: 500;
  margin: 0;
  margin-left: 5%;
  margin-bottom: 1rem;
}
@media only screen and (min-device-width: 1500px) {
  body > div.crypto_section > div:nth-child(2) p {
    font-size: 3.3vw;
  }

  #work-menu > div.title {
    padding-top: 2rem;
  }
}



body > div.crypto_section > div:nth-child(4) {
  grid-area: 3 / 2 / 4 / 4;
  margin-left: 5%;
}
body > div.crypto_section > div:nth-child(4) p {
  width: 87%;
  font-size: 1.5rem;
  padding: 0.2rem 0.5rem 1rem;
  border-left: dotted 1px black;
  margin: 1rem 0 3rem;
  font-weight: 100;
}
body > div.crypto_section > div:nth-child(4) > a {
  color: #ffffff;
  padding: 0.5rem 2rem;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.337);
  border-radius: 50px;
  text-decoration: none;
  background-color: black;
  transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
body > div.crypto_section > div:nth-child(4) > a:hover{
  color: #000000;
  padding: 0.5rem 2rem;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.337);
  border-radius: 50px;
  text-decoration: none;
  background-color: #ffffff;
  transition: 1.5s cubic-bezier(0.075, 0.82, 0.165, 1);
}


body > div.crypto_section > div:nth-child(5) {
  grid-area: 1 / 4 / 3 / 5; 
}
body > div.crypto_section > div:nth-child(5) p {
  font-size: 0.8rem;
  width: 80%;
  margin-top: 2rem;
}


body > div.crypto_section > div:nth-child(6) {
  grid-area: 2 / 2 / 3 / 4;
  margin-left: 5%;
}
body > div.crypto_section > div:nth-child(6) > p {
  width: 50%;
  font-size: 0.8rem;
  font-weight: 700;
}


body > div.crypto_section > div:nth-child(7) {
  grid-area: 1 / 1 / 2 / 2;
}
body > div.crypto_section > div:nth-child(7) > p {
  font-size: 1rem;
  font-size: 400;
  text-align: center;
  margin: 0;
}



@media only screen 
and (min-device-width: 320px) 
and (max-device-width: 812px)  {
  .crypto_section {
    padding: 2.5rem 1rem 3rem;
    margin: 2rem 1rem 4rem;
    grid-template-columns: 1fr;
    grid-template-rows: min-content;
  }

  body > div.crypto_section > div.crypto_logo_slide {
    margin-bottom: 30px !important;
  }



  .crypto_logo_slide {
    grid-area: 4 / 1 / 5 / 2 !important;
  }

  body > div.crypto_section > div:nth-child(1) {
    grid-area: 7 / 1 / 8 / 2; 
  }
  body > div.crypto_section > div:nth-child(1) p {
    margin: 2rem 0 2rem;
    font-size: 1.5rem;
    font-weight: 500;
  }
  body > div.crypto_section > div:nth-child(1) > div a { 
    text-decoration: none;
  }
  body > div.crypto_section > div:nth-child(1) > div {
    color: #00000000;
    padding: 0.5rem 1rem;
    width: fit-content;
    text-decoration: none;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.337);
    border-radius: 50px;
    text-decoration: none;
    background-color: #ffffff;
    transition: 2s cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  body > div.crypto_section > div:nth-child(1) > div:hover {
    color: #ffffff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.337);
    background-color: #000000;
    transition: 2s cubic-bezier(0.075, 0.82, 0.165, 1);
  }

  body > div.crypto_section > div:nth-child(2) {
    grid-area: 1 / 1 / 2 / 2; 
  }
  body > div.crypto_section > div:nth-child(2) p {
    padding-top: 0rem;
    display: block;
    font-size: 1.8rem;
    text-align: left;
    margin-left: 0;
    font-weight: 700;
    margin-bottom: 0;
    text-decoration: underline 1px black;
    text-underline-offset: 5px;
  }

  body > div.crypto_section > div:nth-child(3) {
    grid-area: 4 / 1 / 5 / 2; 
  }
  body > div.crypto_section > div:nth-child(3) p {
    display: block;
  }

  body > div.crypto_section > div:nth-child(4) {
    grid-area: 5 / 1 / 6 / 2; 
    margin-left: 0;
  }
  body > div.crypto_section > div:nth-child(4) p {
    width: 95%;
  }

  body > div.crypto_section > div:nth-child(5) {
    grid-area: 6 / 1 / 7 / 2; 
  }
  body > div.crypto_section > div:nth-child(5) p {
    margin-top: 4rem;
  }

  body > div.crypto_section > div:nth-child(6) {
    grid-area: 2 / 1 / 3 / 2; 
    margin-left: 0;
  }
  body > div.crypto_section > div:nth-child(6) p {
    margin-left: 0;
    width: 80%;
    justify-self: left;
    margin-top: 2rem;
    font-size: 1.2rem;
    font-weight: 400;
  }

  body > div.crypto_section > div:nth-child(7) {
    grid-area: 3 / 1 / 4 / 2; 
    margin-top: 2rem;
    margin-bottom: 3rem;
  }
  body > div.crypto_section > div:nth-child(7) p {
    padding-top: 1rem;
    border-top: dashed black 1px;
    justify-self: center;
  }

}



.crypto_logo_slide {
  position: relative;
  height: 220px !important;
  overflow: hidden;
  width: 100%;
  background-color: white;
}

.crypto_logo_slide img {
  margin: 0 20%;
  position: absolute;
  height: 100%;
  width: 60%;
  opacity: 0;
  animation: slideUp 6.8s infinite cubic-bezier(0,1.12,.82,-0.1);
}

body > div.crypto_section > div:nth-child(3) {
  grid-area: 2 / 1 / 4 / 2;
  align-self: last baseline;
  margin-bottom: 60px;
}


/* Negative delays to phase animations */
.crypto_logo_slide img:nth-child(1) { animation-delay: -0s; }
.crypto_logo_slide img:nth-child(2) { animation-delay: -1.7s; }
.crypto_logo_slide img:nth-child(3) { animation-delay: -3.4s; }
.crypto_logo_slide img:nth-child(4) { animation-delay: -5.1s; }

@keyframes slideUp {
  0% {
    transform: translateY(200%);
    opacity: 0;
  }
  10% {
    transform: translateY(30%); /* Fast entry */
    opacity: 1;
  }
  
  30% {
    transform: translateY(-30%); /* Slow upward drift */
    opacity: 1;
  }

  40% {
    transform: translateY(-200%); /* Quick exit */
    opacity: 1;
  }
  100% {
    transform: translateY(-100%); /* Remain hidden */
    opacity: 0;
  }
}
















.capital_section {
  position: relative;
  display: grid;
  display: grid;
  grid-template-columns: 1.1fr 0.5fr 0.4fr;
  grid-template-rows: auto;
  box-shadow: 0 0 2rem #00e7b129;
  margin: 2rem 40px 5rem;
  height: fit-content;
}

.capital_section div a, .capital_section div p {
  color: white;
}

body > div.capital_section > div:nth-child(1) {
  grid-area: 1 / 3 / 2 / 4;
  height: fit-content;
  width: fit-content;
  justify-self: right;
  justify-items: right;
  width: 100%;
  height: 100%;
}
body > div.capital_section > div:nth-child(1) div {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 3rem 3rem 0 0;
}
body > div.capital_section > div:nth-child(1) div > svg {
  fill: rgb(255, 255, 255);
  margin-right: 0.5rem;
}
body > div.capital_section > div:nth-child(1) div > a {
  color: rgb(255, 255, 255);
  opacity: 0.8;
  font-size: 0.8rem;
  width: fit-content !important;
  height: fit-content !important;
}



body > div.capital_section > div:nth-child(2) {
  grid-area: 2 / 2 / 4 / 3;
  justify-self: center;
  width: 100%;
  align-self: center;
  align-items: center;
  justify-items: center;
  background: linear-gradient(to right, black 10%, rgba(0, 0, 0, 0.5) 50%, transparent 80%);  height: 100%;
}

body > div.capital_section > div:nth-child(2) .animation-container {
  margin: 15% 0 0;
}


body > div.capital_section > div:nth-child(3) {
  grid-area: 1 / 1 / 2 / 2;
  align-self: last baseline;
  background-color: #000000;
  padding: 3.5rem 0 0 3rem;
}
body > div.capital_section > div:nth-child(3) p {
  font-size: 2.5rem;
  text-transform: uppercase;
  font-weight: 500;
  margin: 0;
  margin-bottom: 1rem;
}
@media only screen and (min-device-width: 1500px) {
  body > div.capital_section > div:nth-child(3) p {
    font-size: 3.3vw;
  }
}



body > div.capital_section > div:nth-child(4) {
  grid-area: 2 / 1 / 3 / 2;
  background-color: #000000;
  padding-left: 3rem;
}
body > div.capital_section > div:nth-child(4) > p {
  font-size: 1.1rem;
  font-weight: lighter;
  opacity: 0.45;
  width: 80%;
  margin: 2rem 0 1rem;
}

body > div.capital_section > div:nth-child(5) {
  grid-area: 3 / 1 / 4 / 2;
  background-color: #000000;
  padding: 0 0 4.5rem 3rem;
}
body > div.capital_section > div:nth-child(5) > p {
  font-size: 1.5rem;
  font-weight: lighter;
  padding: 0rem 1rem 1.5rem;
  border-left: dashed rgba(255, 255, 255, 0.423) 1px;
  width: 90%;
  margin-bottom: 4rem;
}

body > div.capital_section > div:nth-child(5) > a {
  color: #ffffff;
  padding: 0.4rem 1rem 0.5rem 1rem;
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.4);
  border-radius: 50px;
  text-decoration: none;
  background-color: rgb(0, 0, 0);
  transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}

body > div.capital_section > div:nth-child(5) > a:hover {
  color: rgb(0, 0, 0);
  background-color: rgb(255, 255, 255);
  transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}


body > div.capital_section > div:nth-child(6) {
  grid-area: 2 / 3 / 4 / 4;
  justify-items: right;
  align-self: center;
  padding-right: 3rem;
  height: 100%;
}
body > div.capital_section > div:nth-child(6) p {
  text-align: right;
  margin-top: 70%;
  width: 200px;
  font-size: 0.8rem;
  font-weight: 600;
  color: rgb(255, 255, 255);
}


body > div.capital_section > div:nth-child(7) {
  justify-items: center;
  grid-area: 1 / 2 / 2 / 3;
  padding-top: 3rem;
  background: linear-gradient(to right, black 10%, rgba(0, 0, 0, 0.5) 50%, transparent 80%);
}

body > div.capital_section > div:nth-child(7) > p {
  text-transform: uppercase;
  text-align: left;
  width: 80%;
  margin-top: 0;
}


@media only screen 
and (min-device-width: 320px) 
and (max-device-width: 812px)  {

  .capital_section {
    padding: 2.5rem 1rem 2rem;
    margin: 2rem 1rem 4rem;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    background-color: rgba(0, 0, 0, 0.4);
  }

  body > div.capital_section > div {
    padding: 0 !important;
    background: none !important;
  }

  body > div.capital_section > div:nth-child(1) {
    grid-area: 7 / 1 / 8 / 2;
    padding: 1rem !important;
    width: 100%;
    justify-self: center;
  }
  
  body > div.capital_section > div:nth-child(2) {
    grid-area: 3 / 1 / 4 / 2;
    padding: 0.5rem 1rem 2rem !important;
    width: 100%;
    height: fit-content;
    justify-self: center;
  }

  body > div.capital_section > div:nth-child(5) > p {
    margin-top: 0;
  }
  
  body > div.capital_section > div:nth-child(3) {
    grid-area: 1 / 1 / 2 / 2;
  }
  body > div.capital_section > div:nth-child(3) p {
    margin-top: 1.5rem;
    font-size: 2.9rem;
    font-weight: 300;
  }
  body > div.capital_section > div:nth-child(1) > div {
    padding: 0;
    justify-self: left;
    margin-top: 3rem;
    margin-bottom: 1rem;
    opacity: 0.8;
  }
  
  body > div.capital_section > div:nth-child(4) {
    grid-area: 2 / 1 / 3 / 2;
    padding: 1rem !important;
    width: 100%;
    justify-self: center;
  }
  body > div.capital_section > div:nth-child(4) > p {
    font-size: 0.9rem;
    width: 100%;
    opacity: 1;
    padding-bottom: 1rem;
    margin-bottom: 0;
    border-bottom: dashed 1px rgba(255, 255, 255, 0.49);
    width: 100%;
  }
  
  body > div.capital_section > div:nth-child(5) {
    margin-top: 2rem;
    grid-area: 4 / 1 / 5 / 2;
    padding: 0rem 1rem 3rem !important;
    width: 100%;
    justify-self: center;
  }

  body > div.capital_section > div:nth-child(6) > p {
    text-align: left;
    justify-self: left;
    width: 90%;
    margin: 0;
    padding: 1rem !important;
    width: 100%;
    justify-self: center;
    background: linear-gradient(to right, rgb(0, 0, 0, 0.8), rgba(0, 0, 0, 0) 70%) !important;
  }
  
  body > div.capital_section > div:nth-child(7) > p {
    width: 90%;
    justify-self: left;
  }

  body > div.capital_section > div:nth-child(6) {
    grid-area: 5 / 1 / 6 / 2;
  }

  body > div.capital_section > div:nth-child(7) {
    grid-area: 6 / 1 / 7 / 2;
    padding: 1rem !important;
    width: 100%;
    justify-self: center;
  }
  
}

















.insights_slide {
  position: relative;
  margin: 0rem 40px 10rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: min-content;
  grid-column-gap: 40px;
  grid-row-gap: 0px;
  height: fit-content;
}

body > div.insights_slide > div img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
  aspect-ratio: 1/1;
}

.insights_slide > div {
  padding: 25px 30px 13px;
  background-color: black;
  justify-items: left;
  color: white;
  text-decoration: none;
  width: fit-content;
}

.insights_slide > div > p {
  color: white;
}

body > div.insights_slide > div > p:nth-child(1) {
  width: 100%;
  font-size: 1.97rem;
  font-weight: 100;
  text-transform: uppercase;
  margin: 0;
  padding-bottom: 0.5rem;
  border-bottom: rgba(255, 255, 255, 0.7) 1px dashed;
  margin-bottom: 2rem;
}

body > div.insights_slide > div > p:nth-child(3) {
  font-size: 12px;
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-weight: 600;
}

body > div.insights_slide > div > div > p {
  font-size: 0.8rem;
  font-weight: 300;
  text-decoration: underline dotted rgba(255, 255, 255, 0.7) 1px;
  text-underline-offset: 2px;
}

body > div.insights_slide > div > div {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 10%;
}

body > div.insights_slide > div > div > div {
  display: flex;
  flex-direction: row;
  width: fit-content;
  height: fit-content;
  justify-content: space-between;
  align-items: center;
}
body > div.insights_slide > div > div > div > a {
  font-size: 15px;
  color: white;
  opacity: 0.8;
  width: fit-content !important;
  height: fit-content !important;
  text-underline-offset: 2px;
}
body > div.insights_slide > div > div > div > svg {
  fill: white;
  margin-right: 10px;
}

body > div.insights_slide > div:nth-child(1) {
  box-shadow: 0 0 2rem #00e7b123;
  grid-area: 1 / 1 / 2 / 4;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.724), transparent);
  padding: 3rem 0rem 3rem;
  justify-items: left;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  display: none;
}

body > div.insights_slide > div:nth-child(1) > p:nth-child(2) > a {
  font-weight: 400;
  color: white;
  opacity: 0.8;
}

body > div.insights_slide > div:nth-child(1) > p:nth-child(2) {
  width: 290px;
  font-size: 13px;
  margin: 0 2rem 0 0;
  text-align: right;
  height: fit-content;
}

body > div.insights_slide > div:nth-child(1) p:nth-child(1) {
  font-size: 3.5rem;
  font-weight: 100;
  margin: 0;
  border-bottom: none;
  margin-left: 2rem;
  height: fit-content;
  padding-bottom: 0;
}


body > div.insights_slide > div:nth-child(2) {
  grid-area: 2 / 1 / 3 / 2;
}


body > div.insights_slide > div:nth-child(3) {
  grid-area: 2 / 2 / 3 / 3;
}


body > div.insights_slide > div:nth-child(4) {
  grid-area: 2 / 3 / 3 / 4;
}


body > div.insights_slide > div:nth-child(5) {
   grid-area: 3 / 1 / 4 / 4;
}

@media only screen 
and (min-device-width: 320px) 
and (max-device-width: 812px)  {
  .insights_slide {
    position: relative;
    margin: 20px 1rem 60px;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: min-content;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    height: fit-content;
  }
  body > div.featured-slide >div {
    background: linear-gradient(180deg, rgb(255, 255, 255) 50%, black 50%, transparent) !important;
  }

  body > div.featured-slide > div {
    flex-direction: column !important;
    padding: 2rem 0 2.5rem !important;
  }

  body > div.featured-slide > div > p.text {
    font-size: 2.35rem;
    margin: 0;
  }
  
  body > div.insights_slide > div:nth-child(1) p:nth-child(1) {
    font-size: 2.35rem;
    margin: 0;
  }

  body > div.featured-slide > div > p:nth-child(2) {
    margin: 2rem 0 0 20px !important;
    text-align: left !important;
    align-self: flex-start !important;
    font-size: 11.5px !important;
    color: #b8b8b8 !important;
    font-weight: 100 !important;
  }

  body > div.featured-slide > div > p:nth-child(2) > a  {
    opacity: 0.8;
    text-decoration: underline dotted 1px rgba(255, 255, 255, 0.6);
    text-underline-offset: 2px;
  }

  body > div.insights_slide > div:nth-child(2) {
    grid-area: 2 / 1 / 3 / 2;
  }

  body > div.insights_slide > div:nth-child(3) {
    grid-area: 3 / 1 / 4 / 2;
  }

  body > div.insights_slide > div:nth-child(4) {
    grid-area: 4 / 1 / 5 / 2;
  }

  body > div.insights_slide > div:nth-child(3) > p:nth-child(1) {
    width: 100%;
  }

  body > div.insights_slide > div > p:nth-child(1) {
    font-size: 1.6rem;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0;
    padding-bottom: 0.5rem;
    border-bottom: rgba(255, 255, 255, 0.7) 1px dashed;
    margin-bottom: 2rem;
  }

  .insights_slide div {
    padding-bottom: 5px;
  }
}


body > div.featured-slide >div {
  box-shadow: 0 0 2rem #00e7b123;
  grid-area: 1 / 1 / 2 / 4;
  background: linear-gradient(90deg, rgb(255, 255, 255) 50%, black 50%, transparent);
  padding: 3rem 0rem 3rem;
  justify-items: left;
  width: 100%;
  display: flex;
  position: relative;
  flex-direction: row;
  justify-content: space-between;
  align-self: center;
  align-items: center;
}

body > div.featured-slide > div > p:nth-child(2) {
  width: 290px;
  font-size: 13px;
  margin: 0 2rem 0 0;
  text-align: right;
  height: fit-content;
  color: white;
  font-weight: 300;
}

body > div.featured-slide > div > p:nth-child(2) > a {
  color: white;
  text-decoration: dotted rgba(255, 255, 255, 0.686) underline;
  text-underline-offset: 2px;
  opacity: 0.6;
}


body > div.featured-slide > div > p {
  font-size: 3.7rem;
  font-weight: 500;
  margin-left: 2rem;
}




































  .bottom-slide {
    box-shadow: 0 0 2rem #00e7b129;
    max-width: 100%;
    margin: 0 40px 10rem;
    height: fit-content;
    background-color: #fff;
    position: relative;
    display: flex;
    padding: 1.5rem 3rem 3rem;
    overflow-x: hidden;
  }

  div.bottom-slide > div > div {
    margin-bottom: 1%;
    display: flex;
    align-items: center;
  }

  div.bottom-slide > div > div > p {
    margin: 0;
    font-size: 5.3vw;
    width: 100%;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 400;
    position: relative;
  }
  body > div.bottom-slide > div > p:nth-child(3) {
    font-size: 5.4vw;
    margin: 0;
    width: 100%;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 400;
    transition: cubic-bezier(.1,.5,.5,1) 0.5s;
  }
  #contact.in-view {
    margin-left: 0; /* Final margin when in view */
    transition: all 0.1s ease-in-out;
  }

  .bottom-slide > div {
    justify-content: center;
    flex-direction: column;
    display: flex;
    max-width: 100%;
  }


  #Layer_1-btt {
    height: 3.5rem;
    padding: 0 10px;
  }
  @keyframes bounce {
    0%, 100% {
      transform: translateY(-10px);
    }
    50% {
      transform: translateY(10px);
    }
}

  body > div.bottom-slide > div > div > div {
    width: 50%;
    display: flex;
    align-items: center;
    height: 100%;
  }

  body > div.bottom-slide > div > div > div > span {   
    background-color: #000000;
    width: 0.5px;
    height: 80px;
    width: 1px;
    margin: 0 2% 0 0;
  }

  body > div.bottom-slide > div > div > div a {
    width: 40%;
    display: flex;
    height: fit-content;
    font-size: 1vw;
    text-decoration: none;
    color: #000000;
    align-items: center;
    height: 50%;
  }

  #click-graphic > img {
    height: 100px;
    width: auto;
  }

  body > div.bottom-slide > img {
    animation: bounce 1s infinite;
    height: 180px;
    align-self: center;
  }

  @media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 812px)  {

    body > div.bottom-slide {
      margin: 0 1rem 5rem;
      padding: 1rem;
      height: fit-content;
    }
    body > .bottom-slide > div {
      justify-content: flex-start;
    }
    body > div.bottom-slide > div > div {
      display: flex;
      flex-direction: column;
    }
    body > div.bottom-slide > div > div > div a {
      font-size: 0.6rem !important;
    }
    body > div.bottom-slide > div > div > p {
      font-size: 2.2rem;
      padding: 1rem 0 0.5rem;
      margin-right: 0;
      text-align: left;
      width: fit-content;
      align-self: flex-start;
      font-weight: 500;
    }
    body > div.bottom-slide > img {
      width: 5%;
      height: auto;
    }
    body > div.bottom-slide > div > p:nth-child(1),
    body > div.bottom-slide > div > h1:nth-child(1) {
      font-size: 0.6rem;
    }
    body > div.bottom-slide > div > p:nth-child(3) {
      padding-top: 1rem;
      white-space: pre-line;
      font-size: 2.1rem;
      font-weight: 400;
    }

    #click-graphic img {
      margin-left: 10%;
    }

    body > div.bottom-slide > img {
      align-self: last baseline;
      margin-bottom: 13%;
    }

    #click-graphic {
      width: 100%;
    }
  }

























  .slide-123 {
    display: flex;
    flex-direction: row;
    padding: 2rem;
    background-color: #000000;
    position: relative;
    margin: 2rem 40px 5rem;
    align-items: center;
    justify-content: space-evenly;
    box-shadow: 0 0 2rem #00e7b129;
  }

  body > div.slide-123 > div {
    color: #fff;
    width: 20%;
    padding-left: 1rem;
    border-left: #fff solid 1px;
    height: 40rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .slide-123 div div svg {
    fill: #fff;
    width: 65%;

  }

  body > div.slide-123 >div  p {
    margin-top: 0.8rem;
  }

  .slide-123 a {
    color: white;
    margin-top: 1rem;
    display: block;
    opacity: 1;
    font-size: 1.4rem;
  }

  .slide-123 div ul {
    padding: 0;
  }

  #work-menu > div > a:nth-child(1) {
    margin-bottom: 0;
  }

  .slide-123 div ul li {
    list-style-type: none;
    font-size: 1.3rem;
    text-transform: uppercase;
    margin-bottom: 5px;
  }

  @media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 812px)  {
    .slide-123 {
      flex-direction: column;
      padding: 2rem 2rem;
      margin: 1rem 1rem 5rem;
    }
    body > div.slide-123 > div {
      width: 100%;
      font-size: 0.8rem;
      height: 30rem;
      margin-bottom: 3rem;
    }

    #pulse-wave > canvas {
      left: -26px !important;
    }
  
    body > div.slide-123 > div:nth-child(2) {
      height: 22rem;
    }
    body > div.slide-123 >div p {
      margin-top: 1rem;
    }
    .slide-123 div div svg {
      width: 45%;
    }
    body > div.slide-123 > div:nth-child(3) {
      margin-bottom: 0;
    }
  }











  .text {
    font-weight: normal;
    margin: 0;
    margin-left: 12%;
    font-size: 10vw;


    color: rgba(0, 0, 0, 0.4);
    background: linear-gradient(to right, #1ce3b4, #000000) no-repeat;
    -webkit-background-clip: text;
    background-clip: text;
    background-size: 0%;
    transition: background-size cubic-bezier(.1,.5,.5,1) 0.5s;
      
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    position: relative;
  }












 .abt-sections {
  position: relative;
  padding: 0 1rem 3rem;
 }

 .founded {
  box-shadow: 0 0 2rem #00e7b129;
  background-color: rgb(0, 0, 0);
  padding: 1rem;
  display: flex;
  align-items: flex-start;
  color: #fff;
  flex-direction: column;
 }

 body > div.abt-sections > div > p:nth-child(1) > a {
  color: white;
  opacity: 0.8;
  font-size: 0.8rem;
  width: fit-content !important;
  height: fit-content !important;
 }

 .founded p:nth-child(1) {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 0.8rem;
  font-weight: lighter;
  opacity: 0.9;
  border-top: 1px solid rgb(255, 255, 255);
  padding-top: 1.5rem;
  width: 100%;
 }

.founded p svg {
  fill: white;
  margin-right: 0.5rem;
}

.founded p:nth-child(2) {
  font-size: 1.6rem;
  text-transform: uppercase;
  font-weight: 300;
  margin: 0 0 2rem;
}

.founded div:nth-child(3) {
  width: 80%;
  font-size: 0.9rem;
  text-transform: uppercase;
  margin-bottom: 2rem;
  padding-left: 0.4rem;
  border-left: dotted white 1px;
}

body > div.abt-sections > div > div > p {
  height: fit-content;
  margin-bottom: 1rem !important;
}

.founded p:nth-child(4) {
  font-size: 0.83rem;
  font-weight: 600;
}.founded video,
.founded img.media-still {
  width: 100%;
  margin: 1rem 0 1rem;
  border-radius: 2px;
  box-shadow: 0 0 20px #0000004d;
  width: 100%;
  height: 100%;
}

body > div.abt-sections > div > a {
  margin-top: 1rem;
  font-size: 0.7rem;
  font-weight: lighter;
  opacity: 0.9;
  color: white;
  width: 60%;
}

body > div.abt-sections > div > div > a {
  color: white;
}body > div.abt-sections > div:nth-child(2) > video,
body > div.abt-sections > div:nth-child(2) > img.media-still {
  padding-bottom: 1.5rem;
  border-bottom: dotted white 1px;
  margin-bottom: 0;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 812px) {
  .abt-sections {
    padding-bottom: 0;
  }
}

@media only screen and (min-device-width: 800px) {
  .abt-sections {
    padding: 0rem 40px 3rem;
  }

  .founded {
    padding: 3rem;
    display: grid;
    grid-template-columns: 0.25fr 0.3fr 0.7fr 0.5fr;
    grid-template-rows: repeat(1, 0.5, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .founded p:nth-child(1) {
    grid-area: 1 / 1 / 4 / 2;
    border-top: none;
    padding: 0;
    margin: 0;
    height: 2rem;
  }

  body > div.abt-sections > div > div > p {
    height: fit-content !important;
    opacity: 0.6 !important;
    font-size: 1
  }

  .founded p:nth-child(2) {
    grid-area: 1 / 2 / 2 / 4;
    font-size: 2.4rem ;
    margin-bottom: 1rem ;
  }

  .founded div:nth-child(3) {
    font-size: 1.1rem;
    text-transform: uppercase;
    margin-bottom: 2rem;
    grid-area: 2 / 2 / 3 / 4;
    margin-top: 1rem;
    max-width: 600px;
  }

  .founded div:nth-child(3) H3 {
    font-weight: 200;
  }

  .founded p:nth-child(4) {
    font-size: 0.83rem;
    font-weight: 600;
    grid-area: 3 / 2 / 4 / 4;
    width: 60%;
    max-width: 470px;
  }

  body > div.abt-sections > div > a {
    grid: 3 / 2 / 4 / 4;
    margin-left: 100%;
    width: 200%;
    margin-top: 0.5rem;
  }

  body > div.abt-sections > div > div:nth-child(5) {
    grid-area: 3 / 4 / 4 / 5;
    width: 80%;
    margin-top: 0;
    max-width: 280px;

  }.founded video,
.founded img.media-still {
    height: fit-content;
    grid-area: 1 / 4 / 3 / 5;
    margin-top: 0.5rem;
    width: 95%;
    justify-self: left;
  }
}

@media only screen and (min-device-width: 1500px) {
  .founded p:nth-child(2) {
    font-size: 3vw;
    width: 90%;
  }
}














































@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.footer-container {
  color: #fff;
  height: fit-content;
  max-width: 100%;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background: linear-gradient(-45deg, #ffffff00, #ffffff04, #ffffff00);
  background-size: 400% 400%;
  animation: gradient 8s ease infinite;
  border-top: 1px solid rgb(0, 0, 0);  
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr auto;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  font-size: 12px;
  padding: 6rem 6rem 0rem;
  position: relative;
  bottom: 0;
}


.footer-col {
  width: 30%;
}

.first-footer-col p {
  height: min-content !important;
}

body > div.footer-container > div:nth-child(3) {
  grid-area: 3 / 1 / 4 / 3;
}


.first-footer-col {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: left;
  height: 100%;
}

body > div.footer-container > div.first-footer-col > div {
  display: flex;
  flex-direction: row;
  justify-content: left;
  align-items: center;
}

body > div.footer-container > div.first-footer-col > div > p {
  font-size: 3.7rem;
  margin: 0;
  margin-left: 1rem;
  font-weight: 400;
  margin-bottom: 11px;
}

body > div.footer-container > div.first-footer-col > div > svg {
  width: 80px;
  height: auto;
}

.first-footer-col :nth-child(2) {
  font-size: 1.5rem;
  width: 90%;
  text-transform: uppercase;
  margin-top: 3rem;
  margin-bottom: 1rem;
}
.first-footer-col :nth-child(3) {
  color: #9a9a9a;
  padding-bottom: 0rem;
  padding-top: 30px;
}
.cc {
  color: #9a9a9a;
  justify-self: left;
  margin-top: 20%;
}
.first-footer-col p span img {
  height: 50px;
  padding-right: 25px;
  position: relative;
  bottom: -4px;
}
.first-footer-col a {
  font-size: 14px;
  cursor: none;
  transition: ease-in-out;
  padding-bottom: 10px;
}

body > div.footer-container > div:nth-child(3) > p {
  margin-top: 4rem;
  margin-bottom: 2rem;
  width: 90%;
  text-align: center;
  justify-self: center;
  font-size: 10px;
  color: #9a9a9a;
}

body > div.footer-container > div.first-footer-col > p:nth-child(5) {
  margin-top: 2rem;
  font-size: 11px;
  opacity: 0.9;
  width: 95%;
  max-width: 600px;
}

body > div.footer-container > div.first-footer-col > p:nth-child(6) {
  width: 60%;
  font-size: 11px;
  font-weight: 400;
opacity: 0.9;
max-width: 500px;
}


.footer-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 80%;
  align-content: baseline;
  height: fit-content;
  grid-area: 1 / 2 / 3 / 3;
  justify-self: right;
}

.footer-col p {
  font-size: 1rem;
  padding-bottom: 0px;
}
.footer-col a {
  font-size: 15px;
  text-decoration: none;
  color: #ffffff;
  padding-bottom: 7px;
  display: block;
  cursor: none;
}


.footer-col-2 {
  width: fit-content;
  justify-items: right;
}

.footer-col-2 a {
  font-size: 0.9rem;
  opacity: 0.7;
}

div.footer-col.footer-col-2 > a {
  margin-bottom: 2rem;
}

.img-col {
  display: flex;
  flex-direction: column;
  text-align: center;
}

.img-col a svg {
  height: 20px;
  width: auto;
  margin-bottom: 2rem;
  fill: #ffffff;
  transition: ease 0.3s;
}
.img-col a svg:hover {  
  fill: #00e7b1;
  transition: ease 0.3s;
}

body > div.footer-container > div.footer-row > div.footer-col.social-col > p {
  margin-bottom: 4rem;
}

body > div.footer-container > div.footer-row > div.footer-col.footer-col-2 > p {
  margin-bottom: 3rem;
}

.social-col {
  text-align: center;
}

@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 2) {
    .footer-container {
      display: flex;
      flex-direction: column;
      height: fit-content;
      padding: 3rem 0 1rem;
      align-items: center !important;
    }

    body > div.footer-container > div:nth-child(3) {
      display: flex;
      flex-direction: column;
      align-items: center;
    }

    .first-footer-col {
      align-content: center;
      display: flex;
      flex-direction: column;
    }
    .footer-col-2 {
      width: 100%;
      text-align: right;
      align-items: center;
      display: flex;
      flex-direction: column;
    }
    .footer-col-2 :nth-child(3) {
      width: 100%;
      text-align: center;
    }

    body > div.footer-container > div.footer-row > div.footer-col.social-col > p {
      margin-bottom: 2rem;
      font-size: 1.2rem !important;
      font-weight: 400 !important;
    }


    .footer-row {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      grid-template-rows: min-content;
      grid-column-gap: 0px;
      grid-row-gap: 0px;
      width: 90%;
      justify-items: center;
    }
    .address {
      display: flex;
      flex-direction: column;
      width: 100%;
      align-items: center;
    }
    .address :nth-child(1) {
      grid-column: 1 / span 2;
    }
    .address p {
      text-align: center;
      margin-top: 0;
      margin-bottom: 0.5rem;
    }
    .addressp {
      width: 100%;
    }
    body > div.footer-container > div.footer-row > div.footer-col.address > p:nth-child(7), body > div.footer-container > div.footer-row > div.footer-col.address > p:nth-child(5), body > div.footer-container > div.footer-row > div.footer-col.address > p:nth-child(3) {
      margin-bottom: 2.5rem;
      font-size: 12px !important;
    }

    body > div.footer-container > div.footer-row > div.footer-col.footer-col-2 {
      width: 80%;
      justify-self: right;
      margin-right: 10%;
    }

    .footer-col-2 a {
      font-size: 14px;
      margin-bottom: 2.5rem;      
    }

    body > div.footer-container > div.footer-row > div.footer-col.footer-col-2 > p {
      margin-bottom: 4rem;
    }

    body > div.footer-container > div.footer-row > div.footer-col.footer-col-2 > p, body > div.footer-container > div.footer-row > div.footer-col.address > p:nth-child(1), body > div.footer-container > div.footer-row > div.footer-col.social-col > p {
      margin-top: 0;
      font-size: 1.1rem;
      font-weight: 500;
    }

    .cc {
      display: none;
    }

    .cc2 {
      display: block;
      margin-top: 5rem !important;
      margin-bottom: 0 !important;
    }

    .first-footer-col {
      padding-bottom: 8rem;
      width: 90%;
      align-self: center;
    }
    .first-footer-col :nth-child(3) {
      padding: 0 0 10px;
    }

    body > div.footer-container > div.footer-row > div.footer-col.social-col {
      padding-top: 3rem;
      display: flex;
      flex-direction: column;
      grid-area: 2 / 1 / 3 / 3;
      width: 100%;
    }

    body > div.footer-container > div.footer-row > div.footer-col.social-col > div {
      flex-direction: row;
      justify-content: space-between;
      width: 80%;
      justify-self: center;
      align-self: center;
    }
    .img-col a svg {
      height: 30px;
    }


    body > div.footer-container > div.footer-row > div.footer-col.social-col > p {
      grid-area: 1 / 1 / 2 / 6;
    }
 
  }

  body > div.footer-container > div.footer-row > div.footer-col.address > p:nth-child(1) {
    margin-bottom: 3rem;
  }


  .addressp {
    opacity: 0.7;
    font-size: 0.9rem !important;
    margin-bottom: 2rem;
  }































  

/* The homepage brand line is an <h1> so the document has exactly one real
   heading for search engines. It previously rendered as a plain <p>; these are
   the values it computed to, restated so the h1 looks identical. */
body > div.bottom-slide > div > h1 {
  font-size: 16px;
  font-weight: 100;
  margin: 16px 0;
  font-family: "Plus Jakarta Sans", sans-serif;
}
