@charset "UTF-8";

/* Author       : Nissi
Version      : 1.0  */


@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');

/*-----------------
    1. Typography
-----------------------*/
h1 {
  font-weight: 700;
  font-size: 36px;
}

label {
  font-size: 16px;
}

@media (max-width: 991.98px) {
  h1 {
    font-size: 32px !important;
  }
}

h2 {
  font-weight: 700 !important;
  font-size: 32px !important;
}

@media (max-width: 991.98px) {
  h2 {
    font-size: 26px !important;
  }
}

@media (max-width: 767.98px) {
  h2 {
    font-size: 24px !important;
  }

  label {
    font-size: 15px !important;
  }
}

h3 {
  font-weight: 600 !important;
  font-size: 24px !important;
}

@media (max-width: 991.98px) {
  h3 {
    font-size: 20px !important;
  }
}

@media (max-width: 767.98px) {
  h3 {
    font-size: 18px !important;
  }
}

h4 {
  font-weight: 600 !important;
  font-size: 20px !important;
}

@media (max-width: 991.98px) {
  h4 {
    font-size: 18px !important;
  }
}

h5 {
  font-weight: 600 !important;
  font-size: 18px !important;
}

@media (max-width: 991.98px) {
  h5 {
    font-size: 15px !important;
  }
}

h6 {
  font-weight: 500 !important;
  font-size: 16px !important;
}

@media (max-width: 991.98px) {
  h6 {
    font-size: 15px !important;
  }
}

/*-----------------
	2. General
-----------------------*/
html {
  scroll-behavior: smooth;
}
body {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  color: #FFFFFF;
  font-weight: 400;
  line-height: 1.5;
  background: #0D0E0C;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #ffffff;
}

a {
  color: #E3E3E3;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

a:hover {
  color: #E3E3E3;
}

a:focus {
  outline: 0;
}

p {
  color: #E3E3E3;
  font-size: 16px;
  line-height: 25px;
}

img {
  max-width: 100%;
  height: auto;
}

strong {
  font-weight: 700;
}

ul {
  padding-left: 0;
  margin-bottom: 0;
}

ul li {
list-style: none;
}

.py-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}


@media (max-width: 767.98px) {
  .py-60 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.py-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (max-width: 767.98px) {
  .py-30 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.mb-60 {
  margin-bottom: 60px;
}

@media (max-width: 767.98px) {
  .mb-60 {
    margin-bottom: 30px;
  }
}

.mb-40 {
  margin-bottom: 40px;
}

@media (max-width: 767.98px) {
  .mb-40 {
    margin-bottom: 20px;
  }
}

.primary-text {
  color: #333333;
}

.container-fluid {
  padding: 0 40px;
}

#main-wrapper {
  float: left;
  width: 100%;
  overflow: clip;
}




  /* Loader wrapper */
  #loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0D0E0C;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    transition: opacity 0.4s ease, visibility 0.4s ease;
  }

  /* Optional fade-out effect */
  .hide-loader {
    opacity: 0;
    visibility: hidden;
  }

  /* Loader image */
  #lottie-container-three {
    width: 100px; /* Adjust size as needed */
    height: auto;
  }


/*======================================================
                          Navbar
  ======================================================*/
.header {
  background: transparent;
  z-index: 991;
  align-items: center;
  width: 100%;
  transition: all 0.4s ease 0s;
  display: flex;
  position: fixed;
  top: 0px;
  left: 0px;
}

.header .header-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
}

.logo img{
  width: 150px;
}
.header.header-space {
  background: #363c42;
}


.header.header-policy {
  background: #ffffff;
}

.header .navbar-header #mobile_btn {
  display: none;
  margin-right: 30px;
}

.header .navbar-header #mobile_btn .bar-icon {
  display: inline-block;
  width: 31px;
}

.header .navbar-header #mobile_btn .bar-icon span {
  background-color: #3A7326;
  display: block;
  float: right;
  height: 3px;
  margin: 0 0 5px;
  width: 31px;
  border-radius: 2px;
}

.header .main-menu-wrapper {
  margin: 0 15px 0;
}

.header .main-menu-wrapper .menu-header {
  display: none;
}

.header .main-menu-wrapper .menu-header .menu-close {
  font-size: 20px;
  color: #3A7326;
}

.header .main-menu-wrapper .main-nav:last-child {
  margin-right: 0;
}

.header .header-nav .main-nav {
  display: flex;
  align-items: center;
  justify-content: center;
}

