/* @font-face {
    font-family: 'cormorant_garamondregular';
    src: url('../../../assets/font/Cormorant Garamond/cormorantgaramond-regular-webfont.woff2') format('woff2'),
         url('../../../assets/font/Cormorant Garamond/cormorantgaramond-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'nunitoregular';
    src: url('../../../assets/font/Nunito/nunito-regular-webfont.woff2') format('woff2'),
         url('../../../assets/font/Nunito/nunito-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

} */


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


body {
    font-family: 'Nunito', sans-serif;
    color: #013666;

}

.heading-font {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 500;
    letter-spacing: 1px;
}

p {
    font-family: 'Nunito', sans-serif;
}

h2 {

    font-size: 30px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.03em;

}

/*#banner-section-video {
    height: 100%;
    max-height: 920px;
}*/

#banner-section-video {
    height: 960px;
    align-items: center;
    background: url(../../images/hero-banner.jpg);
    background-size: cover;
}

#banner-section-video .hero-banner {
    position: absolute;
    top: auto;
    bottom: auto;
    right: 20%;
    display: flex;
    align-items: start;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    margin: auto;
}

.hero-banner h1 span {
    display: block;
}

.hero-banner h1 {
    font-size: 70px;
    font-family: 'Cormorant Garamond', serif;
}

.hero-banner a.btn.btn-primary {
    background: #013666;
    border: 0;
    border-radius: 0;
    font-size: 20px;
    padding: 10px 45px;
    /* text-transform: uppercase; */
    border: 1px solid #013666;
    font-family: 'Cormorant Garamond';
    font-weight: 800;
    font-style: italic;
}
.hero-banner a:hover {
    background: #fff !important;
    color: #013666;
    border: 1px solid #013666 !important;
}

.navbar-nav .navbar-brand {
    margin: 0px;
    padding: 0px !important;
    display: flex;
    justify-content: center;
}

#top-nav {
    background: #5c809e;
    width: 100%;
    height: 1px;

}

#top-nav .top-right {
    flex: 1;
    padding: 5px;
}

#top-nav .top-right ul {
    gap: 20px;
}

#top-nav .top-right ul a {
    text-decoration: none;
    color: #013666;
}

#top-nav .info-block {
    flex: 1;
    padding: 5px;
}

#myOverlay ul.d-flex.align-items-center.p-0.m-0.justify-end.social_icons_mbl {
    gap: 5px;
}

nav#custom-navbar .navbar-toggler:focus {
    outline: none;
    box-shadow: none;
}

#custom-navbar .header-icon {
    width: 30px;
    height: 22px;
    object-fit: contain;
}

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

.custom-conatiner {
    max-width: 1600px;
    width: 100%;
    height: 100%;
    margin:auto;
    /* padding: 20px 0px; */
}

#custom-navbar .c-collapse-nav {
    flex: 1;
    justify-content: center;
}

#custom-navbar .custom-navbar-nav {
    flex: 2 auto;
    justify-content: center;
}

.right-bar {
    display: flex;
    flex-direction: row;
    align-items: center;
}

#custom-navbar .nav-container {
    max-width: 1600px;
}

#custom-navbar .custom-navbar-nav {
    gap: 20px;
}

#custom-navbar .right-bar .c-navlink,
#custom-navbar .custom-navbar-nav .nav-item .nav-link {
    font-size: 16px !important;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.05em;
    text-align: left;
    color: #013666;
    text-transform: uppercase;
    white-space: nowrap;
}

#custom-navbar.sticky .right-bar .c-navlink, #custom-navbar.sticky .custom-navbar-nav .nav-item .nav-link {
    color: #013666;
}

#custom-navbar .right-bar i {
    padding: 10px;
}

.fa-right-to-bracket {
    color: white;
}

#banner-section .logo_naam_diamond {
    max-width: 438px;
    width: 100%;
    height: 230px;
    object-fit: contain;
}

.login-drop:hover .dropdown-menu {
    display: block;
    padding: 0;
}

.dropdown-menu.hover_dropdown-menu.show {
    padding: 0;
}

#custom-navbar .custom-navbar-nav .nav-item .nav-link:before {
    content: '';
    position: absolute;
    width: 0%;
    transform: scaleX(0);
    height: 2px;
    left: 0px;
    margin: auto;
    background-color: #013666;
    transform-origin: bottom left;
    transition: transform 0.5s ease-out;
    bottom: 5px;
}

#custom-navbar .custom-navbar-nav .nav-item .nav-link:hover:before {
    width: 100%;
    transform: scaleX(1);
}

/* banner-second */
#world_of_creative_diam #nature-love .row {
    align-items: center;
}
/* nature_love */
#nature-love .classic-left-section .image-classic-section .img_box {
    position: relative;
    width: fit-content;
    /* border: 1px solid #013666;
    border-radius: 50%; */
    /* background-image: url(//bt-ornate.myshopify.com/cdn/shop/files/f1.jpg?v=1707718740&width=1920);
    background-size: cover;
    background-position: center;
    background-repeat: repeat;
    position: relative; */
    /* padding: 100px 84px; */
    /* min-height: 500px; */
}
section#nature-love {
    /* padding: 0px 0 30px 0; */
    position: relative;
    /* background-image: url(../../images/shape-background.png); */
    /*background-image: linear-gradient(80deg, #030338 31%, #003872 100%);*/
    /* background: #013666; */
    height: 100%;
    object-fit: contain;
    width: -webkit-fill-available;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    top: 0;
    bottom: 0;
}


#nature-love .classic-right-section p {
    font-size: 20px;
    line-height: 1.78571em;
    font-weight: 400;
    color: #013666;
    letter-spacing: 0.8px;
}


#nature-love .image-classic-section p.diamonds_text {
    font-size: 14px;
    text-transform: capitalize;
    line-height: 25px;
    letter-spacing: 1px;
    color: #FFF;
}

#nature-love .image-classic-section p {
    text-transform: uppercase;
    color: #000;
    font-size: 12px;
    /* font-family: 'Cormorant Garamond'; */
    font-weight: 600;
    margin-bottom: 0px;
}
#nature-love .classic-left-section .image-classic-section:hover p {
    color: #013666;
}
#nature-love .image-classic-section .item-count {
    color: #000;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 400;
}

#nature-love .classic-left-section {
    display: flex;
    gap: 20px 53px;
    flex-wrap: wrap;
    justify-content: center;
}

#nature-love .classic-left-section .image-classic-section {
    text-align: center;
    /* margin: 10px; */
    margin-bottom: 0px;
}

#nature-love .classic-left-section .image-classic-section{position: relative;}

#nature-love .classic-left-section .image-classic-section:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 1px;
    border-left: 1px solid #fff !important;
}
#nature-love .classic-left-section .image-classic-section.slick-slide.slick-current.slick-active:after{content: none}

#nature-love .classic-cantain-img-section {
    display: flex;
    flex-direction: column;
}

#nature-love .classic-right-section h2 {
    font-size: 50px;
    letter-spacing: 1px;
    text-align: center;
    font-weight: 500;
    line-height: 61px;
    color: #013666;
    font-family: 'Cormorant Garamond', serif;
}

#nature-love .classic-right-section h2 span {
    color: #6c6c6c;
    font-style: italic;
    font-weight: 600;
    text-transform: capitalize;
}

#nature-love .classic-left-section .image-classic-section .img_box {
    position: relative;
    /* padding: 18px; */
    margin: 0px auto;
    position: relative;
    width: 100%;
    height: auto;
    /* overflow: hidden; */
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer !important;
}


#nature-love .classic-left-section .image-classic-section img {
    width: 95px;
    height: 95px;
    object-fit: contain;
    border: unset;
    margin: auto;
    opacity: 0.8;
    /* transition: all 0.4s ease; */
    transform: scale(0.7);
    transition: all 0.4s linear;
    width: 89px;
    height: 100px;
    object-fit: contain;
    transform: scale(0.8);
    /* width: 100%; */
    opacity: 1;
    /* height: auto; */
    display: block;
    position: relative;
    /* top: 0; */
    /* left: 0; */
    transition: opacity .3s ease;
}
#nature-love .classic-left-section .image-classic-section video.img-fluid {
    /* display: none; */
    opacity: 0;
    /* width: 100%; */
    height: auto;
    width: 100px;
    height: 100px;
    position: absolute;
}
#nature-love .classic-left-section .image-classic-section a:hover img {
    opacity: 0;
}
#nature-love .classic-left-section .image-classic-section a:hover video.img-fluid {
    opacity: 1;
}
#nature-love .classic-left-section .image-classic-section:hover img {
    transform: scale(0.8);
}

.jewelry-collection .slick-prev:before, .jewelry-collection .slick-next:before {
    color: #013666 !important;
    font-size: 30px !important;
    font-family: monospace;
    font-weight: 100 !important;
    border: 0.5px solid #013666;
    border-radius: 50%;
    width: 70%;
    display: block;
    height: 7%;
    background-color: #fff;
}
.jewelry-collection .slick-prev:before {
    content: "<";
}
.jewelry-collection .slick-next:before {
    content: '>';
}

.jewelry-collection .slick-prev {
    left: 0px !important;
    height: 100%;
    width: 50px;
    /* background-color: #fff; */
}
.jewelry-collection .slick-arrow {
    z-index: 1;
    color: #fff;
}

.jewelry-collection .slick-next {
    right: 10px !important;
    height: 100%;
    width: 50px;
    /* background-color: #fff; */
}

#nature-love .classic-cantain-right {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

#nature-love .classic-right-section button {
    text-align: center;
    border: 1px solid black;
    padding: 7px 30px;
    width: 229px;
    height: 44px;
    margin-top: 5px;
    transition: 0.5s;
}

#nature-love .classic-right-section button:hover {
    background-color: black;
    color: white;
}

.image-classic-section .img_box {
    display: inline-block; /* Ensures elements line up correctly */
    transition: transform 0.3s; /* Smooth transition for other transformations */
}

/* .image-classic-section .img_box img:hover {
    animation-name: wobble-horizontal; /* The name of the animation */
    /* animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
} */

/* Define the wobble-horizontal animation */
/* @keyframes wobble-horizontal {
    0%, 100% {
        transform: translateX(0);
    }
    15% {
        transform: translateX(-10px);
    }
    30% {
        transform: translateX(10px);
    }
    45% {
        transform: translateX(-5px);
    }
    60% {
        transform: translateX(5px);
    }
    75% {
        transform: translateX(-2px);
    }
}  */
/* .image-classic-section .img_box img:hover {
animation: beat 0.7s infinite alternate;
animation-duration: 1s;
animation-timing-function: ease-in-out;
/* animation-iteration-count: 1;  */
/* }

@keyframes beat {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}  */

/* nature_love_end */

/* diamonds_shop */
/* .jewelry-passion {
    padding: 80px 0 70px 0;
}    */
.custom_content {
    padding: 50px 84px;
    height: 100%;
    background-color: #d4e3ef8a;
}
.jewelry_container.custom_content {
    padding: 0px;
    height: 100%;
    justify-content: space-between;
    /* gap: 20px;
    flex-direction: column; */
}
.custom_content .jewelry_box {
    align-items: center;
}
.jewelry-passion .jewelry_container {
    display: flex;
    justify-content: space-evenly;
}
/* .custom_content .card_wrapper .img_content {
    top: 0;
    bottom: 0;
    position: relative;
    transition: all 0.5s ease;
    overflow: hidden;
} */

/* .custom_content .card_wrapper .img_content:hover img {
    transform: scale(0.9);
} */

/* .custom_content .card_wrapper .img_content:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    background: #EEE;
    left: 0;
    right: 0;
} */

.custom_content .card_wrapper .product-price .button-hover-block:before {
    content: "";
    height: 1px;
    right: 0;
    width: 0%;
    position: absolute;
    transform: scaleX(0);
    background-color: #4a6fa7;
    transform-origin: bottom left;
    transition: transform .5s ease-out;
    bottom: 1px;
    left: 0;
    margin: auto;
}

.custom_content .card_wrapper:hover .product-price .button-hover-block:before {
    transform: scale(1);
    width: 100%;
}

/* #new_collection_slider .slider-item .slider-details .button {
    display: none;
    transition: 0.5s;
    font-size: 16px;
    margin: auto;
    
    opacity: 0;
    cursor: pointer;
    text-align: center;
    letter-spacing: 1px;
    
    
} */

.custom_content .card_wrapper .product-price .button-hover-block {
            /* display: none; */
    text-transform: capitalize;
    color: #000 !important;
    /* background-color: #0b103a; */
    /* background: linear-gradient(25deg, rgb(46 54 124), rgb(74 111 172)); */
    /* padding: 7px 12px; */
    text-align: center !important;
    margin: auto;
    width: 100% !important;
    /* width: 40% !important; */
    /* border-radius: 8px; */
    opacity: 0;
    transition: 0.5s;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    display: inline-block;
    transition: all 0.4s ease;
    z-index: 99;

}

.product-price.text-center .price.g-4 a.button-hover-block {
    position: absolute;
    left: 0;
    right: 0;
    width: fit-content !important;
    margin: auto;
}

.custom_content .card_wrapper:hover .product-price .button-hover-block {
    /* display: block; */
    opacity: 1;
}

.custom_content .card_wrapper:hover .product-price .button-hover-none {
    /* display: none; */
    opacity: 0;
}

/* .custom_content .card_wrapper .img_content img {
        width: 100%;
        transition: 0.5s;
        object-fit: cover;
        height: 310px;
        min-height: 380px;
} */
.custom_content .card_wrapper .img_content img {
    width: 100%;
    min-height: 336px;
}
.custom_content .card_wrapper .image_box:hover .img_content img {
    transform: scale(1.1);
    opacity: .6;
    background:#fff;
}

