html {
  font-size: 10px;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

*, :after, :before {
  box-sizing: border-box;
  margin: 0;
  letter-spacing: -0.015em;
}

::-moz-selection {
  background: #a8f600;
  color: #ffffff;
  text-shadow: none;
}

::selection {
  background: #a8f600;
  color: #ffffff;
  text-shadow: none;
}

.sec-hero {
  padding: 12rem 0;
}
.sec-hero .hero-typography .hero-highlighted-text-wrap h1 {
  font-size: 12rem;
}
.sec-hero .hero-typography p {
  font-size: 1.8rem;
}
.sec-hero .hero-typography .hero-btns-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  align-items: center;
  margin-top: 36px;
  margin-bottom: 80px;
}
.sec-hero .hero-typography .hero-btns-wrap:after {
  content: "";
  position: relative;
  display: inline-block;
  border-bottom: 1px solid #ffffff;
  width: 100%;
  flex: 1 1;
}
.sec-hero .hero-typography .hero-btns-wrap a {
  height: 5.2rem !important;
  line-height: 5.2rem;
  padding: 0 2rem !important;
  font-size: 2rem;
  transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
  -moz-transition: 0.4s all ease;
  -ms-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
  overflow: hidden;
}
.sec-hero .hero-typography .hero-btns-wrap a i {
  margin-right: 5px;
  font-size: 3rem;
  vertical-align: middle !important;
}
.sec-hero .hero-typography .hero-btns-wrap a img {
  margin-right: 5px;
}

