* {
    margin: 0;
    padding: 0;
}

/*--font--*/
@font-face {
    font-family: IRANSans;
    src: url("../font/WebFonts/fonts/eot/IRANSansWeb.eot");
    src: url("../font/WebFonts/fonts/ttf/IRANSansWeb.ttf");
    src: url("../font/WebFonts/fonts/woff/IRANSansWeb.woff");
    src: url("../font/WebFonts/fonts/woff2/IRANSansWeb.woff2");
}

/*--end font--*/
/*--slider--*/
.slide {
    background: url("../pic/banner.png") center center no-repeat;
    background-size: cover;
    width: 100%;
    height: 100vh;
}

.slide h1 {
    font-family: 'Satisfy', sans-serif;
    font-size: 80px;
    color: #FFB03B;
    margin: 0 auto;
    position: relative;
    top: 100px;
    text-shadow: 2px 2px 5px black;
}

.slide h2 {
    font-family: 'Satisfy', sans-serif;
    font-size: 30px;
    color: #FFB03B;
    margin: 0 auto;
    position: relative;
    top: 150px;
    text-shadow: 2px 2px 5px black;
}

/*--end slider--*/

/*--nav--*/
.bg-black {
    background: linear-gradient(to bottom, #000000 0%, rgba(0, 0, 0, 0.39) 100%);
    box-shadow: 5px 5px 5px 2px rgba(0, 0, 0, 0.66);
}

.collapse .navbar-nav .nav-item .nav-link {
    font-family: 'Satisfy', sans-serif;
    font-size: 20px;
    color: #FFB03B;
    transition: all 0.5s linear;
}

.collapse .navbar-nav .nav-item .nav-link:hover {
    color: white;
}

.navbar-brand img {
    width: 50px;
    height: 50px;
    margin-left: 50px;
}
/*--/nav--*/

/*--about--*/
.about {
    background: url("../pic/about.jpg") top center no-repeat;
    background-size: cover;
    width: 100%
}

.about .img1 {
    width: 50%;
    height: 220px;
    border: 5px inset #FFB03B;
    margin-bottom: 50px;
}

.about h1 {
    font-family: 'Satisfy', sans-serif;
    font-size: 50px;
    color: #FFB03B;
    padding-top: 50px;
    margin-bottom: 30px;
    text-shadow: 2px 2px 5px black;
}

.about .img {
    width: 100px;
    height: 100px;
    margin-bottom: 20px;
}

.about p {
    font-family: IRANSans;
    color: black;
    background-color: rgba(255, 176, 59, 0.69);
    border-radius: 10px;
}

/*--/about--*/
/*--gallery--*/
.gallery {
    background: url("../pic/123.png") center center no-repeat;
    background-size: cover;
    width: 100%;
    height: auto;
}

.gallery h1 {
    font-family: 'Satisfy', sans-serif;
    font-size: 50px;
    color: white;
    padding-top: 50px;
    text-shadow: 2px 2px 5px black;
}

/*--/gallery--*/

/*--about2--*/
#about2 {
    background: url("../pic/aabout2.jpg") top center no-repeat;
    background-size: cover;
    width: 100%;
    padding-top: 80px;
    padding-bottom: 80px;
}

.about2 img {
    width: 30px;
    height: 30px;
}

.about2 p {
    font-family: 'Satisfy', sans-serif;
    font-size: 30px;
    color: black;
    text-shadow: 2px 2px 5px orange;
    display: inline-block;
}


/*--/about2--*/

/*--footer--*/
.footer {
    background: url("../pic/footer3.jpg") top center no-repeat;
    background-size: cover;
    width: 100%;
    height: auto;
}

.footer .pic1 {
    width: 40px;
    height: 40px;
    margin-top: 30px;
    margin-right: 30px;
    transition: all 1s ease;
}

.footer .pic1:hover {
    transform: rotate(180deg);
}

