  @font-face {
  font-family: 'EB Garamond';
  src: url('./fonts/EBGaramond-Italic-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-display: swap;
} 
   
   @font-face {
  font-family: 'EB Garamond';
  src: url('./fonts/EBGaramond-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-display: swap;
} 
   
 .menu-tex{
color:#000!important;
border-radius: 4px!important;
}

.menu-tex:hover{
color:#fff!important;
border-radius: 4px!important;
 border: 1px solid red;
background: red!important;
}



body {
  font-family: 'EB Garamond', serif;
 
}
.menuDropdown {
  display: block;
}
/*-----carosul-----*/

.mySlides {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  z-index: 0;
}
.mySlides.active {
  opacity: 1;
  z-index: 1;
}

/* Slideshow container: height adjusts automatically */
#slideshow {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 6; /* Maintains responsive height */
  max-height: 500px; /* Optional: Limit height on large screens */
  overflow: hidden;
}

#slideshow img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Ensures image covers the frame without distortion */
}

/*-----carosul-----*/
/*-----select-css---*/
#mobile-menu{
  position: relative;
    z-index: 1;
    
}

/*-----header footer-css---*/

a{
text-decoration: none!important;
}

.footer-link a{
  color: #000!important;  
    
    
}


/*---image fixed size----*/



.fixed-size {
    width: 100% !important;
    height: 350px !important;
    object-fit: cover;
   
    transition: transform 0.3s ease-in-out;
}

.active{
    
    border-bottom: 2px solid red;
}

wcm {
    display: inline-block;
    width: 40px;
    text-align: center;
    padding: 4px 0px;
    margin: 4px 0;
    font-size:18px;
    font-weight: 800;
}

.ox-btn{
width:110px;


}

.total-hol .live-single {
  display: none;
  height: 350px;
  top: 65px;
  border-radius: 5px;
  opacity: 0;
  transition: opacity 0.5s ease;
  align-items: center;
  justify-content: center;
    transition-delay: 2s;
}

/* Show and animate on hover */
.total-hol:hover .live-single {
  display: flex;
  opacity: 1;
  cursor: pointer;
    transition-delay: 2s;
}



.total-hol .live-single-past {
  display: none;
  height: 350px;
  top: 0;
  border-radius: 5px;
  opacity: 0;
  transition: opacity 0.5s ease;
  align-items: center;
  justify-content: center;
    transition-delay: 2s;
}

/* Show and animate on hover */
.total-hol:hover .live-single-past {
  display: flex;
  opacity: 1;
  cursor: pointer;
    transition-delay: 2s;
}




.total-hol-list .live-single-past {
  display: none;
  height: calc(100% - 23px);
  top: 0;
  border-radius: 5px;
  opacity: 0;
  transition: opacity 0.5s ease;
  align-items: center;
  justify-content: center;
    transition-delay: 2s;
}

/* Show and animate on hover */
.total-hol-list:hover .live-single-past{
  display: flex;
  opacity: 1;
  cursor: pointer;
    transition-delay: 2s;
}


/*-------login-------------*/
.radio-hol {
    display: inline-block;
    width: 48%;
}






.lohfm-hol {
    overflow: hidden;
}

#div_login {
    border-radius: 3px;
    width: 100%;
    margin: 0 auto;
}

.radio-hol {
    display: inline-block;
    width: 48%;
}

.spd {
    margin-top: -20px;
}

.blackbox {
    font-size: 12px;
}

#div_login h3 {
    margin-top: 0px;
    font-weight: normal;
    padding: 10px;
    background: #cc3333;
    color: white;
    font-family: sans-serif;
}

.log-email,
#div_login .textbox {
    width: 96%;
    padding: 7px;
   
    border: 1px solid;
}



.log-mob {
      width: 100%;
    padding: 7px;
   
    border: 1px solid;
}



#div_login input[type=submit] {
    padding: 7px;
    width: 100px;
    background-color: #009bff;
    border: 0px;
    color: white;
}

