/* global */

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

body {
    margin: 0;
    padding: 0;
    font-family: eb-garamond, serif;
    background-color: #fff;
    color: var(--font-color);
}

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

/* end of global */


@media(min-width: 1366px) {
    .home-first {
        z-index: 1;
        position: absolute;
        overflow: hidden;
        top: 140px;
        width: 100%;
        height: 700px;
        padding: 50px 10%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    .home-left {
        margin: 0 25px 0 0;
    }

    .home-right {
        border: 10px solid #fff;
        box-shadow: -1px 1px 4px rgba(0, 0, 0, 0.9), -1px 1px 8px rgba(0, 0, 0, 0.9);
        width: 600px;
        height: 400px;
        object-fit: cover;
        margin: 0 0 0 25px;
    }

    .home-left h1 {
        font-family: nexa-rust-slab-black-2, sans-serif;
        font-style: normal;
        font-weight: 900;
        font-size: 50px;
        font-weight: 900;
        letter-spacing: 0px;
        margin: 0;
        color: #fff;
    }

    .home-left h2 {
        font-family: nexa-rust-slab-black, sans-serif;
        font-style: normal;
        font-weight: 900;
        font-size: 20px;
        font-weight: 900;
        letter-spacing: 1px;
        margin: 0;
        color: #fff;
    }

    #splide-slideshow {
        margin: 140px 0 0 0;
        padding: 0;
    }

    .splide__arrow {
        bottom: 50px !important;
        top: auto !important;
    }

    .splide__pagination {
        bottom: 75px !important;
    }

    .slideshow-item {
        box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.65);
        width: 100%;
        height: 700px;
        padding: 50px 10%;
        background-size: cover;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-end;
    }

    .slideshow-item h1,
    .slideshow-item h2 {
        font-size: 55px;
        font-weight: 400;
        letter-spacing: 0px;
        text-align: center;
        margin: 10px auto;
        color: #fff;
    }

    .slideshow-item h3 {
        font-size: 30px;
        font-weight: 400;
        text-align: center;
        margin: 10px auto 100px auto;
        color: #fff;
    }

    .behavior-card {
        position: relative;
        margin: 50px auto;
        padding: 50px 25px;
        width: 400px;
        border-radius: 3px;
        background-color: white;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .behavior-card h2 {
        margin: 10px auto;
        font-size: 25px;
        font-weight: 500;
        color: var(--font-color);
        text-align: center;
    }
    .behavior-card h3 {
        margin: 10px auto;
        font-size: 20px;
        font-weight: 500;
        letter-spacing: 1px;
        color: var(--font-color);
        text-align: center;
    }
    .behavior-card ul {
        margin: 10px auto;
        padding: 0;
        list-style: none;
    }
    .behavior-card li {
        margin: 0;
        padding: 0;
        font-size: 20px;
        color: var(--font-color);
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: baseline;
    }
    .behavior-card li img {
        height: 18px;
        margin: 0 5px 0 0;
    }
    .behavior-card h4 {
        font-family: poppins, sans-serif;
        margin: 10px auto;
        font-size: 20px;
        font-weight: 400;
        color: var(--font-color);
        text-align: center;
    }
    .green-ribbon {
        position: absolute;
        height: 105px;
        left: -18px;
        top: -7px;
    }
}

