@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600;700&family=Montserrat:wght@300;400;500;600&display=swap');

:root {
    --wine: #1a0301;
    --wine2: #320805;
    --gold: #c9a56a;
    --text: #f4e2bd
}

* {
    box-sizing: border-box;
     font-family: 'Playfair Display';
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    color: #eee;
     font-family: 'Playfair Display';
    overflow-x: hidden
}

#stories {
    position: relative;
}

.stories-shape img {
    width: 60px;
}

.stories-shape {
    position: absolute;
    bottom: -29px;
    z-index: 9;
    right: 60px;
}

.website
{
    background-image: url(/assets/image/home/body-img.jpg);
}

.age-gate {
    min-height: 100vh;
    display: grid;
    place-items: center;
    position: fixed;
    inset: 0;
    z-index: 99;
    background: radial-gradient(circle at 50% 45%, #3c0805 0, #190201 58%, #100000 100%);
    transition: opacity .7s, visibility .7s;
    overflow: hidden
}

.age-gate.hide {
    opacity: 0;
    visibility: hidden
}

.language-bg {
    position: absolute;
    inset: 0;
    opacity: .18;
    color: var(--gold);
    font-size: clamp(25px, 5vw, 70px);
    font-family: serif;
    font-weight: bold;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-content: space-around;
    filter: blur(.2px)
}

.language-bg span {
    padding: 3vw 4vw
}

.age-logo,
.logo,
.mini-logo,
.footer-logo {
    font-family: "Cormorant Garamond", serif;
    color: #dfc589;
    text-align: center;
    line-height: .62;
    letter-spacing: 3px;
    font-size: 25px
}

.age-logo strong,
.logo strong,
.mini-logo strong,
.footer-logo strong {
    font-size: 52px;
    font-weight: 500;
    letter-spacing: 0
}

.age-logo small,
.logo small,
.mini-logo small,
.footer-logo small {
    display: block;
    font-size: 13px;
    letter-spacing: 9px;
    margin-top: 12px
}

.age-logo {
    position: absolute;
    top: 10%;
    font-size: 18px
}

.age-logo strong {
    font-size: 42px
}

.age-card {
    width: min(380px, 88vw);
    aspect-ratio: 1/1.08;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: linear-gradient(135deg, #b21422, #610306 65%, #8b0c16);
    clip-path: polygon(50% 0, 100% 48%, 53% 100%, 0 52%);
    filter: drop-shadow(0 0 12px #c49c52);
    padding: 70px 45px 80px
}

.age-card:before {
    content: "";
    position: absolute;
    inset: 6px;
    clip-path: inherit;
    border: 1px solid var(--gold)
}

.age-ornament {
    width: 150px;
    height: 105px;
    object-fit: contain;
    mix-blend-mode: screen;
    margin-bottom: -5px;
    z-index: 1
}

.age-card h1,
.story h2,
.connect h2,
.contact h2,
.brand-center h1 {
    font-family: "Cormorant Garamond", serif;
    color: #f4dfad;
    font-size: 31px;
    line-height: .95;
    margin: 0;
    z-index: 1
}

.age-card p {
    font-size: 11px;
    line-height: 1.6;
    z-index: 1
}

.age-card button,
.contact button {
    z-index: 1;
    border: 1px solid rgba(225, 190, 120, .55);
    border-radius: 30px;
    background: transparent;
    color: #e7c985;
    padding: 12px 48px;
    font-family: "Cormorant Garamond", serif;
    font-size: 21px;
    cursor: pointer;
    transition: .3s
}

.age-card button:hover,
.contact button:hover {
    background: #c29a5a;
    color: #280400
}

.sun {
    font-size: 42px;
    color: #d4a64e;
    margin-top: 12px;
    z-index: 1
}

.website {
    display: none
}

.website.show {
    display: block;
    animation: reveal .8s ease
}

.container,
 .containerr,
    .container-md,
    .container-sm { padding: 0 15px; max-width: 1250px; width: 100%; margin: 0 auto; }

@keyframes reveal {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.header {
    height: 68px;
    padding: 8px 5%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgba(27, 4, 2, .9);
    position: sticky;
    top: 0;
    z-index: 20;
}

.header .logo {
    font-size: 9px
}

.header .logo strong {
    font-size: 27px
}

.header .logo small {
    font-size: 7px;
    margin-top: 5px
}

.header>a:last-child {
    color: #e4c88d;
    text-decoration: none;
    font-size: 11px;
    letter-spacing: 2px
}

.hero {
    padding: 16px 3% 35px
}

.hero-grid,
.feature-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
    max-width: 1300px;
    margin: auto
}

.hero-card,
.feature {
    height: 300px;
    overflow: hidden;
    border-radius: 7px
}

.hero-card img,
.feature img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s
}

.hero-card:hover img,
.feature:hover img {
    transform: scale(1.04)
}

.word-strip {
    display: flex;
    justify-content: space-around;
    gap: 20px;
    overflow: hidden;
    white-space: nowrap;
    padding: 15px 0;
    color: #6e3a24;
    font-family: serif;
    font-size: 13px;
    border-bottom: 1px solid rgba(201, 165, 106, .12)
}

.brand-center {
    text-align: center;
    padding: 15px 0
}

.mini-logo {
    font-size: 11px
}

.mini-logo strong {
    font-size: 29px
}

.mini-logo small {
    font-size: 7px;
    margin-top: 5px
}

.brand-center h1 {
    font-size: 34px;
    margin-top: 18px
}

.feature-grid {
    grid-template-columns: 1.15fr .85fr
}

.feature {
    height: 290px
}

.dots {
    text-align: center;
    padding: 22px
}

.dots i {
    display: inline-block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #845425;
    margin: 0 5px
}

.dots .active {
    background: #d5a44d;
    width: 12px
}

.story {
    max-width: 1400px;
    margin: auto;
    padding: 55px 5%;
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 45px;
    border-top: 1px solid rgba(201, 165, 106, .15)
}

.story-copy {
    align-self: center
}

.story h2,
.connect h2,
.contact h2 {
    font-size: 46px;
    letter-spacing: 1px
}

.story p {
    font-size: 12px;
    line-height: 1.5;
    color: #d0bda3;
    max-width: 450px
}

.story-collage {
    height: 480px;
    position: relative
}

.collage {
    position: absolute;
    object-fit: cover;
    border-radius: 3px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, .35)
}

.collage.a {
    width: 48%;
    height: 35%;
    top: 0;
    left: 0
}

.collage.b {
    width: 45%;
    height: 28%;
    top: 0;
    right: 0
}

.collage.c {
    width: 48%;
    height: 30%;
    bottom: 7%;
    left: 0
}

.collage.d {
    width: 47%;
    height: 27%;
    bottom: 8%;
    right: 0
}

.collage.e {
    width: 50%;
    height: 27%;
    bottom: 0;
    left: 25%
}

.bottle-main {
    position: absolute;
    width: 35%;
    height: 75%;
    object-fit: contain;
    left: 33%;
    top: 11%;
    z-index: 5;
    filter: drop-shadow(0 20px 18px rgba(0, 0, 0, .7))
}

.connect {
    text-align: center;
    padding: 35px 0 55px;
    border-top: 1px solid rgba(201, 165, 106, .15)
}

.section-icon {
    color: #c69c50;
    font-size: 35px
}

.connect p {
    font-size: 11px;
    color: #bda98f
}

.scroll-gallery {
    display: flex;
    gap: 15px;
    overflow-x: auto;
    padding: 18px 3%;
    scroll-snap-type: x mandatory
}

.scroll-gallery::-webkit-scrollbar {
    height: 4px
}

.scroll-gallery img {
    width: 260px;
    height: 210px;
    object-fit: cover;
    border-radius: 5px;
    flex: 0 0 auto;
    scroll-snap-align: center
}

.socials a {
    display: inline-grid;
    place-items: center;
    margin: 8px;
    width: 32px;
    height: 22px;
    border: 1px solid #a67b39;
    border-radius: 20px;
    color: #d8bb81;
    text-decoration: none;
    font-size: 12px
}

.contact {
    padding: 55px 5%;
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 55px;
    background: linear-gradient(180deg, transparent, #120100)
}

.contact-intro img {
    width: 360px;
    max-width: 100%;
    height: 300px;
    object-fit: contain;
    display: block;
    margin: 10px auto 0
}

.contact form {
    padding-top: 30px
}

.contact input,
.contact textarea {
    width: 100%;
    background: rgba(35, 6, 3, .35);
    border: 1px solid rgba(201, 165, 106, .2);
    color: #eee;
    border-radius: 4px;
    padding: 12px 16px;
    margin-bottom: 8px;
    font-family: Montserrat, sans-serif;
    font-size: 11px;
    outline: none
}

.contact textarea {
    height: 100px;
    resize: vertical
}

.contact input:focus,
.contact textarea:focus {
    border-color: #bd9656
}

.check {
    display: flex;
    gap: 10px;
    color: #b9a48a;
    font-size: 9px;
    line-height: 1.5;
    margin: 8px 0 18px
}

.check input {
    width: 14px;
    height: 14px;
    flex: 0 0 auto
}

.form-message {
    font-size: 11px;
    color: #d9bd82;
    margin-top: 10px
}

.footer-logo {
    font-size: 10px;
    display: inline-block
}

.footer-logo strong {
    font-size: 32px
}

.footer-logo small {
    font-size: 7px;
    margin-top: 6px
}

.footer-links {
    display: flex;
    justify-content: flex-end;
    gap: 25px;
    margin-top: -25px
}

.footer-links a {
    font-size: 9px;
    color: #d7bd85;
    text-decoration: none
}

.footer-links a:hover {
    text-decoration: underline
}
footer p {
    text-align: left;
    margin-top: 25px;
    font-size: 10.5px;
    color: #ffffff;
}

@media(max-width:700px) {
    .age-card {
        width: 330px
    }

    .hero-card {
        height: 190px
    }

    .feature {
        height: 190px
    }

    .story,
    .contact {
        grid-template-columns: 1fr;
        gap: 20px
    }

    .story {
        padding-top: 35px
    }

    .story h2,
    .connect h2,
    .contact h2 {
        font-size: 36px
    }

    .story-collage {
        height: 390px
    }

    .footer-links {
        justify-content: center;
        margin-top: 20px;
        flex-wrap: wrap
    }

    .footer-links a {
        font-size: 8px
    }

    .hero-grid,
    .feature-grid {
        gap: 8px
    }

    .word-strip {
        font-size: 10px
    }

    .header {
        padding: 8px 4%
    }

    .contact {
        padding-top: 35px
    }

    .contact-intro img {
        height: 240px
    }
}

/* CINEMATIC AODH-STYLE EFFECTS */
html {
    scroll-behavior: auto
}

.website {
    background-image: url(/assets/image/home/body-img.jpg);
}


.reveal,
.reveal-left,
.reveal-right,
.reveal-scale,
.story-copy,
.story-collage,
.contact-intro,
.contact form {
    opacity: 0;
    transition: opacity 1.1s cubic-bezier(.16, 1, .3, 1), transform 1.2s cubic-bezier(.16, 1, .3, 1), clip-path 1.3s cubic-bezier(.16, 1, .3, 1)
}

.reveal {
    transform: translateY(55px)
}

.reveal-left {
    transform: translateX(-70px)
}

.reveal-right {
    transform: translateX(70px)
}

.reveal-scale {
    transform: scale(.88);
    clip-path: inset(8% 5%)
}

.in-view.reveal,
.in-view.reveal-left,
.in-view.reveal-right,
.in-view.reveal-scale,
.in-view.story-copy,
.in-view.story-collage,
.in-view.contact-intro,
.in-view.contact form {
    opacity: 1;
    transform: none;
    clip-path: inset(0)
}

.hero-card,
.feature {
    position: relative
}

.hero-card img,
.feature img {
    transform: scale(1.08);
    transition: transform 1.5s cubic-bezier(.16, 1, .3, 1)
}

.hero-card.in-view img,
.feature.in-view img {
    transform: scale(1)
}

.hero-card:hover img,
.feature:hover img {
    transform: scale(1.05)
}

[data-parallax] {
    will-change: transform
}

.bottle-main {
    transform-origin: center bottom;
    animation: bottleFloat 7s ease-in-out infinite
}

@keyframes bottleFloat {

    0%,
    100% {
        margin-top: 0
    }

    50% {
        margin-top: -10px
    }
}

.scroll-gallery {
    scrollbar-width: none;
    padding-top: 30px;
    padding-bottom: 30px
}

.scroll-gallery::-webkit-scrollbar {
    display: none
}

.scroll-gallery img {
    transition: transform .7s cubic-bezier(.16, 1, .3, 1), filter .7s ease, opacity .7s ease;
    filter: brightness(.62) saturate(.75);
    opacity: .75
}

.scroll-gallery img.is-focus,
.scroll-gallery img:hover {
    transform: scale(1.08);
    filter: brightness(1) saturate(1);
    opacity: 1
}

.story,
.connect,
.contact {
    position: relative
}

.story:before,
.connect:before {
    content: "";
    position: absolute;
    top: 0;
    left: 8%;
    width: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--gold), transparent);
    transition: width 1.5s cubic-bezier(.16, 1, .3, 1)
}

