.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  padding: 0%;
}

.row {
margin: 0px!important;
padding: 100px;
position: relative;
}

.row-200 {
  padding: 200px 100px;
}

:root {
font-size: 18px;
}

body {
--color-text: #ffffff;
--color-bg: #000000;
color: var(--color-text);
background-color: var(--color-bg);
font-family: 'Avenir', sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
margin: 0px;
overflow-x: hidden!important;
max-width: 100vw!important;
cursor: url(../img/mango-curse.png), auto;
}

html {
  overflow-x: hidden!important;
  max-width: 100vw!important;
  }

/* B U T T O N S */

.button-1 {
  padding: 10px 25px;
  min-width: 300px;
  border-radius: 300px;
  border: solid 1px #000000;
  color: #000000!important;
  margin-top: 50px;
  text-align: center;
  font-family: Avenir, sans-serif;
}

.button-2 {
  padding: 10px 25px;
  min-width: 300px;
  border-radius: 300px;
  border: solid 1px #ffffff;
  color: #ffffff;
  margin-top: 50px;
  text-align: center;
  font-family: Avenir, sans-serif;
}

.button-3 {
  padding: 10px 25px;
  min-width: 300px;
  border-radius: 300px;
  border: solid 1px #b1ed8f;
  color: #ffffff;
  margin-top: 40px;
  text-align: center;
  font-family: Avenir, sans-serif;
}

.project-btn {
  margin-top: 0px;
  width: fit-content;
  display: inline-block;
  min-width: fit-content!important;
  margin-right: 10px;
  margin-bottom: 10px;
  cursor: pointer;
  transition: .5s ease-in!important;
  border: solid 1px #ffffff;
  color: #ffffff !important;
}

.project-btn-active{
  color: black !important;
  background: white;
}

.prj-btn-out{
  padding-bottom: 50px;
}

.button:hover {
  transform: rotate(5deg);
  transform-origin: center;
  transition: .25s ease-in!important;
}

.button-link::after {
  display: none;
}

.round-button-outer:hover .round-cta {
  transform: scale(1);
}

.round-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 150px;
  height: 150px;
  border-radius: 50%;
  font-size: 16px;
  text-align: center;
  line-height: 150px;
  cursor: pointer;
  z-index: 0;
}

.round-cta:hover {
  transition: transform .75s ease-out;
  transform: scale(1.2)!important;
}

.palm-outer .round-cta {
  background-color: #b1ed8f;
  color: #000000;
  z-index: 9;
  mix-blend-mode: difference;
}

.services-otter .round-cta {
  background-color: #ffffff;
  color: #000000;
  mix-blend-mode: difference;
}

.show-reel-btn-outer .round-cta {
  background-color: #ffffff;
  color: #000000;
  mix-blend-mode: difference;
}

.filter {
  font-weight: 700;
  font-size: 12px;
  padding: 10px 20px;
  border: solid #000000;
  border-radius: 300px;
  font-size: 12px;
  line-height: 12px;
}

/* B L O B */

#blob {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}

#blob canvas {
  width: 1200px!important;
  height: 600px!important;
  transform: translate(-25%, -25%);
}

.rangeSlider {
  position: relative;
  background: none;
  border: 1px solid #fff;
  border-radius: 6px;
  cursor: pointer;
}
.rangeSlider.rangeSlider__horizontal {
  height: 10px;
  width: 160px;
}
.rangeSlider .rangeSlider__fill {
  border-radius: 7px;
  background: #fff;
  position: absolute;
}
.rangeSlider .rangeSlider__fill:before {
  content: "";
  left: -2px;
  top: -2px;
  bottom: -2px;
  right: -2px;
  border-radius: 6px;
  position: absolute;
}
.rangeSlider .rangeSlider__fill__horizontal {
  height: 100%;
  top: 0;
  left: 0;
}
.rangeSlider .rangeSlider__handle {
  cursor: grab;
  cursor: -webkit-grab;
  display: inline-block;
  width: 22px;
  height: 22px;
  position: absolute;
  background: white;
  border-radius: 50%;
}

/* T Y P O G R A P H Y */

h1 {
margin: auto;
transition: .75s ease-in-out;
font-family: Avenir, sans-serif;
text-align: left;
margin-bottom: 25px;
font-weight: 500;
text-transform: uppercase;
}

h2 {
margin: 0 0 25px 0px;
transition: .75s ease-in-out;
font-family: Avenir, sans-serif;
font-weight: 500;
letter-spacing: 1.5px;
text-transform: uppercase;
}

.h2-style {
margin: 0 0 25px 0px;
transition: .75s ease-in-out;
font-family: Avenir, sans-serif;
font-weight: 500;
letter-spacing: 1.5px;
text-transform: uppercase;
}

h3 {
transition: .75s ease-in-out;
font-family: Avenir, sans-serif;
margin: 0 0 25px 0px;
font-weight: 500;
letter-spacing: 2px;
text-transform: uppercase;
}

h4 {
margin: 0px;
font-family: Avenir, sans-serif;
font-weight: 100;
letter-spacing: 0.5em;
text-transform: uppercase;
}

p {
margin-bottom: 0px;
font-family: 'Avenir', sans-serif;
font-weight: 100;
font-variation-settings: 'wght' 300;
}

.pbold {
font-weight: 800;
}

a {
  cursor: pointer;
  transition: .75s ease-in-out;
  text-decoration: none!important;
  color: #ffffff;
  font-family: AvenirHeavy, sans-serif;
  display: inline-block;
  padding: 0px;
  position: relative;
}

a:hover {
color: #ffffff;
}

a:after {    
  background: none repeat scroll 0 0 transparent;
  bottom: 1px;
  content: "";
  display: block;
  height: .5px;
  position: absolute;
  background: #ffffff;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0%;
  left: 50%;
}

a:hover:after { 
width: 100%; 
left: 0%;
}

strong {
  font-weight:normal !important;
  font-family: AvenirHeavy, sans-serif;
}

@media screen and (min-width: 1025px) {  
h1 {
  font-size: 50px;
  line-height: 50px;
}

h2 {
  font-size: 40px;
  line-height: 50px;
}

.h2-style {
  font-size: 40px;
  line-height: 50px;
}

.hero .canela {
  font-size: 47px;
  line-height: 50px;
}

h3 {
  font-size: 25px;
  line-height: 35px;
}

h4 {
  font-size: 12px;
  line-height: 20px;
}

p {
  font-size: 20px;
  line-height: 35px;
}

.p2 {
    font-size: 16px;
    line-height: 26px;
}

.p3 {
  font-size: 12px;
  line-height: 22px;
}

p a {
  font-size: 20px;
  line-height: 30px;
}

a {
  font-size: 20px;
  line-height: 30px;
}
.oversized {
  font-size: 100px;
  line-height: 120px;
}
}

@media screen and (max-width: 1025px) {
    
  h2 {
    font-size: 40px;
    line-height: 50px;
  }
  
  .h2-style {
    font-size: 40px;
    line-height: 50px;
  }
  
  h3 {
    font-size: 25px;
    line-height: 35px;
  }

}

@media screen and (max-width: 850px) {
    
    h2 {
    font-size: 40px;
    line-height: 50px;
    }
    
    .h2-style {
    font-size: 40px;
    line-height: 50px;
    }
    
    h3 {
    font-size: 25px;
    line-height: 35px;
    }

}

@media screen and (max-width: 500px) {
  h1 {
    font-size: 28px;
    line-height: 28px;
  }
  
  .hero .canela {
    font-size: 27px;
    line-height: 28px;
    letter-spacing: 1px;
  }  

  h2 {
  font-size: 28px;
  line-height: 38px;
  font-weight: 600;
  }

  .h2-style {
  font-size: 28px;
  line-height: 38px;
  font-weight: 600;
  }

  .oversized {
    font-size: 40px;
    line-height: 60px;
} 

  h3 {
  font-size: 20px;
  line-height: 25px;
  }

  h4 {
    font-size: 10px;
    line-height: 15px;
}

p a {
  font-size: 18px;
  line-height: 33px;
}

a {
  font-size: 18px;
  line-height: 33px;
}

p {
  font-size: 18px;
  line-height: 33px;
}

.p2 {
    font-size: 14px;
    line-height: 24px;
}

.p3 {
  font-size: 10px;
  line-height: 20px;
}
}

@font-face {
  font-family: Avenir;
  src: url("../fonts/Avenir.ttc") format("opentype");
}

@font-face {
  font-family: AvenirHeavy;
  src: url("../fonts/Avenir-Heavy.ttf") format("opentype");
}

@font-face {
  font-family: Canela;
  src: url("../fonts/Canela-Thin-Trial.otf") format("opentype");
}

@font-face {
  font-family: CanelaItalic;
  src: url("../fonts/Canela-LightItalic-Trial.otf") format("opentype");
}

.black-text {
  color: #000000;
}

.white-text {
  color: #ffffff;
}

.sorbet-text {
  color:#00B29C;
}

.canela {
  font-family: Canela, sans-serif;
  font-weight: 100;
}

.italic {
  font-family: CanelaItalic, sans-serif;
}

.invert {
  mix-blend-mode: difference;
}

.not-upper {
  text-transform: unset;
} 

.indented {
  text-indent: 50px;
}

.indented-small {
  text-indent: 25px;
}

.text-right {
  text-align: right;
}

.indented-img {
  width: 20px;
  position: absolute;
  top: 0px;
  left: 0px;
}

.img-animate img {
  transform-origin: top;
}

/* S T A R S */

@keyframes move-twink-back {
  from {background-position:0 0;}
  to {background-position:-10000px 5000px;}
}
@-webkit-keyframes move-twink-back {
  from {background-position:0 0;}
  to {background-position:-10000px 5000px;}
}
@-moz-keyframes move-twink-back {
  from {background-position:0 0;}
  to {background-position:-10000px 5000px;}
}
@-ms-keyframes move-twink-back {
  from {background-position:0 0;}
  to {background-position:-10000px 5000px;}
}

.stars, .twinkling {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: -1!important;
}

.stars {
background:#000 url(../img/stars.webp) repeat top center;
z-index:0;
}
/*
.twinkling{
background:transparent url(../img/twinkling.webp) repeat top center;
z-index:1;
-moz-animation:move-twink-back 200s linear infinite;
-ms-animation:move-twink-back 200s linear infinite;
-o-animation:move-twink-back 200s linear infinite;
-webkit-animation:move-twink-back 200s linear infinite;
animation:move-twink-back 200s linear infinite;
}*/

/* H E R O */

.mango-3d {
  position: absolute;
  width: 70%;
  left: 15%;
  height: 90%;
  object-fit: contain;
  z-index: -1;
  top: 0px;
  transition: .5s ease-out!important;
}

.hero-bubble-outer {
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
}

.hero-bubble {
  width: 350px;
  aspect-ratio: 1;
  border-radius: 100%;
  position: absolute;
  opacity: .8;
  filter: blur(25px);
  backdrop-filter: blur(2.5px);
  transition: 1s ease-out;
  mix-blend-mode: color-dodge;
}

.bubble-core {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
}