@media(max-width: 1366px) and (min-width: 1024px) {
    .home-first {
        z-index: 1;
        position: absolute;
        overflow: hidden;
        top: 140px;
        width: 100%;
        height: 650px;
        padding: 50px 5%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    .home-left {
        margin: 0 25px 0 0;
    }

    .home-right {
        border: 10px solid #fff;
        box-shadow: -1px 1px 4px rgba(0, 0, 0, 0.9), -1px 1px 8px rgba(0, 0, 0, 0.9);
        width: 550px;
        height: 350px;
        object-fit: cover;
        margin: 0 0 0 25px;
    }

    .home-left h1 {
        font-family: nexa-rust-slab-black-2, sans-serif;
        font-style: normal;
        font-weight: 900;
        font-size: 40px;
        font-weight: 900;
        letter-spacing: 0px;
        margin: 0;
        color: #fff;
    }

    .home-left h2 {
        font-family: nexa-rust-slab-black, sans-serif;
        font-style: normal;
        font-weight: 900;
        font-size: 17px;
        font-weight: 900;
        letter-spacing: 1px;
        margin: 0;
        color: #fff;
    }

    #splide-slideshow {
        margin: 140px 0 0 0;
        padding: 0;
    }

    .splide__arrow {
        bottom: 50px !important;
        top: auto !important;
    }

    .splide__pagination {
        bottom: 75px !important;
    }

    .slideshow-item {
        box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.65);
        width: 100%;
        height: 650px;
        padding: 50px 5%;
        background-size: cover;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-end;
    }

    .slideshow-item h1,
    .slideshow-item h2 {
        font-size: 45px;
        font-weight: 400;
        letter-spacing: 1px;
        text-align: center;
        margin: 10px auto;
        color: #fff;
    }

    .slideshow-item h3 {
        font-size: 25px;
        font-weight: 600;
        text-align: center;
        margin: 10px auto 100px auto;
        color: #fff;
    }

    .behavior-card {
        position: relative;
        margin: 50px auto;
        padding: 50px 25px;
        width: 400px;
        border-radius: 3px;
        background-color: white;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .behavior-card h2 {
        margin: 10px auto;
        font-size: 25px;
        font-weight: 500;
        color: var(--font-color);
        text-align: center;
    }
    .behavior-card h3 {
        margin: 10px auto;
        font-size: 20px;
        font-weight: 500;
        letter-spacing: 1px;
        color: var(--font-color);
        text-align: center;
    }
    .behavior-card ul {
        margin: 10px auto;
        padding: 0;
        list-style: none;
    }
    .behavior-card li {
        margin: 0;
        padding: 0;
        font-size: 20px;
        color: var(--font-color);
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: baseline;
    }
    .behavior-card li img {
        height: 18px;
        margin: 0 5px 0 0;
    }
    .behavior-card h4 {
        font-family: poppins, sans-serif;
        margin: 10px auto;
        font-size: 20px;
        font-weight: 400;
        color: var(--font-color);
        text-align: center;
    }
    .green-ribbon {
        position: absolute;
        height: 105px;
        left: -18px;
        top: -7px;
    }
}

@media(max-width: 1024px) and (min-width: 769px) {
    .home-first {
        z-index: 1;
        position: absolute;
        overflow: hidden;
        top: 70px;
        width: 100%;
        height: 550px;
        padding: 50px 5%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    .home-left {
        margin: 0 25px 0 0;
    }

    .home-right {
        border: 10px solid #fff;
        box-shadow: -1px 1px 4px rgba(0, 0, 0, 0.9), -1px 1px 8px rgba(0, 0, 0, 0.9);
        width: 400px;
        height: 300px;
        object-fit: cover;
        margin: 0 0 0 25px;
    }

    .home-left h1 {
        font-family: nexa-rust-slab-black-2, sans-serif;
        font-style: normal;
        font-weight: 900;
        font-size: 30px;
        font-weight: 900;
        letter-spacing: 0px;
        margin: 0;
        color: #fff;
    }

    .home-left h2 {
        font-family: nexa-rust-slab-black, sans-serif;
        font-style: normal;
        font-weight: 900;
        font-size: 15px;
        font-weight: 900;
        letter-spacing: 1px;
        margin: 0;
        color: #fff;
    }

    #splide-slideshow {
        margin: 70px 0 0 0;
        padding: 0;
    }

    .splide__arrow {
        bottom: 50px !important;
        top: auto !important;
    }

    .splide__pagination {
        bottom: 75px !important;
    }

    .slideshow-item {
        box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.65);
        width: 100%;
        height: 550px;
        padding: 50px 5%;
        background-size: cover;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-end;
    }

    .slideshow-item h1,
    .slideshow-item h2 {
        font-size: 35px;
        font-weight: 400;
        letter-spacing: 1px;
        text-align: center;
        margin: 10px auto;
        color: #fff;
    }

    .slideshow-item h3 {
        font-size: 20px;
        font-weight: 600;
        text-align: center;
        margin: 10px auto 100px auto;
        color: #fff;
    }

    .behavior-card {
        position: relative;
        margin: 50px auto;
        padding: 50px 25px;
        width: 400px;
        border-radius: 3px;
        background-color: white;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .behavior-card h2 {
        margin: 10px auto;
        font-size: 25px;
        font-weight: 500;
        color: var(--font-color);
        text-align: center;
    }
    .behavior-card h3 {
        margin: 10px auto;
        font-size: 20px;
        font-weight: 500;
        letter-spacing: 1px;
        color: var(--font-color);
        text-align: center;
    }
    .behavior-card ul {
        margin: 10px auto;
        padding: 0;
        list-style: none;
    }
    .behavior-card li {
        margin: 0;
        padding: 0;
        font-size: 20px;
        color: var(--font-color);
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: baseline;
    }
    .behavior-card li img {
        height: 18px;
        margin: 0 5px 0 0;
    }
    .behavior-card h4 {
        font-family: poppins, sans-serif;
        margin: 10px auto;
        font-size: 20px;
        font-weight: 400;
        color: var(--font-color);
        text-align: center;
    }
    .green-ribbon {
        position: absolute;
        height: 105px;
        left: -18px;
        top: -7px;
    }
}

