
@import url('https://fonts.googleapis.com/css2?family=Fanwood+Text&display=swap');

@font-face {
    font-family: 'Nevins';
    src: url('../fonts/NevinsRegular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helixa';
    src: url('../fonts/HelixaBook.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    -webkit-font-smoothing: antialiased;
}

body {
    background-color: #170e0a;
    color: #E0E0E0;
    font-family: 'Helixa', Arial, sans-serif;
    font-size: 16px;
    overflow-x: hidden;
}

.helixa-font {
    font-family: 'Helixa', Arial, sans-serif;
}

.fanwood-font {
    font-family: 'Fanwood Text', serif;
}

.nevins-font {
    font-family: 'Nevins', serif;
}

a:focus {
    color: #ffffff;
}

a.auction-items-floater {
	position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 108px;
    height: 108px;
    right: calc(32% - 54px);
    top: calc(36% - 54px);
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    background-color: #BC9975;
    border-radius: 999px;
    font-weight: bold;
    letter-spacing: 0.05em;
	text-decoration: none;
	transition: all 300ms ease-in-out;
	z-index: 4;
}

a.auction-items-floater:hover {
	background-color: #795f44;
	color: #ffffff;
}

a.auction-items-floater span {
    transform: scaleX(0.9);
}

.main-btn {
    display: inline-block;
    padding: 10px 20px;
    border: 1px solid rgba(255,255,255,0.25);
    background-color: #131416;
    text-decoration: none;
    transition: all 300ms ease-in-out
}

.main-btn span {
    display: block;
    font-family: 'Helixa', serif;
    font-size: 18px;
    background-image: url('../img/gold-foil.jpg');
    background-size: cover; /* Adjust as needed */
    background-position: center; /* Adjust as needed */      
    -webkit-background-clip: text;
    background-clip: text; 
    -webkit-text-fill-color: rgba(255,255,255,0.5);
    color: transparent;   
    text-transform: uppercase;   
    letter-spacing: 0.1em; 
    text-decoration: none;  
    transition: all 300ms ease-in-out;
}

.main-btn:hover {
    color: #ffffff;
    background-color: #685847;
    text-decoration: none;
}

.main-btn:hover span {
    -webkit-text-fill-color: #ffffff;
    color: #ffffff; 
}

.main-btn span {
    transform: scaleX(0.8)
}

.gold-foil {
    font-family: 'Nevins', serif;
    background-image: url('../img/gold-foil.jpg');
    background-size: cover; /* Adjust as needed */
    background-position: center; /* Adjust as needed */      
    -webkit-background-clip: text;
    background-clip: text; 
    -webkit-text-fill-color: transparent;
    color: transparent;                         
}

.gold-border {
    border-image-repeat: repeat;
    border-image-slice: 40 40 40 40;
    border-image-source: url(../img/gold-border.png);
    border-image-width: 40px;
}

.gold-border li {
    font-size: 16px;
    list-style-image: url('../img/fleur-small.png');
}


.hr-left {
    background-image: url(../img/hr-left.png);
    background-repeat: no-repeat;
    background-position: right center;
}

.hr-right {
    background-image: url(../img/hr-right.png);
    background-repeat: no-repeat;
    background-position: left center;
}

.text-headline {
    font-family: 'Nevins', serif;
    font-size: 110px;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;    
}

.hero-section {
    background-image: url('../img/hero-bg.jpg');
    background-size: cover;
    background-position: center;
}

.hero-bg {
    position: absolute;
    top: -139px;
    left: -22px;
    width: 100%;
    height: 1279px;
    opacity: 0.49;
    object-fit: cover;
}

.header-logo {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 360px;
    height: auto;
}

.tagline {
    color: #E0E0E0;
    text-align: center;
    font-family: 'Fanwood Text', serif;
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 20px;
}

.description-text {
    color: #E0E0E0;
    max-width: 634px;
    margin: 50px auto 20px;
}

.auction-end-text {
    color: #E0E0E0;
    font-weight: 700;
    max-width: 634px;
    margin: 20px auto;
}

.disclaimer-text {
    color: rgba(224, 224, 224, 0.60);
    font-size: 14px;
    max-width: 650px;
    margin: 20px auto;
}

.intro-btn {
    top: 20px;
    z-index: 1;
}

.decorative-divider {
    position: relative;
    width: 78px;
    height: 145px;
    margin: 50px auto;
}

.decorative-icon {
    width: 78px;
    height: 40px;
}

/* .sponsors-section {
    padding: 80px 0;
    background: #1A1511;
} */

.sponsor-logo {
    width: 187px;
    padding: 20px;
    opacity: 0.7;
    transition: opacity 0.3s;
}

.sponsor-logo:hover {
    opacity: 1;
}

.section-label {
    color: #C9A885;
    font-family: 'Fanwood Text', serif;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.section-heading {
    font-family: 'Nevins', serif;
    font-size: 60px;
    font-weight: 400;
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.accordion-item-custom {
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 20px 0;
}

.accordion-title {
    color: #E0E0E0;
    font-family: 'Fanwood Text', serif;
    font-size: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.accordion-title.active {
    color: rgba(224, 224, 224, 0.88);
}

.accordion-content {
    color: #E0E0E0;
    margin-top: 18px;
    display: none;
}

.accordion-content.show {
    display: block;
}

.chevron-icon {
    width: 14px;
    height: 14px;
    transition: transform 0.3s;
}

.chevron-icon.rotated {
    transform: rotate(180deg);
}

.learn-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 239px;
    height: 44px;
    border: 1px solid rgba(255, 255, 255, 0.24);
    background: transparent;
    color: #FFF;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    margin-top: 40px;
}

.learn-btn:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #FFF;
    text-decoration: none;
}

.vertical-offset {
    position: relative;
    top: -3rem;
}

.footer {
    padding: 60px 0 40px;
}

.footer-logo {
    width: 100%;
    max-width: 350px;
    height: auto;
}

.footer-menu-title {
    color: #E0E0E0;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.footer-menu-item {
    color: #E0E0E0;
    opacity: 0.7;
    margin-bottom: 12px;
    text-decoration: none;
    display: block;
}

.footer-menu-item:hover {
    color: #C9A885;
    text-decoration: none;
}

.footer-section-title {
    color: rgba(224, 224, 224, 0.88);
    text-transform: uppercase;
    margin-bottom: 15px;
}

.footer-logo-small {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: auto;
    max-width: 120px;
}

.privacy-link {
    color: rgba(224, 224, 224, 0.88);
    text-transform: uppercase;
    text-decoration: none;
}

.privacy-link:hover {
    color: #C9A885;
    text-decoration: none;
}

.hamburger-menu {
    display: block;
    position: fixed;
    padding: 10px 0;    
    top: 10px;
    right: 20px;
    width: 46px;
    height: 40px;
    cursor: pointer;
    z-index: 999;
}

.hamburger-line {
    width: 46px;
    height: 2px;
    background: rgba(217, 217, 217, 0.80);
    margin-bottom: 6px;
    transition: all 0.3s ease;
}

.hamburger-menu.active .hamburger-line:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
}

.hamburger-menu.active .hamburger-line:nth-child(2) {
    opacity: 0;
}

.hamburger-menu.active .hamburger-line:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
}

.scroll-indicator {
    position: fixed;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    z-index: 50;
}

.scroll-text {
    transform: translate3d(2px,-10px,0) rotate(-90deg);
    color: rgba(224, 224, 224, 0.80);
    text-align: center;
    font-family: 'Fanwood Text', serif;
    font-size: 16px;
    text-transform: uppercase;
    white-space: nowrap;
}

.scroll-line-container {
    width: 0;
    height: 375px;
    position: relative;
}

.scroll-line-bg {
    width: 0;
    height: 375px;
    border-left: 1px solid rgba(224, 224, 224, 0.10);
}

.scroll-line-active {
    width: 0;
    height: 0;
    border-left: 2px solid rgba(255, 243, 166, 0.30);
    position: absolute;
    top: 0;
    left: 0;
}

.initiative-video-section {
    position: relative;
    padding: 100px 0;
    text-align: center;
}

.initiative-video-img {
    width: 962px;
    height: 318px;
    max-width: 100%;
    border-radius: 8px;
}

.play-button {
    width: 199px;
    height: 96px;
    border-radius: 60px;
    background: rgba(255, 255, 255, 0.1);
    border: none;
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.gold-accent {
    color: #C9A885;
}

.barrel-image {
    width: 100%;
    max-width: 657px;
    height: auto;
}

.main-heading {
    color: #C9A885;
    text-align: center;
    position: relative;
    z-index: 2;
}

.bottle-text {
    position: relative;
    max-width: 940px;
    margin: 0 auto;
    text-align: center;
}

.bottle-hero-image {
    width: 214px;
    height: 573px;
    object-fit: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: -50px;
}

.bottle-effect {
    position: relative;
    margin: 0 auto;
    padding-bottom:66%;
}

.bottle-layer-1 .main-heading {
    color: #C9A885;
    -webkit-text-stroke-width: 1px; 
    -webkit-text-stroke-color: transparent;     
}

.bottle-layer-3 .main-heading {
    color: transparent;
    -webkit-text-stroke-width: 1px; 
    -webkit-text-stroke-color: #C9A885;      
}

.bottle-layer-1 {
    position: relative;
    z-index: 1;
}

.bottle-layer-2 {
    position: absolute;
    top: 48%;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.bottle-layer-2 img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    max-width: 680px;
}

.bottle-layer-3 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.circular-badge {
    width: 108px;
    height: 108px;
    border-radius: 50%;
    background: #BC9975;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    position: absolute;
    bottom: 70px;
    right: -50px;
    z-index: 10;
}

.overlay-nav {
    background: rgba(0, 0, 0, 0.75);
    backdrop-filter: blur(10px);
    z-index: 998;
    display: none;
}

.overlay-nav.active {
    display: flex!important;
}

.overlay-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}

.overlay-nav a {
    list-style: none;
    padding: 0;
    margin: 0;
    color: #C9A885;
    font-size: 56px;
    text-align: center;
    text-decoration: none;
    transition: color 0.3s;
}

.overlay-nav a:hover {
    color: #ffffff;
    text-decoration: none;
}

@media (max-width: 1216px) {
	.main-heading {
		font-size: 90px;
	}
}

@media (max-width: 768px) {

    .hamburger-menu {
        top: 4px;
        right: 15px;
    }

    .bottle-effect {
        padding-bottom: 100%;
    }

    .sponsors-section-top {
        display: none
    }

    .section-heading {
        font-size: 36px;
    }

    .food-icon {
        display: none;
    }

    .footer-logo {
        display: block;
        margin: 0 auto;
    }

    .hero-section .footer-logo-small {
        margin: 0 auto;
    }

    .footer-logo-small {
        margin: 0;
    }

    .text-headline, .main-heading {
        font-size: 48px;
    }

    .overlay-nav a {
        font-size: 48px;
    }

    .circular-badge {
        right: 10px;
        bottom: 50px;
    }

    .sponsor-logo {
        width: 160px;
    }

    .scroll-indicator {
        display: none;
    }
}

@media (max-width: 468px) {
	a.auction-items-floater {
		transform: scale(0.8);
	}
    .text-headline, .main-heading {
        font-size: 32px;
    }
    .overlay-nav a {
        font-size: 32px;
    }
    .bottle-effect {
        padding-bottom: 100%;
    }
}