.hero-banner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.hero-banner::after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: 1px;
  height: 2px;
  background: #fff;
  z-index: 1;
}

.hero-slider {
  border-bottom: 2px solid #fff;
}

.hero-slider .swiper-slide {
  /* height: 97vh; */
  height: 100vh;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.hero-slider .swiper-slide video {
  width: 100vw;
  height: 97vh;
  object-fit: cover;
  display: block;
  transform: translateZ(0);
}

.hero-slider .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-slider .swiper-slide::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 15.12%, #FFFFFF 96.16%),
    linear-gradient(360deg, rgba(255, 255, 255, 0) 65.29%, #FFFFFF 92.6%);
}

.hero-content {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  margin-top: -20px;
}

.clr-blue {
  color: var(--light-blue);
}

.btn-link {
  display: inline-flex;
  padding: 0px 25px;
  align-items: center;
  justify-content: center;
  height: 50px;
  border-radius: 25px;
  background: var(--garident-4);
  gap: 20px;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
}

.btn-link.btn-link-gradient-3 {

  background: var(--garident-3);

}

.btn-link.btn-link-new {
  background: var(--garident-3);
}

.btn-link.btn-link-color:hover {
  background: var(--garident-2);
  color: white;
}

.btn-link.btn-link-new:hover {
  color: white;
  background: linear-gradient(to top, var(--puple), var(--puple));
}

.btn-link svg {
  transition: var(--transition);
}

.btn-link.btn-link-new:hover svg {

  transform: unset;

}

.bg_gradient_sec .btn-link:hover,
.bg_gradient_01 .btn-link:hover {
  background: var(--garident-2);
  color: var(--light-grey);
}

.btn-link:hover svg {
  transform: translateX(5px);
}

.btn-link:hover svg path {
  fill: var(--light-grey);
}

.hero-slider .hero-bullet.swiper-pagination-bullets {
  bottom: 70px;
  left: 50%;
  max-width: 1200px;
  text-align: left;
  margin: 0px auto;
  transform: translateX(-50%);
}

.hero-bullet .swiper-pagination-bullet {
  width: 82px;
  height: 2px;
  background: var(--light-blue);
  opacity: 0.3;
  border-radius: 0px;
}

.hero-bullet .swiper-pagination-bullet-active {
  background: var(--pink-light);
  opacity: 1;
}

.hm-first {
  margin-top: -2px;
  overflow: hidden;
}

.p-space {
  padding: 110px 0px;
}

.p-space-1 {
  padding: 85px 0px;
}

.pt-space {
  padding-top: 110px;
}

.pt-space-1 {
  padding-top: 85px;
}

.section-heading {
  display: inline-flex;
  height: 26px;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  background: var(--light-grey);
  padding: 0px 12px;
  font-size: 14px;
  line-height: 14px;
  color: var(--black);
}

.mb-45 {
  margin-bottom: 45px;
}

.btn-link-space {
  padding: 0px 35px;
}

.hm-core-sol-block {
  display: flex;
}

.hm-core-left-box {
  width: 41%;
}

.hm-core-left-box h2 {
  max-width: 445px;
}

.hm-core-right-box {
  width: 52%;
  margin-left: auto;
}

@media screen and (min-width: 1441px) {
  .hm-core-right-box {
    margin-top: 70px;
  }
}

.cloud-slide {
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(242, 244, 244, 1);
  padding: 28px 0px;
}

.cloud-slide:hover:not(.not_hover:hover) {
  background: var(--light-grey);
}

.cloud-icon-heading {
  display: flex;
  align-items: center;
  gap: 15px;
  max-width: 215px;
}

.cloud-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  min-width: 72px;
  height: 72px;
}

.cloud-icon-heading h4 {
  margin-bottom: 0px;
  color: var(--dark-blue);
  font-weight: 400;
}

.cloud-content {
  margin-left: auto;
  max-width: 360px;
  padding-right: 50px;
}

.cloud-content p {
  line-height: 1.7;
}

.cloud-slider,
.testimonial-slider {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s;
}

.slick-initialized.slick-slider {
  visibility: visible;
  opacity: 1;
}

.cloud-slider .slick-list {
  margin: 0px -4px;
}

.cloud-slider .slick-slide {
  margin: 0px 4px;
}

.cloud-slider .slick-slide {
  border-top: 1px solid rgba(242, 244, 244, 1);
}

.cloud-slider .slick-dots {
  bottom: -10px;
  text-align: left;
}

.cloud-slider .slick-dots li {
  width: 60px;
  height: 2px;
}

.cloud-slider .slick-dots li button::before {
  width: 60px;
  height: 2px;
  content: "";
  background: var(--light-blue);
  opacity: 0.20;
}

.cloud-slider .slick-dots li.slick-active button::before {
  opacity: 1;
}

.cloud-slider.slick-dotted {
  margin-bottom: 0px !important;
  padding-bottom: 70px;
}

.hm-map-block {
  background: rgba(242, 244, 244, 0.50);
  overflow: hidden;
}

.map-block-wrap {
  display: flex;
  align-items: center;
  height: 500px;
  position: relative;
}

