/* Import the Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300;400;500;600;700&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');

@keyframes expandFromTop {
    0% {
        height: 0;
    }
    100% {
        height: 100%; /* Expand to full width */
    }
}

@keyframes colorFade {
    0% { color: #fff; }
    50% { color: #D09B5D; }
    100% { color: #fff; }
}

@keyframes abi2-zoom {
    0% {
        transform: scale3d(1.03, 1.03, 1)
    }
    100% {
        transform: scale3d(1.2, 1.2, 1)
    }
}


input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    -webkit-text-fill-color: inherit;
    transition: background-color 5000s ease-in-out 0s; /* prevents yellow */
    box-shadow: 0 0 0px 1000px white inset !important; /* your background color */
}

.form-control{
    padding: .463rem .75rem;
}

.playfair-bold {
    font-family: "Playfair", serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-variation-settings: "wdth" 100;
}

.playfair-semibold {
    font-family: "Playfair", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-variation-settings: "wdth" 100;
}
.playfair-normal {
    font-family: "Playfair", serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    font-variation-settings: "wdth" 100;
}
.playfair-light {
    font-family: "Playfair", serif;
    font-optical-sizing: auto;
    font-weight: 100;
    font-style: normal;
    font-variation-settings: "wdth" 100;
}


header.inner-image-header {
    display:block;
    overflow: hidden;
    position:relative;
    width:100%;
    margin-left: -1px;
    height: 560px;
}

.inner-image-header .after {
    top: 0px;
    left: 0px;
    right:0px;
    bottom:0px;

    position: absolute;
    width: 100%;
    height: 560px;
    z-index: 0;
    animation: abi2-zoom 33s linear infinite alternate;
    background-size: cover;
}

header .header-image{
    height: 100% !important;
    width: auto!important;
}

header .container {
    position: relative;
    z-index: 2;
}

header .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: black;
    opacity: 0.4;
    z-index: 1;
}


:root {
    --bs-border-radius: 2px; /* or any other value like 0, 10px, etc. */
    --accent-orange: #c87137;
    --text-dark: #1a1a1a;
    --text-gray: #666666;
    --divider-color: #e0e0e0;
    --success-green: #28a745;
}


.text-orange{
    color: var(--accent-orange);
}


/* Apply the fonts to the entire site */
body {

    font-family: 'Nunito Sans', sans-serif;
    font-weight: 400; /* Default weight */
    scrollbar-gutter: stable;
}

body.active {
    border-top: 4px solid #D09B5D;
}

a {
    all: unset;
    display: inline;
    cursor: pointer; /* optional: keeps pointer on hover */
}

/* Example of overriding specific elements with different font */
h1, h2, h3, h4, h5, h6 {
    font-family:  'Nunito Sans', sans-serif;
    font-weight: 600; /* Semi-bold for headings */
}

p, li, a, span, div {
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 400; /* Regular for body text */
}

/* Custom font weights can be used */
strong, b {
    font-weight: 700; /* Bold text */
}


.container {
    max-width: 1440px;
    overflow: hidden;
}


.height-1,
.size-1 {
    height: 40px;
}
.height-2,
.size-2 {
    height: 80px;
}
.height-3,
.size-3 {
    height: 120px;
}
.height-4,
.size-4 {
    height: 160px;
}
.height-5,
.size-5 {
    height: 200px;
}
.height-6,
.size-6 {
    height: 240px;
}
.height-7,
.size-7 {
    height: 280px;
}
.height-8,
.size-8 {
    height: 320px;
}
.height-9,
.size-9 {
    height: 360px;
}
.height-10,
.size-10 {
    height: 400px;
}
.height-11,
.size-11 {
    height: 440px;
}
.height-11-5,
.size-11-5 {
    height: 460px;
}
.height-12,
.size-12 {
    height: 480px;
}
.height-12-5,
.size-12-5 {
    height: 500px;
}
.height-13,
.size-13 {
    height: 520px;
}

.height-14,
.size-14 {
    height: 560px;
}

.width-1,
.size-1 {
    width: 40px;
}
.width-2,
.size-2 {
    width: 80px;
}
.width-3,
.size-3 {
    width: 120px;
}
.width-4,
.size-4 {
    width: 160px;
}
.width-5,
.size-5 {
    width: 200px;
}
.width-6,
.size-6 {
    width: 240px;
}
.width-7,
.size-7 {
    width: 280px;
}
.width-8,
.size-8 {
    width: 320px;
}
.width-9,
.size-9 {
    width: 360px;
}
.width-10,
.size-10 {
    width: 400px;
}
.width-11,
.size-11 {
    width: 440px;
}
.width-12,
.size-12 {
    width: 480px;
}
.width-13,
.size-13 {
    width: 600px;
}
.width-14,
.size-14 {
    width: 800px;
}

.h-700{
    height: 700px;
}

.white-hr{
    background-color: white;
    opacity: 1;
}

.m-0-a{
    margin: 0 auto;
}

.h-250{
    height: 250px!important;
}

.t-110{
    top:110px!important;
}


.inner-image-header.h-750, .inner-video-header.h-750{
    height: 750px;
    padding-top: 120px;
}


.inner-image-header.h-750 .div-text-center{
    padding-top: 60px;
}

.inner-image-header.h-750 .after{
    height: 750px;
}


video::-webkit-media-controls {
    display: none !important;
}

video::-moz-media-controls {
    display: none !important;
}

video::-ms-media-controls {
    display: none !important;
}

video::media-controls {
    display: none !important;
}



.swiper-slide {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}



.ratio-16x9 video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.img-cover{
    position: relative;

}
.img-cover img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-text {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: initial;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));

    color: white;
    text-align: center;
    padding: 10px;
    font-size: 16px;
    height: 200px;
}

.video-text .heading{

}

.swiper-button-next, .swiper-button-prev {
    color: white;
}

.dark.swiper-button-next, .dark.swiper-button-prev {
    color: #0f0f0f!important;
}

.swiper-pagination-bullet {
    background: white;
}

.swiper-container{
    position: relative;
}

.swiper-container .swiper-pagination {
    position: absolute;
    left: 20px; /* Adjust the left position as needed */
    bottom: 20px; /* Adjust the bottom position as needed */
    z-index: 10; /* Ensure it stays on top of other elements */
    text-align: left;
    padding-left: 40px;
}


.nopadding{
    padding-left:0px!important;
    padding-right: 0px!important;
}


.heading-h1{
   font-size: 40px;
}
.heading-h2{
   font-size: 30px;
}

.heading-h3{
   font-size: 26px;
}

.heading-h4{
   font-size: 20px;
}

.btn.btn-primary{
    border-radius: 0px;
    border: 1px solid #212529;
    color: #212529;

}

.btn.btn-primary.btn-white{
    border-color: #fff;
    background-color: #fff;
    color: #2b2b2b;
}

.btn.btn-primary.btn-white-bordered{
    border-color: #2b2b2b;
    background-color: #fff;
    color: #2b2b2b;
}

.btn.btn-primary.btn-transparent{
    background-color: transparent;
}

.transparent{
    background-color: transparent!important;
}

.btn.btn-primary.btn-white.btn-transparent{
    color: #fff;
}

.btn-bigger.btn.btn-primary{
    padding: 10px 20px;
}

.h-52{
    height: 52px!important;
}

.btn-bigger-xl.btn.btn-primary{
    padding: 14px 20px;
    font-size: 20px;
}

.btn.btn-primary.btn-cap{
    text-transform: uppercase;
}

/* Optional: Customize the appearance of the pagination bullets */
.swiper-container .swiper-pagination-bullet {
    background-color: #000; /* Color of pagination bullets */
    border: 1px solid #FFF;
    width:12px;
    height: 12px;
    margin-right: 15px!important;
    opacity: 1;
}

.swiper-container .swiper-pagination-bullet {
    background-color: #000; /* Color of pagination bullets */
    border: 1px solid #FFF;
    width:12px;
    height: 12px;
    margin-right: 15px!important;
    opacity: 1;
}

.swiper-container .swiper-pagination-bullet-active, .swiper-container .swiper-pagination-bullet:hover {
    background-color: #FFF; /* Active bullet color */
    border: 1px solid #FFF;
    width:12px;
    height: 12px;
    margin-right: 15px!important;
    opacity: 1;

}

.swiper-button-prev, .swiper-button-next {
    font-family: "FontAwesome";
    font-size: 20px;
    background-color: rgba(0, 0, 0, 0.1);
    padding: 10px;
    border-radius: 50%;
    width: 60px !important;
    height: 60px !important;
    text-align: center;
    color: white !important;
    margin-top: 30px !important;
}

.swiper-button-prev.swipe-red, .swiper-button-next.swipe-red {
    color: #CF6B1E !important;
    margin-top: 0px !important;
}

.navbar-custom.navbar-expand-lg{
    flex-wrap: wrap!important;
}


.swiper-container{
    overflow: hidden;
    padding: 0px;
}

.swiper-button-prev::after, .swiper-button-next::after {
    font-size: 34px!important;
}

.contact-us-holder{
    position: fixed;
    bottom: 50px;
    right:50px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #EBEDEC;
    text-align: center;
    z-index: 999;
}

.outline-bell {
    line-height: 50px;
    -webkit-text-stroke: 1px black;
    color: white; /* Makes the inside of the icon white */
}


.cursor-pointer{
    cursor: pointer!important;
}
.search-icon {
    background-color: transparent;
    transition: background-color 0.3s ease;
    border-radius: 50%;
    padding: 5px;
}

.search-icon input{
   display: none;
}

    /* Active state: background color appears */
.search-icon.active {
    background-color: #f0f0f0; /* Adjust color as needed */
}

.search-icon.active input{
    display: block;
}

.search-holder{
    display: none;
    border-radius: 8px;
    border: 0px;
    background-color: #F5F5F5;
    width: 0px;
    position: relative;
}

.search-holder.black{
    background-color: #000;
    color: #fff!important;
    border-color: #F5F5F5;
    z-index: 1;
}

.search-holder.black .search-input{
    color: #fff!important;
    border-color: #F5F5F5;
}


header video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    /*width: 100%;*/
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
header {
    position: relative;
    background-color: black;
    height: 100vh;
    min-height: 25rem;
    width: 100%;
    overflow: hidden;
}


header video.video-height{
    height: 100% !important;
    width: auto!important;
}

header .container {
    position: relative;
    z-index: 2;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: black;
    opacity: 0.5;
    z-index: 1;
}


.search-holder input{
    border:0px;
    background: 0px;
    outline: none;
}

.search-holder.active{
    display: block;
    transition: all 0.3s ease;
    width: 300px;
}

.search-icon-inner{
    position: absolute;
    right: 10px;
    top: 5px;
    display: block;
    opacity: 0;
    transition: all 0.3s ease;
}

.hidden{
    display: none!important;
    visibility: hidden!important;
}


.border-0{
    border:0px!important;
}


.grey-bkg, .grey-bkg td{
    background-color: #F5F5F5!important;
}


.lh-30{
    line-height: 30px;
}

.lh-34{
    line-height: 34px;
}
.lh-40{
    line-height: 40px;
}

.lh-120{
    line-height: 120px;
}

.fc-default{
    color: inherit;
}

.pe-0-desktop{
    padding-right: 0px;
}

.btn-grey{
    background-color: #E2E2E2;
    border-radius: 6px;
    color: #0f0f0f!important;
    text-decoration: none;
}

.btn-grey:hover, .btn-grey:active{
    background-color: #E2E2E2!important;
    border-radius: 0px!important;
    color: #0f0f0f!important;
    text-decoration: none;
}

.no-decoration{
    text-decoration: none!important;
}

.card{
    border-radius: 0px!important;
    border-color: #F5F5F5!important;
}

.relative{
    position: relative!important;
}

.product-img-wrap {
    position: relative;
    width: 100%; /* Full width of the column */
    padding-top: 100%; /* Maintain a square aspect ratio */
    overflow: hidden; /* Hide any overflowing content */
    background-color: #F5F5F5; /* This will be the new background color */
}

.product-img-wrap-tall {
    position: relative;
    width: 100%; /* Full width of the column */
    padding-top: 120%; /* Maintain a square aspect ratio */
    overflow: hidden; /* Hide any overflowing content */
    background-color: #F5F5F5; /* This will be the new background color */
}
.product-img-wrap-tall .card-img-top {

    height: 100%; /* Full width of the column */

}


.thumbnail-swiper .swiper-slide {
    flex-shrink: 0; /* Prevent Swiper slides from shrinking */

    box-sizing: border-box; /* Include padding and border in height calculations */
}

/* Make the image fill the card while maintaining its aspect ratio */
.card-img-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    mix-blend-mode: multiply;
    filter: brightness(105%);
}

.img-fluid{
    mix-blend-mode: multiply; /* Blends the image with the grey background */
    filter: brightness(105%); /* Adjust brightness to counter the darkening effect */
}

/* Additional styling for the link */

.overflow-initial{
    overflow: initial;
}

