@font-face {
  font-family: 'MyWebFont';
  src: url('/fonts/HelveticaNeueCyr-Light.woff2') format('woff2');
}

@font-face {
  font-family: 'MyWebFont2';
  src: url('/fonts/HelveticaNeueCyr-Roman.woff2') format('woff2');
}

::-webkit-scrollbar {
  width: 7px; 
}

::-webkit-scrollbar-track {
  border-radius: 10px; 
}

::-webkit-scrollbar-thumb {
  background: #fff;
  border-radius: 10px;
}

* {
  margin: 0;
  padding: 0;
}

html,
body {
  font-family: 'MyWebFont';
  overflow-x: hidden;
  background-color: black;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

.loader {
  height: 10px;
  background-color: rgb(255, 0, 0);
  position: absolute;
  top: 0;
}

.webgl {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  outline: none;
}

.webg {
  position: fixed;
  top: 0;
  left: 0;
  outline: none;
  z-index: 1;
  width: 100vw;
  height: 100vh;


}

#section1 {
  z-index: 2;
  position: relative;
  height: 100vh;
}



#menuholder {
  position: fixed;
  width: auto;
  right: 9vw;
  margin-top: 3vh;
  z-index: 30 !important;
  display: flex;
  justify-content: flex-end;
}

#logo {
  z-index: 3;
  position: absolute;
  display: none;
  top: 6vh;
  left: 5vw;

}

.subcontainer {
  width: auto;
  margin: 0;
  z-index: 3;
  display: flex;
  justify-content: flex-end;
}

.navbar {
  width: auto;
  min-height: 60px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  z-index: 3;
}

.nav-menu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0rem;
  z-index: 3;
}

.nav-item {
  list-style: none;
}

.hamburger {
  display: none;
  cursor: pointer;
  z-index: 10;
}

.bar {
  display: block;
  width: 25px;
  height: 3px;
  margin: 5px;
  transition: all 0.3s ease;
  background-color: rgb(255, 255, 255);
}

#menuholder li a {
  display: inline-block;
  color: rgba(255, 255, 255, 0.9);
  text-align: center;
  padding: 14px 40px;
  font-weight: 500;
  text-decoration: none;
  letter-spacing: -0.02em;
  transition: all 0.3s ease;
  white-space: nowrap;
}

#menuholder li a:hover {
  color: #ffffff;
  opacity: 1;
}

@media (max-width:1600px) {
  #menuholder {
    right: 5vw;
  }
}

@media (max-width:1120px) {
  #menuholder {
    right: 20px;
  }

  .hamburger {
    display: block;
    margin-left: auto;
  }

  .hamburger.active .bar:nth-child(2) {
    opacity: 0;
  }

  .hamburger.active .bar:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }

  .hamburger.active .bar:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }

  .nav-menu {
    position: fixed;
    top: 0;
    left: 100%;
    flex-direction: column;
    background-color: rgba(0, 0, 0, 0.95);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    width: 100%;
    height: 100vh;
    text-align: center;
    transition: 0.3s ease;
    padding-top: 80px;
    gap: 2rem;
  }

  .nav-menu.active {
    left: 0;
  }

  #menuholder li a {
    font-size: 24px;
    padding: 15px 30px;
  }
}

@media (max-width:600px) {
  #menuholder {
    right: 15px;
  }

  #menuholder li a {
    font-size: 20px;
    padding: 12px 24px;
  }
}

/******** Nav ************/
/******** Nav ************/

#section1 h1 {
  position: absolute;
  top: 5vh;
  left: 4vw;
  color: white;
  font-size: 72px;
  line-height: 72px;
  font-weight: 500;
  z-index: 4;
  letter-spacing: 0.02em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

#scrolldown {
  position: absolute;
  bottom: 5vh;
  left: 4vw;
  color: white;
  font-size: 17px;
  z-index: 2;

}

#sect1p {
  position: absolute;
  top: 70vh;
  left: 19vw;
  z-index: 2;
}

