@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;1,100&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500&display=swap');

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

body{
    color: dimgrey;
    font-family: Lato;
    height: 100vh;
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* .logo{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    background-color: white;
    z-index: 1000;
    padding: 10px 0;
    
} */
.logo {
    text-align: center;
    position: fixed;
    top: 0;
    padding: 5px 0; /* تقليل المساحة العلوية والسفلية */
    width: 100vw;
    z-index: 2;
    background-color: white;

}
.logo h1{
    font-family: 'Times New Roman', Times, serif;
    font-size: 110px;
    font-weight: 500;
    color: dimgray;
}

.logo a:link{
    text-decoration: none;
}

.logo a:hover{
    text-decoration: none;
}

.logo a:visited{
    text-decoration: none;
}

.logo a:active{
    text-decoration: none;
}

.home_logo{
    text-align: center;
    margin-top: 100px;
    padding: 20px;
    width: 100vw;
    z-index: 2;
}

.home_logo h1{
    font-family: 'Times New Roman', Times, serif;
    color:  #282728;
    font-size: 380px;
    font-weight: 500;
}

.welcome{
    text-align: center;
    font-size: 60px;
    top: 15px;
    padding: 10px;
}

.links_logo{
    text-align: center;
    margin-top: 20px;
    padding: 10px;
    width: 100vw;
    z-index: 2;
}

.links_logo h3{
    font-family: 'Times New Roman', Times, serif;
    color:  #282728;
    font-size: 280px;
    font-weight: 500;
}

.main_btns{
    margin-top: 30px;
    text-align: center;
}

.main_btn{
  
    background-color: #282728;
    background-image: linear-gradient(-45deg, #282728, #282728, gray);
    border-radius: 60px;
    padding: 0px 30px;
    transition: background-color 0.2s, opacity 2s;
}

.main_btn:active{
    background-image: linear-gradient(-45deg, gray, lightgray);
}

.main_btn a{
    text-decoration: none;
}

.main_btn p{
    color: white;
    text-align: center;
    font-size: 60px;
    padding: 10px 30px;
    margin: 25px 0px;
}

.delivery{
    text-align: center;
    font-size: 60px;
    top: 15px;
    
}

.delivery_logo{
    text-align: center;
    margin-top: 50px;
    padding: 20px;
    width: 100vw;
    z-index: 2;
}

.delivery_logo h1{
    font-family: 'Times New Roman', Times, serif;
    color:  #282728;
    font-size: 350px;
    font-weight: 500;
}

.delivery_logo a{
    text-decoration: none;
}

.delivery_btn{
    text-align: center;
    background-image: linear-gradient(-45deg,  rgb(224, 190, 103), goldenrod, goldenrod);
    margin: 15px 0px 50px 0px;
    border-radius: 60px;
    transition: background-color 0.2s, opacity 2s;
}

.delivery_btn a{
    text-decoration: none;
}

.delivery_btn:active{
    background-image: linear-gradient(45deg,  rgb(224, 190, 103), goldenrod, goldenrod);
}

.delivery_btn p{
    color: white;
    text-align: center;
    font-size: 60px;
    padding: 2px 30px;
    margin: 10px 0px;
}

.nav{
    position: fixed;
    top: 320px; left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    overflow: auto;
    z-index: 1;
    width: 100vw;
    background-color:white;
    box-shadow: 0 10px 20px 5px rgba(0,0,0,.1);
}

.nav::-webkit-scrollbar {    display: none;}

.nav a {
    text-decoration: none;
    color: dimgray;
}


.active{
    color: goldenrod;
    text-decoration: none;
    transition: color 2s;
}

.active img{
    border: 5px solid goldenrod;
    opacity: 1;
    transition: opacity 1s;
}

.active .nav-title{
    color: goldenrod;
    text-decoration: none;
    transition: color 0.2s;
}

.nav-container{
    padding: 30px 10px 50px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
}

.nav-box{
    width: 230px;
    height: 265px;
    padding: 0px 5px;
    margin: 10px;
    display: flex;
    flex-direction: column;
}

.nav-img{
    width: 230px;
    height: 230px;
    border-radius: 50%;
    border: 5px solid lightgray;
    opacity: 0.8;
}

.nav-title{
    font-family: 'Lato', Geneva, Verdana, sans-serif;
    font-weight: 600;
    font-size: 25px;
    text-align: center;
    text-transform:uppercase;
    padding-top: 10px;
}

.language__button{
    display: flex;
    margin: 10px;
}

button{
    margin-right: 7px;
    background-color: whitesmoke;
    color: gray;
    border-radius: 20px;
    border-color: gray;
    border-width: thin;
    padding: 2px 12px;
    transition: background-color 0.2s, color 0.3s;
}

button:active{
    background-color: darkgray;
    color: white;
}

#langEn{
    display: block;
    position: relative;
    top: 490px;
}
#langAr{
    display: none;
    position: relative;
    top: 440px;
}

