/* scss/style.scss */
* {
  padding: 0;
  margin: 0;
}
body {
  background-color: white;
  overflow-x: hidden !important;
  font-family: "EquipExtended";
}
.site-main {
  overflow-x: hidden;
}
.sticky {
  backdrop-filter: blur(20px);
  background: #000;
}
.header-main .uk-navbar-container {
  top: 0;
  left: 0;
  right: 0;
  background-color: transparent !important;
}
.main-btn {
  background: linear-gradient(90deg, #684EC4 0%, #1771BD 100%);
  color: #fff;
}
.btn-outline {
  background: none;
  border: 1px solid #000;
  color: #000;
}
.header-main {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 2;
  left: 0;
}
.header-main .navbar-nav li a {
  font-size: 18px;
  color: #fff;
}
.wpb_raw_code {
  margin: 0 !important;
}
.same-size .vc_row {
  justify-content: center;
  display: flex;
}
.same-size .vc_row .title h1 {
  font-size: 48px;
  color: #fff;
}
.same-size .vc_row .title h1 strong {
  color: #0E76BD;
}
.home-slider {
  height: 900px;
}
.home-slider .company-logo-box {
  margin-top: 8rem;
}
.home-slider .container {
  height: 100%;
}
.home-slider .carousel-indicators {
  bottom: 20px;
  width: 80%;
  justify-content: space-between;
  margin: auto auto 1rem auto;
  background: #383737;
}
.home-slider .carousel-indicators [data-bs-target]::before {
  content: attr(data-bs-count);
  position: absolute;
  top: -30px;
  left: 31.5rem;
  transform: translateX(-50%);
  font-size: 12px;
  color: #fff;
}
.home-slider .carousel-indicators [data-bs-target]::after {
  content: attr(data-bs-label);
  position: absolute;
  top: 15px;
  left: 32.5rem;
  transform: translateX(-50%);
  font-size: 12px;
  color: #fff;
}
.home-slider .carousel-indicators button {
  margin: 0;
  border: 0;
  width: 20%;
  position: relative;
}
.home-slider .carousel-indicators button p {
  color: #fff;
}
.home-slider .carousel-inner {
  height: 100%;
}
.home-slider .carousel-inner .carousel-item {
  height: 100%;
}
.home-slider .carousel-inner::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #14142B 8.99%, rgba(0, 0, 0, 0) 89.72%);
  top: 0;
  left: 0;
  z-index: 1;
}
.home-slider .carousel-inner img {
  height: 100%;
  object-fit: cover;
}
.home-slider h1 {
  font-size: 48px;
  font-weight: 400;
  line-height: 56.5px;
}
.home-slider .carousel-content-box {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  z-index: 1;
  align-items: center;
}
.home-slider .carousel-content-box .company-logo {
  width: 23%;
}
.home-slider .carousel-content-box .chat-form {
  padding: 40px;
  background: #fff;
  border-radius: 10px;
  width: 85%;
  margin-left: auto;
}
.home-slider .carousel-content-box .chat-form h1.form-title {
  font-size: 30px;
  font-weight: 700;
  line-height: 37.5px;
}
.home-slider .carousel-content-box .chat-form .iti.iti--allow-dropdown {
  width: 100%;
}
.home-slider .carousel-content-box .chat-form label {
  font-size: 14px;
  color: #000;
}
.amazing-client-logo-box .wpb_raw_code {
  margin: 0 !important;
}
.client-logos {
  gap: 50px;
}
.client-logos img {
  width: 9rem;
}
.portfolio-container {
  background-size: cover;
}
.service-card {
  cursor: pointer;
  min-height: 400px !important;
  height: 450px;
}
.service-card .wpb_wrapper {
  transition: all 0.5s ease-in-out;
}
.service-card .vc_column-inner {
  background: #14142b;
  height: 100%;
}
.service-card .vc_column-inner {
  min-height: 405px !important;
}
.service-card:hover .wpb_wrapper {
  transform: translatey(-5px);
}
.service-card:hover .vc_column-inner {
  background: linear-gradient(92.56deg, #694DC4 1.95%, #1A70BD 97.86%);
}
.service-card:hover .animated-img {
  display: block;
}
.service-card:hover .normal-img {
  display: none;
}
.service-card .normal-img {
  display: block;
}
.service-card .animated-img {
  display: none;
}
.service-card img {
  width: 60px;
}
.industry-card {
  position: relative;
  cursor: pointer;
  transition: all 0.7s ease-in-out;
}
.industry-card .title-card {
  position: fixed;
}
.industry-card .vc_column-inner {
  height: 716px;
  overflow: hidden;
  background-size: cover;
}
.industry-card .vc_column-inner .wpb_wrapper {
  transition: all 0.7s ease-in-out;
  height: 100%;
  transform: translateY(90%);
  display: flex;
  flex-direction: column;
  justify-content: end;
}
.industry-card:hover::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
}
.industry-card:hover .wpb_wrapper {
  transform: translateY(0%);
  justify-content: end;
}
.industry-card:hover .wpb_wrapper .title-card {
  position: relative;
}
.gradient-bg-box {
  background: linear-gradient(92.56deg, #694DC4 1.95%, #1A70BD 97.86%);
  border-radius: 20px;
}
.gradient-bg-box .schedule-btn button {
  background: transparent !important;
  border: 1px solid #fff !important;
  color: #fff !important;
}
.get-work {
  align-items: center;
}
.get-work .vc_column_container:nth-last-child(1) img {
  width: 100px;
}
.get-work img {
  width: 150px;
}
.feedback-box {
  background: url("/wp-content/uploads/2024/07/1k_Dissolve_Noise_Texture-1.png");
  padding: 30px 20px;
  border-radius: 20px;
}
.feedback-box img.comma-img {
  width: 25px;
  margin-bottom: 10px;
}
.feedback-box .avatar {
  width: 78px;
  height: 78px;
  border-radius: 13.79px;
}
.feedback-box .avatar img {
  object-fit: cover;
}
.feedback-box .flag-icon {
  width: 22px !important;
  height: 22px;
  border-radius: 50%;
}
.owl-nav {
  position: absolute;
  display: flex;
  align-items: center;
  top: -65px;
  right: 0;
}
.owl-nav button {
  width: 50px;
  height: 50px;
  overflow: hidden;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.owl-nav button span {
  font-size: 36px;
  color: #fff;
  margin-top: -9px;
}
.owl-nav button:hover {
  background: linear-gradient(92.56deg, #694DC4 1.95%, #1A70BD 97.86%) !important;
}
.testimonial .owl-nav button span {
  color: #000;
}
.testimonial .owl-nav button:hover span {
  color: #fff;
}
.testimonial-box {
  background: #EAF2FF;
}
.testimonial-box .testimonial-img {
  height: 290px;
  object-fit: cover;
}
.blog-img {
  height: 374.56px;
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
  margin-bottom: 10px;
}
ul.footer-nav {
  list-style: none;
  padding: 0;
  display: flex;
  gap: 23px;
}
ul.footer-nav a {
  text-decoration: none;
  color: #fff;
}
ul.social-nav {
  list-style: none;
  padding: 0;
  line-height: 30px;
}
ul.social-nav li {
  color: #fff;
}
@media screen and (max-width: 991px) {
  .home-slider .carousel-content-box .chat-form {
    width: 100%;
    margin: 0;
  }
  .home-slider .carousel-indicators {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  .site-main {
    overflow-x: hidden;
  }
  #demo {
    height: 130vh;
  }
  #demo .carousel-item {
    height: 100%;
  }
  #demo .form-title {
    color: #fff !important;
  }
  #demo .right-main-content {
    background: #fff;
    margin: 0 !important;
    padding: 20px;
  }
  #demo .right-main-content .company-logo-box {
    margin-top: 20px;
  }
  .home-slider h1, .home-slider p {
    color: #000 !important;
  }
  .home-slider h1 {
    font-size: 26px;
    line-height: 30px;
  }
  .home-slider .carousel-content-box .row {
    flex-direction: column-reverse;
  }
  .chat-form {
    width: 100% !important;
    margin: 0;
  }
  .same-size .vc_row .title h1 {
    font-size: 26px;
  }
  .amazing-client-logo-box .wpb_raw_code .wpb_wrapper {
    overflow: auto;
  }
  .amazing-client-logo-box .client-logos {
    gap: 10px;
  }
  .amazing-client-logo-box .client-logos img {
    width: 75%;
  }
  .industry-card .vc_column-inner {
    height: 600px;
  }
  .get-work .wpb_column {
    width: 48%;
  }
  .header-main.sticky .navbar-collapse {
    background: none;
  }
  .header-main.sticky .navbar-collapse li a {
    color: #fff;
  }
  .header-main .navbar-collapse {
    padding: 10px;
    background: #fff;
  }
  .header-main .navbar-collapse li a {
    color: #000;
  }
}
