:root{
    --pl_blue: #000;
    --dk-grey: #868686;
}

@font-face {
  font-family: 'Liebling';
  src: url('../fonts/Liebling_Heavy.otf') format('opentype');
}

@font-face {
  font-family: 'Liebling-light';
  src: url('../fonts/Liebling_Light.otf') format('opentype');
}

.greyText{
  color: var(--dk-grey);
}

* {
  box-sizing: border-box;
  margin: 0;
}

html,
body {
  overflow: hidden;
  width: 100%;
  height: 100vh;
  font-family: 'Liebling', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  cursor: none;
}

.container {
  height: 100%;
  width: 100%;
  overflow: hidden;
  display: none;
  opacity: 0;
  -webkit-animation: on .6s ease-in-out 3.7s forwards;
  -moz-animation: on .6s ease-in-out 3.7s forwards;
  -o-animation: on .6s ease-in-out 3.7s forwards;
  animation: on .6s ease-in-out 3.7s forwards;
}

.container {
  -ms-overflow-style: none;
  /* Internet Explorer 10+ */
  scrollbar-width: none;
  /* Firefox */
}

.container::-webkit-scrollbar {
  display: none;
  /* Safari and Chrome */
}

/* HTML: <div class="loader"></div> */
.loader {
  width: 60px;
  aspect-ratio: 1;
  --c: no-repeat linear-gradient(white 0 0);
  background:
    var(--c) 0 38px,
    var(--c) right 18px bottom 18px,
    var(--c) right 18px top 18px,
    var(--c) 18px 18px,
    var(--c) 18px 100%,
    var(--c) 100% 100%,
    var(--c) 100% 0,
    var(--c) 0 0;
  animation:
    l8-1 2s infinite,
    l8-2 2s infinite;
}

@keyframes l8-1 {
  0% {
    background-size: 0 4px, 4px 0, 0 4px, 4px 0, 0 4px, 4px 0, 0 4px, 4px 0
  }

  6.25% {
    background-size: 40px 4px, 4px 0, 0 4px, 4px 0, 0 4px, 4px 0, 0 4px, 4px 0
  }

  12.5% {
    background-size: 40px 4px, 4px 20px, 0 4px, 4px 0, 0 4px, 4px 0, 0 4px, 4px 0
  }

  18.75% {
    background-size: 40px 4px, 4px 20px, 20px 4px, 4px 0, 0 4px, 4px 0, 0 4px, 4px 0
  }

  25% {
    background-size: 40px 4px, 4px 20px, 20px 4px, 4px 40px, 0 4px, 4px 0, 0 4px, 4px 0
  }

  31.25% {
    background-size: 40px 4px, 4px 20px, 20px 4px, 4px 40px, 40px 4px, 4px 0, 0 4px, 4px 0
  }

  37.5% {
    background-size: 40px 4px, 4px 20px, 20px 4px, 4px 40px, 40px 4px, 4px 100%, 0 4px, 4px 0
  }

  43.75% {
    background-size: 40px 4px, 4px 20px, 20px 4px, 4px 40px, 40px 4px, 4px 100%, 100% 4px, 4px 0
  }

  48%,
  52% {
    background-size: 40px 4px, 4px 20px, 20px 4px, 4px 40px, 40px 4px, 4px 100%, 100% 4px, 4px 40px
  }

  56.25% {
    background-size: 0 4px, 4px 20px, 20px 4px, 4px 40px, 40px 4px, 4px 100%, 100% 4px, 4px 40px
  }

  62.5% {
    background-size: 0 4px, 4px 0, 20px 4px, 4px 40px, 40px 4px, 4px 100%, 100% 4px, 4px 40px
  }

  68.75% {
    background-size: 0 4px, 4px 0, 0 4px, 4px 40px, 40px 4px, 4px 100%, 100% 4px, 4px 40px
  }

  75% {
    background-size: 0 4px, 4px 0, 0 4px, 4px 0, 40px 4px, 4px 100%, 100% 4px, 4px 40px
  }

  81.25% {
    background-size: 0 4px, 4px 0, 0 4px, 4px 0, 0 4px, 4px 100%, 100% 4px, 4px 40px
  }

  87.5% {
    background-size: 0 4px, 4px 0, 0 4px, 4px 0, 0 4px, 4px 0, 100% 4px, 4px 40px
  }

  93.75% {
    background-size: 0 4px, 4px 0, 0 4px, 4px 0, 0 4px, 4px 0, 0 4px, 4px 40px
  }

  100% {
    background-size: 0 4px, 4px 0, 0 4px, 4px 0, 0 4px, 4px 0, 0 4px, 4px 0
  }
}