.custom_content .card_wrapper .img-hover-block {
    /* display: none !important; */
    opacity: 0 !important;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.custom_content .card_wrapper .img-hover-none {
    /* display: block; */
    opacity: 1 ;
}

.custom_content .card_wrapper:hover .img-hover-none {
    /* display: none !important; */
    opacity: 0 !important;
}

.custom_content .card_wrapper:hover .img-hover-block {
    /* display: block !important; */
    opacity: 1 !important;
    transition:opacity 0.5s ease-in-out ;
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out; 
}

/* .custom_content .card_wrapper {
    margin: 12px 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
    background: #FFF;
    border-radius: 10px;
    padding: 0 0 10px 0;
    position: relative;
} */


.custom_content .card_wrapper {
    /* margin: 12px 12px; */
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    /* box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px; */
    /* background: #FFF; */
    border-radius: 0px;
    padding: 0 0 0px 0;
    position: relative;
    width: 100%;
    /* border: 1px solid #bfbfbf; */
}
.custom_content .card_wrapper .image_box .box_title:before {
    /* display: flex; */
    /* align-items: end; */
    /* flex-direction: column; */
    position: absolute;
    bottom: 87%;
    width: 100%;
    height: 100%;
    background: #ffffff61;
    right: 10%;
    /* transform: translateX(130%); */
    transition: all .3s linear;
}
.custom_content .card_wrapper .image_box .box_title {
        display: flex; 
    align-items: end;
    flex-direction: column;
    position: absolute;
    bottom: 20%;
    width: 100%;
    height: 100%;
    /* background: #ffffff61; */
    right: -100%;
    top: 70%;
    bottom: auto;
    /* transform: translateX(130%); */
    transition: all .3s linear;
}
.custom_content .card_wrapper .image_box:hover .box_title{
    /* transform: translateX(0%); */
    right: 5%;
}

.custom_content .shopnow-btn a.c_btn_design {
    padding: 16px 60px;
}
.jewelry-passion .galleries-list_box .galleries-list p {
    margin-bottom: 3px;
    font-size: 16px;
    font-weight: 400;
    color:#d4d5db;

}

.custom_content .card_wrapper .product_title {
    padding-top: 10px;
    text-align: center;
}

.custom_content .wrap-line {
    width: 100%;
    height: 4px;
    padding: 0;
    border-radius: 2px;
    background-color: #ede9e6;
    display: none;
}

.custom_content .card_wrapper .product_title a {
    font-size: 19px;
    line-height: 1.78571em;
    font-weight: 600;
    margin: 12px 0 2px;
    color: #000;
    text-align: center;
    letter-spacing: 1px;
    text-decoration: none;
}
.jewelry-passion .custom_content .card_wrapper .box_title:hover .product_title a{
 color:#013666;
}

.custom_content .card_wrapper.product-price .price1 {
    font-size: 14px;
    color:#000;
}
.jewelry-passion .custom_content .card_wrapper:hover .product-price .price1 {
    color:#013666;
}
/* .custom_content .slider-item {
    margin-left: 20px;
} */

/* .custom_content .card_wrapper:hover .product_title a {
    color: #4a6fa7;
} */

/* .custom_content .card_wrapper:hover .icon-top a:nth-child(1) {
    display: none;
} */

.custom_content .card_wrapper .icon-top a {
    color: #000 !important;
    /* box-shadow: 1px 1px 9px 1px #4e638a52; */
    opacity: 1;
    border-radius: 50%;
    line-height: 20px;
    padding: 7px;
    vertical-align: inherit;
    background-color: transparent;
}

.custom_content .card_wrapper:hover .icon-top a:hover{
    background:linear-gradient(80deg, #030338 55%, #003872 100%);
}

.custom_content .card_wrapper .icon-top a {
    color: #010101;
    border-radius: 0px;
    opacity: 0;
}

.custom_content .card_wrapper .icon-top a:hover svg path {
    fill: #fff !important;
    stroke: #fff !important;
    stroke-width: 0px;
}

.custom_content .card_wrapper .icon-top {
    position: absolute;
    right: 3%;
    /* top: -20%; */
    top: 3%;
    /* left: 0; */
    /* bottom: 50%; */
    /* transition: opacity .6s cubic-bezier(.5,1,.89,1) .1s,transform .6s cubic-bezier(.5,1,.89,1) .1s!important; */
    transition: transform .3s ease;
    /* transform: translateY(0%); */
    /* flex-direction: column; */
    z-index: 9;
    align-items: center;
    justify-content: center;
    gap: 10px;
    display: flex;
    height: fit-content;
}

/* .custom_content .card_wrapper:hover .icon-top {
    transform: translateX(0);
} */

.custom_content .card_wrapper .icon-top a svg g path {
    /* fill: #000 !important; */
    stroke: #000 !important;
    stroke-width: 0px;
}

.custom_content .card_wrapper .icon-top a:hover svg.wisthList g path, .custom_content .card_wrapper .icon-top a:hover svg.search path, .custom_content .card_wrapper .icon-top a:hover svg.view path {
    fill: #fff !important;
    stroke: #fff !important;
}

.custom_content .card_wrapper .icon-top a:hover svg.cart g path{
    stroke: #fff !important;
}

.custom_content .card_wrapper .icon-top .search, .custom_content .card_wrapper .icon-top .view {
    transform: translateY(-20px);
}

.custom_content .card_wrapper.icon-top .wishlist{
    transform: unset;
}

.custom_content .card_wrapper:hover .icon-top .search, .custom_content .card_wrapper:hover .icon-top .view {
    transform: translateY(0px);
}

.custom_content .card_wrapper:hover .icon-top .wishlist{
    transform: unset;
}

.jewelry_box .every-band-image img {
    max-width: 500px;
    min-height: 500px;
    height: 100%;
    width: 100%;
}

.icon-top a {
    display: inline-block; 
}
.card_wrapper:hover .icon-top a {
    animation: beat 0.7s infinite alternate; 
}

@keyframes beat {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}
.custom_content .card_wrapper .image_box {
    position: relative;
    /* width: fit-content; */
    overflow: hidden;
    flex: 0 0 100%;
    width: 100%;
    height: auto;
}
.custom_content .card_wrapper .add_to_cart {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    text-align: center;
    /* background-color: #013666; */
    /* background: linear-gradient(80deg, #030338 55%, #003872 100%); */
    background: linear-gradient(80deg, #030338 0%, #003872 50%);
    padding: 10px;
    transition: .5s;
    transform: translateY(15%);
    opacity: 0;
    /* visibility: hidden; */
}
.custom_content .card_wrapper:hover .add_to_cart{
    transform: translateY(0%);
    opacity: 1;
}
.custom_content .card_wrapper .add_to_cart .cart {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 13px;
}
.jewelry-passion .slick-prev:before, .jewelry-passion .slick-next:before {
    color: #013666;
}
.jewelry-passion .custom_content {
    /* background-image: url(//bt-ornate.myshopify.com/cdn/shop/files/f1.jpg?v=1707718740&width=1920); */
    background-color: #d4e3ef8a;
    background-size: cover;
    background-position: center;
    background-repeat: repeat;
    position: relative;
    padding-right: 84px;
    padding-left: 84px;
    /* min-height: 500px; */
}
.jewelry-passion .custom_content .card_wrapper .image_box {
    /* border: 1px solid #ccc; */
    border-radius: 10px;
    /* max-width: 300px;
    min-height: 336px; */
}
.jewelry-passion .custom_content .card_wrapper {
    max-width: 302px;
    min-height: 336px;
}
.jewelry-passion  .custom_content .card_wrapper {
    margin: 0 12px;
    background-color: #fff;
}
.custom_content .heading_title {
    text-align: center;
    padding-top: 45px;
}
.custom_content .heading_title p {
    text-transform: uppercase;
    text-align: start;
    font-size: 16px;
    line-height: normal;
    color: #013666;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}
.custom_content .heading_title p.sub-title {
    font-size: 14px;
    color: black;
    line-height: 25px;
    letter-spacing: 1px;
    text-transform: capitalize;
    font-weight: 600;
}
.custom_content .heading_title h3 {
    font-size: 40px;
    font-family: 'Cormorant Garamond';
    letter-spacing: 2px;
    text-transform: capitalize;
    /* padding: 0 15px 0 0px; */
    text-align: start;
    line-height: 35px;
    margin-bottom: 30px;
}
.custom_content .heading_title .shopnow-btn a.c_btn_design {
    padding: 10px 45px;
    color: white;
    /* background: linear-gradient(80deg, #030338 31%, #003872 100%); */
    background: #fff;
    font-size: 20px;
    /* font-weight: 400 !important; */
    width: auto;
    margin: 0 !important;
    outline: 0;
    /* padding: 16px 60px; */
    /* background-color: #4b71ae; */
    border: 1px solid #013666;
    border-radius: 0px;
    color: #013666;
    position: relative;
    letter-spacing: 0.5px;
    transition: all 0.5s ease;
    display: inline-block;
    text-decoration: none;
    font-style: italic;
    font-family: 'Cormorant Garamond';
    font-weight: 800;
}
.custom_content .heading_title .shopnow-btn:hover a.c_btn_design{
    background: linear-gradient(80deg, #030338 31%, #003872 100%);
    color:#fff;
}
.custom_content .box_title .shopnow-btn a.c_btn_design {
    padding: 0px !important;
    text-decoration: none;
    color: #000;
    font-size: 16px;
    font-weight: 900 !important;
    text-decoration: underline;
    font-style: italic;
    font-family: 'Cormorant Garamond';
}
.jewelry-passion .custom_content .box_title:hover .shopnow-btn a.c_btn_design{
 color:#013666;
}
/* diamond_shop_end */

/* categories */
/* .new_our_products {
    padding: 30px 0 0 0;
} */
.new_our_products p {
    font-size: 16px;
    line-height: normal;
    color: #013666;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    text-align: center;
}
.new_our_products h3 {
    font-size: 52px;
    font-family: 'Cormorant Garamond';
    margin-bottom: 40px;
    text-align: center;
}

.new_our_products .card-body {
    position: absolute;
    right: 5%;
    top: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: end;
}
.new_our_products .card-title {
    color: #013666;
    font-size: 35px;
    margin-bottom: 10px;
    font-family: 'Cormorant Garamond';
    font-weight: 700;
    text-transform: uppercase;
    font-style: italic;
    letter-spacing: 3px;
}
.new_our_products .card-body h6 {
    font-size: 15px;
    line-height: 1;
    margin: 0 0 10px 0;
    font-weight: 400;
    color: #888888;
    text-transform: uppercase;
}
.new_our_products .card-body .btn {
    padding: 0px;
    color: #000;
    font-size: 18px;
    font-weight: 700;
    text-decoration: underline;
    /* font-style: italic; */
    font-family: 'Cormorant Garamond';
        /* color: #fff; */
    /* margin: 0px 10px; */
    /* padding: 15px 15px; */
    border-radius: 0px;
    /* opacity: 0; */
    vertical-align: inherit;
    text-decoration: none;
    width: 100%;
    display: inline-flex;
    font-size: 15px;
    border: none;
    border-radius: 0px;
    transition: 0.5s;
    text-align: center;
    border: unset !important;
    outline: unset;
    /* letter-spacing: 2px; */
    text-transform: uppercase;
    position: relative;
}
.new_our_products .card-body  span.btn:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    border-radius: 4px;
    background-color: #013666;
    bottom: 0px;
    left: 0px;
    transform-origin: right;
    transform: scaleX(0);
    transition: transform .3s ease-in-out;
}
.new_our_products .card-body span.btn:hover:before {
    transform-origin: left;
    transform: scaleX(1);
}
.new_our_products .item-container .img_box {
    overflow: hidden;
}
.new_our_products .item-container:hover img {
    transform: scale(1.04);
}
.new_our_products .item-container img {
    transition: all 0.5s linear;
    transform: scale(1);
    border-radius: 10px;
}
#jewelry_main .card {
    border-radius: 10px;
    overflow: hidden;
    border: unset;
}

/* categories */
/* collection */
/* .jewelry-collection {
    padding: 20px 0 0px 0;
} */
.jewelry-collection {
    position: relative;
}
.jewelry-collection .diamond_image {
    position: absolute;
    top: 5%;
    right: 2.5%;
    left: auto;
    bottom: auto;
}
.jewelry-collection .galleries-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}
.jewelry-collection .nav-tabs .nav-link {
    font-size: 18px;
    /* font-family: 'Cormorant Garamond'; */
    font-weight: 600;
    /* font-style: italic; */
}
.jewelry-collection .nav-tabs .nav-link.active {
    color: #013666 !important;
    border: unset;
    border-bottom: 2px solid #013666 !important;
    background-color: transparent;
}
.jewelry-collection .nav-tabs .nav-link {
    border: unset !important;
    color: #000;
    padding-bottom: 10px;
}
.jewelry-collection .nav-tabs {
    /* border: unset; */
    gap: 30px;
    justify-content: center;
    margin-bottom: 50px;
}
.jewelry-collection h3 {
    font-size: 52px;
    font-family: 'Cormorant Garamond';
    margin-bottom: 20px;
    text-align: center;
}
.jewelry-collection .card-text {
    font-style: italic;
    font-family: 'Cormorant Garamond';
    font-size: 25px;
    font-weight: 600;
}
.jewelry-collection .custom_content .card_wrapper .icon-top .search, .jewelry-collection  .custom_content .card_wrapper .icon-top .wishlist {
    transform: unset;
    position: absolute;
    right: -13px;
    /* top: -8px; */
    MARGIN-TOP: 20PX;
    opacity: 0;
    transition: all 0.3s linear;
    border-radius: 50%;
}

.jewelry-collection  .custom_content .card_wrapper.icon-top .cart, .jewelry-collection  .custom_content .card_wrapper.icon-top .view{
    transform: unset;
}

.jewelry-collection .custom_content .card_wrapper:hover .icon-top .search, .jewelry-collection  .custom_content .card_wrapper:hover .icon-top .wishlist {
    transform: unset;
}

.jewelry-collection .custom_content .card_wrapper:hover .icon-top .search, .jewelry-collection  .custom_content .card_wrapper:hover .icon-top .wishlist {
    transform: unset;
    opacity: 1;
    right: -3px;
}

.jewelry-collection .row {
    display: flex;
    /* display: grid; */
    /* grid-template-columns: repeat(4, 1fr); */
    gap: 20px;
    flex-wrap: wrap;
}
.jewelry-collection .box_title .c_btn_design {
    font-size: 13px;
    font-style: italic;
    font-weight: 500;
    text-transform: capitalize;
    text-decoration: none;
    position: relative;
    padding: 0;
    padding: 5px 25px;
    border-radius: 20px;
    font-weight: 500;
    margin: 0;
    line-height: 30px;
    border: 2px solid #013666;
    transition: all .2s linear;
    text-decoration: none !important;
}
.jewelry-collection .box_title .c_btn_design:hover {
    background-color: #013666;
    color: #fff !important;
}
.jewelry-collection .box_title .c_btn_design span {
    padding: 5px 27px;
}
.jewelry-collection .custom_content .card_wrapper .image_box .box_title {
    transform: unset;
    /* transform: translateY(205px); */
    /* transition: all .3s linear; */
    right: 0;
    left: 0;
    /* align-items: center; */
    display: none;
    transition: all 0.5s ease-in-out;
    position: absolute;
    bottom: -45%;
    left: 0px;
    right: 0px;
    opacity: 1;
    /* transition: all .3s linear; */
    /* margin: 0 auto; */
    display: grid;
    grid-gap: 10px;
    /* max-width: 28rem; */
    text-align: center;
    z-index: 2;
    top: auto;
}
.jewelry-collection .custom_content .card_wrapper:hover .image_box .box_title {
    /* display: block; */
    /* transform: translateY(70px); */
    opacity: 1;
    bottom: 36px;
}
.jewelry-collection .card-body {
    margin-top: 20px;
    text-align: end;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.jewelry-collection .shopnow-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.jewelry-collection .custom_content .card_wrapper .image_box {
    /* border: 1px solid #ccc; */
        /* border: 1px solid #ccc; */
        border-radius: 12px;
        min-height: unset;
        overflow: hidden;
        background-color: #fff;
}
.jewelry-collection .custom_content .card_wrapper .img_content img {
    min-height: 450px;
}
/* .custom_content .card_wrapper .img_content {
    max-width: 320px;
    min-height: 285px;
} */
/* collection_end */

/* diamond */
.diamond_shimmy .custom-conatiner-lab-grown {
    /* height: 950px; */
    align-items: center;
    background-color: #d4e3ef8a;
    /* background: url(../../images/background_diamond.png); */
    background-size: cover;
    padding: 0px 0px 0px 10px;
}
.diamond_shimmy {
    padding: 0px 0 100px 0;
}
@keyframes upAndDown {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-80px); /* Adjust the value to control the height of the animation */
    }
}

.animated-image {
    animation: upAndDown 3s infinite linear;
    transition: all 1s ease;
}
.jewelry-collection .slider-grid {
    flex: 0 24%;
    margin-right: 25px;
}
.jewelry-collection .card-body .card-title {
    font-size: 17px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 0px;
    color: #000;
}
.jewelry-collection .card_wrapper:hover .card-body .card-title{
    color:#013666;
}
/* diamond */


/* our service */
#our_service {
    background-image: url("../../images/our_service_bg.png");
    /* min-height: 520px; */
    display: flex;
    align-items: center;
}

#our_service .carousel-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

}

#our_service .custom-carousel-service {
    text-align: center;
}

#our_service .custom-carousel-service h2 {
    font-size: 50px;
    color: black;
    letter-spacing: 1px;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 500;
    line-height: 45px;
}

#our_service .custom-carousel-service p {
    font-size: 14px;
    color: black;
    text-align: center;
    line-height: 25px;
    letter-spacing: 1px;
    text-transform: capitalize;
    font-weight: 600;
}