.mt--25{
    margin-top: -25px!important;
}
.mt--8{
    margin-top: -8px!important;
}

.mt--10{
    margin-top: -10px!important;
}

.img-fit img{
    object-fit: cover;
}


.swiper-button-prev.l--50{
    left:-50px!important;
    background-color: transparent!important;
    color: #0f0f0f!important;
}

.swiper-button-next.r--50{
    right:-50px!important;
    background-color: transparent!important;
    color: #0f0f0f!important;
}
.menu-content, .menu-wrapper{
    display: none;
}

.active.menu-content{
    top:0px;
    height: 0; /* Start with width 0 */
    background-color: #FFF; /* Set the background color */
    position: fixed;
    width: 400px;
    right: 0; /* Align to the right */
    animation: expandFromTop 0.4s forwards ease-in-out; /* Trigger animation */
    z-index: 1000;
    display: block;
    overflow: hidden;
}

.active.menu-wrapper{
    z-index: 999;
    display: block;
    width: 100%;
    position: fixed;
    height: 100%;
    top:0px;
    left:0px;
    background-color: rgba(0,0,0,0.3);
}

.justify-content-end{
    z-index: 1001;
}

.nav-link.active{
    font-weight: 700;
    text-shadow: 0px 0px 5px #ebebeb;
}

.menu-inner{
    display: block;
    padding: 80px 30px 0px;
    overflow: hidden;
    height: 100vh;
}


.menu-item{
    width: 100%;
    display: block;
    padding: 7px 12px;
    position: relative;
    color: #2b2b2b!important;
    text-decoration: none;
}
.menu-item:after{
    content: 'next';
    font-family: swiper-icons;
    font-size: 14px;
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
    right: 40px;
    position: absolute;
    font-weight: 700;
    top:12px;
    transition: all 0.2s ease-in;
    -webkit-transition: all 0.1s ease-in;
}
.dropdown-alike{
    position: relative;
    display: inline-block;
    padding: 0px 15px;
    font-size: 15px;
}
.dropdown-alike::after{
    content: 'next';
    font-family: swiper-icons;
    font-size: 12px;
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
    right: -3px;
    position: absolute;
    font-weight: 700;
    top:9px;
    transition: all 0.2s ease-in;
    -webkit-transition: all 0.1s ease-in;
    rotate: 90deg;
}

.active .dropdown-alike{
    color: #0f0f0f;
}

.active .dropdown-alike::after{
    rotate: 270deg;
}

.menu-item:hover{
    background-color: #ebebeb;
}
.menu-item:hover::after{
    background-color: #ebebeb;
    right: 20px;
}

.scroll-locked {
    /*position: static;*/
    /*width: 100%;*/
    /*height: 100%;*/
    overflow-y: hidden;
}
body, html {
    scrollbar-gutter: stable; /* Forces gutter during lock */
}

html {
    scrollbar-width: thin;
}
::-webkit-scrollbar {
    width: 0.5em;
}

.opened-card .popup-data{
    display: block;
}

.popup-data {
    display: none;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

.popup-data article{

    position: absolute;
    top: -10px;
    left:-10px;
    right:-10px;
    bottom:-70px;
    border:1px solid #0f0f0f;
    padding: 10px;
    z-index: 5;
    background-color: #fff;
}
.popup-data article{

    position: absolute;
    top: -10px;
    left:-10px;
    right:-10px;
    bottom:-70px;
    border:1px solid #0f0f0f;
    padding: 10px;
    z-index: 5;
    background-color: #fff;
}

.bottom-line{
    position: absolute;
    height:70px;
    bottom: 20px;
    left:25px;
    right:25px;
    background-color: #0f0f0f;
    padding: 10px 20px;
}

.price-line{
    width: 100%;
    display: block;
    position: relative;
    height:60px;
    background-color: #0f0f0f;
    padding: 5px 20px;
}

.price-line.price-line-smaller{
    width: 80%;
    display: block;
    position: relative;
    height:50px;
    background-color: #0f0f0f;
    padding: 5px 20px;
    margin: 0 auto;
}

.price-line.price-line-white{
    background-color: #fff;
    border: 1px solid #0f0f0f;
    color: #0f0f0f!important;
}

.smaller-text{
    font-size: 14px!important;
}
.smaller-text-xs{
    font-size: 12px!important;
}
.btn.btn-inline{
    border:0px!important;
    font-weight: 700;
    font-size: 18px;
    color: inherit;
}

.product-card{
    display: block;
    position: relative;
}

a.product-link{
    display: -webkit-box;
    display: flex;
    -webkit-box-flex: 0;
    flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    flex-wrap: wrap;
    color: inherit;
    text-decoration: none;
}

.product-card.opened-card:not(.nohover){
    padding:15px;
}

.opened-card .product-img-wrap{
    z-index: 6;
}
.opened-card .card-body{
    z-index: 6;
    position: relative;
}
.lazy-swiper .swiper-wrapper,
.lazy-swiper .swiper-slide,
.lazy-swiper .product-img-wrap {
    height: 100%;
}
.lazy-swiper .swiper-slide {
    overflow: hidden;
}

.lazy-swiper .swiper-button-prev, .lazy-swiper .swiper-button-next{
    background: transparent;
    margin-top: -20px!important;
}

.lazy-swiper .swiper-button-prev::after{
    content: '';
    background: url("/images/backward.png") no-repeat center;
    background-size: 100% auto;
    width: 20px;
    height: 40px;
    margin-left:-20px;
}
.lazy-swiper .swiper-button-next::after{
    content: '';
    background: url("/images/forward.png") no-repeat center;
    background-size: 100% auto;
    width: 20px;
    height: 40px;
    margin-right:-20px;
}


.swiper-slide .carousel-caption{
    top: 0px;
    bottom: 0px;
    left:0px;
    right: 0px;
    margin: auto;
    height: 200px;
    background: linear-gradient(
            to bottom,
            transparent 0%,           /* 0% transparent */
            rgba(0, 0, 0, 0.05) 5%,   /* 30% rgba with opacity 0.1 */
            rgba(0, 0, 0, 0.3) 50%,     /* 50% opacity 1 */
            rgba(0, 0, 0, 0.05) 95%,   /* 70% rgba with opacity 0.1 */
            transparent 100%          /* 100% transparent */
    );
}



.swiper3 .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%; /* Full height */
}

/* Make images cover the full slide area */
.swiper3 .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Cover the entire slide without distortion */
}

/*.swiper3{*/
/*    height: 600px;*/
/*}*/

.navbar-holder {
    position: fixed;
    top: 0;
    z-index: 1000;
    width: 100%;
    transition: all 0.3s ease-in;
    background-color: transparent;
    float:left;
}

.navbar-holder.active, .navbar-holder.scrolled {
    background-color: #fff;
}

/* Reduce margins between rows */
.navbar .row {
    margin: 0;
    padding: 0;
}
/* Custom margin adjustments */
.navbar-custom {
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
}

/* Adjust padding and spacing between elements */
.search-holder {
    position: relative;
    margin-right: 20px;
}

.search-input {
    padding: 5px 10px;
    border: 1px solid #ccc;
}

.search-icon-inner {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

/*.navbar-holder.scrolled .navbar-custom {*/
/*    padding-top: 5px;*/
/*    padding-bottom: 5px;*/
/*}*/

/*.navbar-holder.scrolled .row {*/
/*    margin: 0;*/
/*}*/

/*.navbar-holder.scrolled .navbar-nav .nav-item {*/
/*    margin: 0 10px; !* reduce spacing between menu items *!*/
/*}*/

.navbar-nav .nav-item::after, .submenu-item::after, .list-unstyled a::after, .nav-tabs .nav-link::after {
    content: "";
    background: #0f0f0f;
    width: 0;
    height: 2px;
    bottom: -7px;
    z-index: 2;
    left: 0;
    position: absolute;
    transition: all .3s ease;
    top: unset;
}

.list-unstyled a:hover::after{
    width: 100%;
}

.ssubm .submenu-item::after {
    height: 1px;
}

.nav-link, .nav-tabs .nav-link{
    font-size: 14px;
    letter-spacing: 2px;
}

.fs-7{
    font-size: 11pt;
}

.fs-8{
    font-size: 10pt;
}
.fs-9{
    font-size: 9pt;
}
.fs-10{
    font-size: 8pt;
}

.ml--12{
    margin-left: -12px!important;
}



/*.navbar-holder.scrolled .mt-3{*/
/*    margin-top: 0px!important;*/
/*}*/

.navbar-holder .mt-3{
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
}

.grey-back{
    background-color: #F2F2F2;
}

.bi:hover, .bi.active, .active > .bi{
    color: #D09B5D!important;
}

.scrolled .bi{
    color: #0f0f0f;
}

.form-group.error .form-control, .form-group.error .custom-select-form{
    border-color: red!important;
    box-shadow: 0px 0px 4px rgba(255,0,0,0.4) !important;
}

.text-error{
    color: red!important;
}

.form-group .form-control{
    border-radius: 0px;
    padding: 10px 15px;
    outline:0;
}

.font-60{
    font-size: 60px;
}

.font-100{
    font-size: 100px;
}

.favorite-holder{
    position: absolute;
    right: 10px;
    top: 10px;
    display: block;
    z-index: 5;
    cursor: pointer;
}


@keyframes heartbeat {
    0%, 100% {
        transform: scale(1);
    }
    25% {
        transform: scale(1.3);
    }
    50% {
        transform: scale(1.1);
    }
    75% {
        transform: scale(1.4);
    }
}

.heartbeat::before {
    color: #D09B5D;
    animation: heartbeat 0.8s ease-in-out;
    animation-iteration-count: 1; /* Adjust the count to repeat the heartbeat animation a few times */
}


.border-after{
    border-bottom: 2px solid #a09090 !important;
}

.border-after-small{
    border-bottom: 1px solid #a09090 !important;
}

.absolute-bottom{
    bottom: 0px;
    left:0px;
    position: absolute;
    width:100%;
}

.absolute-bottom-50{
    bottom: 50px;
    left:0px;
    position: absolute;
    width:100%;
}

.inner-content{
    overflow-y: auto;
    padding: 15px;
}

.contact-us-content{
    display: block;
    position: absolute;
    bottom:0px;
    right: 0px;
    height:300px;
    width: 400px;
    background-color: #fff;
    box-shadow: 0px 0px 7px rgba(0,0,0,0.05);
}
.contact-us-content .header{
    padding: 15px;
    background-color: #F5F5F5;
}

.contact-us-content .btn-close{
    position: absolute;
    right: 15px;
    top: 15px;
}

.letter-a{
    display: block;
    width:40px;
    height: 40px;
    text-align: center;
    font-size: 40px;
    border-radius: 50%;
    background: #ebebeb;
    line-height: 35px;
    margin-left: 15px;
}

.letter-a img {
    mix-blend-mode: multiply;
    filter: brightness(105%);
}


.row-cols-7 > * {
    flex: 0 0 auto;
    width: calc(100% / 7);
}

.border-top{
    border-top: 1px solid #999;
}

.fs-6{
    font-size: 1.1rem!important;
}
.text-gold{
    color: #D09B5D!important;
}

.menu-content.active .bi-person::before, .bi-person:hover::before{
    content: "\f4da" !important;
    color: #D09B5D!important;
}

.menu-content.active .bi-heart::before, .bi-heart:hover::before{
    content: "\f415" !important;
    color: #D09B5D!important;
}

.menu-content.active .nav-link.bi-cart::before, .bi-cart:hover::before{
    content: "\f23d" !important;
    color: #D09B5D!important;
}



/*.nav-link .bi-person{*/
/*    position: relative;*/
/*    display: block;*/
/*}*/
/*.nav-link .bi-person:before{*/
/*    position: absolute;*/
/*    top: -14px;*/
/*    left: -23px;*/
/*    font-size: 30px;*/
/*}*/

/*.nav-link .bi-heart:before, .nav-link .bi-heart-fill:before{*/
/*    top: -11px;*/
/*    left: -1px;*/
/*    position: absolute;*/
/*}*/

.active .navbar-brand img, .scrolled .navbar-brand img{
    filter: invert(0%) !important;
}


.swiper-slide{
    height: auto;
}

.swiper-wrapper{
    height: auto!important;
}


.login-button img {
    margin-right: 10px; /* Space between the image and the text */
    float: left; /* Float the image to the left */
}

.login-button  span {
    text-align: center; /* Ensure the text remains centered */
    flex-grow: 1; /* Allow the text to take up remaining space */
}

.ml--5{
    margin-left: -5px;
}

.btn.btn-primary.btn-black{
    background: #0f0f0f;
    color: #fff;
}

.btn.btn-primary.btn-black:hover, .btn.btn-primary.btn-black.active{
    background: #fff;
    border-color: #0f0f0f;
    color: #0f0f0f;
}

.bl-1::before{
    content: "";
    height: 80%;
    top: 9%;
    width: 1px;
    background-color: #ebebeb;
    position: absolute;
    left:0px;
}

.login-button:hover{
    background-color: #0f0f0f!important;
    color: #fff;
}

.login-button:hover img{
   filter: invert(1);
}

.regular-link{
    color: inherit;
    text-decoration: underline;
}

.form-check-input[type="checkbox"] {
    border-radius: 0em;
    height:1.05em;
    width: 1.05em;
    border-color: #0f0f0f;
}

footer .list-unstyled a{
    text-decoration: none;
    color: inherit;
    font-size: 16px;
    position: relative;
}
footer .list-unstyled li{
    margin-bottom: 10px;
}

footer h5{
    margin-bottom: 15px;
}


.navbar-holder .navbar-brand img{
    -webkit-filter: invert(100%) brightness(10);
    filter: invert(100%) brightness(10);
}

.navbar-holder .nav-link{
    color: #fff;
    text-transform: uppercase;
    position: relative;
    display: block;
    cursor: pointer;
}

.nav-tabs .nav-link{
    text-transform: uppercase;
    position: relative;
    display: block;
    cursor: pointer;
    border: 0px!important;
    color: #0f0f0f;
}

.navbar-holder .nav-item{
    position: relative;
    display: block;
}

.navbar-holder .nav-link.active{
    color: #fff;
    text-shadow: none;
}


.active a.nav-link, .scrolled a.nav-link, .sidebar a.nav-link{
    color: #0f0f0f!important;
}

.search-form{
    margin-bottom: 0px;
}

.text-dark{
    color: #0f0f0f;
}


.active .navbar-nav .nav-item:hover::after, .submenu-item:hover::after, .nav-tabs .nav-link:hover::after, .nav-tabs .nav-link.active::after {
    width: 100%;
    background-color: #0f0f0f;
}

.navbar-nav .nav-item:hover::after {
    width: 100%;
    background-color: #fff;
}

#myTab{
    padding-bottom: 7px;
}





