:root {
    --primary: #31e601;
    --white: #fff;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

body {
    font-family: "Roboto Slab", serif;
}

header .hamburger {
    display: none;
}


/* footer .callbtn{
    display: none;
} */

footer .callbtn.active {
    display: none;
}






header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    border-top: 4px solid #166b00;
    z-index: 99;
}

header.active {
    transition: all 0.3s ease;
    background-color: #000;
}

header.active .logo img {
    margin: 0;
    padding: 20px 0;
    width: 216px;
    height: auto;
}


header.active .row {
    align-items: center;
    justify-content: space-between;
    transition: all 0.3s ease;

}

header.active .row .col-md-6:nth-child(1) {
    width: auto;

}

header.active .row .col-md-6:nth-child(2) {

    width: auto;
    display: flex;
    align-items: center;
}

header.active .phone {
    order: 2;
}


header.active .phone a {
    padding: 10px 20px;
}

header .logo img {
    height: 80px;
    width: auto;
    transition: all 0.3s ease;
    margin-top: 61px;
}

header .phone {
    text-align: right;
}

header .phone a {
    font-size: 32px;
    font-family: "Roboto Slab";
    font-weight: 700;
    line-height: 43px;
    padding: 20px 0;
    display: block;
    color: var(--primary);
    text-decoration: none;
}

header .nav {
    margin-top: 20px;
}

header .nav ul {
    list-style-type: none;
    display: flex;
    padding-left: 0;
    width: 100%;
    justify-content: flex-end;
}

header .nav ul li a {
    text-decoration: none;
    font-size: 20px;
    padding: 10px 20px;
    border-bottom: 6px solid transparent;
    color: var(--white);
}

header .nav ul li:last-child a {
    padding-right: 0;
}

#hero {
    /* background-image: url("/assets/junk-car-bg-yellow-1.jpg"); */
    /* background: url("/assets/junk-car-bg-yellow-1.jpg"), linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 75%, rgba(0, 0, 0, 0.3) 100%); */
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("./assets/junk-car-bg-yellow-1.jpg");
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("./assets/junk-car-bg-yellow-1.jpg");
    background-attachment: fixed;
    height: 100vh;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;

}

#hero .content {
    background-color: #161616;
    padding: 22px;
    width: 585px;
    border-radius: 20px;
}

#hero .content h2 {
    margin-bottom: 10px;
    font-size: 2.4em;
    color: var(--white);
    line-height: 1em;

}

#hero .content h2 span {
    color: var(--primary);

}

#hero .content h4 {
    font-size: 1.1em !important;
    color: var(--white);
    margin-bottom: 10px !important;
}

#hero .content p {
    font-size: 1.3em !important;
    color: var(--white);
    margin-bottom: 5px;
    font-weight: bold !important;
}

#hero .content h3 a {
    padding: 0px 7px;
    background-color: #31e601;
    border: 3px solid #fff;
    margin-top: 10px;
    font-size: 38.4px;
    border-radius: 10px;
    color: #000 !important;
    text-decoration: none;
    line-height: 48px;
}

#why {
    padding-bottom: 4.5em;
    padding-top: 6em;
    background-color: #24aa00;
}

#why h2 {
    text-align: center;
    margin-bottom: 100px;
    color: var(--white);
    font-size: 42px;
    line-height: 42px;
    font-weight: 700;
}

#why .box {
    padding: 10px 0;
    margin-bottom: 40px;
    text-align: center;
}

#why .box .icon-box {
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    background-color: var(--white);
    margin-bottom: 15px;
}

#why .box .icon-box .icon {
    width: 94px;
    height: 94px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--white);
    border: 1px solid #e2e2e2;
    padding: 8px;
    transition: 0.3s all ease;
}

#why .box .icon-box .icon:hover {
    background-color: #000;
    color: var(--white);
}

#why .box .icon-box .icon i {
    font-size: 50px;
    line-height: 110px;
}

#why .box h3 {
    font-size: 25px;
    line-height: 25px;
    font-weight: 400;
    color: var(--white);
}

#why .box p {
    font-weight: 400;
    color: var(--white);
    font-family: "Libre Franklin", sans-serif;
    margin: 0 12%;
}

#condition {
    border-top: 1px solid #ddd;
    background-color: #000;
    color: var(--white);
    padding: 40px 0;
}

#condition h2 {
    font-size: 42px;
    line-height: 42px;
    font-weight: 700;
    text-align: center;
}

#conditions {

    color: #000;
    background-color: var(--white);
    padding: 50px 0 20px;

}

#conditions .fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none;
}


#conditions .fa-ul li {
    width: 33%;
    float: left;
    font-size: 25px;
    line-height: 25px;
    font-weight: 400;
    letter-spacing: 0px;
    padding-bottom: 30px;
    font-family: "Libre Franklin", sans-serif;
    display: block;

}

