/* General Reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Roboto Condensed', 'Arial Adjusted', Arial, sans-serif;
    background-color: #f9f9f9;
    color: #333;
}

.ds24b-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.header {
    width: 100%;
    background-color: white;
    box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.58);
    height: 10vh;
    position: relative;
    z-index: 10;
    font-family: 'Roboto Condensed', 'Arial Adjusted', Arial, sans-serif;
    position: fixed;
    top: 0;
    z-index: 20;
}

.navbar {
    width: 55%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    height: 100%;
    align-items: center;
    padding: 10px;
}

.nav-links {
    list-style: none;
    display: flex;
    gap: 50px;
}

.nav-links li {
    padding: 6px;
}

.nav-links a {
    text-decoration: none;
    color: #3a3a3a;
    font-size: 20px;
    line-height: 1.5;
    font-size: 1.25rem;
    font-family: 'Roboto Condensed', 'Arial Adjusted', Arial, sans-serif;
}

.nav-btn {
    background-color: #7cad3e;
    color: white;
    padding: 6px;
    font-weight: bold;
     cursor: pointer;
    border-radius: 5px;
}

.nav-btn a {
    color: white;
    padding: 6px 43px 6px 14px;
    background-size: contain;
    background-position: right center;
    background-repeat: no-repeat;
    padding: 6px 43px 6px 14px;
    background-image: url(./img/arrowRight.png) !important;
}

.banner {
    /* height: 59vh; */
    background: radial-gradient(circle, #0d98b8 41%, #0d3ab8 100%);
    width: 100%;
    margin-top: 2vh;
    
}

.arrow-banner {
    width: 100%;
    height: 12vh;
    background: #7cad3e;
    border-top: 4px solid #4a6c2f;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-family: 'Roboto Condensed', 'Arial  Adjusted', Arial, sans-serif;
    font-weight: bold;
    text-align: center;
    font-size: 2.5rem;
    padding-top: 10px;
    min-height: 12vh;
    height: max-content;
}

.arrow-top {
    max-width: 600px;
    top: -1px;
    position: relative;
    clip-path: polygon(100% 0, 0 0, 50% 100%);
    height: 45px;
    background: #7cad3e;
    border-top: 4px solid #4a6c2f;
    width: 100%;
    margin: 0 auto;
    border-top: none !important;
}

.offers {
    width: 100%;
    background: #eee;
    display: flex;
    justify-content: center;
    gap: 32px;
    padding: 0 0 20px 0;
   
    height: max-content;
}

.arrow-top-holder {
    width: 100%;
    height: 8vh;
    background: #eee;
}

.offer-item {
    height: 93%;
    width: 19%;
    border-radius: 22px;
    position: relative;
    z-index: 10;
    /* box-shadow: rgb(50 50 93 / 28%) 0px 2px 5px -1px, rgb(0 0 0 / 42%) 0px 1px 3px -1px; */
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border: 1px solid #2696D6;
}

.center-offer {
    height: 95%;
    width: 21%;
}

