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;
}

.overlay{
  position:absolute;
  width:100vw;
  height:100vh;
  transition: 0.5s ease-in-out;
}
.hero{
  position: fixed;
  top: 0;
  right: 0;
  display:flex;
  justify-content:center;
  align-items:center;
  max-width:100%;
  height:100vh;
  transition: 0.5s ease-in-out;
  background-image:url('https://i.picsum.photos/id/100/2500/1656.jpg?hmac=gWyN-7ZB32rkAjMhKXQgdHOIBRHyTSgzuOK6U0vXb1w');
  background-position:center
}

.hero:after{
  content:"";
  background-image:url("https://upload.wikimedia.org/wikipedia/commons/7/76/1k_Dissolve_Noise_Texture.png");
  height: 300%;
  width: 300%;
  position: fixed;
  opacity:0.05;
   animation: animateGrain 8s steps(10) infinite;
}

@keyframes animateGrain{
  0%, 100% { transform:translate(0, 0) }
  10%{
    transform:translate(-5%,-10%)
  }
  20%{
    transform:translate(-15%,-20%)
  }
  30%{
    transform:translate(-5%,-10%)
  }
  40%{
    transform:translate(-15%,-20%)
  }
  
  50%{
    transform:translate(-5%,-10%)
  }
  60%{
    transform:translate(-15%,-20%)
  }
  70%{
    transform:translate(-5%,-10%)
  }
  80%{
    transform:translate(-15%,-20%)
  }
  90%{
    transform:translate(-5%,-10%)
  }
  100%{
    transform:translate(-15%,-20%)
  }
 
}

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


#cursor {
background-color: rgb(255, 255, 255);
border-radius: 25px;
height: 10px;
width: 10px;
box-shadow: 0px 0px 20px rgb(255, 255, 255);  
display: block;
position: absolute;
pointer-events: none;
top: 0;
left: 0;
margin: -5px;
z-index: 10;
filter: grayscale(100%);
mix-blend-mode: difference;
z-index: 9999;
}

a:hover #cursor {
height: 20px !important;
width: 20px !important;
}

.book {
background: linear-gradient(45deg, #6c0000, #d20707);
color: rgb(0, 0, 0) !important;
transition: 0.5s ease-in-out;
padding: 1px 3px;
border-radius: 1px;
}
.book:hover {
background-color: #d2070782;
transition: 0.5s ease-in-out;
opacity: 0.75 !important;
box-shadow: 0 0 15px #d20707;
opacity: 0.3 !important;
padding: 3px 6px;
}

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



.first-slide {
max-width: 100%;
min-height: 100vh;
transition: 0.5s ease-in-out;
display: flex;
flex-direction: column;
justify-content: space-between;
}



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

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

.header-logo {
width: 50px;
height: 50px;
fill: white;
transition: ease-in-out 2s;
}
.header-logo:hover {
fill: #d20707;
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);
margin-left: 10vw;
}

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

body > header > div > div.head-col a {
justify-content: space-between;
}


.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: #d20707;
box-shadow: 0 0 5px #d20707;
}

.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 .featured-slide {
    padding-bottom: 10rem;
  }

  .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 {
    max-width: 55%;
    text-align: left;
    justify-content: left;
  }

  body > div.first-slide > div.title > div.text-col > p {
    margin-top: 0;
  }
  
  .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;
}

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




.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 {
      flex-direction: column;
      align-items: center;
      padding: 0 0 0;
    }
    .moze-text-mb p {
      font-size: 7rem;
    }

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

    body > header > div > div.head-col.c1 {
      margin-left: 6.9vw;
    }

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

    body > div.first-slide > div.bottom-nav {
      padding: 20px 10px;
    }
    
    body > div.first-slide > div.bottom-nav > img.arrow {
      padding: 7.915px;
    }
    body > div.first-slide > div.bottom-nav > div a {
      font-size: 0.6rem;
    }


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

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

    .head-col, .head-col2 {
      max-width: 90px;
      margin-left: 6%;
    }

    body > div.first-slide > div.bottom-nav > div:nth-child(3) > a.jumble.freelance {
      max-width: 70px;
      height: 37px !important;
    }
    body > div.first-slide > div.bottom-nav > div:nth-child(2) > a {
      max-width: 70px;
    }

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

  @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);
    font-weight: lighter;
    margin: 0;
    animation: blurAnimation 10s infinite;
    display: flex;
    white-space: nowrap;
    width: 100%;
    font-weight: 250;
  }
