@font-face {
    font-family: "Felix Titling";
    src: url("../fonts/felixti.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "ITC Avant Garde Gothic";
    src: url("../fonts/itc-avant-garde-gothic-ce-book.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.top-right-nav.ms-auto {
    display: flex;
    align-items: center;
    justify-content: end;
    width: 100%;
}

.home-banner{
    text-align: center;
    background-image: url(../img/home-banner.png);
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: 100% 100%;
    padding-top: 250px;
    padding-bottom: 120px;
    position: relative;
    overflow: hidden;
}

.section-heading h1 {
    font-family: "Felix Titling", serif;
    font-size: 80px;
    text-transform: uppercase;
    color: #FFFFFF;
    letter-spacing: 2px;
}

header {
    position: absolute;
    left: 0;
    right: 0;
    top: 15px;
    z-index: 2;
}

.btn-white {
    border: 1px solid #FFFFFF;
    border-radius: 0px;
    color: #FFFFFF;
    font-size: 14px;
    padding: 15px 60px;
    font-family: "ITC Avant Garde Gothic", sans-serif;
    transition: color 0.3s ease;
    position: relative;
    overflow: hidden;
    z-index: 1;
    letter-spacing: 6px;
    text-transform: uppercase;
}

.btn-white:before {
    content: "";
    position: absolute;
    top: 0;
    right: 100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #EEC65F 0%, #A76F2A 50%, #AE9469 100%);
    z-index: -1;
    transition: all 0.5s ease;
}

.btn-white:hover:before {
    right: 0;
}

.btn-white:hover {
    color: #FFFFFF;
}

a.navbar-brand img {
    width: 160px;
}

a.nav-toggle-button {
    background-color: black;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    border: 2px solid transparent;
    background: linear-gradient(transparent, transparent) padding-box, linear-gradient(180deg, #EEC65F 0%, #A76F2A 50%, #AE9469 100%) border-box;
    position: relative;
}

a.user-button {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 2px solid transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(transparent, transparent) padding-box,
        linear-gradient(
            180deg,
            #EEC65F 0%,
            #A76F2A 50%,
            #AE9469 100%
        ) border-box;
    position: relative;
    margin-left: 20px;
    transition: all 0.4s ease;
}

a.user-button img {
    width: 22px;
    height: 22px;
    position: relative;
}

a.user-button:before {
    content: "";
    width: 58px;
    height: 58px;
    background: black;
    position: absolute;
    border-radius: 50px;
    transition: all 0.4s ease;
}

a.navbar-brand {
    padding: 0;
    margin-right: 0;
}

.section-heading h2 {
    letter-spacing: 1px;
    font-size: 64px;
    font-family: "Felix Titling", serif;
    color: #000000;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.section-heading h6 {
    font-size: 16px;
    background: linear-gradient(
        90deg, 
        #EEC65F 0%, 
        #A76F2A 50%, 
        #AE9469 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-family: "ITC Avant Garde Gothic";
    letter-spacing: 7px;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-weight: bold;
}

.section-heading p {
    font-size: 18px;
    color: #7A7A7A;
    line-height: 210%;
    font-family: "Inter", sans-serif;
    font-weight: 500;
}

.line {
    margin-bottom: 10px;
}

.platform-box {
    border: 1px solid #000000;
    text-align: center;
    padding: 80px 25px;
    margin-top: 50px;
    position: relative;
    overflow: hidden;
    min-height: 494px;
}

.platform-box h4 {
    color: #000000;
    font-family: "Felix Titling", serif;
    margin-bottom: 20px;
    transition: all 0.4s ease;
    font-weight: 600;
}

.platform-box img {
    margin-bottom: 50px;
    transition: all 0.4s ease;
}

.platform-box p {
    font-size: 16px;
    color: #7A7A7A;
    line-height: 180%;
    margin: 0;
    font-family: "Inter", sans-serif;
    font-weight: 500;
}

.platform-img {
    min-height: 110px;
}

section.platform {
    padding: 120px 0px;
}


.platform-box:before {
    content: "";
    position: absolute;
    top: 0;
    right: 100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #EEC65F 0%, #A76F2A 50%, #AE9469 100%);
    z-index: -1;
    transition: all 0.5s ease;
}

.platform-box:hover:before {
/*    right: 0;*/
}

.platform-box:hover * {
/*    color: white !important;*/
}

.platform-box:hover img {
/*    filter: invert(1) brightness(100);*/
}

section.showcase {
    background-color: #000000;
    padding: 100px 0px;
}

.section-white h2 {
    color: #FFFFFF;
}

.section-heading h2 span {
    background: linear-gradient(90deg, #EEC65F 0%, #A76F2A 50%, #AE9469 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.btn-gradient {
    border-radius: 0px;
    color: #FFFFFF;
    font-size: 14px;
    padding: 15px 25px;
    font-family: "ITC Avant Garde Gothic", sans-serif;
    transition: color 0.3s ease;
    position: relative;
    overflow: hidden;
    z-index: 1;
    letter-spacing: 6px;
    text-transform: uppercase;
    background: linear-gradient(transparent, transparent) padding-box,        linear-gradient(            180deg,            #EEC65F 0%,            #A76F2A 50%,            #AE9469 100%        ) border-box;
}

.showcase-btn {
    text-align: right;
    /* height: 100%; */
    /* display: flex; */
    /* align-items: end; */
    /* justify-content: end; */
    /* padding-bottom: 80px; */
    margin-top: 40px;
}

.btn-gradient:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
        linear-gradient(
    transparent, transparent) padding-box,        linear-gradient(            180deg,            #EEC65F 0%,            #A76F2A 50%,            #AE9469 100%        ) background: border-box;
    top: 0;
    left: 0;
    background-color: black;
    z-index: -1;
}

.btn-gradient:hover {
    color: white;
}

.btn-gradient:after {
    content: "";
    position: absolute;
    top: 0;
    right: 100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #EEC65F 0%, #A76F2A 50%, #AE9469 100%);
    z-index: -1;
    transition: all 0.5s ease;
}

.btn-gradient:hover:after {
    right: 0;
}

.gallery-box-inner img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.gallery-slider .slick-slide {
    margin: 0 30px;
}

.gallery-slider {
    margin: 0 -30px;
}

.gallery-box-inner:before {
    position: absolute;
    top: -25px;
    right: -25px;
    bottom: 25px;
    left: 25px;
    border: 2px solid transparent;
    background: 
        linear-gradient(transparent, transparent) padding-box,
        linear-gradient(
            180deg,
            #EEC65F 0%,
            #A76F2A 50%,
            #AE9469 100%
        ) border-box;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    content: "";
    transition: all 0.4s ease;
}

.gallery-box-inner {
    position: relative;
    margin-top: 25px;
}


.gallery-box-inner:hover:before {
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.gallery-slider {
    margin-top: 50px;
}

.slick-prev, .slick-next {
    width: 55px;
    height: 55px;
    border-radius: 50px;
    background: 
        linear-gradient(transparent, transparent) padding-box,
        linear-gradient(-90deg, #EEC65F -63%, #A76F2A 76%, #AE9469 150%) border-box;
    z-index: 10;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slick-prev:before {
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    background: url('../img/angle-left.png') no-repeat center center;
    background-size: contain;
    opacity: 1;
}

.slick-next:before {
    content: '';
    display: block;
    width: 30px;
    height: 30px; 
    background: url('../img/angle-right.png') no-repeat center center;
    background-size: contain;
    opacity: 1;
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus{
    background-color: white;
}

.gallery-slider .slick-prev {
    left: 0;
}

.about-img {
    width: 100%;
}

.about-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
/*    mix-blend-mode: luminosity;*/
}

section.about {
    position: relative;
    padding: 100px 0px;
}


section.artist {
    background-color: #000000;
    padding: 100px 0px;
}

.showcase-btn.artist-showcase-btn {
    padding-bottom: 30px;
}

.showcase-btn.artist-showcase-btn a:last-child{
    margin-left: 20px;
}

.star-rating {
    display: flex;
    gap: 4px;
    font-size: 20px;
}

.star {
    background: linear-gradient(180deg, #ffd700 0%, #ffed4e 50%, #ff9500 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
    cursor: pointer;
    transition: transform 0.2s;
}

.star:hover {
    transform: scale(1.2);
}

/* Empty star variant - use 'far fa-star' for outline stars */
.star.empty {
    color: #ddd;
}

/* Half star example - use 'fas fa-star-half-alt' */
.star-half {
    background: linear-gradient(90deg, #ffd700 0%, #ffed4e 50%, transparent 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.artist-lower h6 {
    font-size: 12px;
    background: linear-gradient(90deg, #EEC65F 0%, #A76F2A 50%, #AE9469 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-family: "ITC Avant Garde Gothic";
    letter-spacing: 7px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.artist-lower h4 {
    letter-spacing: 1px;
    font-size: 26px;
    font-family: "Felix Titling", serif;
    color: #000000;
}

.artist-lower {
    background-color: white;
    padding: 30px 0 50px 50px;
}

.artist-lower p {
    font-size: 13px;
    color: #7A7A7A;
    line-height: 221%;
    font-family: "Inter", sans-serif;
    margin-bottom: 10px;
}

.star-container {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

.star-container p {
    margin: 0;
}

.artist-slider .slick-slide {
    margin: 0 30px;
}

.artist-slider {
    margin: 0 -30px;
}

.artist-box img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: top;
}

.artist-box {
    position: relative;
    margin-top: 100px;
}

.artist-box:before {
    position: absolute;
    top: -25px;
    right: -25px;
    bottom: 25px;
    left: 25px;
    border: 2px solid transparent;
    background: linear-gradient(transparent, transparent) padding-box, linear-gradient(180deg, #EEC65F 0%, #A76F2A 50%, #AE9469 100%) border-box;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    content: "";
    transition: all 0.4s ease;
}

.artist-box:hover:before {
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.btn-white-gradient.btn-gradient:before{
    background-color: white;
}

.btn-gradient.btn-white-gradient {
    color: black;
}

.btn-gradient.btn-white-gradient:hover {
    color: white;
}

.artist-slider .slick-prev {
    left: 0;
}

.about-img:hover:before {
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
}

.featured {
    padding: 100px 0px;
}

.tabs-wrapper .nav-link{
    border-radius: 0px;
    color: black;
    font-size: 14px;
    padding: 15px 25px;
    font-family: "ITC Avant Garde Gothic", sans-serif;
    transition: color 0.3s ease;
    position: relative;
    z-index: 1;
    letter-spacing: 6px;
    text-transform: uppercase;
    border: 1px solid #000000 !important;
}

.tabs-wrapper .nav-tabs {
    align-items: center;
    justify-content: center;
    gap: 30px;
    border: 0;
}

.tabs-wrapper .nav-link:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    background-color: #000000;
    right: -7px;
    top: 6px;
}

.tabs-wrapper .nav-link:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #000;
    bottom: -6px;
    right: -6px;
}

.tabs-wrapper {
    margin-top: 30px;
}

.tabs-wrapper .nav-link.active, .tabs-wrapper .nav-link:hover{
    background: linear-gradient(90deg, #EEC65F 0%, #A76F2A 50%, #AE9469 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.event-img img {
    width: 100%;
    transition: all 0.4s ease;
}

.event-lower {
    border: 1px solid #00000066;
    padding: 25px 30px;
}

.event-lower h6 {
    text-align: center;
}

.event-lower h6 {
    font-family: "ITC Avant Garde Gothic", sans-serif;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.event-lower h6 span {
    background: linear-gradient(90deg, #EEC65F 0%, #A76F2A 50%, #AE9469 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    display: inline-block;
    margin-left: 8px;
}

p.location {
    text-transform: uppercase;
    color: #7A7A7A;
    font-family: "ITC Avant Garde Gothic", sans-serif;
    letter-spacing: 4px;
    font-size: 12px;
    margin: 25px 0px 20px;
}

p.location i {
    color: black;
}

.event-lower h4 {
    color: #000000;
    font-family: "ITC Avant Garde Gothic", sans-serif;
    font-size: 22px;
    letter-spacing: 2px;
}

.event-lower p.content {
    font-size: 14px;
    color: #7A7A7A;
    line-height: 200%;
    font-family: "Inter", sans-serif;
    margin-bottom: 10px;
    margin-top: 10px;
    margin-bottom: 15px;
}

.btn-black-yellow {
    border-radius: 0px;
    color: black;
    font-size: 14px;
    padding: 12px 20px;
    font-family: "ITC Avant Garde Gothic", sans-serif;
    transition: color 0.3s ease;
    position: relative;
    z-index: 1;
    letter-spacing: 6px;
    text-transform: uppercase;
    border: 1px solid #000000 !important;
}

.btn-black-yellow:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    background: linear-gradient(to bottom, #EEC65F, #A76F2A, #AE9469);
    right: -7px;
    top: 6px;
    transition: all 0.4s ease;
}

.btn-black-yellow:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, #EEC65F, #A76F2A, #AE9469);
    bottom: -6px;
    right: -6px;
    transition: all 0.4s ease;
}

.btn-black-yellow:hover:before {
    right: 0;
    top: 0;
}
.btn-black-yellow:hover:after {
    bottom: 0;
    left: 0;
}

.btn-black-yellow:hover {
    background: linear-gradient(90deg, #EEC65F 0%, #A76F2A 50%, #AE9469 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.event-slider .slick-slide {
    margin: 0 10px;
}

.event-slider {
    margin: 0 -10px;
}

section.testimonials {
    background-color: #000000;
    padding: 100px 0px;
}

.testimonial-box {
    background-color: #FFFFFF;
    position: relative;
    margin-bottom: 26px;
    padding: 50px 70px 30px;
}

.testimonial-image {
    display: flex;
    align-items: center;
    gap: 20px;
}

.testimonial-image h1 span {
    display: block;
    background: linear-gradient(90deg, #EEC65F 0%, #A76F2A 50%, #AE9469 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-family: "ITC Avant Garde Gothic";
    letter-spacing: 4px;
    text-transform: uppercase;
    font-size: 12px;
    margin-top: 7px;
}

.testimonial-image h1 {
    font-family: "Felix Titling", serif;
    font-size: 26px;
    font-weight: 500;
    color: #000000;
}

.testimonial-box p {
    font-family: "Inter", sans-serif;
    color: #7A7A7A;
    font-size: 17px;
    line-height: 210%;
}

.testimonial-box:before {
    position: absolute;
    top: 25px;
    right: 25px;
    bottom: -25px;
    left: 25px;
    border: 2px solid transparent;
    background: linear-gradient(transparent, transparent) padding-box, linear-gradient(180deg, #EEC65F 0%, #A76F2A 50%, #AE9469 100%) border-box;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    content: "";
    transition: all 0.4s ease;
}

.testimonial-box:hover:before {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.testimonials-slider {
    margin-top: 50px;
}

section.faqs {
    padding: 100px 0px;
}

.accordion-button {
    color: #000000;
    border: 1px solid #000000;
    border-radius: 0 !important;
    font-family: "ITC Avant Garde Gothic";
    font-size: 15px;
    padding-left: 25px;
    position: relative;
}

.accordion-item {
    border-radius: 0px !important;
    margin-bottom: 30px;
    border: 0;
}

h2.accordion-header {
    border-radius: 0 !important;
    position: relative;
}

h2.accordion-header:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    background: black;
    right: -10px;
    top: 10px;
    transition: all 0.4s ease;
}

h2.accordion-header:after {
    content: "";
    position: absolute;
    width: 97%;
    height: 1px;
    background: black;
    bottom: -10px;
    right: -9px;
    transition: all 0.4s ease;
}

.accordion-button:not(.collapsed) {
    background-color: transparent;
    color: black;
}

.accordion-body p {
    margin: 6px 0px 0;
    font-family: "Inter", sans-serif;
    color: #7A7A7A;
    font-size: 14px;
    line-height: 180%;
    padding-left: 15px;
}

.accordion-body {
    border: 1px solid black;
    border-top: 0;
}

.accordion-button:focus {
    box-shadow: none;
    border-color: black;
}

.accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'%3e%3cpath d='M8 1a.5.5 0 0 1 .5.5V7.5H14a.5.5 0 0 1 0 1H8.5V14a.5.5 0 0 1-1 0V8.5H2a.5.5 0 0 1 0-1h5.5V1.5A.5.5 0 0 1 8 1z'/%3e%3c/svg%3e");
}

.faqs-wrapper {
    margin-top: 40px;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'%3e%3cpath d='M2 7.5a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5z'/%3e%3c/svg%3e");
    transform: rotate(0deg); /* no rotation needed for minus */
}

footer{
    background-image: url(../img/footer-bg.png);
    background-size: cover;
    background-position: center center;
    padding: 100px 0px 0;
}

.footer-logo h2 {
    color: #AE9469;
    margin-top: 30px;
    font-size: 48px;
}

.footer-logo p {
    color: #B0B0B0;
    font-size: 14px;
    line-height: 221%;
    margin-bottom: 70px;
}

.lower-footer {
    background: linear-gradient(90deg, #EEC65F 0%, #A76F2A 50%, #EEC65F 100%);
    margin-top: 100px;
    padding: 10px 0px;
}

.payment {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 20px;
}

.payment p {
    margin: 0;
}

.payment p a {
    text-decoration: none;
    color: #000000;
    font-family: "ITC Avant Garde Gothic";
    font-size: 14px;
}

p.copyright {
    margin: 0;
    color: #000000;
    font-family: "ITC Avant Garde Gothic";
    font-size: 16px;
}

.footer-heading h6 {
    color: #FFFFFF;
    font-family: "Felix Titling", serif;
    font-size: 20px;
    letter-spacing: 2px;
    position: relative;
    display: inline-block;
    margin-bottom: 40px;
}

.footer-heading h6:after {
    /*content: "";
    position: absolute;
    width: 100px;
    height: 2px;
    background: linear-gradient(to right, #EEC65F, #A76F2A, #AE9469);
    bottom: -15px;
    right: -6px;
    transition: all 0.4s ease;*/
}

.footer-heading h6 span:before {
    bottom: -8px;
}

.footer-heading ul li a {
    color: white;
    text-decoration: none;
    font-family: "ITC Avant Garde Gothic";
    font-size: 15px;
    letter-spacing: 1px;
    position: relative;
}

.footer-heading ul li {
    margin-bottom: 7px;
}

.footer-heading ul li a:before {
    position: absolute;
    width: 0%;
    height: 2px;
    background: linear-gradient(to right, #EEC65F, #A76F2A, #AE9469);
    bottom: -7px;
    left: 0;
    transition: all 0.4s ease;
    content: "";
}

.footer-heading ul li a:hover:before {
    width: 100%;
}

.footer-heading ul li a i {
    background: linear-gradient(transparent, transparent) padding-box,        linear-gradient(-90deg, #EEC65F -63%, #A76F2A 76%, #AE9469 150%) border-box;
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    color: black;
}

ul.footer-info li a {
    display: flex;
    align-items: center;
    gap: 12px;
}

ul.footer-info li {
    margin-bottom: 15px;
}

ul.footer-social li a i {
    background: none;
    color: #A76F2A;
}

ul.footer-social li a {
    background-color: #FFFFFF;
    width: 50px;
    display: inline-flex;
    height: 50px;
    align-items: center;
    justify-content: center;
    color: #A76F2A;
    text-decoration: none;
}

ul.footer-social {
    display: flex;
    gap: 0 7px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.footer-heading.social-links input {
    background-color: transparent;
    border-radius: 0;
    border: 0;
    padding: 0;
    border-bottom: 1px solid #FFFFFF33;
    font-family: "ITC Avant Garde Gothic";
    font-size: 15px;
}

.footer-heading.social-links button {
    border: 0;
    color: #A76F2A;
    font-size: 18px;
    border-bottom: 1px solid #FFFFFF33;
    border-radius: 0;
}

.footer-heading.social-links button:hover {
    background-color: #A76F2A;
    color: white;
}

.footer-heading.social-links {
    margin-left: 30px;
}

a.user-button:hover:before {
    background: linear-gradient(transparent, transparent) padding-box,        linear-gradient(-90deg, #EEC65F -63%, #A76F2A 76%, #AE9469 150%) border-box;
}

a.user-button:hover img {
    filter: invert(1);
}

a.nav-toggle-button:hover {
    background: linear-gradient(transparent, transparent) padding-box,        linear-gradient(-90deg, #EEC65F -63%, #A76F2A 76%, #AE9469 150%) border-box;
}

a.nav-toggle-button:hover img {
    filter: invert(0) brightness(0);
}

.sidebar {
    position: fixed;
    background-color: black;
    width: 350px;
    right: 0;
    z-index: 99;
    height: 100vh;
    overflow-y: scroll;
    padding: 30px 30px;
    right: -350px;
    transition: all 0.4s ease;
    z-index: 9999;
}

.sidebar-close {
    position: absolute;
    right: 25px;
}

.sidebar a, .sidebar h4 {
    text-decoration: none;
    color: #FFFFFF;
    font-family: "ITC Avant Garde Gothic";
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 2.08px;
}

.sidebar-list ul li {
    margin: 14px 0px;
}

.sidebar-button a {
    position: relative;
    padding: 5px 19px;
    z-index: 0;
     /* border width */
     /* optional, match your design */
    border: 1px solid transparent; /* border width */
     /* optional, adjust as needed */
    background-color: #000000; /* black background */
    background-image: 
        linear-gradient(#000000, #000000), /* black background */
        linear-gradient(
            180deg,
            #EEC65F 0%,
            #A76F2A 50%,
            #AE9469 100%
        ); /* gradient border */
    background-origin: border-box;
    background-clip: padding-box, border-box;
    font-size: 13px;
}

.sidebar-button a:before {
    content: "";
    width: 100%;
    height: 100%;
    background: black;
    position: absolute;
    border-radius: 0;
    transition: all 0.4s ease;
    left: 0;
    right: 0;
    opacity: 0;
}

.sidebar-button {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 25px;
}

.sidebar-list h4 {
    margin-top: 30px;
    margin-bottom: 30px;
}

.sidebar .line{
    background: linear-gradient(to right, #EEC65F, #A76F2A, #AE9469);
    height: 1px;
    margin-top: 20px;
}

.sidebar.show-sidebar {
    right: 0;
}

.inner-banner{
    background-image: url(../img/inner-banner.png);
    background-size: cover;
    height: 500px;
    display: flex;
    align-items: end;
}

.inner-banner .section-heading {
    text-align: center;
    margin-bottom: 100px;
}

.inner-banner .section-heading p {
    color: #FFFFFF;
    font-family: "ITC Avant Garde Gothic";
    text-transform: uppercase;
    letter-spacing: 5px;
    font-size: 15px;
}

section.choose {
    background-color: #000000;
    position: relative;
    padding: 100px 0px;
}

.choose-img {
    position: absolute;
    left: 0;
    width: 48%;
    height: 100%;
    top: 0;
}

.choose-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right;
}

.section-heading-white h2 {
    color: white;
}

.section-heading-white p {
    color: #A7A7A7;
}

ul.list {
    display: flex;
    flex-wrap: wrap;
    gap: 0 15px;
    margin: 20px 0px 30px;
}

ul.list li {
    width: 46%;
    display: flex;
    align-items: center;
}

ul.list li p {
    margin: 0;
    display: flex;
    align-items: baseline;
}

ul.list li p img {
    margin-right: 10px;
    position: relative;
    top: 4px;
}

ul.list-box {
    display: flex;
    gap: 0 30px;
}

ul.list-box li p {
    color: #FFFFFF;
    font-family: "Felix Titling", serif;
    font-size: 14px;
    border: 1px solid transparent;
    background-color: #000000;
    background-image: linear-gradient(#000000, #000000), /* black background */ linear-gradient(180deg, #EEC65F 0%, #A76F2A 50%, #AE9469 100%);
    background-origin: border-box;
    background-clip: padding-box, border-box;
    padding: 18px 15px;
    display: flex;
    align-items: center;
    gap: 15px;
    line-height: 25px;
    letter-spacing: 1px;
}

ul.list-box li {
    width: 40%;
}

.goal-img img {
    width: 100%;
}

section.goal {
    padding: 100px 0px;
}

.goal-img:before{
    position: absolute;
    top: -25px;
    right: -25px;
    bottom: 25px;
    left: 25px;
    border: 2px solid transparent;
    background: linear-gradient(transparent, transparent) padding-box, linear-gradient(180deg, #EEC65F 0%, #A76F2A 50%, #AE9469 100%) border-box;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    content: "";
    transition: all 0.4s ease;
    z-index: 1;
}

.goal-img {
    position: relative;
}

.goal-img:hover:before{
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.about-testimonials section.testimonials {
    background-color: white;
}

.about-testimonials section.testimonials .section-white h2 {
    color: black;
}

.about-testimonials section.testimonials .testimonial-box {
    background-color: black;
}

.about-testimonials section.testimonials .testimonial-box p {
    color: white;
}

.about-testimonials section.testimonials .testimonial-image h1 {
    color: white;
}

.testimonials-button {
    display: flex;
    justify-content: right;
    align-items: flex-end;
    height: 100%;
}


.testimonials-button .btn-gradient:before {
    background-color: white;
}

.testimonials-button .btn-gradient {
    color: black;
    padding-right: 30px;
    padding-left: 40px;
}

.about-featured .featured {
    background-color: black;
}

.about-featured .featured .section-heading h2 {
    color: white;
}

.about-featured .featured .section-heading p {
    color: #A7A7A7;
}

.about-featured .featured .event-lower {
    background-color: white;
}


.about-featured .tabs-wrapper .nav-link{
    border: 1px solid white !important;
    color: white;
}


.about-featured .tabs-wrapper .nav-link:before, .about-featured .tabs-wrapper .nav-link:after{
    background: linear-gradient(to bottom, #EEC65F, #A76F2A, #AE9469);
}

.sidebar a{
    position: relative;
}
.sidebar a:before{
    position: absolute;
    width: 0%;
    height: 2px;
    background: linear-gradient(to right, #EEC65F, #A76F2A, #AE9469);
    bottom: -7px;
    right: 0;
    transition: all 0.4s ease;
    content: "";
}

.sidebar a:hover:before {
    width: 100%;
}

section.gallery {
    background-color: #000;
    padding: 100px 0px;
}

.masonry-item {
    position: relative;
    overflow: hidden;
    margin: 15px 0px;
}

.artist-name {
    display: flex;
    align-items: center;
    gap: 15px;
    position: absolute;
    top: -100px;
    left: 30px;
    transition: all 0.4s ease;
    background-color: white;
    padding: 10px 20px;
}

.artist-name img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 50px;
}

.artist-name h1 {
    font-family: "Felix Titling", serif;
    font-size: 20px;
    font-weight: 500;
    color: black;
    margin: 0;
    line-height: normal;
}

.artist-name h1 span {
    display: block;
    background: linear-gradient(90deg, #EEC65F 0%, #A76F2A 50%, #AE9469 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-family: "ITC Avant Garde Gothic";
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 12px;
    margin-top: 7px;
    font-weight: bold;
}

.artist-bottom a {
    width: 50px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    text-decoration: none;
    color: #A76F2A;
    font-size: 20px;
    position: relative;
    z-index: 0;
    overflow: hidden;
    transition: all 0.4s ease;
}

.artist-bottom {
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: -100px;
    width: 100%;
    padding: 0px 20px;
    transition: all 0.4s ease;
    padding-right: 40px;
}

.artist-bottom ul {
    display: flex;
    gap: 10px;
}

.artist-bottom a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #EEC65F 0%, #A76F2A 50%, #AE9469 100%);
    z-index: -1;
    transition: all 0.5s ease;
}

.artist-bottom a:hover:before {
    left: 0;
}

.artist-bottom a:hover {
    color: white;
}

.masonry-item:hover .artist-name {
    top: 20px;
}

.masonry-item:hover .artist-bottom {
    bottom: 20px;
}

.masonry-item:hover:before {
    opacity: 1;
}

section.tattoo-artists {
    background-color: #000;
    padding: 100px 0px 0;
    overflow: hidden;
}

.section-white p {
    color: #fff;
}
.masonry-item:hover:after{
}

.near-by .slick-list {
    overflow: visible;
}

.near-by .artist-box {
    margin-top: 60px;
}

.near-by > h4 {
    color: #FFFFFF;
    font-family: "Felix Titling", serif;
    font-size: 40px;
    letter-spacing: 2px;
}

.near-by {
    margin-bottom: 120px;
    margin-top: 120px;
}

.artists-detail-banner{
    height: 300px;
}

section.artists-detail {
    background-color: #000;
    color: #FFFFFF;
    padding: 100px 0px;
}

.artists-info {
    display: flex;
    gap: 0 50px;
}

.artists-left {
    text-align: center;
}

.artists-left p {
    font-family: "ITC Avant Garde Gothic";
    font-size: 17px;
    margin-top: 20px;
}

.artists-left p i {
    color: #A76F2A;
    margin-right: 6px;
}

.artist-detail-img {
    border: 2px solid transparent;
    background-color: #000000;
    background-image: linear-gradient(#000000, #000000), /* black background */ linear-gradient(180deg, #EEC65F 0%, #A76F2A 50%, #AE9469 100%);
    background-origin: border-box;
    background-clip: padding-box, border-box;
    border-radius: 100px;
    width: 162px;
    height: 162px;
    overflow: hidden;
}



.artists-right h4 {
    font-family: "Felix Titling", serif;
    letter-spacing: 1px;
    font-size: 50px;
}

.artists-right p {
    font-family: "ITC Avant Garde Gothic";
    font-size: 17px;
    line-height: 28px;
    margin-bottom: 25px;
}

.artists-right .btn-wrapper a {
    margin-right: 10px;
}

ul.artist-list p {
    color: #FFFFFF;
    font-family: "ITC Avant Garde Gothic";
    font-size: 16px;
}

ul.artist-list p i {
    margin-right: 6px;
    color: #A76F2A;
}

ul.artist-list {
    margin-top: 40px;
    margin-bottom: 30px;
}

.artist-social > a {
    font-family: "ITC Avant Garde Gothic";
    font-size: 16px;
    text-decoration: none;
    color: white;
}

.artists-right {
    padding-right: 25px;
}

.section-heading h4{
    letter-spacing: 1px;
    font-size: 40px;
    font-family: "Felix Titling", serif;
}

.section-white h4{
    color: white;
}

.artist-testimonials .testimonial-box{
    background-color: #0D0D0D;
}

.artist-testimonials .testimonial-box p{
    color: #FFFFFF;
}

.artist-testimonials .testimonial-image h1{
    color: white;
}

section.artist-testimonials .testimonials-slider .slick-list{
    overflow: visible;
}

section.artist-testimonials {
    overflow: hidden;
}

.search-wrapper input {
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #DDDDDD;
    font-family: "ITC Avant Garde Gothic";
    color: #7A7A7A;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 15px;
}

.search-wrapper button {
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #DDDDDD;
    padding-right: 0;
    font-size: 20px;
    background: linear-gradient(90deg, #EEC65F 0%, #A76F2A 50%, #AE9469 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.search-wrapper {
    margin-top: 40px;
}

section.events {
    padding: 100px 0px 40px;
}

.events .location{
    font-size: 12px;
    background: linear-gradient(90deg, #EEC65F 0%, #A76F2A 50%, #AE9469 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-family: "ITC Avant Garde Gothic";
    letter-spacing: 7px;
    margin-bottom: 10px;
    text-transform: uppercase;
    margin-top: 0;
}

.btn-check:focus+.btn, .btn:focus{
    box-shadow: none;
}

.btn-border-black:before, .btn-border-black:after{
    background: black;
}

span.date {
    display: block;
    color: #7A7A7A;
    font-family: "ITC Avant Garde Gothic";
    font-size: 14px;
    margin-bottom: 15px;
}

.event-img {
    overflow: hidden;
}

.events .event-lower h4 {
    text-transform: uppercase;
    font-family: "Felix Titling", serif;
    font-size: 30px;
}

.events .event-img {
    height: 370px;
}

.events .event-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section.events .event-box {
    margin-top: 40px !important;
}

section.events .event-lower {
    box-shadow: 0px 1px 1px 0px #00000061;
}

.filter-wrapper {
    text-align: right;
}

.btn-event-filter {
    color: black;
    font-size: 30px;
    padding: 0;
}

.sidebar-box {
    border: 1px solid transparent;
    background-color: #FAFAFA;
    background-image: linear-gradient(#FAFAFA, #FAFAFA), /* black background */ linear-gradient(180deg, #eec65f75 0%, #a76f2a73 50%, #ae94697d 100%);
    background-origin: border-box;
    background-clip: padding-box, border-box;
    padding: 25px 24px;
}

.sidebar-profile {
    display: flex;
    align-items: center;
    gap: 16px;
}

.sidebar-profile h2 {
    font-family: "Felix Titling", serif;
    font-size: 26px;
    font-weight: 500;
    color: #000000;
    margin: 0;
}

.sidebar-profile h2 span {
    display: block;
    background: linear-gradient(90deg, #EEC65F 0%, #A76F2A 50%, #AE9469 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-family: "ITC Avant Garde Gothic";
    letter-spacing: 4px;
    text-transform: uppercase;
    font-size: 12px;
    margin-top: 7px;
}

.sidebar-box h3 {
    font-size: 26px;
    color: #000000;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: "Felix Titling", serif;
    margin-bottom: 25px;
}

.upcoming-events-box {
    display: flex;
    gap: 15px;
    align-items: center;
    margin: 15px 0px;
}

.upcoming-events-right h4 {
    color: #000000;
    font-family: "Felix Titling", serif;
    font-size: 15px;
    letter-spacing: 1px;
    margin-bottom: 0;
}

.upcoming-events-box img {
    width: 80px;
}

.upcoming-events-right p {
    margin: 0;
    font-family: "ITC Avant Garde Gothic";
    font-size: 12px;
    margin-top: 8px;
    color: #000000;
}

.upcoming-events-right p i {
    color: #AE9469;
}

.upcoming-events-right p span {
    margin-right: 10px;
}

.sidebar-box.upcoming-events .upcoming-events-box:last-child {
    margin-bottom: 0;
}

.sidebar-box {
    margin-bottom: 30px;
}

.event-details-box > img {
    width: 100%;
}

.event-time {
    border: 1px solid transparent;
    background-color: #FAFAFA;
    background-image: linear-gradient(#FAFAFA, #FAFAFA), /* black background */ linear-gradient(180deg, #eec65f75 0%, #a76f2a73 50%, #ae94697d 100%);
    background-origin: border-box;
    background-clip: padding-box, border-box;
    padding: 12px 20px;
    display: inline-flex;
    margin-top: -23px;
    position: relative;
    top: -18px;
}

.event-time p {
    margin: 0;
    font-size: 15px !important;
    color: #000000 !important;
}

.event-time p i {
    color: #AE9469;
}

.event-time p span {
    margin-right: 5px;
    margin-left: 5px;
}

.event-details-box h3 {
    font-size: 40px;
    color: #000000;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: "Felix Titling", serif;
    margin-bottom: 15px;
    margin-top: 15px;
}

.event-details-box p {}

.event-details-box p {
    font-family: "ITC Avant Garde Gothic";
    color: #7A7A7A;
    font-size: 16px;
    line-height: 190%;
    text-transform: capitalize;
}

.event-details-box ul {
    display: flex;
    flex-wrap: wrap;
    gap: 6px 10px;
    margin-bottom: 30px;
}

.event-details-box ul li {
    font-family: "ITC Avant Garde Gothic";
    color: #7A7A7A;
    font-size: 16px;
    line-height: 190%;
    text-transform: capitalize;
    width: 45%;
}


.event-details-box ul li i {
    background: linear-gradient(transparent, transparent) padding-box, linear-gradient(-90deg, #EEC65F -63%, #A76F2A 76%, #AE9469 150%) border-box;
    width: 22px;
    height: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    color: white;
    font-size: 11px;
    margin-right: 6px;
}

.comment-box {
    background-color: #FAFAFA;
    padding: 30px;
    margin-top: 40px;
    border-bottom: 2px solid #AE9469;
    margin-bottom: 40px;
}

.comment-box h5 {
    font-size: 24px;
    color: #000000;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: "Felix Titling", serif;
    margin: 0;
}

.comment-box h5 span {
    color: #AE9469;
}

.comment-box span {
    color: #AE9469;
    font-family: "ITC Avant Garde Gothic";
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 3px;
}

.comment-box p {
    margin-top: 15px;
    margin-bottom: 0;
}

.lower-row img {
    width: 100%;
}

.lower-row i {
    background: linear-gradient(
        -90deg,
        #EEC65F -63%,
        #A76F2A 76%,
        #AE9469 150%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    margin-right: 10px;
}

.lower-row > p {
    margin-top: 20px;
}

.comments-details h5 {
    font-size: 40px;
    color: #000000;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: "Felix Titling", serif;
    margin: 30px 0 30px;
}

.comments-box {
    border: 1px solid transparent;
    background-color: #FAFAFA;
    background-image: linear-gradient(#FAFAFA, #FAFAFA), /* black background */ linear-gradient(180deg, #eec65f75 0%, #a76f2a73 50%, #ae94697d 100%);
    background-origin: border-box;
    background-clip: padding-box, border-box;
    padding: 20px 30px;
}

.comments-box img {
    width: 70px;
    height: 70px;
    object-fit: cover;
}

section.event-details {
    padding: 100px 0px;
}

.testi-box {
    border: 2px solid transparent;
    background-color: white;
    background-image: linear-gradient(white, white), /* white background */ linear-gradient(180deg, #eec65f75 0%, #a76f2a73 50%, #ae94697d 100%);
    background-origin: border-box;
    background-clip: padding-box, border-box;
    padding: 40px 30px;
    position: relative;
    margin: 15px 0px;
}

.testi-box i {
    color: #AE9469;
}

.testi-box p {
    font-family: "ITC Avant Garde Gothic";
    color: #7A7A7A;
    font-size: 16px;
    line-height: 190%;
    text-transform: capitalize;
    margin-top: 15px;
}

.testi-box .testimonial-image img {
    width: 70px;
    height: 70px;
}

.testi-box .testimonial-image h1 {
    margin: 0;
}

.testi-quote {
    border: 2px solid transparent;
    background-color: white;
    background-image: linear-gradient(white, white), /* white background */ linear-gradient(180deg, #eec65f75 0%, #a76f2a73 50%, #ae94697d 100%);
    background-origin: border-box;
    background-clip: padding-box, border-box;
    position: absolute;
    right: 0px;
    bottom: 0px;
    padding: 15px;
    border-right: 0;
    border-bottom: 0px;
}

section.testi-wrapper {
    padding: 100px 0px;
}

.btn-gradient-white:before{
    background-color: white;
}

.btn-gradient-white{
    color: black;
}

.contact-container{
    background-color: #FAFAFA;
    border: 1px solid #CF9455;
    padding: 80px 100px;
}

section.contact-wrapper {
    margin: 100px 0px;
}

.contact-form .input-group-text {
    background-color: transparent;
    border: 0;
    padding-right: 2px;
    padding-left: 15px;
    position: relative;
    top: 3px;
}

.contact-form .form-control {
    background-color: transparent;
    border: 0;
    color: black;
    font-size: 15px;
    height: 45px;
    letter-spacing: 1px;
}

.contact-form .input-group {
    border: 1px solid transparent;
    background-color: white;
    background-image: linear-gradient(white, white), /* white background */ linear-gradient(180deg, #EEC65F 0%, #A76F2A 50%, #AE9469 100%);
    background-origin: border-box;
    background-clip: padding-box, border-box;
    align-items: self-start;
}

.contact-form .input-group-text img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.contact-form .form-control::placeholder {
    color: black;
    letter-spacing: 1px;
}

.contact-form textarea.form-control {
    height: 140px;
    padding-top: 9px;
}

.form-control:focus{
    box-shadow: none;
}

.contact-form {
    margin-top: 40px;
}

section.contact-lower ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
}

section.contact-lower ul li {
    display: flex;
    align-items: center;
    gap: 40px;
    position: relative;
    padding-right: 50px;
    padding-left: 50px;
}

section.contact-lower ul li h2 {
    color: #000000;
    font-family: "Felix Titling", serif;
    font-size: 20px;
    letter-spacing: 2px;
    margin: 0;
}

section.contact-lower ul li h2 p {
    color: #B0B0B0;
    font-family: "ITC Avant Garde Gothic";
    font-size: 16px;
    letter-spacing: 0;
    margin: 0;
    margin-top: 4px;
}

section.contact-lower ul li:before {
    content: "";
    width: 1px;
    height: 100%;
    background-color: #B0B0B0;
    position: absolute;
    right: 0;
}

section.contact-lower ul li:last-child:before {
    opacity: 0;
}

section.contact-lower iframe {
    width: 100%;
    margin-top: 50px;
}

.fade-out {
  opacity: 0;
  transition: opacity 0.8s ease;
}

.fade-in {
  opacity: 0;
  animation: fadeIn 0.8s forwards;
}

@keyframes fadeIn {
  to { opacity: 1; }
}


[data-barba=""] {
  will-change: transform, opacity;
}

html, body {
  overflow-x: hidden;
}

.register-modal .modal-body{
    padding: 0px;
}


.register-modal .modal-dialog {
    max-width: 1320px;
}

.register-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.register-modal .row{
    background-image: url(../img/register-bg.png);
    background-repeat: no-repeat;
    background-position: right center;
}

.register-content h2 {
    font-size: 44px;
}

.register-modal .modal-content{
    border: 0;
    border-radius: 0;
}

.register-login{
    display: flex;
    margin-top: 50px;
}

ul.register-login li a {
    display: block;
    text-decoration: none;
    text-align: center;
    border: 1px solid transparent;
    background-color: white;
    background-image: linear-gradient(white, white), /* black background */ linear-gradient(180deg, #EEC65F 0%, #A76F2A 50%, #AE9469 100%);
    background-origin: border-box;
    background-clip: padding-box, border-box;
    padding: 15px;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

ul.register-login li a p {
    margin: 0;
    color: #000000;
    font-family: "Felix Titling", serif;
    font-size: 16px;
    font-weight: 600;
    margin-top: 25px;
    transition: all 0.4s ease;
}

ul.register-login li {
    margin-right: 15px;
}

ul.register-login li a .img-box {
    background-color: #000000;
    display: block;
    height: 150px;
    width: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}

ul.register-login li a:before{
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #EEC65F 0%, #A76F2A 50%, #AE9469 100%);
    z-index: -1;
    transition: all 0.5s ease;
}

ul.register-login li a:hover:before {
    left: 0;
}

ul.register-login li a:hover p{
    color: white;
}

.register-modal button.btn-close {
    position: absolute;
    right: 30px;
    color: black;
    top: 30px;
    opacity: 1;
}

p.new-here {
    font-size: 14px;
    margin-bottom: 25px;
}

p.new-here a {
    color: #AE9469;
    text-decoration: none;
}

.section-heading h5 {
    letter-spacing: 1px;
    font-size: 25px;
    font-family: "Felix Titling", serif;
    color: #000000;
    margin-bottom: 5px;
}

.login-form {
    margin-top: 18px;
}

.forgot {
    text-align: right;
    margin-bottom: 20px;
}

.forgot a {
    text-decoration: none;
    color: #AE9469;
    font-family: "ITC Avant Garde Gothic";
}

.signup-option h5{
    font-family: "ITC Avant Garde Gothic";
    margin-bottom: 15px;
    text-transform: uppercase;
    color: #000000;
}

.signup-option {
    margin-top: 40px;
}


.signup-option a {
    margin-right: 15px;
    display: inline-block;
    text-decoration: none;
}

.register-form {
    padding-right: 30px;
}

.register-form button {
    margin-top: 20px;
}

.circle-timer {
    --progress: 0deg;

    width: 150px;
    height: 150px;
    border-radius: 50%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: #A76F2A;
}

/* GRADIENT BORDER PROGRESS */
.circle-timer::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;

    /* Gold gradient */
    background:
        linear-gradient(180deg,
            #EEC65F 0%,
            #A76F2A 50%,
            #AE9469 100%);

    /* Progress mask */
    -webkit-mask:
        conic-gradient(#000 var(--progress), transparent 0),
        radial-gradient(farthest-side,
            transparent calc(100% - 10px),
            #000 0);
    -webkit-mask-composite: intersect;

    mask:
        conic-gradient(#000 var(--progress), transparent 0),
        radial-gradient(farthest-side,
            transparent calc(100% - 10px),
            #000 0);
    mask-composite: intersect;
}

/* INNER CIRCLE */
.circle-timer::after {
    content: "";
    position: absolute;
    inset: 10px;
    background: #fff;
    /* or transparent */
    border-radius: 50%;
}

.circle-timer span {
    position: relative;
    z-index: 2;
    font-size: 25px;
}

div#circleTimer {
    margin: 0 auto 20px;
}

ul.circle-input input {
    width: 65px;
    height: 65px !important;
    background-color: white !important;
    border-radius: 50px;
    border: 1px solid transparent !important;
    background-color: white !important;
    background-image: linear-gradient(white, white), /* white background */ linear-gradient(180deg, #EEC65F 0%, #A76F2A 50%, #AE9469 100%) !important;
    background-origin: border-box;
    background-clip: padding-box, border-box;
    text-align: center !important;
    font-weight: bold;
    font-size: 20px !important;
}

ul.circle-input {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 15px;
}

ul.circle-input input[type=number]::-webkit-outer-spin-button,
ul.circle-input input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

ul.circle-input input[type=number] {
  -moz-appearance: textfield;
}

.code-receive{
    margin-top: 37px;
    color: #777777;
    text-decoration: none;
    font-size: 12px;
    font-family: "ITC Avant Garde Gothic", sans-serif;
}

.code-receive span {
    font-weight: bold;
    color: black;
    text-decoration: underline;
    font-size: 15px;
}

.contact-form .input-group-text i {
    font-size: 18px;
    position: relative;
    top: 4px;
    background: linear-gradient(
    180deg,
    #EEC65F 0%,
    #A76F2A 50%,
    #AE9469 100%
  );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.profile-upload {
    display: flex;
    justify-content: center;
    position: relative;
    width: 120px;
    margin: 0 auto 20px;
}

.profile-circle {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 2px solid #0d6efd;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    background-color: white;
    background-image: linear-gradient(white, white), /* white background */ linear-gradient(180deg, #EEC65F 0%, #A76F2A 50%, #AE9469 100%);
    background-origin: border-box;
    background-clip: padding-box, border-box;
}

.profile-circle img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: none;
}

.profile-circle .placeholder {
    font-size: 30px;
    color: #333;
}

.profile-circle:hover {
    opacity: 0.9;
}

.remove-image {
    position: absolute;
    top: 6px;
    right: 6px;
    width: 26px;
    height: 26px;
    background: #fff;
    color: #000;
    border-radius: 50%;
    font-size: 10px;
    line-height: 26px;
    text-align: center;
    cursor: pointer;
    display: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
    z-index: 5;
}

.remove-image {
    display: block;
}

.account-created p.new-here {
    width: 80%;
    margin: 0 auto;
    line-height: 29px;
    margin-bottom: 10px;
}

.account-created p.notify {
    color: black;
    width: 50%;
    margin: 15px auto 0;
    line-height: 25px;
}

.top-right-nav .dropdown-toggle::after{
    display: none;
}


.top-right-nav .dropdown-menu{
    padding: 0;
    border-radius: 0;
    margin-top: 15px;
}

.top-right-nav .dropdown-menu a{
    background-color: black;
    color: white;
    padding: 6px 17px;
}

.top-right-nav .dropdown-menu a:hover {
    background-color: #AE9469;
}

section.banner.home-banner .section-heading p {
    color: white;
    width: 80%;
    line-height: 30px;
    margin: 0 auto 20px;
}

section.banner.home-banner h1 {
    width: 80%;
    margin: 0 auto 20px;
}

.tattoo-booking-container {
    max-width: 600px;
    margin: 0 auto;
    min-height: 100vh;
    background-color: #fff;
    position: relative;
}

/* Top header bar */
.booking-header {
    padding: 20px 20px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.back-btn {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    padding: 0;
    color: #333;
}

.finish-later-btn {
    background: none;
    border: none;
    font-size: 14px;
    color: #666;
    cursor: pointer;
    font-weight: 500;
}

/* Progress indicator */
.booking-progress-bar {
    padding: 0 20px 20px;
}

.progress-steps {
    display: flex;
    gap: 8px;
    height: 4px;
}

.progress-step {
    flex: 1;
    background-color: #e0e0e0;
    border-radius: 2px;
    transition: background-color 0.3s ease;
}

.progress-step.active {
    background-color: #A76F2A;
}

/* Content area */
.booking-content {
    padding: 40px 20px;
    min-height: calc(100vh - 200px);
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Artist profile */
.artist-profile {
    text-align: center;
    margin-bottom: 40px;
}

.artist-avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    /* background-color: #333; */
    margin: 0 auto 12px;
    overflow: hidden;
}

.artist-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.artist-profile .artist-name {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin-bottom: 0;
    position: static;
    display: block;
}

.artist-location {
    font-size: 14px;
    color: #666;
}

/* Question bubble */
.question-bubble {
    display: flex;
    gap: 12px;
    margin-bottom: 30px;
    max-width: 500px;
    width: 100%;
}

.question-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    flex-shrink: 0;
    overflow: hidden;
}

.question-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.question-text {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 20px;
    padding: 12px 20px;
    font-size: 15px;
    color: #333;
    display: inline-block;
}

/* Form elements */
.booking-form {
    width: 100%;
    max-width: 500px;
}

.form-control-custom {
    width: 100%;
    padding: 15px 20px;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    font-size: 15px;
    background-color: #f9f9f9;
    transition: all 0.3s ease;
}

.form-control-custom:focus {
    outline: none;
    border-color: #A76F2A;
    background-color: #fff;
}

.form-control-custom::placeholder {
    color: #999;
}

/* Radio/Checkbox options */
.option-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
    max-width: 500px;
}

.option-item {
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 16px 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    background-color: #fff;
    display: flex;
    align-items: center;
    gap: 12px;
}

.option-item:hover {
    border-color: #A76F2A;
    background-color: #a76f2a14;
}

.option-item input[type="radio"],
.option-item input[type="checkbox"] {
    width: 20px;
    height: 20px;
    cursor: pointer;
    accent-color: #A76F2A;
}

.option-item label {
    flex: 1;
    cursor: pointer;
    margin: 0;
    font-size: 15px;
    color: #333;
}

.option-item.selected {
    border-color: #A76F2A;
    background-color: #a76f2a14;
}

/* Upload button */
.upload-btn {
    width: 100%;
    padding: 20px;
    border: 2px dashed #e0e0e0;
    border-radius: 12px;
    background-color: #f9f9f9;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 15px;
    color: #666;
    font-weight: 500;
}

.upload-btn:hover {
    border-color: #A76F2A;
    background-color: #f9f9ff;
}

/* Body selector */
.body-selector-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    width: 100%;
}

.body-view-toggle {
    display: flex;
    gap: 12px;
}

.body-view-btn {
    padding: 10px 24px;
    border: 1px solid #e0e0e0;
    border-radius: 20px;
    background-color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.body-view-btn.active {
    background-color: #fff;
    border-color: #333;
    color: #333;
}

.body-figure {
    width: 200px;
    margin: 20px 0 0;
}

.body-part {
    position: absolute;
    background-color: #4F46E5;
    opacity: 0.7;
    border-radius: 8px;
    cursor: pointer;
    transition: opacity 0.3s ease;
}

.body-part:hover {
    opacity: 0.9;
}

/* Next button */
.next-btn-container {
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.next-btn {
    width: 100%;
    max-width: 150px;
    padding: 14px 0px;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: linear-gradient(180deg, #EEC65F 0%, #A76F2A 50%, #AE9469 100%);
}

.next-btn:hover {
    background-color: #8785D8;
}

.next-btn:disabled {
    background-color: #D1D0F0;
    cursor: not-allowed;
}

.next-btn.active {
    background-color: #4F46E5;
}

.step-counter {
    font-size: 14px;
    color: black;
    font-weight: 600;
}

/* Image preview */
.image-preview {
    position: relative;
    display: inline-block;
    margin-top: 15px;
    margin-right: 15px;
}

.preview-img {
    width: 120px;
    height: 120px;
    border-radius: 12px;
    object-fit: cover;
}

.remove-img {
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
    border-radius: 6px;
    background-color: #333;
    color: #fff;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

/* Responsive */
@media (max-width: 768px) {
    .tattoo-booking-container {
        max-width: 100%;
    }
}

:focus-visible {
    outline: 0;
}

.remove-img i {
    font-size: 8px;
}

.image-preview:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #0000001c;
    border-radius: 6px;
}

.step-content {
    width: 100%;
}

.body-figure svg path{
    fill: #e6e7e7;
}

.body-figure svg [data-key]:hover {
    fill: #cececf;
}

.body-figure svg path.active {
    fill: #A76F2A;
}

ul#bodyTabs li button {
    background-color: #f1f1f1;
    border-radius: 50px;
    border: 1px solid #f1f1f1;
    color: black;
    padding: 10px 40px;
}

ul#bodyTabs li {
    margin: 0px 10px;
}

ul#bodyTabs {
    border: 0;
}

ul#bodyTabs li button.active {
    background: linear-gradient(180deg, #EEC65F 0%, #A76F2A 50%, #AE9469 100%);
    color: white;
}

.navbar-nav a {
    color: white;
    font-size: 16px;
    margin: 0px 20px;
}


.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1030;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    padding: 8px 0px;
    backdrop-filter: blur(16px) saturate(1.2);
    background: rgba(255, 255, 255, .75) !important;
}

a.navbar-brand span {
    display: none;
}

header.fixed-header a.navbar-brand img {
    display: none;
}

header.fixed-header a.navbar-brand span {
    display: block;
    color: black;
    font-weight: bold;
    font-family: "Felix Titling", serif;
}

.dropdown .dropdown-toggle::after {
    display: none;
}

.top-right-nav{
    width: 160px;
    text-align: right;
    justify-content: end;
}

header.fixed-header .navbar-nav a {
    color: black;
}

a.nav-toggle-button:before {
    content: "";
    width: 58px;
    height: 58px;
    background: black;
    position: absolute;
    border-radius: 50px;
    transition: all 0.4s ease;
}

a.nav-toggle-button img {
    position: relative;
}

a.nav-toggle-button:hover:before {
    background: linear-gradient(transparent, transparent) padding-box, linear-gradient(-90deg, #EEC65F -63%, #A76F2A 76%, #AE9469 150%) border-box;
}

.button-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin-top: 25px;
}

.button-wrapper .btn-white {
    padding-left: 40px;
    padding-right: 40px;
}

.video-background {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    transform: translate(-50%, -50%);
    object-fit: cover;
}

.home-banner .container {
    position: relative;
    z-index: 1;
}

.home-banner::before {
    content: '';
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background: rgba(0,0,0,0.4);
    z-index: 1;
}


.artist-box a {
    text-decoration: none;
}

.event-box a {
    text-decoration: none;
    color: inherit;
}

.event-slider .slick-arrow:hover {
    background: linear-gradient(transparent, transparent) padding-box, linear-gradient(-90deg, #EEC65F -63%, #A76F2A 76%, #AE9469 150%) border-box;
}

span.gold-line {
    position: relative;
    background: transparent !important;
    -webkit-text-fill-color: inherit !important;
}

span.gold-line:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: linear-gradient(to right, #EEC65F, #A76F2A, #AE9469);
    bottom: 0;
}

ul.navbar-nav li {
    display: none;
}

header.fixed-header ul.navbar-nav li {
    display: block;
}

.footer-heading.social-links .input-group {
    background-color: white;
    padding-left: 16px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 9px;
}

.masonry-item > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section.contact-lower {
    margin-bottom: 80px;
}

.contact-form .input-group-wrapper {
    margin-bottom: 20px;
}

span.input-group-text.password-toggle {
    padding-right: 10px;
    padding-left: 10px;
}

.artist-detail-img img {
    width: 100%;
    height: 100%;
}

.masonry-grid {
    width: 100%;
}

/* sizer + item both define the column width */
.masonry-sizer,
.masonry-item {
    width: calc(33.333% - 15px); /* 3 columns, accounting for gutter */
}

.masonry-item {
    margin-bottom: 22px;
}

.masonry-item > img {
    width: 100%;
    height: auto;        /* <-- key: lets each image keep its natural height */
    display: block;
}

/* responsive: 2 columns on tablet, 1 on mobile */
@media (max-width: 991px) {
    .masonry-sizer,
    .masonry-item { width: calc(50% - 11px); }
}
@media (max-width: 575px) {
    .masonry-sizer,
    .masonry-item { width: 100%; }
}

section.contact-wrapper .input-group {
    margin-bottom: 20px;
}