@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&family=Poppins&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

body {
    font-family: "Lora", serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.header {
    background-image: url('../assets/images/bg-img.png');
    background-repeat: no-repeat;
    background-size: cover;
    height: 31rem;
}

.navbar {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    height: 2rem;
    border-bottom: 1px solid white;
    height: 5rem;
}

.nav-btn {
    border: 1px solid white;
    padding: 0.2rem 1.25rem;
    border-radius: 4rem;
    color: white;
}

.nav-btn:hover {
    color: black;
    background-color: white;
    transition-duration: 0.5s;
}

.nav-logo {
    font-size: 2.5rem;
}

.main {
    margin: 4rem 0;
}

.company_names {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 3.5rem 0;
}

.company_names>div>img {
    height: 1.5rem;
}

.row {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 2rem 0;
    gap: 8rem;
}

.column>img {
    height: 44rem;
    width: calc(50vw - 4rem);
}

.third-row {
    background-color: rgb(245, 233, 233);
}

.fourth-row {
    padding: 1.5rem 1.5rem 1.5rem 5.5rem;
    justify-content: space-evenly;
    background-image: url(../assets/images/bluebg.webp);
}

.bag-img {
    height: 32rem;
    width: 22rem;
    position: relative;
    left: 2rem;
}

.fourth-row.column {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;

}

.partner-logo1 {
    height: 2rem;
    padding-bottom: 1rem;
}

.partner-logo {
    height: 5rem;
    padding-top: 1rem;
}

.two-img {
    display: flex;
    flex-direction: row;

}

.img1st {
    /* background-image: url("../assets/images/Koyo_Berry_Home_Page.webp"); */
    background: linear-gradient(to top, #2e2e2e76, #2b2b2b7f), url("../assets/images/Koyo_Berry_Home_Page.webp");
    height: 44rem;
    width: calc(50vw - 3rem);
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    text-align: center;
}

.img2nd {
    background: linear-gradient(to top, #84828282, #6865683c), url("../assets/images/Omakase_Berry_Home_Page.webp");
    height: 44rem;
    width: calc(50vw - 3rem);
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    text-align: center;
}

/* .rubi-tomato{
    /* background: url('../assets/images/rubi1.webp'),url('../assets/images/rubi2.webp');
    background-repeat: no-repeat no-repeat;
    background-position: left right;
    background-size: cover cover;
    height: 20rem 20rem;
    width: 20rem 20rem;   */
/* background:url('../assets/images/rubi1.webp') left no-repeat, url('../assets/images/rubi2.webp') no-repeat right;
    background-size: cover cover;
    width: ;
    padding: 2rem 0;
} 
*/

.rubi-tomato {
    display: flex;
    flex-direction: row;
    margin: 2rem 0;
    position: relative;
}

.rubi1 {
    background-image: url("../assets/images/rubi1.webp");
    height: 44rem;
    width: calc(50vw - 3rem);
    background-size: cover;
    display: flex;
    flex-direction: column;

}

.rubi2 {
    background-image: url("../assets/images/rubi2.webp");
    /* height: 40rem ; */
    width: calc(50vw - 3rem);
    background-size: cover;
    display: flex;
    flex-direction: column;
}

.rubi-box {
    background-color: #acc5b1;
    padding: 7rem 2rem;
    display: inline-block;
    width: 25vw;
    text-align: center;
    position: absolute;
    top: 25%;
    left: 35%;
}

.rooted {
    background: linear-gradient(to top, #5b5a5a82, #4040407b), url('../assets/images/rooted.webp');
    margin: 2.5rem;
    height: 44rem;
    justify-content: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 3rem;
    text-align: center;
}

.rooted .row {
    justify-content: center;
}



/* review  */

.review {
    background-color: #d5e1d6;
    padding: 2.5rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}

.review>div>img {
    height: 40rem;
    width: 27rem;
}


/* footer  */

.mainlogo {
    height: 16rem;
    width: 12rem;
}

.footer li {

    list-style-type: none;
    padding: 0.25rem 0;
}

.footer li:hover {
    color: white;
    text-decoration: underline;
    text-underline-offset: 0.5rem;
}

.footer {
    color: white;
    background-color: #da2924;
}

.footer1 {
    padding: 2.5rem 2.5rem;
}

.footer2 {
    padding: 1rem 2.5rem;
    display: flex;
    justify-content: space-between;
}

.whiteline {
    border-top: 1px solid white;
}

.footer2>div>span {
    padding-left: 1rem;
}