.center-offer .offer-top {
    background: radial-gradient(circle, #0d98b8 41%, #0d3ab8 100%);
    color: #ff0;
}

.offer-solo {
    width: 45% !important;

}

.offer-top {
    height: 50px;
    background: #2696D6;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-family: 'Roboto Condensed', 'Arial  Adjusted', Arial, sans-serif;
    text-align: center;
    font-size: 1.8rem;
}

.center-offer {
    box-shadow: rgb(0 0 0 / 46%) 0px 3px 8px;
}

.offer-content {
    height: 80%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    text-align: center;
}

.offer-bottom {
    height: 9%;
}

.offer-content-big {
    font-size: 3rem;
    font-weight: bold;
    color: #333;
}

.offer-content-medium {
    font-size: 1.5rem;
    font-weight: 400;
    color: #3a3a3a;
}

.offer-content-large {
    font-size: 4rem;
    font-weight: bold;
    color: #288ED2;
}

.offer-content {
    font-size: 1.5rem;
    font-weight: 700;
    color: #3a3a3a;
    padding: 1vh;
}

.offer-img {
    height: 53%;
    width: 69%;
    margin: auto;
    margin-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.offer-img img {
    width: 100%;
    height: 100%;
}

.offer-btn {
    background-color: #0C73B8;
    color: white;
    padding: 10px;
    font-weight: bold;
    border-radius: 30px;
    width: 76%;
    margin: auto;
    margin-top: 15px;
    font-size: 2rem;
    margin-bottom: 10px;
    border: 2px solid #7cad3e;
}


.ttday {
    margin: auto;
    width: 70%;
    height: 53vh;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 1vh;
}

.ttday-img {
    height: 57%;
    width: 21%;
}

.ttday-content {
    width: 70%;
    height: 100%;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: space-evenly;
}

.ttday-circles {
    height: 30%;
    width: 88%;
}

.ttday-circles img,
.ttday-img img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.ttday-content-small {
    font-size: 1.6rem;
    text-align: left;
    font-weight: 400;
    line-height: 1.5;
}

.banner-two {
    padding: 0 0 20px 0;
    height: max-content;
}

.book-container {
    display: flex;
    height: 85%;
    /* align-items: center; */
    justify-content: center;
    width: 70%;
    margin: auto;
    gap: 2vh;
    padding-bottom: 20px;
}

.book {
    width: 50%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 1vh;
    height: 100%;
}

.book-img {
    background: white;
    border-radius: 10px;
    height: 45%;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 77%;
    margin: 1vh auto;
    margin-top: 1;
}

.book-title {
    /* color: white; */
    font-size: 2.5rem;
    color: #84e7ff;
}

.book-title-two {
    color: white;
    font-size: 3rem;
}

.book-title-three {
    color: #ff0;
    font-size: 2.2rem;
}

.book-text {
    font-size: 1.5rem;
    color: white;
    text-align: left;
    padding: 10px;
    word-break: break-all;
}

.book-img img {
    height: 97%;
    width: 97%;
    border-radius: 10px;
}

.book-banner {
    text-align: center;
    font-size: 2.5rem;
    color: white;
    font-weight: 700;
    height: 13%;
    padding-top: 12px;
}

.mini-ban {
    height: 20vh;
    border-top: none;
    box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.58);
}

.newspaper {
    height: 110vh;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.new-con {
    height: 95%;
    width: 63%;
    /* background-color: rgba(220, 220, 220, 0.76); */
    border-radius: 15px;
    padding: 5vh;
}

.new-date {
    font-size: 1.8rem;
    color: #1c8da7;
    font-family: cursive;
    font-weight: bold;
}

.new-title {
    font-size: 3rem;
    font-weight: 700;
    color: black;
    padding-top: 17px;
}

.new-blog {
    height: 50%;
    display: flex;
    flex-direction: row;
}

.new-img {
    height: 100%;
    width: 40%;
    padding: 3vh;
}

.new-img img {
    width: 100%;
    height: 100%;
}

.new-blog-text-sc {
    font-size: 1.8rem;
    padding-top: 30px;
}

.new-blog-text {
    width: 60%;
    font-size: 1.8rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.new-footer {
    color: gray;
    font-size: 0.9rem;
    padding-top: 3vh;
}

.yellowline {
    border-bottom: 2px solid #ff0;
}

.reviews {
    width: 100%;
    height: max-content;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 5vh;
}

.likes {
    height: 15vh;
    background-color: #7cad3e;
    width: 100%;
    box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.58);
}


/* banner */
.main-banner {
    width: 70%;
    height: 100%;
    padding: 5vh;
    display: flex;
    /* gap: 10px; */
    justify-content: center;
    align-items: center;
}

.main-img {
    width: 31%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-img img {
    height: 100%;
    width: 69%;
}

.main-text {
    width: 60%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
    color: white;
    line-height: 1.5;
}

.main-title {
    font-weight: bold;
    font-size: 3.5rem;
    padding-right: 5px;
}

.banner-second,
.banner-main {
    display: flex;
    justify-content: center;
    align-items: center;
}

.faqbanner {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: max-content;
}

.second-banner {
    display: flex;
    width: 70%;
    height: 100%;
}

.second-img {
    width: 52%;
    height: 89%;
    padding: 4vh;
    margin: auto;
}

.second-img img {
    height: 100%;
    width: 100%;
}

.second-text {
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    gap: 2vh;
}

.second-why {
    color: yellow;
    font-weight: bold;
    font-size: 2rem;
}

.second-logo {
    font-weight: bold;
    font-size: 3rem;
    color: white;
}

.second-texts {
    font-size: 1.5rem;
    color: white;
    text-align: left;
    padding: 2vh;
}

.truck {
    height: 100%;
    padding: 2vh;
}

.truck img {
    height: 100%;
    width: 100%;
}

.reviews-con {
    border-radius: 15px;
    background-color: rgb(238, 236, 236);
    height: 90%;
    width: 60%;
    margin: auto;
}

.reviews-title {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 20vh;
}

.reviews-main-text {
    font-size: 3rem;
    /* font-weight: bold; */
}

.reviews-mini-text {
    font-size: 1.5rem;
}

.reviews-window {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2vh;
    height: 30vh;
}

.review-box {
    border-radius: 15px;
    height: 95%;
    background: white;
    width: 260px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;

}

.review-box-second {
    width: 220px;
    height: 85%;
}

.reviews-multi {
    height: 140vh;
    width: 100%;
    padding: 5vh;
    display: flex;
    flex-direction: column;
    gap: 2vh;
}

.review {
    background: white;
    height: 33%;
    border-radius: 15px;
    display: flex;
    flex-direction: row;
}

.review-first {
    height: 100%;
    width: 15%;
    background-color: rgb(248, 248, 248);
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.review-second {
    height: 100%;
    width: 85%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding: 5vh;
}

.review-photo {
    /* width: 50%; */
    margin: auto;
    border-radius: 50%;
    height: 20%;
}

.review-photo img {
    width: 70px;
    height: 70px;
}

.review-bottle img {
    width: 100%;
    height: 100%;
}

.review-bottle {
    width: 50%;
    margin: auto;
}

.review-second-text {
    font-size: 1.5rem;
    color: blue;

}

.review-second-ver {
    display: flex;
    gap: 10px;
    color: #c78102;
    font-size: 1.6rem;

}

.review-second-qoute {
    color: #333;
    font-size: 1.5rem;
}

.review-second-name {
    font-size: 2rem;
}

.review-second-purc {
    color: blue;
}

.grid-container {
    width: 80%;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    height: 120vh;
    gap: 20px;
    padding: 2vh;
}

.ingredient {
    background-color: #ffffff;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ingredient img {
    width: 70%;
    height: auto;
    border-radius: 50%;
    margin-bottom: 10px;
}

.ingredient .title {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 10px;
    padding-top: 1vh;
}

.ingredient .description {
    font-size: 1.5rem;
    color: #555;
}

.ingr-title {
    text-align: center;
    padding: 5vh;
}

.ingr-main {
    font-size: 3.5rem;
    font-weight: bold;
    color: #1c8da7;
}

.ingr-sub {
    font-size: 1.5rem;
}

.faq-container {
    width: 80%;
    margin: auto;
    /* background-color: #ffffff; */
    /* border: 1px solid #ddd; */
    border-radius: 8px;
    /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); */
    padding: 20px;
}

.faq-item {
    margin-bottom: 10px;
}

.faq-question {
    font-size: 2rem;
    font-weight: bold;
    cursor: pointer;
    padding: 10px;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 13px;
    transition: background-color 0.3s ease;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.faq-question:hover {
    background-color: #f0f0f0;
}

.faq-answer {
    display: none;
    margin-top: 5px;
    padding: 10px;
    /* background-color: #f9f9f9; */
    /* border-left: 3px solid #007bff; */
    font-size: 0.9em;
    color: #333;
    border-radius: 4px;
    color: white;
    font-size: 1.5rem;
}

.arrow {
    font-size: 1em;
    transition: transform 0.3s ease;
}

.faq-question.open .arrow {
    transform: rotate(90deg);
}

.logo {
    font-size: 2rem;
    font-weight: bold;
}

.logo-two {
    color: #7cad3e;
    ;
}

.logo-one {
    color: #4a6c2f;
}

.faq-title {
    color: white;
    font-size: 3rem;
    padding-top: 2vh;
    text-align: center;
}

.mobile-o {
    border-radius: 20px;
    margin: 10px;
    border: 1px solid #2696D6;
}

.mobile-o-top {
    border-top-left-radius: 20px;
    display: flex;
    border-top-right-radius: 20px;
    background: #4CA2C8;
}

.mobile-top-r {
    width: 50%;
    text-align: center;
    background: #269BD6;
    color: white;
    font-size: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.mobile-o .offer-green {
    width: 90%;
    font-size: 1rem;
}

.mobile-o-l img {
    height: 100%;
    width: 100%;
}

.mobile-o .offer-btn {
    margin-top: 0;
    width: 95%;
}

.mobile-o .payment img {
    width: 85%;
}

.mobile-bottom-l {
    width: 50%;
    background: #269BD6;
    font-size: 2.5rem;
    text-align: center;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

.mobile-bottom-r {
    width: 50%;
    background: #4CA2C8;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom-right-radius: 20px;
}


.mobile-top-l {
    width: 50%;
    text-align: center;
    background: #4CA2C8;
    font-size: 3rem;
    font-weight: bold;
    border-top-left-radius: 20px;
}

.mobile-o-content {
    display: flex;
    height: 404px;
}

.mobile-o-r {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.mobile-o-l {
    padding: 20px 10px;
    width: 60%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mobile-o-bottom {
    display: flex;
    color: white;
    background: #4CA2C8;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

.botone {
    height: 70% !important;
    width: 64% !important;
}

.bottwo {
    height: 51% !important;
}

.botthree {
    height: 65% !important;
}

.mobile-o .offer-content-large {
    font-size: 5rem;
}

.m-offers {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.m-offers {
    display: none;
}

.hamburger.open {
    display: block;
}

.hamburger {
    display: none;
}

.hamburger .nav-links {
    background: white;
    border-top: 1px solid #8BC34A;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: -1px 6px 11px 0 rgba(0, 0, 0, 0.58);
    flex-direction: column;
}

.hamburger-btn {
    display: none;
    /* Hidden by default, shown on mobile */
    flex-direction: column;
    cursor: pointer;
    gap: 5px;
    z-index: 1000;
}

.hamburger-btn span {
    width: 30px;
    height: 4px;
    background: #678d3b;
    transition: 0.3s;
}

/* Animate Hamburger Button */
.hamburger-btn span {
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.hamburger-btn.open span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
}

.hamburger-btn.open span:nth-child(2) {
    opacity: 0;
}

.hamburger-btn.open span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
}

/* Animate Menu Slide-In */
.hamburger {
    transition: right 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55), opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
    opacity: 0;
    transform: scale(0.95);
}

.hamburger.open {
    opacity: 1;
    transform: scale(1);
}

/* Animate Menu Items */
.hamburger .nav-links li {
    opacity: 0;
    transform: translateY(15px);
    animation: fadeInUp 0.4s ease-in-out forwards;
}

.hamburger .nav-links li:nth-child(1) {
    animation-delay: 0.2s;
}

.hamburger .nav-links li:nth-child(2) {
    animation-delay: 0.3s;
}

.hamburger .nav-links li:nth-child(3) {
    animation-delay: 0.4s;
}

.hamburger .nav-links li:nth-child(4) {
    animation-delay: 0.5s;
}

.hamburger .nav-links li:nth-child(5) {
    animation-delay: 0.6s;
}

/* Fade-in & Slide-up Effect */
@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


@media only screen and (max-width: 767px) {
    .review-bottle img {
        width: 50px;
        height: 53px;
    }

    .offers {
        display: none;
    }

    .m-offers {
        display: flex;
    }

    /* Styles for phones */
    .navbar {
        width: 100%;
        padding: 0 20px;
    }

    .nav-links {
        display: none;
    }

    .banner-main {
        height: max-content;
    }

    .main-banner {
        padding: 2vh;
        width: 100%;
        align-items: center;
    }

    .arrow-banner {
        height: max-content;
        font-size: 1.5rem;
        padding: 10px;
    }

    .offers {
        padding: 0 0 20px 0;
        height: max-content;
        flex-direction: column;
    }

    .offer-item {
        width: 70%;
        margin: auto;
    }

    .ttday {
        height: max-content;
        flex-direction: column;
        width: 100%;
    }

    .ttday-content {
        gap: 10px;
        width: 90%;
    }

    .offer-content-big {
        font-size: 2rem;
    }

    .ttday-content-small {
        font-size: 1.2rem;
    }

    .ttday-circles {
        width: 100%;
    }

    .banner-two {
        height: max-content;
    }

    .book-container {
        flex-direction: column;
        width: 95%;
        justify-content: center;
        align-items: center;
    }

    .book {
        width: 90%;
    }

    .mini-ban {
        height: max-content;
        font-size: 1.5rem;
        padding: 10px;
    }

    .newspaper {
        height: max-content;
    }

    .new-con {
        width: 95%;
        padding: 1vh;
    }

    .new-title {
        font-size: 2rem;
    }

    .new-blog-text-sc {
        font-size: 1.5rem;
        padding: 10px 0;
    }

    .new-img {
        padding: 10px;
        margin: auto;
    }

    .new-blog-text {
        font-size: 1rem;
    }

    .banner-second {
        height: max-content;
    }

    .second-banner {
        width: 100%;
        padding: 10px;
        gap: 10px;
    }

    .second-img {
        padding: 0;
    }

    .second-why {
        font-size: 1.5rem;
    }

    .second-logo {
        font-size: 1.5rem;
    }

    .second-texts {
        font-size: 1.2rem;
        padding: 0;
        word-break: break-all;
    }

    .reviews-con {
        width: 100%;
    }

    .reviews-window {
        display: none;
    }

    .review-frist {
        width: 20%;
    }

    .review-photo {
        height: 15%;
        width: 75%;
        border: none;
    }

    .review-bottle {
        width: 60%;
        height: 15%;
    }

    .review-second {
        padding: 2vh;
        width: 80%;
    }

    .reviews-multi {
        padding: 1vh;
    }

    .reviews {
        height: max-content;
    }

    .review-first {
        width: 20%;
    }

    .ingr-main {
        font-size: 2rem;
    }

    .grid-container {
        grid-template-columns: repeat(2, 1fr);
        height: max-content;
        width: 90%;
        padding: 0;
        gap: 0;
        padding: 10px 0;
    }

    .ingredient {
        padding: 5px;
    }

    .description {
        font-size: 1rem !important;
    }

    .faq-container {
        padding: 10px 0;
        height: max-content;
        margin: 0;
    }

    .ingr-title {
        padding: 2vh;
    }

    .main-text {
        font-size: 1.2rem;
        width: 70%;
    }

    .review-second-qoute {
        font-size: 1rem;
        text-align: center;
    }

    .faq-question {
        font-size: 1.5rem;
    }

    .faq-answer {
        font-size: 1.2rem;
    }

    .footer {
        height: 10px;
        background: #eee;
    }

    .reviews-main-text {
        font-size: 2rem;
    }

    .reviews-title {
        height: max-content;
        padding: 10px;
    }

    .review-second-ver {
        font-size: 1rem;
    }

    .review-second-name {
        font-size: 1.5rem;
    }
}

/* Medium devices (tablets) */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .offers {
        display: none;
    }

    .hamburger .nav-links {
        flex-direction: row;
    }

    .review-bottle img {
        width: 100%;
        height: 83%;
    }


    .m-offers {
        display: flex;
    }

    .botone {
        height: 94% !important;
        width: 43% !important;
    }

    .bottwo {
        height: 85% !important;
    }

    .botthree {
        height: 94% !important;
        width: 80% !important;
    }

    /* Styles for phones */
    .navbar {
        /* width: max-content; */
        width: 100%;
        padding: 0 20px;
    }

    .nav-links {
        display: none;
    }

    .banner-main {
        height: max-content;
    }

    .main-banner {
        padding: 2vh;
        width: 100%;
        align-items: center;
    }

    .arrow-banner {
        height: max-content;
        font-size: 1.5rem;
        padding: 10px;
    }

    .offers {
        padding: 0 0 20px 0;
        height: max-content;
        flex-direction: column;
    }

    .offer-item {
        width: 55%;
        margin: auto;
    }

    .ttday {
        height: max-content;
        flex-direction: column;
        width: 100%;
    }

    .ttday-content {
        gap: 10px;
        width: 90%;
    }

    .offer-content-big {
        font-size: 2rem;
    }

    .ttday-content-small {
        font-size: 1.2rem;
    }

    .ttday-circles {
        width: 100%;
    }

    .banner-two {
        height: max-content;
    }

    .book-container {
        flex-direction: column;
        width: 95%;
        justify-content: center;
        align-items: center;
    }

    .book {
        width: 90%;
    }

    .mini-ban {
        height: max-content;
        font-size: 1.5rem;
        padding: 10px;
    }

    .newspaper {
        height: max-content;
    }

    .new-con {
        width: 95%;
        padding: 1vh;
    }

    .new-title {
        font-size: 2rem;
    }

    .new-blog-text-sc {
        font-size: 1.5rem;
        padding: 10px 0;
    }

    .new-img {
        padding: 10px;
        margin: auto;
    }

    .new-blog-text {
        font-size: 1rem;
    }

    .banner-second {
        height: max-content;
    }

    .second-banner {
        width: 100%;
        padding: 10px;
        gap: 10px;
    }

    .second-img {
        padding: 0;
    }

    .second-why {
        font-size: 1.5rem;
    }

    .second-logo {
        font-size: 1.5rem;
    }

    .second-texts {
        font-size: 1.2rem;
        padding: 0;
        word-break: break-all;
    }

    .reviews-con {
        width: 100%;
    }

    .review {
        height: 25%;
    }

    .reviews-window {
        display: none;
    }

    .review-frist {
        width: 20%;
    }

    .review-photo {
        width: 50%;
        height: 31%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .ingredient img {
        width: 50%;
    }

    .review-bottle {
        width: 50%;
        height: 31%;
    }

    .review-second {
        padding: 2vh;
        width: 80%;
    }

    .reviews-multi {
        padding: 1vh;
    }

    .reviews {
        height: max-content;
    }

    .review-first {
        width: 20%;
    }

    .ingr-main {
        font-size: 2rem;
    }

    .grid-container {
        grid-template-columns: repeat(2, 1fr);
        height: max-content;
        width: 90%;
        padding: 0;
        gap: 0;
        padding: 10px 0;
    }

    .ingredient {
        padding: 5px;
    }

    .description {
        font-size: 1.2rem !important;
    }

    .faq-container {
        padding: 10px 0;
        height: max-content;
        margin: 0;
    }

    .ingr-title {
        padding: 2vh;
    }

    .main-text {
        font-size: 1.2rem;
        width: 70%;
    }

    .review-second-qoute {
        font-size: 1rem;
        text-align: center;
    }

    .faq-question {
        font-size: 1.5rem;
    }

    .faq-answer {
        font-size: 1.2rem;
    }

    .footer {
        height: 10px;
    }

    .reviews-main-text {
        font-size: 2rem;
    }

    .reviews-title {
        height: max-content;
        padding: 10px;
    }

    .review-second-ver {
        font-size: 1rem;
    }

    .review-second-name {
        font-size: 1.5rem;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1500px) {
    .navbar {
        width: 80%;
    }

    .main-banner {
        width: 80%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .main-text {
        height: max-content;
    }

    .ttday {
        width: 80%;
        height: max-content;
    }

    .banner-two {
        height: max-content;
    }

    .newspaper {
        height: max-content;
    }

    .banner-second {
        height: max-content;
    }

    .reviews-con {
        width: 85%;
    }

    .grid-container {
        height: max-content;
    }

    .new-con {
        width: 80%;
    }

    .second-banner {
        width: 85%;
    }

    .offers {
        padding: 0 0 20px 0;
        height: max-content;
    }

    .offer-item {
        width: 30% !important;
        height: 90%;
    }

    .offers img {
        width: 100%;
    }

    .center-offer img {
        width: 75%;
    }

    .offer-solo img {
        width: 70%;
    }

    .offer-content-big {
        font-size: 2.5rem;
    }
}

.offer-green img {
    height: 20px;
    width: 20px;
}

.offer-green {
    background: #76a43b;
    display: flex;
    color: white;
    width: 80%;
    border-radius: 10px;
    align-items: center;
    gap: 10px;
    margin: auto;
    padding: 1px;
    padding-left: 10px;
    font-weight: 500;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 1.3rem;
}

.center-offer .offer-img {
    width: 80%;
}

.payment {
    width: 100%;
    margin: auto;
    flex-direction: column;
    display: flex;
    font-size: 1.2rem;
    margin-bottom: 10px;
    margin-top: 10px;
}

.payment img {
    width: 70%;
    height: 100%;
    margin: auto;
}

.image-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5vh;
    width: 100%;
}

.image-container img {
    transition: transform 0.3s ease-in-out;
}

.image-small {
    width: 10vw;
    height: auto;
    
   
  
}

.image-large {
    width: 15vw;
    height: auto;
  
  
   
}

@media (max-width: 768px) {
    .image-container {
        gap: 1vh;
    }

    .image-small {
        width: 25vw;
    }

    .image-large {
        width: 40vw;
    }
}

@media (max-width: 480px) {

    .image-container {
        flex-direction: column;
        gap: 1vh;
    }

    .image-small,
    .image-large {
        width: 60vw;
    }
}

@media (max-width: 1024px) {
    .hamburger-btn {
        display: flex;
    }
}

@media (max-width: 400px) and (min-width: 250px) {
    .review-bottle img {
        height: 35px;
    }

    .review-photo img {
        height: 50px;
    }

    .mobile-o-content {
        height: max-content;
    }

    .botone {
        height: 64% !important;

    }

    .bottwo {
        height: 42% !important;
    }

    .botthree {
        height: 61% !important;
    }
}