/***** GLOBAL *****/

:root {
    --main-color: #eb2428;
    --main-text-color: #ffffff;
    --second-color: #fffaf7;
    --second-text-color: #1b1b1b;
    --third-color: #f5f1ed;
    --third-text-color: #1b1b1b;
    --fourth-color: #1b1b1b;
    --fourth-text-color: #ffffff;
    --body-text-color: #625e5a;
    --border-color: #e2dcd7;
    --quote-text-color: #494541;
    --card-color: #ffffff;
    --card-border-color: #e5ded9;
    --footer-text-color: #7c7671;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--second-color); color: var(--second-text-color); font-family: "Poppins", sans-serif; font-size: 14px; font-weight: 400; }
img { display: block; max-width: 100%; }
h1, h2, h3, h4, h5, h6, .heading { font-family: "Poppins", sans-serif; }
.spec-font { font-family: "Poppins", sans-serif; }
.container { max-width: 1240px; padding-left: 25px; padding-right: 25px; }
.heading span, .logo span { color: var(--main-color); }

.t-btn { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: 9px; padding: 11px 24px; border: 1px solid transparent; border-radius: 99px; font-size: 14px; font-weight: 400; text-decoration: none; cursor: pointer; transition: 0.3s ease; }
.t-btn svg { width: 17px; height: 17px; }
.t-btn.theme { background: var(--main-color); color: var(--main-text-color); }
.t-btn.theme2 { border-color: var(--border-color); background: transparent; color: var(--second-text-color); }
.t-btn.theme3 { background: var(--fourth-color); color: var(--fourth-text-color); }
.t-btn.dark { background: var(--second-color); color: var(--second-text-color); }
.t-btn.theme:hover, .t-btn.dark:hover { transform: translateY(-2px); filter: brightness(1.1); }
.t-btn.theme2:hover { border-color: var(--main-color); color: var(--main-color); }
.t-btn.theme3:hover { opacity: 0.84; }

/***** HEADER *****/

/* header */
.header { position: fixed; top: 0; right: 0; left: 0; z-index: 100; background: transparent; border-bottom: 1px solid transparent; transition: 0.3s ease; }
.header.scrolled { background: color-mix(in srgb, var(--second-color) 96%, transparent); border-bottom-color: var(--border-color); box-shadow: 0 8px 30px color-mix(in srgb, var(--second-text-color) 5%, transparent); backdrop-filter: blur(14px); }
.header .inner { display: flex; min-height: 92px; align-items: center; justify-content: space-between; gap: 30px; }

/* logo */
.header .logo { color: var(--second-text-color); font-size: 25px; font-weight: 700; letter-spacing: -0.06em; text-decoration: none; }

/* navigation */
.header .navigation { align-items: center; gap: 34px; margin-left: auto; }
.header .navigation a { position: relative; color: var(--second-text-color); font-size: 14px; font-weight: 400; text-decoration: none; transition: 0.3s ease; }
.header .navigation a::after { position: absolute; right: 0; bottom: -8px; left: 0; height: 2px; background: var(--main-color); content: ""; transform: scaleX(0); transition: 0.3s ease; }
.header .navigation a:hover { color: var(--main-color); }
.header .navigation a:hover::after { transform: scaleX(1); }

/* actions */
.header .actions { display: flex; align-items: center; gap: 12px; }
.header .menu-button, .header .close-button { display: inline-flex; width: 46px; height: 46px; align-items: center; justify-content: center; padding: 0; border: 1px solid var(--border-color); border-radius: 50%; background: var(--third-color); color: var(--second-text-color); }
.header .menu-button svg, .header .close-button svg { width: 22px; height: 22px; }

/* offcanvas */
.header .offcanvas { max-width: 360px; background: var(--second-color); color: var(--second-text-color); }
.header .offcanvas-header { padding: 28px 25px; }
.header .offcanvas-body { padding: 10px 25px 32px; }
.header .mobile-navigation { display: flex; flex-direction: column; margin-bottom: 30px; }
.header .mobile-navigation a { padding: 16px 0; border-bottom: 1px solid var(--border-color); color: var(--second-text-color); font-size: 17px; font-weight: 400; text-decoration: none; }

/***** HOME *****/

/* hero */
.home-page .hero-section { position: relative; display: flex; min-height: 720px; align-items: center; padding: 145px 0 100px; background: var(--second-color); overflow: hidden; }
.home-page .hero-section::after { position: absolute; top: 9%; right: -10%; width: 430px; height: 430px; border: 1px solid color-mix(in srgb, var(--main-color) 18%, transparent); border-radius: 50%; content: ""; }
.home-page .hero-section .content { position: relative; z-index: 2; max-width: 820px; }
.home-page .hero-section .heading { margin: 0 0 24px; font-size: 68px; font-weight: 700; letter-spacing: -0.055em; line-height: 1.03; }
.home-page .hero-section .text { max-width: 650px; margin: 0 0 32px; color: var(--body-text-color); font-size: 15px; font-weight: 300; line-height: 1.8; }
.home-page .hero-section .buttons { display: flex; flex-wrap: wrap; gap: 12px; }
.home-page .hero-section .proof { display: flex; align-items: center; gap: 14px; margin-top: 46px; }
.home-page .hero-section .proof strong, .home-page .hero-section .proof span { display: block; }
.home-page .hero-section .proof strong { font-size: 13px; font-weight: 500; }
.home-page .hero-section .proof span { color: var(--body-text-color); font-size: 11px; font-weight: 300; }
.home-page .hero-section .scroll { position: absolute; bottom: 34px; left: 50%; display: flex; width: 42px; height: 58px; align-items: center; justify-content: center; border: 1px solid var(--border-color); border-radius: 99px; color: var(--second-text-color); transform: translateX(-50%); }
.home-page .hero-section .scroll svg { width: 17px; animation: scrollDown 1.8s infinite; }
@keyframes scrollDown { 0%, 100% { transform: translateY(-4px); } 50% { transform: translateY(5px); } }

/* about */
.home-page .about-section { padding: 30px 0 100px; }
.home-page .about-section > .container { max-width: none; padding-right: 50px; padding-left: 50px; }
.home-page .about-section .panel { position: relative; padding: 76px 76px 0; border-radius: 22px; background: var(--main-color); overflow: hidden; }
.home-page .about-section .panel::before { position: absolute; inset: 0; background: radial-gradient(circle at 85% 20%, color-mix(in srgb, var(--main-text-color) 14%, transparent), transparent 32%); content: ""; }
.home-page .about-section .content, .home-page .about-section .stats { position: relative; z-index: 1; }
.home-page .about-section .content { max-width: 900px; padding-bottom: 65px; }
.home-page .about-section .heading { margin: 0 0 22px; font-size: 38px; font-weight: 600; letter-spacing: -0.045em; line-height: 1.15; }
.home-page .about-section .heading span { color: var(--second-color); }
.home-page .about-section .text { max-width: 720px; margin: 0 0 30px; color: color-mix(in srgb, var(--main-text-color) 84%, transparent); font-size: 14px; font-weight: 300; line-height: 1.8; }
.home-page .about-section .stats { display: grid; grid-template-columns: repeat(3, 1fr); margin: 0 -76px; background: var(--second-color); }
.home-page .about-section .stats .item { padding: 30px 76px; border-right: 1px solid var(--border-color); }
.home-page .about-section .stats .item:last-child { border-right: 0; }
.home-page .about-section .stats strong, .home-page .about-section .stats span { display: block; }
.home-page .about-section .stats strong { font-size: 34px; font-weight: 600; }
.home-page .about-section .stats span { margin-top: 4px; color: var(--body-text-color); font-size: 12px; font-weight: 300; }

/* events */
.home-page .events-section { padding: 90px 0 120px; background: var(--second-color); }
.home-page .events-section .visual { position: relative; border-radius: 20px; overflow: hidden; }
.home-page .events-section .visual::after { position: absolute; inset: 0; background: linear-gradient(120deg, transparent 55%, color-mix(in srgb, var(--main-color) 22%, transparent)); content: ""; }
.home-page .events-section .visual img { width: 100%; height: 550px; object-fit: cover; }
.home-page .events-section .content { padding-left: 30px; }
.home-page .events-section .heading, .home-page .menu-section .heading, .home-page .testimonials-section .heading, .home-page .gallery-section .heading, .home-page .contact-section .heading { margin: 0; font-size: 38px; font-weight: 600; letter-spacing: -0.045em; line-height: 1.15; }
.home-page .events-section .text { margin: 24px 0 30px; color: var(--body-text-color); font-size: 14px; font-weight: 300; line-height: 1.8; }
.home-page .events-section .types { border-top: 1px solid var(--border-color); }
.home-page .events-section .types a { display: flex; align-items: center; justify-content: space-between; padding: 17px 0; border-bottom: 1px solid var(--border-color); color: var(--second-text-color); font-size: 16px; font-weight: 400; text-decoration: none; transition: 0.3s ease; }
.home-page .events-section .types a svg { width: 18px; color: var(--main-color); }
.home-page .events-section .types a:hover { padding-left: 10px; color: var(--main-color); }

/* menu */
.home-page .menu-section { padding: 110px 0; background: var(--third-color); }
.home-page .menu-section .section-heading { max-width: 680px; margin: 0 auto 55px; text-align: center; }
.home-page .menu-section .section-heading > p { margin: 18px 0 0; color: var(--body-text-color); font-size: 14px; font-weight: 300; }
.home-page .menu-section .items { border-top: 1px solid var(--border-color); }
.home-page .menu-section .item { display: grid; grid-template-columns: 110px 1.2fr 1.5fr 150px 48px; align-items: center; gap: 28px; padding: 22px 0; border-bottom: 1px solid var(--border-color); }
.home-page .menu-section .item > img { width: 110px; height: 86px; border-radius: 12px; object-fit: cover; }
.home-page .menu-section .item small { color: var(--main-color); font-size: 11px; font-weight: 400; }
.home-page .menu-section .item h3 { margin: 5px 0 0; font-size: 18px; font-weight: 500; }
.home-page .menu-section .item > p { margin: 0; color: var(--body-text-color); font-size: 13px; font-weight: 300; line-height: 1.7; }
.home-page .menu-section .meta span, .home-page .menu-section .meta strong { display: block; }
.home-page .menu-section .meta span { margin-bottom: 6px; color: var(--body-text-color); font-size: 11px; font-weight: 300; }
.home-page .menu-section .meta strong { color: var(--main-color); font-size: 20px; font-weight: 500; }
.home-page .menu-section .item > a { display: flex; width: 44px; height: 44px; align-items: center; justify-content: center; border-radius: 50%; background: var(--main-color); color: var(--main-text-color); transition: 0.3s ease; }
.home-page .menu-section .item > a:hover { transform: rotate(90deg); }
.home-page .menu-section .item > a svg { width: 17px; }

/* testimonials */
.home-page .testimonials-section { padding: 110px 0; }
.home-page .testimonials-section .panel { padding: 70px; border-radius: 22px; background: var(--main-color); }
.home-page .testimonials-section .section-heading { margin-bottom: 42px; text-align: center; }
.home-page .testimonials-section .heading span { color: var(--second-color); }
.home-page .testimonials-section .quote { min-height: 180px; margin: 0; padding: 28px; border: 1px solid var(--card-border-color); border-radius: 14px; background: var(--card-color); }
.home-page .testimonials-section .quote.featured { min-height: 378px; }
.home-page .testimonials-section .quote > svg { width: 38px; height: 38px; color: var(--main-color); fill: var(--main-color); }
.home-page .testimonials-section .quote p { margin: 0 0 26px; color: var(--quote-text-color); font-size: 13px; font-weight: 300; line-height: 1.8; }
.home-page .testimonials-section .featured p { margin-top: 38px; font-size: 14px; }
.home-page .testimonials-section .quote footer { margin-top: auto; }
.home-page .testimonials-section .quote footer strong, .home-page .testimonials-section .quote footer span { display: block; }
.home-page .testimonials-section .quote footer strong { font-size: 14px; font-weight: 500; }
.home-page .testimonials-section .quote footer span { margin-top: 3px; color: var(--main-color); font-size: 10px; }
.home-page .testimonials-section .quotes { display: grid; gap: 16px; }
.home-page .testimonials-section .carousel { padding-bottom: 36px; }
.home-page .testimonials-section .carousel-indicators { bottom: -18px; margin-bottom: 0; }
.home-page .testimonials-section .carousel-indicators button { width: 26px; height: 3px; border: 0; background: var(--second-color); }

/* gallery */
.home-page .gallery-section { padding: 30px 0 120px; }
.home-page .gallery-section .heading-row { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-bottom: 40px; }
.home-page .gallery-section .gallery { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 190px; gap: 12px; }
.home-page .gallery-section .gallery img { width: 100%; height: 100%; border-radius: 12px; object-fit: cover; filter: saturate(0.8); transition: 0.35s ease; }
.home-page .gallery-section .gallery img:nth-child(1), .home-page .gallery-section .gallery img:nth-child(6) { grid-row: span 2; }
.home-page .gallery-section .gallery img:nth-child(4) { grid-column: span 2; }
.home-page .gallery-section .gallery img:hover { filter: saturate(1.1); transform: scale(0.985); }

/* contact */
.home-page .contact-section { padding: 0 0 110px; }
.home-page .contact-section .panel { display: flex; align-items: center; justify-content: space-between; gap: 50px; padding: 55px 60px; border: 1px solid var(--border-color); border-radius: 20px; background: var(--third-color); }
.home-page .contact-section .actions { display: flex; align-items: center; gap: 28px; }
.home-page .contact-section .contact { display: flex; align-items: center; gap: 12px; color: var(--second-text-color); text-decoration: none; }
.home-page .contact-section .contact > svg { width: 20px; color: var(--main-color); }
.home-page .contact-section .contact small, .home-page .contact-section .contact span { display: block; }
.home-page .contact-section .contact small { color: var(--body-text-color); font-size: 10px; font-weight: 300; }
.home-page .contact-section .contact span { font-size: 14px; font-weight: 500; }

/***** FOOTER *****/

/* main */
.footer .main { padding: 70px 0; border-top: 1px solid var(--border-color); background: var(--second-color); }
.footer .logo { color: var(--second-text-color); font-size: 28px; font-weight: 700; letter-spacing: -0.06em; text-decoration: none; }
.footer .text { max-width: 390px; margin: 18px 0 0; color: var(--body-text-color); font-size: 13px; font-weight: 300; line-height: 1.8; }
.footer .heading { margin: 0 0 20px; font-size: 14px; font-weight: 500; }

/* links */
.footer .links { display: flex; flex-direction: column; align-items: flex-start; gap: 11px; }
.footer .links a, .footer .links span { color: var(--body-text-color); font-size: 12px; font-weight: 300; text-decoration: none; transition: 0.3s ease; }
.footer .links a:hover { color: var(--main-color); }

/* socials */
.footer .socials { display: flex; gap: 10px; }
.footer .socials a { display: flex; width: 38px; height: 38px; align-items: center; justify-content: center; border-radius: 50%; background: var(--main-color); color: var(--main-text-color); }
.footer .socials svg { width: 16px; }

/* bottom */
.footer .bottom { padding: 20px 0; border-top: 1px solid var(--border-color); background: var(--second-color); }
.footer .bottom .container { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.footer .bottom p, .footer .bottom a { margin: 0; color: var(--footer-text-color); font-size: 11px; font-weight: 300; text-decoration: none; }
.footer .bottom a:hover { color: var(--main-color); }

@media (max-width: 1199.98px) {
    .home-page .hero-section .heading { font-size: 58px; }
    .home-page .about-section .panel { padding: 58px 50px 0; }
    .home-page .about-section .stats { margin: 0 -50px; }
    .home-page .about-section .stats .item { padding: 28px 50px; }
    .home-page .menu-section .item { grid-template-columns: 95px 1fr 1.2fr 125px 44px; gap: 20px; }
}

@media (max-width: 991.98px) {
    .header .inner { min-height: 76px; }
    .home-page .hero-section { min-height: auto; padding: 130px 0 75px; }
    .home-page .hero-section .content { max-width: 680px; }
    .home-page .hero-section .scroll { display: none; }
    .home-page .about-section .stats .item { padding: 26px 35px; }
    .home-page .events-section .content { padding-left: 0; }
    .home-page .events-section .visual img { height: 430px; }
    .home-page .menu-section .item { grid-template-columns: 90px 1.1fr 1fr 110px 42px; gap: 15px; }
    .home-page .menu-section .item > img { width: 90px; height: 76px; }
    .home-page .testimonials-section .quote.featured { min-height: 260px; }
    .home-page .testimonials-section .quotes { margin-top: 16px; }
    .home-page .gallery-section .gallery { grid-template-columns: repeat(3, 1fr); }
    .home-page .contact-section .panel { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 767.98px) {
    .home-page .hero-section .heading { font-size: 46px; }
    .home-page .about-section, .home-page .events-section, .home-page .menu-section, .home-page .testimonials-section { padding: 75px 0; }
    .home-page .about-section { padding-top: 20px; }
    .home-page .about-section > .container { padding-right: 25px; padding-left: 25px; }
    .home-page .about-section .panel { padding: 42px 25px 0; border-radius: 16px; }
    .home-page .about-section .heading, .home-page .events-section .heading, .home-page .menu-section .heading, .home-page .testimonials-section .heading, .home-page .gallery-section .heading, .home-page .contact-section .heading { font-size: 32px; }
    .home-page .about-section .stats { grid-template-columns: 1fr; margin: 0 -25px; }
    .home-page .about-section .stats .item { padding: 22px 25px; border-right: 0; border-bottom: 1px solid var(--border-color); }
    .home-page .about-section .stats .item:last-child { border-bottom: 0; }
    .home-page .menu-section .item { position: relative; grid-template-columns: 82px 1fr; gap: 14px 18px; padding: 18px 50px 18px 0; }
    .home-page .menu-section .item > img { grid-row: span 2; width: 82px; height: 82px; }
    .home-page .menu-section .item > p { display: none; }
    .home-page .menu-section .meta { grid-column: 2; }
    .home-page .menu-section .item > a { position: absolute; top: 50%; right: 0; transform: translateY(-50%); }
    .home-page .menu-section .item > a:hover { transform: translateY(-50%) rotate(90deg); }
    .home-page .testimonials-section .panel { padding: 48px 22px; border-radius: 16px; }
    .home-page .gallery-section { padding: 20px 0 80px; }
    .home-page .gallery-section .heading-row { align-items: flex-start; flex-direction: column; }
    .home-page .gallery-section .gallery { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 160px; }
    .home-page .gallery-section .gallery img:nth-child(4) { grid-column: auto; }
    .home-page .contact-section { padding-bottom: 80px; }
    .home-page .contact-section .panel { padding: 38px 25px; }
    .home-page .contact-section .actions { align-items: flex-start; flex-direction: column; }
    .footer .bottom .container { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 479.98px) {
    .home-page .hero-section .heading { font-size: 39px; }
    .home-page .hero-section .buttons { align-items: stretch; flex-direction: column; }
    .home-page .hero-section .buttons .t-btn { width: 100%; }
    .home-page .events-section .visual img { height: 320px; }
    .home-page .gallery-section .gallery { grid-auto-rows: 135px; }
}