#sect1p p {
  color: white;
  width: 27.5vw;
  font-size: 1rem;
  line-height: 160%;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  letter-spacing: -0.01em;
}

#w {
  position: absolute;
  left: 0;
  top: 0;
}

#section2 {
  position: relative;
  height: 100vh;
}

.webgl4 {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  outline: none;
}

#section3 {
  position: relative;
  height: 100vh;
  z-index: 20;
  scroll-margin-top: -50px;
}

.wrapper4 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}

.wrapper4 .marquee p {
  font-size: 3rem;
  font-weight: 300;
}

#full_video {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

#full_video img {

  width: 140px;
  height: 140px;
  cursor: pointer;
}

#videofullpage {
  position: fixed;
  overflow-y: hidden;
  overscroll-behavior: contain;
  display: none;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 178;
  background: black;
  width: 100vw;
  height: 100vh;

}

#videofullpage video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  height: 80%;
}

#videofullpage img {
  position: fixed;
  width: 30px;
  height: 30px;
  top: 40px;
  right: 40px;
  cursor: pointer;
  z-index: 1000;
}

#section4 {
  z-index: 2;
  position: relative;
  height: 100vh;

}

.sect4container {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;

}

.sect4h1 h1 {
  color: white;
  font-size: 3.4rem;
  font-weight: 600;
  line-height: 100%;
  width: 65vw;
  letter-spacing: 0.02em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

.sect4cont {
  margin-top: 20vh;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20%;
}

.sect4p {
  display: block;
}

.sect4p span {
  display: block;
  background-color: white;
  width: 30vw;
  height: 1px;
  margin-top: 7vh;
}

.sect4p p {
  font-size: 1rem;
  color: white;
  width: 30vw;
  text-justify: inter-word;
  line-height: 150%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  letter-spacing: -0.01em;
  font-weight: 400;
}

#section5 {
  position: relative;
  height: 100vh;
  z-index: 2;
}

#sect5cont {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#section5 p {
  color: white;
  font-size: 1.1rem;
  margin-bottom: 7px;
}

#section5 h1 {
  font-family: 'MyWebFont2';
  color: white;
  font-size: 5.5rem;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.02em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

.wrapper9 {

  position: absolute;
  top: 50%;
  left: 50%;
  transform: rotateY(35deg) skewY(-13deg);
  transform: translate(-50%, -50%);
  max-width: 100%;
  overflow: hidden;
  opacity: 0.5;
  perspective: 300px;


}

.wrapper9 div {
  transform-style: preserve-3d;


}

.wrapper9 img {
  width: 24vw;
  height: 15vw;
}

.marquee5 {
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  animation: marquee 50s linear infinite;
}

#section6 {
  position: relative;
  height: 110vh;
  z-index: 2;
}

.sect6container {
  position: absolute;
  top: 10vh;
  left: 50%;
  transform: translate(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.sect6h1 h1 {
  color: white;
  font-size: 3rem;
  font-weight: 500;
  line-height: 100%;
  width: 55vw;
  letter-spacing: 0.01em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

.sect6cont {
  margin-top: 15vh;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20%;
}

.sect6p {
  display: flex;
  flex-direction: column;
}

.sect6p span {
  display: block;
  background-color: white;
  width: 30vw;
  height: 1px;
  margin-top: 5vh;
}

.sect6p p {
  font-size: 0.9rem;
  color: white;
  width: 30vw;
  text-justify: inter-word;
  line-height: 150%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  letter-spacing: -0.01em;
  font-weight: 400;
}

#section7 {
  position: relative;
  z-index: 2;
  height: 950vh;
}

#recwor {
  position: absolute;
  top: 15vh;
  left: 50vw;
  transform: translate(-50%);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#section7 h1 {
  font-size: 9.3rem;
  color: white;
  letter-spacing: 0.02em;
  font-weight: 500;
}

.mod {
  display: none;
  position: fixed;
  z-index: 999999999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.95);
}

.mod .modimg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 1200px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.mod .modimg img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 85vh;
  object-fit: contain;
}