#breakfast{
    display: block;
}
html {
    scroll-padding-top: 340px;
}
.menu__block {
    display: none;
    margin-top: 310px; 
}
.menu__block.activeItem {
    display: block;
}



.menu__item{
    background-color: #fff;
    max-width: 100vw;
    border-radius: 12px;
    box-shadow: 0 10px 20px 5px rgba(0,0,0,.1);
    display: flex;
    padding: 10px;
    margin: 10px 5px;
    z-index: -1;
    transform: translateX(-400%);
        opacity: 0;
    transition: all 0.4s ease;

}

.menu__item.show {
    opacity: 1;
    transform: translateY(0);
}
.item__hero{
    flex: 0 1 40%;
    display: block;
}

.item__img{
    width: 100%;
    border-radius: 6px;
}

.item__content{
    flex: 0 1 60%;
    background-color: white;
    padding-left: 40px;
    padding-right: 30px;
    display: flex;
    flex-direction: column;
    justify-content:space-evenly;
}

.item__name h1{
    font-family: Lato;
    font-size: 30px;
    text-transform:uppercase;
    text-align: center;
}

.item__discription{
    font-family: Lato;
    font-size: 25px;
    text-transform: lowercase;
}

.item__discription--extras{
    font-family: Lato;
    font-size: 22px;
    text-transform: lowercase;
}


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

.item__tag{
    flex: 0 1 50%;
    font-family: Lato;
    font-size: 18px;
    text-transform:uppercase;
    color: white;
    text-align: center;
    font-weight: 600;
    background-color: goldenrod;
    padding: 2px 3px 4px 3px;
    border-radius: 20px;
}

.v60__discription{
    font-family: Lato;
    font-size: 22px;
    text-transform: lowercase;
}

.v60__feature{
    font-family: Lato;
    font-size: 15px;
    text-transform:uppercase;
    padding-right: 10px;
}


.v60__tags{
    display: flex;
    justify-content:space-evenly;
    font-family: Lato;
    font-size: 12px;
    text-transform: uppercase;
    padding-right: 10px;
}

.v60__ar{
    padding-right: 0;
    padding-left: 10px;
}


.hot--cold{
    display: flex;
    align-items: center;
    justify-content: center;
}

.off{
    opacity: .2;
}

.item__price{
    font-family: Lato;
    font-size: 22px;
    color: goldenrod;
    text-align: right;
    font-weight: 600;
}

.item__vat{
    font-family: Lato;
    font-size: 12px;
    text-align: right;
    font-weight: 200;
}

.ar{
    text-align: right;
}

.coffee{
    transform: translateX(-400%);
}

.show{
    transform: translateX(0);
    transition: transform 0.7s ease;
}


.coffee__name{
    font-size: 16px;
    margin-bottom: 0px;
}

.coffee__name--ar{
    font-size: 16px;
    text-align: right;
} 

.coffee__features,
.coffee__features--1{
    display: flex;
    justify-content:flex-start;
    text-transform: uppercase;
    font-size: 15px;
    margin-bottom: 0px;
}

.coffee__features--1{
    margin-bottom: 0px;
} 

.ar--coffee__features,
.ar--coffee__features--1{
    display: flex;
    justify-content:flex-end;
    text-transform: uppercase;
    font-size: 15px;
    margin-bottom: 0px;
}

.ar--coffee__features--1{
    margin-bottom: 0px;
}

.coffee__feature{
    padding-right: 10px;
    padding-left: 0px;
}



.coffee__discription{
    font-size: 22px;
    margin-bottom: 0px;
    text-align: justify;
}

.coffee__discription--ar{
    font-size: 20px;
    margin-bottom: 0px;
    text-align: justify;
    direction: rtl;
}

.coffee__notes{
    font-size: 12px;
    text-transform: uppercase;
    text-align: justify;
    display: flex;
}

.coffee__notes--ar{
    font-size: 15px;
    text-transform: uppercase;
    display: flex;
    justify-content: flex-end;
}

.coffee__details{
    display: flex;
    margin-top: 0;
}

.coffee__details--ar{
    display: flex;
    margin-top: 0;
    justify-content: flex-end;
}

.coffee__detail{
    font-size: 12px;
    text-transform: uppercase;
    margin-right: 10px;
    display: flex;
    align-items: center;
}

.coffee__detail--ar{
    font-size: 15px;
    text-transform: uppercase;
    margin-left: 10px;
    display: flex;
    align-items: center;
}


footer{
    margin-top: auto;
    color: gray;
    font-size: 20px;
}

footer a:link{
    color: #fe6a9c;
    text-decoration: none;
}

footer a:hover{
    color: #fe6a9c;
    text-decoration: none;
}

footer a:visited{
    color: #fe6a9c;
    text-decoration: none;
}

footer a:active{
    color: #fe6a9c;
    text-decoration: none;
}


.tc{
    max-width: 90vw;
    margin: 10px 20px 10px 20px;
    font-size: 40px;
    
}

.tc_eng{
    text-align: left;
}

.tc_ar{
    text-align: right;
}

ul{
    margin-left: 40px;
    margin-right: 40px;
}
