.hero {
    width: 100%;
    background: url(../img/hero1.jpg) no-repeat center center fixed; 
    background-attachment: scroll;
    background-size: cover;
    align-items: center;
    min-height: calc(100vh - var(--header-height));
    margin-top: var(--header-height);
}

.overlay {
    min-height: calc(100vh - var(--header-height));
    width: 100%;
    height: 100%;
    display: flex;
    background-color: #00000029;
}

.overlay-1 {
    margin: 0 auto;
    height: auto;
    align-self: center;
    border-radius: .6em;
    padding: 2rem;
    width: 100%;

}

.intro-wrapper {
    display: grid;
    height: 100%;
    grid-template-columns: 100%;
    align-items: center;
    width: 100%;
}

.hero h1 {
    color: var(--bg-primary);
    font-size: 3em;
    text-shadow: 0px 0px 42px rgba(0, 0, 0, 0.66);
    text-align: center;
    font-weight: 700;
    padding: 3rem;
    width: 100%;
}

.hero h1 #price {
    text-decoration: underline;
}

.hero h3 {
    align-self: normal;
    color: var(--bg-primary);
    font-size: 2em;
    text-align: center;
    opacity: 0.9;
    /* padding: 3rem; */
}

.hero p {
    align-self: normal;
    color: var(--bg-primary);
    font-size: 2em;
    text-align: center;
    opacity: 0.9;
    padding: 1rem 0;
}

.hero a,
.hero a:visited {
    align-self: normal;
    width: 200px;
    height: 65px;
    text-align: center;
    padding: 20px;
    font-size: 1.3em;
    margin: 0 auto;
    border: 1px solid var(--bg-primary);
}

.hero a.downarrow {
    margin: 0 auto;
    color: var(--bg-primary);
    border: none;
    font-size: 2em;
}

.service {
    width: 100%;
    background-color: var(--cta);
    padding: 8%;
    background-image: url('../img/bg4.jpg');
    background-repeat: repeat;
}

.service-container {
    background-color: var(--bg-primary);
}

.service-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 2em;
    margin: 0 auto;
}

.service-list ul {
    margin: 1rem 0;
}

.service-list ul li {
    list-style: none;
    font-size: 1.3em;
    line-height: 1.2em;
    letter-spacing: 0.02em;
    font-weight: 500;
    margin-bottom: 0.5rem;
    text-align: left;
}

.service-list ul li i {
    color: #8c6239;
}

.service h2,
article h3,
.how-to-order h3,
.projects h2,
.testimonials .wrapper h2,
.about h2 {
    width: 100%;
    color: var(--bg-secondary);
    font-size: 2.8em;
    text-align: center;
    margin: 0 auto;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-decoration: underline;
}

.projects h2 {
    margin-bottom: 2rem;
}

.service p,
.about p {
    display: block;
    width: 50%;
    text-align: center;
    margin: 1.2rem auto;
    font-size: 1.3em;
    line-height: 1.2em;
    letter-spacing: 0.02em;
    font-weight: 500;
}

.service a {
    text-decoration: underline;
    color: var(--bg-secondary);
}

.service img {
    margin: 0 auto;
    width: 80%;
}

article {
    background-color: var(--bg-primary);
    padding: 8%;
}

article h3 {
    margin: 0 auto 5% auto;
}

article .wrapper .delivery {
    display: grid;
    grid-template-columns: 50% 50%;
}

article .wrapper .delivery div {
    padding: 0 4rem;
    align-self: center;
}

article .wrapper .delivery h6,
.contact .wrapper h4 {
    color: var(--bg-secondary);
    font-size: 2em;
    text-align: left;
    font-weight: 900;
    letter-spacing: 0.04em;
    margin: 1rem 0;
    text-decoration: underline;
}

article .wrapper p,
.info p {
    color: var(--bg-secondary);
    font-size: 1.2em;
    line-height: 1.2em;
    letter-spacing: 0.02em;
}