/* Hide navigation elements when any model is visible */
body:has(.mod[style*="display: block"]) .hamburger,
body:has(.mod[style*="display: block"]) .nav-menu,
body:has(.mod[style*="display: block"]) #menuholder,
body:has(.mod[style*="display: block"]) #backtotop,
body:has(#videofullpage[style*="display: block"]) .hamburger,
body:has(#videofullpage[style*="display: block"]) .nav-menu,
body:has(#videofullpage[style*="display: block"]) #menuholder,
body:has(#videofullpage[style*="display: block"]) #backtotop {
  display: none !important;
}

#xbutton1,
#xbutton2,
#xbutton3,
#xbutton4,
#xbutton5,
#xbutton6,
#xbutton7,
#xbutton8,
#xbutton9,
#xbutton10,
#xbutton11,
#xbutton12,
#xbutton13,
#xbutton14,
#xbutton15,
#xbutton16,
#xbutton17,
#xbutton18,
#xbutton19 {
  position: fixed;
  width: 30px;
  height: 30px;
  top: 40px;
  right: 40px;
  cursor: pointer;
  z-index: 1000;
}

.recentworkcontainer {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 45vh;
  left: 50vw;
  transform: translate(-50%);
  width: 37vw;
  height: 37vh;
  cursor: pointer;
}

.recentimg img {
  height: 95%;
  bottom: auto;
  left: 0;
  right: auto;
  top: 0;
  width: 100%;
  object-fit: cover;
  z-index: 8;
  cursor: pointer;
}

.recenth2 {
  font: 'MyWebFont';
  font-size: 1.2rem;
  /* margin-top: -120px; */
  font-weight: 100;

}

.recentp {
  margin-top: 5px;
  color: rgb(166, 166, 166);
  display: flex;
  justify-content: space-between;
}

.year {
  color: white;
}

.sect7rec2 {
  top: 121vh;
  left: 28vw;
}

.sect7rec3 {
  top: 134vh;
  left: 72vw;
}

.sect7rec4 {
  top: 198vh;
  left: 28vw;
}

.sect7rec5 {
  top: 220vh;
  left: 70vw;
}

.sect7rec6 {
  top: 275vh;
  left: 28vw;
}

.sect7rec7 {
  top: 300vh;
  left: 72vw;
}

.sect7rec8 {
  top: 350vh;
  left: 28vw;
}

.sect7rec9 {
  top: 380vh;
  left: 72vw;
}

.sect7rec10 {
  top: 430vh;
  left: 28vw;
}

.sect7rec11 {
  top: 460vh;
  left: 72vw;
}

.sect7rec12 {
  top: 510vh;
  left: 28vw;
}

.sect7rec13 {
  top: 550vh;
  left: 72vw;
}

.sect7rec14 {
  top: 600vh;
  left: 28vw;
}

.sect7rec15 {
  top: 640vh;
  left: 72vw;
}

.sect7rec16 {
  top: 690vh;
  left: 28vw;
}

.sect7rec17 {
  top: 740vh;
  left: 72vw;
}

.sect7rec18 {
  top: 800vh;
  left: 28vw;
}

.sect7rec19 {
  top: 850vh;
  left: 72vw;
}

#divqr {
  position: absolute;
  left: 10vw;
  bottom: 10vh;

  /* max-width: 150%; */
  /* overflow: hidden;  */
}

.wrapper {
  position: absolute;
  top: 5vh;
  max-width: 100%;
  overflow: hidden;
}

.marquee {
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  animation: marquee 50s linear infinite;
}

.marquee p {
  display: inline-block;
  font-size: 5rem;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  letter-spacing: -0.01em;
}

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

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

#section8 {
  position: relative;
  height: 115vh;
  z-index: 2;
}

#section8 h1 {
  position: absolute;
  font-size: 2.8rem;
  top: 32vh;
  left: 15vw;
  width: 70%;
  line-height: 110%;
  letter-spacing: 0.02em;
  font-weight: 400;
}

