/*your custom css goes here*/
@font-face {
    font-family: 'Georgia';
    src: url('../fonts/Georgia.woff2') format('woff2'),
        url('../fonts/Georgia.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Georgia';
    src: url('../fonts/Georgia-Bold.woff2') format('woff2'),
        url('../fonts/Georgia-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
:root{
	--white: #ffffff;
	--alter: #b9b9b9;
	--alter2: #838383;
	--alter3: #f3f3f3;
	--alter4: #462f36;
    --alter5: #eaefda;
    --orange: #f60000;
    --black: #000000;
    --warning: #ffc519;
}
.body{
    overflow-x: hidden;
}
a:hover{
    color: var(--hov-primary)!important;
}
.text-truncate-1 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.cursor-wait{
    cursor:wait;
}

.af-sec-title {
    background-image: url(../img/title_icon.png);
    background-repeat: no-repeat;
    background-position: center top;
    padding: 20px 0 50px;
}
.af-sec-title.left{
    background-position: left top;
}
.af-sec-title.light-bg {
    background-image: url(../img/title_icon_light.png);
    background-repeat: no-repeat;
    background-position: center top;
    padding: 20px 0 50px;
}

/* a{
    font-family: 'Roboto', sans-serif;

} */
.mb-n6{
    margin-bottom: -3.5rem!important;
}
.social:hover {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
}
.mb-n7{
    margin-bottom: -4.5rem!important;
}
.georgia{
	font-family: 'Georgia', serif;
}
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}
.roboto{
    font-family: 'Poppins', sans-serif;
    font-weight: 400;

}
hr{
    margin-top: 8px!important;
    margin-bottom: 8px!important;
}
.montserrat{
    font-family: 'Poppins', sans-serif;
}
.z-1021{z-index: 1021 !important}
.text-alter{color: var(--alter) !important;}
.text-alter-2{color: var(--alter2) !important;}
.text-alter-3{color: var(--alter3) !important;}
.text-alter-4{color: var(--alter4) !important;}
.text-orange{color: var(--orange) !important;}
.text-yellow{color:var(--warning)!important;}
.text-black{color:var(--black)!important;}

.bg-orange{background-color: var(--orange) !important;}
.bg-black{background-color: var(--black) !important;}
.bg-alter{background-color: var(--alter) !important;}
.bg-alter-2{background-color: var(--alter2) !important;}
.bg-alter-3{background-color: var(--alter3) !important;}
.bg-alter-4{background-color: var(--alter4) !important;}
.bg-alter-5{background-color: var(--alter5) !important;}

.border-alter{border-color: var(--alter) !important;}
.border-alter-2{border-color: var(--alter2) !important;}
.border-alter-3{border-color: var(--alter3) !important;}
.border-alter-4{border-color: var(--alter4) !important;}
a:hover{
    color:  var(--hov-primary);
}
.pagination .page-link, .page-item.disabled .page-link {
    background: #e8e8e8;
    font-weight: 600;
    color: var(--hov-primary);
}
.btn-black{
    color: #ffc107;
    background-color: #000000;
    border-radius: 5px;
    font-size: 12px;
    letter-spacing: 2px;
    padding: 8px 0;
}
.btn-black:hover{
    color: #000000 !important;
    background-color: #ffc107;
    border-radius: 5px;
    font-size: 12px;
    letter-spacing: 2px;
}
.aiz-main-wrapper {
    background-color: #fff;
}
.list-inline.long-gap .list-inline-item:not(:last-child) {
    margin-right: 2rem;
}

.dot-small-black .slick-dots button{
	height: 6px;
	width: 6px;
	background: #f9924e;
}
.dot-small-white .slick-dots button{
	height: 7px;
	width: 7px;
	background: #013761;
}
.dot-small-black .slick-dots .slick-active button{

        background: var(--black);

}
.dot-small-white .slick-dots .slick-active button{
	background: var(--primary);
}
.home-banner-area .slick-dots{
	margin-top: 20px;
}
.separator-white:before{
	background-color: #fff;
}
.separator-alter:before{
	background-color: var(--alter);
}

#category-menu-icon .dropdown-toggle::after {
	content: none
}
.hover-category-menu .all-category::before {
    right: auto;
    left: 20px;
}

.aiz-mobile-bottom-nav {
    border-radius: 10px 10px 0 0;
    box-shadow: 0px -1px 10px rgb(0 0 0 / 15%);
}

.active-y{
    color: rgb(255, 217, 0)!important;

}
.hover-category-menu {
    position: absolute;
    width: calc(100% - 20px);
    top: calc(100%);
    left: 10px;
    display: none;
}
.hover-category-menu.active {
    display: block;
}
.hover-category-menu .sub-cat-menu {
    display: none;
    position: absolute;
    width: calc((100% + 20px) * 3);
    left: 100%;
    height: 100%;
    overflow: hidden;
    top: 0;
    z-index: 100;
    background-color: #fff;
    border: 1px solid #eee;
    overflow-y: auto;
}
.modal.website-popup{
    display: block;
}
.filters-button-group .active {
    color: var(--primary) !important;
    opacity: 100% !important;
}
.homepage .logo-bar-area {
    position: absolute;
    width: 100%;
    color: #fff;
    left: 0;
    right: 0;
    top: 100%;
}
.p-0{
    padding: 0.09rem!important;
}
@media (min-width: 1000.98px) {
.mainb{
    min-height:538px!important;
    max-height:538px!important;

}
}



@media (min-width: 1800.98px) {
    .mbnr{
        height: 70vh!important;
    }

}

@media (min-width: 2000.98px) {
    .mbnr{
        height: 50vh!important;
    }
}




.cus-men{
    margin-left:-7rem!important;


}

@media (min-width: 1850px) {
    .cus-men{
        margin-left:-9.58rem!important;
    }
}

.img-cati{
    height:300px;
}
@media (max-width: 767.98px) {
    .brd-stat{
        border: none!important;
    }
    .img-cati{
        height: 250px!important;
    }
    .icon-pd{
        padding-left: 0px!important;
        padding-right: 0px!important;
        margin-left: -5px!important;
    }
    .t-logo{
        margin-left:5px!important ;
        padding-right: 0px!important;
    }
    .t-img{
        height: 3rem!important;
    }
    .flg{
        padding-top: 3px!important;
    }
    .allcat{
        display: none!important;
    }
    .blu-nv{
        padding-top:4px!important;
        padding-bottom:4px!important;
    }
    .bannertp{
        margin-top:-100px!important;
    }
    .homepage .logo-bar-area {
        position: static;
        color: #000;
    }
	.home-banner-area h2 {
	    font-size: 28px;
	}

	.home-banner-area .btn {
	    font-size: 12px;
	    font-weight: 600;
	    padding: 8px 15px;
	}
    .stick{
        /*position:fixed;*/
        /*top: 1.9rem!important;*/
        /*margin-top:1.9!important;*/
    }
     .mb-img{
        height: 40vh!important;
        width: fit-content!important;
    }
    .d-van{
        display:none!important;
    }
}

@media (max-width: 991.98px){
    .mobile-hor-swipe {
        -webkit-overflow-scrolling: touch;
        overflow-x: auto;
        white-space: nowrap;
    }
}
.noUi-horizontal {
    height: 5px;
}
.noUi-handle:after, .noUi-handle:before {
    content: none;
}

.noUi-horizontal .noUi-handle {
    height: 16px;
    width: 16px;
    border-radius: 50%;
    border-color: var(--primary);
    background-color: var(--primary);
    box-shadow: none;
}

.home-about .row:before{
    content: "";
    height: 100%;
    background-image: url(../img/logo-watermark.png);
    width: 100%;
    background-repeat: no-repeat;
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    background-position: calc(50% - 340px) center;
}

.side-menu {
    height: calc(100vh - 60px);
    position: relative;
}

.side-menu-main {
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow-y: scroll;
    overflow-x: hidden;
    transition: transform 0.3s;
    -webkit-transition: transform 0.3s;
}
.slide .side-menu-main {
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%)
}
.side-menu .sub-menu {
    position: absolute;
    background: #fff;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow-y: scroll;
    overflow-x: hidden;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transition: transform 0.3s;
    -webkit-transition: transform 0.3s;
}
.side-menu .sub-menu.slide {
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
}
.aiz-steps .icon{
    border: 2px solid transparent;
}
.aiz-steps > *:not(:first-of-type):before {
    width: calc(100% - 32px);
}
.aiz-steps .done .icon, .aiz-steps .done:before{
    background-color: var(--success) !important;
}
.aiz-steps .done:before, .aiz-steps .active:before,
.aiz-steps .active .la-dot{
    background-color: var(--success) !important
}
.aiz-steps .la-dot{
    position: absolute;
    height: 8px;
    width: 8px;
    background: #cbd5e0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
}
.aiz-steps > .cancelled:not(:first-of-type):before {
    background-color: var(--danger);
    opacity: 1
}

