:root {
  --color-accent: #0A6Ed3;
  --black: #000919;;
  --white:#F8F7F9;
  --base-padding-x: max(5vw, 24px);
  --base-padding-y: clamp(24px, 2vw, 50px);
  --base-margin-y: clamp(48px, 4vw, 100px);
  --color-white:#F8F7F9;
  --color-grey-blue:#000000;
  --color-dark-white:#D4DCFF
}
html, body {
  height: 100%;
  overflow: hidden; /* Prevent native scrolling */
}
@font-face {
  font-family: 'WindowsRegular';
  src: url(Fonts/Windows\ Regular.woff2);
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.amedeoTypo{
  position: relative;
}
#amedeo-scroll-container{
  position: absolute;
  bottom: 3px;
  overflow: hidden;
  width: 100%;
}
#amedeo-scroll{
  display: inline-flex;
  white-space: nowrap;
}
#amedeo-scroll p {
  font-size: clamp(54px, 25vw, 350px);
  color:var(--color-white);
}

#perfectbalance-video{
  scale:1;
  max-width: 1440px;
}

.plus-container{
  background-color: #EFEFE8;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  padding: 4vw; /* Add padding for responsiveness */
}
.plus-row{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.plus{
  width: clamp(40px, 10vw, 50px); /* Responsive width */
  height: clamp(40px, 10vw, 50px); /* Responsive height */
  position: relative;
  transition: all 0.3s ease;
}
.pb-line1 {
  display: block;
  position: absolute;
  width: clamp(15px, 4vw, 20px); /* Responsive width */
  background: #D83744;
  height: 100%; /* Let the height remain 100% of the container */
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.pb-line2{
  display: block;
  position: absolute;
  width: 100%; /* Take up full width of .plus container */
  background: #D83744;
  border-radius: 0;
  height: clamp(15px, 4vw, 20px); /* Responsive height */
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.back-link{
  text-decoration: none;
  cursor: none;;
}
.header-right picture{

    transform: translateX(0);
    animation: calltoactionAnim infinite 5s ease-in-out;
    margin-right: 3.2rem;
}
.header-right picture img{
  transform: rotate(-180deg);
}
.stories-content{
  display: inline-flex;
  flex-direction: column;
  color:var(--white);
  width:70vw;
  justify-content: center;
  row-gap: 8vh;
  height: 100%;
}
.stories-content h1{
   font-size: clamp(38px, 8vw, 10vw);
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 100%;
 
}
.stories-text ul {
  list-style-type: none;
}
.stories-text li{
  font-size: clamp(14px, 1vw, 4rem);
  line-height: 1.5em;
  font-weight: 400;
}
.stories-content h2 , .horizontal-footer h2{
  text-transform: uppercase;
  color: var(--color-dark-white);
  font-size: clamp(14px, 1vw, 4rem);
  font-weight: 400;
  margin-bottom: 1rem;
}

.stories-text{
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
 
}
.stories-text-flex{
  display: flex;
  column-gap: 8vw;
  justify-content: space-between;
}
.stories-text div{
  flex:1;
}
.stories-img{
  display: inline-flex;
  justify-content: center;
  margin-right: 8vw;
  align-items: center;
  position: relative;
  clip-path: inset(10% 10% 10% 10%);
 transform: scale(0.9);
  width:clamp(300px, 80vw, 1440px);
  
}
.stories-img img {
  width: 100%;
  /*height: clamp(180px, 80vh, 810px);*/
}
.stories-img video{
  width: 100%;
}
.stories-text p{
  font-size: clamp(14px, 1vw, 4rem);
  line-height: 1.5em;
  text-wrap: auto;
}
.horizontal-section {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  position: relative;
  overflow: hidden !important;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);

}
.horizontal-footer{
  background-color:var(--color-dark-white);
  width: 25vw;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: var(--base-padding-y) var(--base-padding-x);

}
.horizontal-footer h1{
  font-size: clamp(38px, 8vw, 10vw);
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 100%;
    color:var(--black);
    transform: translateY(50%);
}
.horizontal-footer-title{
  
  display: flex;
      flex-direction: column;
      color: var(--white);
      width: 70vw;
      justify-content: center;
      row-gap: 8vh;
      position: relative;
      height: 100vh;
   
    
}
.horizontal-footer-progress{
  position: absolute;
  display: flex;
  font-size: clamp(14px, 1vw, 4rem);
    font-weight: 400;
    line-height: 140%;
    align-items: center;
    column-gap: 1rem;
    bottom: var(--base-margin-y);
    width: 65%;
}
.progress-bar{
  background-color: var(--color-white);
  width: 100%;
  height: 8px;
  border-radius: 4px;
  display: flex;
}
.horizontal-footer-progress .progress {
  display: inline-block;
  height: 100%;
  background-color: #1AFFD5;
  width: 0%; /* Start with 0% */
  vertical-align: middle;
   border-radius: 4px;
  transition: width 0.2s ease; /* Smooth fill animation */
}
#launch-project{
    font-size: clamp(1rem, 1.5vw, 3rem);
    font-weight: 500;
    display: flex;
    gap: 16px;
    align-items: center;
    cursor: none;
    color: var(--white);
    text-decoration: none;
    width: 35%;
    margin-top:4rem
}
#launch-project picture{
  display: flex;
}
#launch-project span{
  width: 142px
}
#launch-project span img{
  transform: translateX(0);
  animation: calltoactionAnim infinite 5s ease-in-out;
}
.fake-scroll-container{
  width: 20vw;
 
}
.stories-content .stories-text div ,.stories-content #launch-project{
  opacity: 1;
  transform: translateY(-10px);
}
.horizontal-footer-title .stories-text div{
  opacity: 0;
}
.horizontal-footer-title #launch-project{
  opacity: 0;
}





