* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Lato', sans-serif;
    color: #333;
    line-height: 1.6;
}

.loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.loader-content {
    width: 50px;
    height: 50px;
    border: 5px solid #f4a261;
    border-top: 5px solid #e76f51;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.header {
    background: #fff;
    padding: 5px 20px;
    position: fixed;
    display: flex
;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    position: fixed;
    width: 100%;
    z-index: 10;
}
.hero__content{
    margin: auto;
    max-width: 900px;
    border-radius: 30px;
    padding: 30px;
    background-color: #ffffff7a;
}
.logo img {
    width: auto;
    display: block;
    height: 50px;
}

.nav-links {
    list-style: none;
    display: flex;
    align-items: center;
}

.nav-links li {
    margin-left: 20px;
}

.nav-links a {
    text-decoration: none;
    color: #333;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
}

.burger {
    display: none;
    flex-direction: column;
    cursor: pointer;
}

.burger span {
    width: 25px;
    height: 3px;
    background: #333;
    margin: 2px 0;
}

.hero, .about, .menu, .provide, .book, .services, .provide-extra, .news {
    padding: 50px 0px;
    text-align: center;
}

.hero h1, .about h2, .menu h2, .provide h2, .book h2, .services h2, .provide-extra h2, .news h2 {
    font-size: 36px;
    line-height: 120%;
    text-align: start;
    margin-bottom: 20px;
    color: #cf9323;
}

.hero p, .about p, .provide p {
    font-size: 18px;
    color: #666;
    text-align: start;
    margin-bottom: 20px;
}

.btn-reserve, .btn-more {
    background: #f4a261;
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
    display: inline-block;
}



.about__content img, .provide-content img, .provide-extra__content img {
    width: 300px;
    height: auto;
}



.menu-grid img {
    width: 100%;
    height: auto;
}

.menu-categories a {
    margin: 0 10px;
    color: #f4a261;
    text-decoration: none;
}

.book form {
    display: flex;
    flex-direction: column;
    max-width: 400px;
    margin: 0 auto;
}

.book input {
    margin-bottom: 10px;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.serv__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;

   
}

.serv__item {
    padding: 79px 23px;
  
    border-radius: 5px;
}
.serv__item.active{
    box-shadow: 0px 10px 30px 0px rgba(133, 66, 189, 0.1);
}

.serv__item img {
    width: 50px;
    height: auto;
    margin-bottom: 10px;
}

.news__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.news__item {
    background: #fff;
    padding: 20px;
    border-radius: 5px;
}

.news__item img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}

footer {
    background: #1a1a1a;
    color: #fff;
    padding: 20px;
    text-align: center;
}

.footer__content {
    display: flex;
    justify-content: space-around;
    max-width: 1200px;
    margin: 0 auto;
    flex-wrap: wrap;
}

.footer__section h3 {
    margin-bottom: 10px;
}

.footer__section ul {
    list-style: none;
}

.footer__section ul li {
    margin: 5px 0;
}

.footer__section a {
    color: #fff;
    text-decoration: none;
}

.instagram-feed img {
    width: 80px;
    margin: 5px;
}

.copyright {
    margin-top: 40px;
    font-size: 16px;
}

.copyright a {
    color: #f4a261;
}

.back-to-top {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #f4a261;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    text-decoration: none;
    font-size: 20px;
}

.back-to-top.visible {
    display: block;
}