#our_service .custom-carousel-service .our_service_pragraph {
    font-size: 16px;
    color: black;
    letter-spacing: 3px;
    word-spacing: 1px;
    font-weight: 700;
    line-height: 25px;
}

#our_service .our_service_right {
    text-align: center;
}

.position_remove {
    position: inherit !important;
}

#our_service .our-service-left {
    width: 100%;
    max-width: 900px;
    margin: auto;
    cursor: pointer;
}

#our_service .carousel-control-next-icon {
    background-image: url(../../images/right-arrow.png);

}

#our_service .carousel-control-prev-icon {
    background-image: url(../../images/left-arrow.png);

}

img.img-fluid.slick-slide {
    padding: 50px;
}

#our_service .our_service_right img {
    transition: all 1s ease;
    cursor: pointer;
}

#our_service .our_service_right img:hover {
    transform: scale(1.01);
}

/* end service */
/* lab-grown */
section#lab-grown-diamonds {
    padding: 0px 0;
}
#lab-grown-diamonds .lab-grown-right {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.diamond_shimmy {
    padding: 0 !important;
}
.diamond_shimmy .lab-grown-img img {
    max-width: 250px !important;
    min-height: 274px !important;
    height: 100% !important;
}
.diamond_shimmy .row {
    justify-content: space-between;
}
.diamond_shimmy .lab-grown-right h3 {
    font-size: 52px;
    font-family: 'Cormorant Garamond';
    margin-bottom: 40px;
}
#lab-grown-diamonds .lab-grown-right .lab-grown-right-cantain h2 {
    font-size: 36px;
    word-spacing: 1px;
    line-height: 61px;
    letter-spacing: 1px;
    text-transform: capitalize;
    font-weight: 500;
    margin-bottom: 30px;
    font-size: 52px;
    font-family: 'Cormorant Garamond';
    margin-bottom: 40px;
    color: #000;
}

#lab-grown-diamonds .lab-grown-right .lab-grown-right-cantain h2 span {
    color: #013666;
    font-style: italic;
    font-weight: 600;
    font-size: 52px;
    font-family: 'Cormorant Garamond';
    margin-bottom: 40px;
}

#lab-grown-diamonds .lab-grown-right .lab-grown-right-cantain h6 {
    font-size: 16px;
    color: black;
    letter-spacing: 3px;
    word-spacing: 5px;
    font-weight: 700;
    line-height: 25px;
    text-transform: capitalize;
}

#lab-grown-diamonds .lab-grown-right .lab-grown-right-cantain p {
    font-size: 14px;
    color: black;
    line-height: 25px;
    letter-spacing: 1px;
    text-transform: capitalize;
    font-weight: 600;
}

#lab-grown-diamonds .lab-grown-img {
    text-align: center;
}

#lab-grown-diamonds .lab-grown-img img {
    max-width: 550px;
    width: 100%;
    height: 550px;
    object-fit: contain;
    transition: all 1s ease;
}

#lab-grown-diamonds .lab-grown-img img:hover {
    transform: scale(1.03);
}

/* end */
/* certificate */
#certificate_diamond {
    padding: 7px 0px;
}

#certificate_diamond .certifiacte-cantain-img {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
    padding: 0px 20px;
    cursor: pointer;
}

#certificate_diamond .certifiacte-cantain-img img {
    width: 65px;
    height: 65px;
    object-fit: contain;
}

#certificate_diamond .certifiacte-cantain-img .certifiacte-cantain h3 {
    font-size: 35px;
    letter-spacing: 1px;
    color: black;
    font-weight: 400;
    line-height: 42px;
}

#certificate_diamond .certifiacte-cantain-img .certifiacte-cantain p {
    font-size: 14px;
    color: black;
    line-height: 25px;
    letter-spacing: 1px;
    text-transform: capitalize;
    font-weight: 600;
}

#certificate_diamond .certifiacte-cantain-center {
    border-left: 1px solid black;
    border-right: 1px solid black;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 20px;
}

/* end */
/* images */

#image-section .row>* {
    padding-right: 0px;
}
#image-section .row {
    /* gap: 10px; */
}
#image-section {
    padding: 100px 0 100px;
}
#image-section img {
        /* max-width: 750px; */
        width: 100%;
        height: 100%;
        transition: all 1s ease;
        cursor: pointer;
        aspect-ratio: 1/1;
}

#image-section img:hover {
    transform: scale(1.02);
}

#image-section .img-box {
    overflow: hidden;
    /* flex: 0 49%; */
}

#image-section .video-box {
    background-color: #013666;
    max-height: 650px;
    height: 100%;
}
#image-section .image {
    padding-right: 10px !important;
}

#image-section .video-box video {
    max-height: 650px;
    object-fit: contain;
    aspect-ratio: 1/ 1;
    height: 100%;
}
#image-section .flex_jewelry {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
#image-section .image img {
        /* aspect-ratio: unset; */
        height: 100%;
        /* min-height: 640px; */
        width: 100%;
}

/* end */
/* diam */
#diamonds-certificate {
    padding: 50px 0px 50px 0px;
    /* background-color: #d4e3ef8a; */
}
#diamonds-certificate .diamond {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* margin-top: 25px; */
    cursor: pointer;
}

#diamonds-certificate .diamond h2 {
    font-size: 50px;
    letter-spacing: 2px;
    color: #062041;
    line-height: 61px;
    text-align: center;
}

#diamonds-certificate .diamond h2 span {
    color: #c3a275;
    font-style: italic;
    font-size: 56px;
}

#diamonds-certificate .diamond h6 {
    font-size: 19px !important;
    letter-spacing: 2px;
    color: #c2a274;
    font-weight: 700;
    line-height: 25px;
    /* padding: 15px; */
    text-transform: capitalize;
    font-family: 'Nunito', sans-serif;
}

#diamonds-certificate .diamond p {
    font-size: 14px;
    color: black;
    text-align: center;
    line-height: 25px;
    letter-spacing: 1px;
    text-transform: capitalize;
    font-weight: 600;
}

/* end */
/* igi */
#IGI .igi-section {
    display: flex;
    gap: 100px;
    justify-content: center;
    align-items: center;
    padding-top: 26px;

}

/* end */
/* common proprties*/
/* .margin_bottom {
    margin-bottom: 60px;
} */

/* banner-section */
#banner-section .video-container {
    padding: 0px;
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 1920px;
}

#banner-section .video-container video {
    max-height: 550px;
    width: 100%;
    object-fit: none;
    max-width: 1920px;
    background-color: black;
    object-position: unset;
}

/* banner-section-end */

/* #world_of_creative_diam*/

#world_of_creative_diam {
    background-image: url("../../images/bannertop2.png");
    height: 637px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-top: -7px;
}

#world_of_creative_diam::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

#world_of_creative_diam .block-height {
    height: 300px;
    display: flex;
    /* z-index: 1; */
    /* position: relative; */
    align-items: center;
    margin: auto;
    /* margin-top: 1000px; */
    /* justify-content: flex-end; */
}

#world_of_creative_diam .banner-content {
    width: 100%;
    /* height: 100%; */
    margin: auto;
    text-align: center;
    padding: 20px;
    background-color: transparent;
}

#world_of_creative_diam .banner-content h2 {
    line-height: 73px;
    color: white;
    font-size: 60px !important;
    font-weight: 500;
    letter-spacing: 2px;
    word-spacing: 1px;
    padding-top: 59px;
    text-transform: capitalize;
}

#world_of_creative_diam .banner-content h2 span {
    font-style: italic;
}

#world_of_creative_diam .banner-content p {
    line-height: 25px;
    color: white;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 2px;
    text-align: center;
    word-spacing: 4px;
    padding-top: 29px;
}


/* why_choose End  */




/* nature-love */
#nature-love .left-img {
    height: 100%;
    margin-left: 50px;
}

#nature-love .left-img img {
    border-radius: 0px 5px 5px 0px;
    box-shadow: 8px 12px 12px -1px #ccc;
    object-fit: cover;
    height: 100%;
    object-position: center;
}

#nature-love .right-content {
    width: 75%;
    margin: auto;
    margin-top: 100px;
}

#nature-love .right-content .img_box {
    margin-bottom: 15px;
    display: flex;
    justify-content: space-evenly;
    max-width: 550px;
}

#nature-love .classic-left-section .image-classic-section a {
    text-decoration: none;
    color: black;
    width: 135px;
    display: block;
}

#nature-love .right-content .text {
    padding-top: 25px;
}

#nature-love .right-content .text h2 {
    font-size: 40px;
    font-weight: 400;
    line-height: 58px;
    letter-spacing: 0.03em;
    text-align: left;

}

#nature-love .right-content .text p {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.03em;
    text-align: left;

}

/* nature-love end */

/* mobile app */

#mobile-app {
    background-image: url("../../images/mobile_app.png");
    min-height: 647px;
    height: 100%;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
}

/* #mobile-app .container1.mb-5 {
    width: 80%;
    padding: 55px 0px 0px 35px !important;
    text-align: center;
    margin-left: auto;
} */
#mobile-app .container1.mb-5 {
    width: 77%;
    padding: 55px 35px 0px 30px !important;
    text-align: center;
    /* margin-left: auto; */
    margin-left: auto;
}

#mobile-app .container1 h1 {
    font-size: 40px;
    font-weight: 400;
    line-height: 58px;
    letter-spacing: 2px;
    color: white;
    text-align: center;
}

#mobile-app .container1 h3 {
    font-size: 30px;
    line-height: 58px;
    letter-spacing: 2px;
    color: white;
    text-align: center;
}

#mobile-app .mob-user-box {
    display: flex;
    flex-direction: column;
    max-width: 345px;
    max-height: 400px;
    background-color: #1c3462;
    border-radius: 20px;
    text-align: center;
    /* margin-left: 36%; */
    /* margin-right: auto; */
    /* margin-top: 140px; */
    /* align-items: center; */
    /* justify-content: center; */
    gap: 30px;
    padding: 30px 15px;
    flex: 1;
}

#mobile-app .app-icon-block {
    /* flex: 1; */
    margin-bottom: 15px;
}

#mobile-app .mob-user-box h3 {
    font-size: 30px;
    font-weight: 600;
    color: white;
    line-height: 58px;
    letter-spacing: 2px;
}

#mobile-app .web-user-box p,
#mobile-app .mob-user-box p {
    font-size: 16px;
    color: white;
    line-height: 30px;
    letter-spacing: 0.03em;
}

#mobile-app .mob-user-box .inside-box {
    display: flex;
    justify-content: space-around;
}

#mobile-app .mob-user-box .inside-box1 {
    display: flex;
    justify-content: space-around;
    padding: 15px 0px 0px;
}


#mobile-app .for-app-user {
    display: flex;
    max-width: 90%;
    justify-content: flex-end;
    align-items: center;
    /* justify-content: space-evenly; */
    gap: 25px;
}

#mobile-app .web-user-box {
    background-color: #1c3462;
    color: #fff;
    padding: 30px 15px;
    border-radius: 20px;
    line-height: 28px;
    max-width: 345px;
    min-height: 400px;
    flex: 1;
    text-align: center;
    height: 100%;
}

.web-user-box .mob-user-txt {
    margin: 0px 0px;
    height: 100%;
}


.web-user-box .mob-user-txt h3 {
    font-size: 30px;
    font-weight: 600;
    color: white;
    line-height: 58px;
    letter-spacing: 2px;
}


a.btn.c-btn {
    padding: 10px 15px;
    background-color: #fff;
    font-size: 18px;
    margin: 50px;
    vertical-align: middle;
    line-height: 25px;
    text-transform: uppercase;
}

a.btn.c-btn:hover {
    background: transparent;
    color: #fff;
    border: 1px solid #ccc;
}

#mobile-app .mob-img {
    /* width: 75%; */
    /* margin: auto; */
    /* margin-top: 100px; */
    /* margin-right: 50px; */
    display: flex;
    align-items: center;
    height: 100%;
    margin-right: auto;
    margin-left: 0;
    justify-content: flex-start;
}

.mob-img img {
    height: 90%;
}

.myOverlay button.btn.search_button {
    position: absolute;
    right: 0;
    height: 100%;
    top: 0;
    color: #013666;
    border-left: 1px solid #ccc;
    border-radius: 0;
    padding: 10px;
}

.myOverlay .overlay_body {
    transform: translate(0px);
    width: 0px;
    opacity: 0;
    visibility: visible;
}

div#myOverlay {
    position: absolute;
    left: 0;
    right: 0;
    width: 50% !important;
    margin-left: 10px;
    z-index: 1;
    transform: translate(0px);
    width: 0px;
    opacity: 1;
    visibility: visible;
    background-color: transparent !important;
    z-index: 9999;
}

div#deskoverlay {
    position: absolute;
    left: 0;
    right: 0;
    width: 50% !important;
    margin-left: 20px;
    z-index: 10;
    transform: translate(497px);
    width: 0px;
    opacity: 0;
    display: none;
    visibility: visible;
}

.main_footer {
    border: 1px solid gainsboro;
    /* background-color: #013666; */
    width: 100%;
    text-align: center;
     padding: 10px; 
}

.main_footer p {
    color: #FFF;
    font-size: 14px;
    margin-bottom: 0px !important;
}

.main_footer a {
    color: #FFF !important;
}

.footer_li_link {
    display: flex;
    gap: 64px;
}

@media (max-width:1130px) {
    #mobile-app .container1 {
        width: 101% !important;
    }

    #nature-love .classic-left-section .image-classic-section img {
        width: 77px;
        height: 90px;
        object-fit: contain;
    }

    #nature-love .classic-left-section {
        display: flex;
        gap: 30px;
        justify-content: center;
        align-items: center;
    }

    #lab-grown-diamonds .lab-grown-right .lab-grown-right-cantain br {
        display: none;
    }

    #our_service .slick-prev:before {
        font-size: 21px !important;
    }

    #our_service .slick-next:before {
        font-size: 21px !important;
    }

    li.dropdown.login-drop {
        margin-top: 0px;
    }

    #nature-love .classic-left-section .image-classic-section {
        text-align: center;
        /* width: 94px; */
    }

    a.log-sign-btn.btn {
        width: 110px !important;

    }
}

@media (max-width:1067px) {

    #nature-love .classic-right-section h2 {
        font-size: 35px !important;
    }
    #nature-love .classic-right-section p {
        font-size: 16px;
    }
    #mobile-app .container1 {
        width: 105% !important;
    }

    .content_write h2 {
        font-size: 22px !important;
    }

    #footer .quick_link {
        padding: 0px 50px;
        padding-left: 90px !important;
    }

    img.img-fluid.slick-slide {
        padding: 15px !important;
    }

    #nature-love .classic-left-section .image-classic-section {
        text-align: center;
        width: 105px;
    }
}
@media (max-width:628px) {
#nature-love .classic-left-section .image-classic-section {
  
    width: 90px;

}
#nature-love .classic-left-section .image-classic-section a {
    width: 89px;
   
}
#nature-love .image-classic-section p{
    font-size:12px !important;
}
#nature-love .classic-left-section .image-classic-section img {
    width: 60px !important;
    height: 60px !important;
}
}
@media (max-width:1164px) {
    #mobile-app .container1 {
        width: 99% !important;
    }

    img.img-fluid.slick-slide {
        padding: 30px;
    }

}

@media (max-width:1375px) {
    #custom-navbar .custom-navbar-nav {
        gap: 0px;
    }
}

