/************************************
Common css start
************************************/


* {
    padding: 0%;
    margin: 0%;
}
body {
    /* position: relative; */
}
.margin-top-bottom {
    padding: 80px 0px;
}
img {
    width: 100%;
    height: auto;
}
h1 {
    font-size: clamp(1.5rem, 3.7vw, 4rem)
}
h2 {
    margin-bottom: 40px;
}
h5 {
    font-size: clamp(0.8rem, 2.1vw, 0.95rem);
}
p {
    font-size: clamp(0.8rem, 1.8vw, 1rem);
}
.btn {
    display: inline-block;
    padding: 10px 40px;
    font-weight: 500;
    margin-top: 20px;
    background-color: #24a213;
    color: white;
}
/* .button-bg {
    
} */
.btn:hover {
    background-color: #219113;
    color: white;
}
/************************************
Common css end
************************************/






/************************************
Header css start
************************************/
header {
    width: 100%;
    clear: both;
}
.header-area {
    background-color: #ffffff;
    /* background-color: white; */
    width: 100%;
    padding: 10px 80px;
    /* min-height: 80px; */
    display: flex;
    box-shadow: 0px 2px 7px 0px rgba(0,0,0,0.05);
    position: relative;
}
.logo-container {
    width: 30%;
    float: left;
}
.logo-container img {
    width: 150px;
}
.nav-item-container {
    width: 70%;
    float: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.nav-item-container ul {
    margin: 0%;
    padding: 0%;
    list-style: none;
    text-align: right;
}
.nav-item-container ul li {
    display: inline-block;
    margin-left: 40px;
    font-family: 'Noto Sans', sans-serif;
}
.nav-item-container ul li a {
    text-decoration: none;
    font-weight: bold;
    color: #24a213;
    font-size: clamp(0.8rem, 2vw, 0.9rem);
    position: relative;
}
.header-link::after {
   content: "";
   position: absolute;
   width: 0%;
   height: 4px;
   background-color: #24a213;
   bottom: -15px;
   left: 0%;
   transition: 0.4s;
}
.header-link:hover::after {
   width: 100%;
 }
 
.nav-item a, .dropbtn {
	color: #24a213;
}

.nav-item::after {
	content: "";
	position: absolute;
	width: 0px;
	height: 4px;
	background-color: white;
	bottom: 0px;
	left: 0px;
	transition: 0.4s;
}
.nav-item:hover::after {
	width: 100%;
}
.dropbtn {
	background-color: #04aa6d00;
	/* color: black; */
	/* padding: 16px; */
	font-size: 16px;
	border: none;
  }
  
.dropdown {
	position: relative;
	display: inline-block;
	padding: 7px;
}
  
.dropdown-content {
	display: none;
	position: absolute;
	background-color: #f1f1f1;
	min-width: 200px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
	top: 40px;
}
  
.dropdown-content a {
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
    text-align: left;
}

.dropdown-content a:hover {background-color: #ddd;}

.dropdown-container:hover .dropdown-content {display: block;}

.logo {
    width: 70px;
    height: 70px;
}
.logo-name {
    font-family: 'Kaushan Script', cursive;
    color: #ffffff;
    font-size: clamp(1.6rem, 5vw, 2.8rem);
    font-weight: bold;
}
.logo-name a {
    color: #ffcf67;
}
/************************************
Header css end
************************************/





/************************************
side-panel css Start
************************************/
.sidepanel li {
    list-style: none;
}
.sidepanel  {
    width: 0;
    position: fixed;
    z-index: 3;
    height: 100vh;
    top: 0;
    right: 0;
    background-color: #24a213;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
  }
  
  .sidepanel a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 20px;
    color: #ffffff;
    display: block;
    transition: 0.3s;
  }

  .sidepanel a:hover {
    color: #f1f1f1;
  }
  
  .sidepanel .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
  }
  
  .openbtn {
    font-size: 30px;
    cursor: pointer;
    background-color: #11111100;
    color: #24a213;
    padding: 10px 15px;
    border: none;
    position: absolute;
    z-index: 3;
    top: 0px;
    right: 30px;
    display: none;
  }
  .closebtn {
      left: 0px;
    }

    
/************************************
Sidebar css start
************************************/




/************************************
Hero css start
************************************/
.hero {
    width: 100%;
    height: 100vh;
    color: black;
    display: flex;
    align-items: center;
    justify-items: center;
    /* background-color: black; */
    /* background: linear-gradient(-45deg, #b95d41, #bd3267, #23a6d5, #1cb18e); */
    background-size: cover;
    background-attachment: fixed;
}
.hero h1 {
    color: #24a213;
}
.hero-button {
    text-align: left;
}
@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}