.outside-arrow .slick-next{
  right: -50px;
}
.outside-arrow .slick-prev{
  left: -50px;
}
.af-arrow .slick-arrow i:before {
    content: none
}
.af-arrow .slick-arrow {
    box-shadow: none !important;
    background: rgba(255, 255, 255, 0.164);
}
.af-arrow .slick-arrow i {
    height: 8px;
    width: 14px;
    border: 7px solid transparent;
    border-top-width: 4px;
    border-bottom-width: 4px;
    position: relative;
    top: -1px;
}
.af-arrow .slick-prev i {
    border-right-color: #fff;
    left: -4px;
}
.af-arrow .slick-next i {
    border-left-color: #fff;
    right: -4px;
}
.border-white {
    border-color: #fff!important;
}
.manage-card{
    background-color:#e4e8f2!important ;
    border-radius:6rem;
}

@media (max-width: 1333.98px) {
    .home-about .row:before{
        background-position: calc(50% - 480px) center;
    }
    .main-bnr{

     height: 600px!important;
      background-repeat: no-repeat!important;
      background-size: cover!important;
    }
    .dsp{
         display:none!important;
    }
    .dspl{
         display:block!important;
    }

}



.dspl{
   /*display:none;*/
}
.bnr-img{
    height: 395px;
}
.main-bnr{
    height: 500px;

}

