@import "https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&family=Nunito:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600&display=swap";

* {
    margin: 0;
    padding: 0;
    scroll-behavior: smooth
}

:root {
    --primary-one: #06D889;
    --primary-one-light: #FFF2E8;
    --primary-five-light: #FFEDDF;
    --primary-one-lighter: rgba(255, 242, 232, 0.5);
    --primary-two-lighter: rgba(255, 235, 219,0.3);
    --primary-one-dark: rgba(211, 51, 0, 1);
    --primary-light-text: rgba(255, 242, 232, 1);
    --primary-light-border: rgba(255, 127, 24, 0.2);
    --content-bg: #F1F6FB;
    --linear-green-light: rgba(0, 185, 141,0.3);
    --border-color: #EEEEEE;
    --primary-border: rgba(239, 203, 173, 1);
    --linear-yellow: #FFA811;
    --linear-orange: #F33B00;
    --linear-blue: #006CE4;
    --linear-green: rgb(0, 185, 141);
    --linear-pink: rgb(248, 108, 167);
    --linear-pink-light: rgba(248, 108, 167,0.2);
    --linear-orange2: #FF7222;
    --linear-red: #FF166A;
    --text-primary: #160803;
    --text-secondary: #5E5E5E;
    --white: #ffffff;
    --light-bg: #FAFAFA;
    --font-nunito: "Nunito", sans-serif;
    --font-dm: "DM Sans", sans-serif
}

::-moz-selection {
    color: var(--white);
    background: var(--primary-color1)
}

::selection {
    color: var(--white);
    background: var(--primary-color1)
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-nunito)
}

p {
    font-family: var(--font-dm)
}

body {
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
    background: #fbfbfb
}

a {
    color: unset;
    text-decoration: none
}

    a:focus {
        outline: 0 solid
    }

    a:hover {
        text-decoration: none;
        color: unset
    }

input:focus, textarea:focus, button:focus {
    outline: none
}

ul {
    list-style: none
}

i.bx {
    vertical-align: middle
}

.pt-120 {
    padding-top: 120px
}

@media(min-width:992px) and (max-width:1199px) {
    .pt-120 {
        padding-top: 90px
    }
}

@media(max-width:991px) {
    .pt-120 {
        padding-top: 80px
    }
}

.mb-150 {
    margin-bottom: 150px
}

@media(max-width:1399px) {
    .mb-150 {
        margin-bottom: 120px
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .mb-150 {
        margin-bottom: 90px
    }
}

@media(max-width:991px) {
    .mb-150 {
        margin-bottom: 80px
    }
}

.ml-40 {
    margin-left: 40px
}

.mt-120 {
    margin-top: 120px
}

@media(min-width:992px) and (max-width:1199px) {
    .mt-120 {
        margin-top: 90px
    }
}

@media(max-width:991px) {
    .mt-120 {
        margin-top: 80px
    }
}

.mb-120 {
    margin-bottom: 120px
}

@media(min-width:992px) and (max-width:1199px) {
    .mb-120 {
        margin-bottom: 90px
    }
}

@media(max-width:991px) {
    .mb-120 {
        margin-bottom: 80px
    }
}

.mb-100 {
    margin-bottom: 100px
}

@media(min-width:992px) and (max-width:1199px) {
    .mb-100 {
        margin-bottom: 70px
    }
}

@media(max-width:991px) {
    .mb-100 {
        margin-bottom: 60px
    }
}

.pb-120 {
    padding-bottom: 120px
}

@media(min-width:992px) and (max-width:1199px) {
    .pb-120 {
        padding-bottom: 90px
    }
}

@media(max-width:991px) {
    .pb-120 {
        padding-bottom: 80px
    }
}

.pt-80 {
    padding-top: 80px
}

.pt-30 {
    padding-top: 30px
}

.pt-60 {
    padding-top: 60px
}

.pt-20 {
    padding-top: 20px
}

.pb-80 {
    padding-bottom: 80px
}

.pb-70 {
    padding-bottom: 70px
}

.pb-60 {
    padding-bottom: 60px
}

.mb-60 {
    margin-bottom: 60px
}

.mb-70 {
    margin-bottom: 70px
}

.mb-75 {
    margin-bottom: 75px
}

.mb-50 {
    margin-bottom: 50px
}

.mb-45 {
    margin-bottom: 45px
}

.mb-40 {
    margin-bottom: 40px
}

.pt-45 {
    padding-top: 45px
}

.pt-40 {
    padding-top: 40px
}

.pt-70 {
    padding-top: 70px
}

.mb-30 {
    margin-bottom: 30px
}

.mb-25 {
    margin-bottom: 25px
}

.mb-20 {
    margin-bottom: 20px
}

.mb-10 {
    margin-bottom: 10px
}

.pt-50 {
    padding-top: 50px
}

.pt-25 {
    padding-top: 25px
}

.container {
    max-width: 1420px
}

@media(min-width:1400px) and (max-width:1599px) {
    .container {
        max-width: 1320px
    }
}

@media(max-width:1399px) {
    .container {
        max-width: 1320px
    }
}

html {
    font-size: 100%;
    scroll-behavior: smooth
}

@media(min-width:1200px) and (max-width:1399px) {
    html {
        font-size: 97%
    }
}

@media(min-width:992px) and (max-width:1199px) {
    html {
        font-size: 95%
    }
}

@media(min-width:768px) and (max-width:991px) {
    html {
        font-size: 90%
    }
}

@media(min-width:576px) and (max-width:768px) {
    html {
        font-size: 90%
    }
}

@media(max-width:576px) {
    html {
        font-size: 88%
    }
}

#magic-cursor {
    position: absolute;
    display: none;
    width: 25px;
    height: 25px;
    pointer-events: none;
    z-index: 99999;
    opacity: 0;
    padding: 20px
}

