@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');

@font-face {
    font-family: 'Satoshi';
    font-weight: 500;
    src: url(../fonts/satoshi-medium.otf);
}

@font-face {
    font-family: 'Satoshi';
    font-weight: 700;
    src: url(../fonts/satoshi-bold.otf);
}

.btn:focus,
button,
.navbar-toggler:focus {
    box-shadow: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Satoshi';
    color: var(--charcoal);
}

p {
    letter-spacing: 0.18px;
}

h1,
h2,
h3,
h4 {
    font-weight: 700;
}

body {
    font-family: 'Manrope', sans-serif;
    font-weight: 400;
    overflow-x: hidden;
    color: var(--charcoal2);
}

ul {
    list-style: none;
    padding-left: 0;
}

.btn:focus,
input.form-control:focus {
    box-shadow: none;
}

a:hover,
.btn:hover {
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.base-color {
    color: #E56B00;
}

:root {
    --charcoal: rgba(23, 23, 23, 1);
    --charcoal2: rgba(23, 23, 23, .75);
    --primary-orange: rgba(229, 107, 0, 1);
    --light-gray: rgba(227, 227, 227, 1);
    --light-gray2: rgba(227, 227, 227, .15);
    --light-gray3: rgba(227, 227, 227, .75);
    --black: rgba(0, 0, 0, 1);
    --white: rgba(255, 255, 255, 1);
    --white2: rgba(255, 255, 255, .75);
    --off-white: rgba(255, 243, 233, 1);
    --olive: rgba(17, 46, 30, 1);
    --warm: rgba(221, 91, 55, 1);
    --darkd-0: rgba(255, 255, 255, 1);
    --darkd-200: rgba(120, 127, 137, 1);
    --site-radius: 90px;
    --gradient: linear-gradient(90deg, var(--primary-orange), rgba(127, 59.34, 0, 1));
    ;
}

.site-radius {
    border-radius: var(--site-radius);
}

.sm-btn {
    padding: 11px 20px;
}

.md-btn {
    padding: 14px 24px;
}

.flex-center {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-40 {
    margin-bottom: 40px;
}

.site-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 50;
}

.site_nav {
    display: flex;
    gap: 10px;
}

.site_nav a {
    color: #ffffff75;
    font-weight: 600;
}

.site_nav a:hover,
.site_nav a:focus,
.site_nav a.active {
    color: var(--primary-orange) !important;
}

.nav-actions {
    gap: 20px;
    display: flex;
}

.nav-actions a:hover {
    color: #fff;
}

.tagline {
    background-color: var(--charcoal);
    color: #fff;
    padding: 13px 21px;
    position: relative;
    font-weight: 600;
    border-radius: var(--site-radius);
}

.mask::before {
    content: "";
    inset: 0;
    border-radius: var(--site-radius);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: 1;
    pointer-events: none;
    position: absolute;
}

.tagline::before {
    padding: 4px;
    background: linear-gradient(90deg, rgba(229, 107, 0, 0.25) 0%, rgba(255, 188, 129, 0.25) 100%);

}

.tagline2 {
    padding: 13px 21px 13px 16px;
    background-color: #e56b001a;
    position: relative;
    font-weight: 600;
}

.tagline2::before {
    padding: 2px;
    background: linear-gradient(90deg, #E56B00FF 0%, #FFBC81FF 100%);
}

.tagline3 {
    position: relative;
    padding: 13px 21px 13px 16px;
    color: var(--off-white);
    font-weight: 600;
}

.tagline3::before {
    padding: 2px;
    background: linear-gradient(90deg, #E56B00FF 0%, #FFBC81FF 100%);
}

.font-color {
    color: var(--charcoal);
}

.content_div_02 {
    display: flex;
}

.content_div_02 {
    margin-bottom: 30px;
}

.shape_02 {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 20px;
    position: relative;
    top: 6px;
}

.shape_02 .circle {
    display: inline-flex;
    width: 16px;
    height: 16px;
    border: 2px solid var(--primary-orange);
    border-radius: var(--site-radius);
    background: rgba(229, 107, 0, 0.1);
    flex: 0 0 16px;
    margin-bottom: 10px;
}

.shape_02 .line {
    /* Line 133 */
    width: 2px;
    height: 100px;
    display: inline-flex;
    border: 2px dashed var(--primary-orange);
}

.div_02 span {
    font-size: 14px;
    font-weight: 700;
    color: var(--primary-orange);
    line-height: normal;
    display: inline-flex;
    margin-bottom: 20px;
}

.div_02 p {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
    color: rgba(23, 23, 23, .65);
}

.site_h1 {
    background: linear-gradient(90deg, #ffffff 0%, #999999 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.site_h1 .base-color {
    -webkit-text-fill-color: #E56B00;
    /* your color */
    color: #E56B00;
    background: none;
}

.site_h1 {
    letter-spacing: -2.4px;
}

.site_h1,
.heading {
    font-size: 48px;
}

.sec_03_card h3.heading {
    font-size: 40px;
}

.heading {
    letter-spacing: -1.44px;
}

.login-btn {
    background-color: #e2e2e226;
    backdrop-filter: blur(12.5px) brightness(100%);
    -webkit-backdrop-filter: blur(12.5px) brightness(100%);
}

.get-started-btn {
    background-color: var(--primary-orange);
}

.site_btn {
    text-decoration: none;
    cursor: pointer;
    transition: opacity 0.3s ease, transform 0.2s ease;
    color: #fff;
    display: inline-flex;
    font-weight: 600;
}

.btn_2 {
    border: 1px solid var(--primary-orange);
    border-radius: var(--site-radius);
    background: var(--gradient);
}

.site_btn:hover {
    opacity: 0.9;
}

.hero-btn {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.hero_p {
    color: var(--white2);
    font-size: 20px;
    letter-spacing: 0.40px;
    line-height: 32px;
}

.hero_btn1 {
    border: 1px solid #e56b00;
    background: var(--gradient);
}

.hero_btn2 {
    background-color: var(--light-gray2);
}

.f_link {
    font-size: 18px;
    letter-spacing: 0.18px;
    line-height: 30px;
    color: var(--charcoal);
}

.pb80,
.py80 {
    padding-bottom: 60px;
}

.pt80,
.py80 {
    padding-top: 60px;
}

.sec_01 {
    background-image: url('../images/hero-main-bg.png');
    background-size: cover;
    position: relative;
    background-repeat: no-repeat;
}

.hero-img {
    position: relative;
}

.hero-img ul {
    display: flex;
    gap: 10px;
    z-index: 11;
}

.hero-img ul li {
    color: var(--white);
    display: flex;
    align-items: center;
    gap: 10px;
}

.hero-img ul li::before {
    content: '';
    background-image: url('../images/check-verified.svg');
    display: inline-flex;
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
}

.bg-linear {
    background: linear-gradient(180deg, rgba(23, 23, 23, 0) 0%, rgba(23, 23, 23, 1) 100%);
    position: absolute;
    width: 100%;
    height: 200px;
    z-index: 2;
    bottom: 0;
}

.sec_03_card {
    border-radius: 12px;
    height: 100%;
    padding: 30px;
}

.sec_03_card li {
    display: flex;
    gap: 5px;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 500;
}

.sec_03_card li::before {
    content: '';
    width: 23px;
    height: 23px;
    display: inline-flex;
    margin-right: 8px;
    flex: 0 0 23px;
    position: relative;
    top: 4px
}

.sec_03_card_left li {
    color: var(--charcoal);
}

.sec_03_card_left li::before {
    background-image: url(../images/icon-check.png);
}

.sec_03_card_right li::before {
    background-image: url(../images/icon-check-white.png);
}

.sec_03_card h3 {
    margin-bottom: 30px;
}

.sec_03_card_left {
    background: rgba(23, 23, 23, .1);
}

.sec_03_card_right {
    background: rgba(17, 46, 30, 1);
    background: var(--gradient);
}

.sec_03_card_right h3 {
    color: #fff;
}

.sec_03_card_right li {
    color: #fff;
    font-weight: 500;
}

.sec_04 {
    background-image: url(../images/review-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.slide_item img {
    width: 100%;
    height: 450px;
    object-fit: cover;
}

.site_footer {
    background: rgba(255, 243, 233, 1);
}

.site_call2aciton {
    background-image: url(../images/call-2-action.png);
    padding: 30px;
    background-size: cover;
    border-radius: 12px;
}

.footer_left,
.footer_right {
    gap: 30px;
    margin-top: 50px;
    margin-bottom: 50px;
}

.cursor-pointer {
    cursor: pointer;
}

.footer_right {
    display: flex;
}

.footer_right div {
    flex: 1;
}

.footer_right ul li {
    margin-bottom: 15px;
}

.copy_rights {
    color: #17171775;
    font-weight: 500;
}

.footer_right ul li a,
.more_links a {
    color: #17171775;
    text-decoration: none;
    font-weight: 500;
    display: inline-flex;
    align-items: flex-start;
}

.footer_right ul li a:hover,
.more_links a:hover {
    color: var(--primary-orange);
}

.site_call2aciton p {
    color: var(--light-gray3);
}

.footer_left p {
    font-family: 'Satoshi';
    font-weight: 500;
    color: var(--charcoal);
}

.footer_left ul {
    display: flex;
    gap: 10px;
}

.footer_left ul li a {
    display: inline-flex;
    width: 52px;
    height: 52px;
    border: 1px solid #0002;
    border-radius: var(--site-radius);
    align-items: center;
    justify-content: center;
    transition: all ease .4s;
}

.footer_left ul li a:hover {
    border-color: var(--primary-orange);
    background-color: var(--primary-orange);

}

.footer_left ul li a:hover img {
    filter: invert(1);
}

.footer_right ul li a img {
    display: inline-flex;
    margin-right: 15px;
}

/*All Media Queries*/

@media (min-width: 576px) {
    .hero-img ul {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        position: absolute;
        bottom: 30px;
        left: 0;
        right: 0;
    }
}

@media (min-width: 768px) {}

@media (min-width: 992px) {
    .site_h1 {
        font-size: 60px;
    }

    .sec_03_card {
        padding: 60px;
    }

    .footer_left>div {
        flex: 0 0 180px;
    }

    .pb80,
    .py80 {
        padding-bottom: 120px;
    }

    .pt80,
    .py80 {
        padding-top: 120px;
    }

    .site_nav {
        margin-right: 40px;
    }

    .sec_01 {
        padding-top: 200px;
    }

    .hero-img {
        padding-top: 120px;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .hero-img ul {
        /*display: grid;
        grid-template-columns: repeat(4, 1fr);
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        position: absolute;
        bottom: 30px;
        left: 0;
        right: 0;*/
    }

    .div_02 {
        width: 70%;
    }

    .site_call2aciton {
        padding: 60px;
    }

    .footer_right {
        width: 85%;
        margin-left: auto;
    }

    .steps_slider {
        overflow: hidden;
        position: relative;
    }

    .content_div_02:nth-child(2) {
        position: relative;
    }

    /*.content_div_02:nth-child(2):after {
        content: '';
        background: #fff8;
        width: 100%;
        height: 80%;
        position: absolute;
        bottom: 0;
    }*/
}

@media (min-width: 1200px) {}

@media (min-width: 1400px) {}

@media (max-width: 575.98px) {
    .hero-img img {
        position: relative;
        right: -12px;
    }

    .footer_right {
        flex-direction: column;
    }

    .footer_right ul {
        width: 75%;
    }

    .hero-img ul li {
        color: var(--charcoal);
    }

    .bg-linear {
        background: linear-gradient(80deg, var(--charcoal) 0%, var(--charcoal) 100%);
        z-index: -2;
        bottom: 64px;
    }

    .hero-img ul {
        min-height: 60px;
        margin-bottom: 0;
    }

    .hero-img ul::before {
        content: '';
        background-color: #fff;
        width: 100%;
        height: 100%;
        left: 0;
        right: 0;
        position: absolute;
        top: 0;
        bottom: 0;
        z-index: -1;
    }

    .sec_02_img img {
        max-width: 100%;
        width: 100%;
    }

}

@media (max-width: 767.98px) {}

@media (max-width: 991.98px) {
    .div_02 p {
        font-size: 14px;
    }

    .div_02 span {
        margin-bottom: 10px;
    }

    .tagline2.mb-20,
    .tagline3.mb-20 {
        margin-bottom: 10px;
    }

    .sec_03_card li {
        font-size: 16px;
    }

    .navbar-toggler {
        padding: 0;
    }

    .navbar-toggler-icon {
        background-image: url(../images/menu-02.png);
    }

    .site_logo {
        margin-right: 0;
    }

    .site_logo img {
        width: 50px;
    }

    .site_navbar .container {
        align-items: flex-start;
    }

    .site_navbar .navbar-collapse {
        position: fixed;
        left: 0;
        visibility: hidden;
        top: 0;
        bottom: 0;
        box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
        background-color: var(--charcoal);
        width: 100%;
        transform-origin: left;
        transition: transform 0.3s ease;
        transform: scaleX(0);
    }

    .site_navbar .navbar-collapse.show {
        visibility: visible;
        height: 100vh;
        transform: scaleX(1);
        overflow-y: scroll;
    }

    .sec_01 {
        background-image: url('../images/mob-hero-img.png');
    }

    .hero-img {
        margin-top: 30px;
    }

    .sec_01 {
        padding-top: 120px;
    }

    .tagline {
        font-size: 14px;
    }

    .hero_p {
        font-size: 16px;
    }

    .hero-btn {
        flex-direction: column;
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }

    .hero-btn a {
        justify-content: center;
    }

    .sec_01 .container {
        overflow: hidden;
    }

    .hero-img ul {
        flex-wrap: nowrap;
        animation: slide-left 15s linear infinite;
        width: max-content;
        padding: 0 100px;


    }

    .hero-img ul li {
        white-space: nowrap;

    }

    @keyframes slide-left {
        from {
            transform: translateX(0);
        }

        to {
            transform: translateX(-50%);
        }
    }

    label.tagline.mb-40.mask {
        margin-bottom: 10px;
    }

    .heading {
        font-size: 32px;

    }

    .div_02 h4 {
        font-size: 24px;
    }

    .site_nav a {
        font-family: 'Satoshi';
        font-size: 32px;
    }

    .site_nav {
        gap: 4px;
        padding: 40px 0;
    }

    .site_nav a {
        color: #fff;
        padding: 0 60px;
    }

    .nav-actions {
        padding: 0 60px 40px;
        flex-direction: column-reverse;
    }

    .nav-actions a {
        justify-content: center;
    }

    .nav-actions .get-started-btn {
        background: linear-gradient(90.00deg, rgba(229, 107, 0, 1), rgba(127, 59.34, 0, 1));
    }

    .filter {
        filter: blur(250px);
        background: var(--primary-orange);
        width: 200px;
        height: 200px;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }

    .site_utility {
        display: flex;
        justify-content: space-between;
        padding: 10px 20px;
    }

    .div_02 {
        width: 80%;
    }

    .btn_2 {
        width: 75%;
        justify-content: center;
    }

    .sec_03_card h3.heading {
        font-size: 32px;
        width: 65%;
    }

    .sec_04 {
        background-image: none;
        background-color: var(--charcoal);
    }

    .site_call2aciton {
        background-image: url(../images/mob-call2-action.png);
        min-height: 780px;
        background-position: center;
    }

    .site_call2aciton~.row [class^="col-"] {
        padding: 0 40px;
    }

    .footer_left {
        margin-bottom: 0;
    }

    .footer_right {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .footer_left h4,
    .footer_right h4 {
        font-size: 24px;
    }
}

@media (max-width: 1199.98px) {}

@media (max-width: 1399.98px) {}