.tbr{
    height: 350px;
}
.bl2{
    background-color:rgba(29, 29, 29, 0.452)!important;
}
.bl2:hover{
    background-color:#ff002c!important;
}
@media (max-width: 767.98px) {
    .mobile-atts{
        padding-top: .3rem!important;
        padding-bottom: .3rem!important;
        padding-left: .45rem!important;
        padding-right: .45rem!important;
    }
    .mbl-gallery-margin{
        margin-top: .25rem!important;
    }
    .mbl-gallery-margin-b{
        margin-bottom: .25rem!important;
    }
    hr{
        margin-top: 4px!important;
        margin-bottom: 4px!important;
    }
    .mobile-name-font{
        font-size: 20px!important;
    }
    .mobile-price-font{
        font-size: 14px!important;
    }
    .mobile-price-div .price-font{
        font-size: 14px!important;
        margin-bottom: .2rem!important;
        margin-top: .2rem!important;
    }
    .tts{
       display: flex!important;
       justify-content: center!important;
       align-items: center;
    }
    .ff-c{
        padding-left: 5px!important;
        padding-right: 0px!important;
    }
    .hm-cat{
        padding-left: 0px!important;
    }
    .main-bnr{
        /* padding-left: 8px!important;
        padding-right: 8px!important;

        margin-top: 5px!important;
        margin-bottom: 5px!important; */
    }
    .bnr-img{
        height: auto!important;
        width: 100vw!important;
    }
    .home-about .row:before{
        background-position: calc(50% - 220px) top;
    }
    .manage-card{
        background-color:#ffffff!important ;

    }
    .aiz-steps > *{
        width: 18%;
        padding: 0 !important;
    }
    .aiz-steps .icon{
        height: 24px;
        width: 24px;
        line-height: 24px;
        font-size: 15px;
    }
    .aiz-steps .icon i{
        font-size:15px;
    }
    .aiz-steps > *:not(:first-of-type):before{
        height: 3px;
        right: calc(50% + 12px);
        top: 11px;
        width: calc(100% - 16px);
    }
    .outside-arrow .slick-next{
        right: 0;
      }
      .outside-arrow .slick-prev{
        left: 0;
      }
}

.font-pd{
    font-size: 14px!important;
}

@media (max-width: 575.98px) {
    .mobile-size-img{

        height: 300px!important;
    }
    .mobile-atts{
        padding-top: .3rem!important;
        padding-bottom: .3rem!important;
        padding-left: .45rem!important;
        padding-right: .45rem!important;
    }
    hr{
        margin-top: 4px!important;
        margin-bottom: 4px!important;
    }
    .mobile-pt{
        padding-top: .25rem!important;
        padding-left: 2rem!important;
    }
    .mobile-price-div{
        margin-top: .2rem!important;
        font-size: 16px!important;
    }
    .mobile-price-div .price-font{
        font-size: 14px!important;
        margin-bottom: .2rem!important;
        margin-top: .2rem!important;

    }
    .mobile-name-font{
        font-size: 20px!important;
        margin-bottom: .2rem!important;
    }
    .mobile-price-font{
        font-size: 16px!important;
    }
    .mbl-gallery-margin-t{
        margin-top: .25rem!important;
    }
    .mbl-gallery-margin-b{
        margin-bottom: .25rem!important;
    }
    .font-pd{
        font-size: 10px!important;
    }
}
.social.sm a{
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
    border-radius: 50%;
}
.shadow-custom{
    box-shadow: 8px 0 27px rgba(0,52,120,.07);
}

