body {
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    overflow-x: hidden;
}
p{
    margin:0px;
}
.container {
    margin: 0px 166px;
}

.header {
    background-image: url(images/bg.jpg);
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
}

.header-line {
    padding-top: 50px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.nav-item{
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    font-style: 14px;
    margin-right: 25px;
    transition: color 0.3s linear;
}
.nav-item:hover{
    color: #d81d1d;

}
.cart {
    border-right: 1px solid #fff;
    height: 50px;
    position: relative;
}
.cart-img{
    position: absolute;
    top: 18px;
    right: 20px;
    height: 15px;
}
.num{
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    font-style: 18px;
    transition: color 0.3s linear;
    margin-left: 8px;
}
.num:hover{
    color: #d81d1d;
}
.phone-text {
    font-weight: 400px;
    font-style: 14px;
    color: #fff;
}
.phone-holder{
    display: flex;
    align-items: center;
    justify-items: space-around;
}
.button{
    background-color: #FF7400;
    color: #fff;
    text-decoration: none;
    padding: 14px 18px;
    font-weight: 700;
    transition: color 0.2s linear;
    border-radius: 10px;
}
.button:hover{
    background-color: #894b17;
}
.header-down{
    position: relative;
}
.header-title{
    position: absolute;
    color: #D67E35;
    font-family: 'Tinos', serif;
    font-size: 50px;
    font-weight: 400;
    text-align: center;
    margin-top: 205px;
    left: 0;
}
.header-subtitle{
    color: #D67E35;
    font-family: 'Tinos', serif;
    font-size: 80px;
    font-weight: 400;
}
.header-suptitle{
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 400;
}
.header-suptitle::after{
    position: absolute;
    content: '';
    height: 2px;
    width: 61px;
    background-color: #fff;
    top: 161px;
    left: 335px;
}
.header-suptitle::before{
    position: absolute;
    content: '';
    height: 2px;
    width: 61px;
    background-color: #fff;
    top: 161px;
    left: 88px;
}
.header-button{
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    color: #FFFFFF;
    padding: 15px 28px;
    background-color: #FF7400;
    text-decoration: none;
    transition: background-color 0.3s linear;
    border-radius: 10px;
}
.header-button:hover{
    background-color: #894b17;
}
.card{
    box-shadow: 10px 10px 40px 20px rgba(0, 0, 0, 0.1);;
    width: 349px;
    margin-right: 31px;
    background-color: #fff;
    margin-top: -137px;
    padding: 0px 25px;
}
.card-image{
    display: flex;
    justify-content: center;
    padding-top: 31px;
}
.card-title{
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    color: #2C2C2C;
}
.card-title span{
    color: #BC9060;
    margin-left: 7px;
}
.card-desc{
    text-align: center;
    color: #656363;
    margin-bottom: 25px;
}
.cards-holder{
    display: flex;
    justify-content: center;
    font-family: 'Tinos', serif;
    font-weight: 400;
    font-size: 26px;
}
/*OUR HISTORY*/
.history{
    margin-top: 166px;
}
.history-title{
    font-family: 'Tinos';
    font-style: normal;
    font-weight: 400;
    font-size: 54px;
    color:#000;
    text-align: center;
    width: 444px;
}
.history-title span{
    color: #D67E34;
}
.history-desc{
    text-align: center;
    width: 444px;
    margin-bottom: 39px;
}
.history-info{
    display: flex;
    width: 444px;
    justify-content: center;
}
.history-number{
    font-weight: 400;
    font-size: 40px;
    color: #BC9060;
    text-align: center;
}
.history-number td{
    width: 100px;
}
.history-name{
    font-weight: 400;
    font-size: 20px;
    text-align: center;
}
.history-name td{
    width: 100px;
}
.main-history{
    display: flex;
}
.history-images{
    margin-left: 135px;
    margin-bottom: 122px;
}
/*Interval*/
.interval-image{
    background-image: url(images/interval-image.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 99vw;
    height: 357px;
}
.interval{
    background: rgba(0, 0, 0, 0.85);
    width: 99vw;
}
.interval-header{
    position: relative;
    font-family: 'Tinos';
    font-weight: 400;
    font-size: 52px;
    color: #D67E34;
    margin: 0px;
    margin-top: 80px;
    margin-left: 178px;
    width: 601px;
}
.interval-subtitle{
    margin: 0px;
    margin-top: 20px;
    margin-left: 178px;
    font-weight: 700;
    font-size: 24px;
    color: #fff;
    margin-bottom: 104px;
}
.interval-btn{
    margin: auto;
}
.interval-btn a{
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    background-color: #FF7400;
    padding: 28px 36px;
    text-decoration: none;
    border-radius: 10px;
    transition: 0.2s background-color linear;
}
.interval-btn a:hover{
    background-color: #894b17;
}
.interval-content{
    display: flex;
}
/*Our Dishes*/
.our-dishes{
    font-family: 'Tinos';
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    margin-bottom: 150px;
}
.our-dishes-title{
    font-size: 54px;
    font-style: normal;
    font-weight: 400;
    text-align: center;
    margin: 135px auto;
}
.our-dishes-title span{
    color: #D67E34;
}
.dishes{
    display: flex;
}
.dishes-image{
    margin: 0px;
    margin-right: 30px;
}
.dish-item{
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.dish-name{
    margin-left: 30px;
}
.dish-name::after{
    display: inline-block;
    position: relative;
    content: "";
    border: 1px dashed #000000;
    height: 7px;
    border-bottom: #fff;
    border-right: #fff;
    border-left: #fff;
    width: 201px;
    margin-left: 7px;
    margin-right: 11px;
}
/*Menu*/
.menu{
    background-image: url(images/menu.png);
    height: 1036px;
    background-repeat: no-repeat;
    background-size: cover;

    width: 99vw;
}
.menu-title{
    font-family: 'Tinos';
    font-style: normal;
    font-weight: 400;
    font-size: 54px;
    line-height: 62px;
    color: #FFFFFF;
    text-shadow: 5px 5px 4px rgba(0, 0, 0, 0.25);
    text-align: center;
    margin: 0px 0px 138px 0px;
    padding-top: 100px;
}
.menu-list{
    display: flex;
    justify-content: space-between;
}
.menu-item{
    display: flex;
    flex-direction: column;
    background-color: #fff;
    align-items: center;
    position: relative;
}
.menu-item img{
    border-radius: 140px;
    margin: 80px 62px 22px 62px;
}
.recommended{
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    background-color: #D67E34;
    height: 36px;
    width: 126px;
    text-align: center;
    position: absolute;
    left: 0px;
}
.recommended p{
    padding: 9px 0px;
}
.price{
    width: 86px;
    height: 86px;
    background: #D67E34;
    border: 7px solid #FFFFFF;
    border-radius: 100px;
    position: absolute;
    font-family: 'Cookie';
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 33px;
    color: #FFFFFF;
    text-align: center;
    margin-top: 205px;
    margin-left: 150px;
}
.price p{
    margin: 26px 0px;
}
.menu-dish-name{
    font-family: 'Tinos';
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 30px;
    color: #000000;
    margin-bottom: 17px;
}
.menu-dish-desc{
    width: 60%;
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
}
.menu-btn{
    margin-bottom: 29px;
    padding: 14px 68px;
    background-color: #D67E34;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.25);
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
    transition: all 0.2s linear;
}
.menu-btn:hover{
    background-color: #894b17;
    cursor: pointer;
}
.menu-item a{
    text-decoration: none;
}
/*Comment*/
.comments{
    height: 550px;
    width: 99vw;
    background-color: #E5E5E5;
    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    text-align: center;
    position: relative;
}
.comment{
    padding-top: 104px;
    width: 80%;
    margin: 0px auto;
    display: none;
}
.comment.__active{
    display: block;
}
.comment-text{
    font-style: italic;
    margin-bottom: 20px;
}
.comment-status-user{
    font-style: normal;
    font-weight: 600;
    margin-top: 15px;
}
.username{
    margin-top: 9px;
}
.sliders{
    margin-top: 25px;
    display: flex;
    justify-content: center;
    align-items: center;

}
.slider-elipse{
    margin: 0px 2px;
    background: #C4C4C4;
    width: 5px;
    height: 5px;
    border-radius: 50%;
}
.slider-elipse.__active{
    background: none;
    border: #FF7400 1px solid;
}
/*Dishes Gallery*/
.dishes-gallery{
    display: flex;
    justify-content: space-between;
    font-family: 'Tinos';
    font-style: normal;
    line-height: 62px;
    color: #000000;
}
.block{
    height: 100px;
    width: 30px;
    background-color: #F00;
    margin-top: 222px;
    position: relative;
}
.dishes-gallery-title{
    font-weight: 400;
    font-size: 54px;
    margin: 100px auto 60px auto;
    text-align: center;
}
.dishes-gallery-title span{
    color: #D67E34;
}
.dishes-gallery-photos{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
    height: 580px;
    margin-bottom: 100px;
}
/*OUR CHEFS*/
.our-chefs-title{
    text-align: center;
    font-family: 'Tinos';
    font-style: normal;
    font-weight: 400;
    font-size: 54px;
    line-height: 62px;
    color: #000000;
    margin-bottom: 107px;
}
.our-chefs-title span{
    color: #D67E34;
}
.our-chefs-wrapper{
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}
.our-chefs-slider{
    margin-top: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 43px;
}
footer{
    background-image: url(images/footer.webp);
    background-repeat: no-repeat;
    background-size: cover;
    height: 755px;
}