/* global */

body {
    margin: 0;
    padding: 0;
    color: #000;
    background: #fff;
    font-family: proxima-nova, sans-serif;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: proxima-nova, sans-serif;
}

p {
    font-family: noto-serif, serif;
}

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    box-sizing: border-box;
}

input:focus,
textarea:focus,
select:focus {
    outline: none;
}

/* end of global */

@media(min-width: 1366px) {
    .first-fold {
        padding: 50px 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 103px 0 0 0;
        height: 400px;
        width: 100%;
        background: linear-gradient(90deg, #26a9e0, #91d6ec, #26a9e0);
    }
    .first-fold h1 {
        padding: 10px 20px;
        text-align: center;
        margin: 0;
        font-size: 40px;
        font-weight: 700;
        color: #fff;
        letter-spacing: 0.5px;
        text-shadow: 0 0 0.5px rgba(0, 0, 0, 0.25), 0 0 1px rgba(0, 0, 0, 0.25), 0 0 20px rgba(0, 0, 0, 0.25);
    }
    .first-fold a {
        margin: 25px 0;
        font-size: 20px;
        font-weight: 800;
        color: #fff;
        background: #26a9e0;
        letter-spacing: 0.5px;
        padding: 10px 30px;
        text-decoration: none;
        border-radius: 2px;
        box-shadow: 0 0 0.5px #000, 0 0 1px #000, 0 0 10px rgba(0, 0, 0, 0.25);
    }
    .truck {
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        width: 500px;
        height: auto;
        margin: 0 auto;
    }
    .services-container {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 25px;
        margin: 50px 0;
    }
    .service-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
    }
    .service-image {
        border-radius: 10px;
        width: 300px;
        height: 300px;
        background-size: cover;
        background-position: 50% 50%;
        background-repeat: no-repeat;
    }
    .service-item h4 {
        color: #26a9e0;
        font-size: 30px;
        font-weight: 700;
        margin: 20px 0 0 0;
    }
    .service-item p {
        margin: 10px 0;
        text-align: center;
    }
    .service-item a,
    .seasonal-text a {
        margin: 20px 0;
        font-size: 20px;
        font-weight: 700;
        background: #26a9e0;
        padding: 10px 30px;
        text-align: center;
        color: #fff;
        text-decoration: none;
    }
    .seasonal-container {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
    .seasonal-image {
        border-radius: 10px;
        background-image: url('../../assets/autumn.jpg');
        background-size: cover;
        background-position: 50% 100%;
        background-repeat: no-repeat;
        width: 600px;
        height: 400px;
    }
    .seasonal-text {
        text-align: left;
        max-width: 50%;
    }
    .faq-container {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 50px;
        margin: 0;
    }
    .faq-item {
        color: #000 !important;
        border-radius: 5px;
        background: #91d6ec;
        padding: 12.5px 25px;
    }
    .faq-upper {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding: 10px 0;
        cursor: pointer;
    }
    .faq-question {
        color: #000 !important;
        margin: 0;
        font-size: 20px;
    }
    .faq-lower {
        font-family: noto-serif, serif;
        font-size: 16px;
        display: none;
    }
    .payment-container {
        display: flex;
        flex-direction: row;
        justify-content: center;
    }
    .payment-left {
        width: calc(50% - 50px);
        padding: 50px;
        border-right: 1px solid #d8eef5;
    }
    .payment-right {
        width: calc(50% - 50px);
        padding: 50px;
    }
    .payment-right a {
        display: block;
        padding: 10px 30px;
        background: #26a9e0;
        color: #fff;
        font-weight: 700;
        font-size: 25px;
        margin: 0 0 50px 0;
        text-align: center;
        text-decoration: none;
        border-radius: 2px;
    }
}

@media(max-width: 1366px) and (min-width: 1024px) {
    .first-fold {
        padding: 50px 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 103px 0 0 0;
        height: 400px;
        width: 100%;
        background: linear-gradient(90deg, #26a9e0, #91d6ec, #26a9e0);
    }
    .first-fold h1 {
        padding: 10px 20px;
        text-align: center;
        margin: 0;
        font-size: 35px;
        font-weight: 700;
        color: #fff;
        letter-spacing: 0.5px;
        text-shadow: 0 0 0.5px rgba(0, 0, 0, 0.25), 0 0 1px rgba(0, 0, 0, 0.25), 0 0 20px rgba(0, 0, 0, 0.25);
    }
    .first-fold a {
        margin: 25px 0;
        font-size: 20px;
        font-weight: 800;
        color: #fff;
        background: #26a9e0;
        letter-spacing: 0.5px;
        padding: 10px 30px;
        text-decoration: none;
        border-radius: 2px;
        box-shadow: 0 0 0.5px #000, 0 0 1px #000, 0 0 10px rgba(0, 0, 0, 0.25);
    }
    .truck {
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        width: 500px;
        height: auto;
        margin: 0 auto;
    }
    .services-container {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 25px;
        margin: 50px 0;
    }
    .service-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
    }
    .service-image {
        border-radius: 10px;
        width: 300px;
        height: 300px;
        background-size: cover;
        background-position: 50% 50%;
        background-repeat: no-repeat;
    }
    .service-item h4 {
        color: #26a9e0;
        font-size: 30px;
        font-weight: 700;
        margin: 20px 0 0 0;
    }
    .service-item p {
        margin: 10px 0;
        text-align: center;
    }
    .service-item a,
    .seasonal-text a {
        margin: 20px 0;
        font-size: 20px;
        font-weight: 700;
        background: #26a9e0;
        padding: 10px 30px;
        text-align: center;
        color: #fff;
        text-decoration: none;
    }
    .seasonal-container {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
    .seasonal-image {
        border-radius: 10px;
        background-image: url('../../assets/autumn.jpg');
        background-size: cover;
        background-position: 50% 100%;
        background-repeat: no-repeat;
        width: 500px;
        height: 400px;
    }
    .seasonal-text {
        text-align: left;
        max-width: 50%;
    }
    .faq-container {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 50px;
        margin: 0;
    }
    .faq-item {
        color: #000 !important;
        border-radius: 5px;
        background: #91d6ec;
        padding: 12.5px 25px;
    }
    .faq-upper {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding: 10px 0;
        cursor: pointer;
    }
    .faq-question {
        color: #000 !important;
        margin: 0;
        font-size: 20px;
    }
    .faq-lower {
        font-family: noto-serif, serif;
        font-size: 16px;
        display: none;
    }
    .payment-container {
        display: flex;
        flex-direction: row;
        justify-content: center;
    }
    .payment-left {
        width: calc(50% - 50px);
        padding: 50px;
        border-right: 1px solid #d8eef5;
    }
    .payment-right {
        width: calc(50% - 50px);
        padding: 50px;
    }
    .payment-right a {
        display: block;
        padding: 10px 30px;
        background: #26a9e0;
        color: #fff;
        font-weight: 700;
        font-size: 25px;
        margin: 0 0 50px 0;
        text-align: center;
        text-decoration: none;
        border-radius: 2px;
    }
}

@media(max-width: 1024px) and (min-width: 769px) {
    .first-fold {
        padding: 50px 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 50px 0 0 0;
        height: 300px;
        width: 100%;
        background: linear-gradient(90deg, #26a9e0, #91d6ec, #26a9e0);
    }
    .first-fold h1 {
        padding: 10px 20px;
        text-align: center;
        margin: 0;
        font-size: 30px;
        font-weight: 700;
        color: #fff;
        letter-spacing: 0.5px;
        text-shadow: 0 0 0.5px rgba(0, 0, 0, 0.25), 0 0 1px rgba(0, 0, 0, 0.25), 0 0 20px rgba(0, 0, 0, 0.25);
    }
    .first-fold a {
        margin: 25px 0;
        font-size: 15px;
        font-weight: 800;
        color: #fff;
        background: #26a9e0;
        letter-spacing: 0.5px;
        padding: 10px 30px;
        text-decoration: none;
        border-radius: 2px;
        box-shadow: 0 0 0.5px #000, 0 0 1px #000, 0 0 10px rgba(0, 0, 0, 0.25);
    }
    .truck {
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        width: 500px;
        height: auto;
        margin: 0 auto;
    }
    .services-container {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 50px;
        margin: 50px 0;
    }
    .service-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
    }
    .service-image {
        border-radius: 10px;
        width: 300px;
        height: 300px;
        background-size: cover;
        background-position: 50% 50%;
        background-repeat: no-repeat;
    }
    .service-item h4 {
        color: #26a9e0;
        font-size: 30px;
        font-weight: 700;
        margin: 20px 0 0 0;
    }
    .service-item p {
        margin: 10px 0;
        text-align: center;
    }
    .service-item a,
    .seasonal-text a {
        margin: 20px 0;
        font-size: 20px;
        font-weight: 700;
        background: #26a9e0;
        padding: 10px 30px;
        text-align: center;
        color: #fff;
        text-decoration: none;
    }
    .seasonal-container {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }
    .seasonal-image {
        border-radius: 10px;
        background-image: url('../../assets/autumn.jpg');
        background-size: cover;
        background-position: 50% 100%;
        background-repeat: no-repeat;
        width: 600px;
        height: 400px;
    }
    .seasonal-text {
        text-align: center;
        max-width: 100%;
    }
    .faq-container {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 25px;
        margin: 0;
    }
    .faq-item {
        color: #000 !important;
        border-radius: 5px;
        background: #91d6ec;
        padding: 12.5px 25px;
    }
    .faq-upper {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding: 10px 0;
        cursor: pointer;
    }
    .faq-question {
        color: #000 !important;
        margin: 0;
        font-size: 20px;
    }
    .faq-lower {
        font-family: noto-serif, serif;
        font-size: 16px;
        display: none;
    }
    .payment-container {
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
    }
    .payment-left {
        width: 100%;
        padding: 50px;
        border-right: 1px solid #d8eef5;
    }
    .payment-right {
        width: 100%;
        padding: 50px;
    }
    .payment-right a {
        display: block;
        padding: 10px 30px;
        background: #26a9e0;
        color: #fff;
        font-weight: 700;
        font-size: 25px;
        margin: 0 0 50px 0;
        text-align: center;
        text-decoration: none;
        border-radius: 2px;
    }
}

@media(max-width: 769px) {
    .first-fold {
        padding: 25px 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 50px 0 0 0;
        height: auto;
        width: 100%;
        background: linear-gradient(90deg, #26a9e0, #91d6ec, #26a9e0);
    }
    .first-fold h1 {
        padding: 10px 20px;
        text-align: center;
        margin: 0;
        font-size: 20px;
        font-weight: 700;
        color: #fff;
        letter-spacing: 0.5px;
        text-shadow: 0 0 0.5px rgba(0, 0, 0, 0.25), 0 0 1px rgba(0, 0, 0, 0.25), 0 0 20px rgba(0, 0, 0, 0.25);
    }
    .first-fold a {
        margin: 25px 0;
        font-size: 15px;
        font-weight: 800;
        color: #fff;
        background: #26a9e0;
        letter-spacing: 0.5px;
        padding: 10px 30px;
        text-decoration: none;
        border-radius: 2px;
        box-shadow: 0 0 0.5px #000, 0 0 1px #000, 0 0 10px rgba(0, 0, 0, 0.25);
    }
    .truck {
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        width: 90%;
        height: auto;
        margin: 0 auto;
    }
    .services-container {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 50px;
        margin: 50px 0;
    }
    .service-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
    }
    .service-image {
        border-radius: 10px;
        width: 240px;
        height: 240px;
        background-size: cover;
        background-position: 50% 50%;
        background-repeat: no-repeat;
    }
    .service-item h4 {
        color: #26a9e0;
        font-size: 25px;
        font-weight: 700;
        margin: 20px 0 0 0;
    }
    .service-item p {
        margin: 10px 0;
        text-align: center;
    }
    .service-item a,
    .seasonal-text a {
        margin: 20px 0;
        font-size: 15px;
        font-weight: 700;
        background: #26a9e0;
        padding: 10px 20px;
        text-align: center;
        color: #fff;
        text-decoration: none;
    }
    .seasonal-container {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }
    .seasonal-image {
        border-radius: 10px;
        background-image: url('../../assets/autumn.jpg');
        background-size: cover;
        background-position: 50% 100%;
        background-repeat: no-repeat;
        width: 240px;
        height: 240px;
    }
    .seasonal-text {
        text-align: center;
        max-width: 100%;
    }
    .faq-container {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 25px;
        margin: 0;
    }
    .faq-item {
        color: #000 !important;
        border-radius: 5px;
        background: #91d6ec;
        padding: 12.5px 25px;
    }
    .faq-upper {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding: 10px 0;
        cursor: pointer;
    }
    .faq-question {
        color: #000 !important;
        margin: 0;
        font-size: 20px;
    }
    .faq-lower {
        font-family: noto-serif, serif;
        font-size: 16px;
        display: none;
    }
    .payment-container {
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
    }
    .payment-left {
        width: 100%;
        padding: 25px;
        border-right: 1px solid #d8eef5;
    }
    .payment-right {
        width: 100%;
        padding: 25px;
    }
    .payment-right a {
        display: block;
        padding: 10px 30px;
        background: #26a9e0;
        color: #fff;
        font-weight: 700;
        font-size: 20px;
        margin: 0 0 50px 0;
        text-align: center;
        text-decoration: none;
        border-radius: 2px;
    }
}
