
.home-section {
  padding: 0 calc(15px + 85 * (100vw - 320px) / 1600);
  height: 100%;
  background-image: url("../images/landing/home-bg.png");
  background-size: cover;
}
.home-section .home-sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding-top: 118px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 0;
}
@media (max-width: 991px) {
  .home-section .home-sec {
    height: 100%;
    padding: calc(132px + 26 * (100vw - 320px) / 1600) 0 calc(80px + 20 * (100vw - 320px) / 1600) 0;
  }
}
@media (max-width: 1500px) {
  .home-section .home-sec .home-effect {
    display: none;
  }
}
.home-section .home-sec .home-effect li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  color: rgba(var(--white), 1);
  gap: 30px;
  position: relative;
  padding: 10px 0;
  position: absolute;
}
@media (max-width: 1700px) {
  .home-section .home-sec .home-effect li {
    font-size: 15px;
    gap: 20px;
  }
  .home-section .home-sec .home-effect li .outline-icon {
    width: 24px;
  }
}
@media (max-width: 1900px) {
  .home-section .home-sec .home-effect li {
    font-size: 15px;
    gap: 20px;
  }
  .home-section .home-sec .home-effect li .outline-icon {
    width: 24px;
  }
}
@media (max-width: 2100px) {
  .home-section .home-sec .home-effect li {
    font-size: 15px;
    gap: 20px;
  }
  .home-section .home-sec .home-effect li .outline-icon {
    width: 24px;
  }
}



.home-section .home-sec .home-effect li:first-child {
  left: -180px;
  top: 8%;
}
@media (max-width: 1700px) {
  .home-section .home-sec .home-effect li:first-child {
    left: -120px;
  }
}
.home-section .home-sec .home-effect li:nth-child(2) {
  left: -300px;
  top: 32%;
}
@media (max-width: 1700px) {
  .home-section .home-sec .home-effect li:nth-child(2) {
    left: -220px;
  }
}
.home-section .home-sec .home-effect li:nth-child(3) {
  left: -260px;
  top: 56%;
}
@media (max-width: 1700px) {
  .home-section .home-sec .home-effect li:nth-child(3) {
    left: -190px;
  }
}
.home-section .home-sec .home-effect li:nth-child(4) {
  left: -180px;
  top: 80%;
}
@media (max-width: 1700px) {
  .home-section .home-sec .home-effect li:nth-child(4) {
    left: -120px;
  }
}
.home-section .home-sec .home-effect li .effect-img {
  position: absolute;
  left: -20px;
  height: 100%;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.home-section .home-sec .home-effect li:after {
  content: "";
  position: absolute;
  left: 50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 26px;
  background-color: rgba(var(--white), 0.2);
}
@media (max-width: 1700px) {
  .home-section .home-sec .home-effect li:after {
    left: 33px;
  }
}
.home-section .home-sec .home-content {
  width: 38%;
  padding-bottom: 50px;
}
@media (max-width: 1400px) {
  .home-section .home-sec .home-content {
    width: 50%;
  }
}
@media (max-width: 1199px) {
  .home-section .home-sec .home-content {
    width: 76%;
  }
}
@media (max-width: 991px) {
  .home-section .home-sec .home-content {
    width: 100%;
    padding-bottom: 0;
  }
}
.home-section .home-sec .home-content h2 {
  font-family: "Qwitcher Grypen", cursive;
  font-size: calc(38px + 12 * (100vw - 320px) / 1600);
  color: rgba(var(--theme-color), 1);
  padding: 0 40px;
  display: inline-block;
  position: relative;
  margin-top: -16px;
}
.home-section .home-sec .home-content h2:after, .home-section .home-sec .home-content h2:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 2px;
  width: 20px;
  background-color: rgba(var(--theme-color), 1);
}
.home-section .home-sec .home-content h2:before {
  left: unset;
  right: 0;
}
.home-section .home-sec .home-content h1 {
  font-family: "Play", sans-serif;
  font-size: calc(28px + 26 * (100vw - 320px) / 1600);
  line-height: 1.2;
  color: rgba(var(--title-color), 1);
}
.home-section .home-sec .home-content p {
  color: rgba(var(--content-color), 1);
  font-size: calc(18px + 2 * (100vw - 320px) / 1600);
  margin-bottom: 0;
}
.home-section .home-sec .home-content .btn-solid {
  margin-top: calc(35px + 20 * (100vw - 320px) / 1600);
}
.home-section .home-sec .home-img {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 100%;
  padding-right: 40px;
  padding-top: 60px;
}
.home-section .home-img {
  position: relative;
  z-index: 1;
}
.home-section .home-img .robot-img {
  width: 92%;
  border-bottom: 3px solid #079ab5
}
@media (max-width: 1700px) {
  .home-section .home-img .robot-img {
    width: 83%;
  }
}
@media (max-width: 1400px) {
  .home-section .home-img .robot-img {
    width: 72%;
  }
}
.home-section .home-img .round-effect {
  right: 30px;
  top: 10px;
  width: 660px;
  height: 660px;
  border: 2px dashed rgba(var(--theme-color), 1);
  padding: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100%;
  position: absolute;
  z-index: -1;
  background-color: #0b0f1a;
}
@media (max-width: 1700px) {
  .home-section .home-img .round-effect {
    width: 620px;
    height: 620px;
  }
}
@media (max-width: 1400px) {
  .home-section .home-img .round-effect {
    width: 530px;
    height: 530px;
    right: 10px;
  }
}
@media (max-width: 1199px) {
  .home-section .home-img .round-effect {
    width: 400px;
    height: 400px;
  }
}
.home-section .home-img .round-effect:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: calc(100% - 26px);
  height: calc(100% - 26px);
  border: 4px solid #a8dcd7;
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 1199px) {
  .home-section .home-img .round-effect:after {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
  }
}
.home-section .home-img .round-effect img {
  width: 100%;
  height: 100%;
  -webkit-filter: hue-rotate(45deg);
          filter: hue-rotate(45deg);
}