.delivery {
    padding: 8% 0;
}

.delivery img {
    width: 100%;
    grid-template-columns: 100%;
}

.delivery:first-of-type {
    border-bottom: 1px solid var(--cta-secondary);
    border-top: 1px solid var(--cta-secondary);
}

.delivery:last-of-type {
    border-bottom: 1px solid var(--cta-secondary);
}

.how-to-order {
    text-align: center;
    width: 100%;
    background-color: var(--cta);
    padding: 8%;
    background-image: url(../img/bg4.jpg);
    background-repeat: repeat;
}

.how-to-order .wrapper h3 {
    margin: 10% auto 8% auto;
}

.order-process {
    display: grid;
    grid-template-columns: 33.333% 33.333% 33.333%;
}

.order {
    padding: 10%;
    grid-template-columns: 100%;
    color: var(--bg-secondary);
    background-color: var(--bg-primary);
    margin: 0 2%;
    display: flex;
    flex-direction: column;
    padding-top: 12%;
    border-radius: 8px;
    align-items: center;
}

.order i {
    font-size: 3em;
    width: 100%;
}

.order h6 {
    font-size: 1.3em;
    margin: 2rem 0 2rem 0;
    font-weight: 700;
    text-decoration: underline;
}

.order p {
    text-align: center;
    margin: 0 auto;
    font-size: 1.1em;
    line-height: 1.2em;
    letter-spacing: 0.02em;
    margin-bottom: 1rem;
}

.order>a {
    padding: 5%;
    font-size: 1em;
    margin-top: auto;
    align-self: flex-center;
    background-color: var(--cta);
    width: 60%;
}

.order>a:hover {
    background-color: var(--cta-secondary);
    text-decoration: underline;
}

.contact {
    padding: 8%;
    margin: 0 auto;
}

.contact .info {
    width: 100%;
    height: auto;
}

.contact .map {
    width: 100%;
    height: auto;
    align-items: center;
    margin-bottom: -35%;
}

.contact .map svg {
    object-fit: cover;
    height: auto;
    width: auto;
}

.contact .wrapper .contact-details {
    display: grid;
    grid-template-columns: 50% 50%;
}

.info p,
.details {
    padding: 1rem;
}

.details,
.social-media {
    margin: 0 auto;
}

.details h6 {
    font-size: 1.6em;
    margin-bottom: 0.4rem;
    text-align: left;
}

.details a,
.details address {
    font-size: 1.3em;
    color: var(--bg-secondary);
    font-weight: bold;
    display: block;
    padding-top: 5px;
    text-align: left;
}

.social-media a {
    display: block;
    text-align: left;
    font-size: 1.1em;
    align-items: center;
}

.social-media a i {
    font-size: 2em;
    align-items: center;
    margin: 5px 10px 0 0;
}

.details i {
    color: var(--cta-secondary);
}

#LS,
#ZA-EC,
#ZA-FS,
#ZA-GT,
#ZA-LP,
#ZA-MP,
#ZA-NC,
#ZA-NL,
#ZA-NW,
#ZA-WC {
    fill: var(--cta-secondary);
    stroke: var(--bg-secondary);
    stroke-width: 1px;
    stroke-linejoin: round;
}

.projects {
    width: 100%;
    background-color: var(--cta-secondary);
    padding: 5% 0;
}

.projects .gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
}

.projects .gallery-box {
    width: calc(50% - 1rem);
    margin: 0 auto;
    display: grid;
    grid-template-columns: 100%;
}

.projects .gallery-box img {
    border-radius: 6px;
}

.projects .gallery .gallery-box h6,
.about h6 {
    align-self: self-end;
    font-size: 2em;
    padding: 5%;
}

.projects .gallery .gallery-box i {
    color: var(--cta-secondary);
}

.projects .wrapper a {
    color: var(--bg-primary);
    display: block;
    text-align: center;
    width: 15%;
    text-align: center;
    padding: 1rem;
    font-size: 1.2em;
    margin: 5% auto 0 auto;
    border: 1px solid var(--bg-secondary);
    background-color: var(--cta);
}