.header .main-menu-wrapper .main-nav>li {
  display: block;
  position: relative;
  margin-right: 60px;
}

.header .header-nav .main-nav li a {
  position: relative;
  font-weight: 400;
  color: #ffffff;
  text-transform: capitalize;
  font-size: 16px;
}

.main-nav li a:before {
  content: "";
  position: absolute;
  background-color: #3A7326;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;
  height: 2px;
  bottom: -5px;
  opacity: 1;
  left: 0;
  width: 100%;
}

.main-nav a:hover:before, .main-nav li a.active:before, .main-nav li a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.header .header-nav .main-nav li a:hover,
.header .header-nav .main-nav li a.active {
  color: #3A7326;
  text-shadow: none;
}


.header .main-nav .login-link {
  padding: 12px 30px;
  border: 1px solid #3A7326;
  background: #3A7326;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 600 !important;
  letter-spacing: .1rem;
  transition: all .3s;
  position: relative;
  z-index: 1;
  transition: all 0.5s;
  margin-right: 0 !important;
  border-radius: 24px;
}

.header .main-nav .login-link a {
  color: #131826 !important;
  
}

.header .header-navbar-rht .nav-item .contact-us:hover {
  color: #ffffff;
  border: 1px solid #242732;
  background: #242732;
  transition: all 0.5s;
}



/* Hero Section */

.hero-section {
  position: relative;
  background-position: center;
  padding-top: 80px;
  position: relative;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-section::before {
  position: absolute;
  background: url(../img/banner-bg.png);
  background-repeat: no-repeat;
  content: '';
  height: 100vh;
  width: 100%;
  background-size: cover;
  z-index: -1;
}

.hero-section-main {
  position: relative;
  z-index: 0;
}

.bg-img {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

.banner-img {
  margin-bottom: 50px;
}

.banner-left-main h3 {
  font-size: 22px !important;
  font-weight: 400 !important;
}

.banner-left-main p {
  font-size: 20px;
  line-height:30px;
  font-weight: 400;
}

.banner-btn1 {
  color: #fff;
    display: inline-block;
    padding: 12px 20px;
    background: #3A7326;
    border-color: #3A7326;
    transition: 0.2s;
    font-size: 16px;
    font-weight: 500;
    border-radius: 40px;
    margin-top: 34px;
}

.solution-section {
  position: relative;
}

.sol-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.sol-bg-2 {
  position: absolute;
  top: 0;
  right: 30px;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.green {
  color: #3A7326;
}

.section-title {
  margin-bottom: 50px;
}

.section-title h2 {
  font-size: 37px !important;
  font-weight: 700 !important;
}

.technology-slider {
  position: relative;
  margin-left: 200px;
}

.technology-card {
  background: #333;
  border-radius: 10px;
  padding: 20px 20px 0 20px;
  text-align: left;
  min-height: 280px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-right: 42px;
}

.technology-card p {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.5;
  margin: 0 0 40px 0;
}

.tech-inner {
  color: #8E8C8C;
  font-weight: 200;
}


/* Slick Slider Arrows Custom */
.slick-prev,
.slick-next {
  background: #554F4F;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  z-index: 5;
}

.slick-prev:hover,
.slick-next:hover {
  background: #554F4F;
} 

.slick-prev:before,
.slick-next:before {

  font-size: 20px;
}

.technology-slider .slick-prev {
  left: -175px;
}

.technology-slider .slick-next {
  right: 60px;
}

.product-card {
  background: #333333;
  border-radius: 10px;
  padding: 10px;
  margin-left: 40px;
}

.product-img {
  position: relative;
  overflow: hidden;
  z-index: 1;
  border-radius: 10px;
}

.product-img img {
  border-radius: 10px 10px 0 0;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0);
  -moz-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  -ms-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  -o-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  -webkit-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  width: 100%;

}

.product-img:hover img {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  transform: scale(1.15);
}

.product-content {
  padding: 20px 0 0;
}

.title {
  font-size: 22px;
  margin-bottom: 10px;
}

.read-more {
  display: flex;
  align-items: center;
  justify-content: end;
} 

.products-slider {
  margin-right: 175px;
}

.products-slider .slick-next {
  right: -175px;
}

.products-slider .slick-prev {
  left: 40px;
}

.faq-section {
  background: #1E1E1E;
}



.faq .accordion-item {
  margin-right: 30px;
  width: 100%;
  margin-bottom: 30px;
}

.faq .accordion-body {
  min-height: 130px;
}

.faq .accordion-item:last-child {
  margin-right: 0;
}

.faq .accordion-button {
  outline: none;
  box-shadow: none;
}

.footer-top {
  padding: 60px 0;
  border-bottom: 2px solid #C1C5BF;
}

.footer-logo img {
  width: 150px;
}

.footer-links li {
  margin-bottom: 10px;
}

.footer-links li:last-child {
  margin-bottom: 0;
}

.footer-bottom {
  padding: 25px 0;
  font-size: 12px;
  color: #656B61;
}

/*======================================================
                    Mobile Menu Menu Icon
  ======================================================*/


@media(max-width: 1199.99px) {

  #navbar li a {
    margin: 0 5px;
  }
  .products-slider {
    margin-right: 100px;
  }
  .products-slider .slick-next {
    right: -125px;
  }

}

@media(max-width: 991.99px) {

  .container {
    max-width: 100%;
  }

  .header .main-nav .login-link {
    padding: 0;
  }
  .menu-opened .header .main-menu-wrapper {
    transform: translateX(0);
    display: block;
  }

  .menu-opened .main-menu-wrapper body {
    overflow: hidden;
  }

  .header .header-nav {
    height: 70px;
  }

  .header .navbar-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
  }

  .header .header-nav {
    padding: 0;
  }

  .header .navbar-header #mobile_btn {
    display: inline-block;
    padding-top: 6px;
  }

  .header .navbar-header #mobile_btn {
    margin-right: 0px;
    position: absolute;
    top: 20px;
    right: 20px;
}

  .header .main-menu-wrapper {
    order: 3;
    width: 260px;
    position: fixed;
    bottom: 0;
    top: 0;
    right: 0;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 11111;
    transform: translateX(260px);
    -webkit-transition: 0.4s;
    -ms-transition: 0.4s;
    transition: 0.4s;
    margin: 0;
    background: #131826;
  }

  .header .main-menu-wrapper .menu-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    padding: 0 20px;
    align-items: center;
    justify-content: space-between;
    background: #131826;
  }

  .header .header-nav .main-nav {
    display: block;
    height: auto;
    margin-top: 50px;
  }

  .header .main-menu-wrapper .main-nav>li a {
    display: block;
    line-height: 20px;
    padding: 12px 15px;
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
  }

  .header .main-menu-wrapper .main-nav li.login-link {
    display: block;
  }

  .header .main-menu-wrapper .main-nav>li {
    text-align: center;
  }

  .header .main-menu-wrapper .main-nav>li {
    margin-right: 0;
  }

  .sidebar-overlay.opened {
    display: block;
  }

  .menu-logo {
    width: 90px;
  }

  .menu-close {
    width: 24px;
  }

  .faq .accordion-item {
    margin: 0 0 25px 0;
  }

  .products-slider {
    margin-right: 0px;
}