@keyframes l8-2 {

  0%,
  49.9% {
    background-position: 0 38px, right 18px bottom 18px, right 18px top 18px, 18px 18px, 18px 100%, 100% 100%, 100% 0, 0 0
  }

  50%,
  100% {
    background-position: right 18px bottom 18px, right 18px top 18px, 18px 18px, 18px 100%, 100% 100%, 100% 0, 0 0, bottom 18px left 0
  }
}

.splash {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

.splash_logo {
  position: absolute;
  margin: -15px 0 0 -25px;
  top: 50vh;
  z-index: 5;
  left: 50vw;
  width: 50px;
  text-align: center;
  height: 30px;
  font-size: 26px;
  font-weight: 600;
  color: #ffffff;
  opacity: 1;
  will-change: opacity;
  -webkit-animation: logo .3s ease-in 1.5s forwards, off .6s ease-in-out 3.2s forwards;
  -moz-animation: logo .3s ease-in 1.5s forwards, off .6s ease-in-out 3.2s forwards;
  -o-animation: logo .3s ease-in 1.5s forwards, off .6s ease-in-out 3.2s forwards;
  animation: logo .3s ease-in 1.5s forwards, off .6s ease-in-out 3.2s forwards;
}

.splash_logo:before {
  display: block;
  position: absolute;
  left: 15px;
  bottom: -5px;
  width: 20px;
  height: 1px;
  /* background-color: #757474; */
  content: "";
}

.splash_logo:after {
  display: block;
  position: absolute;
  left: 15px;
  top: -5px;
  width: 20px;
  height: 1px;
  /* background-color: #757474; */
  content: "";
  will-change: width;
}

.splash_svg {
  position: relative;
  margin: auto;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
  right: 0;
}

.splash_svg svg {
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}

.splash_svg svg rect {
  width: 100%;
  height: 100%;
  fill: var(--pl_blue);
  stroke: 0;
  -webkit-clip-path: polygon(45vw 40vh, 55vw 40vh, 55vw 60vh, 45vw 60vh);
  clip-path: polygon(45vw 40vh, 55vw 40vh, 55vw 60vh, 45vw 60vh);
  -webkit-animation: expand .7s ease-in forwards 2.7s;
  -moz-animation: expand .7s ease-in forwards 2.7s;
  -o-animation: expand .7s ease-in forwards 2.7s;
  animation: expand .7s ease-in forwards 2.7s;
}

.splash_minimize {
  position: absolute;
  margin: auto;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 4;
}

.splash_minimize svg {
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}

.splash_minimize svg rect {
  width: 100%;
  height: 100%;
  -webkit-clip-path: polygon(0vw 0vh, 100vw 0vh, 100vw 100vh, 0vw 100vh);
  clip-path: polygon(0vw 0vh, 100vw 0vh, 100vw 100vh, 0vw 100vh);
  -webkit-animation: scale .2s ease-out forwards 1s, hide 1.3s ease-out forwards 1.2s;
  -moz-animation: scale .2s ease-out forwards 1s, hide 1.3s ease-out forwards 1.2s;
  -o-animation: scale .2s ease-out forwards 1s, hide 1.3s ease-out forwards 1.2s;
  animation: scale .2s ease-out forwards 1s, hide 1.3s ease-out forwards 1.2s;
}

@-webkit-keyframes scale {
  100% {
    -webkit-clip-path: polygon(45vw 40vh, 55vw 40vh, 55vw 60vh, 45vw 60vh);
    clip-path: polygon(45vw 40vh, 55vw 40vh, 55vw 60vh, 45vw 60vh);
  }
}

@-moz-keyframes scale {
  100% {
    -webkit-clip-path: polygon(45vw 40vh, 55vw 40vh, 55vw 60vh, 45vw 60vh);
    clip-path: polygon(45vw 40vh, 55vw 40vh, 55vw 60vh, 45vw 60vh);
  }
}

@-o-keyframes scale {
  100% {
    -webkit-clip-path: polygon(45vw 40vh, 55vw 40vh, 55vw 60vh, 45vw 60vh);
    clip-path: polygon(45vw 40vh, 55vw 40vh, 55vw 60vh, 45vw 60vh);
  }
}

@keyframes scale {
  100% {
    -webkit-clip-path: polygon(45vw 40vh, 55vw 40vh, 55vw 60vh, 45vw 60vh);
    clip-path: polygon(45vw 40vh, 55vw 40vh, 55vw 60vh, 45vw 60vh);
  }
}

@-webkit-keyframes hide {
  100% {
    fill: transparent;
  }
}

@-moz-keyframes hide {
  100% {
    fill: transparent;
  }
}

@-o-keyframes hide {
  100% {
    fill: transparent;
  }
}

@keyframes hide {
  100% {
    fill: transparent;
  }
}

@-webkit-keyframes off {
  100% {
    opacity: 0;
  }
}

@-moz-keyframes off {
  100% {
    opacity: 0;
  }
}

@-o-keyframes off {
  100% {
    opacity: 0;
  }
}

@keyframes off {
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes on {
  100% {
    opacity: 1;
  }
}

@-moz-keyframes on {
  100% {
    opacity: 1;
  }
}

@-o-keyframes on {
  100% {
    opacity: 1;
  }
}

@keyframes on {
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes logo {
  100% {
    color: #292929;
  }
}

@-moz-keyframes logo {
  100% {
    color: #292929;
  }
}

@-o-keyframes logo {
  100% {
    color: #292929;
  }
}

@keyframes logo {
  100% {
    color: #292929;
  }
}

@-webkit-keyframes type {
  0% {
    width: 0;
  }
}

@-moz-keyframes type {
  0% {
    width: 0;
  }
}

@-o-keyframes type {
  0% {
    width: 0;
  }
}

@keyframes type {
  0% {
    width: 0;
  }
}

@-webkit-keyframes type2 {
  0% {
    width: 0;
  }

  50% {
    width: 0;
  }

  100% {
    width: 100;
  }
}

@-moz-keyframes type2 {
  0% {
    width: 0;
  }

  50% {
    width: 0;
  }

  100% {
    width: 100;
  }
}

@-o-keyframes type2 {
  0% {
    width: 0;
  }

  50% {
    width: 0;
  }

  100% {
    width: 100;
  }
}

@keyframes type2 {
  0% {
    width: 0;
  }

  50% {
    width: 0;
  }

  100% {
    width: 100;
  }
}

@-webkit-keyframes expand {
  25% {
    -webkit-clip-path: polygon(0vw 0vh, 55vw 40vh, 55vw 58vh, 45vw 58vh);
    clip-path: polygon(0vw 0vh, 55vw 40vh, 55vw 60vh, 45vw 60vh);
    fill: white;
  }

  50% {
    -webkit-clip-path: polygon(0vw 0vh, 100vw 0vh, 55vw 60vh, 45vw 60vh);
    clip-path: polygon(0vw 0vh, 100vw 0vh, 55vw 60vh, 45vw 60vh);
    fill: var(--pl_blue);
  }

  75% {
    -webkit-clip-path: polygon(0vw 0vh, 100vw 0vh, 55vw 60vh, 0vw 100vh);
    clip-path: polygon(0vw 0vh, 100vw 0vh, 55vw 60vh, 0vw 100vh);
    fill: white;
  }

  100% {
    -webkit-clip-path: polygon(0vw 0vh, 100vw 0vh, 100vw 100vh, 0vw 100vh);
    clip-path: polygon(0vw 0vh, 100vw 0vh, 100vw 100vh, 0vw 100vh);
    fill: var(--pl_blue);
  }
}

@-moz-keyframes expand {
  25% {
    -webkit-clip-path: polygon(0vw 0vh, 55vw 40vh, 55vw 58vh, 45vw 58vh);
    clip-path: polygon(0vw 0vh, 55vw 40vh, 55vw 60vh, 45vw 60vh);
    fill: white;
  }

  50% {
    -webkit-clip-path: polygon(0vw 0vh, 100vw 0vh, 55vw 60vh, 45vw 60vh);
    clip-path: polygon(0vw 0vh, 100vw 0vh, 55vw 60vh, 45vw 60vh);
    fill: var(--pl_blue);
  }

  75% {
    -webkit-clip-path: polygon(0vw 0vh, 100vw 0vh, 55vw 60vh, 0vw 100vh);
    clip-path: polygon(0vw 0vh, 100vw 0vh, 55vw 60vh, 0vw 100vh);
    fill: white;
  }

  100% {
    -webkit-clip-path: polygon(0vw 0vh, 100vw 0vh, 100vw 100vh, 0vw 100vh);
    clip-path: polygon(0vw 0vh, 100vw 0vh, 100vw 100vh, 0vw 100vh);
    fill: var(--pl_blue);
  }
}

@-o-keyframes expand {
  25% {
    -webkit-clip-path: polygon(0vw 0vh, 55vw 40vh, 55vw 58vh, 45vw 58vh);
    clip-path: polygon(0vw 0vh, 55vw 40vh, 55vw 60vh, 45vw 60vh);
    fill: white;
  }

  50% {
    -webkit-clip-path: polygon(0vw 0vh, 100vw 0vh, 55vw 60vh, 45vw 60vh);
    clip-path: polygon(0vw 0vh, 100vw 0vh, 55vw 60vh, 45vw 60vh);
    fill: var(--pl_blue);
  }

  75% {
    -webkit-clip-path: polygon(0vw 0vh, 100vw 0vh, 55vw 60vh, 0vw 100vh);
    clip-path: polygon(0vw 0vh, 100vw 0vh, 55vw 60vh, 0vw 100vh);
    fill: white;
  }

  100% {
    -webkit-clip-path: polygon(0vw 0vh, 100vw 0vh, 100vw 100vh, 0vw 100vh);
    clip-path: polygon(0vw 0vh, 100vw 0vh, 100vw 100vh, 0vw 100vh);
    fill: var(--pl_blue);
  }
}

@keyframes expand {
  25% {
    -webkit-clip-path: polygon(0vw 0vh, 55vw 40vh, 55vw 58vh, 45vw 58vh);
    clip-path: polygon(0vw 0vh, 55vw 40vh, 55vw 60vh, 45vw 60vh);
    fill: white;
  }

  50% {
    -webkit-clip-path: polygon(0vw 0vh, 100vw 0vh, 55vw 60vh, 45vw 60vh);
    clip-path: polygon(0vw 0vh, 100vw 0vh, 55vw 60vh, 45vw 60vh);
    fill: var(--pl_blue);
  }

  75% {
    -webkit-clip-path: polygon(0vw 0vh, 100vw 0vh, 55vw 60vh, 0vw 100vh);
    clip-path: polygon(0vw 0vh, 100vw 0vh, 55vw 60vh, 0vw 100vh);
    fill: white;
  }

  100% {
    -webkit-clip-path: polygon(0vw 0vh, 100vw 0vh, 100vw 100vh, 0vw 100vh);
    clip-path: polygon(0vw 0vh, 100vw 0vh, 100vw 100vh, 0vw 100vh);
    fill: var(--pl_blue);
  }
}

@keyframes bounce {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-30px);
  }
}

.headline-container {
  /* transform: translateX(-50%); */
}

.bouncing-image {
  animation: bounce 0.5s infinite alternate;
}

.w-5{
  float: left;
    width: 5%;
    padding: 10px;
}

.w-10 {
    float: left;
    width: 10%;
    padding: 10px;
}
.w-20 {
    float: left;
    width: 20%;
    padding: 10px;
}
.w-30 {
    float: left;
    width: 30%;
    padding: 10px;
}
.w-40 {
    float: left;
    width: 40%;
    padding: 10px;
}
.w-50 {
    float: left;
    width: 50%;
    padding: 10px;
}
.w-55{
  float: left;
  width: 50%;
  padding: 10px;
}
.w-60 {
    float: left;
    width: 60%;
    padding: 10px;
}
.w-70 {
    float: left;
    width: 70%;
    padding: 10px;
}
.w-80 {
    float: left;
    width: 80%;
    padding: 10px;
}
.w-90 {
    float: left;
    width: 90%;
    padding: 10px;
}

.w-100 {
    float: left;
    width: 100%;
    padding: 10px;
}

.row{
    width: 100%;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

.wave{
    height: 600px;
    float: right;
    right: -28px;
    position: absolute;
    transform: translateX(0); 
    transition: transform 0.3s
}
.wave-burger-btn{
    position: absolute;
    top: 50%; 
    right: 30px;
}

.wave-burger-btn:hover ~ .wave {
    transform: translateX(-50%); 
}

.home-page-burger-section {
    position: relative;
    overflow: hidden;
}
.logo{
    position:relative;
    margin: 10px;
}

.left130{
  margin-left: 130px
}

.hero-module-title {
    font-size: 14px;
    font-weight: 500 !important;
    line-height: 1.57;
    margin-bottom: 15px;
    position: absolute;
    left: calc(45% - 6px);
}

.hero-module-headline {
    font-size: 60px;
    font-weight: 300;
    margin-top: 50px;
    line-height: .8;
}

.scrollIndicator {
    position: absolute;
    top: 40px;
    left: calc(50% - 6px);
    width: 24px;
    height: 50px;
    overflow: hidden;
}

.blueText{
    color: var(--pl_blue);
}
.needAStoreText{
    position: relative;
    text-align: right;
    color: black;
    margin-top: 40px;
    right: 5%;
    font-size: 13px;
    text-decoration: none;
}

.needAStoreText a:visited{
    color: black;
}

.logo svg{
    width: 369.97px;
    height: 53.0303px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 0;
    cursor: pointer;
    overflow: visible;
}

.hero-image{
    margin-top: -10%;
}

.mobile-burger-menu{
  display: none;
}

.wave-slide {
  position: relative;
  height: 100vh;
  background: transparent;
  overflow: hidden;
  animation: slideIn 2s ease-out forwards;
}

@keyframes slideIn {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0%);
  }
}

