/*all html */
*, html {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: Vazir;
    src: url('../fonts/Vazir-Regular.eot');
    src: url('../fonts/Vazir-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Vazir-Regular.woff2') format('woff2'),
    url('../fonts/Vazir-Regular.woff') format('woff'),
    url('../fonts/Vazir-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: Vazir;
    direction: rtl;
}

.menu-item{
    list-style: none;
}
.menu a{
    text-decoration: none;
}
.menu{
    background-image: url("../images/00/01.png");
    height:10vh;
    background-position: center center;
    background-size: cover;
}
.logo{
    transform: translateY(4px);
    height: 60px;
    width: 70px;
}
header{
    background-image:linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url("../images/2.png");
    height: 100vh;
    background-position: center center;
    background-size: cover;
}
#free{
    background-image: url("../images/00/03.png");
    height:40vh;
    background-position: center center;
    background-size: cover;
}
.logo2{
    height:200px;
    width: 250px;
    transform: translateX(400px);
}
#brand{
    background-image: url("../images/00/04.png");
    height:100vh;
    background-position: center center;
    background-size: cover;
}
#menu-cofee{
    background-image: url("../images/00/05.png");
    height:100vh;
    background-position: center center;
    background-size: cover;
}



    #video{
        background-image: url("../images/00/09.gif");
        height:100vh;
        background-position: center center;
        background-size: cover;
    }
    .vid{
        padding-top: 50px;
    }
    footer{
        background-image: url("../images/00/07.png");
        height:40vh;
        background-position: center center;
        background-size: cover;
    }

#menu-shobe{
    background-image: url("../images/old-wall-background-with-stained-2063048.jpg");
    height:100vh;
    background-position: center center;
    background-size: cover;
}

#map{ padding-right: 30px;
    background-image: url("../images/old-wall-background-with-stained-2063048.jpg");
    height:70vh;
    background-position: center center;
    background-size: cover;
}