.map-left-box .mb-45 {
  margin-bottom: 25px;
}

.map-left-box {
  width: 495px;
  z-index: 1;
}

.map-right-box {
  position: absolute;
  right: -130px;
  top: -50px;
}

.loc-point-wrap {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid var(--puple);
  position: relative;
}

.loc-point-wrap::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background: var(--puple);
}

.loc-point-name {
  display: flex;
  align-items: center;
  min-width: 100px;
  width: max-content;
  height: 37px;
  border-radius: 6px;
  box-shadow: 0px 10px 30px 0px #6E6E6E99;
  background: #fff;
  padding: 8px;
  gap: 8px;
  position: absolute;
  top: -48px;
  left: -37px;
  z-index: 11;
  transform: translateY(-30px);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.loc-point-name::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  background: url('../images/polygon.png') no-repeat;
  width: 8px;
  height: 6px;
}

.loc-flag-box {
  width: 22px;
  height: 22px;
  min-width: 22px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.loc-flag-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.loc-point-name span {
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  text-transform: uppercase;
}

.loc-box {
  position: absolute;
}

.loc-box:hover {
  z-index: 10;
}


.loc-box:hover .loc-point-name {
  transform: translateY(0px);
  visibility: visible;
  opacity: 1;
  z-index: 11;
}

.loc-box-1 {
  /* right: 40.5%; */
  right: 64.5%;
  top: 195px;
}

.loc-box-2 {
  /* right: 37%; */
  right: 59%;
  top: 180px;
}

.loc-box-3 {
  /* right: 39%; */
  right: 62%;
  top: 235px;
}

.loc-box-4 {
  /* right: 35%; */
  right: 56%;
  top: 205px;
}

.loc-box-5 {
  /* right: 31.5%; */
  right: 50.5%;
  top: 200px;
}

.loc-box-6 {
  /* right: 19.5%; */
  right: 30.5%;
  top: 360px;
}

.loc-box-7 {
  /* right: 22.5%; */
  right: 35.5%;
  top: 360px;
}

.hm-why-cluster {
  padding: 55px 0px;
  background: var(--garident-bg);
  display: flex;
  align-items: center;
  height: 670px;
  overflow: hidden;
}


.clr-white {
  color: #fff;
}

.why-cluster-wrap {
  max-width: 725px;
}

@media screen and (min-width: 1441px) {
  .why-cluster-wrap h3 {
    margin-bottom: 30px;
  }
}

.why-cluster-wrap p {
  line-height: 1.65;
  margin-bottom: 40px;
}

.btn-link-white {
  background: #fff;
  color: var(--black);
}

.btn-link-white svg path {
  fill: var(--black);
}

.why-right-cornor {
  position: absolute;
  right: 0px;
}

.testimonial-slide {
  width: 587px;
  height: 355px;
  background: var(--light-grey);
  padding: 40px 40px 30px;
  position: relative;
}

.testimonial-slide p {
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 20px;
  margin-top: 30px;
}

.testimonial-slide a {
  font-size: 16px;
  color: var(--pink-light);
}

.testimonial-slide a svg {
  transition: var(--transition);
}

.testimonial-slide a:hover {
  color: var(--dark-blue);
}

.testimonial-slide a:hover svg path {
  fill: var(--dark-blue);
}

.testimonial-slide a:hover svg {
  transform: translateX(5px);
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 10px;
  position: absolute;
  bottom: 30px;
}

.t-author-box {
  width: 44px;
  min-width: 44px;
  height: 44px;
  border-radius: 50%;
  overflow: hidden;
}

.t-author-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.t-author-name p {
  font-size: 14px;
  line-height: 14px;
  color: var(--black);
  margin-bottom: 5px;
  margin-top: 0px;
}

.t-author-name span {
  display: block;
  font-size: 14px;
  line-height: 14px;
  color: var(--black);
  opacity: 0.50;
}

.mb-30 {
  margin-bottom: 30px;
}

.testimonial-sec {
  overflow: hidden;
}

.testimonial-wrap {
  width: 100%;
  padding-left: calc((100vw - 1200px) / 2);
  margin-left: 12px;
}

.testimonial-slider .slick-list {
  margin: 0px -12px;
}

.testimonial-slider .slick-slide {
  margin: 0px 12px;
}

.slick-slider .slick-prev::before {
  content: "\f060";
  font-family: 'FontAwesome';
  color: var(--light-blue);
}

.slick-slider .slick-arrow::before {
  font-size: 20px;
  opacity: 1;
}

.slick-slider .slick-next::before {
  content: "\f061";
  font-family: 'FontAwesome';
  color: var(--light-blue);
}

.testimonial-slider .slick-arrow {
  top: -55px;
  z-index: 1;
}

.testimonial-slider .slick-prev {
  right: 395px;
  left: unset;
}

.testimonial-slider .slick-next {
  right: 370px;
}

.slick-slider .slick-arrow:hover::before,
.slick-slider .slick-arrow:focus::before {
  color: var(--black);
}

.cta-sec {
  display: flex;
  /* align-items: center; */
  border-width: 1px;
  border-style: solid;
  /* border-image: linear-gradient(270deg, #6B46F5 0%, #802BA2 100%) 1; */
  border-color: #764597;
  /* height: 110px; */
}

.cta-icon-box {
  width: 110px;
  /* height: 100%; */
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(90deg,
      rgba(105, 60, 156, 1) 0%,
      rgba(57, 94, 177, 1) 100%);
  /* background: linear-gradient(
    90deg,
    rgba(105, 60, 156, 1) 0%,
    rgba(57, 94, 177, 1) 100%
  ); */
}

.cta-content h3 {
  font-weight: 400;
  background: linear-gradient(270deg, #6B46F5 0%, #802BA2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 7px;
  line-height: 41px;
}

.cta-content-wrap {
  display: flex;
  width: 100%;
  align-items: center;
  padding: 23px 35px;
}

.cta-content p {
  font-size: 14px;
  color: #807979;
  /* line-height: 14px; */
  line-height: 1.5;
}

.cta-content-wrap a {
  margin-left: auto;
}

.cta-content-wrap a:hover {
  background: var(--garident-3);
}

.hm-news-sec {
  background: var(--garident-bg);
  overflow: hidden;
}

.hm-news-left-box {
  width: 31%;
}

.hm-news-left-box p {
  max-width: 75%;
}

.hm-news-left-box p,
.hm-news-left-box h3 {
  color: var(--light-grey);
}

.hm-news-wrap {
  display: flex;
}

.blog-slider-wrap {
  width: 843px;
  margin-left: auto;
  position: relative;
}

.blog-thumbnail {
  width: 100%;
  height: 300px;
  overflow: hidden;
}

.blog-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: var(--transition);
}

.blog-thumbnail:hover img {
  transform: scale(1.05);
}

.blog-content {
  position: relative;
  padding-top: 35px;
  padding-bottom: 115px;
  padding-left: 20px;
  /* border-left: 1px solid rgba(196, 77, 251, 0.50); */
}

.blog-content::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 1px;
  height: 150%;
  background: rgba(196, 77, 251, 0.50);
}