.btn-otp {
    padding: 7px;
    width: 109px;
    
    border: 1px;
    
    cursor: pointer;
}

.login-btn {
    padding: 10px 45px !important;
    display: none;
}

@media screen and (max-width:720px) {
    .container {
        width: 100%;
    }
    #div_login {
        width: 99%;
    }
}

.radio-cap {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    
}

.radio-cap input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 26px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
    border: 1px solid #272727;
}

.radio-cap:hover input~.checkmark {
    background-color: #ccc;
}

.radio-cap input:checked~.checkmark {
    background-color: #272727;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.radio-cap input:checked~.checkmark:after {
    display: block;
}

.radio-cap .checkmark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

.modal-header {
    border: 0 !important;
}

.modal-header-login .close {
    padding: 4px 5px !important;
    margin: -1rem -1rem -1rem auto;
    border: 0px solid #ccc;
    border-radius: 50%;
    margin-right: -30px;
    margin-top: -50px;
    background: #f4f2f3;
    opacity: 1 !important;
}

.login-title {
    background: #009bff;
    margin-top: -18px;
    margin-left: auto;
    margin-right: auto;
    width: 150px;
    color: #fff;
    padding: 8px 0;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.login-modal-content {
    background: url(../images/login-bg.webp)repeat-x;
}

.login-popup {
    top: 65px !important;
}











.auth-actions .p-2 {
  flex: 1;                       
  text-align: center; 
    
}

.btn-otp {
  border:1px solid;
 padding: 10px;
width: 100%;
background: #000;
color: #fff;    
}

.btn-otp:hover {
  background: red;
 color: #fff;
}

.btn-login {
  border:1px solid;
 padding: 10px;
  width: 100%; 
  background: #000;
  color: #fff;  
}

.btn-login:hover {
   border:1px solid;
 padding: 10px
}


#register_form {
    max-width: 750px;
    border: 4px solid #5bd2c0;
    border-radius: 5px;
    margin: auto;
    padding: 15px;
    position: relative;
    z-index: 50;
    background: #fff;
}



/*--------Brochure -start---*/
    .turn-page-wrapper,.turn-page{
       width: 352px!important; 
        
        
        
    }
    
    
    .turn-page-wrapper{
        
       box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px ;
        
        
    }
    
    
    

 
    .titl {
        text-align: center;
        margin: 15px 0;
        font-size: 22px;
        font-weight: bold;
        color: #111827;
    }

 

    #flipbook {
        transition: transform 0.3s ease;
        
        height: 500px;
        position: relative;
        
        margin: auto;
        cursor: grab;
        z-index: 0;
        
    }

    #flipbook:active {
        cursor: grabbing;
    }

    #flipbook .page img {
        width: 100%;
        height: auto;
        object-fit: cover;
        position: absolute;
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    }

    /* Controls */
    #controls {
        margin-top: 20px;
        display: flex;
        gap: 10px;
        flex-wrap: wrap;
        justify-content: center;
        z-index: 99;
        position: relative;
    }
    .flip-btn {
        padding: 8px 16px;
        border: none;
        border-radius: 6px;
        cursor: pointer;
        background: #000;
        color: #fff;
        font-size: 14px;
        font-weight: 500;
        transition: background 0.3s ease;
    }
    flip-btn:hover:not(:disabled) {
        background: red;
    }
    .flip-btn:disabled {
        background: #9ca3af;
        cursor: not-allowed;
    }

    #page-info {
        font-weight: bold;
        text-align: center;
        align-self: center;
    }

    /* Tablet & mobile */
    @media (max-width: 991px) {
        #flipbook {
            max-width: 352px;
            
        }
        #controls {
            gap: 5px;
        }
       .flip-btn {
            width: 10%;
            padding: 5px;
        }
        #page-info {
            order: -1;
            margin-bottom: 5px;
            width: 100%;
        }
        #fit {
            width: 46px;
            padding: 0;
        }
        #pause{
            
          width: 40px;
            padding: 0;  
        }
        
        
        .turn-page-wrapper{
            box-shadow: none;
        }
       .turn-page-wrapper,.turn-page{
       width: none!important; 
        
        
        
    }
     
        
    }