.sect8div {
  position: absolute;
  top: 70vh;
  left: 50vw;
  transform: translate(-50%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18%;
}

.sect8divr p {
  width: 500px;
  line-height: 150%
}

#section9 {
  height: 100vh;
  position: relative;
  z-index: 2;

  /* justify-content: space-evenly; */
  /* align-items: center; */
  /* gap: 50%; */
}

.sect9cont {
  margin-left: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;

}

#backtotop {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 90px;
  right: 20px;
  cursor: pointer;
  z-index: 999999999 !important;
  display: none;
}

.sect9elem {
  display: flex;
  justify-content: space-between;
  width: 65%;
}

.sect9head {
  font-size: 1.4rem;
  line-height: 100%;
}

.sect9elem span {
  display: block;
  background-color: white;
  width: 100%;
  height: 1px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.sect9p {
  line-height: 200%;
  font-size: 1rem;
}

.fwa {
  margin-top: 2vh;
}

.cssdesign {
  margin: 5vh 0;
}

.award {
  margin: 5vh 0;
}

#section10 {
  position: relative;
  height: 100vh;
  z-index: 2;
}

.webgl3 {
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;

}

.footer {
  position: absolute;
  top: 70vh;
  left: 20vw;
}

.footerleftcont {
  display: flex;
  gap: 15vw;
}

.footerright {
  position: absolute;
  top: 70vh;
  left: 70vw;
}

.footerright a {
  padding: 0px 20px;
}

.socials {
  margin-top: -5px;
}

.footerleftdiv a {
  margin-left: -20px;
}

.footerleftdiv p {
  line-height: 200%;
}

.footerright div a {
  margin-left: -20px;
}

.footerright div {
  line-height: 200%;
}

#section10 a {
  color: white;
  text-decoration: none;
}

#section10 a:hover {
  text-decoration: underline;
}

.wrapper2 {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  max-width: 100%;
  overflow: hidden;
}

@media (max-width:1200px) {
  .sect4h1 h1 {
    font-size: 3.5rem;
    width: 70vw;
  }

  .sect4cont {
    margin-top: 20vh;
  }

  .sect6h1 h1 {
    font-size: 2.5rem;
    width: 65vw;
  }

  .sect6p p {
    width: 40vw;
  }

  .sect6p span {
    width: 40vw;
  }

  #section8 h1 {
    font-size: 2.6rem;
    width: 70%;
  }
}
@media (max-width:1300px) {
  #sect5cont {
    width: 60%;
  }
  div#sect1p {
    top: 78vh;
  }
}
@media (max-width:1120px) {
  #sect5cont {
    width: 75%;
}
.clients {
  width: 70px!important;
  height: 70px!important;
}
.nav-menu {
  padding-top: 0px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: space-around;
  justify-content: center;
  align-items: center;
}

div#sect1p {
  top: 78vh;
}
  #logo {
    display: none;
  }

  #section1 h1 {
    font-size: 50px;
    line-height: 52px;
  }

  #sect1p {
    top: 70vh;
    left: 13vw;
  }

  #sect1p p {
    width: 50vw;
    font-size: 1rem;
    line-height: 160%;
    font-weight: 300;
  }

  #scrolldown {
    display: none;
  }

  .sect4h1 h1 {
    font-size: 3rem;
    width: 80vw;
  }

  .sect4cont {
    margin-top: 20vh;
  }

  .sect6h1 h1 {
    font-size: 2.3rem;

  }

  #section7 h1 {
    font-size: 7rem;
  }

  .marquee p {
    font-size: 4rem;
    font-weight: 500;
  }

  #section8 h1 {
    font-size: 2.4rem;
    top: 32vh;
    left: 15vw;
    width: 80vw;
    line-height: 110%;
  }

  #backtotop {
    bottom: 90px;
    right: 15px;
  }
  .sect7rec2 {
    top: 95vh;
    left: 28vw;
  }
  
  .sect7rec3 {
    top: 115vh;
    left: 72vw;
  }
  
  .sect7rec4 {
    top: 150vh;
    left: 28vw;
  }
  
  .sect7rec5 {
    top: 175vh;
    left: 70vw;
  }
  
  .sect7rec6 {
    top: 205vh;
    left: 28vw;
  }
  
  .sect7rec7 {
    top: 235vh;
    left: 72vw;
  }
  
  .sect7rec8 {
    top: 260vh;
    left: 28vw;
  }
  
  .sect7rec9 {
    top: 290vh;
    left: 72vw;
  }
  
  .sect7rec10 {
    top: 315vh;
    left: 28vw;
  }
  
  .sect7rec11 {
    top: 340vh;
    left: 72vw;
  }
  
  .sect7rec12 {
    top: 365vh;
    left: 28vw;
  }
  
  .sect7rec13 {
    top: 390vh;
    left: 72vw;
  }
  
  .sect7rec14 {
    top: 415vh;
    left: 28vw;
  }
  
  .sect7rec15 {
    top: 445vh;
    left: 72vw;
  }
  
  .sect7rec16 {
    top: 470vh;
    left: 28vw;
  }
  
  .sect7rec17 {
    top: 500vh;
    left: 72vw;
  }
  
  .sect7rec18 {
    top: 525vh;
    left: 28vw;
  }
  
  .sect7rec19 {
    top: 555vh;
    left: 72vw;
  }
  #section7 {
    height: 620vh;
  }
}

