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

body {
    font-family: "Plus Jakarta Sans", sans-serif;
    width: 100%;
    margin: 0 auto !important;
}

.cc__navbar {
    background-color: #fff;
    box-shadow: 0 3px 13px #24293023;
    padding: 20px 0;
}

.container__navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1024px;
    margin: 0 auto;
    padding: 0 20px;
}

.container__navbar__links {
    display: flex;
    align-items: center;
}

.container__navbar__links__list {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

.container__navbar__links__list li:not(:first-child) {
    margin-left: 30px;
}

.container__navbar__links__list a {
    text-decoration: none;
    color: #333;
    font-weight: 500;
    font-size: 18px;
    padding-inline: 20px;
    transition: color 0.3s;
}

.container__navbar__links__apply,
.hero__apply {
    margin-left: 40px;
    padding: 12px 35px;
    background: linear-gradient(145deg, #f4b011, #ed7920);
    color: white;
    text-decoration: none;
    border-radius: 5px;
    font-weight: 600;
    transition: background-color 0.3s;
    text-transform: uppercase;
    font-size: 16px;
}

.hero__apply {
    margin-left: 0;
}

.funding-header {
    padding: 3rem 0;
    text-align:center;
}

.text-orange {
    color: #ee801e;
}

.btn-apply-funding {
    background: linear-gradient(145deg, #f4b011, #ed7920);
    color: white;
    padding: 14px 80px;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
    border: none;
    font-size: 20px;
    text-transform: uppercase;
}

.btn-apply-funding:hover {
    background-color: #d67218;
    color: white;
}

.funding-header__container {
    max-width: 90%;
}

.cc-lh-1 {
    line-height: 1.2;
}

.funding-header__description {
    font-size: 20px;
}

.funding-cards {
    background: #f8f8f8;
}

.funding-cards__description {
    margin-bottom: 50px;
}

.affiliate-section {
    background: linear-gradient(145deg, #f4b011, #ed7920);
}


header .navbar-nav li {
    margin: 0;
}

header .navbar-nav li a {
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 1px;
    color: #ee801e;
}

header .navbar-nav li img {
    height: 10px;
}

    header .navbar-nav li.social-last img {
        margin-right: 20px !important;
    }

    header .navbar-nav li.social-icon img {
        height: 28px;
        margin: 0 5px;
        margin-top: -3px;
    }

.navbar-expand-lg .navbar-nav .nav-link {
    margin: 0 5px;
}

.first-header-ul a{
    margin:0 10px !important;
}

.login-item a {
    border: 1px solid rgb(238, 128, 30);
    padding: 0 10px !important;
    height: 30px;
}

    .login-item a img {
        height: 9px;
        margin-top: -10px;
    }

    .form-wrapper {
        border-radius: 20px;
        box-shadow: 0 10px 57px rgba(0, 0, 0, 0.2);
        padding: 50px 40px;
    }

.form-wrapper .form-control::placeholder{
    color: #919090;
}

.btnSubmit {
    background: #F4B011;
    background: linear-gradient(148deg, rgba(244, 176, 17, 1) 0%, rgba(237, 121, 32, 1) 50%);
    padding: 15px 35px;
    text-decoration: none;
    font-weight: 600;
    color: white;
    border-radius: 10px;
    font-size: 1.25rem;
}

footer {
    padding: 30px 0;
}

footer ul {
    padding-left: 0;
    margin-bottom: 30px;
}

footer ul li {
    list-style: none;
    margin: 0 15px;
    color: black;
}

footer ul li a {
    color: black;
    text-decoration: none;
    font-size: 20px;
}

.secure-btn {
    height: 65px !important;
}


.marketplace-section .marketing-media {
    margin: 20px 0;
}

.how-it-works-sec{
    padding:80px 0;
}

.bolt-text-img {
    height: 35px;
    margin:0 auto;
    display:block;
}

.how-it-works-sec .media {
    display: flex;
    background-color: #fff7ec;
    border-radius: 10px;
    box-shadow: 0px 7px 29px 3px rgba(124,124,124,0.50);
    -webkit-box-shadow: 0px 7px 29px 3px rgba(124,124,124,0.50);
    -moz-box-shadow: 0px 7px 29px 3px rgba(124,124,124,0.50);
    align-items: center;
    margin: 10px 0;
}

    .how-it-works-sec .media .bolt-team-imgs {
        height:250px;
    }

    .how-it-works-sec .media-body{
        padding:25px;
    }

.how-it-works-sec .bolt-team-name {
    height: 28px;
}

.how-it-works-sec .bolt-team-position {
    height:20px;
}

.overview-section{
    padding:80px 0;
}

    .overview-section .why-choose-box {
        padding: 30px;
        background-color: #eeeeee;
        border-radius: 10px;
        box-shadow: 0px 7px 29px 3px rgba(124,124,124,0.50);
        -webkit-box-shadow: 0px 7px 29px 3px rgba(124,124,124,0.50);
        -moz-box-shadow: 0px 7px 29px 3px rgba(124,124,124,0.50);
        position:relative;
    }

        .overview-section .why-choose-box img.bolt-mascott {
            width: 200px;
            position: absolute;
            right: 10px;
            top: -50px;
        }

.core-feat-sec{
    padding:80px 0;
}

    .core-feat-sec .media {
        border-radius: 10px;
        background-color: #faf2e8;
        padding: 15px;
        text-align: center;
        min-height: 140px;
    }

        .core-feat-sec .media img{
            width:70px;
        }

        .core-feat-sec .media h5 {
            font-weight: 800;
            color: #3a3a3a;
            font-size:14px;
            text-transform:uppercase;
        }

.benefits-section .container .benefits-box {
    border-radius: 20px;
    background-color: #fff7ec;
    padding:30px;
}

.funding-header .funding-header__hero-image-2 {
    left: 40%;
    width: 340px;
}


@media (max-width: 768px) {

    .funding-header{
        overflow:hidden;
    }

        .bolt-text-img {
            height: 16px;
        }

    .how-it-works-sec .media{
        display:block;
        text-align:center;
    }

    .overview-section .why-choose-box{
        margin-top:100px;
    }

        .overview-section .why-choose-box img.bolt-mascott {
            width: 110px;
            position: absolute;
            right: 10px;
            top: -30px;
        }

    .core-feat-sec .media{
        margin:10px 0;
    }

    .form-wrapper {
        padding: 20px;
    }
    
    .btnSubmit{
            padding: 15px 20px;
        font-size: 1rem;
    }

    .login-item a {
        border: 1px solid rgb(238, 128, 30);
        padding: 7px 79px !important;
        height: 40px !important;
        font-size: 20px !important;
        display: flex;
    }

        .login-item a img {
            margin-top: 7px;
        }

    header .navbar-nav li.social-icon img{
        margin:5px 0 10px !important;
    }

}
