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

html, body {
    width: 100%;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    /* height: 100%; */
    scroll-behavior: smooth;
}

body.dark-theme {
    background: linear-gradient(to bottom, #111419, #161a21);
    color: white;
}

.text-success {
    color: #36b82a !important;
}

a.nav-link {
    color: #131416;
}

.light-theme .grey-s {
    background-color: #f3f3f3;
}

.dark-theme a.nav-link {
    color: #ffffff;
    border-bottom: 5px solid transparent;
}

a.nav-link.active {
    border-radius: 5px;
    border-bottom: 5px solid #36b82a;
    width: fit-content;

}

.btn-primary {
    background-color: #36b82a;
    border-color: #2e9e24;
}

.btn-primary:hover {
    background-color: #2c9523;
    border-color: #257e1d;
}

.text-primary {
    color: #36b82a !important;
}

.inline-bold {
    font-weight: 800;
}

span.success {
    color: #3eca32;
}

.gap-3 {
    column-gap: 5px;
}

ul {
    margin: 0;
}

header {
    background-color: #fff;
    padding: 15px 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    border-bottom:  solid #e8e7e7;
}

.dark-theme header {
    background: linear-gradient(to right, #111419, #161a21);
    border: 0;
}

header .start {
    display: flex;
    align-items: center;
    column-gap: 45px;
}

header .start .nav-link {
    padding: 0;
    height: 17px;
}

header .logo-wrapper {
    width: 200px;
}

.nav ul li {
    list-style: none;
    display: inline-block;
}

header .nav {
    justify-content: end;
}

.section-t8 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.section-t100 {
    padding-top: 100px;
    padding-bottom: 30px;
}

.headline {
    text-align: center;
}

.headline h2 {
    font-size: 39px;
    text-transform: capitalize;
}

.headline p {
    font-size: 18px;
    text-transform: capitalize;
}

.hero-section-text-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 15px;
    height: 100%;
}

.hero-section-text-wrapper .buttons-wrapper {
    display: flex;
    column-gap: 10px;
}

.dark-theme .hero-section-text-wrapper .buttons-wrapper .btn {
    box-shadow: -2px 4px 24px 12px rgba(21, 176, 123, 0.07);
    -webkit-box-shadow: -2px 4px 24px 12px rgba(21, 176, 123, 0.07);
    -moz-box-shadow: -2px 4px 24px 12px rgba(21, 176, 123, 0.07);
    text-transform: capitalize;
    height: 48px;
    width: 200px;
    font-size: 19px;
    border-radius: 30px;
    background-color: transparent;
    border-color: #2e9e24;
    transition: all .5s;
    color: #fff;
}

.hero-section-text-wrapper .buttons-wrapper .btn {
    text-transform: capitalize;
    height: 48px;
    width: 200px;
    font-size: 19px;
    border-radius: 30px;
    background-color: transparent;
    border-color: #2e9e24;
    color: #161a21;
    transition: all .5s;
}

.hero-section-text-wrapper .buttons-wrapper .btn:hover, .hero-section-text-wrapper .buttons-wrapper .btn:active, .hero-section-text-wrapper .buttons-wrapper .btn:focus {
    background-color: #2e9e24;
    border-color: #2e9e24;
    transition: all .5s;
    color: #fff;
}

section .section-title {
    max-width: fit-content;
    border-radius: 10px;
    border-bottom: 10px solid #2e9e24b3;
    border-color: #36b82a;
    padding: 8px 0;
    margin-bottom: 30px;
}

.steps-wrapper {
    display: flex;
    column-gap: 11px;
}

.steps-wrapper .box-info {
    display: flex;
    flex-direction: column;
    row-gap: 15px;
    width: 100%;
}

#features .img-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 176px;
}

.dark-theme .card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #ffffff24;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
    color: #ffffff;
    border-bottom: 11px solid #267622;
    border-radius: 25px;
}

.card-title {
    /* color: #111419; */
    padding: 0 15px;
}

.list-box-wrapper {
    display: flex;
    flex-direction: column;
    row-gap: 15px;
    justify-content: center;
    height: 100%;
}

.list-box {
    display: flex;
    column-gap: 10px;
    align-items: start;
}

.list-box .icon {
    width: 35px;
}

.list-box .icon i {
    font-size: 100%;
}

.img-wrapper-md img {
    width: 85%;
}

.img-shadow {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.icon {
    font-size: 30px;
    margin-bottom: 0 !important;
}

.subscribtion-box {
    display: flex;
    flex-direction: column;
    row-gap: 27px;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.subscribtion-box .btn-outline {
    text-transform: capitalize;
    /* height: 48px; */
    width: fit-content;
    font-weight: 600;
    font-size: 18px;
    border-radius: 30px;
    background-color: transparent;
    border-color: #2e9e24;
    transition: all .5s;
    color: #000;
}

.dark-theme .subscribtion-box .btn-outline {
    color: #fff;
}

.subscribtion-box .btn-outline:hover, .subscribtion-box .btn-outline:focus {
    background-color: #2e9e24;
    border-color: #2e9e24;
    transition: all .5s;
    color: #fff;
}

.dark-theme .btn:focus, .dark-theme .btn:active {
    outline: none !important;
    box-shadow: none !important;
    background-color: transparent !important;
    border-color: #257e1d !important;
}

.btn:focus, .btn:active {
    background-color: #2e9e24 !important;
    border-color: #2e9e24 !important;
    box-shadow: none !important;
    outline: none !important;
}

.title-icon {
    display: flex;
    align-items: center;
    column-gap: 5px;
}

footer a.nav-link {
    font-size: 13px;
}

footer  .nav-link i:hover {
    color: #3eca32;
}

.footer-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-wrapper .logo-wrapper {
    width: 175px;
}

.dark-theme footer {
    padding: 20px 0 0;
    background-color: #131416;
}

.copy-right {
    font-size: 12px;
}

#theme-toggle {
    position: fixed;
    bottom: 15px;
    right: 20px;
    border-radius: 50%;
    background-color: #2e9e24;
    width: 50px;
    height: 50px;
    font-size: 27px;
    color: #fff;
    border: 0 !important;

}

#theme-toggle:focus {
    background-color: #2e9e24 !important;
    border-color: #2e9e24 !important;
}

@media (max-width: 1024px) {
    header .logo-wrapper {
        width: 150px;
    }
    header .start {
        justify-content: space-between;
    }
    header .start .left {
        display: flex;
        align-items: center;
        column-gap: 10px;
    }
    .menu-btn:hover {
        cursor: pointer;
        color: #2e9e24;
    }
    .mobile-menu {
        width: 100%;
        height: 0;
        overflow: hidden;
        transition: all .5s;
    }
    .mobile-menu.open {
        height: 280px;
        transition: all .5s;
    }
    .mobile-menu.open li {
        padding: 0 8px;
    }
    .hero {
        flex-direction: column-reverse;
    }
    .hero-section-text-wrapper {
        row-gap: 3px;
    }
    .hero-section-text-wrapper h2 {
        font-size: larger;
        margin-bottom: 0;
    }
    .hero-section-text-wrapper h3 {
        font-size: 14px;
    }
    .hero-section-text-wrapper p {
        font-size: 14px;
    }
    .hero-section-text-wrapper .buttons-wrapper {
       flex-direction: column-reverse;
       row-gap: 10px;
    }
    .subscribtion-box .btn-outline {
        font-size: 16px;
    }
    section#features .xs-col {
        flex-direction: column;
        row-gap: 15px;
    }
    .footer-wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
}