@media (max-width:1200px) {

    #custom-navbar .right-bar .c-navlink,
    #custom-navbar .custom-navbar-nav .nav-item .nav-link {
        font-size: 11px !important;
    }
    #footer .newsletter {
        padding-right: 10px;
    }

    /* #custom-navbar li svg {
        width: 31px !important;
        height: 21px !important;
    } */
    /* .navbar.navbar-expand-lg.position_remove .dropdown.login-drop button {
        font-size: 13px;
    } */
    li.dropdown.login-drop {
        padding-top: 0px;
    }
    .jewelry-passion .custom_content {
        padding: 100px 30px;
    }
    .jewelry-passion .jewelery_row .jewelry_container {
        justify-content: space-around;
    }
    .custom_content .heading_title .shopnow-btn a.c_btn_design {
        padding: 10px 30px;
    }
    .custom_content .heading_title {
        padding-top: 20px;
    }
    /* collection */
    .jewelry-collection .custom_content .card_wrapper .img_content img {
        min-height: unset;
    }
    .jewelry-collection .slick-prev:before, .jewelry-collection .slick-next:before {
        width: 70%;
        height: 9%;
    }   
    .jewelry-collection .slick-next {
        right: 35px !important;
        width: fit-content;
        /* background-color: #fff; */
    }
    #image-section .flex_jewelry {
        gap: 9px;
    }
}
@media (max-width:1380px) {
  .col-lg-1 {
       display: none;
    }
}
@media (max-width:1300px) {
    #mobile-app {
        background-position: center;
    }

    #mobile-app .container1 {
        width: 85% !important;
        padding: 55px 0px 0px 0px !important;
        text-align: center;
        margin-left: auto;
    }

    #mobile-app .container1 h3 {
        font-size: 33px;
        line-height: 50px;
        letter-spacing: 3px;
        color: white;
        text-align: center;
        padding: 0px 54px 0px 0px;
    }

    #mobile-app .container1 h1 {
        font-size: 35px;
        font-weight: 600;
        line-height: 50px;
        letter-spacing: 3px;
        color: white;
        text-align: center;
    }

    #mobile-app .for-app-user {
        max-width: 100%;
        margin: auto;
        width: 100%;
    }

    #mobile-app .mob-user-box {
        /* min-width: 330px; */
        max-height: 375px;
        flex: 0 50%;
        padding: 10px 15px;
    }

    #mobile-app .web-user-box {
        padding: 10px 15px;
        /* min-width: 330px; */
        flex: 0 50%;
        min-height: 375px;

    }

    .carousel-control-next,
    .carousel-control-prev {
        width: 2%;
    }

    .certifiacte-cantain br {
        display: none;
    }

    #our_service .custom-carousel-service p {
        font-size: 13px;
        width: 90%;
        margin: auto;
    }

    #our_service .custom-carousel-service br {
        display: none;

    }

    #our_service .slick-prev:before {
        font-size: 22px !important;
    }

    #our_service .slick-next:before {
        font-size: 22px !important;
    }

    #locate .custom-nav-tab .nav-item .address_info_link .address_info_block h2 {
        font-size: 32px;
    }

    #locate .custom-nav-tab .nav-item .address_info_link .address_info_block .address_info li {
        font-size: 14px;
    }

    /* #nature-love .classic-left-section {
        gap: 42px;
    } */
}

@media (min-width:1301px) and (max-width:1400px) {
    #custom-navbar .custom-navbar-nav .nav-item .nav-link {
        font-size: 13px !important;
    }

    .certifiacte-cantain br {
        display: none;
    }

    #certificate_diamond .certifiacte-cantain-img .certifiacte-cantain h3 {
        font-size: 28px !important;
    }

    #certificate_diamond .certifiacte-cantain-img .certifiacte-cantain p {
        font-size: 14px;
    }

    #nature-love .classic-cantain-right {
        text-align: center;
        display: flex;
        align-items: center;
    }

    #image-section .img {
        padding-left: 10px !important;
    }

    img.img-fluid.slick-slide {
        padding: 0px;
    }
}

@media (min-width:1201px) and (max-width:1302px) {

    #nature-love .classic-left-section {
        display: flex;
        gap: 52px;
        justify-content: center;
    }

    #nature-love .classic-left-section .image-classic-section img {
        width: 75px;
        height: 99px;
        object-fit: contain;
    }

    #nature-love .classic-cantain-right {
        text-align: center;
        display: flex;
        align-items: center;
    }

    #certificate_diamond .certifiacte-cantain-img img {
        width: 56px;
        height: 58px;
        object-fit: contain;
    }

    .certifiacte-cantain-img.certifiacte-cantain-center br {
        display: none;
    }

    #certificate_diamond .certifiacte-cantain-img .certifiacte-cantain h3 {
        font-size: 28px !important;
    }

    #image-section .img {
        padding-left: 10px !important;
    }
}

@media (min-width:1101px) and (max-width:1202px) {
    #nature-love .classic-left-section {
        display: flex;
        gap: 30px;
        justify-content: center;
    }

    #nature-love .classic-left-section .image-classic-section img {
        width: 70px;
        height: 75px;
        object-fit: contain;
    }


    .certifiacte-cantain p {
        font-size: 14px;
    }

    #certificate_diamond .certifiacte-cantain-img .certifiacte-cantain h3 {
        font-size: 20px !important;
        letter-spacing: 1px;
        color: #161616;
        font-weight: 600;
    }

    /* #lab-grown-diamonds .lab-grown-right .lab-grown-right-cantain h2 {
    font-size: 35px !important;
    line-height: 46px;
} */
    #image-section .img {
        padding-left: 10px !important;
    }

    #nature-love .classic-left-section .image-classic-section {
        text-align: center;
        /* width: 97px; */
    }
}

@media (min-width:993px) and (max-width:1102px) {
    #certificate_diamond .certifiacte-cantain-img .certifiacte-cantain h3 {
        font-size: 20px !important;
        letter-spacing: 1px;
        color: #161616;
        font-weight: 600;
    }

    #lab-grown-diamonds .lab-grown-right .lab-grown-right-cantain h2 {
        font-size: 35px;
        line-height: 52px;

    }

    #image-section .img {
        padding-left: 10px !important;
    }

    /* #nature-love .classic-left-section {
        gap: 26px;
    } */
}

@media (max-width:991px) {
    a.log-sign-btn.btn.dashborad {
        display: none;
    }
    .text-md-start {
    
    gap: 20px 0px;
}
    .dashboard-responsive {
        display: block !important;
    }
    .dashboard-responsive a {
        font-size: 13px !important;
    }

    li.dropdown.login-drop {
        padding-top: 1px;
    }

    .response-logo {
        display: none !important;
    }
    #image-section .row {
        /* gap: 10px; */
        justify-content: space-evenly;
    }
    #image-section .flex_jewelry {
        gap: 7px;
    }
    #image-section .image img {
        aspect-ratio: unset;
    }
    #image-section {
        padding: 70px 0 70px;
    }

}

@media (max-width:992px) {
    .dashboard-responsive {
        padding-top: 0px;
    }

    .dashboard-responsive button {
        margin-bottom: 14px !important;
    }

    #nature-love .classic-left-section .image-classic-section {
        /* width: 150px; */
        /* border: 1px solid #a59f9f54; */
    }

    .custom-conatiner {
        padding: 0px 0px;
    }

    #nature-love .classic-cantain-img-section {
        display: flex;
        flex-direction: column;
        /* align-items: center; */
        margin-top: 40px;
    }

    #nature-love .classic-cantain-right {
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 40px 0;
    }

    #lab-grown-diamonds .lab-grown-right .lab-grown-right-cantain h2 {
        text-align: center;
    }

    section#image-section {
        text-align: center;
        margin: 20px;
    }

    .diamond_shimmy .custom-conatiner-lab-grown {
        padding: 0px 0px 0px 0px;
    }

    #image-section .video-box {
        margin: 0 10px;
    }

    section#lab-grown-diamonds .lab-grown-img {
        text-align: center;
        padding-top: 30px;
        padding-bottom: 20px;
    }

    #certificate_diamond .certifiacte-cantain-img {
        display: flex;
        gap: 20px;
        flex-direction: column;
    }

    #certificate_diamond .certifiacte-cantain {
        text-align: center;
    }

    #nature-love .classic-left-section {
        display: flex;
        gap: 26px;
        flex-wrap: wrap;
    }

    .lab-grown-right-cantain {
        text-align: center;
    }

    #certificate_diamond .certifiacte-cantain-img .certifiacte-cantain h3 {
        font-size: 25px;
        line-height: 18px;
    }

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

    #certificate_diamond .certifiacte-cantain-img .certifiacte-cantain h3 {
        font-size: 20px;
        line-height: 18px;
        font-weight: 700;
    }

    #our_service .slick-prev {
        left: 3px !important;
    }

    #our_service .slick-next {
        right: 3px !important;
    }

    section#image-section .px-0 {
        padding-right: 0 !important;
        /* padding-left: 10px !important; */
    }

    .margin_bottom {
        margin-bottom: 0px;
    }

    #certificate_diamond.margin_bottom {
        margin-bottom: 60px;
    }

    #diamonds-certificate .diamond {
        margin-top: 0px;
    }

    #IGI .igi-section {
        padding-top: 0px;
    }

    .mob-user-box {
        gap: 10px !important;
        max-width: 100%;
        min-width: unset !important;
    }

    .web-user-box a.btn.c-btn {
        margin: auto;
    }

    .width_active {
        position: relative;
    }

    .width_active .closebtn {
        right: 52px !important;
    }

    #banner-section .video-container video {
        object-fit: unset;
    }

    #footer .quick_link {
        padding: 0px 0px !important;
        /* padding-left: 81px !important; */
    }

    #diamonds-certificate {
        /* padding: 0px 0px 70px 0px; */
        /* background-color: #F8F9FA; */
    }

    #image-section .row>* {
        padding-left: 0;
    }

    .overlay-content {
        margin-top: 98px !important;
        margin-left: 10px !important;
        border: 1px solid black;
    }

    .overlay .closebtn {
        top: 105px !important;
    }



    #image-section img:hover {
        transform: scale(1.0);
    }

    

    .wish-list-view .product-grid .title {
        padding-bottom: 0px;
    }
    /* nature_love */
    section#nature-love {
        padding: 0 0 70px 0;
    }
    /* collection */
    .jewelry-collection .box_title .c_btn_design span {
        padding: 5px 5px;
        font-size: 14px;
    }
    .jewelry-collection .custom_content .card_wrapper .image_box .box_title {
        left: 0;
        right: 0;
    }
    .jewelry-collection .diamond_image {
        max-width: 200px;
        width: 100%;
    }
    
}

@media (max-width:665px) {
    #nature-love .classic-left-section {
        gap: 20px;
    }

    #our_service .custom-carousel-service {
        text-align: center;
        padding: 30px;
    }

    #our_service .our_service_row {
        display: flex;
    }
}

@media (max-width:622px) {
    #nature-love .classic-left-section {
        gap: 20px;
    }

    #our_service .our_service_right {
        text-align: center;
        margin-top: 0;
    }

    #our_service .carousel-section {
        padding: 30px;
    }
}


@media(max-width: 960px) {

    #world_of_creative_diam .banner-content h2 {
        line-height: 40px !important;
        font-size: 40px !important;
    }

    #mobile-app .container1 {
        padding-top: 55px;
        width: 100%;
    }

    #nature-love .classic-left-section .image-classic-section {
        text-align: center;
        /* width: 135px; */
        /* border: 1px solid #a59f9f54; */

    }

 
}

@media(max-width:767px) {
    .classic-left-section{
    display:flex;
    flex-wrap:nowrap;
    overflow-x:auto;
    overflow-y:hidden;
    white-space:nowrap;
    scroll-behavior:auto;
    -webkit-overflow-scrolling:touch;
    touch-action:pan-x;
    scrollbar-width:none;
}

.classic-left-section::-webkit-scrollbar{
    display:none;
}
    .col-lg-4.col-md-4.col-sm-12.px-0.footer_logo_text {
    order: 1;
}
.useful_link {
  
    justify-content: start;
    order: 2;
}
.contact-us {
  
    justify-content: start;
    order: 3;
}
    .main_footer p {
        font-size: 12px;
        padding: 2px 5px;
    }

    .row.our_service_row {
        display: flex;
        flex-direction: column-reverse;
        padding: 0px 0px 40px 0px;
    }

    #our_service .custom-carousel-service {
        text-align: center;
        padding: 0px 0px;
    }

    #certificate_diamond .certifiacte-cantain-center {
        border-left: 0px;
        border-right: 0px;
    }

    #our_service .our_service_right {
        text-align: center;
        padding: 44px 36px;
    }

    #certificate_diamond {
        padding: 10px 0px;
    }

    #certificate_diamond .container {
        padding: 0px 0px;
    }

    #certificate_diamond .row {
        gap: 30px;
        flex-wrap: wrap;
        justify-content: center;
    }

    #certificate_diamond .certifiacte-cantain-img {
        align-items: center;
        background-color: white;
        box-shadow: 1px 1px 9px 1px #1c346252;
        margin: 10px 0px;
        padding: 10px 12px 1px 5px !important;
        min-height: 250px;
        height: 100%;
    }

    #footer h3 {
        TEXT-ALIGN: center;
    }

    .footer_li_link {
        display: flex;
        gap: 39px;
        PADDING-LEFT: 20PX;
    }

    #world_of_creative_diam .banner-content h2 {
        font-size: 25px !important;
        padding-top: 20px;
    }

    #world_of_creative_diam .banner-content p {
        line-height: 15px;
        font-size: 12px !important;
        padding-top: 0px;
    }
    .jewelry-collection .nav-tabs .nav-link {
        font-size: 16px;
    }
    .jewelry-collection .card-body {
        align-items: center;
    }
    .custom_content .card_wrapper {
        justify-content: center;
        text-align: center;
        align-items: center;
    }
    .jewelry-collection .diamond_image {
        top: 1%;
        right: 1%;
    }
}

/* footer  */

#footer {
    /* background-color: #eff7ff!important; */
    color: #444;
    /* margin-top: 15px; */
    background-image: url('../../images/footer-background.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

#footer .footer_logo img {
    width: 150px;
    height: auto;
    object-fit: contain;
}

#footer a {
    list-style: none;
    color: #d5d0d0;
    text-decoration: none;
}

#footer .footer_logo_text {
    /* text-align: center; */
    line-height: 25px;
    padding: 0px 15px;
    height: 220px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#footer .footer_logo_text .footer_text {
    padding-top: 15px;
}

#footer .quick_link {
    padding: 0px 50px;
    padding-left: 140px;
}

#footer .footer_nav_link {
    padding: 0;
    list-style: none;
    line-height: 29px;
    padding-top: 5px
}

#footer .social_icon {
    display: flex;
    padding: 30px 0px 15px 0px;
    gap: 20px;
}

#footer .social_icon a {
    font-size: 28px;
    transition: all 0.3s ease-in;
    border-radius: 50%;
    width: 35px;
    padding: 0px;
    display: flex;
    height: 35px;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    border: 1px solid #f9c874;
}
#footer .social_icon a:hover{
    background: #FFF;
    border: 1px solid #013666;
}
#footer .social_icon a:hover i{color: #f9c874;}

#footer .social_icon a i {
    transition: all 0.3s linear;
    font-size: 16px;
    color: #FFF;
}

#footer .social_icon a:hover img {
    transform: scale(1.3);

}

#footer .social_icon img {
    height: 22px;
}



#footer .newsletter_search_group {
    position: relative;
}

#footer .newsletter_search_group input {
    width: 100%;
    height: 50px;
    border-radius: 0px;
    border: 1px solid black;
    outline: none;
    font-size: 16px;
}

#footer .newsletter_search_group input:focus {
    box-shadow: none;
}

#footer .newsletter_search_group .btn {
    border: 0;
    position: absolute;
    right: 5px;
    top: 5px;
    bottom: 0;
    outline: none;
    cursor: pointer;
    font-size: 22px;
    color: #6c6c6c;
    transition: .3s linear;
}