body {
    font-family: 'Inter', sans-serif;
    color: var(--black);
    margin: 0;
    background:var(--black) ;
    height: 100vh;
    width: 100%;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    cursor: none;
  }
  body.no-scroll {
    overflow: hidden;
    height: 100vh;
  }
  #loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 24px;
    z-index: 9999;
    overflow: hidden;
  }
  .loader-content {
    text-align: center;
   
  }
  #loading-logo {
    width: 25vw;
    height: 100px;
    overflow: hidden;
    position: relative;
  }
  .svg-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
  }
  
  .svg-top {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    mask-image: linear-gradient(to right, black 0%, transparent 0%);
    -webkit-mask-image: linear-gradient(to right, black 0%, transparent 0%);
    mask-size: 100% 100%;
    -webkit-mask-size: 100% 100%;
  }
  
  .svg-bottom {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  #loading-percentage {
    display: flex;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-size: 8vw;
    font-family: Arial, sans-serif;
    letter-spacing: 2px;
    color: black;
    position: fixed;
    left: 0;
    bottom: 0;
  }

  #menuTransition{
    display: flex;
    column-gap: 1rem;
    align-items: center;
    opacity: 0;
    transform: translateY(100%);
  }
  #menuTransitionDiv span{
    width: 8px;
    height: 8px;
    background: var(--black);
    border-radius: 100%;
    display: block;
  }
  #menuTransitionP{
    font-size: clamp(18px, 2vw, 5rem);
    height: auto;
    font-weight: 400;
    color:var(--black);
  }
  #menuTransitionText{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    z-index: 9001;
    justify-content: center;
    align-items: center;
  }
 #menu-transition{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  fill: var(--color-dark-white);
  opacity: 1;
  z-index: 9000; /* Place it above everything */
  pointer-events: none; /* Ensure it doesn't block user interactions */
 }
 .disabled {
  pointer-events: none;
}
 #menu-transition-content{

  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  display: flex;
  background: var(--black);
  z-index: 1000; /* Place it above everything */
  pointer-events: none; /* Ensure it doesn't block user interactions */
 }

  .mouse-cursor{
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    width:22px;
    height:22px;
    border-radius: 50%;
    pointer-events: none;
    background-color:var(--color-white);
    z-index: 10000;
    mix-blend-mode: difference;
    transition: transform cubic-bezier(.4,0,.1,1) .3s;
    top:-50px;
   
  }
  .mouse-cursor span{
    display: none;
    font-size: 6px;
  }
  .hover-effect {
    transform: scale(2);
}
.hover-effect-view{
  transform: scale(3);
}
.hover-effect-hide{
  display: none;
}
.mouse-cursor.hover-effect-view span{
  display: block;
}
  .font2{
    font-family: 'WindowsRegular';
  }
  .color-purple{
    color:#7D83FF;
  }
  .color-green{
    color:#1AFFD5
  }
  .color-blue{
    color:#007FFF !important;
  }
  #ui{
    width: 100%;
    position: relative;
    display: flex;  
    flex-direction: column;
    overflow: hidden !important;
  }
  section{
    display: flex;
    flex-direction: column;
    padding: var(--base-padding-y) var(--base-padding-x);
  }
  #hero > div {
    flex: 0 1 auto;
  }
  #hero{
    justify-content: space-between;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    position: relative;
    row-gap: var(--base-padding-y);
  }
  #hero-canvas{
    flex: 1 1 auto !important;
    width: 100%;
    display: flex;
    min-height: 100px;
   
  
  }
  #short-wave,
  #long-wave{
    animation: moveTheWave 3s linear infinite;  
  }
  
  @keyframes moveTheWave {
    0% { transform: translate3d(0, 0, 0);}
    100% { transform: translate3d(-90px, 0, 0); }
  }
  .header-right span{
    width: 8px;
    height:8px;
    background:white;
    border-radius: 100%;
  }
  .header-right a, .header-right a:active, .header-right a:visited, .header-right a:hover, .header-right a:focus, .header-right a:target{
  cursor: none;
  }
  .nav-link {
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box;
    mix-blend-mode: difference;
    cursor: none;
  }

  .header-right .char{
    font-size: clamp(14px, 1.2vw, 4rem);
    height: auto;
    font-weight: 300;

  }
  .header-text p:first-of-type{
    font-size: clamp(1rem, 1.5vw, 3rem);
  }

  .line{
    height: 1px;
    position: relative;
    width: 100%;

}

.line svg{
    position: absolute;
    height: 100px;
    width: 100%;
    top: -50px;

}

.line svg path{
    stroke-width: 3.5px;
    stroke: white;
    fill: none;

}

.box{

    height: 40px;
    width: 100%;
    display: flex;
    position: relative;
    top: -20px;
    z-index: 1;

}
.line:after{
    content: "";
    position: absolute;
    width: 14px;
    height: 29px;
    background: url('Img/arrowCallToAction.svg') no-repeat;
    z-index: 0;
    top:-15px;
    right:-5px;
}
.box:hover{
  height: 150px;
  top: -75px;
}
  .header-text label{
    font-size: clamp(1rem, 1.5vw, 3rem);
    font-weight: 500;
    display: flex;
    gap:16px;
    align-items: center;
    cursor: none;
  }
  .header-text label picture{
    display: flex;
  }
  .header-text label span{
    width: 142px
  }
  .header-text label span img{
    transform: translateX(0);
    animation: calltoactionAnim infinite 5s ease-in-out;
  }

  @keyframes calltoactionAnim {
    0% {
      transform: translateX(0%);
    }
    25% {
      transform: translateX(50%);
    }
    50% {
      transform: translateX(0%);
    }
    75%{
      transform: translateX(50%);
    }
    100%{
      transform: translateX(0%);
    }
  }

  #p-container{
    overflow: hidden;
    width: 40vw;
    position: relative;
    display: flex;
    align-items: flex-end;
  }
  .p-text .word{
    opacity: 1;
    position: unset;
    transform: none;
    margin-right: 0.2em;
  }
  .p-text{
    white-space: nowrap;
    transform: translateX(0);
    position: absolute;
   opacity: 0;
  }
  .char[data-type="word"] {
    margin-right: 1em; 
}
  .p-text .char{
    font-size: clamp(24px, 2.3vw, 5rem);
    height: auto;
    opacity: 0;
    color: var(--white);
  }
  #hero-canvas canvas{
    object-fit: contain;
    display: block; 
    width: 100%; 
    height: 100%; 
  }
 .header-text
 {
   display: flex;
   width: 100%;
   justify-content: space-between;
   align-items: flex-end;
   color:var(--white)
 }
  #header {
    position: fixed;
    left: 0;
    top:0;
    z-index: 1000;
    width: 100%;
    font-size: clamp(1rem,1vw,1.5rem);
    padding: var(--base-padding-y) var(--base-padding-x);
   mix-blend-mode: difference;
  
 }
 .header-right{
  display: flex;
  gap: max(1.5vw, 0px);
  will-change: transform;
  justify-content: center;
  align-items: center;
  background:transparent;
 }
 .hero-title{
  width: 40vw;
  height: fit-content;
  position: absolute;
  bottom: 6rem;
  z-index: 99;
  left: 8vw;
  
}
.header-paraphraph{
  width: 38vw;
  align-self: flex-end;
  margin-top:3rem;
}
.header-paraphraph p{
 
  color:#0d0d0d;
  font-size: clamp(1rem, 1.5vw, 2rem);
}

.hero-title h1{
  margin: 0;
  font-size: 8.5vw;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #fff;
 }
 .hero-title h1 span{
  color: #0A6Ed3;
 }
 #trust-p{
  width: 20vw;
 }
#trust-scroll {
  width: calc(100% - 10vw);
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  height: 100px;
}
#trust-scroll::after{
  content: '';
  display: block;
  position: absolute;
  top:0;
  right:0;
  z-index: 2;
  height:100px;
  width: 2.625rem;
  background:linear-gradient(to left, var(--black), transparent);
}
#trust-scroll::before{
      content: '';
      display: block;
      position: absolute;
      top:0;
      left:0;
      z-index: 2;
      height:100px;
      width: 2.625rem;
      background:linear-gradient(to right, var(--black), transparent);
}

#trust-scroll-container{
  display: inline-block;
  white-space: nowrap;
 
}
.trust-p{
  width: 16vw;
}
.trust-item {
  display: inline-block;
  width: 120px;
  height: 100%;
  margin-right: 10px;
  text-align: center;
  line-height: 100px;
  margin-right: 12vw;
  opacity: 0.5;
}

 #trust p{
  font-size: clamp(1rem, 1.5vw, 3rem);
  color:var(--white);
  line-height: 140%;
 }
 #trust{
    height: 100vh;
    justify-content: space-evenly;
    align-items: center;
  }
  #trust-text{
    width: 50vw;;
  }
  #trust-container{
    display: flex;
    width: 100%;
    align-items: center;
    gap: 4vw;
  }
  #trust-scroll{
    display: flex;
    align-items: center;
    gap: 7vw;
  }
 .about-wrapper{
  position: relative;
  font-size: clamp(1rem,1vw,1.5rem);
 }
 .about{
  background: #Fff;
  color:#1E1D1D;
  border:0;
  border-radius: 6.25em;
  padding: 0 1.625em 0 1.625em;
  height:3.2em;
  font-size: .875em;
  position: absolute;
  overflow: hidden;
  left:0;
 
  margin-top: 3em;
    box-shadow: 0 6px 10px #0000000a, 0 2px 4px #0000000a;
    transition: background cubic-bezier(.35,0,0,1) .2s;
    will-change: transform;
 }
 .about:hover .about-container > .dot {
  transform: translate3d(3em, 0, 0) scale(20);
  background: #1E1D1D;
}
.about:hover .about-container > .text {
  transform: translate3d(-1.5em, 0, 0);
  color:#fff;
}
.about:hover .about-container > .arrow{
   transform: translateX(-5.5em);
    transition: color cubic-bezier(.35,0,0,1) .5s, transform cubic-bezier(.35,0,0,1) .4s;
}