/* Responsive Design */
@media (max-width: 768px) {
    .nav-links {
        display: none;
        width: 100%;
        position: absolute;
        top: 62px;
        left: 0;
        background: #fff;
        flex-direction: column;
        text-align: center;
    }

    .nav-links.active {
        display: flex;
    }

    .burger {
        display: flex;
    }

    .about__content, .provide-content, .provide-extra__content, .menu-grid, .serv__grid, .news__grid {
        grid-template-columns: 1fr;
    }

    .hero h1 {
        font-size: 28px;
    }
}
.hero-slider {
    height: 100vh;
  }
  
  .hero {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    background-size: cover;
    background-position: center;
    color: #fff;
    text-align: center;
    padding-top: 10%;
    position: relative;
  }
  
  .hero h1 {
    text-align: center;
    font-size: 48px;
    line-height: 120%;
    color: #ff5600;
  
   
  }
  
  .hero p {
    font-size: 20px;
    text-align: start;
    margin-bottom: 30px;
  }
  
  .btn-reserve {
    text-align: start;
    width: fit-content;
    display: block;
    background: #f37a29;
    color: #ffffff;
    padding: 12px 24px;
    text-decoration: none;
    border-radius: 1px;
    font-weight: bold;
    transition: background 0.3s;
  }
  
  .btn-reserve:hover {
    background: #b46923;
  }
  sub{
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: start;
    line-height: 1.2;
display: block;
    margin-bottom: 20px;
    color: #ff5600;
    
   
}
.about__wrapper{
display: flex;
gap: 50px;
}
.about__wrap{
    flex: 1;
    display: flex;
    flex-direction: column;

}
.container{
    max-width: 1200px;
    padding: 15px;
    margin: 0 auto;
}
.about__contents{
    margin-top: 40px;
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(2,1fr);
}
.about__content{
    display: flex;
    gap: 10px;
    align-items: center;
}
.about__wrapper img{
    width: 100%;
}
.about__content p{
    text-align: start;
    margin: 0;
    font-size: 16px;
}
.about__content i{
    font-size: 40px;
}
.menu-categories {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
  }
  
 

  .menu-tab-content {
    display: none;
  }
  
  .menu-tab-content.active {
    display: block;
  }
  
  .menu-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 200px;
    gap: 20px;
  }
  
  .menu-grid__item {

  position: relative;
    border-radius: 8px;
    overflow: hidden;
  }
  
  .menu-grid__item img {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    object-fit: cover;
    margin-bottom: 10px;
  }
  
  .menu-grid__item.tall {
    grid-row: span 2;
  }
  .menu-grid {
    display: grid
;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 1fr;
    gap: 0px;
    max-height: 730px;
}
  
  .menu-grid__item {
    position: relative;
    overflow: hidden;
    border-radius: 0%;
    cursor: pointer;
  }
  
  .menu-grid__item.tall {
    grid-row: span 2;
  }
  
  .menu-grid__item img {
    width: 100%;
    height: 100%;
    border-radius: 0;
    object-fit: cover;
    display: block;
    position: relative;
    transition: 0.4s ease;
  }
  
  .menu-grid__content {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: rgba(28, 28, 29, 0.7);
    color: #fff;
    opacity: 0;
    transition: 0.4s ease;
    padding: 20px;
    text-align: center;
  }
  
  .menu-grid__item:hover img {
    filter: brightness(40%);
  }
  
  .menu-grid__item:hover .menu-grid__content {
    opacity: 1;
  }
  
  .menu-grid__content h3 {
    margin: 10px 0 5px;
  }
  
  .menu-grid__content p {
    font-size: 14px;
    margin-bottom: 10px;
  }
  
.price{
    color: #ff5600;
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 7px;
    display: block;
}
.menu-grid__content h3{
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 12px;
}
.menu-grid__content p{
    color: #fff;
    margin-bottom: 40px;
    font-size: 13px;
}
.menu sub{
    text-align: center;
}
.menu h2{
    text-align: center;
    margin-bottom: 60px;
}
.menu-categories a.active {
    background: #ff5600;
    color: #fff;
    font-size: 16px;
    position: relative;
    padding: 8px 22px;
    -webkit-transition: all 0s ease-out 0s;
    -moz-transition: all 0s ease-out 0s;
    -ms-transition: all 0s ease-out 0s;
    -o-transition: all 0s ease-out 0s;
    transition: all 0s ease-out 0s;
}

.menu-categories a.active::after {
    position: absolute;
    height: 15px;
    width: 15px;
    background: #ff5600;
    content: "";
    left: 0;
    right: 0;
    margin: auto;
    bottom: -8px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 1;
   
}
.menu-categories a {
    font-weight: 700;
    line-height: 100%;
    font-size: 20px;
}
.border-btn {
    border: 1px solid #ff5600;
    color: #464d65;
    background: none;
    font-weight: 700;
    list-style: none;
    border-radius: 5px;
    text-transform: capitalize;
    padding: 19px 47px;
    -moz-user-select: none;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
text-decoration: none;
    letter-spacing: 1px;
    margin-bottom: 0;
    position: relative;
    transition: color 0.4s linear;
    position: relative;
    overflow: hidden;
    margin: 0
}
.provide__wrapper{
    display: flex;
    gap: 55px;
}
.provide__wrap{
    flex: 1;
}
.provide__wrap img{
    width: 100%;
}
.border-btn::before {
    border: 1px solid transparent;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 101%;
    height: 101%;
    background: #ff5600;
    z-index: -1;
    transition: transform 0.5s;
    transition-timing-function: ease;
    transform-origin: 0 0;
    transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
    transform: scaleY(0);
    border-radius: 0
}

.border-btn:hover::before {
    transform: scaleY(1);
    border: 1px solid transparent
}