.story.in-view:before,
.connect.in-view:before {
    width: 84%
}

.contact {
    overflow: hidden
}

.contact:before {
    content: "";
    position: absolute;
    width: 55vw;
    height: 55vw;
    left: -25vw;
    bottom: -30vw;
    background: radial-gradient(circle, rgba(138, 39, 18, .26), transparent 68%);
    pointer-events: none
}

.spotlight {
    position: fixed;
    width: 520px;
    height: 520px;
    border-radius: 50%;
    pointer-events: none;
    z-index: 1;
    transform: translate(-50%, -50%);
    background: radial-gradient(circle, rgba(196, 134, 67, .075), transparent 68%);
    mix-blend-mode: screen
}

.age-card button,
.contact button {
    position: relative;
    overflow: hidden
}

.age-card button:before,
.contact button:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(110deg, transparent 20%, rgba(255, 255, 255, .25), transparent 75%);
    transform: translateX(-120%);
    transition: transform .7s ease
}

.age-card button:hover:before,
.contact button:hover:before {
    transform: translateX(120%)
}

@media(max-width:700px) {
    .spotlight {
        display: none
    }

    .reveal-left {
        transform: translateX(-35px)
    }

    .reveal-right {
        transform: translateX(35px)
    }

    .reveal {
        transform: translateY(35px)
    }
}