.about-container > .dot {
  display: inline-block;
  position: relative;
  width: .5em;
  height: .5em;
  background: #0d0d0d;
  border-radius: 100px;
  z-index: 1;
  transition: background cubic-bezier(.35,0,0,1) .5s, transform cubic-bezier(.35,0,0,1) .4s;
}
.about-container > .text{
  position: relative;
  z-index: 1;
  transition: color cubic-bezier(.35,0,0,1) .5s, transform cubic-bezier(.35,0,0,1) .4s;
}
 .about-container{
  display: flex;
  align-items: center;
  justify-content: center;
  gap:.625em;
  white-space: nowrap;
 }
 .about-container > .arrow{
  position: absolute;
  right: -4em;
  transform: translate3d(-2.5em,0,0);
  width: 1em;
  height: 1em;
  z-index: 1;
  transition: transform cubic-bezier(.4,0,.1,1) .3s;
 }
 .contact{
  background: var(--color-accent);
  transition: color .4s,background-color .4s;
  overflow: hidden;
  color: var(--color-white);
  border:0;
  border-radius: 6.25em;
  padding: 0 1.625em 0 1.625em;
  height:3.2em;
  font-size: .875em;
  position: absolute;
  overflow: hidden;
  left:4.5em;
 }
 .contact-container{
  display: flex;
  align-items: center;
  justify-content: center;
  gap:.625em;
  white-space: nowrap;
 }
 .contact-container > .arrow{
  position: relative;
  top: calc(50% - .5em);
  left: 1.2em;
  transform: translate3d(-2.5em,0,0);
  position: absolute;
  width: 1em;
  height: 1em;
  transition: transform cubic-bezier(.4,0,.1,1) .3s;
 }
 .contact:hover .contact-container > .arrow{
  transform: translateZ(0);

 }
 .contact:hover .contact-container > .text{
  transform: translate3d(1.1em,0,0);
  
 }
 .contact:hover .contact-container > .dot{
    transform: scale(0) translateZ(0);
}
.contact-container > .text{
  transition: transform cubic-bezier(.4,0,.1,1) .3s;
}
 .menu{
  background: #000919;
  transition: color .4s,background-color .4s;
  overflow: hidden;
  color: #fff;;
  border:0;
  border-radius: 6.25em;
  padding: 0 1.625em 0 1.625em;
  height:3.2em;
  font-size: .875em;
  display: flex;
  align-items: center;
  justify-content: center;
  gap:.625em;
  
 }
 .menu:hover{
  background-color:#eb5939 ;
 }
 .menu:hover .menu-dots{
  transform: translateY(-.1em) translateZ(0) rotate(270deg);
    
 }
 .menu-dots{
    position: relative;
    transition: transform .4s cubic-bezier(.4,0,.1,1);
    transform: translateZ(0) rotate(180deg);
    width: 1.15em;
    height: 1.15em;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.2em;
 }
 .dot{
  display: inline-block;
  width: .3125em;
  height: .3125em;
  background: currentColor;
  border-radius: 100%;
  transition: background-color .4s;
 
 }
 
 .services-title-one .font2{
  font-size: 9vw;
 }
 .services-title-one > .word, .services-title-three .word{
  transform: translate(0,100%);
  opacity: 0;
 }
 .services-title-two > .word{
  transform: translate(0,-100%);
  opacity: 0;
 }
 .services-title-three img{
  height: 7vw;
 }
 .services-title-one, .services-title-three, .word, #video, #smileDesign {
  will-change: transform, opacity;
}
 .word{
  position: relative;
  transform: translate(0,100%);
  opacity: 0;
  color:var(--color-white)
 }
 .header-container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: .1em;
    position: relative;
   
 }
 #service-word{
  perspective: 1000px;
  width: 40vw;
  color:#007FFF;
 }

  #services{
    position: relative;
   
  }
 
  #services h2{
    margin-bottom: 0;
    font-size: clamp(38px, 8vw,10vw);
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: var(--color-white);
    display: flex;
    column-gap: clamp(1rem, 2vw, 2rem);
    overflow: hidden;
    justify-content: center;
    align-items: center;
    line-height: 120%;
  }
  #services h2 .font2{
    font-size: clamp(48px,9vw,11vw);
  }
  #offers{
    display: flex;
    height: auto;
    margin-bottom:var(--base-margin-y) ;
  }
  #offers h2{
    font-size: clamp(38px, 8vw,10vw);
    font-weight: 400;
    color:var(--color-white);
    line-height: 120%;
  }
  #offers h2 .font2{
    font-size: clamp(48px,9vw,11vw);
  }
  #offers h3{
    margin-bottom: 0;
    font-size: 3vw;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: var(--color-black);
  }
  #offers h3 .font2{
    font-size: 3.5vw;
  }
  #offers .title-container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
    column-gap: 2vw;
    margin-bottom: var(--base-margin-y);
  }
  #offers .title-container h2, #offers .offers-paragraph{
    width: 50%;
  }
  #offers-title{
    overflow: hidden;
  }
  #offers-title .word-offer{
    transform: translate(0,100%);
    opacity: 0;
    display:inline-block;
  }
  #offers .title-container .word-offer{
    transform: translate(0,-100%);
    opacity: 0;
  }
  .offers-paragraph{
    width: 43vw;
  }
  #offers-text .word{
    font-size: clamp(0.75rem, 1.2vw, 4rem);
    line-height: 140%;
  }
 
  #offers-canvas{
    margin-top:var(--base-padding-y);
    height: 50vh;
  }
  .card-text{
    flex:1;
    align-self: end;
    margin-bottom: 2rem;
  }
  #video{
    transition: 0.5s all;
    scale: 0;
   
   
  }
  .offers-wrapper{
    display: flex;
    flex-direction: row;
    column-gap: 2vw;
    margin-top:var(--base-margin-y)
  }
  .offers-container{
    display: flex;
    flex-direction: column;
    row-gap: 2vw;
    width: 50%;
    
    
  }
  .mt-4{
    margin-top:4rem;
  }
  .offers-card{
    display: flex;
    height: clamp(280px, 35vh, 400px);
    position: relative;
    overflow: hidden;
    opacity: 0;
  }
  
  .offers-card .number{
    color: var(--color-black);
    font-size: 20vw;
    font-family: 'WindowsRegular';
    bottom: -8vh;
    position: relative;
    left: -4rem;
    width: 40%;
  }
  .purple-card{
    background-color: #7D83FF;
  }
  .purple-card::before, .green-card::before , .blue-card::before, .lightpurple-card::before{
    content: "";
    position: absolute;
    top:-2px;
    right: -2px;
    width: 78px;
    height: 78px;
    background-image: url("./Img/card-top-pixels.svg");
    background-repeat: no-repeat;
  }
  
  .blue-card{
    background-color: #007FFF;
  }
  .green-card{
   background-color: #1AFFD5;
  }
  .lightpurple-card{
    background-color: #D4DCFF;
  }
  #projects{
   position: relative;
   margin-top:var(--base-margin-y) ;
  }
  #projects h2{
    font-size: clamp(38px, 8vw,10vw);
    font-weight: 400;
    overflow: hidden;
    line-height: 120%;
  }
  #projects-title .word-project{
    transform: translate(0,100%);
    opacity: 0;
    color:var(--color-white)
  }
  .word-project2{
    transform: translate(0,-100%);
    opacity: 0;
  }
  #amedeo{
    background:url("Img/anmidoBg2.jpg");
    position: relative;
    overflow: hidden;
    background-size: 100%;
    
  }

  .amedeoLogo{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 6;
    height: auto !important;
    width: 35vw !important;
    margin: 0 auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .projects-wrapper{
    margin-top: var(--base-margin-y);
    display: flex;
    flex-direction: column;
    row-gap: var(--base-margin-y);
  }
  .projects-item {
 
    position: relative;
    display: flex;
    flex-direction: column;
  
  }
  .projects-item a{
    cursor: none;
  }
  .projects-item video{
   width:  100%;
   max-height: 80vh;
   object-fit: cover;
  }
  .projects-item h3{
    font-size: clamp(24px, 2.3vw, 5rem);
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    color:var(--color-white);
    margin-top:1rem;
  }
  .projects-item h3 > .desc{
    font-size: clamp(0.75rem, 1.2vw, 4rem);
   
  }
  .projects-item h3 .font2{
    font-size: 3.5vw;
  }
  .projects-wrapper img{
    width: 100%;
    max-height: 80vh;
    object-fit: cover;
  }
  .project-image{
    height: 80vh;
  }
 
  #projects h2 .font2{
   font-size: clamp(48px, 9vw, 11vw);
  }
  #projects-text .word{
    font-size: clamp(0.75rem, 1.2vw, 4rem);
    line-height: 140%;
  }
  #projects .title-container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
    column-gap: 2vw;
    margin-bottom: var(--base-margin-y);
  }
  #projects .title-container h2{
      width: 50%;
  }
  .projects-paragraph{
    width: 50%;
  }
  #video-overlay{
    width: 100%;
    height: 13vh; 
    background-color:#7D83FF; 
    position: absolute;
    z-index: 10; 
    pointer-events: none; 
    opacity: 0.5;
    transition: 0.5s all;
    scale: 0;
    
  }
 
  .imgOver{
    height: 8vw;
    width: 8vw;
    overflow: hidden;
    display: inline-flex;
  }
  #sadDesign{
    transform: rotate(180deg) translateX(-100%);
    height: 8vw;
  
  }
  #smileDesign{
    height: 8vw;
    transform:  translateY(-100%);
    background-color: #7D83FF;
  }
  #reel{
    display: flex;
    justify-content: space-around;
    height: 100vh;
    height: calc(var(--vh, 1vh)* 100);
   margin-bottom: var(--base-margin-y);
   
  }
  .reel-container{
    display: flex;
    flex-direction: column;
    height: 75vh;
    row-gap: 1rem;
  }
  .reel-video{
    flex:1;
    position: relative;
   
  }
  #btnPlayReel{
   cursor: none;
    position: absolute;
    left: calc(50% - 6em);
    top: calc(50% - 4em);
    width: 12em;
    height: 8em;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 22.5em;
    border: 0;
  }
  #reel-video-btn-base{
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 22.5em;
    background: #fff;
    transition: background .3s cubic-bezier(.4,0,.1,1);
  }
  #reel-video-svg{
    z-index: 1;
    width: 2em;
    height: 2em;
    color: #0d0d0d;
    transition: color .3s cubic-bezier(.4,0,.1,1);
  }
  #reel-video-btn-background{
    position: absolute;
    width: 100%;
    height: 100%;
    background: #1AFFD5;
    transform: scale3d(1,0,1);
    transform-origin: bottom;
    transition: transform .4s cubic-bezier(.4,0,.1,1);
  }
  #btnPlayReel:hover #reel-video-btn-base{
    transition: background .1s .3s cubic-bezier(.4,0,.1,1);
    background: #eb5939;
    }
    #btnPlayReel:hover #reel-video-btn-background{
      transform: scaleZ(1);
    }
    #btnPlayReel:hover svg {
      color: #fff;
  }
  .reel-placeholder{
    position: relative;
    overflow: hidden;
    height: 150px;
    top: 50%;
    margin-top: -75px;
  }
  .reel-title{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    flex-direction: row;
    z-index: 10;
    justify-content: center;
    align-items: center;
    column-gap: 14em;
    overflow: hidden;
    height: 150px;
    will-change: transform;
    transform: translate(0, 200%);
    opacity: 0;
  }
  #trust-text .char{
    color:var(--white)
  }
  #trust-text .word{
    opacity: 1;
    transform: none;
  }
  .char{
    display: inline-block;
    font-size: 7.5em;
    color:var(--white);
    align-self: center;
    height: 150px;
    font-weight: 400;
  
  }

  .reel-div{
    display: flex;
    flex-direction: row;
    align-items: center;
  }
   .char-wrapper{
    height: 150px;
    width: 5em;
   
   }
  
   .reel-shapes-top, .reel-shapes-bottom{
    display: flex;
    flex-direction: column;
    overflow: hidden;
    height: 19px;
    position: relative;
   }
 .reel-shape-wrapper {
  height: 19px;
  row-gap: .5em;
  display: flex;
  justify-content: space-between;
 }
 #reel-shape-wrapper-scroll-top-container, #reel-shape-wrapper-scroll-bottom-container{
  white-space: nowrap;
  position: relative;
  height: 19px;
 }
 #reel-shape-wrapper-scroll-bottom-container{
  transform: translateX(-100%);
 }
 .reel-scroll{
  display: inline-flex;
  height: 23px;
  align-items: center;
  justify-content: space-around;
  width: 100%;
 }
 #reel-shape-wrapper-scroll-top, #reel-shape-wrapper-scroll-bottom{
  height: 19px;
  align-items: center;
  display: flex;
  justify-content: space-around;
  width: 100%;
 
 }
 .reel-shape-wrapper img{
  scale: 0;
  opacity: 0;
 }
 #reel-shape-wrapper-scroll-bottom img, #reel-shape-wrapper-scroll-top img{
  display: inline-block;
  width: auto;
  height:19px

 }


  .v-placeholder{
    width: 16vw;
    height: 11vh;
  }
 .video-container{
  width: 16vw;
  display: flex;
  position: absolute;
  align-items: stretch;
  height: 13vh;
  margin-top: 0;
 }
 #why{
  position: relative;
  height: 100vh;
  height: calc(var(--vh, 1vh)* 100);
 }
 #why p{
  font-size: clamp(0.75rem, 1.2vw, 4rem);
  line-height: 140%;
 }
 #why .why-content{
  position: absolute;
  width: 70vw;
  height: 50vh;
  left:0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: 10;
 }
 .whyIcon{
  width:14vh;
 }
 #heart{
  border-radius: 100%;
  background-color: #007FFF;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
 }
 #heartIcon{
  animation:heartbeat 3s ease-in infinite;  
}
@keyframes heartbeat
{
  0%
  {
    transform: scale( .85 );
  }
  20%
  {
    transform: scale( 1.05 );
  }
  40%
  {
    transform: scale( .85 );
  }
  60%
  {
    transform: scale( 1.05 );
  }
  80%
  {
    transform: scale( .85 );
  }
  100%
  {
    transform: scale( .85 );
  }
}
 