.hero-bubble:nth-child(1) {
  top: 50%;
  left: 30%;
}

.hero-bubble:nth-child(2) {
  top: 0%;
  left: 10%;
}

.hero-bubble:nth-child(3) {
  top: 70%;
  left: 50%;
}

.hero-bubble:nth-child(4) {
  top: 30%;
  left: 70%;
}

.hero-panel-left {
  width: 49%;
  display: inline-block;
}

.hero-panel-left div {
  float: right;
  padding-right: 15px;
}

.hero-panel-left h1 {
  max-width: fit-content;
}

.hero-panel-left p {
  max-width: fit-content;
  position: absolute;
  margin-top: -30px;
}

.hero-panel-right {
  width: 49%;
  display: inline-block;
  overflow: hidden;
}

.hero-panel-right h1 {
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
  overflow: hidden;
}

.hero-panel-right span {
  position: absolute;
}

.hero-email {
  position: absolute;
  left: 100px;
  bottom: 50px;
}

.hero-social {
  position: absolute;
  right: 100px;
  bottom: 50px;
  text-align: right;
}

.hero-social a {
  margin-right: 10px;
}

.hero-content {
}

.hero-canvas {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh;
  z-index: -1;
}

/* S E R V I C E S */

.blue-tinge {
  background: linear-gradient(10deg, #2400FF, #00B29C);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  border-radius: 100%;
  opacity: .3;
  transition: 1s ease-in-out;
}

.service .service-img {
  aspect-ratio: 1;
  border-radius: 100%;
  position: absolute;
  right: 0px;
  width: 45vw;
  mix-blend-mode: hard-light;
}

.service-active .service-img {
  top: 0px;
  right: 100px;
}

.h20uter {
  overflow: hidden;
}

.service-previous .service-img  {
  aspect-ratio: 1;
}

.service-next .service-img  {
  aspect-ratio: 1;
}

.service-active .blue-tinge {
  opacity: 0;
}

.service .vertically-center {
  z-index: 999;
  margin-left: 15%;
  width: 50%;
  position: relative;
  mix-blend-mode: difference;
}

.service p {
  width: 60%;
}

.service {
  width: 100%;
  position: absolute;
}

.carousel {
  position: relative;
  height: 100%;
  width: 100%;
}

.service-options {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: -50px!important;
  padding: 0px;
}

.service-options h4 {
  font-size: 12px !important;
  letter-spacing: 0.3em;
  position: relative;
}

/* T E S T A M O N I A L */

.gsap-carosuel-outer {
  display: flex;
  position: relative;
  flex-direction: column;
  height: 400px;
}

.controls {
  display: flex;
  align-items: center;
  justify-content: center;
}

.slides-container {
  position: relative;
  display: flex;
  flex: 1;
}

.slide {
  position: absolute;
  display: flex;
  align-items: top;
  justify-content: top;
  height: 100%;
  width: 90%;
  margin-right: 5%;
  padding-right: 50px;
}

.slides-inner {
  position: relative;
  height: 100%;
  width: 100%;
}

.name-outer {
  width: calc(20% - 25px)!important;
  margin-right: 50px;
  border-bottom: 1px #fff solid;
  height: fit-content;
  padding-bottom: 10px;
}

.title-outer {
  width: calc(80% - 25px);
}

.testamonial-left {
  height: 100%;
  position: absolute;
  left: -100px;
  top: 0px;
  width: 25%;
}

.testamonial-right {
  height: 100%;
  position: absolute;
  right: -100px;
  top: 0px;
  width: 25%;
}

.arrow-img,
.arrow-img-2 {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  background-color: #b1ed8f;
  position: absolute;
  transition: transform 0.7s ease-in-out;
  transform: scale(0);
  mix-blend-mode: difference;
}

.arrow-img img,
.arrow-img-2 img {
  width: 15px;
  position: absolute;
  top: calc(50% - 5px);
  left: calc(50% - 7.5px);
}

/* B L O G */

.article-img {
height: 400px;
background-position: left!important;
margin-top: 50px;
}

/* C O N T A C T    F O R M */

input {
  width: 100%;
  margin-bottom: 15px;
  padding: 10px 15px;
  background: white;
  border: none;
  border-radius: 50px;
  color: #000;
}

select {
  width: 100%;
  margin-bottom: 15px;
  padding: 10px 15px;
  background: white;
  border: none;
  border-radius: 50px;
  color: #000;
}

textarea {
width: 100%;
padding: 10px 15px;
background: white;
height: 150px;
border-radius: 20px;
border: 0px;
resize: none;
color: #000;
}

.input-50 {
  width: calc(50% - 10px);
  display: inline-block;
}

.first-50 {
  margin-right: 15px;
}

form {
color: #000000;
}

input:focus {   
border-color: #000000;
outline: 0 none;
}

textarea:focus {   
border-color: #000000;
outline: 0 none;
}

::-webkit-input-placeholder { /* Edge */
color: #000000;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
color: #000000;
}

::placeholder {
color: #000000;
}

.honeypot {
position: absolute;
left: -9999px;
}

form .button-1 {
  mix-blend-mode: normal;
}

/* T R I P P Y */

.venn-diagram {
  margin: 50px;
  width: 50%;
}

.persona {
  border-radius: 12.5px;
  margin: 25px 0 0px;
  width: calc(50% - 25px);
  cursor: pointer;
}

.persona:nth-of-type(odd) {
  margin-right: 25px;
}

.modal-pop-up-outer {
  height: 100vh;
  width: 100vw;
  position: fixed;
  top: 0px;
  left: 0px;
  background-color: rgb(16 17 34 / 90%);
  z-index: 99999999999999;
}

.modal-pop-up {
  width: 800px;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  border-radius: 15px;
}

.website-iframe {
  width: 100%;
  height: 650px;
  border-radius: 15px;
  z-index: 999999999999999999999999999999999999999999999999;
  position: relative;
}

/* O T H E R  P A G E S */

.about-img {
  border-radius: 100%;
  width: 80%;
  aspect-ratio: 1;
  background-attachment: fixed;
  background-size: 50%!important;
  background-position: left!important;
}

.resume-card {
  width: 100%;
}

.quote-about {
  margin: 200px 0px 100px;
  display: flex;
  align-items: center;
}

.quote-about h2 div {
  opacity: 0;
}

.venn-about {
  padding: 0px 0px 200px;
}

.vangogh {
  margin: 50px 0 0;
}

.vangogh img {
  width: 50%;
  height: 400px;
}


/* T E X T + B A C K G R O U N D    C O L O U R S */

.sorbet-back {
background-color: #ffbf35;
transition: 1s ease-in-out;
}

.lime-back {
  background-color: #b1ed8f;
  transition: 1s ease-in-out;
}

.white-back {
  background-color: #ffffff;
  transition: 1s ease-in-out;
}

.black-back {
  background-color: #000000;
  transition: 1s ease-in-out;
}

/* G E N E R A L */

.background-cover {
  background-size: cover;
  object-fit: cover!important;
}

.background-contain {
  object-fit: contain!important;
  background-size: contain!important;
}

.overflow-hidden {
  overflow: hidden;
}

.line-of-coke {
  width: 100%;
  height: 1px;
  background-color: #ffffff;
}

.lazy::before {
  content: '';
  display: block;
  padding-bottom: 100%;
}

.screen {
  height: 420px!important;
  min-height: 350px!important;
}

.tall-card {
  height: 800px!important;
}

.alert {
  padding: 15px 0px!important;
}

.alert p {
  color: #ffffff!important;
}

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

.text-left {
  text-align: left!important;
}

.hidden {
  display: none;
}

.six-hero {
  height: 66vh;
}

.rounded-section {
border-radius: 100px;
}

.rounded-section-top {
  border-radius: 100px 100px 0px 0px;
  }

.points-img-inside img {
max-width: 75%;
margin-top: 25px;
}

#hidden-image {
width: 0px;
height: 0px;
z-index: -999999;
position: absolute;
color: transparent!important;
}

#hidden-image img {
width: 0px;
height: 0px;
z-index: -999999;
position: absolute;
}

.hero {
padding-top: 0px;
padding-bottom: 0px;
max-width: 100vw;
}

.subheading-hero {
  width: 66%;
  font-weight: 500;
}

.hero-project a {
color: #000000;
}

.hero-project a:after {
background: #000000;
}

.hero-contact h1 {
color: #000000;
}

.hero-contact p {
color: #000000;
}

.hero-contact a {
color: #000000;
}

.hero-contact a:after {
background: #000000;
}

.hero-arrow {
position: absolute;
right: 100px;
bottom: 125px;
}

.blackText a {
color: #000000;
}

.blackText #hidden-image {
color: transparent!important;
}

.blackText a:after {
background: #000000;
}

.blackText .hamburger .line{
background-color: #000000;
}

.email-hero {
position: absolute;
left: 5%;
transform: rotate(-90deg);
bottom: 50px;
width: 0px;
}

.email-hero a {
font-size: 14px;
line-height: 14px;
}

.date-hero {
position: absolute;
bottom: 50px;
font-weight: 600;
right: 5%;
}

.ui-page {
min-height: auto!important;
}

.ui-loader {
display: none!important;
}

.loomframe {
  height: 600px;
  border-radius: 25px;
  max-width: 80%;
}

.video-1 {
width: 75%;
position: relative;
margin-left: 12.5%;
border-radius: 15px;
}

.video-2 {
width: 100%;
position: relative;
transition: .75s ease-in-out;
background-size: cover;
background-position: center;
}

.video-outer {
height: 600px;
overflow: hidden;
margin-top: 100px;
}

.video-outer-projects-home {
height: 300px;
overflow: hidden;
width: 100%;
}

.video-outer-projects-home video {
width: 100%;
margin: 0;
position: absolute;
top: 50%;
-ms-transform: translateY(-50%);
transform: translateY(-50%);
left: 0px;
}

.video-outer-projects-catagory {
height: 100%;
overflow: hidden;
width: 100%;
}

.video-outer-projects-catagory video {
width: 100%;
margin: 0;
position: relative;
left: 0px;
border-radius: 25px;
}

.video-outer-projects-related {
margin-bottom: 25px;
overflow: hidden;
width: 100%;
}

.video-outer-projects-related video {
width: 100%;
margin: 0;
position: relative;
left: 0px;
}

.not-centered-inside {
padding-top: 100px;
padding-bottom: 0px;
}

.not-centered-inside img {
width: 100%;
margin-top: 50px;
max-height: 75vh;
object-fit: cover;
max-width: 75%;
}

.background-image {
min-height: 150px;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}

.background-70 {
background-size: 75%!important;
}

.full-height {
min-height: 100vh;
}

.full-height-ca {
min-height: 600px;
}

.half-height {
min-height: 50vh;
}

.half-height .vertically-center {
min-height: 50vh;
height: 50vh;
}

.full-height-home {
min-height: 100vh;
}

.float-right {
float: right;
}

.padding-0 {
padding: 0px!important;
}

.text-left {
max-width: 100%;
}

.snort-outer {
padding-top: 0px;
padding-bottom: 0px;
}