@media (max-width:800px) {
  .hover svg {
    width: 120px;
    height: 120px;
  }

  .read_more {
    width: 120px;
    height: 120px;
  }

  .sect4h1 h1 {
    font-size: 2.2rem;
    width: 80vw;
  }

  .sect4cont {
    flex-direction: column-reverse;
    margin-top: 19vh;
  }

  .sect4p p {
    width: 60vw;
  }

  .sect4p span {
    width: 60vw;
    margin-top: 3vh;
  }

  #full_video img {
    width: 120px;
    height: 120px;
  }

  #section5 h1 {
    font-size: 4.5rem;
    line-height: 120%;
  }

  .sect6h1 h1 {
    font-size: 2rem;
    width: 65vw;
  }

  .sect6cont {
    flex-direction: column-reverse;

  }

  .sect6h1 h1 {
    font-size: 1.5rem;
    width: 75vw;
  }

  .sect6p p {
    width: 80vw;
  }

  .sect6p span {
    width: 80vw;
  }

  #section7 h1 {
    font-size: 5rem;
  }

  #section7 {
    height: 420vh;
  }

  .bigcontainer {
    position: absolute;
    top: 35vh;
    left: 68vw;
    transform: translate(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;

  }

  .wid800 {
    /* position: relative; */
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5vw;
  }

  .recentworkcontainer {
    top: 20vh;
    position: inherit;
    width: 40vw;
    height: 38vh;

  }

  .recenth2 {
    font-size: 0.8rem;
  }

  .recentp {
    font-size: 0.9rem;
  }

  .recentimg img {
    height: 90%;
  }

  .sect8div {
    flex-direction: column-reverse;

  }

  .marquee p {
    font-size: 2.9rem;
    font-weight: 500;
  }

  #section8 {
    height: 105vh;
  }

  #section8 h1 {
    font-size: 1.5rem;
    top: 26vh;
    left: 50%;
    transform: translate(-50%);
    width: 75vw;
    line-height: 110%;
  }

  .sect8div {
    top: 55vh;
    left: 50%;
    transform: translate(-50%);
    display: flex;
    justify-content: space-between;
    align-items: center;

  }

  .sect8divr p {
    width: 75vw;
  }

  #divq {
    margin-top: 20px;
    margin-left: -50%;
  }

  .sect8divr p {
    font-size: 1rem;
  }

  .sect9cont {
    margin-left: 0;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
  }

  .sect9elem {
    width: 90vw;
  }

  .footer {
    font-size: 0.9rem;
    left: 10vw;
  }

  .footerright {
    font-size: 0.9rem;
    left: 70vw;
  }

  #backtotop {

    bottom: 90px;
    right: 25px;
  }
}

