@font-face {
    font-family:"mainFont" ;
    src: url(../../fonts/IRANSansM.ttf);
}

.container{
    width: 1200px;
    margin: auto;
}
.overly{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    
    background-color:  rgba(39, 20, 4, 0.5);
}
.header-desc{
    color: white;
    position: absolute;
    top: 40%;
    right: 0;
    left: 0;
    text-align: center;
}
.header-desc h1{
    font-size: 50px;
}
.header-desc p{
    font-size: 20px;
}
body{
    font-family: "mainFont";
    
    margin: 0;
    padding: 0;
}
input{
    font-family: 'mainFont';
}
ul,li{
    margin: 0;
    padding: 0;
}
header{
    background-image: url('../images/file_00000000b7f88210bd1186f950838b43.png');
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    position: relative;
}

header nav{
    z-index: 1;
    position: fixed;
    background-color: rgba(192, 120, 62, 0.6);
    width: 100%;
    height: 80px;
}
header nav ul{
    width: 50%;
    height: 100%;
    float: right;
}
header nav ul li{
    display: inline-block;
    margin: 0px 10px 0px 10px;
    line-height: 4;
}
header nav ul li a{
    text-decoration: none;
    color: white;
    font-size: 20px;
}
header nav .logo{
    width: 50%;
    float: right;
    text-align: left;
    height: 100%;
}
header nav .logo img{
    width: 80px;
    margin-top: 7px;
}

/* our story css*/

#our-story{
    width: 100%;
    height: 450px;
    padding: 100px 0px;
}

#our-story .story-des{
    width: 50%;
    float: right;
    text-align: center;
    color:rgb(137, 84, 41); 
}
#our-story .story-des h1{
    font-size: 30px;
    margin-top: 100px;
}
#our-story .story-des p{
    font-size: 18px;
    line-height: 30px;
    margin-top: 25px;
    width: 550px;
    margin: auto;
}
#our-story .story-img{
    width: 50%;
    float: right;
   
}
#our-story .story-img img{
    width: 600px;
    border-radius: 10px;
    height: 600px;
}
/* sweet */

#sweet{
    width: 100%;
    height: 300px;
    padding: 100px 0px;
    background-image: url('../images/file_000000002d2081f484e2f3e333166946.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
}
.sweet-des{

    text-align: center;
    margin-top: 150px;
}
.sweet-des h1{
    font-size: 50px;
    color: white;
}
.sweet-des p{
    
    font-size: 18;
    line-height: 30px;
    color: white;
    width: 650px;
    margin: auto;
}
/* menu */

#menu{
    width: 100%;
    height: 350px;
    padding: 100px 0px;
}

.menu-des{
    width: 50%;
    float: right;
    text-align: center;
}
.menu-des h1{
    font-size: 40px;
    
}
.menu-des p{
    font-size: 20px;
    width: 500px;
    margin: auto;
    line-height: 2;
    margin-bottom: 20px;
}

.menu-des a{
    text-decoration: none;
    color: black;
    font-size: 16px;
    border-bottom: 2px solid rgb(208, 48, 48);
}

.menu-img{
   
    width: 50%;
    float: right;
}
.menu-img ul{
    width: 100%;
    list-style: none;
}
.menu-img ul li{
    width: 50%;
    float: right;
    text-align: left;
    margin-bottom: 10px;
}
.menu-img img{
    
   width: 95%;
   height:50%;
   border-radius: 5px;
    
}
/* hot */

#hot{
    width: 100%;
    height: 200px;
    padding: 100px 0px;
    background-image: url('../images/IMG_20260919_2985505432_351.png');
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    position: relative;
}

#hot .hot-des{
    width: 100%;
    text-align: center;
    color: white;
    margin-top: 100px;
}

#hot .hot-des h1{
    font-size: 60px;
    margin-bottom: 0;
}

#hot .hot-des p{
    font-size: 30px;
    width: 500px;
    margin: auto;

}

/* delight */

#delight{
    width: 100%;
  padding: 100px 0px;
  overflow: auto;
}
.delight-des{
     color:rgb(137, 84, 41); 
    width: 50%;
    float: right;
    text-align: center;
    margin-top: 50px;
   
}
.delight-des h1{
    font-size: 50px;

}
.delight-des p{
    font-size: 18px;
    width: 400px;
    margin: auto;
    margin-top: 20px;
    line-height: 40px;
}
.delight-img{
    width: 50%;
    float: left;
    text-align: center;
}

.delight-img  img{
    width: 100%;
    height: 100%;
    margin: 0px 20px;
    border-radius: 10px;
}
/* footer */
#footer{
    width: 100%;
    padding: 100px 0px;
    overflow: auto;
    background-color: rgb(137, 84, 41);
}
.footer{
    width: 100%;
    text-align: center;
    
    color: white;
}

.footer h2{
    font-size: 30px;
    margin-bottom: 30px;
}    
.footer p{
    font-size: 17px;
    width: 500px;
    margin: auto;
    line-height: 30px;
}
#footer .content-us{
    width: 60%;
    margin-top: 50px;
    color: #fff;
    margin: auto;
    text-align: center;
}
#footer .content-us .social{
    width: 50%;
    float: right;
}
#footer .content-us .news-latter{
    
    width: 50%;
    float: right;
}
#footer .content-us .news-latter h4{
   margin-bottom: 0;
}
#footer .content-us .news-latter input{
    margin-top: 10px;
    padding: 10px;
    border-radius: 7px;
}
#footer .content-us .news-latter button{
    width: 80px;
    height: 40px;
    margin-top: 15px;
    background-color: #fff;
    font-family: "mainFont";
    border: none;
    border-radius: 10px;
}
#footer .content-us .news-latter button:hover{
    background-color: rgb(137, 84, 41);
    border: solid 2px #fff;
    color: white;
}
#footer .content-us .social ul{
    width: 100%;
    margin-top: 20px;
    list-style: none;
    
}
#footer .content-us .social ul li{
    display: inline-block;
    margin: 0 10px;
}
#footer .content-us .social ul li a{
    color: white;
}
#footer .content-us .social ul li a svg{
    font-size: 30px;
}