.kv {
  height: 85vh;
}

.kv .dot,
.dot {
  position: absolute;
  border-radius: 30px;
}

.kv .dot::after,
.dot::after {
  content: '';
  position: absolute;
  top: 20px;
  left: 20px;
  background-color: #fff;
  border-radius: 50px;
  width: 20px;
  height: 20px;
}

.dot::after {
  top: 10px;
  left: 10px;
  width: 10px;
  height: 10px;
}

.kv .box-1 {
  width: 50%;
  height: 45%;
  background-color: var(--main);
  top: 20%;
  left: 10%;
}

.kv .box-1 img {
  position: absolute;
  bottom: 20px;
  left: 10px;
  max-width: 620px;
}

.kv .box-2 {
  width: 28%;
  height: 35%;
  background-color: var(--black);
  top: 50%;
  left: 30%;
}

.kv .box-3 {
  width: 32%;
  height: 40%;
  background-color: var(--C1);
  top: 40%;
  right: 20%;
}

.kv .box-3 img {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
}

.kv .box-4 {
  width: 15%;
  height: 10%;
  background-color: #a470e6;
  top: 44%;
  right: 14%;
}

.kv .box-5 {
  width: 25%;
  height: 35%;
  background-color: var(--C3);
  top: 25%;
  right: 4%;
}

.kv .box-6 {
  width: 20%;
  height: 35%;
  background-color: var(--C2);
  top: 10%;
  right: 32%;
}

@media (max-width:1600px) {
  .kv {
    height: 80vh;
  }

  .kv .box-1 {
    width: 48%;
    height: 43%;
    top: 17%;
    left: 5%;
  }

  .kv .box-1 img {
    bottom: 30px;
    left: 20px;
    max-width: 460px;
  }

  .kv .box-2 {
    width: 26%;
    height: 30%;
    top: 45%;
    left: 23%;
  }

  .kv .box-3 {
    width: 28%;
    height: 40%;
    top: 40%;
    left: 43%;
    right: 0;
  }

  .kv .box-3 img {
    max-width: 300px;
  }

  .kv .box-4 {
    height: 8%;
    top: 45%;
    right: 24%;
  }

  .kv .box-5 {
    width: 23%;
    height: 30%;
    top: 30%;
    right: 8%;
  }

  .kv .box-6 {
    height: 31%;
    top: 8%;
    right: 35%;
  }
}

@media (max-width:1300px) {
  .kv .box-1 {
    height: 40%;
    left: 7%;
  }

  .kv .box-1 img {
    left: 23px;
    max-width: 430px;
  }

  .kv .box-2 {
    top: 40%;
    left: 22%;
  }

  .kv .box-3 {
    height: 35%;
    top: 40%;
    left: 46%;
  }

  .kv .box-3 img {
    max-width: 280px;
  }

  .kv .box-4 {
    height: 7%;
    right: 20%;
  }

  .kv .box-5 {
    height: 28%;
  }

  .kv .box-6 {
    top: 6%;
    right: 36%;
  }
}

@media (max-width:1180px) {

  .kv .dot {
    border-radius: 25px;
  }

  .kv .box-1 {
    height: 40%;
    left: 4%;
  }


  .kv .box-3 img {
    max-width: 220px;
  }

  .kv .box-4 {
    height: 10%;
    right: 20%;
    top: 42%;
  }
}

@media (max-width:1090px) {
  .kv .box-1 img {
    max-width: 380px;
  }


}

@media (max-width:768px) {
  .kv {
    height: auto;
  }
}



.kv-logo {
  width: 60%;
  margin: 5rem auto 1.5rem;
}

.kv h1 {
  font-size: 6rem;
  font-weight: 900;
  letter-spacing: 1rem;
  margin-right: -1rem;
}

.kv h4 {
  font-weight: 300;
  letter-spacing: 0.3rem;
  margin-right: -0.3rem
}

.kv h2 {
  font-size: 2.5rem;
  letter-spacing: 0.2rem;
  margin-right: -0.2rem;
}


@media (max-width:576px) {

  .kv-logo {
    width: 90%;
  }
}

:root {
  --animate-delay: 0.3s;
}