.btn-videos-inner-smaller{
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid #2ED3AE;
    text-align: center;
    float: left;
    cursor: pointer;
}

.btn-videos-inner-smaller i{
    position: absolute;
    top: 6px;
    left: 10px;
}
.btn-videos-inner i{
    padding-left: 7px;
    position: absolute;
    left: 10px;
    top: 10px;
}

.btn-pause-video-inner i{
    padding-left: 3px;
    font-size: 20px;
    top: 11px;
}
.btn-mute-video-inner i{
    padding-left: 3px;
    position: absolute;
    left: 6px;
    top: 8px;
    font-size: 20px;
}


.video-fade {
    opacity: 0;
    transition: opacity 1s ease-in-out;
}
.video-visible {
    opacity: 1;
}


.absolute-left-down{
    position: absolute;
    bottom: 70px;
    left: 30px;
    z-index: 50;
}

.absolute-right-down{
    position: absolute;
    bottom: 70px;
    right: 30px;
    z-index: 50;
}

.absolute-right-top{
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 50;
}

.btn-videos-inner:hover{
    color: #2ED3AE;
}




.div-text-center{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    margin-top: auto;
    margin-bottom: auto;
    height: 550px;
    max-width: 1200px;
    z-index: 2;
}



.div-text-bottom{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    margin-top: auto;
    margin-bottom: auto;
    height: 280px;
    max-width: 1200px;
    z-index: 2;
}

.absolute-h1{
    position: relative;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    margin-bottom: auto;
    max-width: 570px;
    z-index: 2;
    text-align: center;
    color: #fff;
    margin-top: 85px;
}

.absolute-h1 h1{
    margin-bottom: 40px;
}

.absolute-h1 hr{
    margin-top: 60px;
    margin-bottom: 60px;
}


.fs-56{
    font-size: 56px;
}


.submenu-holder{
    position: fixed;
    left: 0px;
    width: 100%;
    background-color: #FFF;
    max-height: 0px;
    height: 0px;
    transition: all 1s ease;
    overflow: hidden;
    transition-delay: 0.3s;
}

/*.scrolled .submenu-holder{*/
/*    top: 100px;*/
/*}*/

.submenu-holder.active{
    height: auto;
    max-height: 600px;
}

.submenu-item{
    color: inherit;
    display: inline-block;
    /*text-transform: uppercase;*/
    text-transform: lowercase;
    text-decoration: none;
    /*font-size: 12px;*/
    font-size: 14px;
    position: relative;
    letter-spacing: 1px;
    width: auto;
}

.submenu-item::first-letter{
    text-transform: uppercase;
}

.submenu-item::after {
    content: '';
    display: block;
    clear: both;  /* Ensures it clears any floats, if needed */
}
.vertical-line-before{
    position: relative;
}

.vertical-line-before::before{
    content: "";
    position: absolute;
    left: -10px;
    top:10px;
    bottom: 10px;
    width:1px;
    background-color: #575656;
}
.vertical-line-before.grey-line::before{
    content: "";
    position: absolute;
    left: -10px;
    top:30px;
    bottom: 30px;
    width:1px;
    background-color: #868686;
}
.vertical-line-before.alphabet-nav::before{
    left: 33px;
    top: 0px;
    bottom: 0px;
}

.submenu-item.sub{
    color: #3c3c3c;
}

.submenu-holder a{
    color: inherit;
    text-decoration: inherit;
    display: inline-block;
}



.img-100 img{
    width: 100%;
}

.img-80 img{
    width: 80%;
}

.text-bold{
    font-weight: 600;
}

.text-spacing-wide {
    letter-spacing: 2px;
}



.navbar-holder.active:after{
    content: "";
    position: absolute;
    bottom:3px;
    left:0px;
    width:100%;
    display: block;
    height: 1px;
    background-color: #ebebeb;
}

.menu-padding{
    padding-top: 190px;
}

.text-center{
    text-align: center!important;
}

.text-bold{
    font-weight: 700!important;
}


.dot-line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 0px 20px;
    color: lightgray;
    position: relative;
}
.dot-line::before {
    content: '';
    position: absolute;
    top: 12px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: lightgray;
    z-index: 0;
}
.dot {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: lightgray;
    position: relative;
    z-index: 1;
    display: inline-block;
}
.dot.star {
    width: 26px;
    height: 26px;
    background-color: black;
    clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
}
.dot-label {
    text-align: center;
    font-size: 12px;
    margin-top: 5px;
}

.breadcrumb, .breadcrumb a{
    font-size: 15px;
    color: #3c3c3c;
}

.text-right {
    text-align: right
}

.lh-xl{
    line-height: 3!important;
}

.lh-50{
    line-height: 50px!important;
}

.accordion .accordion-item{
    outline: none;
    border: 0px!important;
    border-bottom: 1px solid #787878!important;

}
.accordion  .accordion-button{
    padding-left: 0px;
    outline: none;
    border:0px!important;
    background: transparent!important;

}

.accordion-button:focus {
    box-shadow: none;
    outline: none;
}

/* Remove border from accordion items */
.accordion-item {
    border: none;
}

.accordion-body{
    padding-left: 0px;
}
.main-image {
    width: 100%;
    aspect-ratio: 1; /* Ensures square aspect ratio */
    object-fit: cover;
}
/* Thumbnail images should be square too */
.thumbnail {
    width: 100%;
    aspect-ratio: 1; /* Ensures square aspect ratio */
    object-fit: cover;
    cursor: pointer;
    mix-blend-mode: multiply;
    filter: brightness(105%);
}

.thumb-prev-vert{

    top: -4px!important;
    bottom: auto!important;
}
.thumb-next-vert{

    bottom: -6px!important;
    top: auto!important;
}



.thumb-prev-vert, .thumb-next-vert {
    rotate: 90deg;
    font-size: 6px!important;
    background-color: transparent!important;
    padding: 4px;
    width: 20px !important;
    height: 20px !important;
    text-align: center;
    color: black !important;
    margin-top: 0px !important;
    left: 50% !important;
    margin-left: -7px;
}

.thumb-prev-vert::after, .thumb-next-vert::after {
    font-size: 18px !important;
}

.main-image {
    cursor: zoom-in;
}

.modal{
    display: block;
    visibility: visible;
}


/*the end folks*/


.modal {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.8);
    -webkit-animation: turnOnOpacity -out ;
    -o-animation: turnOnOpacity -out ;
    animation: turnOnOpacity -out ;
    z-index: 5500;
    opacity: 0.99999; }

.modal .modal__wrapper {
    background-color: #fff;
    max-width: 100%;
    height: 100%;
    margin: auto;
    position: fixed;
    opacity: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px 30px;
    color: #696969;
}

.main-image-container {
    position: relative; /* Ensures positioning context */
    overflow: hidden; /* Enables scrolling */
    height: 70vh; /* Adjust as per your layout */
    width: 100%; /* Full width of the column it's in */
    user-select: none;
    touch-action: none;
}


.main-image-holder {
    cursor: move;
    user-select: none;
    touch-action: none;
    transform-origin: 50% 50% 0px;
    transition: none;
    width: 100%;
    height: 100%;
    display: flex;
}

.main-image{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.contain{
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.thumbnail-container img {
    cursor: pointer;
    max-width: 80px;
    max-height: 80px;
    margin-right: 10px;
}
.zoom-controls {
    text-align: center;
    margin-top: 10px;
}

.header-container {
    height: 10vh; /* 10% of the viewport height */
    overflow: hidden;
    text-align: left;
}

.main-image-container {
    height: 65vh; /* 70% of the viewport height */
    display: flex;
    overflow: hidden;
}

.thumbnail-container {
    display: flex;
    justify-content: center;
}

.zoom-control {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 900px;
    margin: 20px auto;
}

.zoom-minus,
.zoom-plus {
    font-size: 36px;
    font-weight: bold;
    cursor: pointer;
    user-select: none;
}

#zoom-slider {
    -webkit-appearance: none;
    width: 100%;
    height: 2px;
    background: #ccc;
    outline: none;
    position: relative;
}

#zoom-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    background: #fff;
    border: 2px solid #3c3c3c;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
}

#zoom-slider::-moz-range-thumb {
    width: 20px;
    height: 20px;
    background: #fff;
    border: 2px solid #3c3c3c;
    border-radius: 50%;
    cursor: pointer;
}

.modal__close, .bet-close {
    font-size: 84px;
    line-height: 34px;
    color: grey;
    background: none;
    border: none;
    cursor: pointer;
    transition: transform 0.3s ease, color 0.3s ease;
    z-index: 5000;
}
.modal__close-md{
    font-size: 50px;
}
.modal__close-sm{
    font-size: 30px;
    position: absolute;
    top: 10px;
    right: 10px;
}

a.disabled {
    pointer-events: none;
}

.bet-close{
    font-size: 40px;
}

.modal__close:hover, .bet-close:hover {
    color: #000;
}

.border-white{
    border: white;
}

.border-white.form-check-input.custom-checkbox:checked{
    background-color: white;
}



.modal__close:focus {
    outline: none;
    transform: scale(1.1);
    color: #555;
}

.swiper-vert-container{
    height: 632px;
}

.notification-line{
    display: block;
    position: relative;
    width: 100%;
    padding: 7px;
    line-height: 20px;
    font-size: 14px;
    color: #fff;
    background-color: #0f0f0f;
    text-align: center;

}
/*
h3.card-title{
    font-size: 20px!important;
}*/

.row-cols-md-5 .card-title {
    font-size: 1em;
    overflow: hidden;
    text-overflow: ellipsis;
}

.round-image{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    overflow: hidden;
}

.round-image.round-image-sm{
    width: 40px;
    height: 40px;
}

.round-image.round-image-xl{
    width: 290px;
    height: 290px;
}


.op-7{
    opacity: 0.7;
}



.close-notification{

}


.close-notification {
    position: absolute;
    top: 5px;
    right: 10px;
    font-size: 30px;
    font-weight: bold;
    color: grey;
    background: none;
    border: none;
    cursor: pointer;
    transition: transform 0.3s ease, color 0.3s ease;
}

.close-notification:hover {
    color: #FFF;
    transform: scale(1.2);
}

.close-notification:focus {
    outline: none;
    transform: scale(1.1);
    color: #555;
}


.play-button-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: white;
    font-size: 2.5rem; /* Size of the play button */
    cursor: pointer;
}


.play-button-overlay i {
    padding: 0.5rem;
    text-shadow: 0px 0px 8px #0f0f0f;
}


.accordion-item {
    border: none !important;     /* Remove borders from the whole item */
    border-radius: 0px!important;
}

.accordion-button:focus {
    box-shadow: none !important; /* Remove box shadow */
    outline: none !important;    /* Remove focus outline */
}

.accordion-body, .accordion-button {
    box-shadow: none !important; /* Remove any box shadow */
    outline: none !important;    /* Remove focus outline */
}

.accordion-body{
    padding: 0px;
    padding-bottom: 15px;
}

.mh-5{
    max-height: 260px;
}

.mh-6{
    max-height: 300px;
}