.wave-div {
  position: absolute;
  top: 0;
  left: 0;
  height: 200%;
  width: 150px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 1440"><path fill="%23ffffff" fill-opacity="1" d="M160,0 C80,320 240,480 160,800 C80,1120 240,1280 160,1440 L0,1440 L0,0 Z"/></svg>') repeat-y;
  background-size: contain;
  animation: waveFlow 8s linear infinite;
}

@keyframes waveFlow {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-50%);
  }
}

.removeBGShadow{
  background: transparent !important;
  box-shadow: unset !important;
}

/* @media only screen and (max-width: 1020px) {
  .burger-menu, .needAStoreText{
    display: none;
  }

  .mobile-burger-menu{
    display: block;
    position:absolute;
   top:0;
   right:0;
  }
  .hero-image img{
    width: 100%;
    height: auto;
  }

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

  .hero-module-title{
    left: calc(44% - 1px);
    margin-top: -5%;
  }
} */

@media only screen and (max-width: 900px) {
  .hero-module-title{
    left: calc(45% - 10px);
    margin-top: -5%;
  }
}

@media only screen and (max-width: 770px) {
  .hero-module-headline{
    margin: 10%;
  }
}

@media only screen and (max-width:350px){
  #SvgjsG1008{
    display: none;
  }

  .wave-burger-btn{
    right:20px;
    width: 30px;
    height: 30px;
  }

  .middle-section{
    position: absolute;
    top: 30%;
  }

  .bottom-section{
    position: absolute;
    bottom: 50% !important;
  }

  .middle-section .w-90{
    width: 100%;
  }

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

  .middle-section-content .w-30, 
  .middle-section-content .w-60,
  .middle-section-content .w-10{
    width: 100%;
  }
  .hero-module-title{
    display: contents;
  }
  
  .scrollIndicator{
    top: -300px;
  }

  .menu-item img{
    display: none;
  }

  .menu-item a {
    font-size: 50px !important;
  }

  .links{
    right: -10% !important;
  }

  .mobile-burger-menu{
    display: block;
    position:absolute;
   top:0 !important;
   right:0 !important;
   height: 30px !important;
   width: 30px !important;
  }
}

