#main-landing {
  display: flex;
  align-items: center;
  height: 100vh;
  width: 100%;
  background: radial-gradient(ellipse, var(--gradient-color1) 1%, #080837 50%);
}

.left-part {
  flex: 1;
  height: 100%;
  width: 100%;
  position: relative;
}

.small-img {
  width: 300px;
  height: 300px;
  border-radius: 10px;
  position: absolute;
}

.small-img.type1 {
  top: 25%;
  left: 5%;
}

.small-img.type2 {
  top: 25%;
  right: 10%;
}

.small-img.type3 {
  top: 43%;
  left: 25%;
  height: 340px;
  width: 340px;
}

.main-img {
  position: absolute;
  top: 10%;
  left: 10%;
  width: 600px;
  height: 600px;
}

.rotate {
  animation: rotate-image 20s linear infinite;
}

@keyframes rotate-image {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.right-part {
  flex: 1;
  padding: 40px;
  position: relative;
}

.right-part h1 {
  font-size: 4.5vw;
  font-weight: bold;
  color: #fff7f7;
  margin-bottom: 20px;
  line-height: 1;
}

.right-part h2 {
  font-size: 2.6vw;
  color: #e3e3e3;
  margin-bottom: 10px;
}

.right-part p {
  font-size: 20px;
  color: #ffffff;
  line-height: 1.2;
  margin-bottom: 25px;
  font-weight: 100;
}

.cta-button {
  padding: 20px 100px;
  background-color: #ff9900;
  background-color: #dbdbdb29;
  color: white;
  border: none;
  border-radius: 30px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.cta-button:hover {
  background-color: #ffffff;
  color: #080837;
}

.img-type-3d-moving {
  height: 170px;
  width: 200px;
  position: absolute;
  top: 75%;
  right: 10%;
}

/* Responsive Adjustments */
@media (max-width: 1024px) {
  #main-landing {
    flex-direction: column; /* Stack the left and right sections on medium screens */
    padding: 20px;
  }

  .left-part, .right-part {
    width: 100%;
    padding: 10px;
  }

  .small-img {
    width: 250px;
    height: 250px;
  }

  .main-img {
    width: 500px;
    height: 500px;
    top: 15%;
    left: 10%;
  }

  .right-part h1 {
    font-size: 5vw; /* Adjust the heading size */
  }

  .right-part h2 {
    font-size: 3vw;
  }

  .right-part p {
    font-size: 22px;
  }

  .cta-button {
    padding: 18px 80px; /* Adjust button padding */
  }
}

@media (max-width: 768px) {


  #main-landing {
    flex-direction: column;
    height: auto;
    padding: 20px;
  }

  .small-img {
    width: 200px;
    height: 200px;
  }

  .main-img {
    width: 300px;
    height: 300px;
    top: 23%;
    left: 7%;
  }

  .small-img.type3 {
    top: 48% !important;
    left: 19% !important;
  }
  .right-part h1 {
    font-size: 6vw; /* Further reduce heading size */
  }

  .right-part h2 {
    font-size: 4vw;
  }

  .right-part p {
    font-size: 20px;
  }

  .cta-button {
    padding: 16px 60px; /* Smaller button padding */
  }

  .img-type-3d-moving {
    width: 160px;
    height: 140px;
  }
}

@media (max-width: 480px) {
  .small-img {
    width: 180px;
    height: 180px;
  }


  .right-part h1 {
    font-size: 7vw; /* Adjust the font size for mobile */
  }

  .right-part h2 {
    font-size: 5vw;
  }

  .right-part p {
    font-size: 18px;
  }

  .cta-button {
    padding: 14px 50px;
  }

  .img-type-3d-moving {
    width: 140px;
    height: 120px;
  }
}




  html.lenis,
html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-smooth iframe {
  pointer-events: none;
}

@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");



.d-flex {
  font-family: "Roboto", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
}

.d-flex-c {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}



html.lenis,
html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-smooth iframe {
  pointer-events: none;
}

@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

* {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
}

html,
body {
  height: 100%;
  width: 100%;
}

.AK-d-flex {
  display: flex;
  align-items: center;
  justify-content: center;
}

.AK-d-flex-c {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

#main {
  width: 100%;
  min-height: 100vh;
}

/* Specific section styles */
.AK-section1 {
  position: relative;
  width: 100%;
  height: 100vh;
  background-color: #111;
  color: #fff;
}

.AK-section2 {
  position: relative;
  width: 100%;
  height: 100vh;
  background-color: #683eff;
  color: #fff;
}

.AK-section1 h1,
.AK-section2 h1 {
  font-size: 5vw;
}