#why canvas{
  width: 100% !important;
  height: 100dvh !important;
}
#why h2{
  font-size: clamp(38px, 8vw, 10vw);
  font-weight: 400;
  overflow: hidden;
  color:var(--color-white);
  text-align: center;
  
}

#why h2 .font2{
  font-size: clamp(48px, 9vw, 11vw);
}
#why h3{
  margin-bottom: 0;
  font-size: 3vw;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: var(--color-white);
  line-height: 120%;
  margin-top:2vw;
  margin-bottom: 1vw;
}
#why h3 .font2{
  font-size: 3.5vw;
}
#why p{
  color: var(--color-white);
}
#why-title-one .font2{
  font-size: 9vw;
 }
 #why-title-one > .words-why{
 
  opacity: 1;
  display: inline-block;
 }
 #why-title-two > .words-why{

  opacity: 1;
  display: inline-flex;
  align-items: center;
 }
 #why-2, #why-3, #why-4, #why-5{
  display: none;
  flex-direction: column;
  width: 30vw;
  margin:auto;
  opacity: 0;
  transform: translateY(20px);
 }
#feedback{
  height: 60vh;
  justify-content: center;
  row-gap: 4vw;
  margin-top:var(--base-margin-y);
}

#prev{
  transform: rotate(180deg);
}
#feedback .navigation{
  display: flex;
  flex-direction: row;
  column-gap: 2rem;
}
.feedback-wrapper {
  overflow: hidden;
  width: 100%; 
  padding: 0.5rem;
}
.feedback-content{
  display: flex;
  width:calc(100% - 2vw);
  column-gap: 2vw;
  transition: transform 5s ease-in-out;
  
}
.feedback-item{
  border:1px solid #24324C;
  padding:2vw;
  display: flex;
    flex-direction: column;
    row-gap: 2vw;
    flex: 0 0 50%;
    transition: transform 0.5s ease-in-out;
    position: relative;
  
}
.feedback-item.visible {
  display: flex;
  opacity: 1;
}
.feedback-item img{
  width:80px;
  height: 80px;
}
.feedback-item .header p {text-align: right;}
.feedback-item .header h3{
  font-size: 2vw;
  font-family: 'WindowsRegular';
  letter-spacing: 0.1rem;
  font-weight: normal;
}
.feedback-item .body p{
  font-size: clamp(12px, 1.2vw, 4rem);
    line-height: 140%;
    color:var(--color-white);
}
.feedback-item .header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.feedback-item .header p{
  font-size: 14px;
}
.feedback-item .header div{
  display: flex;
  flex-direction: column;
  color:var(--color-white);
  justify-content: flex-end;
}