#footer .newsletter p {
    padding-top: 5px;
    font-size: 15px;
    line-height: 25px;
    color: #fff;
}
#footer .newsletter a {
    list-style: none;
    color: #d5d0d0;
    text-decoration: none;
    display: flex;
    align-items: flex-start;
    gap: 15px;
    font-size: 15px;
}
#footer .copy-right_div {
    background-color: #c5e4ff6b;
    padding: 5px;
}

#footer .copy-right_div p {
    margin-bottom: 0;
}

#footer h3 {
    font-size: 21px !important;
    padding-top: 20px;
    color: #444;
    text-transform: uppercase !important;
    color: #f9c874;
    position: relative;
    text-align: left;
}
#footer h3::after {
    content: '';
    border-bottom: 2px solid #f9c874;
    position: absolute;
    bottom: -15px;
    width: 60px;
    left: 0;
    margin-bottom: 10px;
}
#footer .newsletter a i{
    color: #f9c874;
}

#footer .footer_nav_link a {
    font-size: 15px;
    line-height: 38px;
    color: #fff;
    position: relative;
}

#footer span.tagline_footer {
    font-size: 15px;
    color: #444;
}

#contactus-form-section .contact_info a {
    text-decoration: none;
    color: #444;
}

#footer .footer_nav_link a:before {
  
    content: "\f054";
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900;
    margin-right: 10px;
    font-size: 13px;
    color:#f9c874;
}

/* #footer .footer_nav_link a:hover:before {
    width: 100%;
    transform: scaleX(1);
    
} */

/* media */





@media(max-width: 1300px) {
    #locate .custom-nav-tab .nav-item .address_info_link .address_info_block h2 {
        font-size: 32px;
    }

    #locate .custom-nav-tab .nav-item .address_info_link .address_info_block .address_info li {
        font-size: 14px;
    }

    a.log-sign-btn.btn.dashborad {
        width: 151px !important;

    }
}

@media (min-width: 1200px) and (max-width: 1400px) {
    #set_apart .apart-chart-block .card_box:hover .card_content_box h3 {
        left: unset;
        line-height: inherit;
    }

    #set_apart .apart-chart-block .card_box .card_content_box h3 {
        font-size: 22px;
    }


}


@media(max-width: 1200px) {
    #set_apart .apart-chart-block .card_box {
        flex-direction: column;
        gap: 0px;
        border-radius: 5px;
        box-shadow: 0px 4px 10px 1px #ddd;
        padding: 15px;

    }

    #set_apart .apart-chart-block .card_box:hover {
        box-shadow: none;

    }

    #set_apart .apart-chart-block .card_box .card_img_box {
        margin: 0px;
    }

    #set_apart .apart-chart-block .card_box .card_img_box::before {
        position: unset;
    }

    #set_apart .apart-chart-block .card_box svg {
        bottom: 0;
        top: 0;
    }



    #set_apart .apart-chart-block .card_box .card_content_box {
        padding-top: 0px;
        width: 100%;
        height: unset;
        text-align: center;

    }

    #set_apart .apart-chart-block .card_box .card_content_box h3 {
        font-size: 22px;
        text-align: center;
        position: unset;

    }

    #locate .custom-nav-tab {
        position: unset;
        flex-wrap: nowrap;
        overflow-x: scroll;
    }

    #locate .custom-nav-tab .nav-item {
        flex: 1;
        width: 350px;
    }

    #locate .custom-nav-tab .nav-item .address_info_link {
        width: 350px;
        height: 100%;
        padding: 20px;
        color: #013666;
        border-radius: 0px;
    }

    #locate .show {
        height: 650px !important;
    }

    #mobile-app {
        background-position: center;
    }

    #mobile-app .container1.mb-5 {
        width: 100% !important;
        padding: 47px 0px 0px 0px !important;
    }

    #mobile-app .container1 h1 {
        font-size: 35px;
    }

    #mobile-app .container1 h3 {
        font-size: 33px;
    }

    #mobile-app .mob-user-box h3 {
        font-size: 25px;
    }

    #mobile-app .mob-user-box p {
        font-size: 15px;
    }

    #mobile-app .mob-user-box {
        padding: 15px 15px !important;
        /* max-width: unset; */
    }

    #mobile-app .web-user-box {
        padding: 15px 15px !important;
    }

    .web-user-box .mob-user-txt h3 {
        font-size: 25px;
    }

    .web-user-box .mob-user-txt p {
        font-size: 15px !important;
    }

    .mob-img img {
        height: auto;
    }

    a.btn.c-btn {
        padding: 10px 10px;
        margin: 40px;
        font-size: 15px;
    }



    #tab-on-hover .tab .info-col h2 {

        font-size: 22px;
        line-height: 40px;
        font-weight: 600;

    }
    /* jewelry_collection */
    .jewelry-collection .slick-prev:before, .jewelry-collection .slick-next:before {
        border: unset;
        background:unset;
    }
    .custom_content {
        padding: 100px 50px;
    }
}


@media(min-width: 992px) and (max-width: 1024px) {
    #mobile-app .app-download-box .text_box {
        position: absolute;
        right: 0;
        left: 45%;
        top: 33%;
    }
}


@media(min-width: 768px) and (max-width: 991px) {
    #mobile-app .app-download-box .text_box h2 {
        font-size: 30px;
        line-height: normal;
    }
}

@media(max-width: 991px) {

    .logo-responsive {
        display: block !important;
    }

    .dashboard-responsive a {
        font-size: 12px !important;
    }

    #custom-navbar {
        background: #fff !important;
    }

#custom-navbar .c-collapse-nav {
    flex-basis: 100%;
    width: 100%;
    z-index: 1;
    position: absolute;
    top: 115px;
    background: #fff;
    left: 0;
}

    .navbar-nav .dropdown-menu {
        position: absolute;
    }



    #why_choose .banner-content {
        width: 100%;
        margin: auto;
        text-align: center;
        padding: 75px;
        background-color: #ffffff94;
    }

    #why_choose .banner-content h2 {
        line-height: normal;
        font-size: 30px;
    }


    #mobile-app .app-download-box .text_box {
        position: unset;
    }

    #our_promise .main-box {
        justify-content: center;
        gap: 20px
    }

    #our_promise .box {
        flex: 0 0 45%;
    }

    #our_promise .box:nth-child(odd) {
        transform: translateY(0px);
    }


    #locate .custom-nav-tab {
        position: unset;
    }

    #locate .custom-nav-tab .nav-item .address_info_link .address_info_block h2 {
        font-size: 26px;
    }

    .dropdown.login-drop button {
        font-size: 18px;
    }

    /* #custom-navbar li svg {
        width: 33px !important;
        height: 23px !important;
    } */
}


@media(max-width: 968px) {
    #locate .custom-nav-tab {
        position: unset;
    }

}

@media(max-width: 767px) {
    #custom-navbar .c-collapse-nav {
  
    top: 65px;
  
}
    .container.block-height {
        width: 100%;
        max-width: 100%;
    }

    #nature-love .right-content .img_box {
        margin-bottom: 15px;
        text-align: center;
    }

    #nature-love .right-content .text p,
    #nature-love .right-content .text h2 {
        text-align: center;
    }

    #nature-love .right-content {
        width: 100%;
        padding: 50px 30px;
        margin-top: auto;
    }

    #nature-love .left-img img {
        border-radius: 0px;
    }

    #mobile-app .app-download-box {
        flex-direction: column;
    }

    #mobile-app .app-download-box .text_box {
        position: unset;
        padding-top: 15px;
    }

    #why_choose .banner-content h2 {
        line-height: normal;
        font-size: 28px;
    }

    #set_apart .apart-chart-block .card_box {
        flex: 1 100%;
        width: 100%;

    }

    h2,
    #mobile-app .app-download-box .text_box h2,
    #set_apart h2,
    #our_promise .content h2.title,
    #nature-love .right-content .text h2,
    #why_choose .banner-content h2 {
        line-height: normal;
        font-size: 28px;
    }


    #access_inventory .c-btn {

        font-size: 24px;
    }


    #locate .custom-nav-tab .nav-item {
        flex: 1 47%;
    }


    #footer .footer_logo_text,
    #footer .quick_link {
        padding: 15px;

    }

    #footer .newsletter,
    #footer .social_icon {
        text-align: center;
        justify-content: center;
    }

    #world_of_creative_diam {
        height: 300px;
    }
}


@media(max-width: 575px) {
    #diamonds-certificate .diamond h2 span {
    
    font-size: 30px;
}
.feature-label {
    font-size: 15px !important;
    
}
#footer h3 {
    font-size: 18px !important;
    
}
.useful_link {
    
    justify-content: flex-start !important;
}
    #nature-love .right-content {
        padding: 15px;
        padding-top: 50px;
    }


    #why_choose .banner-content {

        padding: 25px;
    }

    #access_inventory .c-btn {
        font-size: 20px;

    }

}

@media(max-width: 498px) {
    #our_promise .box {
        flex: 1 0 50%;
    }

    /* #nature-love .classic-left-section .image-classic-section img {
        width: 60px !important;
        height: 70px !important;
        object-fit: contain;
    } */

    #diamonds-certificate .diamond {
        text-align: center;
    }
}

/* tab on hover */

#tab-on-hover {
    position: relative;
    /* padding: 0; */
    width: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
}

#tab-on-hover #myTab {
    position: absolute;
    bottom: 0;
    height: 100%;
    max-width: 100%;
    align-content: flex-end;
    margin: 0px;
    overflow-x: scroll;
    flex-wrap: nowrap;
    padding-bottom: 0;
}

#tab-on-hover #myTab::-webkit-scrollbar {
    width: 1px;
}

#tab-on-hover #myTab a {
    flex: 0 25%;
}


#tab-on-hover .tab-content {
    height: 650px;
    overflow: hidden;
}

#tab-on-hover .tab-content img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s ease-in-out;
}

#tab-on-hover .tab-content img:hover {
    transform: scale(1.2);
}

#tab-on-hover #myTab a h2 {
    font-size: 1.75rem;
    line-height: 40px;
    font-weight: 600;

}

#tab-on-hover #myTab a {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 40px;
    border-right: 1px solid rgba(255, 255, 255, .5);
    color: #fff;
}

#tab-on-hover #myTab a p {
    margin-bottom: 0;
    max-height: 0%;
    overflow: hidden;
    transition: max-height .3s ease-out;
}

#tab-on-hover #myTab a:hover p {
    max-height: 100%;
    transition: max-height .8s ease-out;
}
@media(max-width: 1378px) {
.feature-icon img {
    width: 50px !important;
    height: 50px !important;
}
.feature-icon::after {
  
    left: 56px !important;
    height: 50px !important;;
   
}
}


@media(max-width: 992px) {
    .feature-item {
    
    flex-wrap: wrap;
}
.feature-icon::after{
    display:none!important;
}
    #tab-on-hover {
        height: 100%;
    }

    #tab-on-hover .tab .active {
        height: 100% !important;
    }

    #tab-on-hover .tab {
        background-color: #84b7e3e0;
        position: relative;
    }

    #tab-on-hover .tab .info-col {
        height: 250px;
        flex: 0 50%;
        padding: 15px 5px;
    }

   

    #certificate_diamond .certifiacte-cantain-img .certifiacte-cantain p {
        font-size: 12px;
    }
}


#image_hover_section {
    width: 100%;
    min-height: 684px;
    overflow-x: hidden;
    margin-top: 50px;
    margin-bottom: 50px;
}

#image_hover_section .section-cont {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    background-image: url("../../images/2023-06-20-11-26-1510000.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: all 0.7s ease-in;
    overflow-x: hidden;
}

/* Individual section box */
#image_hover_section .section-box {
    flex: 0 25%;
    width: 475.5px;
    height: 684px;
    padding: 20px;
    border-right: 1px solid #80808036;
    overflow: hidden;
    flex-shrink: 0;
    transition: all 0.5s ease-in-out;
    position: relative;
}

#image_hover_section .part {
    padding: 5px;
    text-align: center;
    color: white;
    transition: 0.5s;
    position: absolute;
    bottom: 0;
    transition: all 0.7s ease-in;
}

.section-box.box1 .part {
    transform: translateY(70%);
}

.section-box.box2 .part {
    transform: translateY(70%);
}

.section-box.box3 .part {
    transform: translateY(70%);
}

.section-box.box4 .part {
    transform: translateY(70%);
}


#image_hover_section .part h1 {
    color: white;
    font-size: 40px;
    text-align: center;
    font-weight: 400;

    line-height: 58px;
    letter-spacing: 0.03em;
}

#image_hover_section .part p {
    color: white;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.03em;
    overflow: hidden;
}


#image_hover_section .box1:hover .part {
    transform: translateY(0);
    transition: all 0.7s ease-in;
}


#image_hover_section .box2:hover .part {
    transform: translateY(0);
    transition: all 0.7s ease-in;
}

#image_hover_section .box3:hover .part {
    /* height: 300px; */
    transform: translateY(0);
    transition: all 0.7s ease-in;
}

#image_hover_section .box4:hover .part {
    height: 220px;
    transform: translateY(0);
    transition: all 0.7s ease-in;
}

@media (max-width: 1040px) {
    #image_hover_section .section-box {
        width: 400px;
    }
}



@media(max-width: 1200px) {
    #image_hover_section .section-box {
        flex: 1 0 442px;
        max-width: 100%;
    }

    .section-box.box1 .part {
        transform: translateY(50%);
    }

    .section-box.box2 .part {
        transform: translateY(47%);
    }

    .section-box.box3 .part {
        transform: translateY(57%);
    }

    .section-box.box4 .part {
        transform: translateY(43%);
    }

    #world_of_creative_diam {
        background-position: center;
    }

    #world_of_creative_diam .banner-content h2 {
        line-height: 58px;
        font-size: 40px;
    }

    #world_of_creative_diam .banner-content p {
        font-size: 13px;
    }

    .badge_count {
        margin-left: -17px !important;
    }
}


@media(max-width: 986px) {
    #world_of_creative_diam {
        background-position: center;
    }

    #world_of_creative_diam .banner-content h2 {
        line-height: 58px;
        font-size: 30px;
    }


}

@media (max-width:830px) {
    .for-app-user {
        justify-content: flex-start !important;
        flex-wrap: wrap;
        width: 100% !important;
        max-width: 100% !important;
    }

    .row.row-no-gutters {
        gap: 15px 0px;
    }

    .col-lg-8.col-md-8.left-contant-col,
    .col-lg-4.col-md-4.right-img-col {
        flex: 1 100%;
    }

    .col-lg-4.col-md-4.right-img-col .mob-img {
        justify-content: center !important;
    }

    #mobile-app .mob-user-box {
        flex: 1 100%;
    }

    #mobile-app .web-user-box {
        flex: 1 100%;
    }

    .web-user-box a.btn.c-btn {
        margin: 30px auto;
    }

    #footer .quick_link {
        padding: 0px 0px !important;
    }

    .Pointer {
        width: 100%;
    }
}


@media (max-width:775px) {
    #nature-love .right-content .img_box {
        margin-bottom: 15px;
        text-align: center;
        margin: auto !important;
    }

    #world_of_creative_diam .banner-content {
        width: 100%;
    }

    .for-app-user {
        flex-wrap: nowrap;
    }

    .left-img {
        margin: auto !important;
    }

    .mob-user-box .mob-user-txt h3,
    .web-user-box .mob-user-txt h3 {
        font-size: 22px !important;
    }

    #footer.quick_link {
        padding: 0px 1px !important;
    }

}

@media(max-width:640px) {
    #world_of_creative_diam .banner-content p {
        letter-spacing: 2px;
        word-spacing: 1px;
        font-size: 11px !important;
    }

    #world_of_creative_diam .banner-content h2 {
        letter-spacing: 1px;
        word-spacing: 0px;
        line-height: 30px !important;
    }
}


