body {
  background-color: #000;
}

.e-con-inner {
  max-width: 1350px !important;
  width: 90% !important;
  margin: 0 auto !important;
}

.site__header--full.header-hidden {
  transform: translateY(-100%);
}

.site__header--full.elementor-sticky--effects {
  background: #00000045 !important;
  backdrop-filter: blur(5px);
}

.text-brand {
  color: #3858e9 !important;
}

.text-gray {
  color: #a8a8a8 !important;
}

.main-banner-image-right {}

.main-banner-image-left {}

.main-banner-started-box {
  &:hover {
    .elementor-heading-title {
      color: #fff !important;
    }
  }
}

/* Cursor CSS */

.cursor-tail {
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  mix-blend-mode: difference;
  z-index: 99999;
  transition: transform 1s ease-in-out;
}

.circle {
  position: fixed;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  mix-blend-mode: difference;
  z-index: 9999999999;
}

.circle-1 {
  width: 40px;
  height: 40px;
  border: 2px solid #3858e9;
  left: 0;
  top: 0;
  pointer-events: none;
  -webkit-transition: 0.15s;
  transition: 0.15s;
  overflow: hidden;
}

.circle-2 {
  width: 8px;
  height: 8px;
  background-color: #3858e9;
  left: 0;
  top: 0;
  pointer-events: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

@media screen and (max-width: 991px) {
  .cursor-tail {
    display: none;
  }
}

/* .circle {
  position: absolute;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.7);
  pointer-events: none;
  transform: translate(-50%, -50%);
  transition: transform 1s ease-in-out;
}

.circle-1 {
  width: 30px;
  height: 30px;
  background-color: transparent;
  border: 1px solid #3858e9;
  transition: transform 1s ease-in-out;
}

.circle-2 {
  width: 15px;
  height: 15px;
  background-color: #3858e9;
  transition: transform 1s ease-in-out;
} */

/* .circle {
  transition: transform 1s ease-in-out;
} */

/* Contact us badge CSS */

.contact-badge:hover .elementor-motion-effects-element {
  scale: 0.85;
}

.contact-badge .elementor-motion-effects-element {
  transition: scale 0.3s;
}

/* Button CSS starts */

.brand-outline-btn .elementor-button {
  position: relative;
}

.brand-outline-btn .elementor-button span {
  display: block;
}

.brand-outline-btn .elementor-button::before,
.brand-outline-btn .elementor-button::after {
  content: "";
  width: 0;
  height: 1px;
  position: absolute;
  transition: all 0.2s linear;
  background: #3858e9;
}

.brand-outline-btn .elementor-button span::before,
.brand-outline-btn .elementor-button span::after {
  content: "";
  width: 1px;
  height: 0;
  position: absolute;
  transition: all 0.2s linear;
  background: #3858e9;
}

.brand-outline-btn .elementor-button:hover::before,
.brand-outline-btn .elementor-button:hover::after {
  width: 100%;
}

.brand-outline-btn .elementor-button:hover span::before,
.brand-outline-btn .elementor-button:hover span::after {
  height: 100%;
}

.brand-outline-btn .elementor-button::before {
  left: 50%;
  top: 0;
  transition-duration: 0.4s;
}

.brand-outline-btn .elementor-button::after {
  left: 50%;
  bottom: 0;
  transition-duration: 0.4s;
}

.brand-outline-btn .elementor-button span::before {
  left: 0;
  top: 50%;
  transition-duration: 0.4s;
}

.brand-outline-btn .elementor-button span::after {
  right: 0;
  top: 50%;
  transition-duration: 0.4s;
}

.brand-outline-btn .elementor-button:hover::before,
.brand-outline-btn .elementor-button:hover::after {
  left: 0;
}

.brand-outline-btn .elementor-button:hover span::before,
.brand-outline-btn .elementor-button:hover span::after {
  top: 0;
}

/* Image CSS */

.normal-saturation {
  img {
    transition: all 0.3s linear;
    transition-duration: 0.3s;
  }

  &:hover {
    img {
      filter: brightness(100%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg) !important;
    }
  }
}

/* Lottie CSS */

.normal-saturation-lottie {
  .e-lottie__container {
    transition: all 0.3s linear !important;
    transition-duration: 0.3s !important;
    @media (max-width:991px) {
      filter: none !important;
    }
  }

  &:hover {
    .e-lottie__container {
      filter: brightness(100%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg) !important;
    }
  }
}

/* Icon CSS */

.icon-rotate {
  &:hover {
    .elementor-icon-box-icon .elementor-icon {
      transform: rotate(360deg);
      fill: #3858e9 !important;
      color: #3858e9 !important;
      transition: all 0.5s linear;
    }
  }
}

.sticky-section__heading.elementor-sticky--effects {
  top: 97px !important;
  transition: top 0.3s linear !important;
  bottom: inherit !important;
}

body:has(.site__header--full.header-hidden) .sticky-section__heading.elementor-sticky--effects {
  top: 0px !important;
}

/* Home page CSS */

@media screen and (max-width: 500px) {

  /* .banner-bottom-img{
      width: 120px !important;
      height: 120px !important;
  }
  .main-banner-started-box{
    width: 120px !important;
    min-height: 120px !important;
  } */
  .banner-bottom-img {
    width: calc(100% - 180px) !important;
  }
}

.expand-box .expand-box-heading .elementor-heading-title {
  writing-mode: vertical-rl;
  margin: 0 auto;
}

.expand-box {
  flex: 1 !important;
  transition: all 0.5s ease-in-out !important;
  overflow-y: hidden;
  position: relative;
}

.expand-box.expand-box-active {
  flex: 5 !important;
}

.expand-box-heading,
.elementor-widget-lottie {
  transition: all 0.5s ease-in-out;
}

.expand-wrapper-expanded {
  transition: all 0.5s ease-in-out !important;
  position: absolute;
  bottom: -500px;
  left: 0 !important;
  opacity: 0 ;
}

.expand-box-active .expand-box-heading,
.expand-box-active .expand-box-icon {
  opacity: 0;
}

.expand-box-active .expand-wrapper-expanded {
  bottom: 0;
  opacity: 1;
}

@media screen and (max-width: 500px) {
  .expand-container-desktop {
    display: none;
  }

  .expand-container-mobile {
    display: flex !important;
  }
}

