/* 250, 248, 241  background_color*/
/* 48, 11, 19 background_color */
/* 48, 11, 19   textcolor */

*{
    scrollbar-width: none;
    margin: 0px;
    padding: 0px;
}

.navbar{
    display: flex;
    width: 100%;
    justify-content: center;
    margin-top: 10px;
    align-items: center;
    height: 55px;
    gap: 2px;
    background: transparent;
    position: fixed;
    z-index: 999;
}
.navbar > li{
    height: 40px;
    padding-left: 20px;
    padding-right: 20px;
    list-style: none;
    background: rgb(139, 1, 31);
    border-radius: 2px;
}
.navbar > li > a{
    color: white;
    font-weight: bold;
    text-decoration: none;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
body{
    background: rgb(250, 248, 241);
}
.main{
    height: 100%;
    width: 100%;
    position: relative;
    background: rgb(250, 248, 241);
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.main > .two{
    background: rgb(48, 11, 19);
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    border-radius: 0%;
    border: 5px solid rgb(92, 11, 28);
    box-shadow: 0px 0px 20px 0px rgb(150, 41, 65);
}
.main > .two > img{
    margin-left: -50%;
    z-index: 2;
    animation: mainpic 1s ease-in;
}
.main > .two > img:hover{
     transform: scale(1.1);
    cursor: pointer;
}
.main > .one{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
    margin-left: 10%;
}
.main > .one > p{
    width: 40%;
    color: rgb(48, 11, 19);
    font-size: 20px;
    font-weight: bold;
}
.main > .one > h1{
    font-size: 50px;
}
.main > .one > .o1 > button,.whyus > button{
    width: 200px;
    height: 38px;
    border: none;
    background: rgb(139, 1, 31);
    border-radius: 2px;
}
.whyus > button{
    margin-top: 1%;
    border-radius: 5px;
}
.navbar > li:hover,.main > .one > .o1 > button:hover,.whyus > button:hover{
    box-shadow: 0px 0px 10px 0px rgb(212, 25, 65);
    background: linear-gradient(to left,rgb(255, 0, 55),rgb(255, 18, 69));
    cursor: pointer;
}
.navbar > li:active, .main > .one > .o1 > button:active,.whyus > button:active{
    background: rgb(172, 29, 60);
    box-shadow: 0px 0px 10px 0px rgb(201, 40, 40);
}
.main > .one > .o1 > button > a,.whyus > button > a{
    color: white;
    font-weight: bold;
    text-decoration: none;
}
#s1,#s2,#s3,#s4,#s5{
    height: 70px;
    width: 70px;
    position: absolute;
}
@keyframes one {
    from{opacity: 0; top: -20px; transform: scale(0.5);}
    to{opacity: 1; top: 20%; transform: scale(1);}
}
@keyframes two {
    from{opacity: 0; top: -20px; transform: scale(0.5);}
    to{opacity: 1; top: 10%; transform: scale(1);}
}
@keyframes three {
    from{opacity: 0;  transform: scale(0.5);}
    to{opacity: 1; transform: scale(1);}
}
@keyframes four {
    from{opacity: 0; bottom: -10%; transform: scale(0.1);}
    to{opacity: 1; bottom: 10%; transform: scale(1);}
}
@keyframes mainpic {
    from{
        position: relative;
        margin-left: 40%;
        opacity: 0.5;
        transform: rotate(0deg);
    }
    to{
        opacity: 1;
        transform: rotate(360deg);
    }
}
@keyframes tab1 {
    from{
        opacity: 0;
        transform: scale(0);
    }
    to{
        opacity: 1;
        transform: scale(1);
    }
}
@keyframes whyus{
    from{
        margin-left: -50%;
        transform: scale(0);
        rotate: 0deg;
    }
    to{
        rotate: 360deg;
        margin-left: 0%;
        transform: scale(1);
    }
}
@keyframes textanimation {
    from{position: relative; bottom: -5%; opacity: 0.3; transform: scale(0);}
    to{position: relative; bottom: 0%; opacity: 1; transform: scale(1);}
}
#tab1,#tab2,#tab3,#tab4,#tab5,#tab6{
position: relative;
}
#tab1{
    animation: tab1 1.8s;
}
#tab2{
    animation: tab1 1.7s;
}
#tab3{
    animation: tab1 1.4s;
}
#tab4{
    animation: tab1 1.1s;
}
#tab5{
    animation: tab1 .8s;
}
#tab6{
    animation: tab1 .6s;
}
#tab7{
    animation: tab1 .4s;
}
#navpic{
    height: 70px;
    width: 70px;
    position: absolute;
    left: 1%;
    top: 0.3%;

}
#s1{
    top: 20%;
    left: 10%;
    animation: one .8s;
}
#s2{
    top: 10%;
    right: 20%;
      animation: two .8s ;
}
#s3{
animation: three .8s;
z-index: 1;
}
#s4{
    bottom: 10%;
    right: 10%;
    animation: four .8s;
}
#s5{
    bottom: 10%;
    left: 10%;
    animation: four .8s;
}
.whyus{
    margin-top: 5%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: max-content;
}
.whyus > img{
    height: 250px;
    width: 250px;
    animation: whyus linear;
    animation-timeline: view();
    animation-range: entry 0% cover 40%;
}
.whyus > h1{
    font-size: 50px;
    color: rgb(48, 11, 19);
    animation: textanimation linear;
    animation-timeline: view();
    animation-range: entry 0% cover 40%;
}
.whyus > p{
    font-weight: bold;
    font-size: 17px;
    width: 50%;
    word-break: break-all;
    text-align: center;
    animation: textanimation linear;
    animation-timeline: view();
    animation-range: entry 0% cover 40%;
}
.menu{
    height: max-content;
    margin-top: 5%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 50px;
    padding-bottom: 50px;
}
.menu > h1{
    margin-bottom: 2%;
    font-size: 50px;
    color: rgb(250, 248, 241);
}
.menu > .main{
display: flex;
justify-content: space-evenly;
align-items: center;
flex-wrap: wrap;
height: max-content;
background-color: transparent;
}
.menu > .main > button{
    height: 45px;
    width: 250px;
    background-color: rgb(92, 11, 28);
   background: rgb(250, 248, 241);
    color: rgb(48, 11, 19);
    font-weight: bold;
    border-radius: 5px;
}
.menu > .main > button::before{
    content: "";
    position: absolute;
    top: 0;
    left: -120%;
    width: 60%;
    height: 100%;
    background: rgba(255,255,255,.4);
    transform: skewX(-25deg);
    transition: .7s;
}

