.page-cluste-front {
  background-color: #f3f6fe;
  height: 100vh;
  background: radial-gradient(63.8% 84.52% at 69.44% 0%, rgb(200, 233, 255) 0%, rgba(255, 255, 255, 0) 100%);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-cluste-front header {
  padding: 20px 0;
  position: fixed;
  top: 0;
  width: 100%;
}
.page-cluste-front header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.page-cluste-front header .container .logo {
  display: block;
  width: 200px;
}
@media (max-width: 768px) {
  .page-cluste-front header .container .logo {
    width: 150px;
  }
}
.page-cluste-front header .container .btn {
  border-radius: 60px;
  font-size: 0.9rem;
  padding: 8px 30px;
  box-shadow: 0 8px 50px 0 rgba(0, 83, 217, 0.31);
}
.page-cluste-front .cod-info-slogan {
  padding-top: 50px;
}
.page-cluste-front .cod-info-slogan .container {
  position: relative;
}
.page-cluste-front .cod-info-slogan .top-icon {
  position: absolute;
  opacity: 0.6;
}
@media (max-width: 768px) {
  .page-cluste-front .cod-info-slogan .top-icon {
    display: none;
  }
}
.page-cluste-front .cod-info-slogan .top-icon.top-icon-1 {
  left: -160px;
  top: 20px;
  animation: triangle 5s linear 0s infinite alternate;
}
.page-cluste-front .cod-info-slogan .top-icon.top-icon-2 {
  right: -100px;
  animation: circle2 5s linear 0s infinite alternate;
}
@media (max-width: 1360px) {
  .page-cluste-front .cod-info-slogan .top-icon.top-icon-2 {
    right: 0;
  }
}
.page-cluste-front .cod-info-slogan .top-icon.top-icon-3 {
  left: -60px;
  top: 380px;
  animation: circle2 5s linear 0s infinite alternate;
}
.page-cluste-front .cod-info-slogan .top-icon.top-icon-4 {
  top: 460px;
  right: 0;
  animation: circle2 5s linear 0s infinite alternate;
}
@keyframes circle2 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(50px);
  }
}
@keyframes triangle {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.page-cluste-front .cod-info-slogan .cod-info-main .text {
  font-size: 3.4rem;
  line-height: 1.6;
  font-weight: bold;
  margin-bottom: 2.3rem;
  letter-spacing: 1px;
  color: #000;
}
@media (max-width: 992px) {
  .page-cluste-front .cod-info-slogan .cod-info-main .text {
    font-size: 1.9rem;
  }
}
@media (max-width: 768px) {
  .page-cluste-front .cod-info-slogan .cod-info-main .text {
    font-size: 1.3rem;
    margin-bottom: 1rem;
  }
}
.page-cluste-front .cod-info-slogan .cod-info-main .text span {
  display: block;
  color: #473bf0;
  background-image: linear-gradient(54deg, #fd560f, #e5005b);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}
.page-cluste-front .cod-info-slogan .cod-info-main .text-2 {
  color: #6E7A84;
  font-size: 1.1rem;
}
@media (max-width: 992px) {
  .page-cluste-front .cod-info-slogan .cod-info-main .text-2 {
    font-size: 1rem;
  }
}
@media (max-width: 768px) {
  .page-cluste-front .cod-info-slogan .cod-info-main .text-2 {
    font-size: 0.8rem;
  }
}
.page-cluste-front .cod-info-slogan .cod-info-main .col-btns {
  margin-top: 3rem;
  margin-bottom: 4rem;
}
@media (max-width: 768px) {
  .page-cluste-front .cod-info-slogan .cod-info-main .col-btns {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}
.page-cluste-front .cod-info-slogan .cod-info-main .col-btns .btn {
  border-radius: 30px;
  box-shadow: 0 8px 50px 0 rgba(217, 32, 0, 0.31);
}
.page-cluste-front .cod-info-slogan .cod-info-main .col-btns .btn.btn-primary {
  background: #fd560f;
  font-size: 1.3rem;
  padding: 12px 70px;
  border-color: #fd560f;
}
@media (max-width: 768px) {
  .page-cluste-front .cod-info-slogan .cod-info-main .col-btns .btn.btn-primary {
    font-size: 0.9rem;
  }
}
.page-cluste-front .cod-info-slogan .cod-info-main .col-btns .btn.btn-primary:hover {
  background: rgb(215.2066115702, 65.458677686, 1.7933884298);
  border-color: rgb(215.2066115702, 65.458677686, 1.7933884298);
}
.page-cluste-front .cod-info-slogan .cod-info-main .core-item {
  display: flex;
  padding-left: 0;
  list-style: none;
  justify-content: space-between;
  font-size: 0.92rem;
  margin-bottom: 4rem;
}
@media (max-width: 768px) {
  .page-cluste-front .cod-info-slogan .cod-info-main .core-item {
    margin-bottom: 2rem;
    font-size: 0.67rem;
  }
}
.page-cluste-front .cod-info-slogan .cod-info-main .core-item li i {
  color: #fd560f;
  margin-right: 4px;
}
.page-cluste-front .line_wrap {
  top: 0px;
  left: 50%;
  bottom: 0px;
  height: 100vh;
  width: 80%;
  z-index: -1;
  display: block;
  position: absolute;
  overflow: hidden;
  transform: translateX(-50%);
  border-left: 1px solid rgba(0, 0, 0, 0.07);
}
@media (max-width: 768px) {
  .page-cluste-front .line_wrap {
    display: none;
  }
}
.page-cluste-front .line_wrap:before {
  width: 1px;
  left: 0;
  content: "";
  height: 100px;
  position: absolute;
  animation: scroll1 15s ease-out infinite;
  background-image: linear-gradient(0deg, #000000, transparent);
}
.page-cluste-front .line_wrap .line_item {
  width: 20%;
  float: left;
  height: 100%;
  position: relative;
  display: inline-block;
  border-right: 1px solid rgba(0, 0, 0, 0.07);
}
.page-cluste-front .line_wrap .line_item:before {
  width: 1px;
  right: -1px;
  content: "";
  height: 100px;
  position: absolute;
}
.page-cluste-front .line_wrap .line_item:nth-child(odd):before {
  animation: scroll2 15s ease-out infinite;
  background-image: linear-gradient(0deg, transparent, #000000);
}
.page-cluste-front .line_wrap .line_item:nth-child(even):before {
  animation: scroll1 15s ease-out infinite;
  background-image: linear-gradient(0deg, #000000, transparent);
}
.page-cluste-front .line_wrap.line_white {
  border-left: 1px solid rgba(247, 95, 7, 0.07);
}
.page-cluste-front .line_wrap.line_white:before {
  background-image: linear-gradient(0deg, #f9c883, transparent);
}
.page-cluste-front .line_wrap.line_white .line_item {
  border-right: 1px solid rgba(247, 95, 7, 0.07);
}
.page-cluste-front .line_wrap.line_white .line_item:nth-child(odd):before {
  background-image: linear-gradient(0deg, transparent, rgba(251, 83, 45, 0.83));
}
.page-cluste-front .line_wrap.line_white .line_item:nth-child(even):before {
  background-image: linear-gradient(0deg, rgba(251, 83, 45, 0.83), transparent);
}
@keyframes scroll1 {
  0% {
    top: 0px;
    opacity: 1;
  }
  50% {
    top: 50%;
  }
  100% {
    top: 100%;
    opacity: 0.5;
  }
}
@keyframes scroll2 {
  0% {
    opacity: 1;
    bottom: 0px;
  }
  50% {
    bottom: 50%;
  }
  100% {
    bottom: 100%;
    opacity: 0.5;
  }
}
