/*
SPACING SYSTEM (px)
2 / 4 / 8 / 12 / 16 / 24 / 32 / 48 / 64 / 80 / 96 / 128

FONT SIZE SYSTEM (px)
10 / 12 / 14 / 16 / 18 / 20 / 24 / 30 / 36 / 44 / 52 / 62 / 74 / 86 / 98
*/

/* Colour system
Main Colour: #E67529;
Grey Colour: #343a40;
 */
/* ////////////////////////////////
        SECTION HERO
        /////////////////////////// */

.section-hero {
    height: 100vh;

    background-image: linear-gradient(to right, rgba(0, 0, 0, .1), rgba(0, 0, 0, .8)), url(../IMG/GD6-Hero.jpg);
    background-position: center;
    background-size: cover;

}

.grid.hero-container {
    height: 100%;
}

.hero-text {
    display: flex;
    flex-direction: column;
    justify-content: center;

    align-items: center;
}

.hero-text--h1 {
    font-size: 4.8rem;
    font-weight: 800;
    color: #e67529;
    letter-spacing: -1px;

}

.hero-text--p {
    font-size: 3.2rem;
    font-weight: 500;
    color: #fae3d4;
    letter-spacing: -2px;
}

.hero-left {}

.hero-right {
    /* background-color: aqua; */
    display: flex;
    flex-direction: column;
    height: 100%;
    text-transform: uppercase;
    /* justify-content: center; */
    margin-top: 10rem;
    align-items: center;
    text-align: center;
}

.hero-btn-box {
    display: flex;
    gap: 1rem;
    margin-top: 1.8rem;
}

.btn.btn--info {
    background-color: rgba(250, 227, 212, 0.25);
    margin-top: .8rem;
}

/* ////////////////////////////////
        SECTION ABOUT
        /////////////////////////// */
.heading-about--h1 {
    font-size: 3rem;
    text-transform: uppercase;
    font-weight: 800;
    color: #e67529;
}

.about-us {
    margin: 4.8rem;
    align-content: center;
    text-align: center;
    font-weight: 300;
}

.about-li {
    color: #e67529;
    list-style: disc;
    font-size: 1.6rem;
    font-weight: 600;
    text-align: left;
    line-height: 2;
    margin: 0 4.8rem;
}

/* ////////////////////////////////
        SECTION SERVICES
        /////////////////////////// */

.services-container {
    background-color: #efefef;
}

.services-container .btn {
    display: flex;
    justify-content: center;
    width: 20%;
    margin-bottom: 4.8rem;
}

.inline {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;

}

.services-flex {

    align-items: flex-start;
    justify-content: center;

    background-color: #efefef;
    color: #444;
}

.services {
    margin: 4.8rem 1.8rem;
    background-color: #fff;
    padding: 1rem;
    border-radius: 5px;
    box-shadow: 0 10px 10px rgba(10, 10, 10, 0.1);
    width: 34rem;
    height: 50rem;

}

.service--sub-heading {
    margin-top: .8rem;
    font-size: 1.8rem;
    font-weight: 600;
    color: #e67529;
}

.services .service-info--p {
    font-size: 1.4rem;
}

.service-info--p {
    font-size: 1.8rem;
    margin: 3rem 1rem;
    letter-spacing: .8px;
    line-height: 1.2;
}

.service-list-container {
    display: grid;
    grid-template-columns: 1fr 3fr;
    gap: 1rem;
    width: 90%;
    align-items: center;
}

.check-icon {
    height: 3.6rem;
    fill: #e67529;
}

.list-item-service {
    font-size: 1.8rem;
    font-weight: 500;

}

.service-item {
    text-transform: capitalize;
}

.service-more .heading--h2 {
    color: #e67529;
    text-transform: uppercase;
    font-style: italic;
    font-size: 2.8rem;
    font-weight: 700;
    margin-top: 4.8rem;
    text-align: center;
}

.service-more .service-info--p {
    text-align: center;
    padding-bottom: 4.8rem;
}

/* ////////////////////////////////
        SECTION HIW
        /////////////////////////// */

.section-hiw {
    /* width: 100%; */
    background-color: #efefef;
}

.section-hiw .heading--h2:first-child {
    padding: 3rem;
    text-align: center;
    font-weight: 600;
    text-decoration: underline;

    /* background-color: #efefef; */


}

.hiw-card {
    margin: 4.8rem 1.8rem;
    width: 30%;
    /* height: 30rem; */
}

.icon {
    stroke: #e67529;
    height: 3.6rem;
}

.icon-other {
    height: 3.6rem;
    fill: #e67529;
}

.section-discount .flex--column {
    /* background-color: #efefef; */
    justify-content: center;
}

.discount-heading {
    text-align: center;
    padding-bottom: 2.8rem;
    border-bottom: 2px solid #efefef;
}

.discount-heading .heading--h2 {
    padding: 2.4rem 0;
}

.discount-heading .service-info--p {
    margin: .5rem;
}

.span-discount {
    font-weight: 600;
}

.italic {
    font-style: italic;
}

.disc-left,
.disc-right {
    margin: 4.8rem;
}

.terms-text-container {
    display: flex;
    justify-content: center;
}

.terms-text {
    text-align: center;
    font-size: 1rem;
    font-weight: 500;
    padding: 2.8rem;
}

.section-cta {}

.cta {
    margin: 0 auto;
}

.cta-box {
    height: 60vh;
    background-image: linear-gradient(to right, rgba(0, 0, 0, .8), rgba(0, 0, 0, .01)), url(../IMG/Isuzu-footer.jpg);
    background-size: cover;
    background-position: initial;
    background-attachment: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
}

.grid.cta-box {
    height: 80vh;
    justify-items: center;
    padding: 12.8rem 0;
}

.cta-h3 {
    padding: 2.4rem 2.4rem 1.2rem;
    font-size: 4.8rem;
    color: #e67529;
    font-weight: 700;
}

.cta--p {
    text-align: center;
    font-size: 1.8rem;
    color: #fff;

    padding-bottom: 2rem;
}

.cta-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.cta-btn {

    justify-content: center;
    width: 50%;
    align-self: center;
}