.banner-logo {
    text-align: center;
}

.banner-logo {
    text-align: center;
}

.bannershape {
    text-align: center;
    width: 40%;
    margin: auto;
    position: relative;
}

.banner-logo img {
    width: 200px;
    margin-bottom: 20px;
}

.bannershape img {
    width: 100%;
}

.banner-block {
    padding: 0px 0;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.shape-text h3 {
    background: linear-gradient(
        to bottom,
        #FFDF98 0%,
        #D4C881 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    font-size: 25px;
    font-weight: 600;
}



.banner-box {
    position: relative;
}

.shape-text {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    width: 100%;
}



p{
     font-family: "Poppins", sans-serif !important;
     font-weight: 300;
}

.shape-text p {
    margin: 10px 0 25px;
    font-size: 14px;
    font-weight: 300;
}
.banner-bottom {
    width: 50px !important;
    display: block;
    text-align: center;
    margin: 30px auto;
}

.banner-top {
    width: 180px !important;
    margin-bottom: 20px;
    margin-top: 40px;
}

#website {
    display: none;
}

/* Age banner visible */
#banner {
    display: block;
    min-height: 100vh;
}

.header-block {
    width: 100%;
}

.header {
    height: auto;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgba(27, 4, 2, .9);
    position: sticky;
    top: 0;
    z-index: 20;
}

.header-content img {
    width: 150px;
}

.header-content img {
    width: 150px;
    margin-left: 190px;
}

a
{
    text-decoration: none;
}

.header-content a {
    font-size: 20px;
    color: #FFDF98;
}

.header-box .row {
    align-items: center;
}

.homehero-content img {
    width: 100%;
}

.home-hero-block .container-fluid {
    padding: 0;
}

.home-hero-box .row {
    margin: 0;
}
.home-hero-box .col-md-7 {
    padding: 0;
    padding-right: 10px;
    height: 100%;
}
.home-hero-box .col-md-5 {
    padding: 0;
    padding-left: 10px;
    height: 100%;
}


.home-hero-box .row {
    align-items: stretch;
}

.home-hero-box .row > div {
    display: flex;
}

.homehero-content {
    width: 100%;
    display: flex;
}