.services h2{
    text-align: center;
    margin-bottom: 60px;
}
.services  sub{
    text-align: center;
}
.services i{
    font-size: 60px;
}
.serv__item h3{
    font-weight: 600;
    font-size: 25px;
    color: #15181d;
    line-height: 1.4;
    margin-bottom: 19px;
    display: block;
}
.serv__item p{
    color: #828282;
    font-size: 14px;
    color: #828282;
    font-size: 14px;
}
.provide-extra{
    padding: 80px 0;
    position: relative;
}
.provide-extra__content img{
position: absolute;
width: 100%;
height: 100%;
top: 0;
z-index: -1;
left: 0;
object-fit: cover;
}
.provide-extra__text {
    max-width: 700px;
    margin: 0 0 0 auto;
}
.provide-extra__text h2{

}
.provide-extra__text p{
    color: #cf9c10;
    font-size: 20px;
    text-align: start;
    font-weight: 500;
    margin-bottom: 30px;
}
.news__item-content {
    padding: 30px 20px;
    border-radius: 20px;
    width: 90%;
    position: relative;

    background-color: #f3f1f1;
    margin-top: -100px;
}
.news h2{
    text-align: center;
}
.news sub{
    text-align: center;
}
.news__item-content:hover{
color: #fff;
background-color: #f37a29;
}
footer {
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: color-burn;
    background-color: #353535;
    background-position: center;
}
footer{
    padding: 80px 0;
}
footer ul{
    list-style: none;
}
.footer__div {
    flex: 1;
}
footer ul li a{
text-decoration: none;
color: #f3f1f1;
}
footer h3{
    margin-bottom: 20px;
}
.services.ser.menu-grid__content {

    opacity: 1;

}
.blog__items {
    margin-top: 50px;
    display: grid
;
    grid-template-columns: repeat(2, 1fr);
    flex-direction: column;
    gap: 40px;
}
.blog__item img{
width: 100%;
height: 250px;
object-fit: cover;
}
.blog__item-content{
    padding: 40px 30px;
    box-shadow: 0px 10px 20px 0px rgba(221, 221, 221, 0.3);
}
.blog__item-content a,
.blog__item-content h3{
    color: #333;
    margin-bottom: 10px;
    text-decoration: none;
}
.blog__item-content h3:hover{
    color: #b46923;
}
.blog-detail{
    padding: 80px 0;
}
.blog-detail .container{
max-width: 800px;
}
.blog-detail h2{
margin-bottom: 30px;
}
.blog-detail img{
    width: 100%;
    height: 450px;
    object-fit: cover;
}
.blog-detail ul{
    padding-left: 20px;
}
.blog-detail li,
.blog-detail p{
    font-size: 15px;
    color: #10285d;
    margin-bottom: 10px;
}