.snort {
height: 1px;
background-color: #000000;
width: 100%;
}


.snort-surf {
  background-color: #ffffff;
  }

  .snort-black {
    background-color: #000000;
    }

.snort-3 {
width: calc(33.33333333% - 50px);
margin-right: 50px;
border-top: #ffffff 1px solid;
padding-top: 50px;
}

.snort-3end {
width: 33.33333333%;
border-top: #ffffff 1px solid;
padding-top: 50px;
}

.snort-33 {
width: calc(66.6666666666% - 50px);
margin-right: 50px;
border-top: #ffffff 1px solid;
padding-top: 50px;
}

::selection {
background: rgba(255, 191, 124, 0.75); /* WebKit/Blink Browsers */
}
::-moz-selection {
background: rgb(255, 191, 124/ 75%); /* Gecko Browsers */
}

/* C A T A G O R I E S */

.catagories-home {
text-align: center;
border: solid #ffffff 1px;
padding: 100px 37.5px;
}

.catagories-home-outer {
padding-bottom: 0px;
}

.catagories-home h2 {
margin-bottom: 50px;
}

.catagories-img {
height: 300px;
border: 12.5px solid #000000;
width: 100%;
}

a .background-image {
opacity: 1;
transition: .5s ease-in-out;
}

a .background-image:hover {
opacity: .5;
transition: .5s ease-in-out;
}

.modual-text {
  height: 90vh;
}

.modual-text-small {
height: fit-content;
height: -moz-fit-content;
}

.modual-section:nth-child(odd) .modual-text {
padding-right: 100px;
}

.modual-section:nth-child(even) .modual-text {
padding-left: 100px;
}

.modual-section:nth-child(odd) .modual-text-0 {
  padding-right: 100px;
  }
  
  .modual-section:nth-child(even) .modual-text-0 {
  padding-left: 100px;
  }

.modual-section-small .modual-text {
min-height: 300px!important;
}

.modual-section-small .modual-img-project {
min-height: 300px!important;
height: 300px;
background-size: contain;
}

.modual-section-small .modual-text {
  min-height: 300px!important;
  height: 300px;
}

.project-catagory-img {
    width: 100%;
    object-fit: contain;
    border-radius: 0;
}

.modual-img a {
width: 100%;
min-height: 400px;
}

.modual-img {
height: -moz-fit-content;
height: fit-content;
min-height: 400px;
background-size: cover;
}

.modual-img-project {
height: 500px;
}

.modual-img-small {
height: 400px;
}

.modual-section:nth-child(odd) .modual-img {
float: right;
}

.three-item-paddingInside{
width: 75%;
}

.modual-section:nth-child(odd) .col-md-1 {
float: right;
}

.project-home-img-outer {
padding: 12.5px;
text-align: center;
transition: .5s ease-in-out;
}

.project-home-img-outer:hover {
opacity: .5;
}

.project-home-img {
width: 100%;
object-fit: contain;
object-position: center;
height: 300px;
}

.project-home-img-outer a {
width: 100%;
}

/* F A Q */ 

.faq-block {
  border-radius: 30px;
}

.faq-block-closed {
  padding: 15px 35px 15px 25px;
  width: calc(33.33333% - 30px);
  margin-right: 25px;
  position: relative;
  margin-bottom: 25px;
  display: inline-grid;
  transition: .5s ease-in-out;
  cursor: pointer;
  /* height: 60px; */
  width: calc(50% - 30px);
  border: solid #ffffff 1px;
  color: #ffffff;
  min-height: 50px;
}

.faq-block-closed:hover {
  background-color: #000000;
}

.faq-block-closed:hover h4 {
  color: #ffffff;
}

.faq-block-closed h4 {
  color: #ffffff;
  margin: 0px;
}

.faq-block-closed p {
  overflow: hidden;
  height: 0px;
  transition: .5s ease-in-out;
  opacity: 0;
}

.faq-open {
  background-color: #000000;
  border: solid #fff 1px;
  float: left;
  height: auto;
  color: #ffffff;
  width: calc(100% - 25px);
  padding: 25px;
}

.faq-open p, .faq-open h4 {
  color: #ffffff;
}

.faq-block-active {
  border: solid #ffffff 1px;
  background-color: #000000;
}

.faq-block:hover {
  background-color: #b1ed8f;
}

.faq-block:hover > h4 {
  color: #000000;
}

.faq-block:hover > .plus-minus-toggle:before, .faq-block:hover > .plus-minus-toggle:after {
  background: #000000;
}

.faq-open:hover {
  background-color: #000;
}

.faq-open:hover h4 {
  color: #ffffff;
}

.faq-block-active:hover {
  background-color: #000;
}

.faq-block-active:hover h4 {
  color: #fff;
}

.faq-block-active p {
  color: #ffffff;
}

.faq-block-active:hover > .plus-minus-toggle:before, .faq-block-active:hover > .plus-minus-toggle:after {
  background: #fff;
}

.faq-block-active h4 {
  color: #ffffff;
}

.faq-block-active .plus-minus-toggle:before, .faq-block-active .plus-minus-toggle:after {
  background: #ffffff;
}

.faq-open p {
  opacity: 1;
}

.faq-open h4 {
  margin-bottom: 10px;
}

.faq-open .plus-minus-toggle:before {
  background: #fff;
}

.faq-open .plus-minus-toggle:after {
  background: #fff;
}

.faq-open p {
  height: auto;
}

.faq-open .plus-minus-toggle {
  top: 27px;
}

.plus-minus-toggle {
  cursor: pointer;
  height: 10px;
  position: relative;
  width: 10px;
  position: absolute;
  right: 20px;
  top: 50%;
}

.plus-minus-toggle:before, .plus-minus-toggle:after {
  background: #fff;
  content: '';
  height: 2px;
  left: 0;
  position: absolute;
  top: 0;
  width: 10px;
  transition: transform 500ms ease;
}

.plus-minus-toggle:after {
  transform-origin: center;
}

.plus-minus-toggle.collapsed:after {
  transform: rotate(90deg);
}

.plus-minus-toggle.collapsed:before {
  transform: rotate(180deg);
}

.faq-block {
  transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease;
}

.faq-block p {
  transition: height 0.3s ease, opacity 0.3s ease;
  white-space: pre-line;
}

.plus-minus-toggle {
  transition: transform 0.3s ease;
}

/* P R O J E C T */

.projects-section-next {
  transition: 1s ease-out;
}

.lazybg-img-inner {
  display: none;
}

.lazybg-img-outer:nth-of-type(3n+1) {
  background-image: url(../img/blurback-1.jpg);
}

.lazybg-img-outer:nth-of-type(3n+2) {
  background-image: url(../img/blurback-2.jpg);
}

.lazybg-img-outer:nth-of-type(3n) {
  background-image: url(../img/blurback-3.jpg);
}

.lazybg-img-white{
  background-image: url(https://img.freepik.com/free-photo/abstract-surface-textures-white-concrete-stone-wall_74190-8189.jpg);
}

.project-home-outer {
  position: relative;
  display: inline-flex;
  overflow: hidden;
  width: calc(33% - 12.5px);
  padding: 0;
  height: 75vh;
  margin-bottom: 0px;
  opacity: 0;
  background: #202020;
}

.project-inner {
  position: relative;
  height: 103%;
  width: 100%;
  background-size: cover;
  background-position: center;
  transition: 0.7s ease-out;
}

.project-home-outer:hover .project-inner {
  transform: translateY(100%);
}

.project-home-outer p, .project-home-outer h6 {
  opacity: 0;
  transition: 0.7s ease-out;
}

.project-home-outer:hover p, .project-home-outer:hover h6 {
  opacity: 1;
  transition: 0.1s ease;
  transition-delay: 0.3s;
}

.home-project-outer h4 {
  mix-blend-mode: difference;
  margin-bottom: 15px;
} 

.home-project-outer {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}

.project-home-outer:nth-of-type(even) {
}

.project-content {
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 25px;
}

.project-home-outer a {
  width: 100%;
  height: 100%;
}

.project-home-outer video {
  border-radius: 25px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.project-home-outer img {
  border-radius: 25px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.normal {
  grid-column: auto / span 1;
  grid-row: auto / span 1;
  height: 260px;
}

.large-landscape {
  grid-column: auto / span 2;
  grid-row: auto / span 2;
  height: 545px;
}

.large-portrait {
  grid-column: auto / span 1;
  grid-row: auto / span 1;
  max-height: 260px;
}

.UI-JUMP {
  max-width: 150px;
  background: #ffffff;
  border-radius: 15px;
  padding: 15px;
  text-align: center;
  position: fixed;
  right: 50px;
  bottom: 50px;
  z-index: 99999;
  opacity: 0;
  transition: .75s ease-in-out;
  filter: drop-shadow(0px 0px 75px rgba(0, 0, 0, 0.2));
}

.UI-JUMP h3 {
  font-size: 20px;
  margin-bottom: 15px;
}

.project-ticker {
  position: absolute;
  bottom: 5vh;
  overflow: visible!important;
}

.project-ticker h2 {
  animation: marquee2 50s linear infinite!important;
}

.MASSIVE {
  font-size: 300px!important;
  letter-spacing: 20px;
  line-height: 300px!important;
}

.project-rows {
padding-top: 0px;
}

.project-text {
min-height: 75vh;
height: 75vh!important;
}

.project-text .vc-inner {
padding-left: 75px;
}

.project-rows .background-image {
min-height: 75vh;
}

.projects-modual .background-image {
height: 100%;
}

.projects-modual {
padding: 0px!important;
}

.projects-modual:nth-child(odd) .background-image {
float: right;
}

.four-image {
height: 250px;
width: 45%;
margin-right: 5%;
margin-bottom: 5%;
}

.one-image {
height: 500px;
background-size: contain;
}

.six-image {
height: 350px;
width: 30%;
margin-right: 1.5%;
margin-left: 1.5%;
margin-bottom: 3%;
background-size: contain;
}

.only4-image {
height: 500px;
width: 45%;
margin-right: 2.5%;
margin-left: 2.5%;
margin-bottom: 5%;
background-size: contain;
}

.only3-image {
height: 500px;
width: 30%;
margin-right: 1.5%;
margin-left: 1.5%;
margin-bottom: 3%;
background-size: contain;
}

/* H E R O H O M E */

.hero-video {
  position: absolute;
  top: 0px;
  left: 0px;
  mix-blend-mode: darken;
  pointer-events: none;
  /*filter: hue-rotate(-180deg);*/
  height: 99%;
}

.catagory-hero-1 {
  mix-blend-mode: hard-light;
}

.cta-video {
  overflow: hidden;
  mix-blend-mode: darken;
}

.cta-video video {
  position: absolute;
  margin-top: -100px;
  pointer-events: none;
  filter: hue-rotate(360deg);
  z-index: 0;
  right: 0%;
  mix-blend-mode: darken;
  width: 100%;
  height: 100%;
}

.contact-video video {
  position: absolute;
  top: 200px;
  pointer-events: none;
  z-index: -1;
  left: 100px;
  width: 100%;
  height: 100%;
}

.protector {
  height: 105px;
  width: 100vw;
  margin-left: -100px;
  margin-top: -105px;
  z-index: -1;
  position: absolute;
}

.colour-pallet-outer {
  text-align: center;
}

.colour-swatch {
  width: 50px;
  height: 50px;
  border-radius: 100px;
  margin: auto 15px;
  display: inline-block;
}

/* H E A D E R */

.logo:after {
  height: 0px;
}

.pre-header {
  position: fixed;
  background-color: #000000;
  text-align: center;
  padding: 5px;
  width: 100vw;
  top: 0px;
  z-index: 9999999999;
}

.pre-header p {
  color: #fff;
  line-height: 10px;
}

.pre-header a {
  color: #fff;
  line-height: 10px;
}

.pre-header a:hover {
  color: #ffffff!important;
  }

  .pre-header a::after {
  background: #ffffff;
    width: 100%!important; 
    left: 0px!important;
}

.pre-header a:hover:after { 
  width: 0%!important; 
  left: 50%!important;
  }

.header {
margin: 0px!important;
padding: 25px 100px;
position: fixed;
top: 0px;
left: 0px;
width: 100%;
transition: .75s ease-in-out;
z-index: 999999;
background-color: transparent;
mix-blend-mode: difference;
pointer-events: none;
}

.header a {
  pointer-events: auto!important;
}

.menu-desktop {
text-align: right;
overflow: visible;
max-width: fit-content;
max-width: -moz-fit-content;
float: right;
}

.menu-desktop a {
  text-transform: capitalize;
  font-family: 'Avenir', sans-serif;
  display: table-header-group;
  max-width: fit-content;
  text-align: right;
}

.menu-desktop a:after {    
  width: 0%;
  left: 50%;
}

.menu-desktop a:hover:after { 
width: 100%; 
left: 0%;
}

.menu-desktop path {
  max-width: 100px;
  padding-left: 15px;
}

.projects-item {
  display: block;
}

.projects-item-outer {
  margin-top: 10px;
  margin-right: 0;
  text-align: left;
  position: absolute;
}

.projects-item-outer a {
  opacity: 0;
  transition: .5s ease-in-out;
}

.projects-item-outer a:hover {
  opacity: 1;
}

.projects-menu {
  display: inline-block;
}

.projects-menu:hover a {
  opacity: 1;
}

.projects-item-outer a {
font-weight: 100;
margin-bottom: 15px;
width: fit-content;
width: -moz-fit-content;
}

.logo {
font-family: Avenir, sans-serif;
font-weight: 300;
}

.footer-logo-e {
height: 30px;
margin: 10px 0px 25px;
object-position: left;
}

.hamburger .line{
width: 10px;
height: 1px;
background-color: #FFFFff;
display: block;
margin-bottom: 2.5px;
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}

#hamburger-1 .line:nth-child(2){
  width: 7.5px;
  transform: translateX(2.5px);
}

.hamburger {
  z-index: 999999999999;
  right: 65px;
  position: fixed;
  top: 20px;
  height: 25px;
  width: 25px;
  padding: 10px 8px;
  cursor: pointer;
  mix-blend-mode: difference;
}

#hamburger-1.is-active {
  mix-blend-mode: normal;
  transform: scale(3) translateY(10px);
}

#hamburger-1.is-active .line:nth-child(1){
background-color: #000000!important;
-webkit-transform: translateY(-0px) rotate(45deg);
-ms-transform: translateY(-0px) rotate(45deg);
-o-transform: translateY(-0px) rotate(45deg);
transform: translateY(-0px) rotate(45deg);
}