.homehero-content img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}


.home-hero-box .col-md-12 {
    margin: 30px 0 10px;
}

.pt-70 
{
    padding-top: 70px;
}

.pb-70 
{
    padding-bottom: 70px;
}

.section-title img {
    width: 140px;
    margin-bottom: 15px;
}
.section-title {
    text-align: center;
}
.section-title h1 {
	color: transparent;
	font-size: 45px;
	font-weight: 500;
	background: linear-gradient( 90deg, #ffb162 0%, #d4c881 100% );
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
       font-family: "Playfair Display", serif;
    font-size: clamp(42px, 4.1vw, 70px);
    font-weight: 500;

}

.section-title.left h1 {
	text-align: left;
	line-height: 55px;
	margin-bottom: 30px;
}

.stories-content p {
    margin-bottom: 25px;
}
.stories-content
{
    width: 100%;
}
.stories-content img {
	width: 149%;
	max-width: 149%;
}


.carousel-box {
    width: 100%;
    overflow: hidden;
}

#owl_connect .owl-stage {
    display: flex;
    align-items: stretch;
}

#owl_connect .owl-item {
    display: flex;
}

#owl_connect .item {
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
    aspect-ratio: 4 / 5;
}

#owl_connect .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

#owl_connect .owl-stage-outer {
    overflow: hidden;
}

/* dots */
#owl_connect .owl-dots {
    text-align: center;
    margin-top: 20px;
}

.lets-connect-box {
    margin: 50px 0 20px;
}

.connect-icon {
	display: flex;
	align-items: center;
	justify-content: center;
}

.connect-icon a {
	width: 50px;
	height: 50px;
	border: 2px solid transparent;
	border-radius: 50%;
	text-align: center;
	color: #ffb162;
	display: flex;
	margin: 0 5px;
	align-items: center;
	justify-content: center;
	background: linear-gradient(#190602, #190602) padding-box, linear-gradient( 90deg, rgba(216, 197, 126, 1), rgba(114, 104, 67, 0.5), rgba(216, 197, 126, 1) ) border-box;
	background-size: 100% 100%, 200% 100%;
	background-position: center, left !important;
	transition: background-position 0.5s ease-in-out;
}

.connect-icon a:hover {
	background-position: center, right !important;
}
.connect-icon a i {
	font-size: 25px;
}

#lets-connect {
    border-bottom: 1px solid #ffb162;
}

.section-title.left p
{
    text-align: left;
}

.getintouch-content
{
    position: relative;
}

.getin-img img {
	width: 260px;
	position: absolute;
	top: 0;
	max-width: 100%;
	left: 48%;
}

.form-control {
	width: 100%;
	height: auto !important;
	padding: 12px 22px;
	border: 1.5px solid transparent;
	border-radius: 50px;
	color: #eee !important;
	font-family: "Poppins", sans-serif;
	font-size: 14px;
	box-shadow: none !important;
	outline: none !important;
	font-weight: 300;
	background: linear-gradient(#190602, #190602) padding-box, linear-gradient( 90deg, rgba(216, 197, 126, 1), rgba(114, 104, 67, 0.5), rgba(216, 197, 126, 1) ) border-box;
	background-size: 100% 100%, 200% 100%;
	background-position: center, left !important;
	transition: background-position 0.5s ease-in-out;
}


.form-group .form-control:focus, 
.form-group .form-control:hover,
.form-group:hover .form-control {
background-position: center, right !important;
box-shadow: none !important;
  border-color: transparent !important;
}
textarea.form-control {
	height: 110px !important;
	border-radius: 15px;
	resize: none !important;
}
.form-group {
    margin-bottom: 20px;
}

.form-group.privacy-p {
    display: flex;
    align-items: center;
}

.form-group.privacy-p img {
    width: 35px;
    border: 1px solid #ffb162;
    border-radius: 50%;
    padding: 5px;
}

.form-group.privacy-p p {
    margin-left: 20px;
    margin-bottom: 0;
    font-size: 15px;
}

.form-group.privacy-p a {
    color: #ffb162;
    display: block;
    text-decoration: underline;
    padding-bottom: 0px;
}

input.border-brn {
    background: transparent;
}

::placeholder {
    color: #d8c9ad !important;
    opacity: 1 !important;
}

.footer-block {
    background: #000000;
    padding: 20px 0 0;
}

.form-control:focus {
    color: #eee !important;
    background-color: transparent !important;
    border-color: #ffb162;
    outline: 0;
    box-shadow: none !important;
}

textarea.form-control {
    min-height: 40px;
    height: 90px;
}
.footer-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.getintouch-block {
    overflow: hidden;
}

.footer-nav ul li {
    display: inline-block;
    margin-left: 30px;
}

.footer-nav ul li a {
    color: #fff;
}

.footer-logo img {
    width: 100%;
    max-width: 130px;
}

.footer-nav ul {
    margin-bottom: 0;
}

.copy-right {
    display: flex;
    justify-content: space-between;
}

.col-md-5 .homehero-content img {
    height: 630px;
    object-fit: cover;
}
.col-md-7 .homehero-content img {
    border-radius: 0 10px 10px 0;
}
.col-md-5 .homehero-content img {
    border-radius: 10px 0 0 10px;
}
.starts-box {
    margin: 40px 0 0;
}

div#shapes img {
    width: 100%;
}

#shapes img {
    width: 30%;
    margin-bottom: 50px;
}


img.first1 {
    position: absolute;
    width: 20px;
    top: 0;
    z-index: 999;
}
.shape_imgs
{
    position: relative;
}