.aiz-carousel .slick-arrow {
    height: 45px;
    width: 45px;
    line-height: 45px;
    box-shadow:  3px 8px 10px rgb(0 0 0 / 20%);
}
.src-arr{
    color: #fff!important;
    background-color: var(--primary)!important;
    height: 1.5rem!important;
    width: 1.5rem!important;
    border-radius: 50em!important;
    border: 0!important;
}
.outside-arrow .slick-next{
    right: -50px;
  }
  .outside-arrow .slick-prev{
    left: -50px;
  }
  @media (max-width: 767.98px) {
    .hrs{
        background-image: url('../img/hr_mobile_bg.png');
    }
    .outside-arrow .slick-next{
      right: 0;
    }
    .outside-arrow .slick-prev{
      left: 0;
    }
  }
  .scroll-menue{
      height: 340px;
      overflow-y: scroll;
  }
  .scroll-menue::-webkit-scrollbar {
    width: 3px;
    background-color:#efefef;
  }
  .scroll-menue::-webkit-scrollbar-thumb {
    background-color: var(--orange);
    outline: 1px solid  var(--orange);
    border-radius: 4px;
    height: 5px;
  }

.active{
    color:#d39d32!important;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.srcbrmn::-webkit-scrollbar {
    display: none!important;
  }

  /* Hide scrollbar for IE, Edge and Firefox */
  .srcbrmn {
    -ms-overflow-style:  none!important; /* IE and Edge */
    scrollbar-width:  none!important; /* Firefox */
  }


  @media (min-width: 1000px){
    .modal-dialog {
        max-width: 800px;
        margin: 1.75rem auto;
    }

  }

  .img-zoom-container {
    position: relative;
  }

  .img-zoom-lens {
    position: absolute;
    width: 100px;
    height: 150px;
  }

  .img-zoom-result {
    /* border: 1px solid #d4d4d4; */
    /*set the size of the result div:*/
    width: 300px;
    height: 400px;
  }
  .cursor-pointer {
    cursor: pointer;
}

.jssocials-share-link{
    border-radius: 50rem;
    background-color: #d39d32!important;
}

.border-bottom-primary{
    border-bottom: 2px solid rgba(186, 130, 19, 0.25)!important;
}

.border-top-primary{
    border-top: 2px solid rgba(186, 130, 19, 0.25)!important;
}

a.text-primary:focus, a.text-primary:hover{
    color: #d39d32!important;
}

.rounded-10{
    border-radius: 10px!important;
}

@media(max-width: 576px){
    .mobile-text-size{
        font-size: 12px!important;
    }
    .d-xs-none{
        display: none!important;
    }

    .popular-cat-m-h{
        height: 100px!important;
    }
}


.ex-collection-hover-overlay-wrapper {
    position: relative;
    overflow: hidden;
}

.ex-collection-hover-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 93%;
    height: 90%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: rgba(186, 130, 19, 0.3); /* optional background */
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 2;
    text-align: center;
}
.ex-collection-hover-overlay-image {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90%;
    height: 90%;
    transform: translate(-52%, -50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: rgba(186, 130, 19, 0.3); /* optional background */
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 2;
    text-align: center;
}

.ex-collection-hover-overlay-wrapper:hover .ex-collection-hover-overlay  {
    opacity: 1;
}
.ex-collection-hover-overlay-wrapper:hover .ex-collection-hover-overlay-image  {
    opacity: 1;
}

.text-outline {
    -webkit-text-stroke: 1px white; /* White outline */
    color: white; /* Keep the fill transparent or keep original if needed */
}
.text-gold {
    color: #BA8213; /* Royal gold */
}
.motto-text {
    
    font-size: 1.3rem;
    font-weight: 600;
    background: linear-gradient(90deg, #BA8213, #eeb544);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    letter-spacing: 1px;
    animation: fadeInUp 1s ease-out forwards;
    opacity: 0;
    transform: translateY(10px);
    margin-bottom: 0;
}

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}