
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap');

*
{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}


body{
    font-family: "Quicksand", sans-serif;
}
#navbar img{
    width: 80px;
  
}
#navbar{
    
    margin-right: 50px;
    align-items: center;
    width:100%;

    display: flex;
    justify-content: space-between;
}

#navbar ul{
    padding-right: 50px;
    list-style: none;
    direction: none;
    display: flex;
    
}
#navbar ul li a{
    text-decoration: none;
    color:#fff;
    padding: 20px;
    justify-content: center;
}
#navbar ul li a:hover{
    border-bottom:2px solid yellow;
}
header{
    height: 100vh;
    background: url('./img/home_bg.jpeg') center center/cover no-repeat ;
position: relative;
   
}
header .contant{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 75vh;
}
header .contant h1{

    font-size: 40px;
    color: #fff;
}
header .contant p{
margin: 20px 0 20px;
color: #fff;
}
.primary-tixt {
    color: #e4b95b;
}
.btn{
    display: inline-block;
    padding: 15px 30px;
    border: none;
    border-radius: 15px;
}
.btn-primary{
    color :#fff;
    border: 1px solid #fff;
    text-decoration: none;
}
.btn-socandry{
    color :#fff;
    background: #383848;
    margin-top: 2rem;
}
.btn-primary:hover{
    color :rgb(14, 13, 13);
    background-color: #fff;
 }
 .btn-socandry:hover{
    color :rgb(14, 13, 13);
    background-color:#e4b95b;
 }
 .container{
     max-width: 1100px;
     margin: auto;
 }
header::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width:  100%;
    background: rgba(0, 0, 0, 0.6);
}
header *{
    z-index: 10;
}
#about{
    height: 80vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f4f4f4;
}
#about .title ,
#offers .title,
#menue .title {
    text-align: center;
    margin-bottom: 4rem;
}
#about .h1,
#offers .h1,
#menue .h1
{
    font-size: 40px;
    margin-bottom: 20px;
}
#about .h1
#menue  .h1{
    color:#363699;
}
#about .title p,
#menue .title p ,
#offers .title p
{
    font-size: 14px;
    color:#9a9a9a;
    font-weight: 600;

}
#about .about-contant{
    display: flex;
    justify-content: space-between;
}
#about .about-contant img{
    width: 450px;
}
#about .about-contant p{
    color: #9a9a9a;
    margin-right: 7rem;
    font-weight: 500;
    line-height: 1.6;
}
#about .about-contant a{
    text-decoration: none;

}
#offers {
    height: 80Vh;
    display: flex;
    justify-content: center;
    background: url('./img/offer-background.jpg') center center/cover fixed;
}
#offers h1{
    color:#e4b95b;
}
#offers .title p{
    color: #fff;
    font-weight: 500;
}
#offers  .offers-items{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    
}
#offers .offers-items img{
    width: 200px;
}

#offers  .offers-items h3{
    font-size: 25px;
    margin: 15px,0;
}
#offers  .offers-items p {
    font-size: 14px;
    padding: 0 ,20px;
    font-weight: 300;
    margin-bottom: 15px;
}
#offers  .offers-items span {
    font-size: 18px;
    font-weight: 600;
    margin-left: 5px;
}
#offers  .offers-items del {
    color:red;
    font-size: 14px;
}
.primary-text1{
    COLOR:#e4b95b;
}
#menue{
    
    background: #f4f4f4;
    padding: 5rem 0;
} 
#menue .menue-items{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f4f4f4;
   
}
#menue .menue-items .menue-item{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 40px;
}
#menue .menue-items .menue-item img{
    width: 80px;
    border-radius: 50%;
    margin-right: 20px;
}
#menue .menue-items .menue-item h1{
    color:#383848;
border: 1px dashed #f4f4f4;
display: flex;
justify-content: space-between;

}
#daytime{

    background: url('./img/daytime_bg.jpeg') center center/cover fixed no-repeat;
    color: #fff;
    text-align: center;
}
#daytime .daytime-items {
    display:inline-flex;
    justify-content: center;
    padding-right: 90px;
    align-items: center;
    height: 40vh;

}
#gallery{
    padding: 4rem 0;
    background: url('./img/offer-background.jpg') center center/cover fixed;
}
#gallery .img-gallery img {
    width:280px;
    height: 200px;
    border-radius: 15px;
    margin: 20px;

}
#gallery .container{
    display: flex;
    flex-direction: column;
    align-items: center;
}

#gallery h1{
color: #f4f4f4;
}
#contact{
    padding:5rem 0;
    background: #f4f4f4;
}
#contact .container{
    max-width: 700;
}
#contact .contact-containt {
    display: flex;
    justify-content: space-evenly;
}
#contact .contact-containt .contact-lift{
    width: 50%;
}
#contact .contact-containt .contact-lift div{
    margin: 45px 0;
    line-height: 1.7;
}
#contact .contact-containt .contact-lift h3{
    font-size: 28px;
    color:#383848;
    margin-bottom: 10px;
}
#contact .contact-containt .contact-lift p{
    font-size: 16px;
    color:#9a9a9a;
    
}
#contact .contact-containt .contact-lift i{
    font-size: 20px;
    color:#e4b95b;
    margin-right: 7px;
}
#contact .contact-containt .contact-lift a i{
    color:#fff;
    background: #383848;
    padding: 15px;
    font-size: 20px;
    border-radius: 50%;

}
#contact .contact-containt .contact-lift a i:hover
{
    color:#000;
    background: #e4b95b;
    border-radius: 45%;
}
#contact .contact-containt .contact-right{
    width: 50%;
    margin: 20px 0;
    padding: 30% 10;

}

form input ,textarea{
    display: block;
    width: 100%;
    padding: 30px 10px;
    margin: 20px 0;
    border: none;
    background-color: #e3e2dd;
}
#footer{
    height: 10vh;
    background-color: black;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}