#hamburger-1.is-active .line:nth-child(2){
  opacity: 0;
}

#hamburger-1.is-active .line:nth-child(3){
  background-color: #000000!important;
  -webkit-transform: translateY(-7px) rotate(-45deg);
  -ms-transform: translateY(-7px) rotate(-45deg);
  -o-transform: translateY(-7px) rotate(-45deg);
  transform: translateY(-7px) rotate(-45deg);
}

.menu-hidden {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh;
  background-color: #b1ed8f;
  transition: 0.7s cubic-bezier(0.5, 0, 0.75, 0);
  z-index: 99999999;
  transform: translateY(-100%) rotate(40deg);
  pointer-events: none;
  transform-origin: bottom right;
}

.menu-hidden.visible {
  pointer-events: auto;
  transform: translateY(0) rotate(0deg);
}

.menu-hidden .h2-style {
    color: #000000;
    text-align: center;
    display: block;
    width: fit-content;
    margin: 15px auto;
}

.menu-hidden .h2-style:after {    
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 3px;
  position: absolute;
  background: #000000;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0%;
  left: 50%;
  top: calc(50% - 3px );
}

.menu-hidden .h2-style:hover:after { 
width: 100%; 
left: 0%;
}

/* F O O T E R */

#box {
  position: fixed;
  z-index: 9999;
  pointer-events: none;
}

#ball{
  position:absolute;
  border-radius:50%;
  background-image: url('../img/mango.png');
  background-size: contain;
}

.footer {
background-color: #000000;
min-height: 50vh;
width: 100%;
padding-top: 50px;
}

.footer h4 {
  color: #fff!important
}

.footer p {
font-size: 16px!important;
line-height: 26px;
  color: #ffffff;
}

.footer a {
  font-family: Avenir, sans-serif!important;
  color: #ffffff;
}

.footer a:hover {
  color: #ffffff!important;
  }

.footer a::after {
  background: #ffffff;
    width: 100%!important; 
    left: 0px!important;
}

.footer a:hover:after { 
  width: 0%!important; 
  left: 50%!important;
  }

.sub-footer p {
  font-size: 12px;
  line-height: 12px;
  font-variation-settings: 'wght' 200;
  color: #ffffff;
  margin-top: 7.5px;
}

.sub-footer a {
  font-size: 12px;
  line-height: 12px;
  margin-right: 10px;
  font-weight: 200;
  font-variation-settings: 'wght' 200;
  color: #ffffff;
}

.sub-footer a::after {
  background: #ffffff;
}

.footer-links {
font-size: 16px!important;
line-height: 16px;
margin-bottom: 15px;
display: block;
width: fit-content;
width: -moz-fit-content;
}

.footer h4 {
font-weight: 800;
font-size: 16px;
line-height: 16px;
margin-bottom: 25px;
}

.date {
text-align: right;
}

.date p {
font-size: 30px;
line-height: 30px;
font-weight: 600;
}

.socials a {
margin-right: 15px!important;
}

.socials a:hover {

}

.socials a:after {
background: transparent!important;
}

.socials div {
width: 15px;
height: 15px;
background-position: center;
background-size: contain;
background-repeat: no-repeat;
cursor: pointer;
transition: .5s ease-in-out;
}

.socials div:hover {
opacity: .5;
}

.socials .facebook {
background-image: url(../img/facebook-white.svg);
}

.socials .instagram {
background-image: url(../img/instagram-white.svg);
}

.socials .linked {
background-image: url(../img/linked-white.svg);
}

.socials .awwwards {
background-image: url(../img/awwwards-white.svg);
}