.mh-7{
    max-height: 400px;
}
.mh-8{
    max-height: 500px;
}
.minh-650{
    min-height: 650px;
}

.overflow-auto{
    overflow: auto;
}

.underline-link{
    text-decoration: underline;
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
}
.no-decoration{

    font-size: inherit;
    font-weight: inherit;
    color: inherit;
}

.breadcrumb-item + .breadcrumb-item {
    padding-left: 3px;
    font-size: 15px;
}

.breadcrumb-item + .breadcrumb-item::before{
    padding-right: 3px;
}

.accordion-button {
    padding: 12px 12px 12px 0px;
    padding-left: 0px;
}


.mh-180{
    max-height: 180px;
}
.mh-180 img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.lh-27{
    line-height: 27px;
}
.lh-22{
    line-height: 22px;
}
.lh-14{
    line-height: 14px;
}

.overflow-ellipsis{
    overflow: hidden;
    text-overflow: ellipsis;
}

.text-content {
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 8;
    line-height: 22.3px;
    font-size: 14px;
}

.read-more {
    position: absolute;
    bottom: 0;
    right: 0;
    background: white; /* Match container background */
    padding-left: 5px;
    color: inherit;
    text-decoration: none;

    cursor: pointer;
    font-size: 14px;

}

.item-title.fs-2{
    font-size: 1.7em!important;
}

.accordion-button:not(.collapsed){
    color: inherit;
}

/* Remove default styles from <select> */
.custom-select {
    appearance: none; /* Removes default OS styles */
    -webkit-appearance: none; /* For Safari/Chrome */
    -moz-appearance: none; /* For Firefox */
    background: none; /* Remove background */
    border: none; /* Remove borders */
    outline: none; /* Remove focus outline */
    padding: 0; /* Remove padding */
    font-size: 15px; /* Adjust text size */
    color: inherit; /* Use inherited text color */
    cursor: pointer; /* Add pointer cursor */
    padding-right: 25px;
    padding-left: 15px;
    max-height: 200px; /* Set max height for the dropdown list */
    background-color: #EBEDEC;
}

.custom-select-form {
    appearance: none; /* Removes default OS styles */
    -webkit-appearance: none; /* For Safari/Chrome */
    -moz-appearance: none; /* For Firefox */
    background: none; /* Remove background */
    outline: none; /* Remove focus outline */
    font-size: 15px; /* Adjust text size */
    color: inherit; /* Use inherited text color */
    cursor: pointer; /* Add pointer cursor */
    padding: 11px 8px 11px;
    max-height: 200px; /* Set max height for the dropdown list */
    border: var(--bs-border-width) solid var(--bs-border-color);
    width: 100%;
}

/* Add a custom arrow using a pseudo-element */
.custom-select-wrapper {
    position: relative;
    display: inline-block;
    overflow-x: hidden;
}

.custom-select-wrapper::after {
    content: '\25BC'; /* Unicode for down arrow */
    font-size: 12px;
    position: absolute;
    right: 5px; /* Position the arrow */
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none; /* Prevent interaction with the arrow */
}

.custom-select-wrapper.main-select::after{
    right: 25px;
}

.va-3{
    vertical-align: -3px;
}

.pb-gradient::after{
    content: ""; /* Creates the pseudo-element */
    position: absolute; /* Position it relative to the parent */
    bottom: 0px; /* Position 10px above the bottom */
    left: 0; /* Align to the left edge */
    width: 100%; /* Full width of the parent */
    height: 30px; /* Adjust the height of the gradient */
    background: linear-gradient(to top, #fff, transparent); /* Gradient from white to transparent */
    pointer-events: none; /* Ensure it doesn't interfere with interactions */

}

.modal.modal-logreg {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.80);
    -webkit-animation: turnOnOpacity 1s ease-in-out ;
    -o-animation: turnOnOpacity 1s ease-in-out ;
    animation: turnOnOpacity 1s ease-in-out ;
    z-index: 1000;
    opacity: 0.99999;

}

.modal.modal-logreg .modal__wrapper {
    background-color: #fff;
    height: fit-content; /* Dynamic height */
    position: fixed; /* Ensures it's relative to the viewport */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); /* Perfect centering */
    padding: 30px 30px;
    color: #696969;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); /* Optional: Adds shadow */
    border-radius: 2px; /* Optional: Adds rounded corners */
    margin: initial;
    max-width: 600px;
}


.modal.modal-requestinfo {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.80);
    -webkit-animation: turnOnOpacity 1s ease-in-out ;
    -o-animation: turnOnOpacity 1s ease-in-out ;
    animation: turnOnOpacity 1s ease-in-out ;
    z-index: 1000;
    opacity: 0.99999;

}

.modal.modal-requestinfo .modal__wrapper {
    background-color: #fff;
    height: fit-content; /* Dynamic height */
    position: fixed; /* Ensures it's relative to the viewport */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); /* Perfect centering */
    padding: 30px 30px;
    color: #696969;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); /* Optional: Adds shadow */
    border-radius: 2px; /* Optional: Adds rounded corners */
    margin: initial;
    max-width: 600px;
    max-height: 100%;
    overflow-y: auto;
}

.mw-1280{
    max-width: 1280px!important;
}

.mw-1050{
    max-width: 1050px!important;
}
.mw-900{
    max-width: 900px!important;
}

.mw-800{
    max-width: 800px!important;
}

.mw-700{
    max-width: 700px!important;
}

.mw-600{
    max-width: 600px!important;
}

.form-check-label{
    line-height: 25px;
    font-size: 16px;
}

.form-success .text-success{
    color: #D09B5D!important;
}

.open-pdf-modal .bi::before{
    margin-top: 9px;
    position: absolute;
    margin-left: -30px;
}



.countdown{
    font-weight: 700;
}

.text-red{
    color: red;
}

.text-green{
    color: green;
}
/* Dropdown container */
.custom-dropdown {
    position: relative;
    width: 100%;
    display: none; /* Initially hidden */
}


/* Add custom arrow to button */
.dropdown-toggle::after {
    display: none;
    visibility: hidden;
}

.select-like .dropdown-toggle::after {
    display: inline-block;
    visibility: visible;
}
.select-like .dropdown-menu {
   background-color: #000;

}

.select-like .dropdown-menu a{
    color: #fff!important;
    text-align: left;
}

.select-like .dropdown-toggle{
    border: 1px solid #6f6f6f;
    padding: 4px 10px;
}

.select-like .dropdown-toggle.show{
    background-color: transparent!important;
}

/* Dropdown list */
.dropdown-list {
    position: absolute;
    top: -25px;
    left: 0;
    width: 100%;
    max-height: 360px; /* Set max height */
    overflow-y: auto; /* Enable scrolling if needed */
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    list-style: none;
    margin: 0;
    padding: 0;

    z-index: 1000;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    font-size: 20px;
}

/* Dropdown items */
.dropdown-item {
    padding: 10px;

    line-height: 30px;
    cursor: pointer;
    transition: background-color 0.2s;
    box-sizing: border-box;
}

/* Hover effect */
.dropdown-item:hover {
    background-color: #000;
    color: #fff;
}

.bet_agree{
    position: fixed;
    top: 0px;
    z-index: 5555555;
    bottom: 0px;
    right: 0px;
    left: 0px;
    width: 600px;
    margin: auto;
    height: 800px;

}


.bet-main{
    display: block;
    position: relative;
    z-index: 5;
    background-color: #FFF;
    overflow: hidden;
    padding: 30px 40px;
}

.bet-cover{
    content: "";
    left: 0px;
    top: 0px;
    position: fixed;
    z-index: 2;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgba(0,0,0,0.5);
}

.no-whitespace{
    white-space: nowrap;
}

.line-height-40{
    line-height: 40px;
}

.line-height-50{
    line-height: 50px;
}

.border-bottom-2{
    border-bottom: 2px solid #b9b9b9;
}


.podskazka{
    display: inline-block;
    position: relative;
}


.podskazka span{
    position: absolute;
    left: 20px;
    width: 250px;
    white-space: normal!important;
    line-height: 16px;
    min-height: 70px;
    margin-top: 15px;
    border: 1px solid #d4d4d4;
    padding: 10px;
    display: none;
    font-size:12px;
    transform: translate(-0%, -50%);
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1, M12=0, M21=0, M22=1, SizingMethod='auto expand')";
    background-color: #fff;
    z-index: 555555;
}

.podskazka span:after{
    display: block;
    position: absolute;
    content: "";
    width:15px;
    height:15px;
    background: url(/images/arrow-left-back.png) no-repeat center;
    top:50%;
    margin-top:-8px;
    left:-12px;
}

.podskazka:hover span{
    display:block;
}

.bi-bell::before{
    position: relative;
    top:2px;
}

.responsive-video {
    width: 100%;
    height: auto; /* Automatically adjusts height to maintain aspect ratio */
    display: block; /* Ensures it behaves as a block element */
}

.text-darkgrey{
    color: #3c3c3c;
}
.text-grey{
    color: #5a5a5a!important;
}

.filter-count-holder{
    color: #5a5a5a;
}
.filter-count-holder.active{
    color: #3c3c3c;
    cursor: pointer;
}

.filter-group.collapsed .filter-holder{
    max-height: 0px;
}

.under-text{
    color: #5a5a5a;
    font-size: 14px;
    margin-top: -10px;
    text-transform: uppercase;
}

.giant-countdown{
    font-size: 46px;
}

.giant-digit{
    position: relative;
}

.giant-digit:not(.seconds)::after{
    content: ":";
    position: absolute;
    right:-15px;
    top: 50%;
    margin-top: -24px;
    font-size: 40px;
    line-height: 40px;
    font-weight: 100;
}

.w-80{
    width: 80%;
}

.regular-text{
    font-size: inherit;
    text-transform: inherit;
    text-decoration: inherit;
    color: inherit;
}

.palka-after{
    position: relative;
}
.palka-after::after{
    content: "";
    position: absolute;
    right: -6px;
    top: 50%;
    height: 60%;
    margin-top: -35%;
    width: 1px;
    background-color: #727272;
}


.links a:not(.last):not(.first), .links b{
    display: inline-block;
    width:30px;
    height:30px;
    margin-left:6px;
    text-align:center;
    border:1px solid #908f8f;
    line-height:28px;
    border-radius: 2px;
    text-decoration: none;
    color: inherit;
    font-size: 14px;
}

.links b{
    border:1px solid #494949;
}

.links .last{
    text-decoration: none;
    color: #3c3c3c;
    font-size: 14px;
    margin-left: 15px;
}

.links .first{
    text-decoration: none;
    color: #3c3c3c;
    font-size: 14px;
    margin-right: 14px;
}

.links .last i, .links .first i{
    padding: 0px 5px;
}

.links .first.disabled, .links .last.disabled{
    color: #7d7d7d;
}
.mt-0{
    margin-top: 0px!important;
}

.absolute-icon-btn i{
    position: absolute;
    top:50%;
    margin-top: -20px;
}

.color-flick{
    animation: colorFade 1s infinite alternate ease-in-out;
}

.round-image{
    width: 100px; /* Adjust size as needed */
    height: 100px; /* Ensure it's a perfect square */
    border-radius: 50%; /* Makes it circular */
    overflow: hidden; /* Ensures image does not exceed border */
    display: flex;
    justify-content: center;
    align-items: center;
}

/*.round-image img {*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    object-fit: contain; !* Keeps the entire image visible inside *!*/
/*}*/

.card-title.height-2{
    height: 50px;
    text-overflow: ellipsis;
    overflow: hidden;

}

.product-card-smaller .card-title.height-2{
    height: 80px;
}

.bottom-line-button{
    position: absolute;
    width: 100%;
    bottom: 0px;
    left:0px;
    background-color: #fff;
}

#filters {
    position: sticky;
    top: 155px;
    left: 0;
    height: calc(100vh - 155px);
    background: #fff;
    padding: 20px;
    overflow-y: auto;
    transition: transform 0.3s ease-in-out;

}

#filters.show {
    transform: translateX(0);
    overflow-x: hidden;
}

#filters .h4 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    cursor: pointer;
}

.filter-group {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 10px;
    position: relative;
}

.filter-holder{
    /*max-height: 250px;*/
    /*overflow-y: auto;*/
    overflow-x: hidden;
}

.filter-group:last-child {
    border-bottom: none;
}

.category-group {
    margin-left: 10px;
    position: relative;
    display: block;
}

input[type="checkbox"] {
    margin-right: 8px;
}

label {
    /*display: flex;*/
    /*align-items: center;*/
    font-size: 14px;
    cursor: pointer;
    /*width: 100%;*/
    position: relative;
    line-height: 22px;
    margin-bottom: 10px;
}

.form-label {
    opacity: 0.8;
    color: #21252999;
    margin-bottom: 2px;
}

.close-filter {
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: -10px;
}

.subcategory-list {
    display: none;
    margin-left: 15px;
}

.subcategory{
    white-space: nowrap;
}