.feedback-item::before,
.feedback-item::after {
            content: '';
            position: absolute;
            width: 16px;
            height: 16px;
            background: url('Img/Cross.svg') no-repeat;
            background-size: 16px 16px;
        }

       
        .feedback-item::before {
            top: -8px;
            left: -8px;
        }

       
        .feedback-item::after {
            bottom: -8px;
            right: -8px;
        }

       
        .feedback-item .body::before,
        .feedback-item .body::after {
            content: '';
            position: absolute;
            width: 16px;
            height: 16px;
            background: url('Img/Cross.svg') no-repeat;
            background-size: 16px 16px;
        }

       
        .feedback-item .body::before {
            top:-8px;
            right: -8px;
        }

       
        .feedback-item .body::after {
            bottom: -8px;
            left: -8px;
        }
        .field-wrapper{
          display: flex;
          flex-direction: column;
          padding-top:1.5rem;
          padding-bottom:1.5rem;
          border-bottom: 1px solid #24324C;
        }
        .field-wrapper:first-of-type{
          border-top: 1px solid #24324C;
        }
      
        .field-error > div:first-of-type{
          display: flex;
        
          align-items: center;
          width:20.71px;
     
        }
        .field-error{
          display: flex;
          column-gap: 2vw;
        }
        .field-error p {
          color:#FF101F;
          font-size: clamp(14px, 1.2vw, 4rem);
        }
        .error-dot{
          width: 12px;
          height: 12px;
          border-radius: 100%;
          background-color:#FF101F;
          display: block;;
        }
        #calltoaction{
          height: 100vh;
          height: calc(var(--vh, 1vh)* 100);
          width: 100%;
         display: flex;
         flex-direction: row;
         position: relative;
       
         

        }
        .calltoaction-button h3{
          color:#fff;
          font-size: clamp(24px, 3vw, 10vw);
          font-weight: 400;
          width: 60%;
        }
       
        .calltoaction-button{
          display: flex;
          flex-direction: row;
          margin-top:8vh;
          align-items: center;
          cursor: none;
        }
        #calltoaction-desc {
          display: flex;
          align-items: center;
        }
        #calltoactionCanvas {
          width: 100%;
          position: absolute;
          height: 100vh;
          height: calc(var(--vh, 1vh)* 100);
          z-index: -1;
          left:0;
          top:0;
        }
       
        #calltoaction h2 {
        
          font-size: clamp(38px, 7vw, 10vw);
          font-weight: 400;
          color: var(--color-white);
          line-height: 120%;
      
         
        
      }
      #calltoaction h2 .font2 {
        font-size: clamp(48px, 8vw, 11vw);
    }

  #services video{
    width: 100%;
    display: block;
    object-fit: cover;
    position: absolute;
    z-index: 9;
    height: 13vh;
   }
   
#trust .char{
  font-size: clamp(1rem, 1.5vw, 3rem);
  height: auto;
  opacity: 0.5;
}
.dg.ac{
  z-index: 9999 !important;
}
#about{
      display: flex;
      flex-direction: row;
      column-gap: 2vw;
      position: absolute;
      height: 100dvh;
      overflow-anchor: none;
      width: 100%;
      padding: 0;
      left: 0;
      top: 0;
      opacity: 0;
      visibility: hidden;
      justify-content: flex-end;
      align-items: flex-end;
     

}
#about canvas{
  flex-grow: 1 1 auto !important; /* Ensures canvas grows to take the full height */
  height: 100vh !important;
  width: 100%;  /* Ensure the width of the canvas is 100% of its parent */
  position: absolute;
  left:0;
  top:0;
  
}
#about::after{
  content:'';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top:0;
  left:0;
  z-index: 4;
  background: url('Img/402107790_STATIC_NOISE_400.gif') repeat;
  mix-blend-mode: soft-light;
  
  opacity: 0.7;
 
}
.about-left{
  width: 50%;
  display: flex;
  justify-content: center;
}
.about-left img{width: 80%; }

/* Delay animation for each image */



.about-cross{
    position: absolute;
    z-index: 1;
    display: flex;
    flex-direction: column;
    row-gap: 4vw;
    left: var(--base-padding-x);
    bottom: var(--base-margin-y);
}
.about-right{
  width: 34vw;
  line-height: 140%;
  color: var(--color-white);
  align-self: flex-end;
  position: relative;
  right: var(--base-padding-x);
  z-index: 5;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100vh;
}

.about-socials{
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  position: absolute;
  left:var(--base-padding-x);
  bottom: var(--base-padding-y);
  z-index: 5; 
}
#menu-socials a{
  opacity: 0; /* Start with icons invisible */
  scale: 0;
}
.about-socials a:hover{
  cursor: none;
}
.about-right p{
  color: var(--color-white);
  opacity: 0;
 
}
.about-paragraph{
  position: absolute;
  bottom: var(--base-margin-y);
  left: 0;
  right: 0;
  opacity: 0;
  z-index: 1;
  min-height: 150px;
}

.about-paragraph .word{
  opacity: 1;
}
.about-paragraph .char{
  font-size: clamp(14px, 1.2vw, 4rem);
 height: auto;
 line-height: 140%;
}
#contact{
  width: 100%;
  justify-content: center;
  padding-top:calc(var(--base-margin-y)*4);
  padding-bottom:calc(var(--base-margin-y)*4);
  position: relative;
}
 
  #logo svg{
    width: clamp(155px, 20vw, 205px);
  }
  #logo svg path{
   fill:white;
  }
  #logo div:nth-child(2){
    column-gap:0;
  }
  #logo{
    display: flex;
    flex-direction: column;
    row-gap: 0px;
    background-color:transparent
  }
  
 
  