/*--------Brochure---end--*/



/*---auction banner large--start----*/
/* Container */
.slideshow-container { position: relative; width: 100%; max-width: 100%; margin: 0 auto; overflow: hidden; }

/* Slides use opacity fade and absolute positioning to avoid layout jumps */
.mySlides {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1.2s ease, visibility 1.2s ease; /* fade duration */
  position: absolute;
  inset: 0;
  display: block;
    z-index: 0;
}

/* Active slide shown */
.mySlides.active {
  opacity: 1;
  visibility: visible;
  position: relative;
}

/* Ensure image fills slide area */
.mySlides img { width: 100%; height: auto; display: block; object-fit: cover; }

/* Number text */
.numbertext { position: absolute; top: 12px; left: 12px; background: rgba(0,0,0,0.35); color: #fff; padding:6px 10px; border-radius:6px; font-size:13px; z-index:5; }

/* Caption */
    
    .caption:before{
        
      content: '';  
    
     background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.45) 50%, rgba(0,0,0,0.7) 100%);   
       position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  padding: 50px;  
    z-index: 0;      
        
    }  
    
    
.caption {
  
}

    
 /* Show caption when hovered (makes image cleaner) */
.slideshow-container .caption {
  opacity: 1;
  transform: translateY(8px);
  z-index: 99;
    position: absolute;
  left: 0;
  right: 0;
  bottom:20px;
  padding: 16px 0 32px 0;
  
  color: #fff;
  text-align: center;
  z-index: 50!important;
  transition: opacity 0.25s ease, transform 0.25s ease;
}   
    
    
    
    
/* Hide caption when hovered (makes image cleaner) 
.slideshow-container.hovered .caption {
  opacity: 1;
  transform: translateY(8px);
  pointer-events: none;
}*/
   .slideshow-container .view-det{
      display:inline-block;
        padding:10px 16px;
        border:2px solid #fff;
        border-radius:24px;
        color:#fff;
        text-decoration:none;
        font-weight:600;
        background:rgba(255,255,255,0.06);  
        z-index: 99;
        position: relative;
       opacity: 0;
    }
    
    
     .slideshow-container:hover .view-det{
      display:inline-block;
        padding:10px 16px;
        border:2px solid #fff;
        border-radius:24px;
        color:#fff;
        text-decoration:none;
        font-weight:600;
        background:rgba(255,255,255,0.06);  
        z-index: 99;
        position: relative;
       opacity: 1;
    } 
    
    
/* Prev/Next (raise z-index so buttons are clickable) */
.prev, .next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0,0,0,0.35);
  color: #fff;
  padding: 10px 12px;
  border-radius: 6px;
  cursor: pointer;
  z-index: 9999; /* high z-index so clicks reach buttons */
  user-select: none;
  pointer-events: auto; /* ensure clickable */
  border: none;
}
.prev:hover, .next:hover { background: rgba(0,0,0,0.6); }
.prev { left: 12px; }
.next { right: 12px; }

/* Dots */
.dots-wrap { text-align: center; margin-top: -25px ; z-index: 10; position: relative;}
.dot { display: inline-block; width: 12px; height: 12px; margin: 0 6px; background: #bbb; border-radius: 50%; cursor: pointer; transition: all .15s ease; border: none; }
.dot.active, .dot:hover { background: #717171; transform: scale(1.06); }

/* small responsive adjustments */
@media (max-width: 640px) {
  .caption { padding: 10px; }
  .prev, .next { padding: 8px 10px; }
}

/* ensure slideshow container has a min height to avoid jump before images load */
.slideshow-container { min-height: 220px; }

/*---auction banner large--end----*/