.sub-footer {
background-color: #000000;
padding-top: 15px;
padding-bottom: 15px;
}
.grad {
background-image: linear-gradient(#0E4137, transparent);
width: 100vw;
height: 50px;
z-index: 0;
margin-bottom: calc(50vh - 50px)!important;
}

.card-grad {
  background-image: linear-gradient(transparent, #00B29C);
  width: 100%;
  height: 25px;
  z-index: 2;
  position: absolute;
  bottom: 0px;
  left: 0px;
  }

/* C T A */

.cta {
background-image: url(../img/CTA.jpg);
}


.display-only-mobile {
  display: none!important;
  }

.table-outer {
  display:  table-row;
}

.blog-card {
  display: table-cell;
  overflow: hidden;
  width: 400px;
  margin-right: 25px;
  max-width: 400px;
  min-width: 400px;
  background-color: #ffffff;
  vertical-align: top;
  transition: .5s ease-in-out;
}

.blog-card:hover .arrowRight {
  transform: translateX(5px);
}

.blog-card:hover {
  transform: translateY(-10px);
}

.card-margin {
  width: 25px;
  height: 25px;
  display: inline-block;
}

.blog-card img {
  transition: .5s ease-in-out;
}

.blog-card-text {
  padding: 25px 0 ;
  margin-bottom: 25px;
  color: #000000;
}

.blog-card .arrowRight {
  background-size: contain;
  background-position: left;
  margin-top: 25px;
  height: 25px;
  width: 25px;
  background-image: url(../img/arrow-small-dark.svg);
  background-repeat: no-repeat;
  cursor: pointer;
  transition: .5s ease-in-out;
  margin-left: 25px;
  position: absolute;
  bottom: 25px;
}

.hero {

}

.hero-fit {
  max-height: fit-content!important;
  max-width: -moz-fit-content!important;
}

.blog-card-related-project  {
  display: inline-block!important;
  width: calc(33% - 25px);
  min-width: calc(33% - 25px);
}

.blog-card-related-project img {
  object-fit: cover;
  object-position: center!important;
  height: 500px!important;
}

.catagories-in-card {
  padding-top: 25px;
  text-transform: lowercase;
  min-width: 200%;
  overflow-x: visible;
  font-variation-settings: 'wght' 400;
  font-size: 10px!important;
  line-height: 10px!important;
}

.catagories-in-card span {
  border: 1px solid #ffffff;
  border-radius: 100px;
  padding: 5px 10px 7px;
  margin-right: 5px;
}

.catagories-in-card-dark {
  opacity: .6!important;
  padding-bottom: 10px;
  text-transform: lowercase;
  overflow-x: visible;
  font-variation-settings: 'wght' 400;
  font-size: 11px!important;
  line-height: 11px!important;
}

.catagories-in-card-dark span {
  border: 1px solid #000000;
  border-radius: 100px;
  padding: 3px 7px 5px;
  margin-right: 5px;
}

/* T I C K E R*/

.ticker h2 {
  display: inline-block;
 white-space: nowrap;
}
.ticker-marquee {
  white-space: nowrap;
}
.ticker h2 {
  display: inline-block;
 vertical-align: top;
 white-space: nowrap;
  animation: marquee2 25s linear infinite;
  font-size: 100px;
  line-height: 100px;
}
.ticker h2 .ani2 {
  animation: marquee3 25s linear infinite;
  animation-delay: inherit;
}
.ticker h2 .animated-icon {
  width: 90px;
 height: 90px;
 display: inline-block;
}

.ticker h2 svg {
  position: relative;
  margin: -8px 25px;
}

.partner-ticker h2 svg {
  height: 40px;
  width: max-content;
  max-width: 100px;
}

.partner-ticker h2 svg path {
  fill: #ffffff;
}

@keyframes marquee {
  0% {
    transform: translate3d(0, 0, 0);
  }
 100% {
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes marquee2 {
  from {
    transform: translateX(0);
  }
 to {
    transform: translateX(-100%);
  }
}

@keyframes marqueereverse {
  0% {
    transform: translate3d(100%, 0, 0);
  }
 100% {
    transform: translate3d(0%, 0, 0);
  }
}

@keyframes marquee2reverse {
  from {
    transform: translateX(-100%);
  }
 to {
    transform: translateX(0%);
  }
}

.ticker {
 width: 100vw;
 margin-left: -100px;
 margin-bottom: 100px;
}

.hero-ticker h2 {
  font-size: 25px;
  line-height: 34px;
  color: #ffffff;
}

.hero-ticker span {
  display: inline-block;
}

.lottie-tickers {
  height: 80px;
  width: 80px;
  display: inline-block;
  margin: 0 25px;
}

.lottie-tickers svg {
  margin: 0px!important;
}

.hero-ticker div {
  margin: -2px 15px;
  display: inline-block;
}

.ticker-marquee span {
  display: inline-block;
}

.hero-ticker{
 transform: translateY(-75px);
}

.ticker-card .inner-ticker {
  display: inline-block;
 white-space: nowrap;
}
.ticker-card-marquee {
  white-space: nowrap;
}

.ticker-card .inner-ticker {
  display: inline-block;
 vertical-align: top;
 white-space: normal;
  animation: marquee-card 25s linear infinite;
}
.ticker-card .inner-ticker .ani2 {
  animation: marquee2-card 25s linear infinite;
  animation-delay: inherit;
}

.paused {
  animation-play-state: paused!important;
}

@keyframes marquee-card {
  0% {
    transform: translate3d(-100%, 0, 0);

  }
 100% {
  transform: translate3d(0, 0, 0);
  }
}

@keyframes marquee2-card {
  from {
    transform: translateX(100%);
  }
 to {

    transform: translateX(0);
  }
}

.ticker-card {
 width: 100vw;
 margin-left: -100px;
 margin-bottom: 50px;
}

.drop-shaddow {
  filter: drop-shadow(0px 0px 100px rgba(0, 0, 0, 0.1));
}

.drop-shaddow-dark {
  filter: drop-shadow(0px 0px 100px rgba(0, 0, 0, 0.2));
}

.blog-ticker-1 {
}

.blog-ticker-2 {
}

.blog-ticker-3 {
}

.blog-ticker-2 h2 {
  animation: marquee2reverse 25s linear infinite;
}

.blog-ticker-4 h2 {
  animation: marquee2reverse 25s linear infinite;
}

/* P I E */

@-webkit-keyframes bake-pie {
  from {
    transform: rotate(0deg) translate3d(0, 0, 0);
  }
}

@keyframes bake-pie {
  from {
    transform: rotate(0deg) translate3d(0, 0, 0);
  }
}

.pie-chart--wrapper {
  width: calc(50% - 50px);
  text-align: center;
  display: inline-block;
  vertical-align: top;
}

.pie-chart--wrapper h4 {
  margin-bottom: 25px;
}

.pie-chart--wrapper:nth-of-type(odd) {
  margin: 0px 25px 100px 0;
}

.pie-chart--wrapper:nth-of-type(even) {
  margin: 0px 0 100px 25px;
}

.pie-chart__pie, .pie-chart__legend {
  display: inline-block;
  vertical-align: top;
}
.pie-chart__pie {
  position: relative;
  height: 200px;
  width: calc(40% - 25px );
  margin: 0px 0px 0px 25px;
  display: inline-block;
}
.pie-chart__pie::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  width: 100px;
  height: 100px;
  background: #EEE;
  border-radius: 50%;
  top: 50px;
  left: 50px;
}

.slice {
  position: absolute;
  width: 200px;
  height: 200px;
  clip: rect(0px, 200px, 200px, 100px);
  -webkit-animation: bake-pie 1s;
          animation: bake-pie 1s;
}
.slice span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: black;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  clip: rect(0px, 200px, 200px, 100px);
}

.pie-chart__legend {
  display: inline-block;
  list-style-type: none;
  padding: 0;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 15px;
  padding: 25px;
  font-size: 16px;
  filter: drop-shadow(0px 0px 100px rgba(0, 0, 0, 0.2));
  text-align: left;
  width: 55%;
  vertical-align: top;
}
.pie-chart__legend li {
  height: 1.25em;
  margin-bottom: 25px;
  padding-left: 10px;
  border-left: 1.25em solid black;
}

.pie-chart__legend em {
  font-style: normal;
}

.pie-chart__legend span {
  float: right;
}

/* C O D E */

pre {
border: 0px solid transparent;
max-height: 95vh;
overflow: scroll;
}

code[class*="language-"],
pre[class*="language-"] {
 color: #c5c8c6;
 text-shadow: 0 1px rgba(0, 0, 0, 0.3);
   font-family: Inconsolata, Monaco, Consolas, 'Courier New', Courier, monospace;
 direction: ltr;
 text-align: left;
 white-space: pre;
 word-spacing: normal;
 word-break: normal;
 line-height: 1.5;

 -moz-tab-size: 4;
 -o-tab-size: 4;
 tab-size: 4;

 -webkit-hyphens: none;
 -moz-hyphens: none;
 -ms-hyphens: none;
 hyphens: none;
}

/* Code blocks */
pre[class*="language-"] {
 padding: 1em;
 margin: .5em 0;
 overflow: auto;
}

:not(pre) > code[class*="language-"],
pre[class*="language-"] {
 background: #000000;
}

/* Inline code */
:not(pre) > code[class*="language-"] {
 padding: .1em;
 border-radius: .3em;
}

.token.comment,
.token.prolog,
.token.doctype,
.token.cdata {
 color: #7C7C7C;
}

.token.punctuation {
 color: #c5c8c6;
}

.namespace {
 opacity: .7;
}

.token.property,
.token.keyword,
.token.tag {
   color: #96CBFE;
}

.token.class-name {
 color: #FFFFB6;
 text-decoration: underline;
}

.token.boolean,
.token.constant {
   color: #99CC99;
}

.token.symbol,
.token.deleted {
 color: #f92672;
}

.token.number {
 color: #FF73FD;
}

.token.selector,
.token.attr-name,
.token.string,
.token.char,
.token.builtin,
.token.inserted {
 color: #A8FF60;
}

.token.variable {
 color: #C6C5FE;
}

.token.operator {
   color: #EDEDED;
}

.token.entity {
   color: #FFFFB6;
   /* text-decoration: underline; */
}

.token.url {
   color: #96CBFE;
}

.language-css .token.string,
.style .token.string {
 color: #87C38A;
}

.token.atrule,
.token.attr-value {
   color: #F9EE98;
}

.token.function {
 color: #DAD085;
}

.token.regex {
   color: #E9C062;
}

.token.important {
 color: #fd971f;
}

.token.important,
.token.bold {
 font-weight: bold;
}
.token.italic {
 font-style: italic;
}

.token.entity {
 cursor: help;
} 

/* S E E   M O R E */

.no-underline-link:after {
background: transparent;
}

.seemore-hidden {
display: none;
transition: .25s ease-in-out;
}

.expanding-text-100 {
display: inline;
}

.hidden {
display: none!important;
animation-duration: 1s;
animation-fill-mode: both;
animation-name: fadeIn;
}

.inline {
display: inline!important;
animation-duration: 1s;
animation-fill-mode: both;
animation-name: fadeIn;
}

.not-hidden {
display: block;
padding-bottom: 50px;
}

/* M A R G I N + P A D D I N G + M O R E */

.padding-top-bottom-0 {
  padding-top: 0px!important;
  padding-bottom: 0px!important;
  }

.height-100vh {
  height: 100vh;
}

.minus-5-desk {
margin-right: -5%!important;
margin-left: -5%!important;
}

.width-50 {
width: 50%;
}

.vertically-center {
display: table;
}

.vertically-center .vc-inner {
display: table-cell;
vertical-align: middle;
}

.completely-center {
position: absolute;
top: 50%;
left: 50%;
margin-right: -50%;
transform: translate(-50%, -50%) 
}

.padding-top-0 {
padding-top: 0px;
}

.padding-top-0-imp {
  padding-top: 0px!important;
  }

.padding-top-100 {
  padding-top: 100px;
}

.padding-left-25 {
  padding-left: 25px;
}
  
.padding-left-50 {
  padding-left: 50px;
}

.padding-top-150 {
  padding-top: 150px;
}

.padding-bottom-0 {
padding-bottom: 0px!important;
}

.padding-top-50 {
padding-top: 50px!important;
}

.padding-top-25 {
  padding-top: 25px!important;
  }

.padding-top-5 {
padding-top: 5%;
}

.padding-bottom-50 {
padding-bottom: 50px;
}

.padding-bottom-150 {
  padding-bottom: 150px!important;
  }
  

.margin-top-0 {
margin-top: 0px!important;
}

.margin-50-tb {
  margin-top: 50px!important;
  margin-bottom: 50px!important;
  }

.margin-left-0 {
  margin-left: 0px!important;
}

.margin-top-20 {
margin-top: 20px;
}

.margin-top-25 {
margin-top: 25px;
}

.margin-top-30 {
margin-top: 30px;
}

.margin-right-25 {
margin-right: 25px;
}

.margin-top-50 {
margin-top: 50px;
}

.margin-top-100 {
margin-top: 100px!important;
}

.margin-top-10 {
  margin-top: 10px!important;
  }
  

.margin-bottom-50 {
margin-bottom: 50px!important;
}

.margin-bottom-25 {
margin-bottom: 25px;
}

.margin-bottom-100vh {
  margin-bottom: 100vh;
}

.margin-bottom-100 {
  margin-bottom: 100px;
}

.margin-bottom-10 {
  margin-bottom: 10px;
}

.margin-bottom-0 {
  margin-bottom: 0px;
}

.padding100 {
padding: 0 0 100px 0!important;
background-color: #000000;
z-index: 99;
position: relative;
}

/* L O T T I E */

.palm-outer h2 {
  position: relative;
  z-index: 1;
  pointer-events: none;
}

#palm-beach {
  opacity: .5;
  position: absolute;
  width: 100%;
  height: 100%;
  transform: translate(32%, 29%);
  filter: blur(12px);
  scale: 1.2;
  bottom: 50vh;
  left: 0px;
  z-index: 0;
}

.palm-outer  {
  overflow: hidden;
}

#palm-beach-static {
  position: absolute;
  width: 100vw;
  height: 100vh;
  top: 0vh;
  z-index: -1;
  overflow-x: hidden;
  right: -25%;
}

#palm-beach-static svg {
  position: absolute;
  transform: translate(16%, 4%);
  filter: blur(10px);
  scale: 2;
  bottom: 0px;
}

@media screen and (min-width: 1025px) {

  .margin-bottom-25-desktop {
    margin-bottom: 25px;
  }

.margin-top-50-desktop {
margin-top: 50px;
}

.width-50-desktop {
width: 50%;
}

.width-75-desktop {
width: 75%;
}

.padding-10-percent-desktop {
padding: 10%;
}

.padding-right-5-desktop {
padding-right: 5%!important;
}

.padding-left-5-desktop {
padding-left: 5%!important;
}

.padding-right-10-desktop {
padding-right: 10%!important;
}

.padding-right-50-desktop {
  padding-right: 50px!important;
}

.padding-right-100-desktop {
  padding-right: 100px!important;
}

.padding-right-25-desktop {
  padding-right: 25%!important;
  }

.padding-left-10-desktop {
padding-left: 10%!important;
}

.padding-top-100-desktop {
  padding-top: 100px;
}}