img.first1 {
    position: absolute;
    width: 25px !important;
    top: -11px;
    z-index: 99;
    left: 46%;
    margin-bottom: 0 !important;
}
img.first2 {
    position: absolute;
    width: 40px !important;
    top: -19px;
    z-index: 9;
    left: 48.5%;
    margin-bottom: 0 !important;
}
img.first3 {
    position: absolute;
    width: 25px !important;
    top: -11px;
    z-index: 9;
    left: 52%;
    margin-bottom: 0 !important;
}

.heroslide-img {
	height: 100%;
}

.heroslide-img img {
	height: 100%;
	object-fit: cover;
	object-position: center;
}

#heroslider .item .col-md-5 .heroslide-img img {
  
    border-radius: 10px 0 0 10px;
}

#heroslider .item .col-md-7 .heroslide-img img {
    border-radius: 0 10px 10px 0;
}

.logo-marquee {
    width: 100%;
    overflow: hidden;
    padding: 45px 0;
    position: relative;
}

/* continuous moving track */
.logo-track {
	display: flex;
	align-items: flex-end;
	width: max-content;
	animation: logoMarquee 25s linear infinite;
	will-change: transform;
}


/* width JS se set hogi */
.logo-item {
    box-sizing: border-box;
    padding: 0 18px;
    display: flex;
    justify-content: center;
   align-items: flex-end;
}

.logo-item img {
    display: block;
    width: 100%;
    max-width: 135px;
    height: auto;
    opacity: .12;
    filter: grayscale(1) brightness(1.4);
    transform: scale(0.92);
   transition-duration: 700ms;
}


/* center logo */
.logo-item.logo-active img {
     opacity: 1;
    filter: grayscale(0) brightness(1);
    transform: scale(1.08);
   transition-duration: 700ms;
}


/* IMPORTANT
   exactly duplicate set ki width tak move hoga
*/
@keyframes logoMarquee {

    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }

}


#owl_heroslider .owl-item {
    opacity: 0;
    transition: opacity 1.2s ease-in-out;
}

#owl_heroslider .owl-item.active {
    opacity: 1;
}

#heroslider .owl-dots {
    display: none;
}



.reveal-up {
      opacity: 0;
      transform: translate3d(0, 55px, 0);
      transition-property: opacity, transform;
      transition-duration: 1.25s, 1.35s;
      transition-timing-function:
        cubic-bezier(0.16, 1, 0.3, 1),
        cubic-bezier(0.16, 1, 0.3, 1);
      transition-delay: var(--reveal-delay, 120ms);
      will-change: opacity, transform;
      backface-visibility: hidden;
    }

    .reveal-up.is-visible {
      opacity: 1;
      transform: translate3d(0, 0, 0);
    }

    /* Mobile par motion thoda soft rahe */
    @media (max-width: 767.98px) {
      .reveal-up {
        transform: translate3d(0, 36px, 0);
        transition-duration: 1.05s, 1.15s;
      }
    }

    /* Accessibility */
    @media (prefers-reduced-motion: reduce) {
      .reveal-up {
        opacity: 1 !important;
        transform: none !important;
        transition: none !important;
      }
    }


@media (max-width:1100px)
{
    .shape-text h3 {
    background: linear-gradient(
        to bottom,
        #FFDF98 0%,
        #D4C881 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    font-size: 23px;
    font-weight: 600;
}

.banner-top {
    width: 120px !important;
    margin-bottom: 20px;
    margin-top: 40px;
}

.banner-logo img {
    width: 150px;
    margin-bottom: 20px;
}

.bannershape {
    text-align: center;
    width: 45%;
    margin: auto;
    position: relative;
}

.section-title h1 {
    font-size: 40px;
}
}

@media (max-width:991px)
{
    .bannershape {
    text-align: center;
    width: 60%;
    margin: auto;
    position: relative;
}

.section-title h1 {
    font-size: 35px;
}

.container, .container-md, .container-sm {
    max-width: 100%;
    padding: 0 30px;
}
}

@media (max-width:767px)
{
.bannershape {
    text-align: center;
    width: 80%;
    margin: auto;
    position: relative;
}

.section-title h1 {
    font-size: 30px;
}

.stories-content img {
    width: 100%;
}

.getintouch-content.flex-responsive {
    display: flex;
    justify-content: space-between;
}

.getin-img img {
    width: 30%;
    position: unset;
    top: 0;
    right: 40px;
}

.getin-img {
    text-align: center;
    margin-bottom: 30px;
}
.item .col-md-7 {
    flex: 0 0 60%;
}
.item .col-md-5 {
    flex: 0 0 40%;
}

#heroslider .item .col-md-5 .heroslide-img img {
    height: auto;
    object-fit: cover;
    border-radius: 10px 0 0 10px;
}


.pt-70 {
    padding-top: 40px;
}
.pb-70 {
    padding-bottom: 40px;
}

.header-content img {
    width: 150px;
    margin-left: 0;
}

.header-box .col-md-10 {
    flex: 0 0 50%;
    max-width: 50%;
}
.header-box .col-md-2 {
    flex: 0 0 50%;
    max-width: 50%;
}
.section-title.left h1 {
    text-align: left;
    line-height: 45px;
    margin-bottom: 20px;
}

.stories-content p {
    margin-bottom: 15px;
}

.getin-img img {
    width: 50%;
    position: unset;
    top: 0;
    right: 40px;
}

.getintouch-content.flex-responsive {
    align-items: center;
}

.shape-text p {
    padding: 0 40px;
}

}