.footer .pic2 {
    width: 45px;
    height: 45px;
    margin-top: 30px;
    margin-left: 30px;
    transition: all 1s ease;
}

.footer .pic2:hover {
    transform: rotate(180deg);
}

.footer h1 {
    font-family: 'Satisfy', sans-serif;
    font-size: 50px;
    color: #FFB03B;
    margin-top: 50px;
}

.footer h4 {
    font-family: 'Satisfy', sans-serif;
    font-size: 20px;
    color: white;
    margin-top: 50px;
    margin-bottom: 30px;
}

.footer h4 a {
    font-family: 'Satisfy', sans-serif;
    font-size: 20px;
    color: hotpink;
    margin-top: 50px;
}

.footer h4 a:hover {
    text-decoration: none;
}

/*--/footer--*/

/*--gallery page--*/

/*--gallery--*/
.gallery1 {
    background: linear-gradient(to left, #ffb03b 0%, #000000 100%);
}

.gallery1 .container {
    margin-top: 100px;
    margin-bottom: 50px;
}

.box8 .icon, .box8 .title {
    margin: 0;
    position: absolute
}

.box8 {
    box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}

.box8 img {
    width: 100%;
    height: 300px;
}

.box8 .box-content {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    transform: perspective(400px) rotateX(-90deg);
    transform-origin: center top 0;
    transition: all .5s ease 0s
}

.box8 .icon li a, .box8 .title {
    background: #FFB03B;
    font-size: 20px;
    color: #fff
}

.box8:hover .box-content {
    opacity: 1;
    transform: perspective(400px) rotateX(0)
}

.box8 .title {
    padding: 5px 7px;
    border-radius: 5px;
    font-weight: 600;
    bottom: 20px;
    left: 20px;
    transition: all .9s ease 0s
}

.box8 .icon li a, .box9 .box-content, .box9 .icon li, .box9 img {
    transition: all .35s ease 0s
}

.box8:hover .title {
    bottom: -40px
}

.box8 .icon {
    list-style: none;
    padding: 0;
    top: 42%;
    left: 0;
    right: 0
}

.box8 .icon li a {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    margin-right: 7px
}

.box9 .icon, .box9 .title {
    width: 100%;
    font-size: 22px
}

.box8 .icon li a:hover {
    background: #fff;
    color: #000
}

@media only screen and (max-width: 990px) {
    .box8 {
        margin-bottom: 20px
    }
}

.gallery1 .box-content {
    color: white;
    font-size: 12px;
    font-family: IRANSans;
    padding: 10px;
}

.gallery1 .box8 h3 {
    font-family: IRANSans;
    font-size: 15px;
}

.gallery1 button a {
    color: white;
    font-family: 'Satisfy', sans-serif;
    font-size: 25px;
}

.gallery1 button a:hover {
    text-decoration: none;
}

/*--/gallery--*/
/*--/gallery page--*/

/*--menupage--*/
#our_menu{
    background: linear-gradient(to left, #ffb03b 50%, #000000 100%);
    font-family: 'Satisfy', sans-serif;
}
#our_menu .nav{
    direction: rtl;
    font-family: IRANSans;
}
.page_title {
    padding: 30px 0px;
}
.page_title h1 {
    color: white;
    font-weight: 700;
    line-height: 2;
    margin-bottom: 0;
    position: relative;
    text-transform: capitalize;
}
.page_title h1::before {
    background: darkorange;
    width: 70px;
    height: 2px;
    position: absolute;
    content: '';
    top: 90%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.page_title h1::after {
    position: absolute;
    content: '';
    background: #c0392b;
    width: 30px;
    height: 2px;
    top: 90%;
    left: 50%;
    transform: translate(-50%, -50%);
}
/*Menu starts*/
.menu_tab {
    margin: 0 auto;
    justify-content: center;
}
.nav-item {
    display: inline-block;
    text-align: center;
}
.nav-tabs .nav-link{
    transition: .3s;
}
.nav-tabs .nav-link.active {
    background: darkorange;
    color: #fff;
    font-weight: 700;
    border: 1px solid darkorange;
    text-transform: capitalize;
}
.nav-link {
    color: #000;
}
.nav-tabs .nav-link:hover {
    background: darkorange;
    color: #fff;
    border: 1px solid darkorange;
}
.single_menu {
    position: relative;
    margin-bottom: 75px;
    transition: .3s;
}
.single_menu:hover img{
    -webkit-clip-path: polygon(0% 0%, 100% 0, 100% 50%, 100% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 100% 0, 100% 50%, 100% 100%, 0% 100%);

}
.single_menu img {
    width: 33%;
    position: absolute;
    height: 140px;
    -webkit-clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
    transition: .3s;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.menu_content {
    padding-left: 50px;
    padding-right: 50px;
    width: 80%;
    font-weight: 300;
    border-bottom: 1px dashed whitesmoke;
    line-height: 2;
    text-transform: capitalize;
    margin: 0 auto;
}
.tab-content{
    direction: rtl;
}

.menu_btn.btn.btn-danger {
    margin: 0 auto;
    display: block;
    width: 140px;
}
/*Menu ends*/
.menu_btn.btn.btn-danger {
    margin: 0 auto;
    display: block;
    width: 140px;
}
.menu_content h4  {
    font-size: 18px;
    text-align: right;
    font-family: IRANSans;
    color: white;
}
.menu_content h4 span {
    font-size: 18px;
    font-weight: 800;
    font-style: italic;
    color: goldenrod!important;
    float: left;
}
.menu_content p {
    font-size: 15px;
    font-family: IRANSans;
    color: goldenrod!important;
    text-align: right;

}
.btn.btn-danger {
    background: #c0392b;
    border: 1px solid #c0392b;
    transition: .3s;
    position: relative;
    z-index: 1;
    text-transform: capitalize;
    font-weight: 700;
    overflow: hidden;
    padding: 15px 25px;
}
.btn.btn-danger::before {
    position: absolute;
    content: '';
    background: #e74c3c;
    width: 100%;
    height: 100%;
    left: -100%;
    top: 100%;
    transition: .3s;
    z-index: -1;
}
.btn.btn-danger:hover:before{
    top: 0;
    left: 0;
}
#breakfast{
    background: url("../pic/breackfast.jpg")center center no-repeat;
    background-size: cover;
}
#appetizer{
    background: url("../pic/pishghaza.jpg")center center no-repeat;
    background-size: cover;
}
#assembly{
    background: url("../pic/majlesi.jpg")center center no-repeat;
    background-size: cover;
}
#traditional{
    background: url("../pic/sonati.jpg")bottom center no-repeat;
    background-size: cover;
}
#meat{
    background: url("../pic/kabab.jpg")center center no-repeat;
    background-size: cover;
}
#stew{
     background: url("../pic/khoresht.jpg")center center no-repeat;
     background-size: cover;
 }
#cutlet{
    background: url("../pic/kotlet.jpg")bottom center no-repeat;
    background-size: cover;
}
#rice{
    background: url("../pic/polo.jpg")center center no-repeat;
    background-size: cover;
}
#dessert{
    background: url("../pic/dessert.jpg")center center no-repeat;
    background-size: cover;
}

/*--/menupage--*/

/*--contactme--*/
.contactme {
    background: linear-gradient(to left, #ffb03b 0%, #000000 100%);
    width: 100%;
    height: auto;
}
.contactme h1{
    direction:ltr;
    padding-top: 20px;
    color: white;
    font-size: 25px;
    font-family: 'Satisfy', sans-serif;
    transition: all 0.5s ease;
}
.contactme h1 img{
    width: 35px;
    height: 35px;
}
.contactme .ctwo img{
    width: 65%;
    height: 450px;
    padding-top: 80px;
    transition: all 0.5s ease;
}
.contactme .ctwo img:hover{
    transform: scale(1.1, 1.1);
}

/*--/contactme--*/