@media only screen and (max-width: 600px) {
  .hero-module-headline{
    margin: 10%;
    font-size: xx-large;
  }

  .hero-module-title{
    left: calc(45% - 50px);
  }
}
@media only screen and (max-width:600px){
  .left130 {
      margin-left: 70px;
  }
  .wave-div{
    width: 90px !important;
  }
  #SvgjsG1008{
    display: none;
  }

  .wave-burger-btn{
    right:20px;
    width: 30px;
    height: 30px;
  }

  .middle-section{
    position: absolute;
    top: 30%;
  }

  .bottom-section{
    bottom: 50% !important;
  }

  .middle-section .w-90{
    width: 100%;
  }

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

  .middle-section-content .w-30, 
  .middle-section-content .w-60,
  .middle-section-content .w-10,
  .about-us-section .w-40,
  .about-us-section .w-50,
  .who-we-are-section .w-40,
  .who-we-are-section .w-50,
  .why-choose-us-section .w-40,
  .why-choose-us-section .w-50,
  .our-promise-section .w-40,
  .our-promise-section .w-50{
    width: 100%;
  }
  .hero-module-title{
    display: contents;
  }
  
  .scrollIndicator{
    top: -300px;
  }

  .menu-item img{
    display: none;
  }

  .menu-item a {
    font-size: 50px !important;
  }

  .links{
    right: -10% !important;
  }

  .aboutus h1{
    font-size: 50px !important;
  }
  
  #whoweare h2, 
  #why-choose-us h2,
  #our-promise h2{
    font-size: 40px;
  }
}
@media only screen and (max-width:900px){
  #SvgjsG1008{
    display: none;
  }
  .wave-burger-btn{
    right:20px;
    width: 30px;
    height: 30px;
  }

  .middle-section{
    position: absolute;
    top: 20%;
  }

  .bottom-section{
    position: absolute;
    bottom: 10%;
  }

  .middle-section .w-90{
    width: 100%;
  }

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

  .middle-section-content .w-30, 
  .middle-section-content .w-60,
  .middle-section-content .w-10{
    width: 100%;
  }
  .hero-module-title{
    display: contents;
  }
  
  .scrollIndicator{
    top: -300px;
  }

  .links{
    right: unset;
  }

  .burger-menu-right{
    margin-top: 10% !important;
  }
  .menu-image {
    width: 50px !important;
    height: 50px !important;
  }
  .aboutus h1 {
      font-size: 50px !important;
  }

  .what-we-do .w-40,
  .what-we-do .w-50{
    width: 100%;
  }

  .what-we-do p{
    margin: 20px;
  }

  .footer img {
      left: 0 !important;
  }

  .products-section .w-40,
  .products-section .w-50,
  .footer-section{
    width: 100%;
  }

  #products h2{
    font-size: 40px;
  }

  #ourservices .w-20{
    width: 100%;
    margin-left: 0;
  }

  .imageContainer img{
    width: 100%;
    height: auto;
  }

  .w-55 img{
    width: 100% !important;
    height: auto;
  }

  .experience-section .w-40,
  .branding-section .w-40,
  .footer .w-40,
  .footer-section .w-40,
  #our-story .w-70,
  div[class*='project-details'] .w-10,
  .summary .w-50,
  #collaborate .w-40,
  #collaborate .w-55,
  .stories .w-10, 
  .stories .w-20,
  .stories .w-80,
  .stories .w-5,
  .stories .w-70,
  #branding,
  #experience{
    width: 100%;
  }

  #experience h2{
    font-size: 40px;
  }

  .branding-section .imageContainer{
    top: 0;
  }

  h1 {
      font-size: 50px !important;
  }
  .right-section{
    display: none;
  }
  .summary, div[class*='slides-container']{
      margin-left: 0;
  }

  #collaborate .w-40 {
      margin-left: 0 !important;
  }

  .top-banner .w-40{
    width: 30% !important;
  }

  .stories{
    margin-top: 15% !important;
  }

  a[id*='heading-']{
    font-size: 30px !important;
  }
}
@media only screen and (max-width:1030px){
  .wave-burger-btn{
    right:20px;
    width: 30px;
    height: 30px;
  }

  .middle-section{
    position: absolute;
    top: 20%;
  }

  .bottom-section{
    position: absolute;
    bottom: 10%;
  }

  .middle-section .w-90{
    width: 100%;
  }

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

  .middle-section-content .w-30, 
  .middle-section-content .w-60,
  .middle-section-content .w-10{
    width: 100%;
  }
  .hero-module-title{
    display: contents;
  }
  
  .scrollIndicator{
    top: -300px;
  }

  .links{
    right: unset;
  }

  .menu-image {
    width: 50px !important;
    height: 50px !important;
  }

  .hero-image img{
    width: 100%;
    height: auto;
  }

  .burger-menu{
    display: none;
  }

  .logo-wrapper, .needAStoreText{
    width: 100%;
  }

  .needAStoreText{
    width: 100%;
    right: 0;
    text-align: center;
    background: var(--pl_blue);
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    margin-top: 5px;
  }

  .needAStoreText a{
    color: white !important;
  }

  .right-section{
    display: none !important;
  }

  .mobile-burger-menu{
    display: block;
  }

  .mobile-burger-menu{
    display: block;
    position:absolute;
   top:10px;
   right:10px;
   height: 50px;
   width: 50px;
  }

  .hero-image {
      margin-top: -16%;
  }

  .burger-menu-right{
    display: none;
  }

  .menu-section{
    position: unset;
    top: 0;
    right: 0;
  }
}
.poppins-thin {
    font-family: "Poppins", serif;
    font-weight: 100;
    font-style: normal;
  }
  
  .poppins-extralight {
    font-family: "Poppins", serif;
    font-weight: 200;
    font-style: normal;
  }
  
  .poppins-light {
    font-family: "Poppins", serif;
    font-weight: 300;
    font-style: normal;
  }
  
  .poppins-regular {
    font-family: "Poppins", serif;
    font-weight: 400;
    font-style: normal;
  }
  
  .poppins-medium {
    font-family: "Poppins", serif;
    font-weight: 500;
    font-style: normal;
  }
  
  .poppins-semibold {
    font-family: "Poppins", serif;
    font-weight: 600;
    font-style: normal;
  }
  
  .poppins-bold {
    font-family: "Poppins", serif;
    font-weight: 700;
    font-style: normal;
  }
  
  .poppins-extrabold {
    font-family: "Poppins", serif;
    font-weight: 800;
    font-style: normal;
  }
  
  .poppins-black {
    font-family: "Poppins", serif;
    font-weight: 900;
    font-style: normal;
  }
  
  .poppins-thin-italic {
    font-family: "Poppins", serif;
    font-weight: 100;
    font-style: italic;
  }
  
  .poppins-extralight-italic {
    font-family: "Poppins", serif;
    font-weight: 200;
    font-style: italic;
  }
  
  .poppins-light-italic {
    font-family: "Poppins", serif;
    font-weight: 300;
    font-style: italic;
  }
  
  .poppins-regular-italic {
    font-family: "Poppins", serif;
    font-weight: 400;
    font-style: italic;
  }
  
  .poppins-medium-italic {
    font-family: "Poppins", serif;
    font-weight: 500;
    font-style: italic;
  }
  
  .poppins-semibold-italic {
    font-family: "Poppins", serif;
    font-weight: 600;
    font-style: italic;
  }
  
  .poppins-bold-italic {
    font-family: "Poppins", serif;
    font-weight: 700;
    font-style: italic;
  }
  
  .poppins-extrabold-italic {
    font-family: "Poppins", serif;
    font-weight: 800;
    font-style: italic;
  }
  
  .poppins-black-italic {
    font-family: "Poppins", serif;
    font-weight: 900;
    font-style: italic;
  }

  .summary{
    display: none;
  }
  