@media(max-width: 769px) {
    .home-first {
        z-index: 1;
        position: absolute;
        overflow: hidden;
        top: 70px;
        width: 100%;
        height: 550px;
        padding: 0 5%;
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: flex-start;
    }

    .home-left {
        margin: 15px 0 0 0;
    }

    .home-right {
        border: 7px solid #fff;
        box-shadow: -1px 1px 4px rgba(0, 0, 0, 0.9), -1px 1px 8px rgba(0, 0, 0, 0.9);
        width: 300px;
        height: 200px;
        object-fit: cover;
        margin: 0 0 15px 0;
    }

    .home-left h1 {
        font-family: nexa-rust-slab-black-2, sans-serif;
        font-style: normal;
        font-weight: 900;
        font-size: 25px;
        font-weight: 900;
        letter-spacing: 0px;
        margin: 0;
        color: #fff;
    }

    .home-left h2 {
        font-family: nexa-rust-slab-black, sans-serif;
        font-style: normal;
        font-weight: 900;
        font-size: 14px;
        font-weight: 900;
        letter-spacing: 1px;
        margin: 0;
        color: #fff;
    }

    #splide-slideshow {
        margin: 70px 0 0 0;
        padding: 0;
    }

    .splide__arrow {
        bottom: 25px !important;
        top: auto !important;
    }

    .splide__pagination {
        bottom: 50px !important;
    }

    .slideshow-item {
        box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.65);
        width: 100%;
        height: 550px;
        padding: 50px 5%;
        background-size: cover;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .slideshow-item h1,
    .slideshow-item h2 {
        font-size: 30px;
        font-weight: 400;
        letter-spacing: 1px;
        text-align: center;
        margin: 10px auto;
        color: #fff;
    }

    .slideshow-item h3 {
        font-size: 20px;
        font-weight: 600;
        text-align: center;
        margin: 10px auto 50px auto;
        color: #fff;
    }

    .behavior-card {
        position: relative;
        margin: 50px auto;
        padding: 50px 25px;
        width: 100%;
        border-radius: 3px;
        background-color: white;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .behavior-card h2 {
        margin: 10px auto;
        font-size: 25px;
        font-weight: 500;
        color: var(--font-color);
        text-align: center;
    }
    .behavior-card h3 {
        margin: 10px auto;
        font-size: 20px;
        font-weight: 500;
        letter-spacing: 1px;
        color: var(--font-color);
        text-align: center;
    }
    .behavior-card ul {
        margin: 10px auto;
        padding: 0;
        list-style: none;
    }
    .behavior-card li {
        margin: 0;
        padding: 0;
        font-size: 20px;
        color: var(--font-color);
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: baseline;
    }
    .behavior-card li img {
        height: 18px;
        margin: 0 5px 0 0;
    }
    .behavior-card h4 {
        font-family: poppins, sans-serif;
        margin: 10px auto;
        font-size: 20px;
        font-weight: 400;
        color: var(--font-color);
        text-align: center;
    }
    .green-ribbon {
        position: absolute;
        height: 100px;
        left: -18px;
        top: -7px;
    }
}
