* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    margin: 0;
    padding: 0;
    /* font-family: Poppins,sans-serif; */
    font-family: 'Open Sans', sans-serif;
    color: var(--black);
}
section,div,span,ul,li,a,p,h1,h2,h3,h4,h5,h6 {
    margin: 0;
    padding: 0;
}
html {
    scroll-behavior: smooth;
}
:root {
    --white: #fff;
    --primary: #5bcfe6;
    --primary-light: #f7babc9d;
    --black: #000;
}
li {
    list-style: none;
}
a {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
input,textarea,button {
    outline: none;
    border: none;
}
a,p,span {
    font-size: 15px;
}
.btn-link:hover {
    color: var(--primary);
    text-decoration: none;
}
.btn:focus {
    color: #000;
}

/* <!-- Header Section --> */
/* Top Bar Start */
.top-bar {
    background: var(--primary);
    padding: 8px 0;
}
.user-cart {
    justify-content: right;
    align-items: center;
}
:is(.contact,.user-cart) li {
    display: inline-block;
    margin: 0 10px;
}
:is(.contact,.user-cart) li a {
    color: var(--white);
    display: inline-block;
}
:is(.contact,.user-cart) li a img {
    padding-right: 6px;
    width: 30px;
}
:is(.contact,.user-cart) li a i {
    padding-right: 6px;
}
:is(.contact,.user-cart) li a i {
    font-size: 20px;
}
.user-cart li:last-child i {
    padding-right: 5px;
}
.contact li:first-child {
    margin-left: 0;
}
.user-cart li:last-child {
    margin-right: 0;
}
/* <!-- // Top Bar Section --> */
/* Logo Bar ====> */
.header-section {
    position: relative;
    /* background: rgba(255, 217, 0, 0.24); */
}
.logo {
    padding: 5px 0;
}
.logo h1 {
    font-family: Georgia, 'Times New Roman', Times, serif;
    letter-spacing: 1.5px;
}
.logo img {
    width: 250px;
}
.logo a {
    font-family: Georgia, 'Times New Roman', Times, serif;
    letter-spacing: 1.5px;
    color: #000;
    font-size: 25px;
   
}

.logo a img {
     width:200px;
}
.logo-item {
    justify-content: center;
    align-items: center;
    position: relative;
}
.new_logo {
    position: absolute;
    top: 50%;
    right: 0;
    animation: blink 3s infinite;
}
@keyframes blink{
        0%{
            opacity:1;
        }
        50%{
            opacity:0;
        }
        100%{
            opacity:1;
        }
    }
.new_logo img {
    width: 150px;
}
.single-logo img {
    max-width: 100%;
}
.logo img {
    max-width: 100%;
}
/* // Logo Bar ====> */
/* <!-- Nav Menu Bar --> */
.custom_navbar_mdutta {
    position: relative;
    transition: all .1s;
}
.menu-nav {
    display: flex;
    width: 100%;
    justify-content:center;
    /* align-items: center; */
}
.menu-nav > li {
    display: inline-block;
    padding: 0px 15px;
   
}
.menu-nav > li > a::after {
    content: '';
    position: absolute;
    bottom: 2px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fc8520;
    opacity: 0;
    visibility: hidden;
    transition: all .4s;
}
.menu-nav > li:hover a::after {
    opacity: 1;
    visibility: visible;
}
.menu-nav > li > a {
    display: inline-block;
    padding: 20px 0px;
    font-size: 15px;
    /* color: #3e3d3d; */
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
}
.dropdown-item-list {
    position: absolute;
    left: 0;
    top: 40px;
    width: 100%;
    box-shadow: 0 18px 20px -12px rgba(0,0,0,.2);
    background: linear-gradient(355deg,var(--primary),#5bcfe6 40%,#fff);
    padding: 20px 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    z-index: 9999;
    /* border-top: 2px solid gold; */
}
.menu-item ul li img {
    max-width: 100%;
    border: 2px solid var(--black);
}
.menu-img {
    overflow: hidden;
    text-align: center;
}
.menu-img a {
    display: inline-block;
}
.menu-img a img {
    max-width: 100%;
    border: 2px solid var(--black);
}
.menu-caption {
    text-align: center;
    overflow: hidden;
    margin-top: 5px;
}
.menu-caption a {
    display: inline-block;
    text-align: center;
    font-size: 14px;
    color: var(--black);
    font-weight: 400;
    word-break: keep-all;
    white-space: break-spaces;
}
.menu-nav .dorpdown-menu:hover .dropdown-item-list {
    opacity: 1;
    visibility: visible;
    top: 62px;
    transition: all .4s;
}
.coming-soon {
    position: relative;
}
.coming-soon img {
    position: absolute;
    top: 0;
    left: -8px;
    max-width: 95px;
}
.menu-item ul li {
    display: inline-block;
}
.menu-item ul li a {
    display: inline-block;
}
.menu-item ul li a img {
    max-width: 100%;
}
.about-our-company li a {
    color: var(--black);
    font-size: 16px;
    line-height: 2.2rem;
}
/* <!-- // Nav Menu Bar --> */

/* Mobile Screen Header Design Start */
/* mobile Top bar */
.mobile-topbar {
    background: var(--primary);
    display: none;
    /* padding: 10px 0; */
}
.mobile-topbar-item  {
    align-items: center;
    justify-content: space-between;
}
.logo {
    height: 100%;
}
.buy-icon {
    height: 100%;
}
.buy-icon ul {
    text-align: right;
}
.buy-icon ul li {
    display: inline-block;
    margin: 0 10px;
}
.buy-icon ul li a {
    display: inline-block
}
.buy-icon ul li a i {
    font-size: 25px;
    color: var(--white);
}
.buy-icon ul li a img {
    width: 25px;
    margin-top: -6px;
}
/* // mobile Top bar */
/* Mobile Logo And Nav Toggler */
.mobile_menu_toggler {
    padding: 10px 0;
    display: none;
}
.mobile-toggler-item {
    justify-content: space-between;
    align-items: center;
}
.mobile-nav-toggle .line {
    background-color: gray;
    border-radius: 1em;
    width: 2rem;
    height: 0.25rem;
}
.mobile-logo img {
    max-width: 100%;
}
.mobile-logo {
    text-align: right;
}
.mobile-nav-toggle {
    width: 30px;
    height: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.mobile-nav-toggle .line {
    width: 100%;
    height: 2px;
}
.line2 {
    width: 25px !important;
}
.line3 {
    width: 20px !important;
}
/* // Mobile Logo And Nav Toggler ==> */
/* <!-- Mobile Side Menu bar --> */
.mobile_side_menu {
    max-width: 320px;
    width: 0;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    overflow-y: auto;
    z-index: 999;
    background: var(--white);
    opacity: 0;
    visibility: hidden;
}
.mobile-menu-user-profile {
    padding: 20px;
    background: var(--primary-light);
    flex-direction: column;
    align-items: center;
    position: relative;
    border-bottom: 1px solid var(--primary);
}
.cross-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    display: none;
}
.cross-icon i {
    font-size: 20px;
    color: var(--primary);
}
.mobile-menu-user-images img {
    max-width: 100%;
    margin-bottom: 10px;
}
.mobile-menu-user-profile a {
    font-size: 14px;
    color: var(--black);
    text-transform: uppercase;
    font-weight: 500;
}
.mobile-header-overlay {
    position: fixed;
    top: 0;
    width: 0;
    height: 100%;
    left: 0;
    background: rgba(0,0,0,.5);
    z-index: 99;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
}
.accordion-button {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0px 0;
}
button:focus(:focus-visible) {
    outline: 0;
}
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0 transparent;
}
.btn-link:focus:not(:disabled) {
    text-decoration: none;
}
.card  {
    border-bottom: 1px solid var(--primary-light) !important;
    border: 0;
}
.card-header a {
    font-size: 15px;
    text-transform: uppercase;
    color: var(--black);
    font-weight: 600;
    align-items: center;
}
.card-header h2 button:focus:not(:disabled) {
    color: var(--primary);
}
.plus-icon,.minus-icon {
    color: var(--primary);
}
.card-header .collapsed .plus-icon {
    display: block;
}
.card-header .plus-icon {
    display: none;
}
.card-header .minus-icon {
    display: block;
}
.card-header .collapsed .minus-icon {
    display: none;
}
/* <!-- // Mobile Side Menu bar --> */
/* Js Add Class ======> */
.add-side-bar {
    width: 100%;
    opacity: 1;
    visibility: visible;
    transition: .4s;
    display: none;
}
/* ///// Js Add Class ======> */
/* <!-- ////  End Of Header =====> --> */

/* <!-- Main Banner Start --> */
.main_banner {
    position: relative;
}
.banner-slider {
    width: 100%;
    overflow: hidden;
    /* border-top: 2px solid gold; */
    border-radius: 3px 3px 0 0;
}
.banner-img-item a img {
    width: 100%;
    max-height: 100%;
}
.slick-dotted.slick-slider {
    margin-bottom: 0;
}
.previous-button,.next-button {
    position: absolute;
    top: 45%;
    transition: all .4s;
}
.previous-button {
    left: 0;
    opacity: 0;
}
.next-button {
    right: 0;
    opacity: 0;
}
:is(.previous-button,.next-button) i {
    font-size: 30px;
    color: var(--primary);
    cursor: pointer;
}
.main_banner:hover .previous-button {
    left: 10px;
    opacity: .8;
}
.main_banner:hover .next-button {
    right: 10px;
    opacity: .8;
}
.slick-dots {
    bottom: 20px;
}
.slick-dots li button {
    background-color: var(--primary-light);
    border-radius: 50%;
    width: 10px;
    height: 10px;
}
.slick-dots li button:before {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
}
.slick-dots li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}
.slick-dots li.slick-active button {
    background: var(--primary);
}
/* /// Main Banner Start ==> */
/* <!-- Special Section Start --> */
.special-item {
    width: 100%;
    background-color: #f2f2f2;
    border: 2px solid #f2f2f2;
    padding: 20px 15px;
    height: 100%;
    border-radius: 3px;
}
.special-item a {
    display: flex; 
    align-items: center;
    justify-content: flex-start;
    height: 100%;
}
.special-item a img {
    max-width: 40px;
}
.special-item a p {
    color: #7f7f7f;
    padding-left: 15px;
    font-size: 17px;
    text-transform: uppercase;
}
/* <!-- // Special Section Start --> */
/* <!-- Shop By Categoty Section --> */
.heading {
    /* border-top: 1px solid #ddd; */
    padding: 30px 0;
    width: 100%;
    text-align: center;
    position: relative;
}
.heading::before {
    content: "";
    width: 135px;
    height: 30px;
    background:url(../images/heading_bg.webp);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.heading h2 {
    color: var(--black);
    font-weight: 600;
    font-size: 25px;
    text-transform: uppercase;
}
.shop-by-categoty-item {
    text-align: center;
}
.shop-by-category-imges {
    margin-bottom: 10px;
}
.shop-by-category-imges img {
    max-width: 100%;
    height: 100%;
}
.shop-by-category-image-title p {
    font-size: 16px;
    color: #7f7f7f;
    text-transform: uppercase;
}
.shop-by-categoty-item a {
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 20px 0;
}
.shop-by-categoty-item a:hover {
    box-shadow: 0 4px 10px rgba(33,33,33,.15);
}
/* <!-- //  Shop By Categoty Section ===> --> */
/* <!-- Shop By Budget --> */
.shop-by-budget-img-item img {
    max-width: 100%;
    width: 100%;
    height: 100%;
}
.shop-by-budget {
    position: relative;
    transition: all .4s;
}
.shop-by-budget-price {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 10px 0;
    text-align: center;
    width: 100%;
}
.shop-by-budget-price h5 {
    font-size: 25px;
    color: var(--white);
}
/* <!-- // Shop By Budget ====> --> */
/* <!-- collection Items Section --> */
.collection-item img {
    max-width: 90%;
    filter:hue-rotate(.4);
    opacity: .4;
    margin: 0 auto;
    margin-top: 30px;
    transition: all .4s;
}
.slick-initialized .slick-slide {
    display: block;
    overflow: visible;
}
.slick-center img {
    transform: scale(1.1);
    max-width: 100%;
    opacity: 1;
    transition: all .4s;
    filter:hue-rotate(1);
    margin-top: 0px;
}
.trust_box {
    text-align: center;
}
.trust_box img {
    width: 70%;
}
.trust_box p {
    font-size: 20px;
    font-weight: 600;
}

.footer {
    padding: 50px 0;
    /* background-color: #5bcfe6; */
    /* background-color: #000f2a; */
    background-color: #0d0d0d;
    /* background-image: linear-gradient(to right, #222023cc , #3B3A3Fcc), url('../images/footer_banner.png');
    background-size: cover;
    background-position: center; */

}
.footer_box h1 {
    color: #fff;
    font-family: Georgia, 'Times New Roman', Times, serif;
    letter-spacing: 1.5px;
}
.footer_box h1 img {
    width: 250px;
}
.footer_box h3 {
    margin-bottom: 20px;
    color: #fff;
}
.footer_box ul li {
    line-height: 35px;
     color: #fff;
}
.footer_box ul li a {
    color: #000;
    text-transform: uppercase;
     color: #fff;
}
.copyright {
    border-top:1px solid #262626;
    background-color: #0d0d0d;
}
.copyright_box {
    padding: 15px 0;
    
    text-align: center;
}
.copyright_box p {
    color: #fff;
}
.copyright_box a {
    color: red;
}
.footer_box_contact {
    margin-bottom: 20px;
}
.footer_box_contact li {
    display: flex;
    gap: 10px;
    align-items: center;
}
.footer_box_contact li a {
    text-transform: lowercase !important;
}
.footer_box_media {
    display: flex;
    gap: 15px;
}
.footer_box_media li a {
    font-size: 35px;
}
.featured_collection_box_content {
    text-align: center;
}
.featured_collection_box_img {
    margin-bottom: 15px;
}
.featured_collection_box_content h3 {
    text-transform: uppercase;
    font-size: 22px;
    margin-bottom: 15px;
}
.featured_collection_box_content p {
    margin-bottom: 15px;
    height: 160px;
}
.featured_collection_box_content a {
    padding: 10px 20px;
    background-color: #0d0d0d;
    text-align: center;
    display: inline-block;
    color: #fff;
}
.new_arrivals {
    height: 400px;
    padding-top: 70px;
    background-image: url(../images/new_arrival_banner.jpeg);
    background-size: cover;
}
.jewelry_banner {
    /* height: 400px;
    padding-top: 70px; */
    background-image: url(../images/Jewelry/j-banner-3.jpg.jpeg);
    /* background-size: cover; */
}
.new_arrivals h3 {
    color: #fff;
    font-family: "Fraunces", serif;
    font-size: 50px;
}
.new_arrivals p {
    color: #fff;
    font-family: "Fraunces", serif;
    font-size: 22px;
}
.new_arrivals_sub_div_box  {
    overflow: hidden;
    border-radius: 10px;
    border: 2px solid #fff;
}
.new_arrivals_sub_div_box img {
    width: 100%;
    transition: .3s;
}
.new_arrivals_sub_div_box img:hover {
    transform: scale(1.3);
}
.new_arrivals_sub_div {
    margin-top: -200px;
}
.small_banner {
    height: 200px;
    position: relative;
}
.small_banner::before {
    position: absolute; 
    content: "";
    background-color:#0000002b;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}
.gemstone_banner {
    background-image: url(../images/gemstone_banner.jpeg); 
}
.watch_banner {
    background-image: url(../images/watch/j-banner\ 4.jpg.jpeg);
}
.new_arrival_banner {
    background-image: url(../images/new_arrival_banner.jpeg);
    background-size: cover;
    background-position: center;
}
.gemstone_box {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    /* border-radius: 40px 0px 40px 0px; */
    overflow: hidden;
    margin-bottom: 20px;
    transition: .3s;
    position: relative;
}
.gemstone_box::before {
    position: absolute;
    content: "";
    width: 0%;
    height: 3px;
    background-color: #5bcfe6;
    right: 0;
    top: 0;
    z-index: 999;
    transition: .5s;
}  
.gemstone_box::after {
    position: absolute;
    content: "";
    width: 3px;
    height: 0%;
    background-color: #5bcfe6;
    top: 0;
    right: 0;
    transition: .5s;
} 
.gemstone_box:hover::before {
    width: 100%;
}
.gemstone_box span::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 3px;
    height: 0%;
    background-color: #5bcfe6;
    z-index: 999;
    transition: .5s;
}
.gemstone_box span::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width:0%;
    height:3px;
    background-color: #5bcfe6;
    z-index: 999;
    transition: .5s;
}
.gemstone_box:hover span::before {
    height: 100%;
}
.gemstone_box:hover span::after {
    width: 100%;
}
.gemstone_box:hover::after {
    height: 100%;
}
.gemstone_box:hover {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.gemstone_box:hover img {
    transform: scale(1.2);
}
.gemstone_box_img {
    overflow: hidden;
}
.gemstone_box_img img {
    width: 100%;
    transition: 1s;
}
.gemstone_box_content {
    text-align: center;
    padding: 15px;
    min-height: 185px;
}
.gemstone_box_content h3 {
    margin-bottom: 15px;
    font-family: serif;
}

.jewelry_box_content {
    text-align: center;
    padding: 15px;
    min-height: 190px;
}
.jewelry_box_content h4 {
    font-size: 22px;
}
.watch_box_content {
    text-align: center;
    padding: 15px;
    min-height: 170px;
}
.watch_box_content h3 {
    font-size: 22px;
   margin-bottom: 15px;
   text-transform: uppercase;
   font-family: serif;
}
.heading_content {
    text-align: center;
}
.new_shop_box_img {
    overflow: hidden;
}
.new_shop_box_img img {
    width: 100%;
    transition: .3s;
}
.new_shop_box {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    /* border-radius: 40px 0px 40px 0px; */
    overflow: hidden;
    margin-bottom: 20px;
}
.new_shop_box_content {
    text-align: center;
    height: 80px;
    padding: 10px;
}
.new_shop_box_content p {
    text-transform: uppercase;
    
}
.scroll_top {
    width: 40px;
    height: 40px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #5bcfe6;
    position: fixed;
    bottom: 50px;
    right: 50px;
    color:#000;
}

.wp {
    width: 45px;
     position: fixed;
    bottom: 100px;
    right: 45px;
}
.wp img {
    width: 100%;
}
.bottom_banner {
    background-image: url(../images/bottom_banner.png);
    height: 400px;
    background-size: cover;
    background-position: center;
}
.bottom_small_banner {
    display: none;
}
.bottom_banner_2 img {
    width: 100%;
}
.bottom_banner_box {
    position: relative;
}
.bottom_banner_box a::before {
    bottom: 10px;
    content: "";
    left: 10px;
    opacity: 0;
    position: absolute;
    right: 10px;
    top: 10px;
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    z-index: 99;
    border-bottom: 2px solid #BC8246;
    border-top: 2px solid #BC8246;
    transform: scale(0, 1);
}
.bottom_banner_box a::after {
    bottom: 10px;
    content: "";
    left: 10px;
    opacity: 0;
    position: absolute;
    right: 10px;
    top: 10px;
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    z-index: 1;
    border-left: 2px solid #BC8246;
    border-right: 2px solid #BC8246;
    transform: scale(1, 0);
}

.bottom_banner_box a:hover::before {
    opacity: 1;
    transform: scale(1);
}
.bottom_banner_box a:hover::after {
    opacity: 1;
    transform: scale(1);
}


























/* <=== Media Query Start ====> */
@media (max-width: 1199px) {
    .top-bar {
        display: none;
    }
    .top-logobar {
        display: none;
    }
    .custom_navbar_mdutta {
        display: none;
    }
    .mobile-topbar,
    .mobile_menu_toggler,
    .add-side-bar {
        display: block;
    }
    /* <!-- ////  End Of Header =====> --> */
    /* Banner Section */
    .main_banner:not(:hover) .previous-button {
        left: 10px;
        opacity: .8;
    }
    .main_banner:not(:hover) .next-button {
        right: 10px;
        opacity: .8;
    }
    /* /// Banner Section ===> */
  

}
@media (max-width: 991px) {
    .buy-icon ul li a i {
        font-size: 20px;
    }
    .buy-icon ul li a img {
        width: 20px;
    }
    /* <!-- ////  End Of Header =====> --> */
    /* collection scetion */
    .collection-item img {
        margin-top: 25px;
    }
    .mobile-toggler-item  {
        position: relative;
    }
    .new_logo {
        top: 0;
    }
    .new_logo img {
        width: 100px;
    }
    /* // collection scetion ===> */
}
@media (max-width: 767px) {
    .buy-icon ul li a i {
        font-size: 20px;
    }
    .buy-icon ul li a img {
        width: 20px;
    }
    .logo img {
        width: 100px;
    }
    /* <!-- ////  End Of Header =====> --> */

}
@media (max-width: 467px) {
    .buy-icon ul li {
        display: inline-block;
        margin: 0 5px;
    }
    /* <!-- ////  End Of Header =====> --> */
    /* Banner Section */
    :is(.previous-button,.next-button) i {
        font-size: 20px;
    }
    .slick-dots {
        bottom: 10px;
    }
    .slick-dots li button {
        padding: 3px;
        width: 6px;
        height: 6px;
    }
    /* /// Banner Section === > */
    /* collection scetion */
    .slick-center img {
        transform: scale(1.2);
    }
    /* // collection scetion ===> */
    .bottom_small_banner {
        background-image: url(../images/bottom_small_banner.png);
        display: block;
        height: 300px;
        background-size: cover;
    }
    .bottom_banner {
        display: none;
    }
   

}
@media (max-width: 350px) {
    .cross-icon {
        display: block;
    }
}

/* Js All Add Class ======> */
.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #5bcfe6;
    z-index: 999;
    transition: all .4s;
    border-bottom: 1px solid var(--primary);
}



/* ///// Js All Add Class ======> */