.fade-in {
    height: 150px;
    width: 1px;
    opacity: 0;
    transition: all 1s ease;
}

.fade-in.show {
    opacity: 1;
    height: 150px;
    width: 500px;
}

.navigation{
    display: none;
    background-color: var(--pl_blue);
    height: 100%;
    z-index: 10;
    position: absolute;
}

/***** Global Slide *****/
.slide-right, .slide-left, .slide-back {
    width: 100%;
  }
  
  /***** Slide Right *****/
  .slide-right {
    animation: 3s slide-right;
  }
  @keyframes slide-right {
    from {
      margin-left: -100%;
    }
    to {
      margin-left: 0%;
    }
  }
  
  /***** Slide Left *****/
  .slide-left {
    animation: 2s slide-left;
  }
  @keyframes slide-left {
    from {
      margin-left: 100%;
    }
    to {
      margin-left: 0%;
    }
  }

  .slide-back {
    animation: slide-back 2s forwards; 
  }

  @keyframes slide-back {
    from {
      margin-left: 0%; 
    }
    to {
      margin-left: 100%; 
    }
  }

  .show{
    display: block;
  }
  .hide{
    display: none;
  }

  .center{
    text-align: center;
  }

  .right{
    text-align: right;
  }

  .menu-items{
    font-size: xxx-large;
    text-decoration: none;
    color: white;
  }

  .menu {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  .menu-item {
    position: relative;
    font-size: 18px;
    color: #333;
    cursor: pointer;
    right: 20%;
    transition: transform 0.3s ease;
  }
  
  .menu-item:hover {
    transform: translateX(20px); 
  }
  
  .menu-image {
    width: 50px;
    height: 50px;
    margin-right: 10px; 
    opacity: 0; 
    transform: translateY(-20px); 
    transition: opacity 0.3s ease, transform 0.3s ease; 
  }
  
  .menu-item:hover .menu-image {
    opacity: 1; 
    animation: bounce 0.5s infinite alternate; 
  }

  .links a{
    text-decoration: none;
    color: grey;
    margin-right: 20px;
  }

  .links{
    position: absolute;
    bottom: 0%;
    width: 100%;
    right: 20%;
    text-align: center;
  }

  .menu-item a {
    font-size: 60px;
  }

  span a{
    color: black;
}
.jumpto span{
    display: block;
}
.jumpto a{
    text-decoration: none;
}

.footer img {
  position: relative;
  left: 25%;
}

.logo-wrapper{
  height: 100px;
}
.wave-effect {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 200%;
  height: 100%;
  background: linear-gradient(90deg, #00b4d8 0%, #0077b6 100%);
  animation: wave-animation 8s linear infinite;
  transform-origin: bottom center;
}

.wave-effect::before,
.wave-effect::after {
  content: '';
  position: absolute;
  width: 50%;
  height: 150%;
  background: inherit;
  border-radius: 40%;
}

.wave-effect::before {
  bottom: 10%;
  left: -25%;
  animation: wave 8s linear infinite;
}

.wave-effect::after {
  bottom: 15%;
  left: -30%;
  animation: wave 10s linear infinite;
  opacity: 0.8;
}

@keyframes wave-animation {
  0% {
    transform: translateX(0) rotate(0deg);
  }
  50% {
    transform: translateX(-25%) rotate(2deg);
  }
  100% {
    transform: translateX(-50%) rotate(0deg);
  }
}

@keyframes wave-effect {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.wave-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 150px;
}

.menu-section{
  position: absolute;
  top: 10%;
  right: 8%;
}

.div-center{
  margin: auto;
  width: 70%;
  padding: 10px;
}

.round-img{
  border-radius: 50%;
}
code {
  background-color: #eee;
  padding: 5px;
  display: block;
  white-space: pre-wrap;
}
.cursor {
      position: fixed;
      top: 0;
      left: 0;
      width: 10px;
      height: 10px;
      background: #0d0d0d;
      border-radius: 50%;
      pointer-events: none;
      transform: translate(-50%, -50%);
      box-shadow: 0 0 20px rgba(0, 255, 0, 0);
      transition: box-shadow 0.2s ease, transform 0.05s ease;
      z-index: 9999;
    }
    .cursor.hover {
      box-shadow: 0 0 20px white;
      width: 60px;
      height:60px;
      opacity: 0.3;
    }
    a:hover {
      text-decoration: underline !important;
      cursor:none;
    }
    .burger-menu a{
        cursor: pointer !important;
    }
.right-section a:hover{
    cursor: pointer !important;
}