.projects .wrapper a:hover {
    background-color: var(--cta-secondary);
}

.testimonials {
    padding: 5% 0;
}

.testimonials-content {
    display: grid;
    grid-template-columns: 33.333% 33.333% 33.333%;
    margin: 5% auto;
    text-align: center;
}

.testimonial {
    padding: 10%;
    color: var(--bg-secondary);
    background-color: var(--bg-primary);
    margin: 0 2%;
    border-radius: 8px;
    align-items: center;
}

.testimonial i {
    font-size: 1.5em;
    padding: 1rem;
}

.testimonial i.fa-quote-left {
    text-align: left;
}

.author {
    font-size: 1.1em;
    font-weight: 700;
    margin-top: auto;
}

.about {
    width: 100%;
    background-color: var(--cta);
    padding: 5% 0;
    background-image: url(../img/bg4.jpg);
    background-repeat: repeat;
}

.about h2 {
    margin-top: 2%;
    margin-bottom: 2%;
}

.about p {
    width: 90%;
}

.about-us {
    padding: 2% 0;
    margin: 0 auto;
    width: 70%;
    background-color: var(--bg-primary);
    border-radius: 6px;
    display: grid;
    grid-template-columns: 100%;
}

.about-us:first-of-type {
    margin-bottom: 10%;
}

.about-us>.cta {
    width: 20%;
    margin: 0 auto;
    text-align: center;
}

.about-us strong {
    font-weight: 700;
}

@media only screen and (max-width: 1250px) {
    .wrapper {
        max-width: 100%;
        width: 100%;
    }
}

@media only screen and (max-width: 1100px) {

    .overlay {
        background-color: #00000029;
    }
    .hero h1 {
        font-size: 1.5em;
        padding: 1em;
    }
    .service h2,
    article h3,
    .how-to-order h3,
    .projects h2,
    .testimonials .wrapper h2,
    .about h2 {
        font-size: 2em;
    }
    .service p,
    .about p {
        width: 100%;
        font-weight: normal;
        font-size: 1em;
    }
    .service-list {
        padding: 0;
    }
    .service-list ul li {
        font-size: 1em;
    }
    article .wrapper .delivery {
        grid-template-columns: 100%;
    }
    article .wrapper .delivery:last-of-type {
        grid-template-columns: 100%;
    }
    article .wrapper .delivery div {
        padding: 0 2rem;
    }
    .delivery img {
        margin: 1rem;
    }
    .order-process {
        grid-template-columns: 100%;
        margin: 0 auto;
    }
    .order {
        margin: 5% 0;
    }
    .contact .wrapper .contact-details {
        grid-template-columns: 100%;
        text-align: center;
    }
    article .wrapper .delivery h6,
    .contact .wrapper h4 {
        text-align: center;
    }
    .projects .gallery-box {
        width: 100%;
    }
    .order>a {
        width: 100%;
    }
    .how-to-order {
        padding: 8% 0;
    }
    .about-us {
        width: 90%;
        padding: 2%;
    }
}

@media only screen and (max-width: 980px) {
    .hero h1 {
        font-size: 1.6em;
        line-height: 1em;
        font-weight: 600;
        padding: 1rem 0.1rem;
        text-shadow: none;
    }

    .hero p {
        font-size: 1.3em;
    }

    .projects {
        padding: 5%;
    }
    .projects .wrapper a {
        width: 100%;
    }
    .about-us .cta {
        width: 100%;
    }
    .testimonials-content {
        display: block;
        margin: 0 auto;
        padding: 5% 0;
    }
    .testimonial {
        display: block;
        margin: 5% auto;
        width: 80%;
    }
    
    .overlay {
        height: 100%;
        padding: 0;
    }


    .overlay-1 {
        height: 100%;
        padding: 0;
    }

}