.hero-form {
    width: 70%;
}

.icons{
    border: 2px solid rgb(197, 197, 197);
    border-radius: 50%;
    background-color: whitesmoke;
   
}



.delivery {
    background-color:rgb(243 244 246);
    height: 420px;
}



.touch{
    background-image: url("image/cargerPic.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    height: 400px;
    width: 100%;
    opacity: 0.1s;
}

#store-btn{
    border: 2px solid rgb(166, 6, 20);

}





.footer-main{
   display: flex;
   padding-top: 20px;
   height: 100%;
   
   
}

.fotter-text{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    
    
}



/* Hero Counter css start  */
.counter {
    padding-right: 40px;
    margin-right: 40px;
    position: relative;
}
.counter h3 {
    font-weight: bold;
}
.counter-container {
    display: flex;
    flex-wrap: wrap;
    /* align-items: center;
    justify-content: center; */
}
/* .counter::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 100%;
    background-color: white;
    right: 0%;
    top: 0%;
} */
.counter h3 {
    margin-bottom: 7px ;
}
/* Hero Counter css end  */

/************************************
Hero css end
************************************/







/************************************
Services css start
************************************/

.service {
    width: 100%;
    height: 180px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    /* background-color: #000000; */
    color: black;
    transition: 0.3s;
    position: relative;
}
.service::after {
    content: "";
    position: absolute;
    width: 6px;
    height: 100%;
    background-color: #24a213;
    left: 0%;
    transition: 0.4s;
}
.service:hover::after {
    width: 100%;
    cursor:pointer;
}
.service:hover {
    color: #ffffff;
}

.service p {
    margin: 0%;
    z-index: 1;
}
/************************************
Services css end
************************************/




/************************************
How works css start
************************************/

.work-system {
    padding: 0px 80px;
    text-align: center;
}
.work-system p {
    font-weight: bold;
    margin-top: 10px;
}
.how-works-container lottie-player {
    height: 300px;
}
/************************************
How works css end
************************************/




/************************************
Contact css start
************************************/
.contact-container {
    width: 100%;
    height: 50vh;
    background-image: url("../images/contact-background.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    position: relative;
}
.contact-container::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000000ad;
    right: 0%;
    top: 0%;
}
.contact-text {
    padding: 0% 20%;
    z-index: 1;
}
/************************************
Contact css end
************************************/




/************************************
Who benefit css start
************************************/
.who-benefit {
    width: 100%;
    min-height: 250px;
    text-align: center;
    border: 1px solid #dbdbdb;
    border-radius: 8px;
    color: black;
    transition: 0.3s;
    position: relative;
}
/* .who-benefit:hover {
    transform: translateY(-20px);
} */
.who-benefit-animation {
    width: 100%;
    height: 190px;
}
/************************************
Who benefit css start
************************************/