@media (max-width:600px) {
  .hamburger {
    margin-left: 75%;
  }

  #section1 h1 {
    font-size: 30px;
    line-height: 32px;
  }

  #sect1p {
    top: 70vh;
    left: 5vw;
  }

  #sect1p p {
    width: 50vw;
    font-size: 1rem;
    line-height: 160%;
    font-weight: 300;
  }

  #sect1p p {
    width: 90vw;
    font-size: 1rem;
    line-height: 160%;
    font-weight: 300;
  }

  #section1 li a {
    font-size: 10vw;
  }

  .sect4h1 h1 {
    font-size: 2rem;
    width: 80vw;
  }

  .sect4cont {
    flex-direction: column-reverse;
    margin-top: 19vh;
  }

  #full_video img {
    width: 120px;
    height: 120px;
  }

  .hover svg {
    width: 100px;
    height: 100px;
  }

  .read_more {
    width: 100px;
    height: 100px;
  }

  .sect4p p {
    width: 80vw;
  }

  .sect4p span {
    width: 80vw;
  }

  #section5 {
    height: 70vh;
  }

  #section5 h1 {
    font-size: 3rem;
    line-height: 120%;
  }

  .sect6cont {
    flex-direction: column-reverse;

  }

  .sect6h1 h1 {
    font-size: 1.5rem;
    width: 75vw;
  }

  .sect6p p {
    width: 80vw;
  }

  .sect6p span {
    width: 80vw;
  }

  #section7 h1 {
    font-size: 3rem;
  }

  #section7 {
    height: 915vh;
  }
  .clients {
    width: 100px !important;
    height: 100px !important;
}
  .bigcontainer {
    position: absolute;
    top: 30vh;
    left: 87vw;
    transform: translate(-50%);
    width: 100%;
  }

  .wid800 {
    display: flex;
    flex-direction: column;

  }

  .recentworkcontainer {
    top: 20vh;
    position: inherit;
    width: 75vw;
    height: 44vh;
  }

  .recentimg img {
    height: 95%;

  }

  .recenth2 {
    font-size: 1rem;
  }

  .recentp {
    font-size: 0.9rem;
  }

  .marquee p {
    font-size: 3rem;
    font-weight: 500;
  }

  #section8 h1 {
    font-size: 1.5rem;
    top: 28vh;
    left: 15vw;
    width: 80%;
    line-height: 110%;
  }

  .sect8div {
    flex-direction: column-reverse;

  }

  .marquee p {
    font-size: 2.9rem;
    font-weight: 500;
  }

  #section8 h1 {
    font-size: 1.5rem;
    top: 26vh;
    left: 50%;
    transform: translate(-50%);
    width: 75vw;
    line-height: 110%;
  }

  .sect8div {
    top: 55vh;
    left: 50%;
    transform: translate(-50%);
    display: flex;
    justify-content: space-between;
    align-items: center;

  }

  .sect8divr p {
    width: 75vw;
  }

  #divq {
    margin-top: 20px;
    margin-left: -50%;
  }

  .orange img {
    width: 130px;
    height: 130px
  }

  .white img {
    width: 130px;
    height: 130px
  }

  .sect8divr p {
    font-size: 1rem;
  }

  .footer {
    font-size: 0.8rem;
    top: 75vh;
    left: 5vw;
  }

  .footerright {
    top: 75vh;
    font-size: 0.8rem;
    left: 65vw;
  }

  #backtotop {
    width: 60px;
    height: 60px;
    bottom: 90px;
    right: 10px;
  }
  #sect5cont {
    width: 75%;
  }
  div#sect1p {
    top: 60vh;
  }
}
@media (max-width:430px) {
  .hamburger {
    margin-left: 70%;
  }
  .webgl {
    z-index: 1;
  }
  #section1 h1 {
    font-size: 30px;
    line-height: 32px;
  }
  .sect6container {
    align-items: normal;
  }
  .sect4h1 h1 {
    width: 82vw;
  }
  #section3 {
    height: 88vh;

}
.sect4cont {
  margin-top: 5vh;
}
  #full_video img {
    width: 110px;
    height: 110px;
  }

  .wrapper9 img {
    width: 60vw;
    height: 35vw;
  }

  #section5 {
    height: 40vh;
  }

  #section5 h1 {
    font-size: 2rem;
    line-height: 120%;
  }

  .sect6h1 h1 {
    font-size: 2rem;
    font-weight: 600 !important;
  }
  .sect6cont {
    margin-top: 5vh;
}
  #section7 {
    height: 800vh;
  }

  #section7 h1 {
    font-size: 2rem;
  }

  .recentworkcontainer {
    width: 75vw;
    height: 38vh !important;
  }

  .modimg {
    width: 100% !important;
    height: 35% !important;
  }

  .recentimg img {
    height: 95%;
  }

  .bigcontainer {
    top: 25vh;
  }

  .marquee p {
    font-size: 2.8rem;
    font-weight: 500;
  }
  #section8 h1 {
    font-weight: 600 !important;
    font-size: 1.9rem;
    top: 23vh;
    left: 50%;
    transform: translate(-50%);
    width: 80vw;
    line-height: 110%;
  }

  .sect8div {
    top: 50vh;
    left: 50%;
    transform: translate(-50%);
    display: flex;
    justify-content: space-between;
    align-items: center;

  }

  .sect8divr p {
    width: 80vw;
  }

  #divq {
    margin-top: 20px;
    margin-left: -50%;
  }

  .orange img {
    width: 110px;
    height: 110px
  }

  .white img {
    width: 110px;
    height: 110px
  }

  .sect8divr p {
    font-size: 0.9rem;
  }

  .footer {
    font-size: 0.7rem;
    top: 75vh;
    left: 5vw;
  }

  .footerright {
    top: 75vh;
    font-size: 0.7rem;
    left: 60vw;
  }

  .footerleftcont {
    gap: 5vw;
  }

  .sect4container div#divq {
    display: none!important;
  }

  .hide-mobile {
    display: none;
  }

  .clients {
    width: 75px!important;
    height: 75px!important;
  }
  .cta__circle {
    transform: translate(-35%, 0%);
  }
}
@media (max-width:375px) {
  .hamburger {
    margin-left: 70%;
  }
  .webgl {
    z-index: 1;
  }
  #section1 h1 {
    font-size: 30px;
    line-height: 32px;
  }

  .sect4h1 h1 {
    font-size: 1.5rem;
    width: 85vw;
  }

  #full_video img {
    width: 110px;
    height: 110px;
  }

  .wrapper9 img {
    width: 60vw;
    height: 35vw;
  }

  #section5 {
    height: 40vh;
  }

  #section5 h1 {
    font-size: 2rem;
    line-height: 120%;
  }

  .sect6h1 h1 {
    font-size: 1.3rem;
  }

  #section7 {
    height: 800vh;
  }

  #section7 h1 {
    font-size: 2rem;
  }

  .recentworkcontainer {
    width: 75vw;
    height: 38vh !important;
  }

  .modimg {
    width: 100% !important;
    height: 35% !important;
  }

  .recentimg img {
    height: 95%;
  }

  .bigcontainer {
    top: 25vh;
  }

  .marquee p {
    font-size: 2.8rem;
    font-weight: 500;
  }
  #section8 h1 {
    font-size: 1.3rem;
    top: 26vh;
    left: 50%;
    transform: translate(-50%);
    width: 80vw;
    line-height: 110%;
  }

  .sect8div {
    top: 50vh;
    left: 50%;
    transform: translate(-50%);
    display: flex;
    justify-content: space-between;
    align-items: center;

  }

  .sect8divr p {
    width: 80vw;
  }

  #divq {
    margin-top: 20px;
    margin-left: -50%;
  }

  .orange img {
    width: 110px;
    height: 110px
  }

  .white img {
    width: 110px;
    height: 110px
  }

  .sect8divr p {
    font-size: 0.9rem;
  }

  .footer {
    font-size: 0.7rem;
    top: 75vh;
    left: 5vw;
  }

  .footerright {
    top: 75vh;
    font-size: 0.7rem;
    left: 60vw;
  }

  .footerleftcont {
    gap: 5vw;
  }

  .sect4container div#divq {
    display: none!important;
  }

  .hide-mobile {
    display: none;
  }

  .clients {
    width: 75px!important;
    height: 75px!important;
  }
  .cta__circle {
    transform: translate(-35%, 35%);
  }
}