.category-toggle {
    display: block;
    position: absolute;
    cursor: pointer;
    right: 25px;
    top: 1px;
    user-select: none;
    float: right;
    font-size: 30px;
    width: 18px;
    height: 18px;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center;
}

.toggle-icon {
    display: block;
    position: absolute;
    cursor: pointer;
    right: 18px;
    top: -9px;
    user-select: none;
    float: right;
    font-size: 30px;
}

.filter-group h4{
    position: relative;
}

.open.category-toggle{
    rotate: 180deg;
}




.mt-155{
    margin-top: 155px;
}
.mb-155{
    margin-bottom: 155px;
}




.page-overflow{
    display: block;
    position: fixed;
    top:0px;
    left:0px;
    right:0px;
    bottom:0px;
    width: 100%;
    height:100%;
    z-index: 1049;
    background-color: rgba(0,0,0,0.3);
}


.overflow-hidden{
    overflow: hidden;
}
.overflowx-hidden{
    overflow-x: hidden;
}

.fs-3-5{
    font-size: 1.65em;
}

.btn-absolute-right{
    position: absolute;
    right:10px;
    top: 5px;
}

.hammer{
    display: block;
    width: 20px;
    height: 20px;
    background: url('/images/icons/auction-cab.png') no-repeat center transparent;
    background-size: cover;
}

.hammer.image-active, .mbid:hover .hammer{
    -webkit-mask-image: url('/images/icons/auction-cab.png');
    mask-image: url('/images/icons/auction-cab.png');
    background-color: #D09B5D; /* Цвет иконки */
    -webkit-mask-size: contain;
    mask-size: contain;

    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;

    -webkit-mask-position: center;
    mask-position: center;

}

.border-radius-0{
    border-radius: 0px;
}

.mt-2px{
    margin-top: 2px;
}


/* Сеточный вид (по умолчанию с Bootstrap) */
.grid {
    /* Bootstrap уже задаёт сетку через row-cols-1 row-cols-md-3 */
}

.btn-absolute-bottom{
    position: absolute;
    bottom: 30px;
}

.view-line::after{
    content: "";
    width: 100%;
    height: 1px;
    background-color: #3c3c3c;
    position: relative;
    margin-top: 30px;
    margin-bottom: 10px;
    display: block;
}

.w-95{
    width: 95%;
}
.h-85{
    height: 85px;
}


.no-underline{
    text-decoration: none!important;
}

.mt-40{
    margin-top: 40px!important;
}

.mt-54{
    margin-top: 54px!important;
}
.mt-60{
    margin-top: 60px!important;
}
.mt-80{
    margin-top: 80px!important;
}
.mt--60{
    margin-top: -60px!important;
}

.mt--100{
    margin-top: -100px!important;
}

.item-list{
    display: block;
    min-height: 300px;
}

.preloader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    transition: opacity 0.3s ease-in-out;
}

.lottie-loader{
    width: 140px;
    height: 140px;
}

/*.preloader::after {*/
/*    content: "";*/
/*    width: 160px;*/
/*    height: 160px;*/
/*    display: block;*/
/*    position: absolute;*/
/*    top:50%;*/
/*    left: 50%;*/
/*    margin-top: -80px;*/
/*    margin-left: -80px;*/
/*    background: url('/images/loading.gif') no-repeat center;*/
/*    background-size: contain;*/
/*}*/

.preloader-content p {
    margin: 0;
    font-family: Arial, sans-serif;
    font-size: 16px;
    color: #333;
}

.soc-icon{
    color: #bbbbbb;
}



#viewitem-tabs .nav-link::after, .viewitem-tabs .nav-link::after{
    bottom: 0px!important;
}

#viewitem-tabs .nav-link, .viewitem-tabs .nav-link{
    text-transform: none!important;
    font-size: 16px;
    letter-spacing: 1px;
    opacity: 0.6;
}

#viewitem-tabs .nav-link.active, #viewitem-tabs .nav-link:hover, .viewitem-tabs .nav-link.active, .viewitem-tabs .nav-link:hover{
    opacity: 1;
}

.viewitem-tabs .nav-tabs .nav-link.active{
    background-color: transparent;
}

#viewitem-desc{
    max-height: 340px;
    height: 340px;
    overflow-y: auto;
}

.bdrown-inner .dropdown-list{
    max-height: 260px;
    top:-5px;
    left: initial;
    right: 0px;
    font-size: 16px;
    width: calc(50% - 12px);
}

.bdrown-inner .dropdown-item{
    text-align: right;
    padding-right: 6px 30px;
}
.bdrown-inner .dropdown-item:hover{
    background-color: #F1F1F1;
    color: inherit;
}

.eur{
    color: dimgrey;
    margin-right: 5px;
}

.agree_bet{
    border: 1px solid #c4c3c3;
    padding: 0px 30px 0px 10px;
    display: block;
    position: relative;
}
.ab-parent{
    position: relative;
}
.ab-parent:after{
    content: ''; /* Unicode for down arrow */
    font-size: 12px;
    position: absolute;
    right: 20px; /* Position the arrow */
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    background-image: url("data:image/svg+xml;utf8,<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M5.29289 9.29289C5.68342 8.90237 6.31658 8.90237 6.70711 9.29289L12 14.5858L17.2929 9.29289C17.6834 8.90237 18.3166 8.90237 18.7071 9.29289C19.0976 9.68342 19.0976 10.3166 18.7071 10.7071L12.7071 16.7071C12.5196 16.8946 12.2652 17 12 17C11.7348 17 11.4804 16.8946 11.2929 16.7071L5.29289 10.7071C4.90237 10.3166 4.90237 9.68342 5.29289 9.29289Z' fill='black'/></svg>");
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
}

.buyers_premium, .total_bid{
    padding-right: 28px;
}

.country-option{
    text-align: left;
}



.mt-2px{
    margin-top: 2px;
}

.dropdown-item.country-option:hover {
    background-color: #c9c9c9;
}

.country-menu{
    width: 100%;
    max-height: 300px;
    overflow-y:auto;
}

#delivery_country{
    color: #6E5C74;
}

.absolute-label{
    position: absolute;
    top: 11px;
    left: 15px;
    z-index: 0;
    pointer-events: none;
}
.form-group-decentered.form-group .form-control{
    padding: 15px 15px 5px;
}

.form-group input:not(:placeholder-shown) ~ .absolute-label, .form-control:focus ~ .absolute-label{
    top: -2px;
    font-size: 10px;
}

footer.bg-dark{
    background-color: #141414;
    color: #fff;
}

.w-30{
    width: 30px;
}

.w-160{
    width: 160px;
}

.inline-block{
    display: inline-block!important;
}

.text-lightgrey{
    color: lightgrey;
}

.image-invert img{
    filter: invert(1);
}
.image-bright img{
    filter: brightness(100);
}

.top-menu-auction-div .fs-4{
    font-size: 16px!important;
}

.o-60{
    opacity: 0.60;
}

.mw-200{
    max-width: 180px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hover-effect:hover{
    color: #D09B5D;
}

.chart-container {
    position: relative;
    width: 600px;
    height: 400px;
    margin: 20px auto;
    border: 1px solid #ccc; /* Visual debug */
}
/* Force canvas size */
#myChart {
    width: 600px !important;
    height: 400px !important;
    max-width: 100%;
    display: block;
}

#myChartBig {
    width: 100% !important;
    height: 400px !important;
    max-width: 100%;
    display: block;
}

.no-border{
    border: 0px!important;
}

#slider-range {
    margin: 10px 0;
    border: none;
    background: #000;
    height: 2px;
}

#slider-range .ui-slider-range {
    background: #000;
    height: 2px;
}

#slider-range .ui-slider-handle {
    width: 20px;
    height: 20px;
    background: #000;
    border: none;
    border-radius: 50%;
    top: -9px;
    margin-left: -10px;
    cursor: pointer;
    outline: none;
}

#slider-range .ui-slider-handle.ui-state-active,
#slider-range .ui-slider-handle.ui-state-hover {
    background: #000;
}

.price-inputs {
    display: flex;
    justify-content: space-between;
}

.price-inputs input {
    width: 120px;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 3px;
}


.btn.btn-pay{
    background-color: #fff;
    border: 1px solid #CF6B1E;
    color: #CF6B1E;
    font-size: 14px;
}

.btn.btn-pay:hover{
    background-color: #CF6B1E;
    color: #fff;
    border:0px;
}

.white-bkg{
    background-color: white;
}


.table.white-border-bottom td{
    border-bottom:10px solid #fff;
}

.form-check-input.custom-checkbox {
    width: 1.2em;
    height: 1.2em;
    border: 1px solid #707276; /* темная рамка */
    background-color: transparent; /* прозрачный фон */
    appearance: none;
    -webkit-appearance: none;
    border-radius: 0em;
    cursor: pointer;
    position: relative;
    margin-top: 0.25em;
}

.form-check-input.custom-checkbox:checked {
    background-color: transparent; /* прозрачный фон даже при выборе */
    border-color: #707276;
}

.form-check-input.custom-checkbox:checked::before {
    content: '';
    position: absolute;
    left: 6px;
    top: 1px;
    width: 0.4em;
    height: 0.7em;
    border: solid #212529;
    border-width: 0 0.15em 0.15em 0;
    transform: rotate(45deg);
    transform-origin: center;
}

.form-check-label {
    cursor: pointer;
}