.blog-content a {
  display: flex;
}

/* .blog-content a:hover{ color: #fff;} */
.blog-content a h5 {
  max-width: 215px;
  margin-left: auto;
  color: #fff;
  font-weight: 500;
  transition: var(--transition);
  margin-bottom: 0px;
}

.blog-content a:hover h5 {
  color: #fff;
}

.blog-content a:hover svg path {
  fill: #fff;
}

.blog-slider {
  overflow: hidden;
}

.swiper-button-next {
  background: unset !important;
  width: unset !important;
  height: unset !important;
  right: -30px !important;
}

.swiper-button-prev {
  background: unset !important;
  left: -30px !important;
  width: unset !important;
  height: unset !important;
}

.swiper-button-next::before {
  content: "\f061";
  color: #fff;
  font-size: 20px;
  font-family: 'FontAwesome';
  opacity: 1;
  transition: var(--transition);
}

.swiper-button-prev::before {
  content: "\f060";
  color: #fff;
  font-size: 20px;
  font-family: 'FontAwesome';
  opacity: 1;
  transition: var(--transition);
}

.swiper-button-next:hover::before,
.swiper-button-prev:hover::before,
.swiper-button-next:focus::before,
.swiper-button-prev:focus::before {
  color: var(--black);
}

.swiper-button-prev,
.swiper-button-next {
  top: 35% !important;
}



.hero-content-wrap h1 {
  background: linear-gradient(142.61deg,
      rgba(121, 65, 149, 1) 0%,
      rgba(102, 85, 161, 1) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  position: relative;
  align-self: stretch;

}

@media screen and (min-width: 1441px) {

  .hero-content-wrap h1 {
    margin-bottom: 20px;
  }
}

.gradient_title {
  background: linear-gradient(142.61deg,
      rgba(121, 65, 149, 1) 0%,
      rgba(102, 85, 161, 1) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.gradient_title.gradient_title_new {
  background: unset;
  background-clip: unset;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
}

@media screen and (max-width: 1440px) {
  .cloud-slide {
    padding: 20px 0px;
  }

  .cloud-icon {

    width: 60px;
    min-width: 60px;
    height: 60px;
  }
}

@media screen and (max-width: 768px) {
  .cloud-slide {
    padding: 15px 0px;
  }

  .hero-bullet .swiper-pagination-bullet {
    width: 60px;
  }

  .btn-link-space {
    padding: 0px 25px;
  }
}

@media screen and (max-width: 700px) {
  .btn-link svg {
    width: 28px;
  }

  .cloud-icon {
    width: 50px;
    min-width: 50px;
    height: 50px;
  }

  .hero-slider .swiper-slide::before {
    background: linear-gradient(270deg, rgb(255 255 255 / 74%) 15.12%, #FFFFFF 96.16%), linear-gradient(360deg, rgba(255, 255, 255, 0) 65.29%, #FFFFFF 92.6%);
  }

  .hero-bullet .swiper-pagination-bullet {
    width: 45px;
  }
}