body.tt-magic-cursor #magic-cursor {
    display: block
}

#ball {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--text-light-one);
    pointer-events: none;
    border-style: solid;
    border-radius: 50%;
    border-color: var(--text-light2)
}

.cursor-style-two {
    border-radius: 0% !important;
    background-color: var(--white) !important;
    color: #000 !important;
    padding: 15px;
    font-family: var(--font-kegina)
}

#ball.ball-view {
    background-color: #000;
    font-size: 16px;
    font-weight: 500;
    color: var(--white);
    line-height: 1.2;
    text-align: center
}

#ball .ball-view-inner {
    padding: 0 0;
    opacity: 0;
    visibility: hidden;
    transform: scale(0);
    font-size: 16px
}

#ball .ball-drag {
    position: absolute;
    display: block;
    width: 100%;
    padding: 0 0;
    font-size: 15px;
    font-weight: 600;
    color: var(--text-light-one);
    line-height: 1.2;
    text-align: center;
    transition: .3s
}

    #ball .ball-drag::before, #ball .ball-drag::after {
        position: absolute;
        top: 50%;
        margin-top: -5px;
        font-size: 16px;
        color: var(--text-light-one);
        height: 15px;
        line-height: 15px;
        font-family: "font awesome 5 free";
        font-weight: 900;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased
    }

    #ball .ball-drag::before {
        content: "\f060";
        left: 0;
        transform: translate3d(-30px,0,0);
        transition: .35s
    }

    #ball .ball-drag::after {
        content: "\f061";
        right: 0;
        transform: translate3d(30px,0,0);
        transition: .35s
    }

#ball.ball-close-enabled {
    opacity: 1 !important
}

#ball .ball-close {
    position: absolute;
    padding: 0 0;
    font-size: 14px;
    font-weight: 600;
    color: var(--text-light-one);
    line-height: 1;
    text-align: center
}

.magnetic-wrap {
    position: relative;
    display: flex;
    align-items: center
}

#ball.magnetic-active {
    border-color: var(--text-light-one) !important
}

.btn--primary-five {
    color: var(--white);
    font-size: 1rem;
    font-weight: 500;
    border-radius: 0;
    position: relative;
    z-index: 1;
    display: inline-flex;
    justify-content: center;
    white-space: nowrap;
    font-family: var(--font-dm);
    background: 0 0;
    transition: .5s;
    overflow: hidden;
    background: #41b98b
}

    .btn--primary-five::before {
        content: "";
        width: 100%;
        height: 100%;
        background: #06d889;
        position: absolute;
        left: 0;
        top: 0;
        transition: .5s;
        z-index: -1
    }

    .btn--primary-five:hover {
        color: var(--white)
    }

        .btn--primary-five:hover::before {
            width: 0
        }