@media(max-width:575px) {
    .feature-label {
   
    margin-left: 0px;
}
    .feature-desc {
 
    margin-left: 0px;
}
    .feature-item {
  
    flex-wrap: nowrap;
}
.feature-icon {
    /* width: 100px; */
    flex: 0 0 20%;
}
.feature-icon::after{
    display: none;
}
.col-md-6.col-lg-5.ps-5.py-3.sectio-content-wrapper {
    padding-left: 15px !important;
}
    .for-app-user {
        flex-wrap: wrap;
        justify-content: center !important;
    }

    .overlay button.btn.search_button {
        padding: 8px;
    }


    .overlay input[type=text] {
        font-size: 13px !important;
    }

    a.log-sign-btn.btn {
        width: 115px;
    }

    a.log-sign-btn.btn {
        width: 147px !important;
    }

    .overlay input[type=text] {
        padding: 12px !important;
    }

    .overlay-content {
        margin-top: 98px !important;
        margin-left: 10px !important;
        border: 1px solid black;
    }

    .overlay .closebtn {
        top: 104px !important;
    }

    #certificate_diamond .row {
        padding: 10px 30px;
        flex-wrap: wrap;
    }

    .certifie_diamonds {
        width: 42.333333% !important;
    }

    .login-responsive {
        display: none !important;
    }
    #banner-section-video {
        height: 600px !important;
    }
}

@media(max-width:520px) {
    #nature-love .classic-left-section {
        display: flex;
        gap: 18px !important;
        flex-wrap: wrap;
    }
}

@media(max-width:500px) {

    .overlay input[type=text] {
        font-size: 12px !important;
    }

    .overlay button.btn.search_button {
        padding: 6px;
    }

    .overlay button.btn.search_button svg {
        margin-top: -2px !important;
        width: 18px;
        height: 18px;
    }

    .certifie_diamonds {
        width: 100% !important;
    }
    
    .new_our_products .card-body {
        width: 100%;
        height: 100% !important;
        right: 0;
    }
    /* shimmy */
    #lab-grown-diamonds .lab-grown-right .lab-grown-right-cantain p {
        padding: 0 10px !important;
        text-align: justify !important;
    }

}

@media(max-width:476px) {
    #world_of_creative_diam .block-height {
        height: 100%;
    }

    #video_section .vid-content {

        top: 30px;
        font-size: 18px;
        padding: 30px 0px;
    }

    #certificate_diamond {
        padding: 0px 0px;
    }

    #certificate_diamond .certifiacte-cantain-img {
        padding: 15px 0px;
    }
    #banner-section-video {
        height: 450px !important;
        background-position: 18%;
    }
    #banner-section-video .hero-banner {
        padding-left: 35px;
    }
    #diamonds-certificate .diamond h6 {
        padding: 0 10px !important;
    }

}

@media(max-width:430px) {
    .badge_count {
        margin-left: -5px !important;
        margin-top: -20px !important;
    }
}

@media(max-width:662px) {
    #video_section .vid-content {
        top: 30px;
        font-size: 20px;
    }

    #video_section .vid-content {
        padding: 30px 20px;
    }
}



.dropdown.login-drop button {
    background: transparent;
    border: 1px solid transparent;
    font-size: 17px;
}

/* .login-drop .dropdown-toggle::after {
    margin-top: 9px;
} */

.login-dropdown-menu li a {
    color: #013666;
}

.login-dropdown-menu .hover_login-dropdown-menu li a:hover {
    background: #c1c1c1;

}


#custom-navbar li {
    list-style-type: none;
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
}

#custom-navbar .order-lg-1 li:hover {
    background-color: #013666;
    color:#fff;
}
#custom-navbar .order-lg-1 li:hover a {
    color:#fff !important;
}
#custom-navbar .order-lg-1 li:hover a svg path {
    fill:#fff !important;
}


#custom-navbar .custom-navbar-nav ul.dropdown-menu.hover_dropdown-menu li a:hover {
    background: #c1c1c1 !important;
}

#custom-navbar .custom-navbar-nav li a {
    font-size: 14px !important;
}


#custom-navbar li a {
    color: white;
    text-decoration: none;
    padding: 10px 5px;
    display: flex;
    align-items: center;
    gap: 6px;
    width: 100%;
}

#custom-navbar .social_icons li a {
    padding: 7px !important;
    /* background-color: #013666; */
    display: flex;
    /* justify-content: center; */
    width: 100%;
    font-size: 14px;
}

#custom-navbar .top-menu {
    border-bottom: 1px solid #013666;
    padding: 10px 0px;
}

#custom-navbar .bottom-menu ul li a {
    font-size: 16px;
    text-decoration: none;
}

.order-lg-1 .dropdown-menu {
    --bs-dropdown-border-radius: 0px;
}

button.btn.search_btn.openBtn i {
    color: #fff;
}

.overlay-content {
    text-align: center;
    margin: auto;
}

button.btn.search_btn {
    z-index: 1;
    display: block;
    padding: 0.9px;
}

#custom-navbar li svg {
    width: 22px;
    height: 22px;
}

ul li button svg path {
    fill: #fff;
}

#custom-navbar.sticky li svg path, #custom-navbar.sticky li a svg path, #custom-navbar.sticky li svg circle, #custom-navbar.sticky li a svg circle {
    fill: #013666;
}

#custom-navbar li svg path,
#custom-navbar li a svg path,
#custom-navbar li svg circle,
#custom-navbar li a svg circle {
    fill: #013666;
    /* stroke: #013666 !important; */
}

/* new header css */

.navbar.navbar-expand-lg.position_remove {
    position: unset;
}


.navbar.navbar-expand-lg.position_remove li a {
    color: #013666;
}

.navbar.navbar-expand-lg.position_remove ul.dropdown-menu {
    background-color: white;
    padding: 0px;
}

.badge_count {
    background-color: #013666;
    border-radius: 50px;
    height: 18px;
    width: auto;
    min-width: 23px;
    min-height: 23px;
    font-size: 10px;
    line-height: 23px;
    margin-left: -13px;
    color: #fff;
    display: flex;
    justify-content: center;
    margin-top: -25px;
    background-image: none;
}

.navbar.navbar-expand-lg.position_remove .dropdown.login-drop button {
    color: #013666;
    display: flex;
    text-align: center;
    gap: 4px;
    align-items: center;
}

.dropdown.login-drop button {
    color: #013666;
}

#custom-navbar {
    position: sticky;
    left: 0;
    right: 0;
    padding-top: 0px !important;
    color: #013666;
    width: 100%;
    flex-direction: column;
    z-index: 999;
    padding: 0;
    background-color: #fff;
}
.main-navi {
    padding: 7px 7px;
}
button.btn.search_btn.openBtn:hover {
    color: #161616;
}

.search-container.search-input-open {
    position: relative;
}

.mglass {
    display: inline-block;
    pointer-events: none;
    /* -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg); */
    font-size: 24px;
    color: #013666;
}


/* The overlay effect with black background */
.overlay {
    height: fit-content;
    width: 0;
    transition: 0.8s;
    z-index: 1;
    background-color: rgb(255 255 255 / 56%);
    opacity: 0;
    visibility: hidden;
    margin-right: 6px;

    border-radius: 5px;
    overflow: hidden;
    border-radius: 5px;
    transform: translateX(-1000px);
}




/* The content */
.overlay-content {
    text-align: center;
    margin: auto;
}


/* Close button */
.overlay .closebtn {
    position: absolute;
    top: 4px;
    right: 56px;
    font-size: 22px;
    cursor: pointer;
    color: #013666;
    z-index: 3;
}

.overlay .closebtn:hover {
    color: #013666;
}

/* Style the search field */
.overlay input[type=text] {
    padding: 10px;
    font-size: 15px;
    border: none;
    width: 0;
    background: white;
    border-radius: 5px 0 0 5px;
    width: 100%;
}

.overlay input[type=text]:hover {
    background: #fff;
}

/* Style the submit button */
.overlay button.btn.search_button {
    fill: white;
    border-left: 1px solid #ccc;
    border-radius: 0;
    padding: 10px;
    background: #013666;
    width: auto;
}


.overlay button.btn.search_button svg {
    margin-bottom: 5px;
}

.overlay button.btn.search_btn svg path {
    fill: white !important;
}

.flex_search_form,
.search_form {
    display: flex;
}

/* ------------------additional css--------------------------------- */

.content_write h2 {
    font-size: 24px;
    font-weight: 550;
    word-spacing: -1px;
    letter-spacing: 1px;
    color: #fff;
}

.flex_search_form,
.search_form {
    display: flex;
}

.content_write ul li {
    color: #fff;
    list-style: none;
    font-size: 14px;
}

.content_write ul li b {
    color: #1c3462;
    font-size: 16px;
    font-weight: 700;
}

.content_write ul {
    margin-top: 30px;
    padding: 0 !important;
}

.content_write ul li {
    margin: 0 0 15px 0;
}

#header_search_desk {
    transition: 0.5s;
}

.dropdown-toggle::after {
    color:#013666;
}
#custom-navbar li.dropdown.login-drop .dropdown-toggle:hover::after {
    color: #013666 !important;
}


/* @media(max-width: 768px) {

    #productDetails {
        padding-bottom: 10px !important;
        padding-top: 0px !important;
    }

} */

.sticky {
    position: sticky !important;
    top: 0;
    background-color: #fff !important;
    /* box-shadow: 1px 1px 9px 1px #1c346252; */
    color: #fff !important;
}

#custom-navbar button.navbar-toggler {
    color: #060505;
    border: 1px solid;
    /* margin-right: 17px; */
}

.padding_five {
    padding: 5px;
}

.search_svg {
    margin-bottom: 2px;
}

@media(max-width:1215px) {
    .container.nav-container {
        max-width: 100%;
    }

    #custom-navbar .nav-container,
    #custom-navbar .custom-navbar-nav {
        gap: 0px;
    }
}


@media (min-width:992px) and (max-width:1098px) {
    #custom-navbar .social_icons li a {
        padding: 4px !important;
    }

    #custom-navbar li svg path,
    #custom-navbar li a svg path {
        fill: black;
    }

    #custom-navbar li a {
        color: #141414;
        text-decoration: none;
        padding: 0px 5px;
        display: flex;
        align-items: center;
        gap: 5px;
        border-bottom: 1px solid transparent;
    }

    #custom-navbar li a svg {
        fill: black;
    }

    #custom-navbar li svg {
        width: 19px;
        height: 19px;
    }

    ul.dropdown-menu.show li a {
        padding: 10px !important;
    }

    .navbar-toggler-icon {
        display: inline-block;
        /* width: unset; */
        /* height: unset; */
        vertical-align: middle;
        background-image: var(--bs-navbar-toggler-icon-bg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100%;
    }

    ul.dropdown-menu.show {
        position: absolute;
        left: -75px;
        background-color: #ffffff;
    }

    .dropdown.login-drop button {
        color: black;
        /* font-size: 14px; */
    }

    

    #our_service .slick-prev {
        left: 0px !important;
        z-index: 1;
    }

    #our_service .slick-next {
        right: 0px !important;
    }

    #custom-navbar .header-icon {
        width: 18px;
        height: 18px;
    }

    .dropdown.login-drop button {
        font-size: 14px;
    }

    /* a.navbar-brand img {
        max-width: 85%;
    } */

    #custom-navbar .right-bar .c-navlink,
    #custom-navbar .custom-navbar-nav .nav-item .nav-link {
        font-size: 11px !important;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    a.log-sign-btn.btn {
        width: 183px;
        height: 44px;
    }

    a.log-sign-btn.btn.dashborad {
        width: 85px !important;
        height: 38px;
        /* font-size: 14px; */
        font-size: 12px !important;
    }
}

/* header css end  */
.alertify .ajs-commands,
.modal-body button.close {
    position: absolute;
    right: -9px !important;
    top: -11px;
    font-size: 21px;
    line-height: unset;
    padding: 5px;
    color: #fff;
    opacity: 1;
    /* background-color: #013666; */
    display: block;
    height: fit-content;
    width: fit-content;
    font-weight: 100;
    margin: auto;
    right: 7px;
}

.alertify .ajs-modal {
    position: absolute;
    height: fit-content;
    margin: auto;
}

.alertify .ajs-body {
    min-height: 120px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*------ alertify popup from custom/style.css start----------*/
.ajs-dialog {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.alertify .ajs-dialog {
    padding: 20px 20px 20px 20px !important;
    background: #e2e2e2 !important;
    border-radius: 5px;
}

.alertify .ajs-header {
    margin: -24px !important;
    margin-bottom: 0 !important;
    color: #fff !important;
    padding: 7px 20px !important;
    background-color: black !important;
    font-size: 16px !important;
    display: none;
}

.ajs-content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 9px 9px 15px 9px !important;
}

.alertify .ajs-footer {
    padding: 0px !important;
    margin-left: -24px !important;
    margin-right: -24px !important;
    min-height: 39px !important;
    background-color: transparent !important;
}

.alertify .ajs-commands {
    position: absolute !important;
    right: 4px !important;
    margin: -19px 10px 0 0 !important;
    z-index: 2 !important;
}



button.ajs-button.ajs-ok,
button.ajs-button.ajs-cancel {
    color: #fff;
    width: 135px;
}

.ajs-button {
    background-color: #E2E2E278;
    border: 1px solid #013666;
    color: #013666 !important;
}

.ajs-button:hover {
    background-color: #013666;
    border: 1px solid #013666;
    color: #fff !important;
}

.popup-msg-text {
    margin-bottom: 10px;
    text-align: center;
}

.alertify .ajs-footer .ajs-buttons.ajs-primary .ajs-button {
    margin: 0 !important;
}

.ajs-primary.ajs-buttons {
    padding-bottom: 9px;
}

button.ajs-button.ajs-cancel {
    display: none;
}

/* button.ajs-button.ajs-ok {
    border-top: 1px solid #013666;
    border-left: 1px solid #013666;
    border-bottom: 1px solid #013666;
}
button.ajs-button.ajs-cancel {
    border: 1px solid #013666;
} */
/*------ alertify popup from custom/style.css end----------*/

.alert-dismissable.fade.show.radius-flat.d-flex.justify-content-between a {
    font-size: 25px;
    color: #013666;
    text-decoration: none;
}

.alert.alert-success.alert-dismissable.fade.show.radius-flat a {

    height: auto;
}

.alert.alert-success.alert-dismissable.fade.show.radius-flat strong {
    height: auto;
}

.alert.alert-success.alert-dismissable.fade {
    width: 50%;
    padding: 10px 10px !IMPORTANT;
    align-items: center;
    margin: auto;
    display: flex;
    padding: 0px 15px;
    justify-content: space-between;
    margin-bottom: 10px;
}

.spacer-bottom.dataTables_button ul.dropdown-menu {
    z-index: 2;
}


.alert.alert-danger.alert-dismissable.fade.radius-flat.d-flex.justify-content-between,
.alert.alert-danger.alert-dismissable.fade.show.radius-flat.d-flex.justify-content-between {
    width: 50%;
    margin: auto;
    padding: 10px;
    align-items: center;
    margin-top: 15px;
}


ul.dropdown-menu.hover_dropdown-menu {
    top: 23px;
    padding: 0px;
}

ul.profile-dropdown-menu {
    padding: 0;
}

.dropdown-toggle:hover .hover_dropdown-menu {
    display: block !important;
    background: #fff;
    color: #013666 !important;
}

.dropdown-toggle:hover .hover_dropdown-menu li a {
    color: #013666 !important;
}

.login-drop .hover_dropdown .hover_dropdown-menu li a {
    color: #013666 !important;
}

.login-drop .hover_dropdown .hover_dropdown-menu li a:hover {
    background: #013666;
    color:#eff7ff !important
    /* width: 100%;
    margin: 3px; */
}

.login-drop .hover_dropdown .hover_dropdown-menu li a:hover svg path, .login-drop .hover_dropdown .hover_dropdown-menu li a:hover svg circle{
    fill: #eff7ff !important;
}


.dropdown-item.active,
.dropdown-item:active {
    color: var(--bs-dropdown-link-active-color);
    text-decoration: none;
    background-color: transparent;
}

.d-lg-none li.dropdown.login-drop .dropdown .dropdown-menu li a {
    color: #013666 !important;
}

@media (max-width:1300px) and (min-width:1201px) {
    .section-box.box1 .part {
        transform: translateY(48%);
    }

    .section-box.box2 .part {
        transform: translateY(35%);
    }

    .section-box.box3 .part {
        transform: translateY(34%);
    }

    .section-box.box4 .part {
        transform: translateY(42%);
    }
}

@media (max-width:768px) {
    #custom-navbar {
        position: unset;
        background-color: #fff !important;

    }
    #image-section .img-box {
        flex: 1 49%;
    }
    /* #nature-love .classic-left-section {

        gap: 30px;
        flex-wrap: wrap;
    } */


    #world_of_creative_diam img.img-fluid.d-md-none.d-block {
        display: none;
    }

    #world_of_creative_diam .block-height {
        align-items: flex-start;
        flex-direction: column;
        color: #013666 !important;
        height: auto;
        padding: 0;
    }

    #world_of_creative_diam .banner-content {
        width: 100%;
        color: #013666 !important;
    }

    #world_of_creative_diam::before {
        position: unset;
        content: "",
    }

    #lab-grown-diamonds .lab-grown-right .lab-grown-right-cantain h2 {
        font-size: 35px !important;
        line-height: 41px !important;
    }

    #our_service .carousel-section {
        padding: 0;
    }

    #lab-grown-diamonds .lab-grown-img img {
        height: 300px !important;
    }

    #footer .footer_logo_text .footer_text {
        padding-top: 15px;
        text-align: center;
    }

    .footer_logo {
        text-align: center;
    }

    .container_custom {
        max-width: 880px !important;
        width: 100%;
    }
    section#lab-grown-diamonds {
        padding: 50px 0;
    }
}