#player{
  display: none;
  opacity: 0;
  position: fixed;
  top:0;
  left:0;
  width:100%;
  height:100vh;
  z-index: 1000;
  pointer-events: none;
 
}
   
    #close-button {
      position: absolute;
      width: 100px;
      height: 100px;
      border-radius: 50%;
      background-color: #fff;
      align-items: center;
      justify-content: center;
      color: white;
      font-size: 16px;
      cursor: none;
      z-index: 1003;
      pointer-events: none;
      top:0;
      left:0;
      right:0;
      bottom:0;
      display: none;
      
  }
  #overlay-player{
    top:0;
    left:0; 
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 1002;
    pointer-events: none;
    display: none;
    background: transparent;
    cursor: default;
  }
  
   #close-button.scaled {
    transform: scale(1.5);
}


#custom-controls {
  width: 50vw;
  margin-top: 10px;
  position: fixed;
  z-index: 1004;
  position: fixed;
  bottom:2rem;
  left: 50%;
  margin-left:-25vw;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
#play-button, #mute-button {
  cursor: pointer;
  padding: 10px;
  background-color: transparent;
  color: white;
  border: none;
  border-radius: 3px;
  text-transform: uppercase;
  font-size: 1.2em;
  width: 10em;
}
#progress-bar {
  flex-grow: 1;
  height: .375em;
  background-color: #ffffff38;
  margin: 0 10px;
  position: relative;
  border-radius: 1em;;
}
#progress {
  height: 100%;
  background-color: #fff;
  width: 0;
  border-radius: 1em;;
}
.mobile-svg {
  display: none;
}

.desktop-svg {
  display: inline-block;
}
.menuMobile, #MenuMobile{
  display: none;
}
#contact h2{
  font-size: clamp(38px, 8vw, 10vw);
    font-weight: 400;
    color: var(--color-white);
    line-height: 120%;
}
#contact h2 div{
  display: inline-block;
}
#contact h2 .font2{
  font-size: clamp(44px, 9vw, 11vw);
}
.contact-wrapper{
  display: flex;
  justify-content: space-between;
  margin-top:var(--base-margin-y);
}
.contact-form{
  width: 66.66%;
}
#honeypot{
  display: none;
}
.field{
  display: flex;
  column-gap: 2vw;
  margin:0;
  padding-right: 2vw;
}
.field-error{
  display: none;
}
.field .number{
  font-size: clamp(14px, 1vw, 4rem);
    line-height: 160%;
    color: var(--color-dark-white);
    font-family: 'WindowsRegular';
    opacity: 0.8;
    width:22px;
 
}
.field .text{
  width:100%;
}
.contact-details{
  width: 25%;
  display: flex;
  flex-direction: column;
  row-gap: 5vh;
}

.contact-details h3{
  text-transform: uppercase;
  color:var(--color-dark-white);
  font-size: clamp(14px, 1vw, 4rem);
  font-weight: 400;
  margin-bottom: 1rem;
}
.contact-details a, .contact-details p{
  color:var(--color-white);
  font-size: clamp(14px, 1vw, 4rem);
  line-height: 140%;
  font-weight: 400;
  display: block ;
  text-decoration: none;
  margin-bottom: 0.25rem;

}
.field {
  margin-bottom: 10px;
}
.field label:hover{
  cursor: none;
}
.field label {
  display: block;
  font-size: clamp(1rem, 1.5vw, 3rem);
    line-height: 140%;
    color: var(--color-white);
    transition: color 0.3s ease;
}
input:focus + .field label {
  color: #ff6347; /* Change to desired color, e.g., tomato */
}
.field input:hover{
  cursor: none;
}
.field input {
  display: block;
  min-width: 100%;
  font-size: clamp(14px, 1.2vw, 4rem);
  line-height: 140%;
  color: var(--color-white);
  background-color:transparent;
  outline: none;
  border: 0;
  margin-top:1rem;
  font-family: 'Inter', sans-serif;
}
.field input::placeholder, .field textarea::placeholder {
  color: var(--color-dark-white);
  opacity: 0.8;
}
.field textarea:hover{cursor: none;}
.field textarea {
  display: block;
  min-width: 100%;
  font-size: clamp(14px, 1.2vw, 4rem);
  line-height: 140%;
  color: var(--color-white);
  background-color:transparent;
  outline: none;
  border: 0;
  resize: none;
  height: 4rem !important;
  margin-top:1rem;
  font-family: 'Inter', sans-serif;
}
button[type="submit"] svg{
  position: absolute;
}
button[type="submit"] {
  font-weight: 400;
  font-size: clamp(18px, 1.2vw, 4rem);
  cursor: pointer;
  color: var(--color-white);
  outline: none;
  border: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--color-accent);
  width: 8vw;
  height: 8vw;
  border-radius: 100%;
  position: absolute;
  top:-2rem;
}
button[type="submit"]:hover{
  cursor: none;
}
.field-button{
  width: 100%;
  display: flex;
  justify-content: flex-end;
  position: relative;
}
footer{
    position: absolute;
    z-index: 8;
    bottom: 0;
    background: #D4DCFF;
    display: flex;
    padding: var(--base-padding-y) var(--base-padding-x);
    width: 100%;
    justify-content: space-between;
    align-items: center;
    transform: translateY(100%);
    opacity: 1;
}
footer .nav span{
    width: 8px;
    height: 8px;
    background: var(--black);
    border-radius: 100%;
    display: inline-block;
}

