@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500&display=swap";
body {
    font-family: "Inter", sans-serif;
    overflow-x: hidden !important;
    font-size: 15px;
    color: #24272c;
    font-weight: 400;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: "Inter", sans-serif;
    line-height: 1.5;
    font-weight: 600 !important;
}
.display-1,
.display-2,
.display-3,
.display-4,
.display-5,
.display-6 {
    line-height: 1.2;
}
::selection {
    background: #2f333a;
    color: #fff;
}
p {
    line-height: 1.6;
    font-size: 15px !important;
}
@media (max-width: 768px) {
    p {
        font-size: 14px !important;
    }
}
.section {
    padding: 90px 0;
    position: relative;
}
@media (max-width: 768px) {
    .section {
        padding: 60px 0;
    }
}
.section-two {
    padding: 48px 0;
    position: relative;
}
.bg-overlay {
    background-color: rgba(27, 100, 66, 0.7);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.title-heading .heading {
    font-size: 42px !important;
    letter-spacing: 0.2px;
    line-height: 1.5;
}
@media (max-width: 768px) {
    .title-heading .heading {
        font-size: 34px !important;
    }
}
.title-heading .heading.sub-heading {
    font-size: 32px !important;
}
@media (max-width: 768px) {
    .title-heading .heading.sub-heading {
        font-size: 28px !important;
    }
}
.title-heading .letter-spacing {
    letter-spacing: 1px;
}
.title-heading .para-desc {
    font-size: 20px;
    letter-spacing: 0.5px;
}
@media (max-width: 768px) {
    .title-heading .para-desc {
        font-size: 16px;
    }
}
.para-desc {
    max-width: 600px;
    font-size: 20px;
}
.mt-100 {
    margin-top: 100px;
}
.mb-60 {
    margin-bottom: 60px;
}
.shape {
    position: absolute;
    right: 0;
    bottom: -1px;
    left: 0;
}
@media (max-width: 425px) {
    .shape {
        bottom: -4px;
    }
}
.shape > svg {
    transform: scale(2);
    width: 100%;
    height: auto;
    transform-origin: top center;
}
.shape.crypto-bottom {
    bottom: 0 !important;
}
.shape.crypto-bottom .crypto-border {
    border-top: 1px dashed rgba(255, 255, 255, 0.2);
}
@media (max-width: 767px) {
    .laptop-image img {
        max-width: 100%;
        height: auto;
    }
}
.home-shape-arrow {
    display: block;
    position: absolute;
    width: 100%;
    height: auto;
    bottom: 25px;
    z-index: 1;
    left: 0;
}
.home-shape-arrow i {
    background: #f2f6fa;
    height: 50px;
    width: 50px;
    margin: 0 auto;
    line-height: 50px;
    text-align: center;
    box-shadow: 0 0 3px rgba(36, 39, 44, 0.15);
    border-radius: 30px;
}
.home-shape-arrow .arrow-icon {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    display: inline-block;
}
.feature-posts-placeholder {
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    height: 66.6%;
}
@media (max-width: 425px) {
    .feature-posts-placeholder {
        height: 80%;
    }
}
.play-icon {
    position: absolute;
    bottom: 50%;
    transform: translateY(50%);
    right: 0;
    left: 0;
    text-align: center;
}
.play-icon i {
    height: 75px;
    -webkit-text-stroke: 2px #5329c4;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    width: 75px;
    font-size: 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.play-icon i:hover {
    -webkit-text-stroke: 2px #5329c4;
    -webkit-text-fill-color: #5329c4;
}
.play-btn {
    height: 78px;
    width: 78px;
    font-size: 30px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.play-btn i {
    -webkit-text-stroke: 2px #5329c4;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
}
.play-btn i:hover {
    -webkit-text-stroke: 2px #5329c4;
    -webkit-text-fill-color: #5329c4;
}
@media (min-width: 768px) {
    .margin-top-100 {
        margin-top: 100px;
    }
}
@media (max-width: 768px) {
    .mt-60 {
        margin-top: 60px;
    }
}
.features-absolute {
    position: relative;
    z-index: 2;
    transition: all 0.5s ease;
}
.features-absolute {
    margin: -200px 0 0px;
}
@media (max-width: 768px) {
    .features-absolute {
        margin: -140px 0 0;
    }
}
.features-absolute.blog-search {
    margin: -120px 0 0px;
}
@media (max-width: 768px) {
    .features-absolute.blog-search {
        margin: -90px 0 0px;
    }
}
@media (min-width: 1400px) {
    .container {
        max-width: 1140px !important;
    }
}
@media (max-width: 768px) {
    .section-title .heading {
        font-size: 26px !important;
    }
}
@media (max-width: 991px) {
    .section-title .heading {
        font-size: 30px !important;
    }
}
@media (max-width: 768px) {
    .text-muted {
        font-size: 13px !important;
    }
}
@media (max-width: 991px) {
    .text-muted {
        font-size: 14px !important;
    }
}
.row > * {
    position: relative;
}
.h1,
h1,
.fs-1 {
    font-size: 42px !important;
}
.h2,
h2,
.fs-2 {
    font-size: 35px !important;
}
.h3,
h3,
.fs-3 {
    font-size: 30px !important;
}
.h4,
h4,
.fs-4 {
    font-size: 24px !important;
}
.h5,
h5,
.fs-5 {
    font-size: 20px !important;
}
.h6,
h6,
.fs-6 {
    font-size: 15px !important;
}
.map {
    line-height: 0;
}
.map iframe {
    width: 100%;
    height: 500px;
}
.btn {
    padding: 8px 20px;
    outline: none;
    text-decoration: none;
    font-size: 16px;
    letter-spacing: 0.5px;
    transition: all 0.3s;
    border-radius: 6px;
}
.btn.btn-success {
    background-color: #1b6442 !important;
    border: 1px solid #1b6442 !important;
    color: #fff !important;
    box-shadow: 0 3px 5px 0 rgba(27, 100, 66, 0.1);
}
.btn.btn-success:hover,
.btn.btn-success:focus,
.btn.btn-success:active,
.btn.btn-success.active,
.btn.btn-success.focus {
    background-color: #103c27 !important;
    border-color: #103c27 !important;
    color: #fff !important;
}
.btn.btn-outline-success {
    border: 1px solid #1b6442;
    color: #1b6442;
    background-color: rgba(0, 0, 0, 0);
}
.btn.btn-outline-success:hover,
.btn.btn-outline-success:focus,
.btn.btn-outline-success:active,
.btn.btn-outline-success.active,
.btn.btn-outline-success.focus,
.btn.btn-outline-success:not(:disabled):not(.disabled):active {
    background-color: #1b6442;
    border-color: #1b6442;
    color: #fff !important;
    box-shadow: 0 3px 5px 0 rgba(27, 100, 66, 0.1);
}
.navbar {
    transition: all 0.5s ease;
    padding: 0;
}
.navbar .navbar-nav .nav-item .nav-link {
    color: #24272c;
    font-size: 14px;
    letter-spacing: 0.05rem;
    font-weight: 500;
    font-size: 13px;
    text-transform: uppercase;
    background-color: rgba(0, 0, 0, 0);
    margin: 0px 6px;
    transition: all 0.3s ease;
    font-family: "Inter", sans-serif;
    padding-top: 12px;
    padding-bottom: 12px;
}
.navbar .navbar-nav .nav-item:hover .nav-link,
.navbar .navbar-nav .nav-item:active .nav-link,
.navbar .navbar-nav .nav-item.active .nav-link {
    color: #1b6442 !important;
}
.navbar .navbar-brand {
    line-height: 70px;
    font-size: 0;
    padding: 0;
}
.navbar .navbar-brand .l-dark,
.navbar .navbar-brand .logo-dark-mode {
    display: none;
}
.navbar .navbar-brand .l-light,
.navbar .navbar-brand .logo-light-mode {
    display: inline-block;
}
@media (max-width: 795.98px) {
    .navbar .navbar-brand .l-dark {
        display: none !important;
    }
    .navbar .navbar-brand .l-light {
        display: inline-block !important;
    }
}
.navbar.nav-sticky {
    background: #fff;
    margin-top: 0px;
    box-shadow: 0 0 3px rgba(36, 39, 44, 0.15);
}
.navbar.nav-sticky .navbar-brand .l-dark {
    display: inline-block;
}
.navbar.nav-sticky .navbar-brand .l-light {
    display: none;
}
.navbar.nav-sticky .menu-social .login-btn-primary {
    display: inline-block;
}
.navbar.nav-sticky .menu-social .login-btn-light {
    display: none;
}
@media (min-width: 992px) {
    .navbar .navbar-nav .nav-item:last-child .nav-link {
        padding-right: 0;
        margin-right: 0;
    }
    .navbar.nav-light .navbar-nav .nav-item .nav-link {
        color: rgba(255, 255, 255, 0.8);
        font-family: "Inter", sans-serif;
    }
    .navbar.nav-light .navbar-nav .nav-item:hover .nav-link,
    .navbar.nav-light .navbar-nav .nav-item:active .nav-link,
    .navbar.nav-light .navbar-nav .nav-item.active .nav-link {
        color: #fff !important;
    }
    .navbar.nav-light.nav-sticky {
        background: #fff;
    }
    .navbar.nav-light.nav-sticky .nav-item .nav-link {
        color: #24272c;
    }
    .navbar.nav-light.nav-sticky .nav-item:hover .nav-link,
    .navbar.nav-light.nav-sticky .nav-item.active .nav-link,
    .navbar.nav-light.nav-sticky .nav-item:active .nav-link {
        color: #1b6442 !important;
    }
}
@media (max-width: 991px) {
    .navbar {
        background-color: #fff;
        box-shadow: 0 0 3px rgba(36, 39, 44, 0.15);
    }
    .navbar .menu-social {
        margin-bottom: 20px !important;
    }
}
.bg-half-200 {
    padding: 200px 0;
    position: relative;
}
@media (max-width: 768px) {
    .bg-half-200 {
        padding: 130px 0;
        position: relative;
    }
}
#image-339-28 {
    z-index: 0;
    position: absolute;
    top: 0;
    clear: none;
    right: 0;
    width: 600px;
}
.features {
    border-radius: 18px;
    border: none;
    padding: 10px 20px;
    transition: all 0.5s ease;
}
.features:hover {
    position: relative;
    margin-top: -10px;
}
.features .icon {
    font-size: 50px;
    height: 70px;
    width: 90px;
    color: #1b6442;
}
.features .link {
    color: #aa65e8;
}
.list {
    line-height: 2;
    list-style-type: none;
    padding-left: 1px;
    align-content: center;
}
.link-success {
    text-decoration: none;
}
.para-desc {
    max-width: 600px;
    margin: 0 auto;
}
.pricing {
    border-radius: 15px;
    border: none;
    transition: all 0.5s ease;
}
.pricing .list {
    margin-left: 70px;
}
.pricing .card-body {
    margin: 20px 0px;
}
.pricing:hover {
    position: relative;
    margin-top: -10px;
}
.tns-nav {
    text-align: center;
    margin-top: 10px;
}
.tns-nav button {
    width: 7px;
    height: 7px;
    border-radius: 3px;
    background: rgba(27, 100, 66, 0.75) !important;
    transition: all 0.5s ease;
    opacity: 1;
    margin: 4px;
    border: none;
}
.tns-nav button.tns-nav-active {
    background: #1b6442 !important;
    width: 10px;
}
.article {
    border: none;
    padding-bottom: 10px;
    border-radius: 10px;
    box-shadow: 0 5px 13px rgba(36, 39, 44, 0.2);
    transition: 0.6s all ease;
}
.article .card-text {
    padding: 10px 15px;
}
.footer {
    position: relative;
}
.footer .footer-py-30 {
    padding: 40px 0;
}
.footer .text-foot {
    color: #fff;
} /*# sourceMappingURL=style.min.css.map */