@media (max-width:640px)
{
    .starts-box {
        margin: 25px 0 0;
    }

    .header-content img {
    width: 130px;
    margin-left: 0;
}



.pt-70 {
    padding-top: 20px;
}
.pb-70 {
    padding-bottom: 20px;
}

.copy-right {
    display: block;
    justify-content: space-between;
}

footer p {
    text-align: left;
    margin-top: 25px;
    font-size: 13.5px;
    color: #ffffff;
}

.footer-logo img {
    width: 100%;
    max-width: 180px;
}

.footer-box {
    display: block;
    align-items: center;
    justify-content: space-between;
}

.footer-logo img {
    width: 100%;
    max-width: 120px;
    margin-bottom: 30px;
}

.footer-nav ul li {
    display: inline-block;
    margin-left: 0;
}

.footer-nav ul {
    margin-bottom: 0;
    padding-left: 0;
}

.footer-nav ul li {
    display: block;
    margin-left: 0;
}

.footer-block {
    background: #000000;
    padding: 35px 0 10px;
}
}

@media (max-width:480px)
{
.bannershape {
    text-align: center;
    width: 100%;
    margin: auto;
    position: relative;
}

.banner-logo img {
    width: 130px;
    margin-bottom: 20px;
}
.shape-text h3 {
    font-size: 20px;
}
.banner-top {
    width: 110px !important;
    margin-bottom: 20px;
    margin-top: 30px;
}

.shape-text p {
    margin: 10px 0 15px;
    font-size: 14px;
    font-weight: 300;
}

.banner-bottom {
    width: 40px !important;
    display: block;
    text-align: center;
    margin: 20px auto;
}

.header-content img {
    width: 110px;
    margin-left: 0;
}



.section-title.left h1 {
    text-align: left;
    line-height: 30px;
    margin-bottom: 15px;
}

.lets-connect-block {
    padding-top: 60px;
}

.section-title p {
    padding: 0 20px;
}

.lets-connect-box {
    margin: 30px 0 20px;
}

.section-title.left p {
    padding: 0;
}

.getintouch-content.flex-responsive {
    display: block;
    justify-content: space-between;
}
.getin-img {
    text-align: left;
    margin-bottom: 30px;
}
}

.form-group.privacy-box label {
	display: block;
	position: relative;
	width: 100%;
}
.form-group.privacy-box label span.wpcf7-list-item-label {
	color: #eee !important;
	font-family: "Poppins", sans-serif;
	font-size: 14px;
	box-shadow: none !important;
	outline: none !important;
	font-weight: 300;
	width: 100%;
	position: relative;
	display: block;
	padding-left: 64px;
}