@media screen and (max-width: 800px) {

.margin-bottom-25-tablet {
margin-bottom: 25px;
}

.width-75-tablet {
width: 75%;
}}

@media screen and (max-width: 500px) {

.width-75-tablet {
width: 100%;
}

.margin-bottom-25-mobile {
margin-bottom: 25px;
}

.margin-bottom-10-mobile {
  margin-bottom: 10px;
  }}


/* D E S K T O P */

@media screen and (min-width: 1025px) {
  
.display-none-desktop {
  display: none!important;
}

.padding-top-150-desktop {
  padding-top: 150px;
}

.padding-right-tab-land {
padding-left: 0%!important;
}

.modual-img {
  transition: .75s ease-in-out;
}

.modual-img:hover {
  transform: translateY(-10px);
  }
}

/* T A B L E T  L A N D S C A P E */

@media screen and (max-width: 1185px) {
  .row {
    padding-left: 75px;
    padding-right: 75px;
    }

    .fixed-back-home  {
      background-image: url(../img/ligh.webp);
      background-position: center;
      background-size: 100% 100%;
      position: fixed;
      background-repeat: no-repeat;
      z-index: -5;
      height: 100%;
      width: 100%;
      background-attachment: fixed;
      top: 0px;
      left: 0px;
    }

    canvas {
      display: none;
    }

}

@media screen and (max-width: 1025px) {

.menu-desktop a {
width: fit-content;
width: -moz-fit-content;
}

.footer {
position: relative;
z-index: 1;
}

.display-none-tablet  {
display: none;
}

.display-none-tablet-overide  {
display: none!important;
}

.three-item-padding {
padding: 25px 25px!important;
width: 50%;
}

.three-item-padding .gif-mobile {
min-height: auto;
}

.width-75-desktop {
width: 90%!important;
}

.width-50-desktop {
width: 66%!important;
}

.carousel {
height: 500px;
}

.video-outer {
height: 500px;
margin-top: 50px;
}

.menu-desktop {
text-align: right;
overflow: visible;
position: absolute;
top: 0px;
left: 0px;
background-color: #8D49F9;
height: 100vh;
width: 100vw;
z-index: 99999;
text-align: left;
padding: 100px 5%;
}

.menu-desktop a {
color: #ffffff;
display: block;
margin-bottom: 25px;
font-size: 40px;
line-height: 50px;
margin-left: 0px;
font-family: Avenir, sans-serif;
}

.about-image-mobile {
height: 300px;
margin-top: 50px;
margin-bottom: 50px;
}

.modual-img {
margin-bottom: 25px;
}

.gif-mobile {
background-size: contain!important;
min-height: 400px;
border-radius: 15px 15px 0 0;
}

.modual-text{
min-height: 1px!important;
margin-bottom: 50px;
max-width: 100%;
margin-top: 25px;
}

.cta {
padding-bottom: 75px!important;
}

.padding-right-tab-land {
padding-left: 5%!important;
}

}

/* T A B L E T */

@media screen and (max-width: 850px) {

  .hero video {
    scale: 2.5;
    margin-top: 5vh;
  }

.padding-top-50-tablet {
  padding-top: 50px;
  }


  .project-ticker {
    overflow-x: hidden!important;
  }

  #hidden-image {
    width: 100%;
    height: 100%;
    z-index: -999999;
    position: absolute;
    color: transparent!important;
}

#hidden-image img {
  width: 100%;
  height: 100%;
  z-index: -999999;
  position: absolute;
  object-fit: cover;
  left: 0px;
  top: 0px;
}

.projects-item-outer { 
  position: relative;
}

.projects-item-outer a {
  margin-left: 0px;
  opacity: 1;
  margin-bottom: 25px;
    font-size: 40px;
    line-height: 50px;
    font-weight: 600;
}

  .ticker {
    overflow: hidden;
  }

  .menu-outer {
    width: 100%;
    max-width: 100%;
  }

  .margin-bottom-25-tab {
    margin-bottom: 25px;
    }


    .footer p {
      max-width: 66%;
    }

  .footer-collumn {
    padding-left: 0px!important;
  }

  .socials {
    margin-bottom: 25px;
  }

  .subheading-hero {
    width: 80%;
  }

    .hero-ticker {
      transform: translateY(-200px);
    }

    canvas {
      display: none;
    }

    .ticker-card {
      width: 100vw;
      margin-left: -62px;
      margin-bottom: 50px;
      overflow: hidden;
  }  

  .cta-video video {
    margin-top: -400px;
  }

  .rounded-section {
    border-radius: 50px;
}

.large-landscape {
  grid-column: auto / span 3;
  grid-row: auto / span 3;
  height: 450px;
}

.normal {
  grid-column: auto / span 3;
  grid-row: auto / span 3;
  height: 450px;
}

.home-proect-outer {
  width: calc(100% - 50px);
}

.carousel-inner {
  width: 85%;
}

.logo {
  margin-top: 0px;
}

  .ticker { 
    margin-left: -62px;
  }  

.row {
    margin: 0px!important;
    padding: 50px;
}

#venn-lottie {
  bottom: 50px;
  position: relative;
}

.minus-5-desk {
  margin-right: 0%!important;
  margin-left: 0%!important;
}

.minus-5-desk .container {
  padding-left: 0%!important;
}

.modual-text{
  min-height: 1px!important;
  padding: 0px!important;
}

.modual-img-small {
height: fit-content;
height: -moz-fit-content;
min-height: 2px;
height: 200px;
}

.margin-top-25-mob {
  margin-top: 25px!important;
}

.margin-top--50-mob {
  margin-top: -50px!important;
}

.padding-left-0-mob {
  padding-left: 0px!important;
}

.padding-right-0-mob {
  padding-right: 0px!important;
}

.padding-bottom-50-mob {
  padding-bottom: 50px!important;
}

.padding-bottom-100-mob {
  padding-bottom: 100px!important;
}

.margin-bottom-100-mob {
  margin-bottom: 100px!important;
}

.three-item-padding {
  padding: 25px 0px!important;
  width: 100%;
}

.three-item-padding .three-item-paddingInside {
width: 100%;
}

.three-item-paddingInside .p-small {
font-size: 18px!important;
line-height: 24px!important;
}

.hero-project h1 {
margin-top: 47.5%;
}

a:hover:after { 
width: 0%!important; 
}

h1 {
max-width: 100%;
}

ul {
padding-inline-start: 20px;
}

.sub-footer {
position: relative;
}

.row {
padding: 10% 7.5%;
}
.hero {
padding-top: 100px;
max-height: 100vh;
}

.project-rows {
padding-bottom: 0px!important;
padding-top: 0px!important;
}

.project-text {
padding: 100px 0%;
min-height: auto!important;
height: auto!important;
}

.project-rows .background-image {
  min-height: 50vh;
}

.full-height {
min-height: 100vh;
}

.full-width {
min-height: 100%;
}

.full-height-ca {
min-height: 600px;
}

.half-height {
min-height: auto;
}

.not-centered-inside img {
max-width: 100%;
}

.menu-desktop {
text-align: right;
overflow: visible;
position: absolute;
top: 0px;
left: 0px;
background-color: #8D49F9;
height: 100vh;
width: 100vw;
z-index: 99999;
text-align: left;
padding: 50px 5%;
}

.menu-desktop a {
  color: #ffffff;
  display: block;
  margin-bottom: 25px;
  font-size: 30px;
  line-height: 40px;
  margin-left: 0px;
}

.video-outer {
height: 400px;
}

.carousel {
height: 400px;
}

.carousel-inner img {
height: 400px!important;
}

.project-text .vc-inner {
padding-left: 0px;
padding-right: 0px;
}

.width-75-desktop {
width: 100%!important;
}

.width-50-desktop {
width: 100%!important;
}

.date {
position: relative;
text-align: right!important;
right: 0px;
margin-top: -30px;
width: 50%;
float: right;
}

.contact-video video {
  position: absolute;
  top: 100px;
  pointer-events: none;
  z-index: -1;
  left: -50%;
  width: 200%;
  height: 100%;
}

.socials {
position: relative;
}

.sub-footer {
padding-top: 15px!important;
padding-bottom: 15px!important;
}

.hero-home-h1 {
margin-top: 75px!important;
}

.display-none-tablet-port {
display: none!important;
}

.padding-right-tab-land {
padding-left: 0%!important;
}

.padding-top-bottom-0-tablet {
padding-top: 0px;
padding-bottom: 0px;
}

.padding-top-0-tablet {
padding-top: 0px;
}

.header  {
  padding: 25px 7.5%;
}
}

/* M O B I L E */

@media screen and (max-width: 500px) {

  .vangogh img {
    width: 100%;
    height: 400px;
  }
  

  .quote-about {
    margin: 100px 0px 100px;
    display: block;
  }
  
  .venn-about {
    padding: 0px  7.5% 100px!important;
  }

  .hero-bubble:nth-child(1) {
    top: 5%;
  }

  .hero-bubble:nth-child(3) {
    top: 15%;
  }

  .header  {
    padding: 25px 7.5%!important;
  }

  .faq-block-closed {
    width: 100%;
  }


  .testamonial-carosuel .h2-style {
    font-size: 25px;
    line-height: 35px;
  }

  .about-img {
    background-attachment: unset;
    background-size: 100%!important;
    background-position: center!important;
}

  .ticker h2 {
    font-size: 60px;
    line-height: 60px;
}

  .download-popup {
    width: 100vw!important;
  }

  .blog-card {
    height: fit-content!important;
  }

  .project-ticker {
    bottom: -5vh!important;
}

  .article .modual-img-project {
    width: 100%;
    background-size: cover!important;
  }

  .article .modual-text {
    height: auto;
  }

  .article .modual-section .vertically-center {
    height: auto!important;
    width: auto!important;
}

  .editorial img {
    max-width: 100%;
  }

  .blog .modual-img {
    min-height: auto!important;
  }

  .blog .modual-text {
    height: auto;
  }

  .blog .modual-section .vertically-center {
    height: auto!important;
    width: auto!important;
}

.blog .modual-img a {
  min-height: auto;
}

.blog .modual-img {
  height: auto;
}

  .catagory #show-more-c {
      background-color: #000000!important;
      color: #ffffff!important;
      margin-top: -75px;
  }

  .catagory .modual-text {
    height: auto;
  }

  .catagory .modual-section .vertically-center {
    height: auto!important;
    width: auto!important;
    margin-bottom: 50px;
}

  .catagory #palm-beach-static {
    left: 0px;
  }

  .contact-button  {
    margin-bottom: 10px;
  }

  .contact #palm-beach-static {
    position: absolute;
    width: 100vw;
    height: 100vh;
    top: 70vh;
    z-index: -1;
    overflow-x: hidden;
    right: 0%;
  }

  .cta-outerr .oversized {
      font-size: 45px;
      line-height: 60px;
  }

  .carousel .h2-style {
    font-size: 25px;
    line-height: 38px;
  }

  .cta-image-1 {
    width: 58%;
    height: 43px;
  }

  .cta-image-2 {
    margin-bottom: 10px;
  }

  .cta-image-4 {
    width: 53%;
  }

  .cta-image-3 {

  }

  .services-otter {
    overflow: hidden;
    padding-bottom: 100px!important;
  }

  .gsap-carosuel-outer {
    height: 60vh;
  }

  .name-outer {
    width: 90%!important;
    margin-bottom: 25px;
  }


