@font-face {
    font-family: "Spicy Rice";
    src: url("../fonts/Spicy_Rice_regular/SpicyRice-Regular.ttf");
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.up_in_the_cloud_banner {
    height: auto;
    width: 100%;
    /* aspect-ratio: 45/20; */
}

.banner {
    height: auto;
    background-repeat: no-repeat;
}

.content-wrapper {
    position: absolute;
    top: 0;
    display: flex;
    height: auto;
    width: 100%;
    z-index: 1;
    flex-direction: column;
    justify-content: space-between;
}

.blog_container {
    width: 100%;
    /* margin-top: 5%; */
    height: 75vh;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
}

.eat_me_irish_image {
    width: 75%;
}

.eat_me_irish_heading,
.stealing_everyone_hearts_heading {
    font-family: "Spicy Rice";
    color: #0c9dc7;
    padding-top: 5%;
    font-size: 2.5rem;
}

.eat_me_irish_para {
    color: #0c9dc7;
    width: 37.3vw;
    text-align: center;
    font-size: 1.2vw;
    font-weight: 500;
}

.eat_me_irish_btn {
    width: 50%;
    height: 60px;
    font-size: 1vw;
    background-color: #0c9dc7;
    color: #fff;
    border-radius: 50px;
}

.eat_me_irish_btn:hover {
    width: 50%;
    height: 60px;
    font-size: 1vw;
    background-color: #22b5dd;
    color: #fff;
    border-radius: 50px;
}

.eat_me_irish_blog_container,
.stealing_everyone_hearts_blog_container {
    width: 50%;
    height: 75vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
}

.stealing_everyone_hearts_image {
    width: 75%;
}

.stealing_everyone_hearts_para {
    color: #0c9dc7;
    width: 39vw;
    text-align: center;
    font-size: 1.2vw;
    font-weight: 500;
}

.join-our-community {
    background-image: url(../images/blog-page/Banner/Banner2.png);
    background-size: cover;
    height: 100%;
    background-position: center center;
    width: 100%;
    margin-top: 5%;
}

.join-the-community-heading {
    padding-top: 7%;
    font-size: 4rem;
    padding-bottom: 3%;
    font-family: "Spicy Rice";
    color: #fff;
}

.sign-up-now-btn,
.sign-up-now-btn:hover {
    border-radius: 50px;
    width: 30%;
    font-weight: 500;
    color: #0c9dc7;
    font-size: 1vw;
    background-color: #c6e8f1;
}

input[type="email"],
input[type="email"]:focus  {
    border: 3px solid #c6e8f1;
    border-radius: 50px;
    height: 70px;
    background-color: transparent;
}

input[type="email"]::placeholder {
    color: #fff;
    font-weight: 500;
    font-size: 1vw;
}

.community-footer-container {
    padding: 50px 0px 20px 0px;
    width: 90%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.all-rights-reserved {
    font-size: 1.5rem;
    color: #fff;
}

.text_image_left,
.text_image_right {
    margin-top: 5vh;
    width: 40vw;
}

@media only screen and (max-width: 575px) {
    .text_image_left,
    .text_image_right {
        margin-top: 5vh;
        width: 90vw;
    }

    .up_in_the_cloud_banner {
        height: 80vh;
    }

    .eat_me_irish_blog_container {
        padding-bottom: 15vh;
    }

    .stealing_everyone_hearts_blog_container {
        padding-bottom: 5vh;
    }

    .blog_container {
        margin-top: 15vh;
        height: 110vh;
        /* margin-bottom: 15%; */
    }

    .eat_me_irish_image,
    .stealing_everyone_hearts_image {
        width: 170%;
    }

    .eat_me_irish_para {
        width: 90vw;
        font-size: 4vw;
    }

    .eat_me_irish_heading {
        width: max-content;
        padding-top: 3vh;
        font-size: 8vw;
    }

    .stealing_everyone_hearts_heading {
        width: max-content;
        padding-top: 3vh;
        font-size: 7vw;
    }

    .stealing_everyone_hearts_para {
        width: 90vw;
        font-size: 4vw;
    }

    .eat_me_irish_btn,
    .eat_me_irish_btn:hover {
        width: 40vw;
        font-size: 3vw;
        height: 6vh;
    }

    .join-the-community-heading {
        padding-top: 25%;
        font-size: 2.2rem;
    }

    input[type="email"] {
        height: 50px;
    }

    input[type="email"]:focus {
        height: 50px;
    }

    input[type="email"]::placeholder {
        font-size: 3vw;
    }

    .sign-up-now-btn,
    .sign-up-now-btn:hover {
        border-radius: 50px;
        width: auto;
        font-weight: 500;
        height: 50px;
        font-size: 3vw;
    }

    .all-rights-reserved {
        font-size: 3.5vw;
        color: #fff;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {

    .text_image_left,
    .text_image_right {
        margin-top: 5vh;
        width: 90vw;
    }

    .up_in_the_cloud_banner {
        height: 80vh;
    }

    .stealing_everyone_hearts_blog_container {
        padding-bottom: 5vh;
    }

    .blog_container {
        margin-top: 15vh;
        height: 110vh;
        margin-bottom: 10%;
    }

    .eat_me_irish_image,
    .stealing_everyone_hearts_image {
        width: 130%;
    }

    .stealing_everyone_hearts_image {
        padding-top: 10vh;
    }

    .eat_me_irish_heading {
        width: max-content;
        padding-top: 3vh;
        font-size: 6vw;
    }

    .eat_me_irish_para {
        width: 90vw;
        font-size: 2.9vw;
    }

    .stealing_everyone_hearts_heading {
        width: max-content;
        padding-top: 3vh;
        font-size: 6vw;
    }

    .stealing_everyone_hearts_para {
        width: 95vw;
        font-size: 2.9vw;
    }

    .eat_me_irish_btn,
    .eat_me_irish_btn:hover {
        width: 35vw;
        font-size: 2.5vw;
        height: 7vh;
    }

    .join-the-community-heading {
        padding-top: 15%;
        font-size: 7vw;
    }

    input[type="email"] {
        height: 50px;
    }

    input[type="email"]:focus {
        height: 50px;
    }

    input[type="email"]::placeholder {
        font-size: 2.3vw;
    }

    .sign-up-now-btn,
    .sign-up-now-btn:hover {
        border-radius: 50px;
        width: auto;
        font-weight: 500;
        height: 50px;
        font-size: 2.3vw;
    }

    .all-rights-reserved {
        font-size: 2.5vw;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    .text_image_left,
    .text_image_right {
        margin-top: 5vh;
        width: 90vw;
    }

    .up_in_the_cloud_banner {
        height: 70vh;
    }

    .eat_me_irish_image {
        width: 90%;
    }

    .eat_me_irish_heading,
    .stealing_everyone_hearts_heading {
        width: max-content;
    }

    .blog_container {
        width: 90vw;
        height: auto;
        /* padding-bottom: 4%; */
    }

    .eat_me_irish_blog_container,
    .stealing_everyone_hearts_blog_container {
        width: 45%;
    }

    .eat_me_irish_image,
    .stealing_everyone_hearts_image {
        padding-top: 30%;
        width: 140%;
    }

    .eat_me_irish_heading,
    .stealing_everyone_hearts_heading {
        font-size: 3rem;
    }

    .stealing_everyone_hearts_heading {
        width: max-content;
    }

    .eat_me_irish_para {
        font-size: 1.2rem;
        width: 595px;
    }

    .eat_me_irish_btn,
    .eat_me_irish_btn:hover {
        width: 50%;
        height: 60px;
        font-size: 1.8vw;
    }

    .stealing_everyone_hearts_para {
        font-size: 1.2rem;
        width: 625px;
    }

    .join-our-community {
        margin-top: 10vh;
        width: 100%;
        height: 100vh;
        background-position: center center;
    }

    .sign-up-now-btn,
    .sign-up-now-btn:hover {
        font-size: 1.8vw;
    }

    input[type="email"] {
        height: 7vh;
    }

    input[type="email"]:focus {
        height: 7vh;
    }

    input[type="email"]::placeholder {
        font-size: 1.8vw;
    }

    .all-rights-reserved {
        font-size: 2.5vw;
        color: #fff;
    }

    .join-the-community-heading {
        padding-top: 15%;
        font-size: 3rem;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1280px) {


    .text_image_left,
    .text_image_right {
        margin-top: 5vh;
        width: 45vw;
    }

    .blog_container {
        width: 90vw;
        height: auto;
        /* padding-bottom: 4%; */
    }

    .eat_me_irish_blog_container,
    .stealing_everyone_hearts_blog_container {
        width: 45%;
    }

    .eat_me_irish_image,
    .stealing_everyone_hearts_image {
        padding-top: 30%;
        width: 100%;
    }

    .eat_me_irish_heading,
    .stealing_everyone_hearts_heading {
        width: max-content;
        font-size: 3rem;
    }

    .eat_me_irish_btn,
    .eat_me_irish_btn:hover {
        height: 45px;
        font-size: 1.3vw;
    }

    .stealing_everyone_hearts_heading {
        width: max-content;
    }

    .eat_me_irish_para {
        font-size: 1.2rem;
        width: 595px;
    }

    .stealing_everyone_hearts_para {
        font-size: 1.2rem;
        width: 625px;
    }

    .eat_me_irish_btn,
    .eat_me_irish_btn:hover {
        height: 45px;
    }

    .join-the-community-heading {
        padding-top: 8%;
        font-size: 3rem;
    }
}