.products-slider .slick-next {
  right: 0;
}

}

@media(max-width: 767.99px) {
 
  .overlay-menu li a {
    font-size: 17px;
  }

  .header-title {
    margin-bottom: 22px;
  }

  .printed-left {
    display: none;
  }

  .service-main {
    padding: 40px 20px;
    margin-bottom: 15px;
  }

  .show-btn {
    font-size: 14px;
    padding: 10px 30px;
}

.banner-btn1 {
  padding: 10px 30px;
  font-size: 16px;
  margin-top: 10px;
}

.quick {
  font-size: 18px;
}


.hero-section {
      width: 100%;
      height: 100%;
}

.banner-section-main {
  text-align: center;
}

.technology-slider {
  position: relative;
  margin-left: 0;
}

.section-title h2 {
  font-size: 24px !important;
}

.footer-logo {
  margin-bottom: 20px;
}

.footer-menu {
  margin-bottom: 25px;
}

.footer-top {
  padding: 30px 0 0 0 ;
}

}
@media(max-width: 575.99px) {

  .header .navbar-header {
    width: 100%;
  }

  .header .header-navbar-rht {
    display: none;
  }

  .technology-card {
    margin-right: 0;
    min-height: auto;
  }

  .technology-slider .slick-next {
    right: 0;
}

.technology-slider .slick-prev, .products-slider .slick-prev {
  left: 0;
}

.product-card {
  margin-left: 0;
}

.footer-bottom {
  display: block !important;
  text-align: center;
}

.terms {
  margin-top: 10px;
  justify-content: center;
}

   
}