.no-left-border{
    border-left: 0px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.no-right-border{
    border-right: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.dropdown-toggle.need-after{
    padding: 7px 25px 8px 12px;
}

.dropdown-toggle.need-after::before{
    content: "";
    display: block;
    position: absolute;
    cursor: pointer;
    right: 5px;
    top: 12px;
    user-select: none;

    font-size: 20px;
    width: 14px;
    height: 14px;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.7;
}

.ui-datepicker-trigger{
    position: absolute;
    right: 21px;
    bottom: 7px;
    width:24px;
    height: 24px;
}


.form-select .dropdown-menu{
    text-align: left!important;
    left: -13px!important;
    margin-top: 6px!important;
    width: 100% !important;
}

.form-select .dropdown-menu .dropdown-item{
    text-align: left!important;
}

.w-50{
    width: 50px!important;
}

.unread-messages{
    display: inline-block;
    width:18px;
    height:18px;
    line-height: 18px;
    background-color: #CF6B1E;
    color: #fff;
    font-weight: 700;
    border-radius: 50%;
    font-size: 12px;
    text-align: center;
}

.ab-messages.unread-messages{
    position: absolute;
    right: 0px;
    top: -7px;
}

.border-bottom-grey{
    border-bottom: 1px solid #E1E1E1;
}

.message-status{
    padding: 4px 7px;
    background-color: #fff;
    color: dimgrey;
    font-size: 14px;
    border-radius: 2px;
    display: inline;
}
.remove-item{
    padding: 4px 7px;
    background-color: #fff;
    color: dimgrey;
    font-size: 14px;
    border-radius: 2px;
    cursor: pointer;
}

.message-status.admin-message{
    background-color: #0f0f0f;
    color: white;
}

.message-status.dark-message{
    background-color: #464646;
    color: white;
}

.message-status.user-message{
    background-color: #ececec;
}

.message-0 .fs-6{
    font-weight: 700;
}

.message-1{
    background-color: #fff;
}


.border-0 td{
    border: 0px;
}

.footer-pdf {
    text-align: center;

    color: #888;
    border-top: 1px solid #ccc;
    margin-top: 60px!important;
}

.footer-pdf div{
    font-size: 16px!important;
}

.strike{
    text-decoration: line-through;
    font-size: 16px!important;
    font-weight: 400!important;
    color: #696969!important;
}

.line-clamp-1 {
    display: -webkit-box!important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.line-clamp-2 {
    display: -webkit-box !important;
    -webkit-box-orient: vertical!important;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.line-clamp-3 {
    display: -webkit-box!important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.favo{
    scroll-behavior: smooth;
}

.cacard{
    position: relative;
}

.compact-view,
.full-view {
    transition: opacity 0.3s ease, transform 0.3s ease;
    opacity: 1;
    transform: scale(1);
}

.compact-view.hidden, .full-view.hidden  {
    opacity: 0 !important;
    transform: scale(0.98);
    pointer-events: none;
    position: absolute;
    z-index: -1;
    visibility: visible!important;
    display: block!important;
}

.bbox{box-sizing: border-box!important;}

.w-100p{
    width: 100%!important;
}

.absolute-top-right{
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 111111;
}

.absolute-top-left{
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 111111;
}

.removeItem{
   cursor: pointer;
}

.form-check.error .form-check-input, .error .form-control{
    box-shadow: 0 0 5px red;
}

.custom-radio {
    width: 1.2em;
    height: 1.2em;
    margin-top: 0.3em;
    vertical-align: top;
    background-color: #fff;
    border: 1px solid #808080; /* Grey border */
    border-radius: 50%;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
    cursor: pointer;
    position: relative;
}

.custom-radio:checked {
    background-color: #FFF; /* Black dot */
    border: 1px solid #808080; /* Grey border */
}

.custom-radio:checked::after {
    content: '';
    display: block;
    width: 0.6em;
    height: 0.6em;
    background-color: #000; /* Optional: inner white space */
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.custom-radio:focus {
    box-shadow: none;
    border-color: #808080;
}

.order-summary{
    position: sticky;
    top:160px;
}

.otp-inputs {
    display: flex;
    gap: 15px;
}
.otp-inputs input {
    width: 64px;
    height: 80px;
    text-align: center;
    font-size: 2rem;
    border: 1px solid #ccc;
    border-radius: 0px;
}

.otp-inputs.error input {
    box-shadow: 0px 0px 4px red;
}

.curator {
    background: rgba(20, 20, 20, 0.85);
    padding: 1rem;
    margin-top: 2rem;
    display: flex;
    align-items: center;
}
.curator img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 1rem;
}
.divider {
    border-top: 1px solid #666;
    margin: 2rem 0;
}

.card-discount {
    background: -webkit-linear-gradient(left, #0d0d0d, #222);
    background: -moz-linear-gradient(left, #0d0d0d, #222);
    background: linear-gradient(to right, #0d0d0d, #222);
    border: 1px solid #333;
    padding: 1.5rem;
    margin: 2rem 0;
}

.bg-image {
    background: url('/images/sunduk.png') no-repeat left center;
    background-size: cover;
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    z-index: -1;
    opacity: 0.85;
}

.text-white{
    color: #fff;
}

.cover-image{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;   /* чтобы картинка заполняла квадрат */
    object-position: center; /* центрируем */
}

.box-shadow{
    box-shadow: 6px 7px 17px rgba(0,0,0,0.1)
}
.box-shadow-glow{
    box-shadow: 0px 0px 17px rgba(0,0,0,0.2)
}

.box-shadow-xl{
    box-shadow: 0px 16px 28px rgba(0,0,0,0.3)
}

.alphabet-nav {
    position: sticky;
    top: 20px;
}

.alphabet-nav .nav-link {
    font-size: 14px;
    padding: 4px;
    color: #666;
    cursor: pointer;
    text-align: center;
}

.alphabet-nav .nav-link.active {
    font-weight: bold;
    color: #000;
}

.letter-section {
    margin-bottom: 60px;
}

.letter {
    font-size: 80px;
    color: rgba(0,0,0,0.05);
    font-weight: bold;
    margin-bottom: 20px;
}

.hero-block {
    position: relative;
    overflow: hidden;
}

.hero-video {
    object-fit: cover;
}

.overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.5);
    z-index: 2;
}

.btn-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 3rem;
    color: white;
    background: none;
    border: none;
    z-index: 10;
}

.hero-content {
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    z-index: 5;
}

.btn-on-line{
    margin-bottom: -36px;
    border-radius: 0px;
}

.text-truncate-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;   /* exactly 3 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.text-truncate-4 {
    display: -webkit-box;
    -webkit-line-clamp: 6;   /* exactly 3 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.text-truncate-5 {
    display: -webkit-box;
    -webkit-line-clamp: 6;   /* exactly 3 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.text-truncate-6 {
    display: -webkit-box;
    -webkit-line-clamp: 6;   /* exactly 3 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.text-truncate-7 {
    display: -webkit-box;
    -webkit-line-clamp: 7;   /* exactly 3 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.black-bkg{
    background-color: #000000;
}

.search-dropdown {
    border: 1px solid #404040;
    padding: 0.4rem 1rem;
    padding-right: 2.5rem;
    border-radius: 0px;
    background-color: #000;
    color: #fff;
    font-size: 0.9rem;
    min-width: 150px;
    appearance: none;
    cursor: pointer;
    z-index: 1;
}

.search-dropdown:focus {
    outline: none;
    border-color: var(--nav-active);
    box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.25);
}

.aboslute-top-center{
    position: absolute;
    top: 15px;
    margin: auto;
    left:0px;
    right: 0px;
    z-index: 2;
}

.pt-120p{
    padding-top:120%;
}

.swiper-pagination {
    bottom: 2rem !important;
    text-align: right;
    padding-right: 2rem;
}

.swiper-pagination-custom {
    position: absolute;
    bottom: 30px !important;
    right: 50px !important;
    z-index: 55555;
    left: initial!important;
    top: initial!important;
    width: auto!important;
}
.swiper-pagination-custom  .swiper-pagination-bullet {
    width: 80px;
    height: 5px;
    background: #ccc;
    opacity: 1;
    position: relative;
    overflow: hidden;
    border-radius: 0px;
    display: inline-block;
}
.swiper-pagination-bullet .bullet-fill {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0px;
    height: 100%;
    background: #fff;
    transition: height 0.3s ease;
}

.courator-part{
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    top: 40px;
    left: 0px;
    right: 0px;
    width: 600px;
}

.curator-item{
    display: inline-block;
    background-color: #2b2b2b;
    border-radius: 21px;
}


.start-top{
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.start-bottom{
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}


.start-top.animate, .start-bottom.animate{
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
}

.start-top, .start-bottom{
    opacity: 0;
}

.start-top{
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.start-bottom{
    -webkit-transition: all 0.5s ease-out 0.2s;
    -o-transition: all 0.5s ease-out 0.2s;
    transition: all 0.5s ease-out 0.2s;
}

.modal__video-container {
    width: 100%;
    height: 590px;
    background: #000;
}

.modal__video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.modal__description {
    background: #000;
    color: white;
    padding: 30px;
    text-align: center;
}

.modal__title {
    font-size: 2rem;
    font-weight: 300;
    margin-bottom: 20px;
    line-height: 1.3;
}

.modal__text {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 30px;
    opacity: 0.9;
}

.modal__actions {
    display: block;
    overflow: hidden;
}

.modal__btn {
    padding: 12px 30px;
    border: 2px solid rgba(255, 255, 255, 0.8);
    background: transparent;
    color: white;
    text-decoration: none;
    border-radius: 4px;
    transition: all 0.3s ease;
    font-size: 1rem;
    cursor: pointer;
}

.modal__btn:hover {
    background: white;
    color: black;
    text-decoration: none;
}

.modal__curator {
    display: flex;
    align-items: center;
    gap: 10px;
    color: rgba(255, 255, 255, 0.8);
}

.modal__curator-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
}

.modal__video-controls {
    position: absolute;
    bottom: 20px;
    left: 20px;
    display: flex;
    gap: 15px;
    z-index: 1000;
}

.modal__control-btn {
    width: 30px;
    height: 30px;
    border: 0px;
    background: transparent;
    color: white;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    transition: all 0.3s ease;

}

.modal__control-btn:hover {
    transform: scale(1.1);
}

.modal__control-btn:active {
    transform: scale(0.95);
}

.play-icon, .pause-icon, .sound-on-icon, .sound-off-icon {
    display: inline-block;
    font-size: 16px;
    line-height: 1;
}

#videoReview .modal__wrapper{
    max-height: 90%;
}
#videoReview{
    background-color: rgba(0, 0, 0, 0.9);
}

.c16-9 .product-img-wrap{
    padding-top: 56%;
}

.inner-video-header{

}

.fit-table{
    table-layout: fixed;
    width: 100%;
    max-width: 100%;
    height: 100%;
}

.fit-table select{
    max-width: 100%;
}

.fit-table img{
    height: 40px;
}

.header-link{
    text-transform: uppercase;
    letter-spacing: 2px;
    display: inline-block;
    position: relative;
    font-size: 14px;
    line-height: 20px;
}

.fs-236{
    font-size: 236px;
}

.fs-60{
    font-size: 60px;
}



.header-link:after{
    content: "";
    background: #fff;
    width: 0;
    height: 2px;
    bottom: -15px;
    z-index: 2;
    left: 0;
    position: absolute;
    transition: all .3s ease;
    top: unset;

}

.header-link:hover::after, .header-link.active:after{
    width: 100%!important;
}


.remove{
    font-size: 20px;
    font-weight: 700;
    z-index: 5000;
    cursor: pointer;
}

.back-black-grad{
    background: linear-gradient(to bottom, rgba(0,0,0,0.7), transparent);
}

.t-0{
    top: 0px;
}

.bl-grey{
    border-left: 2px solid #ebebeb;
}

.left-submenu{
    cursor: pointer;
}

.left-submenu.active::before{
    content: "";
    position: absolute;
    display: block;
    height: 80%;
    width: 2px;
    background-color: #808080;
    left: -18px;
    top: 10%;

}


.left-menu-wrapper {
    position: sticky;
    top: 175px;
    left: 0;
    background: #fff;
    padding: 20px;
    transition: transform 0.3s ease-in-out;
}

.h-100vh{
    height: 100vh!important;
}

.h-100vh .after{
    height: 100vh!important;
}

.bezh-back{
    background-color: #F6F3ED;
}


.timeline-container {
    display: flex;
    position: relative;

}

.years-sidebar {
    width: 100px;
    padding: 20px 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: relative;
    z-index: 10;
    border-right: 1px solid #ebebeb;
    text-align: center;
    margin-top: 70px;
}

.info h2{
    font-size: 20px;
    margin-top: 30px;
    margin-bottom: 15px;
}


.year-item {
    font-size: 16px;
    color: #999;
    cursor: pointer;
    transition: all 0.3s ease;
    user-select: none;
    position: relative;
}

.year-item.active {
    color: #d4845c;
    font-size: 22px;
    font-weight: bold;
    position: relative;
}

.year-item.active::before {
    content: "";
    position: absolute;
    right: -21px;
    top: -9px;
    height: 50px;
    width: 1px;
    background: linear-gradient(
            to bottom,
            transparent 0%,
            #d4845c 30%,
            #d4845c 70%,
            transparent 100%
    );
}

.year-item:hover {
    color: #666;
}

.slider-content {
    flex: 1;
    position: relative;
    overflow: hidden;
}

.swiper-slide-active img{
    box-shadow: 0px 3px 15px rgba(0,0,0, 0.17);
}



.nav-button, .nav-button-menu {
    position: absolute;
    bottom: 105px;
    right: 20px;
    width: 60px;
    height: 60px;
    border: 2px solid #d4845c;
    border-radius: 50%;
    background: transparent;
    cursor: pointer;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}
.nav-button-menu{

}

.nav-button:hover, .nav-button-menu::hover {
    background: #d4845c;
    transform: scale(1.1);
}

.nav-button svg, .nav-button-menu svg {
    width: 24px;
    height: 24px;
    stroke: #d4845c;
    transition: stroke 0.3s ease;
}

.nav-button:hover svg {
    stroke: white;
}

.decorative-lines {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    opacity: 0.1;
    z-index: 1;
}

.decorative-lines::before,
.decorative-lines::after {
    content: '';
    position: absolute;
    background: #d4845c;
}

.decorative-lines::before {
    width: 1px;
    height: 100%;
    left: 40%;
    top: 0;
    transform: skewX(-15deg);
}

.decorative-lines::after {
    width: 1px;
    height: 100%;
    right: 30%;
    top: 0;
    transform: skewX(-15deg);
}
.gallery {

}

.gallery .grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    grid-auto-flow: row;          /* flow across rows, wrap naturally */
    grid-auto-rows: 250px;
    gap: 20px;
    width: 100%;                  /* fill the container */
}

/* Normal card – no fixed width, let grid control it */
.gallery .card {
    width: 100%;
    height: 100%;
    border-radius: 12px;
    overflow: hidden;
    border: 0;
    outline: 0;
}

/* Wide card – spans 2 columns */
.gallery .card.wide {
    grid-column: span 2;
    width: 100%;                  /* drop the hardcoded 520px */
}

.gallery .card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform .4s ease;
}
.gallery .card:hover img { transform: scale(1.05); }

/* Optional caption */
.caption {
    position: absolute;
    bottom: 0; left: 0; right: 0;
    background: linear-gradient(transparent, rgba(0,0,0,0.7));
    color: white;
    padding: 30px 20px 15px;
    font-size: 14px;
}
.scroll-container {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: #dee2e6 #f8f9fa;
}

.scroll-container::-webkit-scrollbar {
    height: 8px;
}

.scroll-container::-webkit-scrollbar-track {
    background: #f8f9fa;
}

.scroll-container::-webkit-scrollbar-thumb {
    background: #dee2e6;
    border-radius: 4px;
}

.scroll-container::-webkit-scrollbar-thumb:hover {
    background: #adb5bd;
}

.testimonial-card {
    display: inline-block;
    white-space: normal;
    vertical-align: top;
    width: 400px;
}

.testimonial-card .card-body{
    background-color: #F5F5F5;
    border-radius: 4px;
}

.quote-icon {
    position: absolute;
    top: 10px;
    right: 20px;
    width: 25px;
    height: 25px;
    background: url(/images/kavichka.png) no-repeat center;
    background-size: 100% auto;
}

.stars {
    color: #ff6b35;
}


.social-icons a {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: #333;
    color: white;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    margin-right: 10px;
    transition: background 0.3s;
}
.social-icons a:hover {
    background: #555;
}
.form-section {
    background: #f8f9fa;
    padding: 40px;
    border-radius: 8px;
}
.newUserAuctionRegistration .form-section {
    background: transparent;
    padding: 20px 0px 0px;
}

.form-section h3 {
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 30px;
}
.btn-dark {
    padding: 12px 40px;
    border: none;
}
.location-card {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    height: 500px;
}
.location-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.location-info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(240, 240, 240, 0.95);
    padding: 30px;
}
.location-info h4 {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 15px;
}
.location-info p {
    margin-bottom: 8px;
    color: #333;
}
.location-info small {
    color: #666;
    font-size: 0.85rem;
}


.branch-absolute{
    display: block;
    position: absolute;
    bottom: 0px;
    width: 84%;
    left: 7%;
    background: rgba(245, 245, 245, 0.75);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}




.mt--80{
    margin-top: -80px;
}

.cover-video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.upload-box {
    border: 2px dashed #dee2e6;
    border-radius: 8px;
    padding: 40px 20px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    min-height: 160px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.upload-box:hover {
    border-color: #adb5bd;
    background-color: #f8f9fa;
}

.upload-box.dragover {
    border-color: #198754;
    background-color: #d1e7dd;
}

.upload-box.has-file {
    border-color: #198754;
    background-color: #f8fff8;
    padding: 36px 20px;
}

.upload-box.error {
    border-color: #dc3545;
    background-color: #f8d7da;
}

.upload-text {
    color: #6c757d;
    font-size: 14px;
}
.file-name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.file-input {
    display: none;
}

.file-info {
    display: none;
    width:100%;
}

.file-info.show {
    display: block;
}

.success-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #198754;
    font-size: 24px;
    display: none;
}

.success-icon.show {
    display: block;
}

.info-box {
    background-color: #f8f9fa;
    border-left: 4px solid #6c757d;
    padding: 20px;
}

.submit-btn {
    min-width: 200px;
}

.section-title {
    font-size: 20px;
    font-weight: 600;
}

.formats-info {
    font-size: 12px;
    color: #6c757d;
}

.filled{
    position: relative;
}

.filled .icon{
    position: absolute;
    bottom: 11px;
    right: 20px;
    background: url(/images/check-circle-fill.png) no-repeat center;
    width: 16px;
    height: 16px;
}

.progress-sidebar {
    position: absolute;
    left: 20px;
    top: 200px;

    z-index: 1;
}

.progress-item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.progress-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    margin-right: 15px;
    flex-shrink: 0;
}

.progress-icon.completed {
    width: 30px;
    height: 30px;
    margin: 5px 20px 5px 5px;
    background-color: #28a745;
    color: white!important;
    font-weight: bold;
}
.progress-icon.completed .bi {
    color: white!important;
}

.progress-icon {
    background-color: white;
    border: 2px solid #dee2e6;
    color: #6c757d;
}
.current .progress-icon {
    border: 2px solid #b5b6b8;
    color: #333;
}

.progress-text {
    color: #6c757d;
    font-size: 16px;
    white-space: nowrap;
}

.progress-text.completed {
    color: #333;
}

.current .progress-text {
    color: #333;
    font-weight: 500;
}

.spacy-text{
    letter-spacing: 6px;
}

.content-depending{
    table-layout: auto;
    width: auto;
}

.mh-50{
    min-height: 50px;
}


.have-pjatno{
    background: radial-gradient( ellipse 50% 50% at center, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0) 100% );
}