.form-group.privacy-box input {
	display: block;
	width: 50px !important;
	outline: none !important;
	height: 50px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	appearance: none !important;
	-webkit-appearance: none !important;
	border: 2px solid transparent;
    border-radius: 100%;
    background: linear-gradient(#190602, #190602) padding-box, 
    linear-gradient( 90deg, rgba(216, 197, 126, 1), rgba(114, 104, 67, 0.5), rgba(216, 197, 126, 1) ) border-box !important;
	background-size: 100% 100%, 200% 100% !important;
	background-position: center, left !important;
	transition: background-position 0.5s ease-in-out;
}

.form-group.privacy-box input[type="checkbox"]:hover,
.form-group.privacy-box input[type="checkbox"]:focus {
  background-position: center, right !important;
}
.form-group.privacy-box input[type="checkbox"]:checked {
    background-color: transparent !important;
}

.form-group.privacy-box input[type="checkbox"]:checked::after {
	content: '';
	display: block;
	background-image: url('../images/chkimg.png');
	width: 40px;
	height: 42px;
	position: absolute;
	top: 50%;
	left: 50%;
	background-size: contain;
	z-index: 1;
	background-repeat: no-repeat;
	transform: translate(-50%, -50%);
}

.form-group.privacy-box a {
	color: #E3B874 !important;
	font-family: "Poppins", sans-serif;
	font-size: 14px;
	font-weight: 300;
	text-decoration: none;
	border-bottom: 1px solid;
}

.form-group.privacy-box .wpcf7-list-item {
    margin: 0;
    padding: 0;
}

.border-brn {
	padding: 5px 40px;
	text-decoration: none;
	border: 1.5px solid transparent;
	border-radius: 50px;
	color: #c8a557 !important;
	font-size: 22px;
	font-family: 'Playfair Display';
	transform: scale(1);
	background: linear-gradient(#190602, #190602) padding-box, 
    linear-gradient( 90deg, rgba(216, 197, 126, 1), rgba(114, 104, 67, 0.5), rgba(216, 197, 126, 1) ) border-box !important;
	background-size: 100% 100%, 200% 100% !important;
	background-position: center, left !important;
	transition: background-position 0.5s ease-in-out;
}

.border-brn:hover {
 background-position: center, right !important;
}


#owl_connect .owl-dots {
	text-align: center;
	margin-top: 20px;
	display: none;
}


.youtubeimgs {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.youtubeimgs img.bgs {
	position: absolute;
	width: calc(100% - 4px);
	height: calc(100% - 11px);
	z-index: 1;
	left: 2px;
	top: 2px;
}
.youtubeimgs .palybutton {
	position: absolute;
	width: 70px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
	background-color: transparent !important;
	border: none !important;
	outline: none !important;
}
.youtubeimgs .palybutton img {
	width: 100%;
}
.youtubeimgs .palybutton:hover {
    transition-duration: 700ms;
  background:
    linear-gradient(#1f150e, #1f150e) padding-box,
    linear-gradient(270deg, #ffb162, #d4c881) border-box !important;
}

.starts-box iframe {
	width: 100%;
	height: 600px;
	object-fit: cover;
	border-radius: 10px;
	border: 2px solid transparent;
	background: linear-gradient(#1f150e, #1f150e) padding-box, linear-gradient(90deg, #ffb162, #d4c881) border-box;
	transition-duration: 700ms;
	margin: 0px !important;
}
.starts-box iframe:hover {
    transition-duration: 700ms;
  background:
    linear-gradient(#1f150e, #1f150e) padding-box,
    linear-gradient(270deg, #ffb162, #d4c881) border-box !important;
}



.youtubeimgs.video-playing img.bgs {
	display: none;
}
.youtubeimgs.video-playing .palybutton {
	display: none
}

#enterSite {
	padding: 7px 40px;
	text-decoration: none;
	border: 1.5px solid transparent;
	border-radius: 50px;
	color: #c8a557 !important;
	font-size: 22px;
	font-family: 'Playfair Display';
	font-weight: bold;
	background: linear-gradient(#97171b, #97171b) padding-box, linear-gradient( 90deg, rgba(216, 197, 126, 1), rgba(114, 104, 67, 0.5), rgba(216, 197, 126, 1) ) border-box;
	background-size: 100% 100%, 200% 100%;
	background-position: center, left !important;
	transition: background-position 0.5s ease-in-out;
}

#enterSite:hover {
	background-position: center, right !important;
}

/* ===== Site Preloader ===== */
#tie-loader .tie-loader-inner{position:relative;z-index:2;text-align:center;transform:translateY(4px)}
#tie-loader .tie-loader-line{position:relative;width:280px;max-width:60vw;height:2px;margin:0 auto 20px;background:rgba(196,18,27,.18);border-radius:2px;overflow:hidden}
#tie-loader .tie-loader-fill{position:absolute;left:0;top:0;height:100%;width:0;border-radius:2px;background:linear-gradient(90deg,#c0121b,#ff5a2c);box-shadow:0 0 14px rgba(196,18,27,.55);transition:width .12s linear}
#tie-loader .tie-loader-text{font-family:"Poppins",sans-serif;letter-spacing:.42em;font-size:13px;font-weight:600;color:#c9a56a;padding-left:.42em}
#tie-loader .tie-loader-text #tie-loader-pct{color:#e0221f;letter-spacing:.2em}
body.tie-loading{overflow:hidden}


/* =====================================================================
   RESPONSIVE OVERHAUL  (appended)  — The Indian Edit
   Goal: full responsiveness matching mobile reference. Only additive
   overrides below this line; nothing above was removed.
   ===================================================================== */

/* ---- Global safety: no element wider than its column ---- */
img { max-width: 100%; }

.header-content img,
.section-title img,
.getin-img img,
.logo-item img { height: auto; }
.container,
.containerr { width: 100%; }
.containerr { max-width: 1140px; margin-left: auto; margin-right: auto; }

/* Responsive video: keep 16:9, drop the fixed 600px height on all sizes */
.starts-box iframe {
    aspect-ratio: 16 / 9;
    height: auto !important;
    max-height: 640px;
}

/* =====================  TABLET  (<= 991px)  ===================== */
@media (max-width: 991px) {
    .containerr { padding: 0 30px; }

    /* Header: logo left, contact right, vertically centered */
    .header-content img { margin-left: 0 !important; }
    .header-box .col-md-10 .header-content { text-align: left !important; }

    /* Hero: cap the fixed 630px so it never dwarfs the viewport */
    .col-md-5 .homehero-content img,
    #heroslider .item .col-md-5 .heroslide-img img,
    #heroslider .item .col-md-7 .heroslide-img img {
        height: auto;
    }


    .starts-box iframe { max-height: 460px; }


}

/* =====================  LANDSCAPE PHONE / SMALL TABLET (<= 767px) ===== */
@media (max-width: 767px) {
    #heroslider .item .row { row-gap: 12px; }
    #heroslider .item .col-md-7,
    #heroslider .item .col-md-5 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

     #heroslider .item .col-md-5 {
        display: none;
    }
    #heroslider .item .col-md-5 .heroslide-img img,
    #heroslider .item .col-md-7 .heroslide-img img {
        height: auto !important;
        width: 100%;
        border-radius: 10px !important;
    }
    .heroslider-block {
	padding: 20px 0 0 0;
}

.section-title img {
	width: 110px;
	margin-bottom: 10px;
}

    /* Get in touch: form image no longer absolutely floated over form */
    .getin-img img { position: static !important; left: auto !important; width: 60%; }
    .getin-img { text-align: center; margin: 15px auto 25px; }

    /* Logo marquee a touch tighter */
    .logo-marquee { padding: 20px 0; }
    .logo-item { padding: 0 12px; }
    .logo-item img { max-width: 110px; }

    .starts-box iframe { max-height: 360px; border-radius: 8px; }


   .section-title.left h1 {
	text-align: center;
	line-height: 28px;
	margin-bottom: 20px !important;
	max-width: 310px;
	margin: 0 auto;
}

    .stories-description p br {
        display: none;
    }

    .stories-description {
        max-width: 396px;
        margin: 0 auto;
    }

.stories-block.pt-70 {
	padding-top: 0px !important;
}
.stories-content img {
	margin-top: 20px;
}
.section-title p {
	max-width: 310px;
	margin: 0 auto;
	font-size: 15px;
}
.getintouch-content .section-title p {
	max-width: 340px;
}

.getin-img {
	display: none !important;
}

.get-form {
	margin-top: 50px;
}

.footer-box {
	display: block;
}
.footer-nav ul {
	margin-bottom: 0;
	padding: 0;
}
.footer-nav ul li {
	display: block;
	margin-left: 0;
}
.footer-nav ul li a {
	color: #fff;
	font-family: 'Poppins';
	font-weight: 300;
	font-size: 15px;
	margin-bottom: 3px;
	display: inline-block;
}

.copy-right p:first-child {
	display: none;
}
.copy-right {
	border-top: 1px solid #c8a557;
	margin: 20px -15px 0px -15px;
	padding: 0px 15px;
}
footer p {
	text-align: left;
	margin: 0;
	font-size: 13px;
	color: #ffffff;
	padding: 20px 0;
}
.container,
    .container-md,
    .container-sm { padding: 0 15px; }
    .containerr { padding: 0 15px; }

    .footer-block {
	background: #000000;
	padding: 50px 0 0;
}

.stories-content img {
	width: 100%;
	max-width: 100% !important;
}
}


@media (max-width: 575px) {
    

    .header { padding: 12px 15px; }
    .header-box .col-md-10,
    .header-box .col-md-2 {
        flex: 0 0 auto;
        max-width: none;
    }
    .header-box .col-md-10 .header-content { text-align: center !important; }
    .header-content img { width: 120px; }
    .header-content a { font-size: 15px; }

    /* Sections breathing room */
    .starts-box { margin-top: 20px; }
    .lets-connect-box { margin: 25px 0 15px; }
    .starts-box iframe { max-height: 250px; }

    /* Story shape ornament smaller & inside bounds */
    .stories-shape { right: 18px; bottom: -18px; }
    .stories-shape img { width: 42px; }

    /* Shapes ornament */
    #shapes img { width: 55%; margin-bottom: 30px; }

    /* Form fields comfy tap targets */
    .form-control { font-size: 15px; padding: 12px 18px; }
    .form-group { margin-bottom: 16px; }
    .connect-icon a { width: 44px; height: 44px; }
    .connect-icon a i { font-size: 20px; }

    /* Footer already block-stacked; center logo */
    .footer-logo img { margin: 0 auto 20px; display: block; }
}

/* =====================  SMALL PHONE  (<= 380px)  ===================== */
@media (max-width: 380px) {
    .header-content img { width: 105px; }
    .getin-img img { width: 75%; }
    .starts-box iframe { max-height: 210px; }
}

/* =====================================================================
   NAVIGATION  (hamburger + drawer) — appended
   ===================================================================== */
.header-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    width: 100%;
}
.site-logo { display: inline-block; line-height: 0; }
.site-logo img { width: 150px; }

/* nav links */
.main-nav { display: flex; align-items: center; gap: 30px; }
.main-nav .nav-menu {
    display: flex;
    align-items: center;
    gap: 30px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.main-nav .nav-menu li { list-style: none; }
.main-nav a,
.nav-contact {
    color: #ffdf98;
    font-size: 18px;
    text-decoration: none;
    transition: color .3s;
}
.main-nav a:hover,
.nav-contact:hover { color: #d4c881; }

/* hamburger button */
.nav-toggle {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
    width: 42px;
    height: 42px;
    padding: 8px;
    background: transparent;
    border: none;
    cursor: pointer;
    z-index: 70;
}
.nav-toggle span {
    display: block;
    width: 26px;
    height: 2px;
    background: #ffdf98;
    transition: transform .35s ease, opacity .25s ease;
}
.nav-toggle.active span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.nav-toggle.active span:nth-child(2) { opacity: 0; }
.nav-toggle.active span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

.nav-overlay { display: none; }

@media (max-width: 1100px) {
    .stories-content img {
	width: 140%;
	max-width: 140%;
}
}

@media (max-width: 1024px) {
    .stories-content p {
	margin-bottom: 20px;
}

.stories-content p br {
	display: none;
}
}
@media (max-width: 991px) {

    .main-nav a, .nav-contact {
	text-align: right;
}
    .header-box { justify-content: center; }

    .nav-toggle {
        display: flex;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }

   .main-nav {
	position: fixed;
	top: 0;
	right: 0;
	height: 100vh;
	height: 100dvh;
	width: min(320px, 82vw);
	background: #1a0301;
	flex-direction: column;
	align-items: flex-start;
	gap: 0;
	padding: 90px 32px 32px;
	transform: translateX(100%);
	z-index: 65;
	box-shadow: -12px 0 45px rgba(0,0,0,.55);
	overflow-y: auto;
	transition-duration: 1000ms;
}
    .main-nav.open { transform: none; }

    .main-nav .nav-menu {
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        width: 100%;
    }
    .main-nav .nav-menu li { width: 100%; border-bottom: 1px solid rgba(201,165,106,.18); }
    .main-nav .nav-menu li a,
    .nav-contact {
        display: block;
        width: 100%;
        padding: 16px 0;
        font-size: 18px;
    }
    .nav-contact { border-top: 1px solid rgba(201,165,106,.18); margin-top: 4px; }

    .nav-overlay {
        display: block;
        position: fixed;
        inset: 0;
        background: rgba(0,0,0,.55);
        opacity: 0;
        visibility: hidden;
        transition: opacity .4s ease, visibility .4s ease;
        z-index: 60;
    }
    .nav-overlay.open { opacity: 1; visibility: visible; }

    body.nav-open { overflow: hidden; }
}
@media (max-width: 767px) {
    .getintouch-content .section-title p br {
        display: none;
        
    }
    .connect-icon {
        margin: 25px 0 10px 0;
    }

    .getintouch-content {
	padding-top: 20px;
}
}
@media (max-width: 575px) {
    .site-logo img { width: 120px; }
}


.wpcf7-not-valid-tip {
	color: #E3B874 !important;
	font-family: "Poppins", sans-serif;
	font-size: 14px;
	font-weight: 300;
	text-decoration: none;
	display: block;
	padding-left: 24px;
	margin-top: 2px;
}