@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: 10px 0 0 50px;
}







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

.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.02);
  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: 60vh;
  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: flex;
  flex-direction: row;
  justify-content: space-between;
  font-size: 12px;
  padding: 6rem 6rem;
  margin-bottom: 2rem;
  position: relative;
}


.footer-col {
  width: 30%;
}


.first-footer-col {
  width: 45%;
}
.first-footer-col :nth-child(1) {
  font-size: 60px;
  margin: 0;
  font-weight: 350;
}
.first-footer-col :nth-child(2) {
  font-size: 1.5rem;
  width: 90%;
}
.first-footer-col :nth-child(3) {
  color: #9a9a9a;
  padding-bottom: 30px;
}
.cc {
  position: absolute;
  bottom: 40px;
  color: #9a9a9a;
}
.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;
}


.footer-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 40%;
  align-content: baseline;
  height: fit-content;
}

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

.footer-col-2 :nth-child(3) {
  padding: 0;
}
.footer-col-2 {
  width: fit-content;
}

.footer-col-2 a {
  font-size: 0.9rem;
  text-align: right;
  padding-bottom: 1rem;
  opacity: 0.65;
}

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

.social-icon {
  height: 20px;
  margin-bottom: 18px;
  fill: #ffffff;
  transition: ease 0.3s;
}
.social-icon:hover {  
  fill: #d20707;
  transition: ease 0.3s;
}

.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 {
      flex-direction: column;
      height: fit-content;
      padding: 5rem 0 6rem;
    }
    .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;
    }


    .footer-row {
      width: 100%;
      display: grid;
      grid-template-columns: 1fr 1fr; /* Two columns, each taking up half of the width */
      grid-template-rows: 1 1; /* Two rows, automatically sized */
      grid-gap: 10px; /* Gap between grid items */
      position: relative; 
      justify-items: center;
      padding-right: 0;
    }
    .address {
      grid-column: 1 / span 2; 
      grid-row: 2;     
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-template-rows: auto;
      width: 100%;
      justify-items: center;

    }
    .address :nth-child(1) {
      grid-column: 1 / span 2;
    }
    .address p {
      text-align: center;
    }
    .addressp {
      max-width: 75%;
    }
    .cc {
      align-self: center !important;
    }

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


  .addressp {
    opacity: 0.65;
    font-size: 0.9rem !important;
  }





















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

.explore-moze {
  display: flex;
  flex-direction: row;
  background-color: #fff;
  padding: 1rem;
  margin-bottom: 4rem;
  padding: 2rem 0 2rem;
  height: fit-content;
  width: 100%;
  justify-content: space-between;
}

.bottom-slide {
  
}

.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 only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 2) {

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

    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%;
    }

    .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 > div.featured-slide > div > div:nth-child(2) {
      margin-left: 0 !important;
    }

    .text {
      margin-left: 1.1% !important;
    }



    body > .featured-slide {
      padding: 0 1rem 0.5rem;
      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;
    }

  }


































  .bottom-slide {
    max-width: 100%;
    margin: 3rem 40px 7rem;
    height: fit-content;
    background-color: #000000;
    position: relative;
    display: flex;
    padding: 2rem 3rem 3rem;
    overflow-x: hidden;
    color: #ffffff;
  }

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

  div.bottom-slide > div > div > p {
    margin: 0;
    font-size: 6.1vw;
    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: 6.1vw;
    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;
    fill: #000000;
  }

  #Layer_1-btt path {
    fill: rgb(255, 255, 255);
  }

  #Layer_1-btt > g > polygon {
    fill: rgb(255, 255, 255);
  }

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