.title-outer {
  width: 100%;
}


.slide {
  width: 100%;
  padding-right: 10%;
  display: inline-block;
}

  .round-cta {
    display: none;
  }

  .service .service-img {
    width: 400px;
    right: 0px;
  }
  .service .h20uter {
    margin-top: 390px;
}

.service p {
  width: 100%;
}

.service .vertically-center {
  margin: 0px!important;
}

.button {
  width: 100%;
}

.hero .vc-inner {
  vertical-align: top;
  padding-top: 100px;
}

.vertically-center{
  height: 100%!important;
  width: 100%!important;
}

.hamburger {
  right: calc(7.5% - 8px);
}

.vertically-center h1 {
    margin-top: 0px;
}

.hero-panel-right h1 {
  transform: translateX(-8px);
  font-family: 'Avenir', sans-serif;
}

.hero-panel-left {
    width: fit-content;
}

.hero-panel-right {
  width: 100%;
}

.mango-3d {
  height: fit-content;
}

@keyframes moveXYZ {
  0% { transform: translate3D(100px, 500px, 0) rotateZ(-90deg); }
  15% { transform: translate3D(-100px, 50px, 0) rotateZ(10deg); }
  30% { transform: translate3D(50px, -25px, 0) rotateZ(45deg); }
  45% { transform: translate3D(200px, 650px, 0) rotateZ(-25deg); }
  60% { transform: translate3D(-103px, 350px, 0) rotateZ(-69deg); }
  75% { transform: translate3D(300px, 400px, 0) rotateZ(9deg); }
  85% { transform: translate3D(-30px, 100px, 0) rotateZ(45deg); }
  100% { transform: translate3D(100px, 500px, 0) rotateZ(-90deg); }
}

.mango-3d {
  animation-name: moveXYZ;
  animation-duration: 60s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
  animation-direction: normal;
}

.hero-bubble:nth-child(2) {
  top: 70%;
}

.hero-bubble:nth-child(4) {
  top: 70%;
  left: -40%;
}

  .hero-panel-left div {
    float: none;
    padding-right: 5px;
  }

  .about-img {
    width: 100%;
  }
  .project-home-outer:nth-of-type(even) {
    transform: translateY(0px)!important;
}

.project-home-outer {
    border-radius: 0;
    width: 100%;
    height: 50vh!important;
    margin-right: 0px!important;
    margin-left: 0px!important;

}

  .home-project-outer {
    padding: 0px;
  }

  .cta-image {
    max-width: 100%;
    max-height: 50px;
  }

  .preloader-svg {
    width: 70vw!important;
    max-height: 15vh!important;
    top: 50%!important;
    left: 50%!important;
    transform: translate(-50%, -50%)!important;
  }

  #palm-beach {
    position: absolute;
    width: 100%;
    height: 100vh;
    transform: translate(0px, 0px);
    filter: blur(12px);
    scale: 1.2;
    bottom: -100px;
}

.hero-bubble {
  width: 200px;
  aspect-ratio: 1;
  filter: blur(25px);
}

.preloader-svg {
  width: 70vw!important;
  max-height: 15vh!important;
  top: 50%!important;
  left: 50%!important;
  transform: translate(-50%, -50%)!important;
}

  .testicalArrow {
    width: 50%;
  }

  .hero-arrow {
    position: relative;
    left: 0px;
    bottom: -25px;
    width: fit-content!important;
    width: -moz-fit-content!important;
}

  .resume-card {
    margin-top: 50px;
  }

  .resume-card:first-of-type {
    margin-bottom: 0px;
  }

  .gif-mobile {
    background-size: cover!important;
    min-height: 200px;
    border-radius: 15px 15px 0 0;
  }

  .screen {
    height: 200px!important;
    min-height: 200px!important;
  }

  .center-image-mob {
    object-position: center!important;
  }

  .points-short .modual-img-project {
    height: 200px;
  }

  .ticker h2 {
    margin-bottom: 0px;
  }

  .colour-swatch {
    width: 25px;
    height: 25px;
    border-radius: 100px;
    margin: auto 10px;
    display: inline-block;
}

  .pie-chart--wrapper {
    width: 100%;
    margin: 0px 0 100px 0px!important;
  }

  .pie-chart__legend {
    width: 100%;
    margin: 0 0 50px 0;
  }

  .pie-chart__pie {
    margin: 0px;
    text-align: center;
    width: 200px;
  }

  .blog-card .arrowRight {
    position: relative;
    margin-bottom: 15px;
  }

  .drop-shaddow-mobile {
    filter: drop-shadow(0px 0px 25px rgba(0, 0, 0, 0.1));
    border-radius: 15px;
    background: #ffffff;
  }

  .project-home-outer {
    height: fit-content;
    height: -moz-fit-content;
  }
  p a {
    font-size: 16px;
    line-height: 16px;
}

.one-image {
  height: 250px;
}

  .blog-card-related-project {
    display: block!important;
    width: 100%;
    min-width: 100%;
    margin-top: 50px;
}

.blog-card-related-project img {
  height: 400px!important;
  background-position: center;
  object-position: center!important;
}

.home-proect-outer h4 {
  margin-bottom: 0px;
}

.UI-JUMP {
  max-width: 100px;
  padding: 10px;
  text-align: center;
  right: 50px;
  bottom: 25px;
  border-radius: 10px;
}

.UI-JUMP .arrowDownDark {
  margin: auto;
  width: 15px;
  height: 15px;
  margin-top: 10px;
}

.persona {
  margin: 0px;
  width: 100%;
  cursor: pointer;
  margin-bottom: 25px;
}

.modal-pop-up {
  width: 95%;
}

  .project-ticker {
    bottom: 11vh;
  }
  .text-left-inside-mob p, .text-left-inside-mob h4 {
    text-align: left;
  }

  .venn-diagram {
    margin: 50px;
    width: calc(100% - 100px);
}

  .home-proect-outer {
    width: 100%;
    display: block;
    margin-bottom: 25px;
    height: fit-content;
    height: -moz-fit-content;
  }

  .project-home-outer {
  }

  .footer p {
    max-width: 100%;
}

  .cta-video video {
    position: absolute;
    margin-top: -100px;
    pointer-events: none;
    filter: hue-rotate(360deg);
    z-index: 0;
    left: -3%;
    mix-blend-mode: multiply;
    width: 170%;
    height: 100%;
  }

  .row-hidden{
    overflow: hidden;
    position: relative;
  }

  .cta-video video {
    margin-top: -350px;
}


a:hover:after { 
width: 0%!important; 
}

.display-none-mobile {
display: none!important;
}

.display-only-mobile {
  display: block!important;
  }

.display-block-mobile {
display: block!important;
}

.email-hero, .date-hero {
display: none;
}

.full-height {
padding: 0px;
min-height: auto;
}

.not-full-mobile {
min-height: auto!important;
}

.date {
margin-top: 45px;
}

.row {
padding: 50px 7.5%;
}

.hero {
padding-top: 100px;
padding-bottom: 50px;
height: 100vh;
}

.hero-social {
  right: 7.5%;
  bottom: 75px;
}

.hero-email {
  left: 7.5%;
  bottom: 75px;
}
.footer-collumn {
margin-top: 50px;
}

.project-text {
padding: 50px 0%;
}

.video-outer {
margin-top: 50px;
height: 200px;
}

.carousel-inner img {
height: 200px!important;
}

.carousel {
  height: 100%;
  margin-top: 50px;
  overflow-x: visible;
  }
  
.carousel-inner {
width: 100%;
height: 250px;
overflow: visible;
}

.testicalArrow {
right: 0px;
left: 0px;
margin-top: 0;
margin-bottom: 0;
position: relative;
transform: none;
top: 0px;
}

.arrowRight {
width: 25px;
}

.arrowLeft {
width: 25px;
}

.carousel-inner .h2-style {
font-size: 20px;
line-height: 30px;
}

.carousel-inner p {
font-size: 15px;
line-height: 15px;
}

.carousel-indicators {
bottom: 0px;
margin-bottom: 0px;
}

.carousel-indicators li {
  width: 15px;
  height: 15px;
}

.carousel-indicators .active {
  width: 15px;
  height: 15px;
}

.three-item-padding {
  width: 100%;
}

.padding-bottom-50-mob {
padding-bottom: 50px!important;
}

.padding-bottom-100-mob {
padding-bottom: 100px;
}

.padding-top-bottom-0-mob {
padding-top: 0px;
padding-bottom: 0px;
}

.padding-top-0-mob {
padding-top: 0px;
}

.padding-bottom-0-mob {
padding-bottom: 0px;
}

.margin-top-0-mob {
margin-top: 0px!important;
}

.margin-top-25-mob {
margin-top: 25px!important;
}

.margin-top-50-mob {
margin-top: 50px!important;
}

.margin-right-100-mob {
margin-right: 100px!important;
}

.margin-top-100-mob {
margin-top: 100px!important;
}

.margin-bottom-0-mob {
margin-bottom: 0px!important;
}

.margin-bottom-25-mob {
margin-bottom: 25px!important;
}

.margin-bottom-50-mob {
margin-bottom: 50px!important;
}

.margin-bottom-100-mob {
margin-bottom: 100px!important;
}

.overflow-hidden-mob {
overflow: hidden;
}

.cta {
background-position: right;
padding-bottom: 100px!important;
}

input {
width: 100%;
}

select {
  width: 100%;
}

.six-hero {
  height: 66vh;
}

textarea {
width: 100%;
}

.snort-3 {
width: 100%;
margin-top: 50px;
}

.snort-3end {
width: 100%;
margin-top: 50px;
}

.three-item-padding {
padding: 0px 0px!important;
margin-top: 50px;
}

.three-item-padding:first-of-type  {
margin-top: 25px;
}

.modual-img-small {
height: 100px!important;
min-height: 100px!important;
}

.modual-img-large-mobile {
height: 300px;
}

.date {
position: relative;
text-align: right!important;
right: 0px;
margin-top: -30px;
}

.socials {
position: relative;
}

.catagories-home {
padding: 50px 15px;
}

.three-item-padding {
width: 100%;
padding-left: 0%!important;
}

.three-item-padding .three-item-paddingInside {
width: 100%;
padding-left: 0%!important;
}

.three-item-paddingInside .p-small {
font-size: 16px!important;
line-height: 22px!important;
}

.p-small {
font-size: 12px;
line-height: 16px;
}

.p-small a {
  font-size: 12px;
  line-height: 16px;
}