.AK-section1 p,
.AK-section2 p {
  font-size: 2vw;
  font-weight: 200;
}

.AK-innerText {
  width: 100%;
  height: 100%;
  gap: 5vh;
}

.AK-innerText h2 {
  width: 30%;
  font-size: 2vw;
  text-align: center;
  font-weight: 400;
  opacity: 0;
}

.AK-innerText a {
  text-decoration: none;
  opacity: 0;
}

.AK-innerText a button {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 50px;
  padding: 1vw 2vw;
  transition: 0.5s;
}

.AK-innerText a button:hover {
  background-color: yellowgreen;
}

.AK-img-div {
  width: 100%;
  height: 100vh;
  position: absolute;
  pointer-events: none;
  overflow: hidden;
}

.AK-lft,
.AK-rght {
  width: 50%;
  height: 100%;
  padding: 1vw;
}

.AK-imge {
  width: 100%;
  height: 60%;
  background-size: cover;
  background-position: center;
}

.AK-one-img {
  background-image: url("/images/For_web/tecno-img/mongo.png");
}

.AK-two-img {
  margin-top: -10vh;
  background-image: url("/images/For_web/tecno-img/js.png");
}

.AK-three-img {
  background-image: url("/images/For_web/tecno-img/node.png");
}

.AK-four-img {
  margin-top: -10vh;
  background-image: url("/images/For_web/tecno-img/html.png");
}

@media (max-width: 799px) {
  .AK-section1 {
    padding: 5vw;
    gap: 3vh;
  }

  .AK-section1 h1,
  .AK-section2 h1 {
    font-size: 12vw;
    text-align: center;
  }

  .AK-section1 p,
  .AK-section2 p {
    font-size: 5vw;
  }

  .AK-innerText h2 {
    width: 70%;
    font-size: 5vw;
  }

  .AK-innerText a button {
    padding: 2.5vw 5vw;
  }
}





.AK-WEB-content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 13vh;
  width: 100%;
  height: 90vh;
  padding: 0vw 15vw;
  font-family: fontone;
  font-size: 1.5vw;
  letter-spacing: 0.1vw;
}

.AK-WEB-content h1 {
  text-align: center;
  font-size: 3rem;
}

.AK-WEB-dots-div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 5vh;
}

.AK-WEB-dot {
  width: 0.3vw;
  height: 0.3vw;
  border-radius: 50px;
  background-color: rgb(0, 0, 0);
}
.AK-WEB-img-div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
}

.AK-WEB-video {
  width: 25vw; /* Initial width */
  height: 50vh; /* Initial height */
  background-color: #ffffff; /* Placeholder for testing */
  /* Optionally add styles for smooth transition */
  transition: width 0.6s, height 0.6s; /* Smooth transition for resizing */
}

.small-img.type3 {
  top: 43%;
  left: 25%;
  height: 340px;
  width: 340px;
}

/* .right-part{
  margin-top: -7rem;
} */

@media(max-width:768px){
.small-img.type3 {
  top: 43%;
  left: 25%;
  height: 203px !important;
  width: 219px !important; 


}


/* For screens smaller than 768px */
@media(max-width: 768px) {
  .AK-WEB-content {
    font-size: 3.5vw; /* Adjust font size for small screens */
    padding: 0vw 5vw; /* Reduce padding */
  }

  .AK-WEB-content h1 {
    font-size: 1.3rem; /* Adjust header font size */
  }

  .AK-WEB-video {
    width: 50vw; /* Adjust video width */
    height: 40vh; /* Adjust video height */
  }

  .small-img.type3 {
    top: 40%;
    left: 15%;
    height: 203px !important;
    width: 219px !important;
  }

  .AK-WEB-dots-div {
    height: 10vh; /* Increase dot div height on smaller screens */
  }

  .AK-WEB-dot {
    width: 0.6vw;
    height: 0.6vw;
  }
}

/* For screens smaller than 480px */
@media(max-width: 480px) {
  .AK-WEB-content {
    font-size: 5vw;
    padding: 0vw 2vw;
    height: 57vh;
  }

  .AK-WEB-content h1 {
    font-size: 1.3rem; /* Adjust header font size */
  }

  .AK-WEB-video {
    width: 60vw; /* Adjust video width */
    height: 35vh; /* Adjust video height */
  }

  .small-img.type3 {
    top: 30%;
    left: 10%;
    height: 180px !important;
    width: 200px !important;
  }

  .AK-WEB-dots-div {
    height: 2vh; /* Further increase dot div height */
  }

  .AK-WEB-dot {
    width: 1vw;
    height: 1vw;
  }
}
/* .right-part{
  margin-top: 1rem;
} */
}