footer .footer-left{
  width: 66.66%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.footer-left p {
  font-size: clamp(14px, 1.2vw, 4rem);
  font-weight: 400;
}
.footer-left .nav{
    display: flex;
    gap: max(1.5vw, 0px);
    will-change: transform;
    justify-content: center;
    align-items: center;
}
.footer-left .nav div .char{
  font-size: clamp(14px, 1.2vw, 1.5rem);
  font-weight: 400;
  height: auto;
  color:var(--black);
}
.footer-right .footer-socials{
  display: flex;
  gap:1rem;
}
.footer-socials a:hover{
  cursor: none;
}
footer .footer-right{
  width: 25%;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}

@media screen and (min-width: 2400px) {
  .offers-card{
    height: clamp(280px, 35vh, 460px);
  }
  .offers-card .number{
    bottom: -3vh;
  }
}

  @media screen and (max-width: 1620px) {
    .reel-container{
      display: flex;
      flex-direction: column;
      height: 65vh;
      row-gap: 1rem;
      max-height: 600px;
    }

    .plus-row{
      display: flex;
      flex-direction: row;
    }
    .plus{
      width: clamp(40px, 10vw, 40px); /* Responsive width */
      height: clamp(40px, 10vw, 40px); /* Responsive height */
      position: relative;
    }
    .pb-line1 {
      width: clamp(15px, 4vw, 10px); /* Responsive width */
 
    }
    .pb-line2{
      height: clamp(15px, 4vw, 10px); /* Responsive height */
    }
   
 
 }
 @media screen and (max-width: 1366px) {
  .plus-row{

  }
  .plus-container{
 
  }
  .pb-line2 {
    height: clamp(15px, 4vw, 5px);
}
.pb-line1 {
  width: clamp(15px, 4vw, 5px);
}
  #logo{
    width: 16vw;
  }
  #hero-page h1{
    font-size: 32px;
  }
 
  .text p{
    font-size: 14px;
  }
  .btn-contact{
    top:24px;
    right: 24px;
    padding: 8px 16px;
  }
  .btn-contact a{
    font-size: 14px;
  } 
  #logo div span{
    height: 25px;
  }
  #logo div span img{
    height: 25px;
  }
  .I{
    height: 30px !important;
  }
 }
 @media screen and (max-width: 1132px){
  .plus-container{
  }
  .plus {
    width: clamp(35px, 10vw, 20px);
    height: clamp(35px, 10vw, 20px);
    position: relative;
    }
    .pb-line1 {
      width: clamp(10px, 4vw, 10px);
  }
  .pb-line2 {
    height: clamp(10px, 4vw, 10px);
    }
  
 }
 @media (max-width: 1024px) {
  .header-right{
    gap:0;
  }
  .nav-link{
    width: 90px;
  }


}
@media only screen and (min-width: 769px) and (max-width: 1281px) { 
  #close-button{
    width: 50px;
    height: 50px;
    top:1rem;
    right:1rem;
    left: auto;
  }
} 
 @media (max-width: 768px) {

  #close-button{
    width: 50px;
    height: 50px;
    top:1rem;
    right:1rem;
    left: auto;
  }
  #close-button svg{
    width: 20px;
  }
  button[type="submit"]{
    width: 30vw;
    height:30vw;
  }
  .pb-line1{
    width: 7.5px !important;
  }
  .pb-line2{
    height: 7.5px !important;
  }
  .plus {
    width: 25px !important;
    height: 25px !important;
    position: relative;
   }
}
  @media only screen and (max-width: 640px) {
    .c-scrollbar{
      opacity: 0 !important;
    }
    .nav-link{
      text-align: right;
    }
    .pb-line1{
      width: 5px !important;
    }
    .pb-line2{
      height: 5px !important;
    }
    .plus-container{
      row-gap: 0.5rem;
    }
    .plus-row{
      column-gap: 0.5rem;
    }
    .plus {
      width: 15px !important;
      height: 15px !important;
      position: relative;
  }
  #launch-project{
    width: 100%;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .horizontal-footer h1, .stories-content h1{
    font-size: 12.5vw;
    transform: translateY(0);
  }
    .progress-bar{
      width: 65%;
    }
    .horizontal-footer-progress div{
      width:35%;
    }
    .horizontal-footer-progress, .horizontal-footer-title{
      width: calc(100% - 2 * var(--base-padding-x));
      position: static;
      width: 100%;
    }
    .horizontal-footer-title .stories-text{
      display: none;
    }
    .horizontal-footer{
      position: relative;
      width: 100%;
        height: 35vh;
    }
    .stories-content .stories-text div, .stories-content #launch-project{
      transform: translateY(-10px);
    }
    .horizontal-footer-title{
      height: auto;
      width: 100%;
    }
    .stories-content{
      width: 100%;
      margin-top: 10vh;
      margin-bottom: 8vh;
    }
    .stories-text-flex{
      flex-direction: column;
      row-gap: 10vh;
    }
    .stories-img{
      margin:0;
      width: 100%;
      margin-bottom: var(--base-margin-y);
    }
    .horizontal-section{
      height: auto;
      flex-direction: column;
      margin:0;
    }
    input[type="submit"]{
      width: 30vw;
      height: 30vw;
    }
    .about-cross{
      left: auto;
      right: calc(var(--base-padding-x) + 16px);
      bottom: auto;
      top: 20vh;
      row-gap: 15vw;
    }
    .header-text label{
      height:45px;
      line-height: 45px;
    }
    .word-project2{
      text-align: left;
    }
    .error-dot{
      width: 8px;
      height: 8px;
    }
   #menuMobileList{
    position: fixed;
    bottom:var(--base-padding-y);
    right: var(--base-padding-x);
    z-index: 2001;
    list-style-type: none;
    flex-direction: column;
    row-gap: 1rem;
    display: none;
   }
   #menu-socials{
    position: fixed;
    left:var(--base-padding-x);
    bottom: var(--base-padding-y);
    z-index: 2001;
    flex-direction: column;
    row-gap: 1rem;
    display: none;
   }
   .line:after{
    right:-1px;
   }
   #menuMobileList li p{
    color: var(--color-black);
    font-size: 38px;
    text-decoration: none;
    display: block;
    height: 46px;
    width: 152px;
   }
    .footer-socials a{
      min-height: 38px;
      min-width: 38px;
      text-align: right;
    }
    footer{
      align-items: stretch;
        position: relative;
        transform: translateY(0px);
        padding-bottom: 0;;
    }
    .footer-right .footer-socials{
      gap:0;
    }
   footer .footer-right{
    flex-direction: column-reverse;
    width: 50%;
    align-items: flex-end;
    justify-content: space-between;
   }
    footer .footer-left{
      flex-direction: column-reverse;
      width: 50%;
      row-gap: 2vh;
      
    }
    .footer-left .nav{
      justify-content: flex-start;
      align-items: flex-start;
      flex-direction: column;
    }
    .footer-left .nav-link{
        text-align: start;
        min-height: 38px;
      
    
    }
    .footer-left .nav a .char{
      font-weight: 600;
    }
    footer .nav span{
      display: none;
    }
    #contact{
      padding-top: calc(var(--base-margin-y)*2);
    }
    .contact-wrapper{
      flex-direction: column-reverse;
    }
    .contact-form{
      width: 100%;
     
    }
    .contact-details{
      width: 100%;
    }
    .contact-details{
      flex-wrap: wrap;
      justify-content: space-between;
      column-gap: 1rem;
      flex-direction: row;
      row-gap: 0;
    }
    .contact-details h3{
      margin-bottom: 0.5rem;
    }
    .contact-details div:last-of-type{
      position: relative;
    top: calc(var(--base-margin-y)* -1);
    }
    .contact-details div {
      width: 45%;
    }
    #feedback{
      height: 53vh;
    }
    .feedback-item .header h3{
      font-size: 5vw;
    }
    .feedback-item{
      flex:0 0 100%;
      row-gap: 4vh;
      padding: 1rem;
    }
    .feedback-content{
      column-gap: 6.1vw;
    }
    .feedback-item img{
      height: 60px;
      width: 60px;;
    }
    #why h3{
      font-size: 6vw;
      margin-top:16px;
      margin-bottom: 8px;
    }
    #why h3 .font2{
      font-size: 7vw;
    }
    .whyIcon{
      width: 20vw;
    }
    #why-2, #why-3, #why-4, #why-5{
      width: 70vw;
      margin:auto
    }
    #why p{
      font-size: 14px;
      line-height: 142%;
    }
    #why .why-content{
      margin-top:3rem;
      width: calc(100% - 48px);
    }
    #why h2{
      font-size: 12.5vw;
    }
    #why h2 .font2{
      font-size: 14vw;
    }
    .projects-item{
      margin-bottom: 16px;
    }
    .projects-item h3{
      font-size: 6vw;
      margin-bottom: 0.5rem;
    }
   
    .projects-item h3 .font2{
      font-size: 7vw;
    }
    .projects-wrapper{
      margin-top:0;
    }
    #projects-text .word{
      font-size: 14px;
    }
    #projects .title-container{
      flex-direction: column;
      align-items: flex-end;
      gap: 1rem;
    }
    .projects-paragraph{
      width: 100%;
    }
    #projects h2{
      font-size: 12.5vw;
      width: 100% !important;
    }
    #projects h2 .font2{
    font-size: 14vw;
    }
    .purple-card::before, .green-card::before, .blue-card::before, .lightpurple-card::before{
      right: -32px;
      background-size: 60%;
    }
    .offers-card .number{
      font-size: 50vw;
      bottom: -3vh;
      left: -2rem;
    width: 50%;
    }
    #offers h3{
      font-size: 6vw;
    }
    #offers h3 .font2{
      font-size: 7vw;
    }
    .offers-card{
      height: 180px;;
    }
    .offers-wrapper{
      flex-direction: column;
      gap: 2rem;
      margin-top:0;
    }
    .offers-container{
      row-gap: 2rem;
    }
    #service-word{
      width: 100%;
      text-align: center;
    }
    .v-placeholder{
      height: 7vh;
      width: 30vw;
    }
    .video-container{
      height: 7vh;
      width: 30vw;
    }
    #services video, #video-overlay{
      height: 7vh;
      width: 30vw;
    }
    .imgOver{
      width: 14vw;
      height:14vw;
    }
    #sadDesign{
      height: 14vw;
    }
    #smileDesign{
     height: 14vw;
    }
    #services h2{
      font-size: 12.5vw;
      flex-wrap: wrap;
      margin-top: 2vh;
        row-gap: 2vh;
    }
    #services h2 .font2{
      font-size: 14vw;
    }
    #trust{
      padding-bottom: 0;
    }
    .mouse-cursor{
      display: none;
    }
    
    .reel-scroll img:nth-child(3),
    .reel-scroll img:nth-child(4) {
      display: none;
    }
    .reel-shape-wrapper img:nth-child(4),
    .reel-shape-wrapper img:nth-child(5) {
      display: none;
    }
    .reel-div{
      display: none;
    }
    #offers-text .word{
      font-size: 14px;
    }
    .offers-paragraph{
      width: 100% !important;
    }
    .offers-container{
      width: 100%  !important;
    }
    #offers .title-container{
      flex-direction: column;
      align-items: start;
      gap:1rem;
    }
    #offers h2{
      font-size: 12.5vw;
    }
    #offers h2 .font2{
      font-size: 14vw;
    }
    .trust-item{
      width: 100px;
    }
    #trust-container{
      gap:0;
      flex-direction: column;
    }
    #trust-p{
      width: 100%;
    }
    #trust-text{
      width: 80vw;;
    }
    #trust .char{
      font-size: 16px;
    }
   
    
    .header-text a span{
      width:74px;
    }
    .header-text a span img{
      width: 52px;
    }
    #hero{
      height: 100vh;
      height: calc(var(--vh, 1vh) * 100);
    }
    #hero-canvas{
      margin-top:42px;
    }
    #p-container{
      width: 90vw;
      align-items: flex-start;
    }
    .header-right{
      display: none;
    }
    .header-text-left{
      position: absolute;
    top: 80px;
    left:24px;
    }
    #logo{
    width: 120px;
    }
    #hero-page h1{
      font-size: 32px;
    }
    .text{
      width: 80%;
      left:24px;
      bottom: 24px;
    }
    .text p{
      font-size: 14px;
    }
    .btn-contact{
      top:24px;
      right: 24px;
      padding: 8px 16px;
    }
    .btn-contact a{
      font-size: 14px;
    } 
    #logo div span{
      height: 25px;
    }
    #logo div span img{
      height: 25px;
    }
    .about-right{
      width: 80vw;
    }
    #heartIcon{
      width: 25px;
    }
    #calltoaction-desc{
      width: 100%;
      margin-bottom: 2vh;
    }
    .about-socials{
      left:auto;
      right: var(--base-padding-x);
      top:25vh;
    
    }
    .footer-left p{
      display: none;
    }
    .calltoaction-button{
      margin-top: 4vh;
    }
    #contact h2{
      font-size: 12.5vw;
    }
    #contact h2 .font2{
      font-size: 14vw;
    }
    #calltoaction h2{
      font-size: 12.5vw;
    }
    #calltoaction h2 .font2{
      font-size: 14vw;
    }
    #amedeo{
      height: 192.4px;
    }
    .project-image{
      height: 192.4px;
    }
    #amedeo img{
      height: auto;
    }
    #amedeo .orangeBulb1{
      filter:blur(36px);
      -webkit-filter:blur(36px);
      top: -15%;
      width: 53%;
      right: -30%;
    }
    #amedeo .blueBulb1{
      z-index: 2;
      filter: blur(27px);
      -webkit-filter: blur(27px);
    }
    #amedeo .greenBulb1{
      filter: blur(50px);
      -webkit-filter: blur(50px);
    }
    @keyframes moveGradientsLeft {
      0%, 100% {
          transform: translate(0, 0);
      }
      10% {
          transform: translate(10vw, -5vh);
      }
      20% {
          transform: translate(1vw, 10vh);
      }
      30% {
          transform: translate(5vw, 5vh);
      }
      40% {
          transform: translate(-5vw, -10vh);
      }
      50% {
          transform: translate(10vw, 5vh);
      }
      60% {
          transform: translate(-10vw, -6vh);
      }
      70% {
          transform: translate(20vw, 5vh);
      }
      80% {
          transform: translate(-5vw, 6vh);
      }
      90% {
          transform: translate(10vw, -5vh);
      }
    }
   .calltoaction-container{
    width: 100%;
   }
   #calltoaction{
    flex-direction: column;
    justify-content: flex-end;
   }
   .calltoaction-button h3{
    width: 80%;
   }
   #loading-logo {
    width: 70vw;
    height: 100px;
    overflow: hidden;
    position: relative;
  }
  #loading-percentage{
    font-size: 12vw;
  }
  .menuMobile, #MenuMobile{
    display: block;
  }
  #CloseMenu{
    scale: 0;
    position: fixed;
    z-index: 2001;
    top:var(--base-padding-y);
    right:var(--base-padding-x);
  }
  .menuMobileBg {
    justify-content: flex-end;
    top:0;
    position: fixed;
    display: none;
    flex-wrap: wrap;
    width: 100vw;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    z-index: 2000;
    gap:0;
    border:0;
    margin:0;
    padding:0;
    align-items: flex-start;
    justify-content: flex-start;
 
  }
  .menuMobileBg > div{
    margin: 0; /* Prevent gaps between flex items */
    padding: 0; /* Ensure no internal padding */
    background-color: var(--color-dark-white);
    transform: rotateY(90deg);
    transition: opacity 0.3s ease, transform 0.5s ease;
    opacity: 0;
  }
    /* When the squares are clicked and animated */
  .menuMobileBg .showSquares > div {
    opacity: 1;
    transform: rotateY(0deg); /* Rotate them to the front */
  }

  /* Adding delay to stagger the animation */
  .menuMobileBg .showSquares > div {
    transition-delay: var(--delay); /* Dynamic delay for each square */
  }
}