.menu > .main > button:hover{
    transform: translateY(-8px) scale(1.05);
    box-shadow: 0 20px 40px rgba(255, 255, 255, 0.6);
    background: linear-gradient(135deg,#fff5f5,#b8a5a5);
    cursor: pointer;
}

.menu > .main > button:hover::before{
    left: 150%;
}

.menu > .main > button:active{
    transform: translateY(-2px) scale(.98);
}
.menu > .one > .o1 > .oo1 > img{
height: 100px;
width: 100px;
}
.menu{
    background: rgb(48, 11, 19);
}
.menu > .one{
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 5%;
    align-items: center;
    flex-wrap: wrap;
}
.menu > .one > .o1{
    width: 360px;
    background: rgba(255,255,255,.08);
    backdrop-filter: blur(18px);
    border: 1px solid rgba(255,255,255,.15);
    height: 550px;
    border-radius: 25px;
    overflow: hidden;
    transition: .5s ease;
    box-shadow: 0 15px 40px rgba(0,0,0,.2);
    cursor: pointer;
    animation: o1 .6s;
}
@keyframes o1 {
    from{transform: scale(0); opacity: 0;}
    to{transform: scale(1); opacity: 1;}
}
.menu > .one > .o1:hover{
    transform: translateY(-15px);
    box-shadow: 0 30px 60px rgba(0,0,0,.35);
}

.menu > .one > .o1 > .oo1{
    position: relative;
    overflow: hidden;
}

.menu > .one > .o1 > .oo1 > img{
    width: 100%;
    height: 260px;
    object-fit: cover;
    transition: .7s;
}

.menu > .one > .o1:hover img{
    transform: scale(1.12);
}

.menu > .one > .o1 > .oo1 > h5{
    position: absolute;
    bottom: 20px;
    left: 20px;
    background: rgba(0,0,0,.7);
    color: #fff;
    padding: 8px 20px;
    border-radius: 30px;
    font-size: 18px;
    letter-spacing: 2px;
    font-weight: 600;
    backdrop-filter: blur(10px);
}

.menu > .one > .o1 > p{
    padding: 25px;
    color: #666;
    font-size: 15px;
    line-height: 1.8;
    text-align: justify;
}

.menu > .one > .o1 > .buttons{
    display: flex;
    justify-content: space-evenly;
    padding: 0 25px 25px;
    gap: 15px;
}

.menu > .one > .o1 > .buttons > button{
    flex: 1;
    height: 50px;
    border: none;
    border-radius: 50px;
    background: linear-gradient(135deg,#d4af37,#f5d76e);
    cursor: pointer;
    transition: .4s;
    position: relative;
    overflow: hidden;
}

.menu > .one > .o1 > .buttons > button::before{
    content: "";
    position: absolute;
    top: 0;
    left: -120%;
    width: 60%;
    height: 100%;
    background: rgba(255,255,255,.4);
    transform: skewX(-30deg);
    transition: .7s;
}

.menu > .one > .o1 > .buttons > button:hover::before{
    left: 150%;
}

.buttons button:hover{
    transform: translateY(-6px);
    box-shadow: 0 15px 30px rgba(212,175,55,.45);
}

.menu > .one > .o1 > .buttons >  button > a{
    text-decoration: none;
    color: #111;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1px;
}

.menu > .one > .o1 > .buttons > button:last-child{
    background: #111;
}

.menu > .one > .o1 > .buttons > button:last-child > a{
    color: #fff;
}

.menu > .one > .o1 >.buttons > button:last-child:hover{
    background: #222;
}
.menu > .sis2, .menu > .sis3{
    display: none;
}
.staff{
    width: 100%;
    background: #faf7f5;
    margin-top: 5%;
    height: max-content;
}

.staff>h1{
    text-align: center;
    font-size: 55px;
    color: #5b0f18;
    letter-spacing: 6px;
    margin-bottom: 70px;
    font-family: serif;
}

.staff > .one{
    display: flex;
    justify-content: center;
    gap: 35px;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.staff > .one >  .o1{
    width: 290px;
    height: 430px;
    position: relative;
    overflow: hidden;
    border-radius: 25px;
    cursor: pointer;
    box-shadow: 0 20px 45px rgba(0,0,0,.25);
    transition: .6s;
    animation: o1 linear;
    animation-timeline: view();
    animation-range: entry 0% cover 36%;
}

.staff > .one > .o1:hover{
    transform: translateY(-15px);
    box-shadow: 0 35px 60px rgba(91,15,24,.45);
}

.staff > .one > .o1 > img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .8s;
}

.staff > .one >  .o1:hover > img{
    transform: scale(1.15);
}


.staff > .one > .o1::before{
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(91,15,24,.96),
        rgba(91,15,24,.55),
        rgba(0,0,0,.15)
    );
    opacity: 0;
    transition: .6s;
}

.staff > .one > .o1:hover::before{
    opacity: 1;
}
.staff > .one > .o1 > h1{
    position: absolute;
    left: 25px;
    bottom: 125px;
    color: rgb(255, 255, 255);
    font-size: 30px;
    letter-spacing: 2px;
    opacity: 0;
    transform: translateY(40px);
    transition: .6s;
    z-index: 5;
}
.staff > .one > .o1 > p{
    position: absolute;
    left: 25px;
    right: 25px;
    bottom: 25px;

    color: rgba(255,255,255,.9);
    font-size: 15px;
    line-height: 26px;

    opacity: 0;
    transform: translateY(40px);
    transition: .8s;
    z-index: 5;
}
.navbar > h3{
    color: #bb3c3c;
    position: absolute;
    right: 1%;
    top: 25%;
}


.one > .o1:hover > h1,
.one > .o1:hover > p{
    opacity: 1;
    transform: translateY(0);
}


.one .o1::after{
    content: "";
    position: absolute;
    left: 25px;
    bottom: 78px;

    width: 0;
    height: 3px;
    background: #d4af37;
    transition: .6s;
    z-index: 5;
}

.one .o1:hover::after{
    width: 90px;
}
*{ 
    scroll-behavior: smooth;
}  
@keyframes contact {
    from{rotate: 50deg; transform: scale(0.2);}
    to{rotate: 0deg; transform: scale(1);}
}
@keyframes contact1 {
    from{opacity: 0; transform: scale(0.2);}
    to{opacity: 1; transform: scale(1);}
}
.contact{
    display: flex;
    justify-self: center;
    align-items: center;
    flex-direction: column;
    margin-top: 5%;
}
.contact > h1{
    font-size: 50px;
    color: rgba(91,15,24,.96);
    animation: contact linear;
    animation-timeline: view();
    animation-range: entry 0% cover 40%;
}
.contact > .main{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.contact > .main > .one{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 33%;
    margin-left: -0%;
    margin-top: 5%;
}
.contact > .main > .one > p{
    width: 100%;
    animation: contact linear;
    animation-timeline: view();
    animation-range: entry 0% cover 40%;
}
.contact > .main > .one > img{
    height: 70px;
    width: 70px;
    border-radius: 10px;
    animation: contact linear;
    animation-timeline: view();
    animation-range: entry 0% cover 40%;
}
.reservation, .reservation > .main{
    display: flex;
    margin-top: 3%;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}
.reservation > .main > input,select{
    width: 370px;
    height: 45px;
    background-color: #5b0f18;
   outline: none;
   color: white;
   border-radius: 5px;
   font-size: 14px;
   border: none;
   animation: contact linear;
    animation-timeline: view();
    animation-range: entry 0% cover 40%;
}
.reservation > .main > button{
    width: 200px;
    height: 36px;
    background-color: #5b0f18;
    border-radius: 5px;
    animation: contact linear;
    animation-timeline: view();
    animation-range: entry 0% cover 40%;
}
.reservation > .main > button > a{
    text-decoration: none;
    color: white;
    font-weight: bold;
}
textarea{
        background-color: #5b0f18;
        color: white;
        font-size: 18px;
            border-radius: 5px;
            animation: contact linear;
    animation-timeline: view();
    animation-range: entry 0% cover 40%;
}
.reservation > .main > input::placeholder{
    text-align: center;
    color: white;
}
#tehran{
    width: 90%;
    height: 400px;
    margin-top: 2%;
    border-radius: 10px;
    animation: contact1 linear;
    animation-timeline: view();
    animation-range: entry 0% cover 40%;
}
.socail{
    margin-top:2%;
    
}
.socail > a > img{
height: 50px;
border-radius: 5px;
width: 50px;
animation: contact linear;
    animation-timeline: view();
    animation-range: entry 0% cover 40%;
}
.socail > a > img:hover,.reservation > .main > button:hover{
    transform: scale(1.1);
    transition: all .5s;
}
.menuu{
    display: none;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 999;
    gap: 5px;
    padding-right: 10px;
    padding-left: 10px;
    border-radius: 10px;
}
.menuu:hover,#close:hover{
    color: white;
    cursor: pointer;
    transition: all .3s;
    background: linear-gradient(to left,rgb(107, 18, 18),maroon);
}
.menuu > img{
    width: 40px;
    height: 40px;
}
.menuu:active  img{
    width: 50px;
    height: 50px;
}
#close{
    position: absolute;
    height: 40px;
    width: 40px;
    top: 2px;
    right: 10px;
    display: none;
}
@media screen and (max-width: 900px)
{
    #s1,#s2,#s3,#s4,#s5
    {
        display: none; 
    }
    .navbar{
        flex-wrap: wrap;
        margin-top: 8%;
    }
    .navbar > #navpic{
      display: none;
    }
    .navbar > h3{
        top: -80%;
        width: 100%;
        text-align: center;
        font-size: 30px;
    }
    .main{
        flex-direction: column;
        height: 100%;
    }
    .main > .two,.one{
        height: 50%;
        margin-top: 5%;
        z-index: 2;
    }
    .main > .two{
        margin: 0px;
        padding: 0px;
        display: flex;
        position: relative;
        justify-content: center;
        align-items: center;
        height: 30%;
    }
    .main > .one{
        gap: 10px;
        justify-content: center;
        align-items: center;
        margin: 0px;
        padding: 30px;
        margin-top: 8%;
    }
    @keyframes pizza1 {
        from{margin-bottom: -10%; opacity: 1; rotate: 0deg; transform: scale(0.2);}
        to{margin-bottom: 0%; opacity: 1; rotate: 360deg; transform: scale(1);}
    }
    .main > .two > img{
        margin: 0px;
        margin-top: -25%;
        padding: 0px;
        height: 350px;
        width: 350px;
        animation: pizza1 1s;
    }
    .main > .one > p{
        width: 100%;
    }
    .whyus > p{
        width: 90%;
    }
    .staff{
        position: relative;
    }
    .contact{
        position: relative;
    }
    .contact > h1{
        text-align: center;
    }
}
@media  screen and (max-width: 450px) {
    #close{
        display: flex;
    }
    .menuu{
        display: flex;
    }
    @keyframes navbar1 {
        from{left: -100%;}
        to{left: 0%;}
    }
    .navbar > h3{
        position: absolute;
        display: flex;
        top: 15%;
        color: white;
        margin: 0px;
        padding: 0px;
        width: 100%;
        left: 0px;
        right: 0px;
        font-size: 30px;
           display: flex;
           justify-content: center;
           align-items: center;
    }
    .navbar{
        animation: navbar1 1.5s alternate;
        display: none;
        height: 100%;
        flex-wrap: nowrap;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        width: 100%;
        background-color: rgba(75, 15, 15, 0.63);
        z-index: 1000;
        margin: 0px;
        padding: 0px;
        padding-top: 50%;
    }
    .navbar > li{
        width: 80%;
    }
    .main > .one > h1{
   font-size: 25px;
   text-align: center;
    }
    .main > .one > p{
        font-size: 16px;
        text-align: center;
    }
    .main > .one > .o1{
        gap: 2px;
        display: flex;
        flex-direction: column;
    }
    .main > .one > .o1 > button{
        width: 150px;
    }
    .main > .two > img{
        height: 180px;
        width: 180px;
        margin-top: -40%;
    }
    .whyus > img{
        height: 150px;
        width: 150px;
    }
    .whyus > h1{
        font-size: 25px;
    }
    .whyus > p{
        font-size: 16px;
    }
    .menu > h1{
        font-size: 25px;
    }
    .menu > .main > button{
        width: 150px;
    }
    .menu > .one > .o1{
        width: 90%;
        padding-bottom: 10%;
    }
    .menu > .sis2 > .o1{
       padding-bottom: 20%;
    }
    .menu > .sis3 > .o1{
        padding-bottom: 25%;
    }
    .contact > h1{
        font-size: 25px;
    }
    .reservation > .main{
        width: 100%;
    }
    .reservation > .main > input,textarea{
        width: 90%;
    }
}