.home-design-demo-wrap .design-demo-head-wrap {
  flex-wrap: wrap;
  gap: 30px 190px;
  align-items: center;
  padding-bottom: 11rem;
}
.home-design-demo-wrap .design-demo-head-wrap .design-demo-head-image-side .design-demo-head-image-wrap .design-demo-head-image-items {
  border: 4px solid #a8f600;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.home-design-demo-wrap .design-demo-head-wrap .design-demo-head-image-side .design-demo-head-image-wrap .design-demo-head-image-items:first-child {
  margin-right: -30px;
  z-index: 1;
}
.home-design-demo-wrap .design-demo-head-wrap .design-demo-head-image-side .design-demo-head-image-wrap .design-demo-head-image-items:last-child {
  z-index: 1;
  margin-left: -30px;
}
.home-design-demo-wrap .design-demo-head-wrap .design-demo-head-image-side .design-demo-head-image-wrap .design-demo-head-image-items:nth-child(2n) {
  z-index: 2;
}
.home-design-demo-wrap .design-demo-head-wrap .design-demo-head-image-side .design-demo-head-image-wrap .design-demo-head-image-items img {
  width: 60px;
  aspect-ratio: 1;
  position: relative;
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
  -o-object-fit: cover;
     object-fit: cover;
}
.home-design-demo-wrap .design-demo-head-wrap .design-demo-head-image-side h5 {
  font-size: 2rem;
  margin-top: 10px;
}
.home-design-demo-wrap .design-demo-head-wrap .design-demo-head-text-wrap {
  max-width: 588px;
}
.home-design-demo-wrap .design-demo-head-wrap .design-demo-head-text-wrap h4 {
  font-size: 3rem;
}
.home-design-demo-wrap .design-demo-one-half {
  padding: 6rem 0;
}
.home-design-demo-wrap .design-demo-one-half .design-demo-one-half-img-wrap {
  filter: drop-shadow(16px 16px #ffffff);
  -webkit-filter: drop-shadow(16px 16px #ffffff);
}
.home-design-demo-wrap .design-demo-one-half .design-demo-one-half-img-wrap img {
  width: 520px;
  height: 450px;
  -o-object-fit: contain;
     object-fit: contain;
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
}
.home-design-demo-wrap .design-demo-one-half .design-demo-one-half-content-wrap p {
  font-size: 1.8rem;
  opacity: 0.8;
  margin-top: 2.8rem;
  margin-bottom: 4rem;
  max-width: 588px;
}
.home-design-demo-wrap .design-demo-one-half .design-demo-one-half-content-wrap .design-demo-btn-group {
  display: flex;
  gap: 8px;
}
.home-design-demo-wrap .design-demo-one-half .design-demo-one-half-content-wrap .design-demo-btn-group .btn {
  padding: 10px 20px;
  font-size: 1.2rem;
  font-weight: bold;
}
.home-design-demo-wrap .design-demo-one-half .design-demo-one-half-content-wrap .design-demo-one-half-link-btn {
  margin-top: 6rem;
  display: flex;
  justify-content: start;
}
.home-design-demo-wrap .design-demo-one-half .design-demo-one-half-content-wrap .link-btn {
  font-family: "Aclonica", "Poppins", sans-serif;
  display: flex;
  justify-content: start;
  align-items: flex-start;
}
.home-design-demo-wrap .design-demo-one-half .design-demo-one-half-content-wrap .link-btn i {
  margin-left: 25px;
  margin-top: 2px;
}
.home-design-demo-wrap .design-demo-circle-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 8rem;
  padding-bottom: 4rem;
}
.home-design-demo-wrap .design-demo-circle-btn .big-circle-btn {
  position: relative;
  font-size: 1.4rem;
  top: 0;
  right: 0;
}

.blog-insight-sec .blog-insight-row {
  border-top: 1px solid rgba(10, 12, 0, 0.5019607843);
  border-bottom: 1px solid rgba(10, 12, 0, 0.5019607843);
  padding: 2rem 0;
  margin: 1.5rem 0;
  display: flex;
  justify-content: space-between;
}
.blog-insight-sec .blog-insight-row .blog-insight-details .insight-blogpost-date span {
  font-size: 1.2rem;
  padding-bottom: 0.5rem;
}
.blog-insight-sec .blog-insight-row .blog-insight-details .insight-blogpost-title {
  margin-bottom: 8rem;
  margin-top: 1rem;
}
.blog-insight-sec .blog-insight-row .blog-insight-details .insight-blogpost-title h3 a {
  font-size: 2.8rem;
  background-image: linear-gradient(to left, #000000, #000000);
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 0 2px;
  transition: 1.2s all ease;
  -webkit-transition: 1.2s all ease;
  -moz-transition: 1.2s all ease;
  -ms-transition: 1.2s all ease;
  -o-transition: 1.2s all ease;
}
.blog-insight-sec .blog-insight-row .blog-insight-details .insight-blogpost-title h3 a:hover {
  background-size: 100% 2px;
}
.blog-insight-sec .blog-insight-row .blog-insight-details .insight-blogpost-btn-group {
  display: flex;
  justify-content: space-between;
}
.blog-insight-sec .blog-insight-row .blog-insight-details .insight-blogpost-btn-group .insight-blogpost-btn-group-ul {
  display: flex;
  gap: 15px;
  align-items: flex-end;
  margin-bottom: 0;
}
.blog-insight-sec .blog-insight-row .blog-insight-details .insight-blogpost-btn-group .insight-blogpost-btn-group-ul li a {
  font-size: 1.2rem;
  padding: 0.7rem 2rem;
}
.blog-insight-sec .blog-insight-row .insight-blogpost-thumb {
  display: flex;
  justify-content: end;
  align-items: center;
  padding: 0;
}
.blog-insight-sec .blog-insight-row .insight-blogpost-thumb img {
  transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
  -moz-transition: 0.4s all ease;
  -ms-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
}
.blog-insight-sec .blog-insight-row .insight-blogpost-thumb a {
  overflow: hidden;
}
.blog-insight-sec .blog-insight-row .insight-blogpost-thumb a:hover img {
  filter: none;
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  -webkit-filter: none;
}
.blog-insight-sec .blog-insight-redirect-btn a {
  overflow: hidden;
  z-index: 1;
  padding: 1rem 2rem;
  font-size: 1.8rem;
  font-weight: 400 !important;
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
}

.home-service-tab {
  display: none;
}

.home-service-tab.active {
  display: block;
}

.service-tab-item:hover {
  cursor: pointer;
}

.home-service-list ul {
  display: flex;
  height: 100%;
  justify-content: space-between;
  flex-direction: column;
  gap: 1rem;
}
.home-service-list ul li {
  padding: 2rem;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
  -moz-transition: 0.4s all ease;
  -ms-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
}
.home-service-list ul li:hover {
  background: #000000;
}
.home-service-list ul li:hover a {
  color: #ffffff !important;
}
.home-service-list ul li:hover a i {
  color: #a8f600;
  rotate: 0deg;
}
.home-service-list ul a {
  font-size: 2.6rem;
  transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
  -moz-transition: 0.4s all ease;
  -ms-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.home-service-list ul a i {
  transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
  -moz-transition: 0.4s all ease;
  -ms-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
  rotate: -45deg;
}

.home-team-sec .container .row {
  margin-bottom: 10rem;
}

.testimonial-sec {
  position: relative;
}
.testimonial-sec .container .row {
  padding: 3rem 0;
}
.testimonial-sec .section-title {
  position: absolute;
  top: -10rem;
  padding: 2rem 0 2rem 8.333%;
}
.testimonial-sec .testimonial-slider {
  padding: 3rem 0 3rem 8.333%;
  z-index: 1;
  overflow: visible !important;
}
.testimonial-sec .testimonial-slider .testimonial-thumb {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.testimonial-sec .testimonial-slider .carousel p {
  font-size: 2.8rem;
}
.testimonial-sec .testimonial-slider .carousel .testimonial-client-name {
  font-size: 1.8rem;
  padding-top: 3rem;
}
.testimonial-sec .testimonial-slider .carousel .testimonial-slider-control-wrap {
  position: absolute;
  right: 10%;
  bottom: 0%;
  display: flex;
  gap: 2rem;
}
.testimonial-sec .testimonial-slider .carousel .testimonial-slider-control-wrap i {
  font-weight: bold;
  font-size: 1.5rem;
  opacity: 1;
}
.testimonial-sec .testimonial-slider .carousel .testimonial-slider-control-wrap .btn:first-child {
  width: 5.2rem;
  height: 5.2rem;
  overflow: hidden;
  opacity: 1 !important;
}
.testimonial-sec .testimonial-slider .carousel .testimonial-slider-control-wrap .btn:last-child {
  width: 5.2rem;
  height: 5.2rem;
  overflow: hidden;
  opacity: 1 !important;
}
.testimonial-sec .testimonial-slider .testimonial-quote-icon {
  position: absolute;
  top: -3rem !important;
  left: -3rem;
  opacity: 0.4 !important;
  z-index: -1;
}/*# sourceMappingURL=home-style.css.map */