@media (max-width:430px) and (min-width:375px) {
    #lab-grown-diamonds .lab-grown-img img {
        height: auto;
    }

    .section-box.box1 .part {
        transform: translateY(57%);
    }

    .section-box.box2 .part {
        transform: translateY(50%);
    }

    .section-box.box4 .part {
        transform: translateY(49%);
    }

    .section-box.box3 .part {
        transform: translateY(60%);
    }

    #image_hover_section .part h1 {
        font-size: 35px;
    }

}

@media (max-width:386px) {
    #image_hover_section .part h1 {
        font-size: 35px;
    }

    .section-box.box1 .part {
        transform: translateY(56%);
    }

    .section-box.box2 .part {
        transform: translateY(45%);
    }

    .section-box.box3 .part {
        transform: translateY(42%);
    }

    .section-box.box4 .part {
        transform: translateY(47%);
    }

    .logo-responsive {
        width: 100px !important;
    }

    #custom-navbar .header-icon {
        width: 19px;
        height: 19px;
    }

    #custom-navbar button.navbar-toggler {
        font-size: 15px;
    }
}

@media (max-width:350px) {
    #custom-navbar li svg {
        width: 28px !important;
        height: 19px !important;
    }

    /* .badge_count {

        max-width: 15px;
        width: 100%;
        height: 15px;
        font-size: 10px;
        padding: 1px;
        margin-left: -10px;
        color: #fff;
    }  */
}

@media (max-width:324px) {
    .section-box.box4 .part {
        transform: translateY(49%);
    }

    .section-box.box1 .part {
        transform: translateY(57%);
    }

    .login-drop .dropdown-menu {
        top: 100%;
        left: -6px;
    }

    .footer_li_link {

        PADDING-LEFT: 0PX;
    }

    #custom-navbar li a {
        padding: 7px 1px;

    }

    li.dropdown.login-drop {
        padding-top: 0px;
    }
}

@media (max-width:1400px) {
    #nature-love .classic-right-section h2 {
        font-size: 40px;
    }

    #IGI .igi-section {
        gap: 10px;
        flex-wrap: wrap;
    }

    /* #diamonds-certificate .diamond br {
        display: none;
    } */

    /* #diamonds-certificate .diamond br {
        display: none;
    } */

    #certificate_diamond .certifiacte-cantain-img {
        align-items: center;
        /* padding-left: 10px; */
        justify-content: center;
        padding: 10px 10px 0px 10px;
    }

    
        #lab-grown-diamonds .lab-grown-right .lab-grown-right-cantain h2 {
            font-size: 40px;
            line-height: 50px;
            padding: 0 10px;
        }
  
    /* #lab-grown-diamonds .lab-grown-img {
        order: 2;
    }
    #lab-grown-diamonds .lab-grown-img {
        order: 2;
    }
    #lab-grown-diamonds .lab-grown-img_model {
        order: 3;
    } */
    
    #image-section .image {
        padding-right: 0px !important;
    }
}


@media (max-width:1400px) and (min-width:998px) {
    #nature-love .left-img img {
        object-position: 11% 50%;
    }

    /* #nature-love .classic-right-section p {
        font-size: 16px;
    } */
}

@media (max-width:997px) and (min-width:912px) {
    #nature-love .left-img img {
        object-position: 5% 50%;
    }
}

@media (max-width:911px) and (min-width:768px) {
    #nature-love .left-img img {
        object-position: 15% 70%;
    }
}

@media (max-width:430px) {
    #nature-love .left-img img {
        height: 300px;
    }

    a.log-sign-btn.btn {
        width: 102px !important;
    }

   #custom-navbar li svg {
    width: 25px !important;
    height: 25px !important;
}
.social_icons_mbl {
    gap: 10px;
}

    #custom-navbar li a {

        gap: 0px;

    }
}

@media (max-width:820px) {
    section#nature-love .row {
        margin-right: 0px;
    }
}

@media (max-width:345px) {
    #custom-navbar li svg {
        width: 16px;
        height: 20px;
    }

    .overlay-content {
        margin-top: 98px !important;
        margin-left: 2px !important;
        border: 1px solid black;
    }

    /* #diamonds-certificate .diamond h2 {
        line-height: 50px;
    } */

    #diamonds-certificate .diamond h6 {
        padding: 9px 0px;

    }

    .table-responsive {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin-bottom: 30px;
    }
}

/* ---------------------------------------search icon------------ */

li .search {
    display: inline-flex;
    align-items: center;
    color: #fff;
    border-radius: 4px;
}

li input,
button {
    background: transparent;
    color: inherit;
    border: none;
    outline: none;
}



li .searchButton {
    display: grid;
    place-items: center;
    padding: 4px;
    cursor: pointer;
}

li .searchButton:hover {
    color: #e3e3e3;
}

li .search:focus-within input {
    width: 170px;
    padding: 6px 10px;
}

::placeholder {
    color: #013666;
    opacity: 0.8;
}

/*------------ New Header ---------------*/
.social_icons li a.log-sign-btn.btn {
    width: 200px !important;
    height: 44px;
    border: 1px solid #013666;
    border-radius: 0px;
    vertical-align: middle;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    color: #013666 !important;
    transition: all 0.5s ease-in-out;
}

.social_icons li a.log-sign-btn.btn:hover {
    background-color: black;
    color: white !important;
}

.navbar {
    --bs-navbar-padding-y: 1.5rem !important;
}

button.submit {
    color: black !important;
}

.bottom_header_icon {
    display: flex;
    position: relative;
    top: 45px;
}

.search-header .search-box {
    position: absolute;
    top: 42px;
    right: -85%;
    z-index: 15;
    display: flex;
}

.search-header .search-box .search_caret {
    position: absolute;
    top: -14px;
    right: 27px;
    width: 24px;
}

.search-header .search-box input[type="text"] {
    width: 250px;
    padding: 5px 10px;
    border: 1px solid #013666;
    outline: none;
    height: 46px;
    background-color: white;
    color: #013666 !important;
}

.search-header .search-box button.searchButton {
    width: 76px;
    padding: 5px 0;
    background: #013666;
    color: #fff;
    border: 1px solid #013666;
    outline: none;
    cursor: pointer;
    height: 46px;
}

.search_filter_stock.tps_filter.row {
    justify-content: start;
    align-items: center;
}

.overlay-content input:focus-visible {
    outline-offset: none !important;
}

input:focus-visible {
    outline-offset: none;
}

:focus-visible {
    outline: none !important;
}

.contact-us {
    display: flex;
    justify-content: center;
}

.useful_link {
    display: flex;
    justify-content: center;
}

.classic-right-section a {
    color: #013666;
    text-decoration: none;
}

#our_service .slick-prev:before {
    color: transparent;
    background: transparent;
    font-size: 28px;
}

#our_service .slick-next:before {
    color: transparent;
    background: transparent;
    font-size: 28px;
}

#our_service .slick-prev {
    left: 0px;
    z-index: 1;
}

#our_service .slick-next {
    right: 0px;
}

#our_service button.slick-next.slick-arrow:before {
    background-image: url("../../images/right-arrow.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

#our_service button.slick-prev.slick-arrow:before {
    background-image: url("../../images/left-arrow.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

ul.dropdown-menu.hover_dropdown-menu li {
    border-bottom: 1px solid #ccc;
}

ul.dropdown-menu.hover_dropdown-menu li:last-child {
    border-bottom: none;
}

/*.logo-responsive {
    display: none;
}*/

a.log-sign-btn.btn.dashborad {
    font-size: 17px;
}

.dashboard-responsive {
    display: none;
    padding-top: 10px;
}


.dashboard-responsive a {
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.05em;
    text-align: left;
    color: #013666;
    text-transform: uppercase;
    white-space: nowrap;
    text-decoration: none;
}


.alertify.ajs-closable .ajs-commands button.ajs-close {
    background-image: none;
    position: relative;
    display: block;
    margin-left: 0;
}

.alertify.ajs-closable .ajs-commands button.ajs-close::before {
    position: absolute;
    content: "\00d7";
    top: 14px;
    left: 0;
    right: -15px;
    color: #013666;
    font-weight: 500;
    background-color: #e2e2e2;
}

#video-section video {
    /* min-height: 600px; */
    max-width: 1920px;
    width: 100%;
    object-fit: contain;
    height: fit-content;
    /* position: absolute; */
    /* left: 0; */
    /* right: 0; */
}

/*  new css for jewelry size filter by ravi */
.size-dropdown {
    padding-top: 10px;
}


.size-dropdown .dropdown-list.dropdown-menu.show {
    height: 210px;
    overflow-y: scroll;
    z-index: 1;
}

.size-dropdown .select-dropdown {
    width: 175px;
    text-align: left;
    border: 1px solid #ccc;
    box-shadow: none;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.size-dropdown label.dropdown-option.dropdown-item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}

.size-dropdown input[type="checkbox"] {
    position: unset !important;
    appearance: auto !important;
    opacity: 1 !important;
    width: fit-content !important;
    display: inline-block !important;
    flex: 0 auto;
    margin: unset !important;
}

/* start */
#myModaldiamond .modal-dialog {
    height: 100%;
    margin-top: auto !important;
    margin-bottom: auto !important;
    bottom: 0;
    /* overflow-x: scroll; */
    /* min-height: 600px; */
    padding: 50px 0px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

#myModaldiamond .modal-content {
    /* position: absolute; */
    background-color: #fff;
    background-clip: padding-box;
    border: none;
    border-radius: 0px;
    outline: 0;
    margin: auto;
    width: 100%;
    height: fit-content;
    top: 0;
    padding: 0px;
    bottom: 0;
    left: 0;
    right: 0;
    transform: unset;
}

#myModaldiamond .modal-header.bg-site.radius-flat {
    display: flex;
    justify-content: center;
    border-bottom: none;
}

#myModaldiamond .modal-header.bg-site.radius-flat {
    color: #0c0c0c;
    text-align: center;
}

/* end */

/*-----------login-modal-----------*/
#login_modal .modal-header.bg-site {
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 10px;
    align-items: center;
    /* justify-content: center; */
    border-radius: 0;
}

#login_modal .modal-header .close {
    position: absolute;
    right: 7px;
    color: #ffff;
    padding: 4px;
    border-radius: 50px;
    TOP: 15px;
    background-color: black;
    opacity: 1;
    line-height: 0px;
    margin: 0px;
    height: 30px;
    padding-bottom: 5px;
    width: 30px;
    border: 1px solid;
    vertical-align: middle;
}

.login_modal_label {
    margin: 10px;
    width: 128px;
}

#login_modal button.btn.btn-primary {
    display: block;
    margin: 10px auto auto auto;
    width: 50%;
    transition: 0.5s ease-in-out;
    border: 1px solid black;
    background-color: #013666;
}

section#IGI .container.igi-section .igi-img img {
    width: 100%;
}

/* .right-side-header-section {
    gap: 10px;
} */
@media(min-width:576px) {
    .login-media-responsive {
        display: none !important;
    }
    
}
@media(max-width:576px){
    section#IGI .container.igi-section .igi-img {
        max-width: 110px;
    }
    #nature-love .classic-right-section h2 {
        line-height: 40px;
    }
    #nature-love .classic-right-section p {
        font-size: 15px;
    }
    #nature-love .classic-right-section button {
        width: 150px;
    }
    #our_service .our_service_right {
        text-align: center;
        padding: 10px 36px;
    }
    #image-section .video-box {
        margin: 10px 0;
    }
    section#lab-grown-diamonds {
        padding: 30px 0;
    }
    .jewelry-collection .diamond_image {
        display:none;
    }
}

