@font-face {
  font-family: "TitilliumWeb-Black";
  src: url("../fonts/TitilliumWeb-Black.ttf") format("truetype");
}
@font-face {
  font-family: "TitilliumWeb-Bold";
  src: url("../fonts/TitilliumWeb-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "TitilliumWeb-ExtraLight";
  src: url("../fonts/TitilliumWeb-ExtraLight.ttf") format("truetype");
}
@font-face {
  font-family: "TitilliumWeb-Light";
  src: url("../fonts/TitilliumWeb-Light.ttf") format("truetype");
}
@font-face {
  font-family: "TitilliumWeb-Regular";
  src: url("../fonts/TitilliumWeb-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "TitilliumWeb-SemiBold";
  src: url("../fonts/TitilliumWeb-SemiBold.ttf") format("truetype");
}
::-webkit-scrollbar {
  display: none;
}

::-webkit-calendar-picker-indicator {
  display: none;
}

::-moz-selection {
  /* Code for Firefox */
  background: #d2ff85;
  color: #006bf9;
}

::selection {
  background: #d2ff85;
  color: #006bf9;
}

html {
  scroll-behavior: smooth;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  color: #000;
  font-family: "TitilliumWeb-Regular";
  background-color: #fff;
}

header {
  position: relative;
  padding: 20px 0px;
}

.header-container-wrapper {
  position: relative;
  z-index: 99;
  background-color: #fff;
}
.header-container-wrapper .main-header .container-wrapper {
  position: relative;
}
.header-container-wrapper .main-header .container-wrapper .logo {
  max-width: 100px;
  height: auto;
}
.header-container-wrapper .main-header .container-wrapper .menu-bar {
  position: relative;
}
.header-container-wrapper .main-header .container-wrapper .menu-bar .menu-items {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 8px;
  list-style: none;
  margin-bottom: 0;
}
.header-container-wrapper .main-header .container-wrapper .menu-bar .menu-items .item {
  position: relative;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #1b1b1b;
  padding: 4px 0px;
}
.header-container-wrapper .main-header .container-wrapper .menu-bar .menu-items .item.active {
  border-bottom: 3px solid #006bf9;
}
.header-container-wrapper .main-header .container-wrapper .menu-bar .menu-items .item:hover {
  text-decoration: none;
}
.header-container-wrapper .main-header .container-wrapper .cta {
  position: relative;
  text-align: right;
}
.header-container-wrapper .main-header .container-wrapper .cta .connect {
  max-width: 120px;
  display: flex;
  padding: 8px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 24px;
  background: #1b1b1b;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  color: #ffefe4;
  margin: auto;
  margin-right: 0;
}
.header-container-wrapper .mobile-header-wrapper {
  position: relative;
  display: none;
}

main {
  position: relative;
}
main .hero-banner {
  position: relative;
  max-width: 1920px;
  height: 575px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  margin: auto;
}
main .hero-banner .left_ele {
  position: absolute;
  left: 0;
  width: 174px;
  height: 174px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-wrap: wrap;
  flex-direction: column;
  bottom: 0;
}
main .hero-banner .left_ele .left-wrapper {
  width: 100%;
  position: relative;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-wrap: wrap;
  flex-direction: column;
  height: 100%;
}
main .hero-banner .left_ele .left-wrapper .layers:nth-child(1) {
  position: absolute;
  width: 44%;
  left: 0;
  height: auto;
  margin: auto;
  right: 0;
  bottom: 50px;
}
main .hero-banner .left_ele .left-wrapper .layers:nth-child(2) {
  position: absolute;
  width: 72%;
  left: 0;
  height: auto;
  margin: auto;
  right: 0;
  bottom: 24px;
}
main .hero-banner .left_ele .left-wrapper .layers:nth-child(3) {
  position: absolute;
  width: 100%;
  left: 0;
  height: auto;
  top: auto;
  bottom: 0;
}
main .hero-banner .banner-wrapper {
  position: relative;
  width: 65%;
  height: 100%;
  margin: auto;
}
main .hero-banner .banner-wrapper .base {
  position: relative;
  text-align: center;
}
main .hero-banner .banner-wrapper .base .heading {
  color: #1b1b1b;
  font-size: 54px;
  font-style: normal;
  font-weight: 400;
  line-height: 124%;
  margin-bottom: 1rem;
}
main .hero-banner .banner-wrapper .base .heading .name {
  color: #006bf9;
  font-weight: 600;
}
main .hero-banner .banner-wrapper .base .text {
  color: #1b1b1b;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 29.4px */
  margin-bottom: 2.5rem;
  font-family: "TitilliumWeb-Light";
}
main .hero-banner .banner-wrapper .base .connect {
  position: relative;
  text-align: right;
}
main .hero-banner .banner-wrapper .base .connect .touchBtn {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  padding: 8px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 24px;
  background: #006bf9;
  font-size: 18px;
  font-style: normal;
  line-height: 140%;
  color: #ffefe4;
  margin: auto;
}
main .hero-banner .banner-wrapper .base .connect .touchBtn:hover {
  background: #d2ff85;
  color: #1b1b1b;
}
main .hero-banner .right_ele {
  position: absolute;
  left: auto;
  right: 0;
  width: 124px;
  height: 124px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-wrap: wrap;
  flex-direction: column;
  top: 0;
  bottom: auto;
  border-radius: 50%;
}
main .hero-banner .right_ele .right-wrapper {
  width: 100%;
  position: relative;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-wrap: wrap;
  flex-direction: column;
  height: 100%;
}
main .hero-banner .right_ele .right-wrapper .layers:nth-child(1) {
  position: absolute;
  width: 44%;
  left: 0;
  height: auto;
  margin: auto;
  right: 0;
  bottom: 36px;
}
main .hero-banner .right_ele .right-wrapper .layers:nth-child(2) {
  position: absolute;
  width: 72%;
  left: 0;
  height: auto;
  margin: auto;
  right: 0;
  bottom: 18px;
}
main .hero-banner .right_ele .right-wrapper .layers:nth-child(3) {
  position: absolute;
  width: 100%;
  left: 0;
  height: auto;
  top: auto;
  bottom: 0;
}
main .logos {
  position: relative;
  background-color: #006bf9;
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-1750px);
  }
}
main .logos .slider {
  height: 100px;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: auto;
}
main .logos .slider .slide-track {
  animation: scroll 40s linear infinite;
  display: flex;
  width: 10850px;
}
main .logos .slider .slide {
  width: 250px;
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  margin-left: 48px;
}
main .logos .slider .slide img {
  width: 100%;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
main .about {
  position: relative;
  padding: 7.5rem 0rem;
}
main .about .details {
  position: relative;
}
main .about .details .heading {
  display: block;
  color: #006bf9;
  font-size: 18px;
  font-style: normal;
  font-family: "TitilliumWeb-Light";
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 12px;
}
main .about .details .title {
  color: #1b1b1b;
  font-size: 40px;
  font-style: normal;
  font-family: "TitilliumWeb-Bold";
  line-height: 125%;
  margin-bottom: 20px;
}
main .about .details .text {
  color: rgba(27, 27, 27, 0.8);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 22px;
}
main .about .details .experience {
  position: relative;
  display: flex;
  gap: 42px;
}
main .about .details .experience .box {
  width: 104px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: column;
}
main .about .details .experience .box .number {
  color: #006bf9;
  text-align: left;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
}
main .about .details .experience .box .name {
  color: rgba(27, 27, 27, 0.8);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
}
main .about .hero_img {
  position: relative;
  width: 100%;
  text-align: right;
}
main .about .hero_img img {
  width: 90%;
  margin-right: 0;
  border-radius: 18px;
}
main .about .hero_img .svg {
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
}
main .about .hero_img .svg2 {
  position: absolute;
  top: auto;
  bottom: 4px;
  left: -48px;
}
main .services {
  position: relative;
  padding: 2.5rem 0rem 6rem 0rem;
  background-color: #f5f5f7;
}
main .services .title {
  display: block;
  color: #006bf9;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 12px;
  font-family: "TitilliumWeb-Light";
}
main .services .heading {
  color: #1b1b1b;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-family: "TitilliumWeb-Bold";
  line-height: 100%; /* 40px */
  margin-bottom: 48px;
}
main .services .ele {
  position: absolute;
  top: 0;
  left: auto;
  right: 44px;
}
main .services .ele2 {
  position: absolute;
  top: auto;
  left: -104px;
  right: auto;
  bottom: 2.5rem;
  width: 250px;
}
main .services .service_box {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row;
}
main .services .service_box .box {
  width: 24%;
  height: 400px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
  padding: 24px 24px;
  border-radius: 12px;
  transition: 0.8s all;
  cursor: pointer;
  text-align: left;
}
main .services .service_box .box:nth-child(1) {
  background-color: #006bf9;
}
main .services .service_box .box:nth-child(1) .box_icon {
  width: 64px;
  height: auto;
  display: block;
}
main .services .service_box .box:nth-child(1) .box_heading {
  transform: translate(0px, 24px);
  color: #fff;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  width: 100%;
}
main .services .service_box .box:nth-child(1) .text {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
main .services .service_box .box:nth-child(2) {
  background-color: #d2ff85;
}
main .services .service_box .box:nth-child(2) .box_icon {
  width: 64px;
  height: auto;
  display: block;
}
main .services .service_box .box:nth-child(2) .box_heading {
  transform: translate(0px, 24px);
  color: #1b1b1b;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  width: 100%;
}
main .services .service_box .box:nth-child(2) .text {
  color: #1b1b1b;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
main .services .service_box .box:nth-child(3) {
  background-color: #006bf9;
}
main .services .service_box .box:nth-child(3) .box_icon {
  width: 64px;
  height: auto;
  display: block;
}
main .services .service_box .box:nth-child(3) .box_heading {
  transform: translate(0px, 24px);
  color: #fff;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  width: 100%;
}
main .services .service_box .box:nth-child(3) .text {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
main .services .service_box .box:nth-child(4) {
  background-color: #d2ff85;
}
main .services .service_box .box:nth-child(4) .box_icon {
  width: 64px;
  height: auto;
  display: block;
}
main .services .service_box .box:nth-child(4) .box_heading {
  transform: translate(0px, 24px);
  color: #1b1b1b;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  width: 100%;
}
main .services .service_box .box:nth-child(4) .text {
  color: #1b1b1b;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
main .services .service_box .box:hover {
  box-shadow: 8px 8px 0px 0px rgba(20, 20, 20, 0.16);
}
main .services .connect {
  position: relative;
  text-align: right;
  margin-top: 48px;
}
main .services .connect .touchBtn {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  padding: 8px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 24px;
  background: #006bf9;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  color: #ffefe4;
  margin: auto;
}
main .features {
  position: relative;
  padding: 2.5rem 0rem 10rem 0rem;
  background-color: #f5f5f7;
}
main .features ._heading {
  color: #1b1b1b;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-family: "TitilliumWeb-Bold";
  line-height: 100%; /* 40px */
  margin-bottom: 24px;
  text-align: center;
}
main .features ._subheading {
  color: #1b1b1b;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  line-height: 142%; /* 40px */
  margin-bottom: 48px;
  text-align: center;
  padding: 0px 15px;
}
main .features ._fboxes {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: space-between;
  flex-wrap: wrap;
  flex-direction: row;
  padding-top: 2rem;
  gap: 1.5rem;
}
main .features ._fboxes ._boxes {
  position: relative;
  width: 30%;
  text-align: center;
  margin-bottom: 1rem;
}
main .features ._fboxes ._boxes ._icon {
  width: 124px;
  height: auto;
}
main .features ._fboxes ._boxes ._btitle {
  color: #1b1b1b;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  width: 100%;
  margin-top: 2rem;
  font-family: "TitilliumWeb-SemiBold";
}
main .features ._fboxes ._boxes ._btext {
  color: rgba(27, 27, 27, 0.8);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 29.4px */
  margin-bottom: 2rem;
}
main .testimonial {
  position: relative;
  padding: 7.5rem 0rem;
  background-color: #1e1e1e;
}
main .testimonial .content {
  position: relative;
  padding-bottom: 48px;
}
main .testimonial .content .title {
  color: #f5f5f7;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  font-family: "TitilliumWeb-Light";
}
main .testimonial .content .heading {
  color: #fff;
  font-size: 40px;
  font-style: normal;
  font-family: "TitilliumWeb-Bold";
  line-height: 100%;
}
main .testimonial .swiper {
  width: 100%;
  height: 100%;
  position: initial;
}
main .testimonial .swiper .swiper-button-next {
  position: absolute;
  top: 34px;
  display: flex;
  width: 40px;
  height: 40px;
  padding: 8px 12px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 25px;
  transition: 0.8s all;
  border: 1px solid #fff;
}
main .testimonial .swiper .swiper-button-next:hover {
  background-color: #fff;
}
main .testimonial .swiper .swiper-button-next:hover::after {
  color: #1b1b1b;
  transition: 0.8s all;
}
main .testimonial .swiper .swiper-button-next::after {
  font-size: 16px;
  color: #fff;
  opacity: 1;
  display: block;
  position: relative;
  right: 1px;
}
main .testimonial .swiper .swiper-button-prev {
  position: absolute;
  top: 34px;
  display: flex;
  width: 40px;
  height: 40px;
  padding: 8px 12px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 25px;
  transition: 0.8s all;
  left: 91%;
  border: 1px solid #fff;
}
main .testimonial .swiper .swiper-button-prev:hover {
  background-color: #fff;
}
main .testimonial .swiper .swiper-button-prev:hover::after {
  color: #1b1b1b;
  transition: 0.8s all;
}
main .testimonial .swiper .swiper-button-prev::after {
  font-size: 16px;
  color: #fff;
  opacity: 1;
  display: block;
  position: relative;
  right: 1px;
}
main .testimonial .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
main .testimonial .swiper-slide .user_box {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
}
main .testimonial .swiper-slide .user_box .user_img {
  width: 15%;
}
main .testimonial .swiper-slide .user_box .user_img img {
  width: 100%;
  height: 224px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px 0px 0px 12px;
}
main .testimonial .swiper-slide .user_box .user_comment {
  width: 85%;
  height: 224px;
  padding: 24px 28px;
  border-radius: 0px 12px 12px 0px;
}
main .testimonial .swiper-slide .user_box .user_comment .text {
  color: #1b1b1b;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.21px;
}
main .testimonial .swiper-slide .user_box .user_comment .name {
  color: #1b1b1b;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 0;
  padding-bottom: 8px;
}
main .testimonial .swiper-slide .user_box .user_comment .designation {
  color: rgba(27, 27, 27, 0.6);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  margin-bottom: 0;
}
main .testimonial .swiper-slide .user_box .user_comment.userA {
  position: relative;
  background-color: #9ec0ee;
}
main .testimonial .swiper-slide .user_box .user_comment.userA::after {
  position: absolute;
  top: auto;
  content: "";
  display: block;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-bottom: 16px solid #9ec0ee;
  bottom: 49px;
  left: 0;
  transform: rotate(270deg);
  margin-left: -23px;
}
main .testimonial .swiper-slide .user_box .user_comment.userB {
  position: relative;
  background-color: #d2ff85;
}
main .testimonial .swiper-slide .user_box .user_comment.userB::after {
  position: absolute;
  top: auto;
  content: "";
  display: block;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-bottom: 16px solid #d2ff85;
  bottom: 49px;
  left: 0;
  transform: rotate(270deg);
  margin-left: -23px;
}
main .testimonial .element {
  position: absolute;
  top: auto;
  left: -85px;
  bottom: -38px;
  width: 224px;
  height: 224px;
  -o-object-fit: contain;
     object-fit: contain;
}
main .testimonial .element2 {
  position: absolute;
  inset: auto 0px 0px auto;
  width: 224px;
  height: 224px;
  -o-object-fit: contain;
     object-fit: contain;
  bottom: -14rem;
  z-index: 6;
}
main .testimonial .element3 {
  width: 174px;
  height: 174px;
  position: absolute;
  top: -3rem;
  left: 0;
  right: 0;
  z-index: 6;
  margin: auto;
}

footer {
  position: relative;
  background-color: #f5f5f7;
  padding: 7.5rem 4rem 2.5rem;
}
footer .footer-wrapper {
  position: relative;
}
footer .footer-wrapper .left {
  position: relative;
}
footer .footer-wrapper .left .title {
  color: #006bf9;
  font-size: 18px;
  font-style: normal;
  font-family: "TitilliumWeb-Light";
  line-height: normal;
  text-transform: uppercase;
  display: block;
  margin-bottom: 8px;
}
footer .footer-wrapper .left .heading {
  color: #1b1b1b;
  font-size: 44px;
  font-style: normal;
  font-family: "TitilliumWeb-Bold";
  margin-bottom: 2rem;
}
footer .footer-wrapper .left .text {
  color: rgba(27, 27, 27, 0.8);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 29.4px */
  margin-bottom: 2rem;
}
footer .footer-wrapper .left .touchBtn {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  padding: 8px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 24px;
  background: #006bf9;
  font-size: 24px;
  font-style: normal;
  line-height: 140%;
  color: #ffefe4;
  margin: auto;
  text-decoration: none;
}
footer .footer-wrapper .left .touchBtn:hover {
  background: #d2ff85;
  color: #1b1b1b;
}
footer .footer-wrapper .right {
  position: relative;
  padding-top: 1.7rem;
}
footer .footer-wrapper .right .form-control {
  background: transparent;
  border-radius: 0px;
  border: 0px;
  padding-left: 0px;
  border-bottom: 1px solid rgba(27, 27, 27, 0.8);
  color: rgba(27, 27, 27, 0.8);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 25.2px */
  box-shadow: none !important;
}
footer .footer-wrapper .right .form-check-label {
  color: rgba(27, 27, 27, 0.8);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
}
footer .footer-wrapper .right .submit {
  border-radius: 24px;
  background: #1b1b1b;
  color: #ffefe4;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 25.2px */
  padding: 8px 24px;
}
footer .footer-wrapper .sub-footer {
  position: relative;
  padding-top: 5rem;
}
footer .footer-wrapper .sub-footer .socials {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
footer .footer-wrapper .sub-footer .text {
  color: #1b1b1b;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0;
  text-align: center;
}
footer .footer-wrapper .sub-footer .privacy {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 24px;
}
footer .footer-wrapper .sub-footer .privacy .link {
  color: #1b1b1b;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
}

.cursor {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: 1px solid #1b1b1b;
  transition: all 200ms ease-out;
  opacity: 0.5;
  position: fixed;
  pointer-events: none;
  left: 0;
  top: 0;
  transform: translate(calc(-50% + 15px), -50%);
  z-index: 999;
}

.cursor2 {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-color: #006bf9;
  opacity: 0.7;
  position: fixed;
  transform: translate(-50%, -50%);
  pointer-events: none;
  transition: width 0.3s, height 0.3s, opacity 0.3s;
  z-index: 1000;
}

.hover {
  background-color: #d2ff85;
}

.cursorinnerhover {
  width: 50px;
  height: 50px;
  opacity: 0.5;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .header-container-wrapper {
    padding: 0;
    position: sticky;
    top: -1px;
    z-index: 99;
  }
  .header-container-wrapper .main-header {
    display: none;
  }
  .header-container-wrapper .mobile-header-wrapper {
    display: block;
  }
  .header-container-wrapper .mobile-header-wrapper .overlay {
    position: fixed;
    top: auto;
    left: 0;
    right: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.3019607843);
    z-index: 1;
    height: 89%;
    bottom: 0;
    display: none;
  }
  .header-container-wrapper .mobile-header-wrapper .mobile-inner {
    position: relative;
    width: 100%;
    padding: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 999;
    box-shadow: 3px 2px 2px 1px #e9e9e9;
  }
  .header-container-wrapper .mobile-header-wrapper .mobile-inner .logo {
    width: 84px;
  }
  .header-container-wrapper .mobile-header-wrapper .mobile-inner .menubtn {
    padding: 0;
    box-shadow: none;
  }
  .header-container-wrapper .mobile-header-wrapper .mobile-inner .menubtn .material-icons-outlined {
    font-size: 2rem;
  }
  .header-container-wrapper .mobile-header-wrapper .menu_list {
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 0px;
    background-color: #ffefe4;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    transition: 1s ease-in;
    z-index: 9;
    transform: translateY(-1px);
  }
  .header-container-wrapper .mobile-header-wrapper .menu_list.active {
    height: 400px;
  }
  .header-container-wrapper .mobile-header-wrapper .menu_list .menu-bar {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column;
    padding-bottom: 2rem;
  }
  .header-container-wrapper .mobile-header-wrapper .menu_list .menu-bar .menu-items {
    list-style: none;
  }
  .header-container-wrapper .mobile-header-wrapper .menu_list .menu-bar .menu-items li {
    margin-bottom: 1.5rem;
  }
  .header-container-wrapper .mobile-header-wrapper .menu_list .menu-bar .menu-items .item {
    color: #1b1b1b;
    font-size: 32px;
    font-weight: 600;
    line-height: 32px;
    text-align: center;
    text-decoration: none;
  }
  .header-container-wrapper .mobile-header-wrapper .menu_list .menu-bar .cta {
    width: 100%;
    text-align: center;
  }
  .header-container-wrapper .mobile-header-wrapper .menu_list .menu-bar .cta .connect {
    background-color: #1b1b1b;
    color: #fff;
    width: 85%;
    height: 42px;
    padding: 8px 24px 8px 24px;
    border-radius: 24px;
    gap: 10px;
  }
  main .hero-banner .right_ele,
  main .hero-banner .left_ele,
  main .about .hero_img .svg,
  main .about .hero_img .svg2,
  main .services .ele,
  main .testimonial .element3,
  main .services .ele2,
  main .testimonial .element,
  main .testimonial .element2 {
    display: none;
  }
  main .hero-banner .banner-wrapper,
  main .about .hero_img img,
  main .services .service_box .box {
    width: 100%;
  }
  main .services .service_box .box {
    margin-bottom: 1rem;
  }
  main .features ._fboxes ._boxes {
    width: 48%;
  }
  main .services,
  footer {
    padding: 3rem 0rem;
  }
  main .testimonial .swiper .swiper-button-prev {
    bottom: 0;
    top: auto;
    left: 35%;
    transform: translateY(5rem);
  }
  main .testimonial .swiper .swiper-button-next {
    bottom: 0;
    top: auto;
    right: 35%;
    transform: translateY(5rem);
  }
  footer .footer-wrapper .sub-footer .socials,
  footer .footer-wrapper .sub-footer .privacy {
    justify-content: center;
    margin-bottom: 12px;
  }
  footer .footer-wrapper .sub-footer .text {
    margin: 12px 0px;
  }
}
@media screen and (max-width: 767px) {
  .header-container-wrapper {
    padding: 0;
    position: sticky;
    top: -1px;
    z-index: 99;
  }
  .header-container-wrapper .main-header {
    display: none;
  }
  .header-container-wrapper .mobile-header-wrapper {
    display: block;
  }
  .header-container-wrapper .mobile-header-wrapper .overlay {
    position: fixed;
    top: auto;
    left: 0;
    right: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.3019607843);
    z-index: 1;
    height: 89%;
    bottom: 0;
    display: none;
  }
  .header-container-wrapper .mobile-header-wrapper .mobile-inner {
    position: relative;
    width: 100%;
    padding: 8px 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 999;
    box-shadow: 3px 2px 2px 1px #e9e9e9;
  }
  .header-container-wrapper .mobile-header-wrapper .mobile-inner .logo {
    width: 84px;
  }
  .header-container-wrapper .mobile-header-wrapper .mobile-inner .menubtn {
    padding: 0;
    box-shadow: none;
  }
  .header-container-wrapper .mobile-header-wrapper .mobile-inner .menubtn .material-icons-outlined {
    font-size: 2rem;
  }
  .header-container-wrapper .mobile-header-wrapper .menu_list {
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 0px;
    background-color: #ffefe4;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    transition: 1s ease-in;
    z-index: 9;
    transform: translateY(-1px);
  }
  .header-container-wrapper .mobile-header-wrapper .menu_list.active {
    height: 400px;
  }
  .header-container-wrapper .mobile-header-wrapper .menu_list .menu-bar {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column;
    padding-bottom: 2rem;
  }
  .header-container-wrapper .mobile-header-wrapper .menu_list .menu-bar .menu-items {
    list-style: none;
  }
  .header-container-wrapper .mobile-header-wrapper .menu_list .menu-bar .menu-items li {
    margin-bottom: 1.5rem;
  }
  .header-container-wrapper .mobile-header-wrapper .menu_list .menu-bar .menu-items .item {
    color: #1b1b1b;
    font-size: 32px;
    font-weight: 600;
    line-height: 32px;
    text-align: center;
    text-decoration: none;
  }
  .header-container-wrapper .mobile-header-wrapper .menu_list .menu-bar .cta {
    width: 100%;
    text-align: center;
  }
  .header-container-wrapper .mobile-header-wrapper .menu_list .menu-bar .cta .connect {
    background-color: #1b1b1b;
    color: #fff;
    width: 85%;
    height: 42px;
    padding: 8px 24px 8px 24px;
    border-radius: 24px;
    gap: 10px;
  }
  main .hero-banner .right_ele,
  main .hero-banner .left_ele,
  main .about .hero_img .svg,
  main .about .hero_img .svg2,
  main .services .ele,
  main .testimonial .element3,
  main .services .ele2,
  main .testimonial .element,
  main .testimonial .element2,
  .cursor,
  .cursor2 {
    display: none;
  }
  main .hero-banner .banner-wrapper,
  main .about .hero_img img,
  main .services .service_box .box,
  main .features ._fboxes ._boxes {
    width: 100%;
  }
  main .services .service_box .box {
    margin-bottom: 1rem;
  }
  main .services,
  footer {
    padding: 3rem 0rem;
  }
  main .testimonial .swiper .swiper-button-prev {
    bottom: 0;
    top: auto;
    left: 35%;
    transform: translateY(5rem);
  }
  main .testimonial .swiper .swiper-button-next {
    bottom: 0;
    top: auto;
    right: 35%;
    transform: translateY(5rem);
  }
  main .hero-banner {
    height: 448px;
  }
  main .hero-banner .banner-wrapper .base .heading i {
    font-size: 36px;
  }
  main .about .details .experience {
    padding-bottom: 2rem;
  }
  main .about {
    position: relative;
    padding: 4rem 0rem;
  }
  main .features {
    padding-bottom: 4rem;
  }
  main .testimonial {
    padding-top: 4rem;
  }
  main .testimonial .swiper-slide .user_box .user_img {
    display: none;
  }
  main .testimonial .swiper-slide .user_box .user_comment {
    border-radius: 12px 12px 12px 12px;
    height: auto;
    width: 100%;
  }
  footer .footer-wrapper .sub-footer .socials,
  footer .footer-wrapper .sub-footer .privacy {
    justify-content: center;
    margin-bottom: 12px;
  }
  footer .footer-wrapper .sub-footer .text {
    margin: 12px 0px;
  }
}/*# sourceMappingURL=style.css.map */