@media (max-width:300px) {
  .recentworkcontainer {
    width: 75vw;
    height: 38vh !important;
  }

  .modimg {
    width: 100% !important;
    height: 35% !important;
  }

  #section6 {
    height: 150vh;
  }

  .footer {
    font-size: 0.5rem;
    top: 75vh;
    left: 5vw;
  }

  .footerright {
    top: 75vh;
    font-size: 0.5rem;
    left: 60vw;
  }
}


/* svg  */
/* svg  */
/* svg  */



.read__more {
  transition: all .5s ease-in-out;
  transform: scale(0);
}

.hover {
  position: absolute;
  /* padding: 20px; */
  /* background-color: aqua; */
}

.cta__circle:hover .read__more {
  transform: scale(1);
}

#full_video {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

#full_video img {
  width: 125%;

}

/* Contact us */
#divq2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.contact {

  width: 170px;
  height: 170px;
  /* padding: 15px; */
  margin-top: -20px;
}

.contact svg {
  width: 170px;
  height: 170px;

}

.orange {
  position: absolute;
  transition: all .5s ease-in-out;
  transform: scale(0);
}

.orange::after {
  scale: 0;
}

.contact:hover .orange {
  transform: scale(1.01);
}



/* .container {
  position: absolute;
  width:auto;
  height: auto;

} */

