.btn-hover {
    width: 200px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    cursor: pointer;
    /* margin: 20px; */
    height: 55px;
    text-align: center;
    border: 1px solid #ffffff4d;
    background-size: 300% 100%;
    border-radius: 50px;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    text-decoration: unset;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Poppins;
}

.btn-hover:hover {
    background-position: 100% 0;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.btn-hover:focus {
    outline: none;
}

.btn-hover.gradient-btn {
    background-image: linear-gradient(to right, #12420D, #307529, #13430E, #307529);
    box-shadow: 0 4px 15px 0 rgba(83, 176, 57, 0.75);
}

.btn-hover.transparent-btn {
    background-image: linear-gradient(to right, #f0f5ef00, #31752900, #13430e, #317529);
    box-shadow: 0 4px 15px 0 rgba(83, 176, 57, 0.75);
}

.btn-group {
    gap: 20px;
}

body {
    font-family: 'Poppins' !important;
    /* background: black !important; */
}

h1 {
    font-size: 60px !important;
    font-weight: 300 !important;
    font-family: Inter;
}

h1 strong {
    font-weight: 600;
}

nav .container-fluid {
    justify-content: center !important;
}


nav .container-fluid a.navbar-brand {
    width: 15%;
    font-size: 30px;
    color: white;
}

nav .container-fluid .sidebar {
    width: 15%;
    text-align: right;
}


div#navbarNavDropdown {
    justify-content: center;
}

ul.navbar-nav {
    border: 2px solid #ffffff33;
    border-radius: 50px;
    padding: 5px;
    gap: 5px;
}

ul.navbar-nav a {
    color: white;
}

ul.navbar-nav a.nav-link.active {
    color: white !important;
    background: #50AE33;
    border-radius: 50px;
    padding: 10px 20px;
}

ul.navbar-nav a.nav-link:hover {
    color: white !important;
    background: #50AE33;
    border-radius: 50px;
    padding: 10px 20px;
}

ul.navbar-nav a.nav-link {
    color: white !important;
    background: #4af11700;
    border-radius: 50px;
    padding: 10px 20px !important;
}

ul.navbar-nav ul a {
    color: black;
}

.sidebar img {
    width: 25px;
}

.hero-images {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    /* padding: 20px 15px 55px; */
    /* overflow: hidden; */
}

.hero-images img {
    display: block;
    /* width: 40%; */
    /* max-width: 50%; */
    /* flex: 0 1 30%; */
    object-fit: contain;
    position: relative;
    transition: transform 0.4s ease;
}

/* Left device */
.hero-images img:nth-child(1) {
    transform: translate(40%, 10px);
    z-index: 1;
    width: 32%;
}

/* Center device */
.hero-images img:nth-child(2) {
    width: 55%;
}

/* Right device */
.hero-images img:nth-child(3) {
    transform: translate(-18%, 30px);
    z-index: 2;
    width: 23% !important;
}



@media (max-width: 767.98px) {
    .hero-images {
        padding: 20px 5px 40px;
    }

    .hero-images img {
        width: 32%;
        flex-basis: 32%;
    }

    .hero-images img:nth-child(1) {
        transform: translateX(22%);
    }

    .hero-images img:nth-child(3) {
        transform: translate(-15%, 20px);
    }
}

section.hero .row {
    align-items: center;
    position: relative;
}

section.hero {
    height: 100vh;
    /* display: flex; */
    /* align-items: center; */
    color: white;
    background: linear-gradient(to right, #12420D, #000000, #13500c, #101110);
    border-radius: 30px;
    position: relative;
}

.hero-wrapper {
    padding: 10px;
}

.hero p {
    margin: 20px 0 40px;
}

#canvas {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    border-radius: 30px;
    opacity: 0.6;
}

#app {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
}

main {
    margin-top: -125px;
}

header {
    z-index: 99;
    position: relative;
    padding: 25px 0;
}

section.about {
    background: #EAEAEA;
    border-radius: 30px;
    padding: 80px 0;
}

.about-wrapper {
    padding: 0px 40px;
    margin-top: -70px;
    z-index: 9;
    position: relative;
}

section.about .row {
    align-items: center;
}

section.about img:nth-child(1) {
    width: 70%;
}

section.about img:nth-child(2) {
    position: absolute;
    right: 15%;
    top: 15%;
    width: 45%;
}

section.about .col-md-6 {
    position: relative;
}

h2 {
    font-size: 50px !important;
    font-family: 'Inter' !important;
    font-weight: 600 !important;
    color: #1E1E1E;
}

h2 span {
    color: #419339;
}

section.about .col-md-6:nth-child(2) {
    padding-left: 70px;
}

section.about .col-md-6:nth-child(1) {
    padding-right: 70px;
}

section.about p {
    margin: 20px 0 40px;
}

.points ul {
    list-style: none;
    display: flex;
    gap: 50px;
    width: 200%;
}

.points ul .circle {
    width: 25px;
    height: 25px;
    background: linear-gradient(45deg, #50AE33, #65B440);
    border-radius: 50pc;
    box-shadow: 0px 0px 5px 0px #808080ab;
}

.points ul li {
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 20px;
    font-family: 'Inter';
    font-weight: 500;
    color: #212529;
}

.points {
    overflow: hidden;
    padding: 70px 0;
}

.line {
    width: 100%;
    height: 2px;
    background-color: #ffffff6b;
    position: relative;
    top: 4px;
}

.line:before {
    content: "";
    width: 15px;
    height: 15px;
    background-color: #419339;
    position: absolute;
    border-radius: 50%;
    top: -7px;
    left: 0;
    animation: moveCircle 20s linear infinite;
    /* animation */
}

@keyframes moveCircle {
    0% {
        left: 0;
    }

    100% {
        left: 100%;
        transform: translateX(-100%);
        /* keeps it inside at end */
    }
}

section.soluions {
    background: black;
    color: white;
    border-radius: 30px;
    padding: 70px 0;
}

h4 {
    font-size: 20px !important;
    text-transform: uppercase;
    font-weight: 300 !important;
    margin-bottom: 20px !important;
}

.solutions-wrapper {
    padding: 10px;
}

.solution-card {
    display: flex;
    gap: 100px;
    border-bottom: 1px solid #ffffff21;
    padding: 20px 0;
}

section.soluions p {
    font-weight: 300;
}

.solution-card h3 {
    font-size: 70px;
    font-weight: 400;
    font-family: 'Inter';
}

.solution-card .image {
    text-align: right;
    width: 85%;
}

.solution-card .image img {
    width: 100%;
}

.solution-card .image h6 {
    font-family: 'Inter';
    font-weight: 400;
    margin-bottom: 30px;
}

section.soluions .r1 .col-md-6:nth-child(2) {
    display: flex;
    flex-direction: column;
    align-items: end;
    gap: 30px;
}

section.soluions .row {
    align-items: center;
}

section.soluions .row.r1 {
    padding-bottom: 30px;
}

section.power img {
    width: 90%;
}

section.power h3 {
    font-size: 20px;
    margin-bottom: 30px;
}

.power .card.card1 {
    background-image: url(/assets/images/powercard1.png);    
}

.power .card.card2 {
    background-image: url(/assets/images/powercard1.png);    
}

.power .card.card3 {
    background-image: url(/assets/images/powercard1.png);    
}

.power .card {    
    background-position: top right;
    background-size: cover;
    border-radius: 30px;
    background-color: black;
}

.power .card .content {
    width: 35%;
    color: white;
}

.power .card .content h4 {
    color: #50AE33;
    font-size: 32px !important;
    text-transform: capitalize !important;
    font-weight: 600 !important;
    font-family: 'Inter';
}

.power .card {
    display: flex;
    justify-content: end;
    align-items: end;
    padding: 100px 50px;
}

section.power .r1 {
    padding: 70px 0;
}

.power-wrapper {
    padding: 10px;
}

section.power .r1 .col-md-6:nth-child(2) {
    display: flex;
    align-items: center;
    justify-content: end;
}

.power .card .content p {font-weight: 300;margin: 20px 0px 40px !important;}

section.get-started {
    background-image: url(/assets/images/getstarted.png);
    background-position: top right;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: end;
    padding: 100px 50px;
    margin: 70px 0;
}

section.get-started .content {
    color: white;
    width: 35%;
}

section.get-started .content p {
    margin: 20px 0 40px;
}

section.get-started .content h2{
    font-size: 60px !important;
}

section.get-started .content a {border: 2px solid;}