.comments-section {
    max-width: 700px;
    margin: 0 auto;
    font-family: 'Segoe UI', sans-serif;
    color: #333;
    padding: 40px 20px;
  }
  
  .comment {
    display: flex;
    gap: 15px;
    margin-bottom: 30px;
  }
  
  .blog-detail img.avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
  }
  
  .comment__content p {
    margin: 0 0 10px;
    font-size: 15px;
    color: #999;
    line-height: 1.6;
  }
  
  .comment__meta {
    font-size: 13px;
    color: #999;
  }
  
  .comment__meta strong {
    color: #000;
    margin-right: 10px;
  }
  
  .comment__meta .reply {
    float: right;
    text-decoration: none;
    font-weight: bold;
    color: #ff4800;
    font-size: 13px;
  }
  
  .reply-form h3 {
    margin: 30px 0 20px;
    font-size: 20px;
  }
  
  .reply-form textarea,
  .reply-form input {
    width: 100%;
    padding: 12px;
    margin-bottom: 15px;
    border: 1px solid #eee;
    border-radius: 5px;
    font-size: 14px;
  }
  
  .reply-form .input-row {
    display: flex;
    gap: 10px;
  }
  
  .reply-form .input-row input {
    flex: 1;
  }
  
  .reply-form button {
    padding: 10px 25px;
    background: none;
    border: 2px solid #ff4800;
    color: #ff4800;
    font-weight: bold;
    border-radius: 4px;
    cursor: pointer;
    transition: 0.3s;
    text-transform: uppercase;
  }
  
  .reply-form button:hover {
    background: #ff4800;
    color: #fff;
  }
  .contact__section {
    padding: 60px 20px;
    font-family: 'Segoe UI', sans-serif;
  }
  
  .contact__container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1100px;
    margin: 0 auto;
    gap: 40px;
  }
  
  .contact__form {
    flex: 1 1 600px;
  }
  
  .contact__form h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  
  .contact__form form textarea,
  .contact__form form input {
    width: 100%;
    padding: 14px;
    margin-bottom: 20px;
    border: 1px solid #e0e0e0;
    border-radius: 2px;
    font-size: 14px;
  }
  
  .contact__form .input-row {
    display: flex;
    gap: 15px;
  }
  
  .contact__form .input-row input {
    flex: 1;
  }
  
  .contact__form button {
    padding: 12px 30px;
    background: none;
    border: 2px solid #ff4500;
    color: #ff4500;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
    letter-spacing: 2px;
    transition: all 0.3s ease;
  }
  
  .contact__form button:hover {
    background: #ff4500;
    color: #fff;
  }
  
  .contact__info {
    flex: 1 1 300px;
    display: flex;
    flex-direction: column;
    gap: 25px;
  }
  
  .info__item {
    display: flex;
    gap: 15px;
    align-items: flex-start;
  }
  
  .info__item i {
    font-size: 22px;
    color: #333;
    margin-top: 4px;
  }
  
  .info__item strong {
    font-weight: 600;
    display: block;
    color: #000;
  }
  
  .info__item p {
    margin: 5px 0 0;
    font-size: 14px;
    color: #666;
  }
  .reviews {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 50px;
  }
  
  .review__card {
    display: flex;
    gap: 15px;
    align-items: flex-start;
    background: #3e3d3d;
    border-radius: 10px;
    padding: 20px;
  }
  
  .review__card img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
  }
  .review__card p{
    color: #fff;
  }
  .review__card h4 {
    margin: 0 0 8px;
    font-size: 18px;
    color: #000;
  }
  
  .review__card .stars {
    color: #f39c12;
    font-size: 16px;
    margin-top: 5px;
    display: inline-block;
  }
  
 .faq{
    padding: 50px 0;
 }
  .faq__item {
    margin-bottom: 20px;
  }
  
  .faq__question {
    width: 100%;
    background: #8f8f8f;
    border: none;
    display: flex
;
    align-items: center;
    gap: 20px;
    padding: 15px 20px;
    font-size: 16px;
    text-align: left;
    cursor: pointer;
    font-weight: bold;
    border-radius: 5px;
    transition: background 0.3s;
    justify-content: space-between;
}
  
  .faq__question:hover {
    background: #ddd;
  }
  
  .faq__answer {
    display: none;
    padding: 15px 20px;
    background: #f7f7f7;
    border-left: 3px solid #ff4500;
    border-radius: 0 0 5px 5px;
  }
  .faq__wrapper{
    display: flex;
    gap: 60px;
  }
  .faq__wrap{
 flex: 1;
  }
  .faq__wrap img{
    width: 100%;
    height: 600px;
    object-fit: cover;
  }
  .faq__question .icon {
    font-size: 20px;
    transition: transform 0.3s ease;
  }
  
  .faq__question.active .icon {
    transform: rotate(45deg); /* превращает плюс в крестик */
  }
  .reviews__cards{
  display: grid;
  grid-template-columns: repeat(3,1fr);
    gap: 30px;
  }
  .reviews{
    padding: 80px 0;
  }
  ol{
    padding-left: 20px;
  }
  @media screen and (max-width:768px) {
    .about__wrapper {
        display: flex
    ;
        gap: 50px;
        flex-direction: column-reverse;
    }
    .about__contents {
        margin-top: 40px;
        display: grid
    ;
        gap: 30px;
        grid-template-columns: repeat(1, 1fr);
    }
    .menu-grid__content {
        position: absolute;
        inset: 0;
        display: flex
    ;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background: rgba(28, 28, 29, 0.7);
        color: #fff;
        opacity: 1;
        transition: 0.4s ease;
        padding: 20px;
        text-align: center;
    }
    .menu-grid {
        display: grid
    ;
        grid-template-columns: repeat(1, 1fr);
        grid-auto-rows: 1fr;
        gap: 0px;
        max-height: min-content;
    }
    .provide__wrapper {
        display: flex
    ;
        gap: 55px;
        flex-direction: column-reverse;
    }
    .footer__content {
        display: flex
    ;
        justify-content: space-around;
        max-width: 1200px;
        margin: 0 auto;
        flex-wrap: wrap;
        flex-direction: column;
        align-items: center;
    }
    .blog__items {
        margin-top: 50px;
        display: grid
    ;
        grid-template-columns: repeat(1, 1fr);
        flex-direction: column;
        gap: 40px;
    }
    .faq__wrapper {
        display: flex
    ;
        gap: 60px;
        flex-direction: column-reverse;
    }
    .reviews__cards {
        display: grid
    ;
        grid-template-columns: repeat(1, 1fr);
        gap: 30px;
    }
  }
  .cook__banner {
    position: fixed;
    bottom: 20px;
    left: 20px;
    right: 20px;
    background: #333;
    color: #fff;
    padding: 15px 20px;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 999;
  }
  
  .cook__banner button {
    background: #ff6600;
    color: white;
    border: none;
    padding: 10px 15px;
    border-radius: 5px;
    cursor: pointer;
  }