#click-graphic {
  background-color: #fff;
  width: 32rem;
  margin-right: 3rem;
  padding: 1% 0;
}

  body > div.bottom-slide > div > div > div {
    width: fit-content;
    display: flex;
    height: fit-content;
    align-items: center;
    justify-content: space-around;
  }

  body > div.bottom-slide > div > div > div > span {    height: fit-content;
    background-color: #ffffff;
    width: 0.5px;
    height: 70px;
    margin: 0 2% 0 0;
  }

  body > div.bottom-slide > div > div > div a {
    width: 40%;
    display: flex;
    height: fit-content;
    font-size: 0.8vw;
    text-decoration: none;
    color: #ffffff;
  }

  .bottom-slide img {
    animation: bounce 1s infinite;
    height: 30vh;
    align-self: center;
    filter: invert(100%) brightness(150%) hue-rotate(270deg) saturate(300%);
  }

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

    #click-graphic {
      width: 80%;
      align-self: flex-start;
      padding: 2% 0% 2% 1.5%;
      background-color: white;
      border-radius: 3px;
    }

    body > div.bottom-slide > div > div > div a {
      width: 50%;
    }

    body > div.bottom-slide {
      margin: 0 1rem 3rem;
      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: 3.4rem;
      padding-bottom: 1.5rem;
      margin-right: 0;
      text-align: right;
    }
    body > div.bottom-slide > img {
      width: 5%;
      height: auto;
    }
    body > div.bottom-slide > div > p:nth-child(1) {
      font-size: 0.6rem;
    }
    body > div.bottom-slide > div > p:nth-child(3) {
      padding-top: 1rem;
      font-size: 3.4rem;
      white-space: pre-line;
      font-size: 1.9rem;
    }
  }

















































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


    color: rgba(0, 0, 0, 0.4);
    background: linear-gradient(to right, #d20707, #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;
  }




  
  .text-sol {
    font-weight: normal;
    margin: 0;  
    font-size: 1200%;
      letter-spacing: -0.11em;

    color: #ffffff2f;
    background: linear-gradient(to right, #ffffff, #a0020f) 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;
    padding: 0 3rem 0 1rem;
  }

  div.first-slide.sol > div > span:nth-child(2), div.first-slide.sol > div > span:nth-child(1){
      display: block;
  }

  div[class='first-slide sol'] p:nth-child(1) {
    margin-bottom: 0.3rem;
  }

.first-slide.sol {
  justify-content: flex-end;
  margin: 0 2rem;
}

.first-slide.sol div div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body > div.first-slide.sol > div > div:nth-child(1) {
  width: 80%;
}
body > div.first-slide.sol > div > div:nth-child(1) p {
  font-size: 0.7rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0;
  backdrop-filter: blur(10px);
  width: fit-content;
  height: fit-content !important;
background: linear-gradient(-45deg, #23a5d525, #ffffff05, #3abaff48, #ffffff05);
background-size: 400% 400%;
animation: gradient 5s ease infinite;
  padding: 5px 8px;
  border-radius: 3px;
}
body > div.first-slide.sol > div > div:nth-child(3) > p {
  font-size: 1.2rem;
  background: none;
  margin: none;
}

body > div.first-slide.sol > div > div:nth-child(1) > p:nth-child(3) {
  width: fit-content !important;
}

body > div.first-slide.sol > div > div:nth-child(3) {
  width: 95%;
  margin-top: 3%;
}

.first-slide.sol div div p, .first-slide.sol a {
  color: white;
  font-size: 1rem;
  z-index: 1000;
  text-decoration: none;
  backdrop-filter: blur(10px);
  width: fit-content;
  height: fit-content !important;
background: linear-gradient(-45deg, #23a5d525, #ffffff05, #3abaff48, #ffffff05);
background-size: 400% 400%;
animation: gradient 5s ease infinite;
  padding: 5px 8px;
  border-radius: 3px;
}

body > div.first-slide.sol > div {
  padding-bottom: 2%;
}


@media only screen 
and (min-device-width: 320px) 
and (max-device-width: 812px)  {
  .abt-sections > div > div:nth-child(1) > p:nth-child(3)  {
    width: 50%;
  }

  .text-sol {
      font-size: 530%;
      letter-spacing: -9px;
  }
  .first-slide.sol {
      margin: 0 0.5rem;
      justify-content: space-around;
  }

  .title-slide {
    height: 80vh;
  }

  body > div.title-slide > div:nth-child(1) > div.title_slide_div2 > p:nth-child(1) {
    margin-left: 0.5rem;
  }

  body > div.title-slide > div:nth-child(1) > div.title_slide_div2 > p:nth-child(2) {
    margin-left: 2rem;
  }

  body > div.title-slide {
    height: 90vh;
  }

  .abt-sections {
    margin: 0 1rem 3rem !important;
  }
}

.abt-sections {
  box-shadow: 0 0 1.5rem #d2070724;
}

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

div.bottom-slide > div > p:nth-child(1) {
color: white;
}

.title-slide {
height: 100vh;
max-width: 100vw;
position: relative;
display: flex;
color: white;
justify-content: center;
align-items: center;
padding: 1rem;
flex-direction: column;
}
body > div.title-slide > div {
width: 95%;
display: flex;
align-items: center;
flex-direction: column;
font-size: 13vw;
text-transform: uppercase;
letter-spacing: -2px;
}

body > div.title-slide > div p {
margin: 0;
font-weight: 450;
letter-spacing: -2px;
width: fit-content;
}

body > div.title-slide > div > div:nth-child(1) {
width: 100%;
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
margin-top: 40%;
}

body > div.title-slide > div > div:nth-child(1) span {
background-color: white;
color: #000000;
padding: 0 1% 0.4% 0;
font-weight: 520;
}

.title_slide_div2 {
display: grid;
width: 100%;
}

body > div.title-slide > div > div.title_slide_div2 > p:nth-child(1) {
justify-self: flex-start;
}
body > div.title-slide > div > div.title_slide_div2 > p:nth-child(2) {
justify-self: center;
}
body > div.title-slide > div > div.title_slide_div2 > p:nth-child(3) {
margin-left: 10%;
}



body > div.title-slide > div:nth-child(2) {
background-color: #000000;
border-radius: 5px;
padding: 8% 8% 5%;
display: grid;
width: auto;
margin-top: 20%;
box-shadow: 0 0 2rem #d2070713;
}

body > div.title-slide > div:nth-child(2) p  {
font-size: 0.9rem;
letter-spacing: -0.5px;
font-weight: 100;
text-transform: none;
}

body > div.title-slide > div:nth-child(2) button {
text-transform: uppercase;
padding: 0.5rem 2rem;
font-family: inherit;
font-weight: 100;
font-size: 0.8rem;
background-color: #000000;
color: #fff;
border: solid white 1px;
border-radius: 2px;
letter-spacing: 1px;
max-width: 11rem;
margin-top: 15%;
}



@media only screen 
and (min-device-width: 1500px) {
body > div.title-slide > div:nth-child(1) {
  width: 48% !important;
}

body > div.title-slide > div:nth-child(2) {
  padding: 2% 3% 2% !important;
}

body > div.title-slide > div:nth-child(2) p {
  margin: 0;
  font-size: 30px;
  width: 90%;
}
div.title-slide > div:nth-child(2) button {
  margin-top: 6% !important;
}
}

@media only screen 
and (min-device-width: 800px) {
body > div.title-slide > div {
  font-size: clamp(6rem, 200 / 1440 * 38vw, 200 / 1440 * 48vw);
  margin-bottom: 5%;
}

body > div.title-slide > div:nth-child(2) {
margin-top: 5%;
margin-left: 7%;
padding: 5% 7% 4%;
}

body > div.title-slide > div > div.title_slide_div2 > p:nth-child(3) {
margin-left: 12%;
}

body > div.title-slide > div:nth-child(1) > div.title_slide_div2 > p:nth-child(2) {
margin-left: 20%;
}

body > div.title-slide > div:nth-child(1) { 
width: 80%;
}


.title-slide {
flex-direction: row;
padding: 0 6% 4rem;
height: 90vh;
}

.founded, .empw {
display: grid;
grid-template-columns: 0.3fr 0.3fr 0.7fr 1fr;
grid-template-rows: 3fr, 01fr;
grid-column-gap: 0px;
grid-row-gap: 0px;
}.founded video,
.founded img.media-still {
width: 95% !important;
justify-self: center;
}

body > div.abt-sections > div > p:nth-child(1) {
grid-area: 1 / 1 / 4 / 2; 
border-top: none !important;
padding: 0 !important;
margin: 0 !important;
height: 2rem;
}

body > div.abt-sections > div > p:nth-child(2) {
grid-area: 1 / 2 / 2 / 4; 
font-size: 2.4rem !important;
margin-bottom: 1rem !important;
}

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

body > div.abt-sections > div > p:nth-child(4) {
grid-area: 2 / 3 / 4 / 4;
width: 80%;
}.founded video,
.empw img,
.founded img.media-still {
grid-area: 1 / 4 / 4 / 5;
margin-top: 0.5rem !important;
}body > div.abt-sections > div.founded > video,
body > div.abt-sections > div.founded > img.media-still {
height: fit-content;
}

body > div.abt-sections > div {
padding: 3rem !important;
}

} 







body > div.abt-sections {
margin: 0 40px 3rem;
position: relative;
}

body > div.abt-sections > div > 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(0, 0, 0);
padding-top: 1.5rem;
}

body > div.abt-sections > div > p:nth-child(2) {
font-size: 1.6rem;
text-transform: uppercase;
font-weight: 300;
margin: 0 0 2rem;
}

body > div.abt-sections > div > p:nth-child(3) {
font-size: 0.9rem;
text-transform: uppercase;
margin-bottom: 2rem;
}

body > div.abt-sections > div > p:nth-child(4) {
font-size: 0.83rem;
font-weight: 600;
}



body > div.abt-sections > div > p:nth-child(1) > svg {
margin-right: 0.5rem;
}

body > div.abt-sections > div {
background-color: #fff;
padding: 1rem 1rem;
}.founded video,
.empw video,
.founded img.media-still,
.empw img.media-still {
width: 100%;
height: 100%;
display: block;
}.founded video,
.founded img.media-still {
width: 100%;
margin: 1rem 0 1rem;
border-radius: 2px;
box-shadow: 0 0 20px rgba(0, 0, 0, 0.129);
}





.abt-sections > div > div:nth-child(1) > p:nth-child(4) > a {
color: white;
font-weight: lighter;
letter-spacing: 2px;
text-decoration: none;
}

.abt-sections > div > div p {
text-transform: uppercase;
margin: 0;
} 

.abt-sections > div > div:nth-child(1) > p:nth-child(3) {
font-size: 2.5rem;
font-weight: 400;
grid-area: 2 / 1 / 3 / 3;
}

.abt-sections > div > div:nth-child(2) {
display: grid;
width: 40%;
justify-content: center;
}

.abt-sections > div > div:nth-child(2) p {
text-transform: capitalize;
font-weight: 400;
width: 9rem;
}


.abt-sections > div > div:nth-child(2) {
display: grid;
}

.abt-sections > div > div:nth-child(1) > svg {
grid-area: 1 / 3 / 2 / 4;
justify-self: center;
margin-left: 25%;
align-self: center;
}

.abt-sections > div > div:nth-child(1) {
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-template-rows: repeat(2, 1fr);
grid-column-gap: 0px;
grid-row-gap: 0px;
width: 60%;
}

.abt-sections > div > div:nth-child(1) > p:nth-child(2) {
grid-area: 1 / 1 / 2 / 2;
font-weight: lighter;
font-size: 1.5rem;
}

.abt-sections > div > div:nth-child(1) > p:nth-child(4) {
grid-area: 2 / 3 / 3 / 4; 
font-weight: 500;
font-size: 0.8rem;
text-transform: capitalize;
}



@media only screen 
and (min-device-width: 320px) 
and (max-device-width: 812px)  {
.abt-sections > div {
  flex-direction: column;
}

.abt-sections > div > div {
  width: 100% !important;
}

.abt-sections > div > div:nth-child(1) {
  grid-template-rows: 0.5fr 1fr !important;
}

.abt-sections > div > div:nth-child(1) > svg {
  justify-self: center;
  margin-right: 1.1rem;
  margin-top: 0.5rem;
}

.abt-sections > div > div:nth-child(1) > p:nth-child(4) {
  width: 98%;
}

.abt-sections > div > div:nth-child(2) p {
  width: 100%;
  margin-top: 3rem;
}
}


.abt-sections div:nth-child(2) {
background-color: #000000;
color: white;
grid-template-columns: 1fr 0.3fr 0.3fr 0.6fr;
}

body > div:nth-child(10) > div:nth-child(2) > p:nth-child(1) > svg {
fill: white !important;
}

body > div:nth-child(10) > div:nth-child(2) > p:nth-child(4) {
height: fit-content;
align-self: center;
}

@media only screen and (min-device-width: 800px) {
body > div.abt-sections > div > p:nth-child(3) {
  margin-top: 4rem;
}

.abt-sections > div:nth-child(2) > p:nth-child(1) {
  grid-area: 1 / 2 / 4 / 3;
  justify-self: center;
}

.abt-sections > div:nth-child(2) > p:nth-child(2) {
  grid-area: 1 / 3 / 2 / 5;
}

.abt-sections > div:nth-child(2) > p:nth-child(3) {
  grid-area: 2 / 3 / 4 / 4;
}

.abt-sections > div:nth-child(2) > p:nth-child(4) {
  grid-area: 2 / 4 / 4 / 5;
}body > div:nth-child(10) > div:nth-child(2) > video,
body > div:nth-child(10) > div:nth-child(2) > img.media-still {
  grid-area: 1 / 1 / 4 / 2;
}

}




















.jobs {
  position: relative;
  margin: 0 1rem 3rem;
  background-color: #000000;
  color: white;
  padding-top: 3rem;
}


.title-box {
  display: grid;
  flex-direction: column;
  margin: 0 0 3.5rem;
}

body > div.jobs > div {
  width: 100%;
}

.jobs .title-box:nth-child(1) p:nth-child(1) {
  font-size: 3rem;
  font-weight: 400;
  margin: 0;
  justify-self: center;
  margin-left: -30%;
  text-transform: uppercase;
}
.jobs .title-box:nth-child(1) p:nth-child(2) {
  font-size: 3rem;
  font-weight: 400;
  margin: 0;
  justify-self: center;
  margin-left: 20%;
  text-transform: uppercase;
} 


body > div.jobs > div.job-grid > div > div > p {
  font-size: 2rem;
  margin: 0;
  font-weight: 400;
  letter-spacing: -2px;
  grid-area: 1 / 1 / 2 / 4;
  justify-self: flex-start; 
}

div.jobs > div.job-grid > div > div:nth-child(1) {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 1fr 0.4fr;    
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-items: center;
  align-items: center;
  padding: 0.5rem 0 0.7rem;
  margin: 0 1rem;
  border-top: white dashed 1.5px;
}

body > div.jobs > div > div:nth-child(4) > div:nth-child(1) {
  border-bottom: white dashed 1.5px;
}


.plus-container {
  grid-area: 1 / 4 / 2 / 5;
  display: inline-block;
  cursor: pointer;
  width: 60px;
  height: 60px;
  position: relative;
}
.plus-line {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 0;
  height: 1.5px;
  background-color: rgb(255, 255, 255);
  transition: transform 0.3s ease;
}
.vertical {
  transform: translate(-50%, -50%);
}


body > div.jobs > div.job-grid > div > div:nth-child(1) > p:nth-child(3) { 
  grid-area: 2 / 1 / 3 / 3;
  letter-spacing: -1px;
  font-size: 1rem;
  font-weight: lighter;
  justify-self: flex-start;
  margin-left: 5%;
}

body > div.jobs > div.job-grid > div > div:nth-child(1) > p:nth-child(4) {
  grid-area: 2 / 4 / 3 / 5;;
  letter-spacing: -1px;
  opacity: 0.5;
  font-size: 0.8rem;
  justify-self: center;
}




.open-card {
  height: 0;
  padding: 0;
  overflow: hidden;
  transition: cubic-bezier(.64,-0.13,.37,1.09) 1s;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(5, min-content);
  grid-auto-rows: min-content;
}
.open-card.open {
  height: 10rem;
  padding: 2rem 0 1rem;
  margin: 0 1rem;
  transition: cubic-bezier(.64,-0.13,.37,1.09) 1s;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, min-content);
  grid-auto-rows: min-content;
}
div.open-card.open > p:nth-child(2) {
  max-width: 800px;
}

@media only screen 
and (min-device-width: 320px) 
and (max-device-width: 812px)  {
  .open-card.open {
    padding: 2rem 0 2rem;
    overflow-y: scroll;
    margin: 0 1.5rem;
  }

  body > div.jobs > div.job-grid > div > div.open-card > p:nth-child(2) {
    max-width: 95%;
  }

  div.jobs > div.job-grid > div > div:nth-child(1) {
    margin: 0 1.5rem;
  }

  body > div.jobs > div > div:nth-child(4) {
    padding-bottom: 3rem;
  }

}


.horizontal {
transform: translate(-50%, -50%) rotate(90deg);
transition: cubic-bezier(.64,-0.13,.37,1.09) 1s;
}

.horizontal.open {
transform: translate(-50%, -50%) rotate(180deg);
transition: cubic-bezier(.64,-0.13,.37,1.09) 1s
}

body > div.jobs > div.job-grid > div > div.open-card > p:nth-child(1) {
font-size: 1.3rem;
letter-spacing: -1px !important;
grid-area: 1 / 1 / 2 / 3;
margin-bottom: 0.8rem;
}

body > div.jobs > div.job-grid > div > div.open-card > p:nth-child(2) {
font-size: 1rem;
letter-spacing: 0px !important;
opacity: 0.5;
grid-area: 2 / 1 / 3 / 3;
}

body > div.jobs > div.job-grid > div > div.open-card > p:nth-child(3) {
font-size: 0.7rem;
letter-spacing: 0px !important;
opacity: 0.5;
grid-area: 3 / 1 / 4 / 3;
margin-bottom: 1.5rem;
}

body > div.jobs > div.job-grid > div> div.open-card > p:nth-child(5) {
font-size: 1.2rem;
letter-spacing: 0px !important;
grid-area: 4 / 1 / 5 / 2;
align-self: center;
}

body > div.jobs > div.job-grid > div > div.open-card > p:nth-child(6) {
font-size: 0.7rem;
letter-spacing: 0px !important;
opacity: 0.5;
grid-area: 4 / 2 / 5 / 3;
justify-self: flex-start;
align-self: center;
}

body > div.jobs > div.job-grid > div > div.open-card > p:nth-child(3) {
margin-bottom: 1rem;
}

.apply-btn {
grid-area: 5 / 1 / 6 / 3 !important; 
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
font-size: 2rem;
font-weight: 500;
padding: 0.3rem 1rem 0.6rem;
margin-top: 1.25rem;
background-color: white;
color: black;
border-radius: 2px;
text-decoration: none;
}

.apply-btn svg {
height: 2.8rem;
width: auto;
margin-top: 0.3rem;
}

.apply-btn > p {
margin: 0;
color: black;
}








@media only screen 
and (min-device-width: 800px) {


.jobs {
  margin: 0 40px 3rem;
  padding:  3rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.title-box {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.title-box p {
  width: fit-content;
  font-size: calc(2rem + 5vw) !important; 
}
}







