@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700&display=swap');



*{
  font-family: 'Roboto', sans-serif;
  margin: 0; padding: 0;
  box-sizing: border-box;
  outline: none; border: none;
  text-decoration: none;
  
  transition: .2s linear;

}

html{
  font-size: 60%;
  overflow-x: hidden;
  scroll-behavior: smooth;
  scroll-padding-top: 4rem;
  font-size: 15px;
  
}

html::-webkit-scrollbar{
  width: 1rem;
}

html::-webkit-scrollbar-track{
  background: transparent;
}

html::-webkit-scrollbar-thumb{
  background: whitesmoke;
  border-radius: 1rem;
}


.btn{
  

  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #545454;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  background-color:#cda043;
  border-radius: 50%;
}
.btn a{
  color:black;
  font-size: 15px;
}
.bg-light{
  color: #cda043;
}
.arabic {
  direction: rtl;
  text-align: right;
}
.section{
  width:100%;
}
/* Styles for English language */
.english {
  direction: ltr;
  text-align: left;
}




/* header */

.header2{
	position:absolute;
  
  top: 0; left: 0; right: 0;
  z-index: 1000;
  
  
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2rem 9%;
  background-color:#333333;
  
}

.header2 .logo{
 height:100px;
 width:150px;
}



.header2 .navbar a{
  font-size: 2rem;
  color: #cda043;
  margin: 0 1.6rem;
  text-decoration:none;
  font-size: 20px;
  
 
}

.header2 .navbar a:hover{
  color:white;
}

.header2 .icons div{
  font-size: 1rem;
  margin-left: 1.7rem;
  cursor: pointer;
  color: var(--black);
}

.header2 .icons div:hover{
  color: var(--main);
}

#menu-btn{
  display: none;
}


.active{
	
	background-color:white;
	border-radius:5px;
	color:#cda043;
	text-decoration:none;
}
.active:hover{
	
	
	border-radius:5px;
	color:#cda043;
	text-decoration:none;
  background-color:#cda043;
}



.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: transparent;
align-items: center;
text-align: center;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  
}

.dropdown.active .dropdown-content {
  display: block;
}
@media (max-width: 1023px){

  #menu-btn{
    display: inline-block;
    color:white;
    
  }

  .header2 .navbar{
    position: absolute;
    top: 99%;
    left: 0; right: 0;
	display: block;
    background:#333333 ;
    border-top: .1rem solid var(--main);
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  }

  .header2 .navbar.active{
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }

  .header2 .navbar a{
    display: block;
    margin: 2rem;
align-items:center;
text-align:center;
    font-size: 1.5rem;
  }
  .dropdown {
    position: relative;
    display:block;
    text-align:center;
  }
  
  .dropdown-content {
    display: none;
    position: relative;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }
  
  .dropdown.active .dropdown-content {
    display: block;
    
  }
  .dropdown-content:hover {
   
    color: #cda043;
   
  }
}
.about{
  padding-top: 150px;
  background-image: url(../img/OIP.jpg);
  
}
.img-fluid{
  animation: drop-down 2s ease-in-out;
}

.about2{
  height:300px;
  width:400px;
}



.products{
  background-image: url(../img/OIP.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

#topping{
  margin:20px;
  padding-top: 150px;
  position:sticky;
}
#topping>h2{
  text-align:center;
  font-size:2rem;
}
.category1{
 
}
.category1 h1{
  padding-left: 50px;
  color: #cda043;
  font-size: 25px;
}
.container{
  width:100vw;
  display:flex;
  justify-content:space-around;
  flex-wrap:wrap;
  padding:40px 20px;
  gap:30px;
  
}
.card{
  display:flex;
  flex-direction:column;
  width:400px;
  margin-bottom:60px;
  animation: drop-down 2s ease-in-out;
}
.card>div{
  box-shadow:0 15px 20px 0 rgba(0,0,0,0.5);
}
.card-image{
  width:400px;
  height:250px;
}
.card-image>img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:bottom;
}
.card-text{
  margin:-30px auto;
  margin-bottom:-50px;
  height:150px;
  width:300px;
  background-color:#1D1C20;
  color:#fff;
  padding:20px;
}
.card-meal-type{
  font-style:italic;
}
.card-title{
  font-size:1.5rem;
  margin-bottom:20px;
  margin-top:5px;
}
.card-body{
  font-size:1.2rem;
}



.gallery{
  height:100px;
  width:100px;
  
  border: 5px solid #cda043;
}

.horizontal-line {
  width: 50%; 
    height: 4px; 
    background-color: #333; 
    margin: 0 auto;
}





@keyframes drop-down {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}




 