@media only screen and (min-width: 600px) and (max-width: 1366px) and (orientation: portrait) {
  #services video, #video-overlay, .v-placeholder, .video-container{
    height: 6vh;
    width: 16vw;
  }
  .offers-card{
    height:200px;
  }
  .projects-item img{
    max-height: 40vh;
  }
  #amedeo{
    max-height: 40vh;
  }
  #heartIcon{
    width: 60%;
  }
  input[type="submit"]{
    width: 15vw;
    height: 15vw;
  }
  .whyIcon {
    width: 8vh;
  }
  .reel-div{
    display: none;
  }
  .offers-card .number{
    left: -18px;
    bottom: -6vh;
  }
  .offers-container{
    width: 100%  !important;
  }
  .footer-socials a{
    min-height: 38px;
    min-width: 38px;
    text-align: right;
  }
  footer{
    align-items: stretch;
      position: relative;
      transform: translateY(0px);
      padding-bottom: 0;;
  }
  .footer-right .footer-socials{
    gap:0;
  }
 footer .footer-right{
  flex-direction: column-reverse;
  width: 50%;
  align-items: flex-end;
  justify-content: space-between;
 }
  footer .footer-left{
    flex-direction: column-reverse;
    width: 50%;
    row-gap: 2vh;
    
  }
  .footer-left .nav{
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
  }
  .footer-left .nav-link{
      text-align: start;
      min-height: 38px;
    
  
  }
  .footer-left .nav a .char{
    font-weight: 600;
  }
  footer .nav span{
    display: none;
  }
  .footer-left p{
    display: none;
  }
 
}