header.style-1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background-color: transparent;
    border-bottom: 1px solid rgba(255,255,255,.1)
}

    header.style-1.sticky {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 99999;
        animation: smooth-header .65s linear;
        background-color: var(--text-primary)
    }

@keyframes smooth-header {
    0% {
        transform: translateY(-30px)
    }

    100% {
        transform: translateY(0px)
    }
}

header.style-1 .header-logo {
    padding: 15px 0
}

header.style-1 .menu-close-btn i {
    color: var(--title-color1)
}

header.style-1 .nav-right {
    gap: 24px
}

    header.style-1 .nav-right .header-btn a {
        display: flex;
        align-items: center;
        gap: 8px;
        padding: 12px 22px
    }

    header.style-1 .nav-right .mobile-menu-btn {
        display: none;
        visibility: hidden
    }

@media(max-width:991px) {
    header.style-1 .nav-right .mobile-menu-btn {
        display: flex;
        margin-left: 50px;
        flex-direction: column;
        align-items: end;
        visibility: visible;
        justify-content: center;
        position: relative
    }

        header.style-1 .nav-right .mobile-menu-btn span {
            height: 3px;
            width: 28px;
            background-color: #fff;
            display: flex;
            transition: transform .5s ease-in;
            position: absolute;
            top: 0
        }

            header.style-1 .nav-right .mobile-menu-btn span::before {
                transition-duration: .5s;
                position: absolute;
                width: 40px;
                height: 3px;
                background-color: #fff;
                content: "";
                top: -10px;
                right: 0
            }

            header.style-1 .nav-right .mobile-menu-btn span::after {
                transition-duration: .5s;
                position: absolute;
                width: 18px;
                height: 3px;
                right: 0;
                background-color: #fff;
                content: "";
                top: 10px
            }

        header.style-1 .nav-right .mobile-menu-btn.active span {
            background-color: transparent
        }

            header.style-1 .nav-right .mobile-menu-btn.active span::before {
                transform: rotateZ(45deg) translate(8px,6px);
                width: 40px
            }

            header.style-1 .nav-right .mobile-menu-btn.active span::after {
                transform: rotateZ(-45deg) translate(8px,-6px);
                width: 40px
            }
}

header.style-1 .main-menu {
    display: inline-block
}

    header.style-1 .main-menu .mobile-menu-logo {
        display: none
    }

    header.style-1 .main-menu ul {
        list-style: none;
        margin: 0;
        padding: 0
    }

        header.style-1 .main-menu ul > li {
            display: inline-block;
            position: relative;
            padding: 0 8px
        }

@media(min-width:992px) and (max-width:1199px) {
    header.style-1 .main-menu ul > li {
        padding: 0 8px
    }
}

header.style-1 .main-menu ul > li:hover i {
    color: var(--title-color1);
    font-size: 20px
}

header.style-1 .main-menu ul > li a {
    font-size: 1rem;
    font-weight: 500;
    font-family: var(--font-dm);
    color: var(--white);
    display: block;
    text-transform: capitalize;
    padding: 36px 25px;
    position: relative;
    transition: all .5s ease-out 0s
}

header.style-1 .main-menu ul > li:hover a {
    color: #06d889
}

header.style-1 .main-menu ul > li.active a {
    color: #06d889
}