@media (max-width: 992px) {
    .dashboard-responsive a {
        font-size: 11px !important;
    }
    #image-section .flex_jewelry {
        justify-content: space-between;
    }
    #image-section .row {
        gap: 15px;
    }
    section#image-section .px-0 {
        /* padding-left: 10px !important; */
        flex: 100%;
    }

}
@media(max-width:425px){

    #lab-grown-diamonds .lab-grown-right .lab-grown-right-cantain h2 {
        font-size: 30px !important;
        line-height: 35px !important;
    }
    #diamonds-certificate .diamond h2 {
        font-size: 40px;
        line-height: 40px;
    }
    #nature-love .classic-right-section h2 {
        font-size: 28px !important;
    }
    #nature-love .classic-right-section p {
        font-size: 14px;
    }
    #our_service .slick-next {
        display: none !important;
    }
    #our_service .slick-prev {
        display: none !important;
    }
    #our_service .custom-carousel-service h2 {
        font-size: 35px;
    }
    #our_service .custom-carousel-service .our_service_pragraph {
        font-size: 14px;
    }
}
@media(max-width:520px){
    section#image-section .container-fluid .row {
        gap: 10px;
    }
    #image-section .video-box {
        margin: 0;
    }
}
@media(max-width:465px){
    
    #nature-love .image-classic-section p {
        font-size: 13px;
        margin-bottom: 5px;
    }
}
section#about_diamond_section .container {
    padding: 10px 0px 90px 0;
    max-width: 1520px;
}
/* login_popup_header_css */
.modal-backdrop.fade.show {
    opacity: 0.20;
    z-index: 1;
}
 #login_popup .modal-content {
    margin-bottom: 10px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
    margin-left: 10px;
    margin-right: 10px;
    display: flex;
    justify-content: center;
    margin-top: 10px;
}
#login_popup {
    background: #013666;
    box-shadow: 0 8px 32px 0 #0136665e;
    border-radius: 6px;
    border: 1px solid #12449f2e;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: auto;
    margin-top: 130px;
    max-width: 370px;
    /* width: 100%; */
    margin-left: auto;
    margin-right: auto;
}
 #login_popup .modal-content .modal-header {
    justify-content: space-around;
    padding: 40px 10px 0px 10px;
    border: unset;
}
 #login_popup .modal-content .input_field input {
    border: unset;
    background-color: unset;
}
 #login_popup .modal-content .input_field {
    background-color: #f0f8ff;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    height: 100%;
    /* margin: auto; */
    padding: 0px 5px;
    /* margin: 0; */
}
 #login_popup .modal-content #login_pop {
    gap: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* width: fit-content; */
    margin: auto;
    padding: 0 15px;
}
 #login_popup .modal-content .login_link .modal-title {
    color: #444;
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
    text-align: center;
    border-bottom: 1px solid #ffffff;
    padding: 10px;
    cursor: pointer;
    text-decoration: unset;
}
 #login_popup .modal-content .sign_in {
    border-bottom: 1px solid #0a1c3f;
}
 #login_popup .modal-content .sign_up:hover  {
    background: #bfdaf1;
    border-radius: 5px;
}
 #login_popup .modal-content .sign_up:hover .modal-title  {
    color:#0a1c3f;
}
/* #custom-navbar .modal-content .login_link {
    padding: 25px 10px 5px 10px;
} */
  #login_popup .modal-content .login_link {
    padding: 10px 0;
}
 #login_popup .modal-content .form-group {
        /* flex: 1 100%; */
        /* background-color: #f0f8ff; */
        width: 100%;
        display: flex;
        align-items: center;
        margin: auto;
        justify-content: left;
}
 #login_popup .modal-content .input_row .form-group {
    background-color: #f0f8ff;
}
 #login_popup .modal-content .form-group.button {
    text-align: center;
    justify-content: center;
}
 #login_popup .modal-content .form-group.button button {
    background-color: #013666;
    color: #fff !important;
    padding: 6px 40px !important;
    border: unset;
    font-size: 14px !important;
    border-radius: 6px !important;
    font-weight: 600 !important;
    text-transform: capitalize;
}
 #login_popup .modal-content .input_row {
    display: flex;
    flex-direction: column;
    gap: 25px;
    width: 100%;
    padding-bottom: 12px;
    /* background-color: #f0f8ff; */
}
 #login_popup .modal-content .input_row .input_field input {
    padding: 10px 0;
    padding-left: 15px;
}
 #login_popup .modal-content .remember label {
    font-size: 13px;
    color: #555;
    font-weight: 300;
}
 #login_popup .modal-content .form-group.forgot {
    padding-top: 10px;
    float: left;
    border-top: 1px solid #ddd;
    width: 100%;
    vertical-align: middle;
}
 #login_popup .modal-content .form-group.forgot a {
    color: #0a1c3f;
    text-decoration: none;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 16px;
    line-height: 21px;
    font-weight: 400;
}
 #login_popup .modal-content ::placeholder{
    color:#8f8f8f !important;
}
 #login_popup .modal-content input[type=checkbox] {
    opacity: 1;
    display: inline;
}
 #login_popup .login_popup_form {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
 #login_popup .modal-body {
    padding: 25px 30px 10px;
}
.padding-top{
    padding-top:100px;
}
.padding-bottom{
padding-bottom:100px}

.feature-section .icon i {
    font-size: 32px;
    color: #c89b3c; /* gold color */
}

.feature-section h6 {
    font-size: 19px;
    font-weight: 500;
    color: #333;
}

.feature-section small {
    font-size: 19px;
    color: #000;
    font-weight: 500;
}
/* banner section  */
    .diamond-section{
      overflow:hidden;
    }

    .left-content{
      background:#08214A;
      color:#fff;
      padding:60px 55px;
      height:100%;
      display:flex;
      flex-direction:column;
      justify-content:center;
    }

    .main-heading{
      font-family: 'Cormorant Garamond', serif;
      font-size:50px;
      line-height:1.05;
      font-weight:500;
      color:#ffffff;
      margin-bottom:22px;
    }

    .main-heading span{
      color:#D9B37A;
      display:block;
    }

    .description{
      font-size:15px;
      line-height:1.8;
      color:#d9d9d9;
      max-width:420px;
      margin-bottom:38px;
      font-weight:300;
    }

    .btn-wrapper{
      display:flex;
      gap:18px;
      align-items:center;
    }

    .btn-gold{
      background:#D9B37A;
      color:#08214A;
      padding:14px 34px;
      font-size:12px;
      letter-spacing:1.5px;
      border:none;
      text-transform:uppercase;
      font-weight:600;
      transition:0.3s;
    }

    .btn-gold:hover{
      background:#c9a067;
    }

    .btn-outline-custom{
      background:transparent;
      border:1px solid rgba(255,255,255,0.5);
      color:#fff;
      padding:14px 34px;
      font-size:12px;
      letter-spacing:1.5px;
      text-transform:uppercase;
      font-weight:500;
      transition:0.3s;
    }

    .btn-outline-custom:hover{
      background:#fff;
      color:#08214A;
    }

  .right-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: 500px;
}
  @media (max-width: 1366px){
#nature-love .classic-left-section .image-classic-section a {
  
    width: 105px ;
   
}
  }
    @media (max-width: 991px){

      .main-heading{
        font-size:42px;
      }

      .left-content{
        padding:50px 35px;
      }
    }

    @media (max-width: 767px){

      .main-heading{
        font-size:36px;
      }

      .description{
        font-size:14px;
      }

      .btn-wrapper{
        flex-direction:column;
        align-items:flex-start;
      }

      .btn-gold,
      .btn-outline-custom{
        /* width:50%; */
        margin-top:15px;
      }
    }
 @media(max-width:575px){
   .shape-title{
        font-size:24px;
      }

      

      .ring-image img{
        width:140px;
      }
    }

    
    /* LEFT SIDE */
    .shape-left{
      text-align:center;
    }
.shape-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 50px;
    font-weight: 500;
    color: #111111;
    margin-bottom: 12px;
    line-height: 1.2;
}
.ring-image img {
    width: 260px;
}

.ring-image {
    margin: 25px 0 4px;
}

  .ring-image img {
    width: 250px;
    object-fit: contain;
    margin-top: 10px;
}

    .shape-btn{
      margin-top:15px;
      background:#0B234A;
      color:#fff;
      border:none;
      padding:10px 22px;
      font-size:16px;
      font-weight:400;
      letter-spacing:1px;
      border-radius:3px;
      transition:0.3s;
    }

    .shape-btn:hover{
      background:#13356d;
    }
    
      .diamond-section.unique {

      min-height: 480px;
      position: relative;

  
    }

    /* Left-side overlay: cream fade so text is crisp, fades to transparent so diamonds show */
    .diamond-section.unique::before {
      content: '';
      position: absolute;
      inset: 0;
      background: linear-gradient(
        to right,
        rgba(245,238,228,0.96) 0%,
        rgba(245,238,228,0.90) 30%,
        rgba(245,238,228,0.50) 52%,
        rgba(245,238,228,0.05) 68%,
        transparent 100%
      );
      pointer-events: none;
      z-index: 1;
    }

    .diamond-section.unique .container-fluid {
      position: relative;
      z-index: 2;
    }

    /* Heading */
  .section-heading {
    font-family: 'Playfair Display', serif;
    font-size: 50px;
    font-weight: 500;
    color: #062041;
    line-height: 1.25;
    margin-bottom: 10px;
}
    .section-heading em {
      font-style: italic;
      color: #c8a96e;
      font-weight: 400;
    }
.section-subtitle {
    font-size: 19px;
    color: #000;
    line-height: 1.65;
    /* max-width: 340px; */
    margin-bottom: 28px;
}

    /* Feature list */
    .feature-item {
      display: flex;
      align-items: flex-start;
      gap: 14px;
      margin-bottom: 18px;
    }

    .feature-icon {
    
      position: relative;
    }

    .feature-icon img {
      width: 100px;
      height: 100px;
     
    }
.feature-icon::after {
    content: '';
    position: absolute;
    top: 0px;
    width: 2px;
   
    background: #c8b08a;
    left: 110px;
    height: 90px;
    display: block;
    bottom: 0px;
    text-align: center;
}
.feature-label {
    font-size: 23px;
    font-weight: 700;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    color: #1a1a1a;
    margin-bottom: 2px;
        margin-left: 15px;
}

  .feature-desc {
    font-size: 16px;
    color: #555;
    line-height: 1.5;
        margin-left: 15px;
}

    /* CTA Button */
    .btn-diamond {
      background-color: #1a1a1a;
      color: #fff;
      font-size: 0.68rem;
      font-weight: 700;
      letter-spacing: 0.14em;
      text-transform: uppercase;
      padding: 11px 26px;
      border: none;
      border-radius: 0;
      transition: background 0.3s ease;
      text-decoration: none;
      display: inline-block;
    }

    .btn-diamond:hover {
      background-color: #c8a96e;
      color: #fff;
    }

    @media (max-width: 767px) {
        .top-header {
   
    display: none;
}
   
      .section-heading { font-size: 1.7rem; }
      .diamond-section.unique { background-position: 75% center; }
    }
    .content-box{
      max-width:620px;
      padding-left:40px;
    }

    .content-box h2{
      font-family:'Cormorant Garamond', serif;
      font-size:74px;
      color:#052b5d;
      font-weight:500;
      margin-bottom:35px;
      line-height:1;
    }

    .content-box p{
      font-size:18px;
      line-height:1.8;
      color:#4f6988;
      margin-bottom:26px;
      font-weight:400;
    }
     .top-header{
      background:#071f47;
      padding:8px 0;
      border-top:2px solid #c8a46b;
      width:100%;
    }

    .header-content{
      display:flex;
      align-items:center;
      justify-content:space-between;
    }

    .left-info{
      display:flex;
      align-items:center;
      gap:22px;
    }

  .info-item {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}

    .info-item i{
      font-size:10px;
      color:#fff;
    }

    .right-btns{
      display:flex;
      align-items:center;
      gap:12px;
    }

    .register-btn{
      color:#fff;
      font-size:16px;
      text-decoration:none;
      font-weight:400;
    }
.login-btn {
    background: #fff;
    color: #071f47;
    border: none;
    padding: 5px 16px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 2px;
    transition: 0.3s;
    text-decoration: none;
    margin: 0px 5px;
}

    .login-btn:hover{
      background:#d9d9d9;
      color: #000 !important;
    }

    @media(max-width:767px){

      .header-content{
        flex-direction:column;
        gap:10px;
      }

      .left-info{
        flex-direction:column;
        gap:8px;
      }
    }
    .trade-section{
    background:#f9f9f9;
    padding:80px 0;
    overflow:hidden;
    position:relative;
}

  

.trade-section::before,
.trade-section::after{
    content:"";
    position:absolute;
    top:0;
    width:120px;
    height:100%;
    z-index:2;
    pointer-events:none;
}

.trade-section::before{
    left:0;
   
}

.trade-section::after{
    right:0;
   
}

.trade-slider{
    overflow:hidden;
    position:relative;
}

.trade-track{
    display:flex;
    gap:30px;
    width:max-content;
    animation:tradeScroll 28s linear infinite;
    align-items:stretch;
}

.trade-slider:hover .trade-track{
    animation-play-state:paused;
}

.trade-track {
    display: flex;
    gap: 30px;
    width: max-content;
    animation: tradeScroll 28s linear infinite;
    align-items: stretch;
    height: 100%;
    margin: 10px 0px;
}
.trade-card {
    width: 350px;
    background: #fff;
    border-radius: 17px;
}

.trade-card::before{
    content:"";
    position:absolute;
    inset:0;
    border-radius:20px;
    background:linear-gradient(
      135deg,
      rgba(255,255,255,0.15),
      transparent 40%,
      rgba(255,255,255,0.08)
    );
    opacity:0;
    transition:.4s;
    pointer-events:none;
}

.trade-card:hover::before{
    opacity:1;
}

.trade-inner{
    backdrop-filter:blur(8px);
    background:rgba(255,255,255,0.05);
    border-radius:20px;
    padding:20px;
    border:1px solid rgba(255,255,255,0.12);
    box-shadow:
       0 1px 4px rgba(0,0,0,0.12),
  inset 0 0 0 1px rgba(255,255,255,0.03);
    text-align:center;
    transition:all .4s ease;
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    width:100%;
    overflow:hidden;
}

.trade-inner:hover{
    transform: translateY(-10px);
    border-color: rgba(255,255,255,0.22);
    box-shadow:
      0 8px 20px rgba(0,0,0,0.18),
      0 2px 8px rgba(0,0,0,0.08),
      0 0 8px rgba(255,255,255,0.04);
}

.trade-inner img{
    width:100%;
    height:180px;
    object-fit:contain;
    margin-bottom:18px;
    transition:transform .5s ease;
}

.trade-inner:hover img{
    transform:scale(1.08);
}

.trade-inner h3{
    color:#000;
    font-size:22px;
    margin-bottom:10px;
    font-weight:700;
    letter-spacing:.5px;
}

.trade-inner p{
    color:#000;
    font-size:14px;
    line-height:1.6;
    margin-bottom:5px;
}

.trade-inner .sub{
    color:#000;
    opacity:.9;
    margin-top:5px;
}

@keyframes tradeScroll{
    0%{
        transform:translateX(0);
    }
    100%{
        transform:translateX(calc(-260px * 4 - 120px));
    }
}

/* MOBILE */

@media(max-width:768px){

    .trade-section{
        padding:50px 0;
    }

    .trade-track{
        gap:20px;
    }

    .trade-card{
        min-width:220px;
        max-width:220px;
    }

    .trade-inner{
        padding:16px;
    }

    .trade-inner h3{
        font-size:18px;
    }

}
/* MOBILE SLIDER */
@media (max-width:767px){

    .classic-left-section{
        display:flex !important;
        flex-wrap:nowrap !important;
        overflow-x:auto !important;
        overflow-y:hidden !important;
        gap:14px;
        padding-bottom:10px;
        width:100%;

        scroll-behavior:smooth;
        -webkit-overflow-scrolling:touch;

        scrollbar-width:none;
    }

    .classic-left-section::-webkit-scrollbar{
        display:none;
    }

    /* .image-classic-section{
        flex:0 0 80% !important;
        min-width:80% !important;
        max-width:80% !important;
    } */

}
/* =========================
   RESPONSIVE
========================= */

@media (max-width:1024px){

    .trade-section{
        padding:60px 0;
    }

    .trade-track{
        gap:22px;
    }

    .trade-card{
        min-width:240px;
        max-width:240px;
    }

}


/* =========================
   MOBILE FIX
========================= */

@media (max-width:767px){

    .trade-section{
        padding:45px 0;
    }

    .trade-slider{
        width:100%;
        overflow:hidden;
        position:relative;
    }

    .trade-track{

        display:flex !important;
        flex-wrap:nowrap !important;

        gap:14px;

        width:max-content;

        overflow-x:auto;
        overflow-y:hidden;

        scroll-behavior:auto;

        -webkit-overflow-scrolling:touch;
        scrollbar-width:none;

        padding:0 15px;
    }

    .trade-track::-webkit-scrollbar{
        display:none;
    }
.trade-card {
    min-width: 260px !important;
    max-width: 260px !important;
    flex: 0 0 260px !important;
    height: 250px;
}

 .trade-inner {
    height: 100%;
    /* min-height: 340px; */
    padding: 18px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    border-radius: 18px;
    gap: 5px;
}
.trade-inner img {
    width: 100%;
    height: 100px;
    object-fit: contain;
    margin-bottom: 12px;
}

   .trade-inner h3 {
    font-size: 18px;
    line-height: normal;
    min-height: 48px;
    margin: 0px;
}

    .trade-inner p{
        font-size:13px;
        line-height:normal;
         margin: 0px;
    }

}

@media (max-width:450px){
#grid-view .grid-view-products .box .box_img img {
    width: 100% !important;
    height: 100% !important;
    
}
#grid-view .grid-view-products .box {
    max-width: 168px !important;
    width: 100% !important;
    
}
}