#conditions .fa-ul li i {
    padding-right: 10px;
}

#about {
    padding: 80px 0 70px 0;
    background-color: #24aa00;
}

#about h2 {
    margin-bottom: 20px;
    color: var(--white);
    font-size: 42px;
    line-height: 42px;
    font-weight: 700;
}

#about p {
    margin-bottom: 20px;
    font-family: "Libre Franklin", sans-serif;

    color: var(--white);

}

#about p span {
    font-weight: 700;
}


#about .img-box {

    overflow: hidden;

}

#about .img-box img {
    height: 250px;
    margin-left: 10%;
    object-fit: cover;
}

#cta {
    background: #166b00;
    padding: 50px;
    text-align: center;
}

#cta a {
    text-decoration: none;
    color: #fff;
    font-size: 48px;
}

footer {
    font-family: "Libre Franklin", sans-serif;
    padding-bottom: 1.5em;
    padding-top: 2em;
    background-color: #362f27;
    color: #fff;
}


footer a {
    color: var(--white);
}

/* Mobile  */
@media (max-width:768px) {

    #hero {
        background-size: cover;
        background: -webkit-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("./assets/junk-car-bg-yellow-1.jpg");
        background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("./assets/junk-car-bg-yellow-1.jpg");

        background-position: center center;
        background-attachment: fixed;
    }

    header.active .logo img {
        margin: 0;
        padding: 0;
        width: 144px;
        height: auto;
    }

    header .phone {
        display: none;
    }

    header .nav {
        display: none;
    }

    header .hamburger {
        text-align: right;
        display: block;
    }

    header .hamburger i {
        font-size: 25px;
        color: #fff;

    }

    header {
        padding: 20px 10px;
    }

    header .col-md-6 {
        width: 50%;
    }

    header .logo img {
        text-align: left;
        height: 50px;
        width: 180px;
        transition: all 0.3s ease;
        margin-top: 0;
    }

    #hero .content {
        width: auto;
        margin-bottom: 60px;
    }

    #hero .content h2 {
        font-size: 24px;
        line-height: 24px;

    }

    #hero .content h4 {
        font-weight: 400;
    }

    #hero .content p {
        font-size: 1.2em !important;
    }

    #hero .content h3 a {
        font-size: 1.1em;
        line-height: 1em;
        font-weight: 700;
    }

    #why {
        padding: 2em;
        background-color: #24aa00;
    }

    #why h2 {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 10px;
    }

    #why .box {
        padding: 10px 0;
        margin-bottom: 0;
        text-align: center;
    }

    #why .box p {
        padding: 5px 0;
        font-size: 12px;
    }

    #condition {
        padding: 20px 0;
    }

    #condition h2 {
        font-size: 18px;
    }

    #conditions {

        color: #000;
        padding: 20px 1.5em;
        background-color: #ebebeb;

    }

    #conditions .fa-ul {
        padding-left: 0;
        margin-left: 0;
        list-style-type: none;
    }


    #conditions .fa-ul li {
        width: 100%;
        float: none;
        font-size: 15px;
        line-height: 15px;
        padding-bottom: 15px;

    }

    #about {
        padding: 40px 20px 30px 20px;
    }

    #about h2 {
        margin-bottom: 10px;
        font-size: 18px;
        line-height: 22px;
    }

    #about p {
        margin-bottom: 10px;
        font-family: "Libre Franklin", sans-serif;
        font-size: 12px;
    }

    #about .img-box img {
        height: auto;
        margin-left: 0;
        max-width: 100%;
        object-fit: contain;
    }

    #cta {

        padding: 20px;
    }


    #cta a {
        font-size: 24px;
        line-height: 24px;
    }

    footer {
        font-family: "Libre Franklin", sans-serif;
        padding: 0.5em;
        background-color: #362f27;
        color: #fff;
    }

    footer {
        font-size: 0.7rem;
    }

    footer .container {
        margin-bottom: 30px;
    }


    footer .callbtn.active {
        background-color: #161616;
        position: fixed;
        height: 70px;
        left: 0;
        bottom: 0;
        width: 100%;
        display: block;
    }

    /* footer .callbtn{
    background-color: #161616;
    position: fixed;
    height: 70px;
    left: 0;
    bottom: 0;
    width: 100%;
    display: block;
} */

    footer .callbtn h3 {
        font-size: 24px;
        line-height: 24px;
        text-align: center;
        padding-top: 10px;
    }

    footer .callbtn h3 a {
        color: #31e601;
        text-decoration: none;
        font-size: 24px;
        line-height: 24px;
        font-weight: 700;
        font-family: "Roboto Slab", Arial, Tahoma, sans-serif;
    }

    footer .callbtn h3 i {
        color: #31e601;
        font-size: 24px;
        line-height: 24px;
        font-weight: 700;
        margin-right: 20px;
    }
}