@media only screen and (max-width:991px) {
    header.style-1 .main-menu {
        position: fixed;
        top: 0;
        left: 0;
        width: 280px;
        padding: 30px 20px !important;
        z-index: 99999;
        height: 100%;
        overflow: auto;
        background: var(--text-primary);
        transform: translateX(-100%);
        transition: transform .3s ease-in;
        box-shadow: 0 2px 20px rgba(0,0,0,.03)
    }

        header.style-1 .main-menu.show-menu {
            transform: translateX(0)
        }

        header.style-1 .main-menu .mobile-menu-logo {
            text-align: left;
            padding-top: 20px;
            display: block;
            padding-bottom: 8px
        }

        header.style-1 .main-menu ul {
            float: none;
            text-align: left;
            padding: 50px 10px 35px 0
        }

            header.style-1 .main-menu ul li {
                display: block;
                position: relative;
                padding: 0 5px
            }

                header.style-1 .main-menu ul li i {
                    display: block
                }

                header.style-1 .main-menu ul li a {
                    padding: 10px 0;
                    display: block;
                    font-weight: 500;
                    font-size: 1rem
                }

                header.style-1 .main-menu ul li .bi {
                    top: 8px;
                    font-size: 20px
                }

    header.style-1 .social-area ul {
        margin: 0;
        padding: 0;
        list-style: none;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 15px
    }

        header.style-1 .social-area ul li a {
            height: 30px;
            width: 30px;
            display: flex;
            align-items: center;
            justify-content: center;
            background-color: var(--primary-color1);
            border-radius: 50%;
            transition: .35s
        }

            header.style-1 .social-area ul li a i {
                color: var(--white);
                transition: .35s;
                position: relative;
                left: 0;
                top: 0;
                margin-left: 0
            }
}

header.style-1 .for-mobile-menu .header-btn {
    display: none;
    visibility: hidden
}

@media(max-width:767px) {
    header.style-1 .for-mobile-menu .header-btn {
        display: flex;
        visibility: visible
    }
}

header.style-1 .for-mobile-menu .primary-btn1 {
    width: 100%;
    text-align: center
}

.banner-area {
    background-image: url(../images/banner-bg.png);
    background-color: rgba(0,0,0,.9);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 240px 0 460px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative
}

@media(max-width:1500px) {
    .banner-area {
        padding: 210px 0 380px
    }
}

@media(max-width:1199px) {
    .banner-area {
        padding: 210px 0 130px
    }
}

@media(max-width:1199px) {
    .banner-area .banner-images {
        display: none;
        visibility: hidden
    }
}

.banner-area .banner-img-1 {
    position: absolute;
    left: 85px;
    top: 200px
}

@media(max-width:1720px) {
    .banner-area .banner-img-1 {
        left: 30px
    }
}

@media(min-width:1400px) and (max-width:1599px) {
    .banner-area .banner-img-1 {
        left: 20px
    }

        .banner-area .banner-img-1 img {
            max-width: 280px
        }
}

@media(max-width:1500px) {
    .banner-area .banner-img-1 {
        top: 140px
    }
}

@media(max-width:1399px) {
    .banner-area .banner-img-1 {
        left: 20px
    }

        .banner-area .banner-img-1 img {
            max-width: 280px
        }
}

.banner-area .banner-img-2 {
    position: absolute;
    left: 50px;
    bottom: 245px
}

@media(max-width:1500px) {
    .banner-area .banner-img-2 {
        left: 20px
    }

        .banner-area .banner-img-2 img {
            max-width: 300px
        }
}

.banner-area .banner-img-3 {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -20px
}

@media(max-width:1500px) {
    .banner-area .banner-img-3 img {
        max-width: 650px
    }
}

.banner-area .banner-img-4 {
    position: absolute;
    right: 50px;
    bottom: 90px
}

@media(max-width:1720px) {
    .banner-area .banner-img-4 {
        right: 30px;
        bottom: 150px
    }

        .banner-area .banner-img-4 img {
            max-width: 400px
        }
}

@media(max-width:1500px) {
    .banner-area .banner-img-4 {
        right: 20px
    }

        .banner-area .banner-img-4 img {
            max-width: 300px
        }
}

.banner-area .banner-img-5 {
    position: absolute;
    top: 180px;
    right: 145px
}

@media(max-width:1720px) {
    .banner-area .banner-img-5 {
        right: 30px
    }
}

@media(min-width:1400px) and (max-width:1599px) {
    .banner-area .banner-img-5 {
        right: 20px
    }

        .banner-area .banner-img-5 img {
            max-width: 280px
        }
}

@media(max-width:1500px) {
    .banner-area .banner-img-5 {
        top: 140px
    }
}

@media(max-width:1399px) {
    .banner-area .banner-img-5 {
        right: 20px
    }

        .banner-area .banner-img-5 img {
            max-width: 280px
        }
}

.banner-area .banner-content {
    max-width: 880px;
    width: 100%;
    text-align: center
}

@media(max-width:1300px) {
    .banner-area .banner-content {
        max-width: 790px
    }
}

.banner-area .banner-content .ptoject-logo {
    margin-bottom: 40px
}

