@import url('https://fonts.googleapis.com/css2?family=Aref+Ruqaa&family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap');
body,
html {
    width: 100%;
    height: 100vh;
    /* overflow-y: hidden; */
    overflow-x: hidden;
    font-family: "Barlow";
}

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

.logo{
    width: 245px;
}

.head{
    padding: 7rem;
    display: flex;
    gap: 7.2rem;
    background-color: #FFFCFA;
}

.head-left{
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.head-right{
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 3.2rem;
}

.head-right-title{
    display: flex;
    justify-content: center;
    font-size: 24px;
    font-weight: bold;
    color: #737B63;
}

.head-right-sub{
    display: flex;
    justify-content: center;
    font-size: 24px;
    color: #676767;
    /* Make the text transparent */
    /* -webkit-text-fill-color: #676767; */
    /* Fill the text with the color #676767 */
    /* text-shadow: 2px 4px 5px rgba(0, 0, 0, 0.5); */
}

.e-shop{
    color: white;
    font-size: 20px;
    font-weight: bold;
    background-color: #737B63;
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
    border-radius: 5px;
    outline: none;
    border: none;
    cursor: pointer;
}

.head-left-text{
    color: #737B63;
    font-size: 32px;
}

.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown button */
.dropbtn {
    background-color: white;
    color: #737B63;
    padding: 12px;
    font-size: 20px;
    border-radius: 5px;
    cursor: pointer;
    border: 1px solid #DCDFC7;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

/* Dropdown content */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 100%;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-content a:hover {
    background-color: #ddd;
}

/* Dropdown links */
.dropdown-content a {
    color: #737B63;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Show dropdown content when button is clicked */
.show {
    display: block !important;
}

/* Flag images */
.flag-img {
    width: 20px;
    height: auto;
    margin-right: 10px;
}

.buttons-container{
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.goals{
    background-color: #DCDFC7;
    width: 100%;
    padding: 2rem;
    display: flex;
    justify-content: center;
}

.goals-container{
    display: flex;
    align-items: center;
    gap: 1rem;
    font-size: 24px;
    color: #737B63;
}
.goals-container-text{
    width: 50%;
}

.goals-icon{
    width: 30px;
}

.food{
    display: flex;
}

.food-pic-container{
    width: 50%;
    position: relative;
}

.food-pic{
    width: 100%;
    height: 100%;
    background-image: url('/assets/food.svg');
    background-size: cover;
    background-position: center;
}

.food-word{
    display: flex;
    width: 50%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    padding: 3rem;
    background-color: #FCF5EE;
    color: #737B63;
    font-size: 24px;
}

.food-word-title{
    font-weight: bold;
}

.quote{
    width: 100%;
    padding: 2rem;
    background-color: #737B63;
    color: white;
    font-weight: lighter;
    font-style: italic;
    font-size: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.join{
    width: 100%;
    color: #737B63;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    background-color: #FCF5EE;
    padding: 2rem;
    font-size: 24px;
    
}

.join p{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer{
    background-color: #DCDFC7;
    font-size: 12px;
    color: #676767;
    padding: 3rem;
    display: flex;
    justify-content: space-around;
    align-items: baseline;
}

.footer-first-col{
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.information{
    display: flex;
    flex-direction: column;
    gap: 2rem;
    font-family: "Source Sans 3"
}

.information a{
    text-decoration: none;
    color: #676767;
}

.footer-pic{
    width: 164px;
}

.payments{
    display: flex;
    gap: 0.8rem;
}

.references{
    display: flex;
    flex-direction: column;
    text-decoration: none;
    gap: 1.5rem;
    font-family: "Source Sans 3";
}

.footer-font{
    font-family: "Source Sans 3";
}

.references a{
    text-decoration: none;
    color: #676767;
}

.footer-second-col-title{
    font-weight: bold;
    font-size: 14px;
    color: #333333;
    margin-bottom: 2.65rem;
}

.footer-third-col-title{
    font-weight: bold;
    font-size: 14px;
    color: #333333;
}

.footer-fourth-col-title {
    font-weight: bold;
    font-size: 14px;
    color: #333333;
}

.footer-second-col{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.email{
    background-color: white;
    padding: 1rem;
    border: none;
    outline: none;
}

.subscribe{
    background-color: #737B63;
    font-weight: bold;
    font-size: 14px;
    color: white;
    padding: 1rem;
    border: none;
    outline: none;
    cursor: pointer;
}
.leave-email{
    display: flex;
}

.footer-third-col{
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 2rem;
}

.footer-fourth-col{
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 2rem;
}

.footer-first-col,
.footer-second-col,
.footer-third-col,
.footer-fourth-col {
    height: 100%;
}



/* ------------------------------- Media Queries ----------------------------- */

@media only screen and (max-width: 1023px) {
    .head{
        flex-direction: column;
        gap: 4rem;
    }
    
    .head-right{
        gap: 2rem;
    }

    .head-left-text{
        font-size: 20px;
    }

    .head-right-title{
        font-size: 18px;
    }

    .head-right-sub{
        font-size: 18px;
    }

    .dropbtn{
        font-size: 16px;
    }

    .e-shop{
        font-size: 16px;
    }

    .goals-container{
        font-size: 18px;
    }

    .food-word{
        font-size: 18px;
    }

    .quote{
        font-size: 18px;
    }

    .join{
        font-size: 18px;
    }
}

@media only screen and (max-width:900px) {
    .footer{
        flex-wrap: wrap;
        gap: 2rem;
        justify-content: flex-start;
    }
    
}


@media only screen and (max-width:768px){
    .head{
        padding: 5rem;
    }

    .food{
        flex-direction: column;
    } 
    .food-pic-container,
    .food-word {
        width: 100%;
    }

    .food-pic{
        padding: 13rem;
    }

    .footer{
        gap: 5rem;
    }
}

@media only screen and (max-width: 600px){
    .quote{
        align-items: flex-start;
    }
}

@media only screen and (max-width:500px){
    .head{
        padding: 3rem;
        gap: 3rem;
    }

    .logo{
        width: 200px;
    }

    .head-left-text{
        font-size: 18px;
    }

    .head-right{
        gap: 1.5rem;
    }
    
    .goals{
        flex-direction: column;
        gap: 1rem;
    }

    .goals-container-text{
        width: 100%;
    }
    
    .goals-container{
        font-size: 16px;
    }

    .food-word{
        font-size: 16px;
        padding: 2rem;
    }

    .quote{
        font-size: 16px;
    }

    .footer{
        gap: 3rem;
    }
}

@media only screen and (max-width: 450px){
    .join p{
        display: block;
        text-align: center;
    }
}

@media only screen and (max-width: 420px){
    .food-pic{
        padding: 7rem;
    }
    .payments{
        gap: 0.5rem;
    }
}