.six-image {
height: 350px;
width: 100%;
margin-right: 0px;
margin-left: 0px;
margin-bottom: 25px;
background-size: contain;
}

.four-image {
width: 100%;
margin-right: 0px;
margin-left: 0px;
margin-bottom: 5%;
background-size: cover;
}

.only4-image {
height: 350px;
width: 100%;
margin-right: 0px;
margin-left: 0px;
margin-bottom: 25px;
background-size: contain;
}

.only3-image {
height: 350px;
width: 100%;
margin-right: 0px;
margin-left: 0px;
margin-bottom: 25px;
background-size: contain;
}

.sub-footer {
padding-top: 15px!important;
padding-bottom: 15px!important;
}

.hero-home-mobile .vertically-center {
height: 100%!important;
display: block!important;
width: 100%;
}

.hero-home-mobile .vc-inner {
display: table-cell!important;
vertical-align: middle;
width: 100%;
}

.home .hero {
  padding-right: 0px!important;
}

.arrow-down-small {
margin-top: calc(3.75% - 33px);
}

.height-auto-mob {
height: fit-content!important;
}

.modual-text  {
padding: 0px!important;
}

.hero-home-h1 {
margin-bottom: 25px;
}

.subheading-hero {
  width: 90%;
}

.ticker {
  margin-left: -29px;
}

.hero-ticker {
  transform: translateY(-10px);
}

.hero-video {
  position: absolute;
  top: 10vh;
  mix-blend-mode: darken;
  pointer-events: none;
  height: 99%;
  width: 100%;
  overflow-x: hidden;
}

.hero-video video {
  width: 250vw;
  transform: translateX(-75vw);
}

#venn-lottie {
  width: 100%;
}

.project-home-outer h4 {
  display: block;
  width: 100%!important;
}

.project-home-outer p {
  display: block;
  width: 100%!important;
  font-size: 12px;
  line-height: 16px;
}

.project-home-outer:hover {
  background-image: none!important;
  padding: 0px;
}

.catagories-in-card span {
  border: 1px solid #ffffff;
  border-radius: 100px;
  padding: 3px 10px 4px;
  margin-right: 5px;
  font-size: 9px;
}

.project-card-mobimg {
  height: 200px;
  margin-top: -3px;
}

.ticker-card {
  margin-left: -29px;
}

.project-home-img {
height: 150px;
}

.hero-project .vc-inner {
display: block!important;
width: 100%!important;
}

.hero-project h1 {
margin-top: 47.5%;
}

.inner-img-arrow {
position: absolute;
width: 100%;
}

.inner-img-arrow .arrowRight {
margin-top: -75px;
right: 0px;
position: absolute;
}

.inner-img-arrow .arrowLeft {
margin-top: -75px;
}

.carousel-inner-img {
width: 100%;
height: 400px;
}

.carousel-inner img {
height: auto!important;
}

.rounded-section-top {
border-radius: 50px 50px 0px 0px;
}

.filter {
  width: auto;
  padding: 10px;
  margin-right: 10px;
  min-width: 50px;
  text-align: center;
}

.modual-text {
min-height: 1px!important;
padding: 0px!important;
margin-bottom: 0px;
max-width: 100%;
margin-top: 0px;
}

.footer-links {
font-size: 16px!important;
line-height: 22px!important;
white-space: nowrap;
}

.snort-3end {
width: 100%;
margin-top: 0px;
} 

.padding-top-bottom-0-tablet {
padding-top: 0px;
padding-bottom: 0px;
}

.border-none-mob {
border: transparent 0px dashed;
}

.wriggle-cursor {
  background-image: url(../img/ligh.webp);
  background-position: center;
  background-size: 100% 100%;
  position: relative;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
}

.fixed-back-home { 
  display: none;
}

}

/* B O O T S T R A P    O V E R I D E */

.container {
padding-right: 0px;
padding-left: 0px;
margin-right: auto;
margin-left: auto;
}

@media (min-width: 768px) {
.container {
  width: auto!important;
}}

@media (min-width: 900px) {
.container {
max-width: 900px!important;
min-width: 850px!important;
}}

@media (min-width: 1000px) {
.container {
max-width: 1100px!important;
min-width: 850px!important;
}}

@media (min-width: 1200px) {
.container {
max-width: 1500px!important;
}}

@media (min-width: 1400px) {
.container {
max-width: 1500px!important;
}}



/* A N I M A T E D */

.ease {
  transition: .75s ease-in-out;
}

.staggard-1 {
  transition: .5s ease-in-out;
  opacity: 0;
  margin-left: -25px;
}

.staggard-2 {
  transition: .5s ease-in-out;
  opacity: 0;
  margin-left: -25px;
}

.staggard-3 {
  transition: .5s ease-in-out;
  opacity: 0;
  margin-left: -25px;
}

.staggard-4 {
  transition: .5s ease-in-out;
  opacity: 0;
  margin-left: -25px;
}

.transparent {
  opacity: 0;
}

.slide-down {
animation-duration: .7s;
animation-fill-mode: both;
animation-name: slideDown;
}

@keyframes slideDown {
0% {
  opacity: 0;
  transform: translate3d(0, -100%, 0);
}

100% {
  opacity: 1;
  transform: none;
}
}

.slide-up {
animation-duration: .7s;
animation-fill-mode: both;
animation-name: slideUp;
}

@keyframes slideUp {
0% {
  opacity: 0;
  transform: translate3d(0, 100%, 0);
}

100% {
  opacity: 1;
  transform: none;
}
}

.fade-in {
animation-duration: 2s;
animation-fill-mode: both;
animation-name: fadeIn;
}

@keyframes fadeIn {
0% {
  opacity: 0;
}

100% {
  opacity: 1;
}
} 

.fade-out {
animation-duration: 2s;
animation-fill-mode: both;
animation-name: fadeOut;
}

@keyframes fadeOut {
0% {
  opacity: 1;
}

100% {
  opacity: 0;
}
} 

.fade-out-fast {
animation-duration: .5s;
animation-fill-mode: both;
animation-name: fadeOut;
}

@keyframes fadeOut {
0% {
  opacity: 1;
}

100% {
  opacity: 0;
}
} 

.fade-in-fast {
animation-duration: .7s;
animation-fill-mode: both;
animation-name: fadeInFast;
}

@keyframes fadeInFast {
0% {
  opacity: 0;
}

100% {
  opacity: 1;
}
} 

/* P A G E    T R A N S I T I O N */

.contact .menu-hidden {
  background-color:#00B29C;
}

#menu {
  text-align: center;
	position: relative;
  display: inline-block;
	margin-left: 100px auto;
	-webkit-filter: url("#goo");
	filter: url("#goo");
  position: absolute;
  top: 43%;
}
.menu__item {
	position: absolute;
	display: inline-block;
	padding: 20px;
	height: 40px;
	width: 40px;
	border-radius: 80px;
	background: #ffffff;
	left: 0;
	top: 0;
	transition: 0.33s ease-out;
}

#menu .menu__item:nth-child(1){
	transform : translate3d(0, 0, 0);
}
#menu .menu__item:nth-child(2){
	transform : translate3d(180px, 0, 0);
	transition-delay: 0.1s;
}
#menu .menu__item:nth-child(3){
	transform : translate3d(360px, 0, 0);
	transition-delay: 0.2s;
}
#menu .menu__item:nth-child(4){
	transform : translate3d(360px, 0px, 0);
	height: 10px;
	width: 10px;
	background: #ffffff;
	box-shadow: 0 0 20px #ffffff, 0 0 10px #ffffff;
	animation: goo 5s infinite ease-in-out;
	transform : translate3d(-30px, 0, 0);
}

.no-shaddow {
  box-shadow: 0 0 0px transparent, 0 0 0px transparent!important;
}

.menu__item a {
	color: #fff;
	text-decoration: none;
}

@keyframes goo {
	0% {
		transform : translate3d(-30px, 0, 0);
	}
	50% {
		transform : translate3d(420px, 0, 0);
	}
	100% {
		transform : translate3d(-30px, 0, 0);
	}
}

.first-preloader {
z-index: 99999999999999999999999999999999999999;
position: fixed;
height: 100%;
width: 100%;
pointer-events: none;
background-color: #000000;
text-align: center;
transition: .7s ease-out;
}

.first-preloader path {
    fill: #fff;
}

.preloadeder-outer {
z-index: 999999999999999999999999999999999999;
position: fixed;
height: 100vh;
height: 100vw;
pointer-events: none;
background-color: #b1ed8f;
}

.preloadeder-elements {
top: 0px;
left: 0px;
height: 100vh;
height: 100vw;
background-color: #b1ed8f;
pointer-events: none;
}

@keyframes slideOutRight {
from {
  transform: translate3d(-35%, 0, 0);
}

to {
  visibility: hidden;
  transform: translate3d(100%, 0, 0);
}
}

.page-transistion-outer  {
z-index: 999999999999999999999999999999999999;
position: fixed;
height: 100vh;
width: 100vw;
pointer-events: none;
top: 0px;
left: 0px;
transition: 0.7s cubic-bezier(0.5, 0, 0.75, 0);
z-index: 99999999;
pointer-events: none;
transform-origin: bottom right;
animation-duration: 1s;
animation-fill-mode: both;
animation-name: rotateIn;
background-color: #ffbf35;
}

.page-transistion-elements {
  z-index: 999999999999999999999999999999999999;
  position: fixed;
  height: 100vh;
  width: 100vw;
  pointer-events: none;
  top: 0px;
  left: 0px;
  transition: 0.7s cubic-bezier(0.5, 0, 0.75, 0);
  z-index: 99999999;
  pointer-events: none;
  transform-origin: bottom right;
  animation-duration: 1s;
  animation-fill-mode: both;
  background-color: #ffbf35;
}

.animate-out {
  animation-name: rotateOut;
}

@keyframes rotateIn {
from {
    transform: translateY(-100%) rotate(40deg);
    visibility: visible;
    }

    to {
      transform: translateY(0%) rotate(0deg);
    }
}

@keyframes rotateOut {
  from {
        transform: translateY(0%) rotate(0deg);
      }
  
      to {
        transform: translateY(-100%) rotate(40deg);
        visibility: visible;
      }
  }

  .preloader-svg {
    width: 33%;
    height: auto;
    position: absolute;
    max-height: 33vh!important;
    top: 50%!important;
    left: 50%!important;
    transform: translate(-50%, -50%)!important;
    transition: .7s ease-out;
  }

/* F R A M E P R O */

.frame-layer {
width: 100%;
height: 100%;
opacity: 0;
/*
background-image: url(../img/frame-pro.svg);
background-repeat: no-repeat;
background-size: contain;
background-position: center;*/
z-index: 9;
position: fixed;
top: 0px;
left: 0px;
}

.frame-under {
width: 80%;
height: auto;
}

.frame-outer {
z-index: -1;
}

.frame-top {
background-color: #FFFFFF;
width: 100%;
height: 100px;
position: absolute;
top: 0px;
left: 0px;
}

.frame-bottom {
background-color: #FFFFFF;
width: 100%;
height: 100px;
position: absolute;
bottom: 0%;
left: 0px;
}