.banner-area .banner-content h1 {
    font-family: var(--font-nunito);
    font-weight: 700;
    font-size: 3.5rem;
    line-height: 1.4;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 25px
}

@media(max-width:1300px) {
    .banner-area .banner-content h1 {
        font-size: 4rem;
        line-height: 80px
    }
}

@media(max-width:767px) {
    .banner-area .banner-content h1 {
        font-size: 3.5rem;
        line-height: 70px;
        margin-bottom: 15px
    }
}

@media(max-width:576px) {
    .banner-area .banner-content h1 {
        font-size: 3rem;
        line-height: 58px;
        margin-bottom: 15px
    }
}

.banner-area .banner-content h1 span {
    color: #06d889
}

.banner-area .banner-content p {
    font-family: var(--font-dm);
    font-weight: 500;
    font-size: 1.25rem;
    color: #fff;
    margin-bottom: 0
}

.section-title {
    max-width: 800px;
    width: 100%;
    margin: 0 auto 50px
}

    .section-title > span {
        font-family: var(--font-dm);
        font-weight: 500;
        font-size: 1.25rem;
        color: #160803;
        display: inline-block;
        margin-bottom: 13px;
        position: relative
    }

        .section-title > span::before {
            content: "";
            height: 1px;
            width: 55px;
            background-color: var(--text-primary);
            position: absolute;
            left: -66px;
            top: 50%;
            transform: translateY(-50%)
        }

        .section-title > span::after {
            content: "";
            height: 1px;
            width: 55px;
            background-color: var(--text-primary);
            position: absolute;
            right: -66px;
            top: 50%;
            transform: translateY(-50%)
        }

@media(max-width:576px) {
    .section-title > span {
        margin-bottom: 5px
    }
}

.section-title h2 {
    font-family: var(--font-dm);
    font-weight: 700;
    line-height: 60px;
    font-size: 2.813rem;
    margin-bottom: 0;
    color: var(--text-primary)
}

    .section-title h2 span {
        font-weight: 800;
        color: #06d889
    }

@media(max-width:576px) {
    .section-title h2 {
        font-size: 2rem;
        line-height: 1.3
    }
}

.home-page-area .home-img-wrap {
    transition: .35s
}

    .home-page-area .home-img-wrap .home-img {
        border: 1px solid rgba(0,0,0,.1);
        margin-bottom: 25px;
        transition: .35s
    }

        .home-page-area .home-img-wrap .home-img img {
            width: 100%
        }

    .home-page-area .home-img-wrap h5 {
        font-family: var(--font-dm);
        font-weight: 500;
        font-size: 1.125rem;
        color: #160803;
        text-align: center;
        margin-bottom: 0
    }

    .home-page-area .home-img-wrap:hover .home-img {
        border: 1px solid rgba(255,127,24,.5)
    }

.responsive-area {
    background-image: url(../images/responsive-bg.png);
    background-color: #141414;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 100px 0
}

    .responsive-area .responsive-content > span {
        font-family: var(--font-dm);
        font-weight: 500;
        font-size: 1.25rem;
        color: #fff;
        display: inline-block;
        margin-bottom: 18px;
        position: relative
    }

        .responsive-area .responsive-content > span::after {
            content: "";
            height: 1px;
            width: 55px;
            background-color: #fff;
            position: absolute;
            right: -66px;
            top: 50%;
            transform: translateY(-50%)
        }

@media(max-width:576px) {
    .responsive-area .responsive-content > span {
        margin-bottom: 5px
    }
}

.responsive-area .responsive-content h2 {
    font-family: var(--font-nunito);
    font-weight: 700;
    font-size: 2.813rem;
    margin-bottom: 10px;
    color: #fff
}

    .responsive-area .responsive-content h2 span {
        color: #06d889
    }

.responsive-area .responsive-content p {
    font-family: var(--font-dm);
    font-weight: 400;
    font-size: 1.125rem;
    color: #fff;
    margin-bottom: 65px
}

.responsive-area .responsive-content a {
    padding: 10px 21px
}