/************************************
Our application css start
************************************/
.our-application-container {
    width: 100%;
    height: 70vh;
    display: flex;
    align-items: center;
    justify-items: center;
    /* background-color: #000000; */
}
.our-application-container ul li {
    margin-bottom: 6px;
}
.app-feature-icon {
    width: 70px;
    height: 70px;
    background-color: #24a213;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
.app-feature-icon img {
    width: 30px;
    height: auto;
}
/* ********** Google play and apple app store button **********/
.app-download {
    vertical-align: baseline;
    text-align: left;
    background-color: #000000;
    color: #ffffff;
    padding: 0px 10px;
    margin-right: 10px;
    margin-top: 20px;
}
.app-download:hover {
    background-color: #444444;
}
.app-download img {
    width: 30px;
    height: auto;
    margin-right: 10px;
}

/************************************
Our application css end
************************************/



/************************************
 which-charging css start
************************************/

/************************************
which-charging css end
************************************/






/************************************
management-software css start
************************************/
.management-software-container {
    width: 100%;
    height: 50vh;
    background-image: url("../images/contact-background.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    position: relative;
}
.management-software-container::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000000ad;
    right: 0%;
    top: 0%;
}
/************************************
management-software css end
************************************/



/************************************
CMS css start
************************************/

.CMS {
    width: 100%;
    height: 220px;
    text-align: center;
    border: 1px solid #dbdbdb;
    border-radius: 8px;
    color: #ffffff;
    transition: 0.3s;
    position: relative;
    padding: 40px;
    background-color: #24a213;
    display: flex;
    align-items: center;
    justify-content: center;
}
.CMS img {
    width: 50px;
    height: 50px;
    margin-bottom: 30px;
}
/************************************
CMS css end
************************************/





/************************************
blog news and review css start
************************************/
.tab_container h6 {
    font-weight: bold;
}
.table th,.table td {
    color: #000000;
}

 ul.tab
    {
        list-style-type: none;
        margin: 0;
        padding: 0;
        overflow: hidden;
    }
        
    /* Float the list items side by side */
    ul.tab li
    {
        float: left;
    }
        
    /* Style the links inside the list items */
    ul.tab li a
    {
        display: inline-block;
        color: black;
        text-align: center;
        padding: 14px 16px;
        text-decoration: none;
        transition: 0.3s;
        font-size: 25px;
        font-weight: 500;
        padding-right: 30px;
        background-color: #ffebcd00;
        border: 1px solid #00000000;
        color: #3b3b3b;
        transition: 0.4s
    }
        
    /* Change background color of links on hover */
    ul.tab li a:hover
    {
        
        color: #b8d1c9;
    }
        
    /* Create an active/current tablink class */
    ul.tab li a:focus, .active
    {
        color: #24a213;
    }
        
    /* Style the tab content */
    .tabcontent
    {
        display: none;
        padding: 6px 12px;
        border-top: none;
    }

    .tabNum {
        margin-left: 8px;
        
    }

    
    .offerBtn {
        border: 1px solid #0000002c;
        background-color: #00800000;
        border-radius: 3px;
    }


/************************************
blog news and review css end
************************************/





/************************************
Digital solution page css start
************************************/

.heroAnimatedText {
    font-size: 40px;
  }

  .console-underscore {
    display:inline-block;
    position:relative;
    top:-0.14em;
    left:10px;
    color: #24a213;
    animation-name: underscore;
    animation-duration: 1.2s;
    animation-iteration-count: infinite;
    animation-timing-function: ease;
  }
  @keyframes underscore {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }

/************************************
Digital solution page css end
************************************/





/************************************
Slider css start
************************************/
.swiper {
    width: 100%;
    height: 100%;
  }
.swiper-wrapper {
    width: 100%;
    height: 100%;
}
  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
/************************************
Slider css end
************************************/






/************************************
Media query start
************************************/
@media only screen and (max-width: 992px) {
    .openbtn {
        display: block;
    }
    .header-area {
        padding: 10px 50px;
    }
    .nav-item-container {
        display: none;
    }
}


@media only screen and (max-width: 600px) {
    h2 {
        margin-bottom: 20px;
    }
    .margin-top-bottom {
        padding: 40px 0px;
    }
    .openbtn {
        top: 3px;
        right: 15px;
        font-size: 28px;
    }
    .header-area {
        padding: 10px 20px;
    }
    .logo-container {
        width: 70%;
    }
    .nav-item-container {
        width: 30%;
    }
    .logo-container img {
        width: 100px;
    }
    .hero  {
        height: 130vh;
        text-align: center;
    }
    .hero-digital {
        height: 100vh;
    }
    .hero-text-container {
        margin-top: 50px;
    }
    .hero-button {
        text-align: center;
    }
    .how-works-container lottie-player {
        height: 200px;
    }
    .work-system {
        padding: 0px 40px;
        text-align: center;
    }
    /* Hero Counter css start  */
    .counter {
        padding-right: 0px;
        margin-right: 0px;
        position: relative;
    }
    .counter h3 {
        font-weight: bold;
    }
    .counter-container {
        text-align: center;
        display: block;
        flex-wrap: wrap;
        /* align-items: center;
        justify-content: center; */
    }
    ul.tab li a
    {
        font-size: 18px
    }
    .our-application-container {
        height: 110vh;
    }
    
    .heroAnimatedText {
        font-size: 20px;
    }
    .who-benefit {
        width: 100%;
        height: 180px;
    }
      .hero-form {
        width: 100%;
    }
    .dropbtn {
        margin-left: -8px;
      }
    .dropdown-content a {
        color: #24a213;
    }
    .sidepanel li {
        margin-bottom: 17px;
    }
    .dropbtn {
        background-color: #04aa6d00;
        /* color: black; */
        /* padding: 16px; */
        font-size: 16px;
        border: none;
      }
      
    .dropdown-content {
        background-color: #24a213;
        width: 150px;
        border-radius: 8px;
        top: 75px;
        left: 25px;
    }
      
    .dropdown-content a {
        color: white;
        padding: 12px 16px;
        font-size: 14px;
    }
    .CMS {
        height: 200px;
        padding: 20px;
    }
    .CMS img {
        width: 45px;
        height: 45px;
    }
    .which-charging {
        text-align: center;
        padding-bottom: 20px;
    }
}
/************************************
Media query end
************************************/