.round-image.round-image-xl img, .round-image.round-image-lg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.step-number {
    position: absolute;
    top: 172px;
    left: 50%;
    transform: translateX(-50%);
    width: 46px;
    height: 46px;
    background-color: #ffffff;
    border: 3px solid #f8f9fa;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    font-weight: bold;

    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}


.divider {
    height: 1px;
    background-color: #e0e0e0;
    width: 86%;
    position: absolute;
    top: 83px;
    left: 0;
    z-index: -1;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.process-card {
    text-align: center;
    padding: 20px;
    position: relative;
}


.round-image.round-image-lg{
    width: 180px;
    height: 180px;
}

.hero-section-sell {
    position: relative;
    height: 70vh;
    max-height: 700px;
    min-height: 400px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-section-menu {
    position: relative;
    height: 427px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    align-self: flex-start;
}
.hero-content-center {
    position: relative;
    z-index: 2;
    text-align: center;
    color: #ffffff;
    padding: 20px;
    max-width: 900px;
}

.first-capital::first-letter {
    text-transform: uppercase;
}


.hero-menu-center {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 50%;
        transform: translate(-50%, -50%);
}

.img-dark-60 img{
    filter: brightness(0.6);
}

.stats-section {
    padding: 80px 0;
    background-color: #fafafa;
}

.stats-container {
    max-width: 1400px;
    margin: 0 auto;
}

.stat-card {
    text-align: center;
    padding: 40px 30px;
    position: relative;
}

.stat-divider {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 200px;
    background-color: var(--divider-color);
}

.stat-number {
    font-size: 100px;
    font-weight: 400;
    color: var(--accent-orange);
    line-height: 1;
    margin-bottom: 25px;
    letter-spacing: -2px;
}

.stat-title {
    font-size: 24px;
    font-weight: 400;
    color: var(--text-dark);
    margin-bottom: 20px;
    line-height: 1.3;
}

.stat-description {
    font-size: 16px;
    color: var(--text-gray);
    line-height: 1.6;
    max-width: 350px;
    margin: 0 auto;
}

/* Remove divider from last column */
.col-lg-4:last-child .stat-divider {
    display: none;
}

sup{
    vertical-align: sub;
}

.antique-slider-section {
    padding: 80px 0;
    overflow: hidden;
}

.antique-swiper-container {
    position: relative;
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Swiper specific styles with custom class */
.antique-swiper {
    overflow: visible !important;
    padding: 40px 0;
}

.antique-swiper .swiper-wrapper {
    align-items: center;
}

.antique-swiper .swiper-slide {
    opacity: 1 !important;
    transition: all 0.4s ease;
}

/* Center slide - full opacity, no fade */
.antique-swiper .swiper-slide-active {
    opacity: 1 !important;
    z-index: 10;
}

/* Side slides - gradient fade effect */
.antique-swiper .swiper-slide-prev,
.antique-swiper .swiper-slide-next {
    position: relative;
    z-index: 5;
}

/* Left gradient fade */
.antique-swiper .swiper-slide-prev::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to left, rgba(232, 232, 232, 0) 0%, rgba(232, 232, 232, 0.95) 100%);
    pointer-events: none;
    z-index: 2;
}

/* Right gradient fade */
.antique-swiper .swiper-slide-next::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(232, 232, 232, 0) 0%, rgba(232, 232, 232, 0.95) 100%);
    pointer-events: none;
    z-index: 2;
}


.antique-slide-card {
    background: #ffffff;
    padding: 60px;
    text-align: center;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    height: 100%;
}
.antique-swiper-button-prev,
.antique-swiper-button-next {
    width: 50px;
    height: 50px;
   background: none;
    border-radius: 50%;
   border: 2px solid var(--accent-orange);

    transition: all 0.3s ease;
}

.antique-swiper-button-prev:hover,
.antique-swiper-button-next:hover {
    background: var(--accent-orange);
    box-shadow: 0 4px 15px rgba(217, 119, 68, 0.3);
}

.antique-swiper-button-prev::after,
.antique-swiper-button-next::after {
    font-size: 20px;
    font-weight: bold;
    color: var(--accent-orange);
}

.antique-swiper-button-prev:hover::after,
.antique-swiper-button-next:hover::after {
    color: #ffffff;
}

/* Pagination */
.antique-swiper-pagination {
    bottom: 0 !important;
}

.antique-swiper .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #cccccc;
    opacity: 1;
}

.antique-swiper .swiper-pagination-bullet-active {
    background: var(--accent-orange);
    width: 30px;
    border-radius: 5px;
}
.antique-title{
  height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.antique-swiper .card-img-top{
    mix-blend-mode: normal!important;
}

/* Photo preview */
.upload-box.has-image {
    border-style: solid;
    padding: 0;
    position: relative;
}

.upload-box.has-image:hover {
    border-color: var(--border-color);
}

.photo-preview {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: none;
}



.upload-box.has-image .photo-preview {
    display: block;
}

.upload-box.has-image .upload-icon,
.upload-box.has-image .upload-text {
    display: none;
}

/* Remove button */
.remove-photo {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 28px;
    height: 28px;
    background: rgba(255, 255, 255, 0.95);
    border: none;
    border-radius: 50%;
    display: none;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
    z-index: 10;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.upload-box.has-image .remove-photo {
    display: flex;
}

.remove-photo:hover {
    background: #fff;
    transform: scale(1.1);
}

.remove-photo i {
    font-size: 16px;
    color: #333;
}

/* Overlay on hover for uploaded images */
.upload-box.has-image::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0);
    transition: all 0.3s ease;
    pointer-events: none;
}

.upload-box.has-image:hover::before {
    background: rgba(0, 0, 0, 0.1);
}

.error-message {
    color: #dc3545;
    font-size: 13px;
    margin-top: 5px;
    display: none;
}
.error-message.show {
    display: block;
}
.upload-box.error {
    border-color: #dc3545 !important;
}

.success-icon-wrapper {
    display: inline-block;
    margin-bottom: 40px;
    position: relative;
}

.success-icon-sell {
    width: 140px;
    height: 180px;
    background: #ffffff;
    border-radius: 4px;
    position: relative;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.success-icon-sell::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 25px 25px 0;
    border-color: transparent #f5f5f5 transparent transparent;
}

.success-checkmark {
    font-size: 80px;
    color: var(--success-green);
    line-height: 1;
}

.success-divider {
    width: 500px;
    max-width: 100%;
    height: 1px;
    background: linear-gradient(to right, transparent, var(--border-color), transparent);
    margin: 40px auto;
}