.inner-pages-area .img-group {
    display: flex;
    flex-direction: column;
    gap: 50px
}

    .inner-pages-area .img-group .single-pages {
        transition: .35s
    }

        .inner-pages-area .img-group .single-pages .pages-img {
            border: 1px solid rgba(0,0,0,.1);
            margin-bottom: 25px;
            transition: .35s
        }

            .inner-pages-area .img-group .single-pages .pages-img img {
                width: 100%
            }

        .inner-pages-area .img-group .single-pages h5 {
            font-family: var(--font-dm);
            font-weight: 500;
            font-size: 1.125rem;
            color: #160803;
            text-align: center;
            margin-bottom: 0
        }

        .inner-pages-area .img-group .single-pages:hover .pages-img {
            border: 1px solid rgba(255,127,24,.5)
        }

.inner-pages-area .pagination-style-two {
    position: relative;
    width: 100%;
    max-width: 250px;
    height: 10px;
    line-height: 4px;
    bottom: 0 !important;
    background: #a4dec8;
    border-radius: 10px;
    display: inline-flex;
    justify-content: center;
    align-items: center
}

    .inner-pages-area .pagination-style-two.sibling-two {
        max-width: 100%
    }

        .inner-pages-area .pagination-style-two.sibling-two .swiper-pagination-bullet {
            width: 100%;
            max-width: 150px
        }

        .inner-pages-area .pagination-style-two.sibling-two .swiper-pagination-bullet-active {
            background: #06d889;
            width: 100%;
            max-width: 150px
        }

    .inner-pages-area .pagination-style-two .swiper-pagination-bullet {
        background-color: var(--white);
        width: 32px;
        height: 4px;
        border-radius: 5px;
        opacity: 1
    }

    .inner-pages-area .pagination-style-two .swiper-pagination-bullet-active {
        background: #06d889;
        position: relative;
        width: 30px;
        border-radius: 5px
    }

.text-slider-area {
    background: #141414;
    height: 100px;
    display: flex;
    align-items: center;
    overflow: hidden
}

    .text-slider-area .js-marquee {
        display: flex;
        align-items: center;
        gap: 30px
    }

    .text-slider-area h4 {
        font-family: var(--font-dm);
        font-weight: 500;
        font-size: 1.5rem;
        display: flex;
        align-items: center;
        text-transform: uppercase;
        color: #fff;
        margin-bottom: 0
    }

.feature-card {
    background: #fff;
    border: 1px solid rgba(0,0,0,.1);
    transition: .35s;
    border-radius: 5px;
    padding: 35px 20px
}

    .feature-card .feature-icon {
        margin-bottom: 25px
    }

    .feature-card .content h5 {
        font-family: var(--font-dm);
        font-size: 1.125rem;
        font-weight: 500;
        color: var(--text-primary);
        margin-bottom: 0
    }

    .feature-card:hover {
        border-color: #06d889
    }

.performence-area {
    background: #fff;
    padding: 100px 0
}

    .performence-area .performance-content img {
        margin-bottom: 35px
    }

    .performence-area .performance-content h2 {
        font-family: var(--font-dm);
        font-weight: 700;
        font-size: 2.813rem;
        margin-bottom: 30px;
        color: var(--text-primary)
    }

        .performence-area .performance-content h2 span {
            font-weight: 800;
            color: #06d889
        }

@media(max-width:576px) {
    .performence-area .performance-content h2 {
        font-size: 2rem
    }
}

body {
    background: #e5e5e5
}

footer {
    background-color: #141414;
    background-image: url(../images/footer-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 0;
}

    footer .footer-content {
        max-width: 1000px;
        width: 100%;
        margin: 0 auto;
        text-align: center
    }

        footer .footer-content > span {
            font-family: var(--font-dm);
            font-weight: 500;
            font-size: 1.125rem;
            text-transform: capitalize;
            color: #fff;
            border-radius: 23px;
            display: inline-block;
            margin-bottom: 20px
        }

        footer .footer-content h2 {
            font-family: var(--font-nunito);
            font-weight: 700;
            font-size: 60px;
            line-height: 1.4;
            color: #fff;
            margin-bottom: 40px
        }

            footer .footer-content h2 span {
                color: #06d889
            }

@media(max-width:767px) {
    footer .footer-content h2 {
        font-size: 38px
    }
}

footer .footer-content a {
    align-items: center;
    gap: 8px;
    padding: 12px 22px
}