.swipeimage {
  position: absolute;
  width: 140px;
  height: 140px;

  z-index: 9;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

/* .imagediv{
  position: absolute;
  margin: 0;
  /* left: 40%; */
/* padding-right: -14px; */
/* } */

a {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  padding: 10px 20px;
}

a:hover {
  text-decoration: none;
}

.clients {
    width: 100px;
    height: 100px;
}

.logos {
  display: flex;
  flex-wrap: wrap;
  align-content: stretch;
  justify-content: space-between;
  column-gap: 40px;
}

/* Headers */
h1, h2, h3, h4, h5, h6,
#section1 h1,
.sect4h1 h1,
.sect6h1 h1,
#section5 h1,
#section7 h1,
#section8 h1 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  letter-spacing: -0.02em;
  font-weight: 500;
}

/* Section text elements */
#sect1p p,
.sect4p p,
.sect6p p,
.sect8divr p,
.sect9p,
.footerleftdiv p {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  letter-spacing: -0.01em;
  font-weight: 400;
}

/* Navigation and menu items */
#menuholder li a {
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  letter-spacing: -0.02em;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
}

/* Section headers specific adjustments */
#section1 h1 {
  font-weight: 500;
  letter-spacing: 0.02em;
}

#section5 h1 {
  font-family: 'MyWebFont2';
  font-weight: 400;
  letter-spacing: 0.02em;
}

#section7 h1 {
  font-weight: 500;
  letter-spacing: 0.02em;
}

.sect4h1 h1 {
  font-weight: 600;
  letter-spacing: 0.02em;
}

.sect6h1 h1 {
  font-weight: 500;
  letter-spacing: 0.01em;
}

#section8 h1 {
  font-weight: 400;
  letter-spacing: 0.02em;
}

/* Marquee text */
.marquee p {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-weight: 500;
  letter-spacing: -0.01em;
}

/* Footer text */
.footer,
.footerright,
.footerleftdiv {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  letter-spacing: -0.01em;
}

/* Links */
a {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

@media (max-width: 600px) {
  .mod .modimg {
    width: 95%;
    padding: 10px;
  }
  
  .mod .modimg img {
    max-height: 85vh;
  }
}

@media (max-width: 430px) {
  .mod .modimg {
    width: 100%;
    padding: 8px;
  }
  
  .mod .modimg img {
    max-height: 80vh;
  }
}