.error-page {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.error-content {
    text-align: center;
    max-width: 600px;
    padding: 2rem;
}

.error-image {
    max-width: 100%;
    height: auto;
    margin-bottom: 2rem;
}

.error-title {
    font-size: 2rem;
    font-weight: 400;
    color: #2c3e50;
    margin-bottom: 1.5rem;
    font-family: serif;
}

.error-description {
    color: #6c757d;
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 0.5rem;
}

.error-buttons {
    margin-top: 2.5rem;
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

.select2-container {
    width: 100px !important; /* or whatever width you want */
}

/* Dropdown - auto width based on content */
.select2-container--open .select2-dropdown {
    width: auto !important;
    min-width: 100%;
}

/* Or if you want specific min-width for dropdown */
.select2-container--open .select2-dropdown {
    width: auto !important;
    min-width: 250px; /* adjust as needed */
}

.select2-container--default .select2-selection--single {
    border: 1px solid var(--bs-border-color) !important;
    padding: 6px 0px;
    height: auto!important;
    border-radius: 4px 0px 0px 4px!important;
}


.select2-container--default .select2-selection--single .select2-selection__arrow{
    top:9px!important;
}
.full-width-select .select2-container {
    width: 100% !important;
}

.top-0{
    top: 0px!important;
}

.big-round-image{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
}
.big-round-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*.amo-button--main-icon-inner {*/
/*    position: relative;*/
/*}*/

/*.amo-button--main-icon-inner svg {*/
/*    display: none; !* or visibility: hidden *!*/
/*}*/

/*.amo-button--main-icon-inner::before {*/
/*    content: "\f562"; !* fa-concierge-bell unicode *!*/
/*    font-family: "Font Awesome 5 Free";*/
/*    font-weight: 900;*/
/*    font-size: 1.5rem;*/
/*    color: black;*/
/*}*/

/*.amo-button--close-icon{*/
/*    fill: #000;*/
/*}*/
/*.amo-button--main.maincollapsed::before{*/
/*    border-color: #000!important;*/
/*}*/

/*.styles_copyright__25N_x{*/
/*    display: none!important;*/
/*}*/

/*.amo-button.amo-button--main.amo-button--only-livechat.js-amo-button{*/
/*    background-color: #EBEDEC!important;*/
/*}*/


.ui-autocomplete{
    list-style: none!important;
    max-width: 300px;
    max-height: 300px;
    display: flex;
    flex-wrap: wrap;
    z-index: 78788!important;
}

.ui-autocomplete .ui-menu-item{
    padding: 10px 5px;
    display: flex;
}

.ui-menu-item-wrapper, .ui-menu-item{
    margin:0px!important;
    padding: 0px!important;
}

/* ── Cookie Consent ── */
.cookie-holder {
    position: fixed;
    bottom: 0; left: 0; right: 0;
    background: #fff;
    border: 1px solid #e0e0e0;
    z-index: 9999;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 14px;
    color: #111;
    max-width: 1000px;
    margin: auto;
}

/* Collapsed bar */
.cookie-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 40px;
    gap: 24px;
}
.cookie-wrapper .cookie-text { flex: 1; }
.cookie-wrapper .cookie-text p { line-height: 1.5; }
.cookie-read-more { color: #c17f3a; text-decoration: none; }
.cookie-read-more:hover { text-decoration: underline; }

.cookie-actions {
    display: flex;
    gap: 12px;
    align-items: center;
    flex-shrink: 0;
}

/* Buttons */
.btn-cookie {
    padding: 10px 28px;
    font-size: 14px;
    cursor: pointer;
    border: 1.5px solid #111;
    background: transparent;
    color: #111;
    transition: background 0.15s, color 0.15s;
    white-space: nowrap;
}
.btn-cookie:hover { background: #111; color: #fff; }
.btn-cookie-primary { background: #111; color: #fff; }
.btn-cookie-primary:hover { background: #333; border-color: #333; }

/* Expanded panel */
.cookie-wrapper-choice {
    padding: 32px 40px 28px;
    border-top: 1px solid #e8e8e8;
}
.cookie-intro-text {
    font-size: 13.5px;
    line-height: 1.65;
    color: #333;
    margin-bottom: 24px;
    max-width: 900px;
}
.cookie-consent-title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 16px;
}
.cookie-category-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 0;
    border-top: 1px solid #e0e0e0;
}
.cookie-category-row:last-of-type { border-bottom: 1px solid #e0e0e0; }
.cookie-category-label {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}
.cookie-category-label input[type=checkbox] {
    width: 16px; height: 16px;
    accent-color: #111;
}
.cookie-category-label input[type=checkbox]:disabled { opacity: 0.45; cursor: not-allowed; }
.cookie-chevron { font-size: 12px; color: #888; }

.cookie-choice-actions {
    display: flex;
    gap: 12px;
    margin-top: 24px;
}

.cookie-category-row .accordion-button.cookie-category-label {
    background: transparent;
    color: #111;
    font-size: 14px;
    font-weight: 400;
    box-shadow: none;
    padding: 14px 0;
    gap: 10px;
    border: none;
}
.cookie-category-row .accordion-button.cookie-category-label:not(.collapsed) {
    background: transparent;
    color: #111;
    box-shadow: none;
}
.cookie-category-row .accordion-button.cookie-category-label::after {
    margin-left: auto; /* push BS chevron to the right */
}
.cookie-category-desc {
    font-size: 13px;
    line-height: 1.65;
    color: #555;
    padding: 0 32px 14px 26px;
}
.cookie-category-row {
    border-top: 1px solid #e0e0e0;
    padding: 0;
    display: block; /* override any flex row that was there before */
}
.cookie-category-row:last-of-type {
    border-bottom: 1px solid #e0e0e0;
}
.divider-with-text, .approve-status {
    display: flex;
    align-items: center;
}

.divider-with-text::before,
.divider-with-text::after,
.approve-status::before,
.approve-status::after {
    content: '';
    flex: 1;
    height: 2px;
    background: #6c757d;
}

.divider-with-text span, .approve-status span {
    padding: 0 25px;
}

.h-500{
    height: 500px;
}


.approve-success{
    color: #066906!important;
}

.approve-pending{
    color: var(--accent-orange);
}

.warning-circle {
    width: 140px;
    height: 140px;

    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.desk-library{
    position: relative;
    width: fit-content;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    padding: 6px 14px;
    border: 1px solid #ccc;
    white-space: nowrap;
    margin-top: -29px;
}




.align-top{
    align-items: start!important;
}


/* Web only (screen) */
@media screen {
    .footer-pdf {
        position: relative;
        width: 100%;
        display: block;
    }
}

/* mPDF specific */
@page {
    footer: html_myFooter;
}

@media screen and (max-height: 800px) {
    /* Your styles for screens smaller than 850px in height */
    /*.navbar.mt-3, .navbar .mt-3{*/
    /*    margin-top: 5px!important; !* Example: Adjust font size *!*/
    /*}*/

    /*.navbar-custom {*/
    /*    padding-top: 0px;*/
    /*}*/

    /*.menu-padding {*/
    /*    padding-top: 150px;*/
    /*}*/

    .navbar-holder.transparent .main-menu-holder .nav-item:last-of-type{
        opacity: 0;
    }

    .item-title.fs-2 {
        font-size: 1.5rem !important;
    }

    .accordion-button{
        padding: 8px 8px 8px 0px;
    }

    .swiper-vert-container{
        height: 644px;
    }

    .swiper-button-prev, .swiper-button-next{
        margin-top: 0px!important;
    }

    .price-line{
        height: 50px;
    }

    .price-line .lh-50{
        line-height: 40px!important;
    }
    .price-line .fs-3{
       font-size: 1.5rem!important;
    }

    .btn-bigger-xl.btn.btn-primary {
        padding: 10px 20px;
        font-size: 18px;
    }

    .submenu-holder{
        top: 147px;
    }

    .accordion-button.fs-5{
        font-size: 1.2em!important;
    }

    .text-content {
        line-height: 22px;
    }

    .menu-item::after {
        right: 2px!important;
    }

    .menu-item:hover::after{
        background-color: #ebebeb;
        right: -10px!important;
    }

    .absolute-h1 hr{
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .div-text-center{
        height: 480px;
    }


}

@media screen and (max-width: 1250px) {
    .round-image {
        width: 80px!important;
        height: 80px!important;
    }
}


/*retina*/
@media only screen
and (min-width: 2400px)
and (max-height: 1500px)
and (-webkit-min-device-pixel-ratio: 2) {

    .inner-image-header.h-750,
    .inner-video-header.h-750 {
        height: 100vh;
    }

    .inner-image-header.h-750 .after {
        height: 100vh;
    }
}


/*test*/

/* === MAIN SLIDER FIX === */


/* Swiper fills the header */
header .swiper1,
header .swiper-container.swiper1 {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

header .swiper1 .swiper-wrapper,
header .swiper1 .swiper-slide {
    height: 100% !important;
}

/* Each slide is a positioned container */
header .swiper-slide {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Video fills the slide completely */
header .swiper-slide .vide_bg {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translateX(-50%) translateY(-50%);
    z-index: 0;
    object-fit: cover;
}

/* Dark overlay per slide */
header .swiper-slide .overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    z-index: 1;
}

/* Text centered in slide, matching the screenshot */
header .swiper-slide .video-text {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: auto;
    background: none;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 40px 20px;
    color: #fff;
    max-width: 800px;
    margin: 0 auto;
}

/* Pagination at bottom right like screenshot */
header .swiper1 .swiper-pagination {
    position: absolute;
    bottom: 30px;
    right: 50px;
    left: auto;
    text-align: right;
    z-index: 10;
    padding-left: 0;
}

/* Nav arrows */
header .swiper1 .swiper-button-next,
header .swiper1 .swiper-button-prev {
    z-index: 10;
}


.bio h2{
    font-size: 20px!important;
}

#antiqon-chat-shell, .amo-button-holder{
    z-index: 999!important;
}


.exhibition-banner {
    background-color: #ffffff;
}

.exhibition-image {
    min-height: 400px;
    overflow: hidden;
}

.exhibition-image img {
    object-fit: cover;
    height: 100%;
}

.exhibition-meta {
    font-size: 0.9rem;
    letter-spacing: 0.3px;
}

.exhibition-title {
    font-family: 'Playfair Display', serif;
    font-weight: 500;
    font-size: 2.3rem;
    line-height: 1.25;
    color: #1a1a1a;
}

.exhibition-divider {
    width: 60px;
    border: none;
    border-top: 1px solid #999;
    margin: 0 0 0.5rem 0;
    opacity: 1;
}

.btn-dark.rounded-0 {
    background-color: #111;
    border: none;
    font-size: 0.9rem;
    letter-spacing: 0.5px;
}

.btn-dark.rounded-0:hover {
    background-color: #333;
}

@media (max-width: 767px) {
    .exhibition-image {
        min-height: 280px;
    }
    .exhibition-title {
        font-size: 1.7rem;
    }
}

.exhibition-image {
    /* Вариант 1: фиксированная высота (одинаковая для всех карточек) */
    height: 450px;
    overflow: hidden;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.15);
}

.exhibition-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;      /* обрезает картинку под контейнер, без искажений */
    object-position: center; /* точка обрезки — можно менять под конкретное фото */
    display: block;

}

@media (max-width: 767px) {
    .exhibition-image {
        height: 280px;
    }
}


.exhibition-page {
    background-color: #111111;
    color: #e6e6e6;
    font-family: 'Inter', sans-serif;
}

.exhibition-page h1{
    color: #FFD9BC!important;
}

.page-title {
    font-family: 'Playfair Display', serif;
    font-weight: 600;
    font-size: 2rem;
    color: #ffffff;
}

.page-subtitle {
    font-size: 1.05rem;
    font-weight: 500;
}

.tag-line {
    letter-spacing: 0.5px;
    text-transform: uppercase;
    gap: 10px;
    font-weight: 400;
}

.tag-dot {
    color: #666;
}

.page-text {
    color: #b8b8b8;
    font-size: 0.95rem;
    line-height: 1.7;

}
.exhibition-page ul{
    color: #b8b8b8;
    font-size: 0.95rem;
    line-height: 1.7;

}

.section-title {
    color: #FFD9BC;
    font-size: 1.6rem;
}

/* Artwork cards (image + caption) */
.artwork-card {
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: #000;
    position: relative;
}

.artwork-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.artwork-caption {
    color: #999999;
    font-size: 0.72rem;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    margin-top: 10px;
    line-height: 1.5;
}

/* Video cards */
.video-card {
    position: relative;
    aspect-ratio: 840 / 456;
    overflow: hidden;
    background: #000;
}

.video-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.85;
}

.video-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: linear-gradient(to bottom, rgba(0,0,0,0.1), rgba(0,0,0,0.5));
    text-align: center;
    padding: 1rem;
}

.play-btn {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.3rem;
    margin-bottom: 14px;
    cursor: pointer;
    transition: background 0.2s ease;
}

.play-btn:hover {
    background: rgba(255,255,255,0.15);
}

.video-caption {
    color: #fff;
    font-size: 0.75rem;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.video-arrow {
    position: absolute;
    bottom: 16px;
    right: 16px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

/* Curator block */
.curator-photo {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    object-fit: cover;
}
.curator-photo-square {
    width: 250px;
    height: 250px;
    border-radius: 0%;
    object-fit: cover;
}

.curator-name {

    color: #ffffff;
}

@media (max-width: 767px) {
    .page-title {
        font-size: 1.5rem;
    }
    .video-card {
        aspect-ratio: 4 / 3;
    }
}

.venue-card {
    max-width: 360px;
    background-color: #1a1a1a;
    border-radius: 7px;
    overflow: hidden;
    font-family: 'Inter', sans-serif;
    border: 1px solid rgba(255,255,255,0.06);
}

.venue-title {

    font-weight: 500;
    color: #ffffff;
    font-size: 1.7rem;
}

.venue-image {
    border-radius: 14px;
    overflow: hidden;
    aspect-ratio: 16 / 10;
}

.venue-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.venue-info li {
    color: #d9d9d9;
    font-size: 0.92rem;
    margin-bottom: 16px;
    gap: 12px;
}

.venue-info li:last-child {
    margin-bottom: 0;
}

.venue-info i {
    font-size: 1rem;
    color: #b8b8b8;
    width: 18px;
    margin-top: 2px;
    flex-shrink: 0;
}

.text-muted-2 {
    color: #888888;
}

.venue-link {
    color: #d9d9d9;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.venue-link:hover {
    color: #ffffff;
}

/* Footer action bar */
.venue-footer {
    background-color: #232323;
    border-top: 1px solid rgba(255,255,255,0.06);
}

.venue-action {
    background: none;
    border: none;
    color: #d9d9d9;
    padding: 16px 24px;
    font-size: 0.85rem;
    display: flex;
    align-items: center;
    justify-content: left;
    gap: 8px;
    transition: background 0.15s ease;
}

.venue-action:hover {
    background-color: rgba(255,255,255,0.04);
    color: #ffffff;
}

.venue-action i {
    font-size: 0.95rem;
}

.venue-divider {
    width: 1px;
    background-color: rgba(255,255,255,0.08);
}

@media (max-width: 400px) {
    .venue-card {
        max-width: 100%;
        border-radius: 0;
    }
}


.product-card-black .product-img-wrap{
    background-color: #000;
}

.product-card-black{
    color: #fff;
    background-color: #000;
}

.product-card-black  .card-img-top {
    mix-blend-mode: normal;
}

.video-card iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.view-block-black{
    background-color: #000;
    color: #fff;
}

.view-block-black .card-body, .view-block-black .white-bkg{
    background-color: #000;
    color: #fff;
}

.mw-560{
    max-width: 560px;
}

.swiper3 .swiper-slide {
    position: relative;
    aspect-ratio: 1.91 / 1;
    overflow: hidden;
}

.swiper3 .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.h-100{
    height: 100px;
}


.main-video.img-fluid {
    mix-blend-mode: normal !important;
}