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

body {
    font-family: "Montserrat", Sans-serif !important;
    font-optical-sizing: auto;
    font-weight: 500 !important;
    font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
    font-style: normal;
}

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

p {
    font-size: 15px;
    color: #444444;
    line-height: normal;
}

.custom-color {
    color: #DBA86F;
}

.custom-btn-third {
    border: 0;
    background: #DBA86F;
    padding: 5px 15px;
    width: 15%;
    color: #fff;
}

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

.custom-btn-secondary:hover {
    border: 1px solid #fff !important;
    background: #fff !important;
}

.custom-btn-secondary {
    background-color: #ffffffb5;
    border: 1px solid #ffffffb5;
    border-radius: 0px;
    padding: 15px;
    font-size: 14px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 5px;
}

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

.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: #000;
}

#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: 295px;
}

.custom-conatiner {
    max-width: 1401px;
    width: 100%;
    height: 100%;
    padding: 20px 20px !important;
    margin: auto;
}

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

#custom-navbar .custom-navbar-nav {
    justify-content: space-between;
}

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

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

#custom-navbar .custom-navbar-nav {
    /* flex:1; */
    gap: 20px;
}

#custom-navbar .custom-navbar-nav.right-side-icons {
    gap: 10px;
}

#custom-navbar .right-bar .c-navlink,
#custom-navbar .custom-navbar-nav .nav-item .nav-link {
    font-size: 15px !important;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0.8px;
    text-align: left;
    color: #1D1D1D;
    text-transform: uppercase;
    white-space: nowrap;
    /* font-family: sans-serif; */
}

#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;
}

header .navbar-nav .dropdown-menu.hover_dropdown-menu {
    min-width: 300px;
    padding: 30px 20px !important;
    left: -100px !important;
    top: 30px;
    position: absolute;
}

#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: #ffffff78;
    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 .image-classic-section p {
    text-transform: uppercase;
    line-height: 25px;
    letter-spacing: 1px;
}

/* #nature-love .image-classic-section p { text-transform: uppercase; line-height: 25px; letter-spacing: 1px; font-size: 12px; margin-bottom: 5px; } */
#nature-love .classic-left-section {
    display: flex;
    gap: 53px;
    flex-wrap: wrap;
}

#nature-love .classic-left-section .image-classic-section {
    text-align: center;
}

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

#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;
}

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

#nature-love .classic-right-section p {
    font-size: 18px;
    letter-spacing: 1px;
    text-align: center;
    /* font-family: 'Nunito', sans-serif; */
    text-transform: capitalize;
    color: black;
    font-weight: 500;
    line-height: 138.9%;
}

#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;
}

/* end */
/* 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 */
#lab-grown-diamonds .lab-grown-right {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

#lab-grown-diamonds .lab-grown-right .lab-grown-right-cantain h2 {
    font-size: 50px;
    word-spacing: 1px;
    line-height: 61px;
    letter-spacing: 1px;
    text-transform: capitalize;
    font-weight: 500;
}

#lab-grown-diamonds .lab-grown-right .lab-grown-right-cantain h2 span {
    color: #6c6c6c;
    font-style: italic;
    font-weight: 600;
}

#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: 508px;
    width: 100%;
    height: 458px;
    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 0px;
}

/* end */
/* images */
#image-section .row>* {
    padding-right: 0px;
}

#image-section .img-box {
    height: 450px;
    position: relative;
}

#image-section img {
    transition: all 1s ease;
    cursor: pointer;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    max-width: 100%;
    cursor: pointer;
    object-fit: cover;
    object-position: center center;
    border-radius: 25px;
}

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

#image-section .img-box {
    overflow: hidden;
}

/* #image-section .video-box { background-color: #000; max-height: 650px; height: 100%; } */
/* #image-section .video-box video { max-height: 650px; object-fit: contain; aspect-ratio: 1/ 1; height: 100%; } */
/* end */
/* diam */
#diamonds-certificate {
    padding: 57px 0px;
    /* background-color: #F8F9FA; */
}

#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: black;
    line-height: 61px;
    text-align: center;
}

#diamonds-certificate .diamond h2 span {
    color: #6c6c6c;
    font-style: italic;
}

#diamonds-certificate .diamond h6 {
    font-size: 16px !important;
    letter-spacing: 2px;
    color: black;
    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;
}

#hero-banner {
    /* background-image: url("../../images/new-banner.jpg"); */
    /* height: 740px; */
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    /* display:flex; justify-content: center; */
        top: -25px;
}

/* #hero-banner a { position: absolute; top: 45.5%; bottom: 0; width: 288px; border-radius: 50%; border: 1px solid transparent; height: 65px; } */
#hero-banner .block-height {
    height: 100%;
    display: flex;
    align-items: center;
    width: 50%;
    justify-content: center;
}

#hero-banner .banner-content {
    max-width: 634px;
    margin: auto;
}

#hero-banner .hero-banner-content-wrapper {
    text-align: center;
    padding: 40px;
    background: rgba(0, 0, 0, 24%);
    border-radius: 0px 145px 145px 0px;
}

#hero-banner .banner-content h2 {
    line-height: 73px;
    color: white;
    font-size: 54px !important;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 20px;
}

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

#hero-banner .banner-content p {
    line-height: 25px;
    color: white;
    font-size: 20px;
}

/* 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;
}

#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: #000;
    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: gainsboro;
    width: 100%;
    text-align: center;
    /* padding: 10px; */
}

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

.main_footer a {
    color: black !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;
    }

    #image-section img {
        max-width: 750px;
        width: 100%;
        height: auto;
        object-fit: contain;
    }

    #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: 90px;
    }
}

@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;
    }

    /* #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;
    }

    .feed-text {
        bottom: 7% !important;
    }
}

@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 {
        max-width: 750px;
        width: 100%;
        height: auto;
        object-fit: contain;
    }

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

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

@media (min-width:1201px) and (max-width:1302px) {
    #image-section img {
        object-fit: contain;
        height: auto;
    }

    #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;
    }

    #image-section img {
        max-width: 750px;
        width: 100%;
        height: auto;
        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;
    }

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

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

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

    .response-logo {
        display: none !important;
    }
}

@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;
    }

    /* section#image-section img { margin: 8px; padding: 5px; } */
    #image-section .video-box {
        margin: 0 10px;
    }

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

    #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: 10px 0px;
        /* background-color: #F8F9FA; */
    }

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

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

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

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

    .wish-list-view .product-grid .title {
        padding-bottom: 0px;
    }

    #vid-block .block-head .head-1 p {
        font-size: 30px;
    }

    #vid-block .block-head .head-4 p,
    .block-head .head-2 p {
        font-size: 40px;
    }

    #vid-block .block-head .head-3 p {
        font-size: 40px;
    }

    .block-head .head-one p {
        font-size: 30px !important;
    }

    .head-two span {
        font-size: 30px !important;
    }

    .head-two {
        max-width: 100% !important;
    }

    .last-one p {
        font-size: 30px !important;
    }

    .last-three p {
        font-size: 40px !important;
    }

    .last-four p {
        font-size: 40px !important;
        line-height: 60px !important;
    }

    .two p {
        font-size: 40px !important;
        line-height: 55px !important;
    }

    .one p {
        font-size: 120px !important;
    }

    section#our_products .container-fluid.products-container {
        padding: 0 20px !important;
    }
}

@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;
    }

    #nature-love .classic-left-section .image-classic-section:hover {
        background-color: rgb(128 128 128 / 6%);
    }
}

@media(max-width:767px) {
    .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;
    }

    #gift_love {
        padding: 50px 0px 50px 0px !important;
    }

    body section#our_products {
        padding: 50px 0px 50px 0px !important;
    }

    section#insta-grid {
        padding: 50px 0 90px 0 !important;
    }

    li.metal-color-container a.text-decoration-none.j-variation_btn img {
        height: 25px !important;
        width: 25px !important;
    }

    body .card_deatil_jewery_description li.metal-color-container {
        padding: 3px 3px !important;
    }

    #our_products .card_deatil_jewery p {
        margin-bottom: 8px;
    }

    .feed-text {
        bottom: 9% !important;
    }

    .instabox img.img-fluid {
        height: 200px !important;
        /* max-width: 400px !important; */
        width: 200px !important;
        /* max-width: 300px; object-fit: cover; */
    }

    .custom-insta {
        min-height: 270px !important;
        gap: 15px !important;
        padding-right: 15px !important;
        padding-left: 15px !important;
    }
}

/* footer  */
#footer {
    /* background-image: url('../../images/footer-img.jpg'); */
    color: rgb(215, 207, 207);
    /* margin-top: 15px; */
    position: relative;
    z-index: 1;
    background: #F2F2F2;
}

#footer .footer_logo img {
    width: 135px;
    object-fit: contain;
}

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

#footer .footer_logo_text {
    padding-top: 20px !important;
    line-height: 25px;
    padding: 0px 15px;
}


#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;
    justify-content: center;
}

#footer .social_icon a {
    font-size: 28px;
    transition: all 0.8s ease-in;
    border-radius: 50%;
    border: 2px solid;
    width: 35px;
    padding: 0px;
    display: flex;
    height: 35px;
    align-items: center;
    justify-content: center;
    background-color: white;
}

#footer .social_icon a img {
    transition: all 0.3s linear;
    font-size: 18px;
    color: #000;
}

#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: white;
}

#footer .copy-right_div {
    background-color: #c5e4ff6b;
    padding: 5px;
}

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

#footer h3 {
    font-size: 24px !important;
    padding-top: 20px;
    color: #000;
}

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

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

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

#footer .footer_nav_link a:before {
    content: '';
    position: absolute;
    width: 0%;
    transform: scaleX(0);
    height: 2px;
    left: 0px;
    margin: auto;
    background-color: #ffffff78;
    transform-origin: bottom left;
    transition: transform 0.5s ease-out;
    bottom: -5px;
}

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

/* 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: #000;
        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;
    }

    .breadcrumb {
        background-position: 20% !important;
    }
}

@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;
    }

    .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) {
    .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 .footer_logo_text {
        padding-top: 40px;
    }

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

    #world_of_creative_diam {
        height: 300px;
    }
}

@media(max-width: 575px) {
    #nature-love .right-content {
        padding: 15px;
        padding-top: 50px;
    }

    #why_choose .banner-content {
        padding: 25px;
    }

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

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

@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: 992px) {
    #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;
    }

    footer#footer .row {
        flex-wrap: wrap;
        justify-content: center;
    }

    footer#footer .col-lg-3.col-md-3.px-0.useful_link {
        order: 3;
    }

    footer#footer .col-lg-3.col-md-3.px-0.contact-us {
        order: 4;
    }

    #footer .col-lg-3.col-md-3:nth-child(1) .quick_link h3 {
        padding-left: 40px;
    }

    .footer_li_link {
        justify-content: center;
    }
}

#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: scroll;
}

/* Individual section box */
#image_hover_section .section-box {
    flex: 0 25%;
    width: 475.5px;
    height: 684px;
    padding: 20px;
    border-right: 1px solid gray;
    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(50%);
}

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

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

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

#image_hover_section .part h1 {
    color: white;
    font-size: 40px;
    text-align: left;
    font-weight: 400;
    line-height: 58px;
    letter-spacing: 0.03em;
}

#image_hover_section .part p {
    color: white;
    text-align: left;
    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) {
    .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;
    }
}

@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;
    }

    /* #hero-banner { min-height: 280px !important; } */
    /* #hero-banner a { width: 103px !important; height: 25px !important; top: 45%; } */
    header .custom-container p.m-0.text-uppercase {
        font-size: 11px !important;
    }

    header .custom-btn-third {
        font-size: 11px;
    }

    /* .category-item .image-container .img-box .img-inner img { min-width: 206px !important; min-height: 243px !important; } */
    #gift_love .gift_of_love h3,
    #gift_love h3,
    #gift_love .content-block h3,
    #our_products h3 {
        font-size: 32px !important;
    }

    .category-item .category-content h4.title {
        font-size: 18px !important;
    }

    .offer-deal p,
    .offer-deal p i {
        font-size: 16px !important;
    }

    .offer-deal p span {
        font-size: 15px !important;
    }

    .offer-deal p {
        line-height: 22px;
    }

    .insta-head h5 {
        font-size: 18px !important;
    }

    .insta-head h1 {
        font-size: 35px !important;
    }

    #footer span.tagline_footer {
        font-size: 13px;
    }

    #footer .footer_nav_link a {
        font-size: 14px;
    }

    #gift_love .gift_of_love h3,
    #gift_love h3,
    #gift_love .content-block h3,
    #our_products h3,
    .insta-head h1 a {
        font-size: 32px !important;
    }

    .cross-box .half-img {
        display: none;
    }

.set-apart {
    gap: 30px !important;
    padding-top: 0px !important;
    margin-bottom: 40px;
}

    section#abt-grid {
        margin: 0px 0 !important;
    }

    section#abt-center {
        margin-top: 0px !important;
    }

    section#abt-tram .row {
        margin-top: 20px !important;
    }

    .set_us .row {
        gap: 0px !important;
    }

    body section#abt-center {
        margin-top: 0px !important;
    }

    section.set_us .top-text {
        gap: 0px;
    }

    .about-norm {
        gap: 10px !important;
    }

    .abt-text p,
    .detail-text p,
    .create-realize .accordion-body,
    ul.text-list li p,
    .service-information p,
    .full-box p {
        font-size: 14px !important;
    }

    .feed-text {
        bottom: 5% !important;
    }

    .custom-insta {
        min-height: 250px !important;
    }

    section#insta-grid {
        padding: 50px 0 60px 0 !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;
    }
}

/* @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: #000;
}

.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: #c1c1c1;
}

#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: 16px !important;
}

#custom-navbar .custom-navbar-nav li.user_name a {
    font-size: 20px !important;
    border: unset;
}

/* header .navbar-nav .dropdown-menu.hover_dropdown-menu li a { padding-left: 70px !important; } */
/* #custom-navbar li a {
    color: #000;
    text-decoration: none;
    padding: 10px 5px;
    display: flex;
    align-items: center;
    gap: 6px;
    width: 100%;
    justify-content: center;
} */

/* #custom-navbar .social_icons li a { padding: 7px !important; display: flex; justify-content: center; width: 100%; font-size: 14px; } */
#custom-navbar .top-menu {
    border-bottom: 1px solid #000;
    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;
    fill: #fff;
}

#custom-navbar li svg path {
    fill: #000;
}

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

#custom-navbar .right-side-icons li svg path,
#custom-navbar li svg circle,
#custom-navbar li a svg circle {
    fill: #000;
    /* stroke: #000 !important; */
}

#custom-navbar .profile-dropdown-menu li a svg path {
    fill: #000;
}

/* new header css */
.navbar.navbar-expand-lg.position_remove {
    position: unset;
}

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

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

.navbar.navbar-expand-lg.position_remove ul.dropdown-menu {
    min-width: 300px;
    padding: 30px 20px !important;
    left: -100px !important;
    top: 40px;
}

.badge_count {
    background-color: #012945;
    border-radius: 50px;
    height: 18px;
    width: auto;
    min-width: 20px;
    min-height: 20px;
    font-size: 10px;
    line-height: 20px;
    margin-left: -13px;
    color: #fff;
    display: flex;
    justify-content: center;
    margin-top: -25px;
    background-image: none;
    text-align: center;
    align-items: center;
    background-image: unset !important;
}

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

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

#custom-navbar {
    /* position: absolute; */
    /* left: 0; */
    /* right: 0; */
    /* color: #FFF; */
    /* width: 100%; */
    /* z-index: 999; */
    background: #012845 !important;
    /* padding: 13px 0px; */
}

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: #FFF;
}

/* 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: #000;
    z-index: 3;
}

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

/* 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% !important;
}

.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: #173556;
    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: #000 !important;
    margin-left: 0.00em;
    vertical-align: .155em;
}

/* @media(max-width: 768px) { #productDetails { padding-bottom: 10px !important; padding-top: 0px !important; } } */
#custom-navbar.sticky {
    position: fixed !important;
    top: 0 !important;
    /* background-color: #fff !important; */
    box-shadow: 1px 1px 9px 1px #1c346252;
    z-index: 99;
    width: 100%;
}

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

#custom-navbar button.navbar-toggler i.fa-solid.fa-bars {
    color: #000;
}

.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;
    }
}

/* 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: #000; */
    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: #fff !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 #000;
    color: #000 !important;
}

.ajs-button:hover {
    background-color: #012945;
    border: 1px solid #012945;
    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 #000; border-left: 1px solid #000; border-bottom: 1px solid #000; } button.ajs-button.ajs-cancel { border: 1px solid #000; } */
/*------ alertify popup from custom/style.css end----------*/
.alert-dismissable.fade.show.radius-flat.d-flex.justify-content-between a {
    font-size: 25px;
    color: #000;
    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: #000 !important;
}

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

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

header .navbar-nav .dropdown-menu.hover_dropdown-menu li a {
    border-radius: 50px;
    border: 1px solid #ccc;
}

header .navbar-nav .dropdown-menu ul.profile-dropdown-menu {
    gap: 10px !important;
    display: flex;
    flex-direction: column;
}

.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: #000 !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; */
    }

    /* #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: #000 !important;
        height: auto;
        padding: 0;
    }

    #world_of_creative_diam .banner-content {
        width: 100%;
        color: #000 !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: auto;
    }

    #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%;
    }
}

@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) {
    .cont-fr h1 {
    font-size: 50px !important;
}
    #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;
    }
}

@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: 20px !important;
        height: 20px !important;
    }

    #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: #000;
    opacity: 0.8;
}

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

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: 50px;
    right: -85%;
    z-index: 15;
    display: flex;
}

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

.search-header .search-box .search_caret path {
    fill: #173556 !important;
}

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

.search-header .search-box button.searchButton {
    width: 76px;
    padding: 5px 0;
    background: #173556;
    color: #fff;
    border: 1px solid #173556;
    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: #000000;
    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: #000;
    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: #000000;
    font-weight: 500;
    background-color: #fff;
}

#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: #000;
}

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;
    }
}

@media (width: 992px) {
    .dashboard-responsive a {
        font-size: 11px !important;
    }
}

@media(max-width:425px) {
    .top-bar svg {
    height: 20px;
    width: 20px;
}
    .vr-apt svg {
    height: 14px;
    width: 14px;
}
    .vr-apt a {
    font-size: 12px;
}
    .logo img {
    width: 200px !important;
}
    #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;
    }

    .form__actions.create-account {
        flex-direction: column;
    }
}

@media(max-width:520px) {
    section#image-section .container-fluid .row {
        gap: 10px;
    }

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

@media(max-width:465px) {
    #nature-love .classic-left-section .image-classic-section {
        width: 86px;
    }

    #nature-love .classic-left-section .image-classic-section img {
        width: 55px !important;
        height: 60px !important;
    }

    #nature-love .image-classic-section p {
        font-size: 13px;
        margin-bottom: 5px;
    }
}

/* ------------------------------------- */
#gift_love {
    /* background-color: #ffe6d152; */
    position: relative;
    padding: 50px 0px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    margin: 50px;
    overflow: hidden;
}

#gift_love .product-grid {
    z-index: 1;
    position: relative;
}

#gift_love .right-leaves,
#gift_love .left-leaves {
    position: absolute;
    right: 0;
    bottom: 0;
    width: fit-content;
}

#gift_love .left-leaves {
    left: 0px !important;
}

#gift_love .right-leaves img,
#gift_love .left-leaves img {
    max-width: 250px;
}

#gift_love .img-block {
    position: absolute;
    right: 48px;
    top: 43px;
    z-index: 1;
    width: 319px;
}

.custom_header .top-nav {
    background-color: #FBEADE;
    padding: 9px !important;
}

.custom_header .top-nav p {
    color: #616161;
    font-weight: 600;
    /* font-family: sans-serif; */
    text-transform: uppercase;
    letter-spacing: 0.8px;
    font-size: 14px;
}

#gift_love .gift_of_love {
    top: 15%;
}

#gift_love .gift_of_love h3,
#gift_love h3,
#gift_love .content-block h3,
#our_products h3 {
    font-size: 55px;
}

#gift_love .gift_of_love p {
    font-size: 30px;
}

/* #our_products { background-color: #f5e7d6; } */
/* footer subscription block css */
.subscription-input-block {
    border-radius: 50px;
    background-color: #0000;
    border: 1px solid #000;
    opacity: 1;
    padding: 10px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 325px;
}

.subscription-input-block .subscription-input {
    background-color: #0000;
    border: none;
    color: #000;
}

.custom-input:focus {
    color: #fff;
}

.subscription-input-block .subscription-input::placeholder {
    color: #000;
    opacity: 1;
    font-size: 14px;
}

.subscription-input-block svg {
    border: 1px solid #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    padding: 5px;
    background: #fff;
}

.tab_slider_wrapper .custom_nav_designing {
    position: absolute;
    bottom: 0;
    width: 100%;
    justify-content: space-between;
    z-index: 1;
    height: 100%;
}

.tab_slider_wrapper .custom_nav_designing .nav-item {
    width: 25%;
    border-right: 1px solid #fff;
    position: relative;
}

.tab_slider_wrapper .custom_nav_designing .nav-item .nav-link {
    margin: 0px;
    color: #fff !important;
    border-radius: 0px;
    text-align: center;
    /* position: absolute; */
    width: 100%;
    /* bottom: 0; */
    border: 0;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: end;
}

.tab_slider_wrapper .custom_nav_designing .nav-item .nav-link:hover {
    border: 0;
    padding: 0;
}

.tab_slider_wrapper .custom_nav_designing .nav-item .nav-link h3 {
    font-size: 55px;
}

.tab_slider_wrapper .custom_nav_designing .nav-item .nav-link.active {
    background: rgba(0, 0, 0, 59%) !important;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    /* border: 1px solid #fff !important; */
}

.tab_slider_wrapper .custom_nav_designing .nav-item .nav-link.active h3 {
    display: block;
    border: 1px solid #fff;
    border-radius: 50%;
    padding: 20px;
}

#our_products .slick-next,
#gift_love .slick-next {
    border: 1px solid #fff;
    padding: 0px;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0px 0px 1px 2px #fff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    right: -22px;
}

#gift_love .slick-next {
    right: 0px;
    z-index: 1;
}

#our_products .slick-prev,
#gift_love .slick-prev {
    border: 1px solid #fff;
    padding: 0px;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0px 0px 1px 2px #fff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    left: -22px;
}

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

#our_products .slick-next:before,
#gift_love .slick-next:before {
    content: '\f105';
    font-family: 'fontAwesome';
}

#our_products .slick-prev:before,
#gift_love .slick-prev:before {
    content: "\f104";
    font-family: 'fontAwesome';
}

#our_products .slick-prev:before,
#our_products .slick-next:before,
#gift_love .slick-prev:before,
#gift_love .slick-next:before {
    font-size: 16px;
    color: #000;
}

/* home category section new css */
.category-item .image-container .img-box img {
    transition: transform 0.3s ease;
    transform-origin: center center;
}

.category-item:hover .image-container .img-box img {
    transform: scale(1.06);
}

.category-item .image-container .img-box {
    position: relative;
    overflow: hidden;
    border-radius: 30px;
}

.category-item .category-content {
    padding: 0px 10px;
    text-align: center;
}

.category-item .category-content h4.title {
    font-size: 20px;
    color: #000;
    font-weight: 500;
    letter-spacing: .05em;
    margin-top: 22px;
    margin-bottom: 10px;
}

.category-item .category-content h4.title .link_title {
    color: #000;
    text-decoration: none;
}

.category-item .category-content h4.title .link_title span {
    border-bottom: 2px solid transparent;
    padding-bottom: 1px;
}

.category-item .category-content h4.title:hover .link_title span {
    border-bottom: 2px solid #000;
}

#our_products .products-container .head-text h3:before,
#our_products .products-container .head-text h3:after {
    width: 20%;
    position: absolute;
    background: #000000;
    height: 2.5px;
    margin-left: 0;
    flex: 1;
    content: '';
    top: 65%;
}

#our_products .products-container .head-text h3:after {
    left: 63%;
}

#our_products .products-container .head-text h3:before {
    right: 63%;
}

#our_products .products-container .head-text {
    position: relative;
}

/* breadcrumb css start*/
.breadcrumb.page_breadcrumb {
    position: relative;
    overflow: clip;
    height: 450px;
    background-image: url("../../images/about_banner.png");
    background-size: cover;
    background-repeat: repeat-x;
    background-position: center top;
}

.breadcrumb .page_breadcrumb_content {
    justify-content: center !important;
    flex-direction: column;
    height: 100%;
    display: flex !important;
}

.breadcrumb .page_breadcrumb_content h2 {
    color: #fff;
    font-size: 40px;
    line-height: 1.2;
    font-weight: 500;
    letter-spacing: -1.69px;
    text-shadow: 0px 3px 6px rgba(0, 0, 0, .16);
}

.breadcrumb.page_breadcrumb ul.nav li a {
    color: #fff;
    font-size: 14px;
}

@media(max-width:575px) {
    .breadcrumb .d-flex.justify-content-between {
        display: flex !important;
        flex-direction: column;
        align-items: baseline;
    }

    .breadcrumb .contact_breadcrumb_content h2 {
        font-size: 35px !important;
    }
}

/* breadcrumb css start */
/* terms,payment & return page css */
.terms-page.section-top-inner,
.pay-return-page.section-top-inner {
    padding: 22px 0 50px;
    background-color: #fff9f4;
    position: relative;
}

.terms-page .terms-row .terms-heading h1,
.pay-return-page .pay-return-row .pay-return-heading h1 {
    letter-spacing: 0;
    font-weight: 500;
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 20px;
    font-family: "Cormorant Garamond", serif;
}

.terms-page .terms-container,
.pay-return-page .pay-return-container {
    max-width: 1170px;
    margin: 0 auto;
    width: 100%;
    padding: 10px 50px;
}

.format-terms p.terms-text,
.format-pay-return p.pay-return-text {
    font-size: 16px;
    margin-bottom: 30px;
    line-height: 1.5;
    letter-spacing: 1px;
    color: #000;
}

.format-terms p.terms-text a,
.format-pay-return p.pay-return-text a {
    color: #000;
    text-decoration: underline;
    font-weight: 700;
}

.format-terms h3.terms-head,
.format-pay-return h3.pay-return-head {
    margin-bottom: 20px;
    text-decoration: underline;
    text-transform: capitalize;
}

.format-pay-return h2.pay-return-head {
    font-size: 35px;
    margin-bottom: 20px;
    text-decoration: underline;
    text-transform: capitalize;
    font-weight: 500;
    line-height: 40px;
}

.terms-page .left-leaves {
    position: absolute;
    left: 0;
    bottom: 200px;
}

.terms-page .right-leaves {
    position: absolute;
    right: 0;
    top: 200px;
}

.pay-return-page .left-leaves {
    position: absolute;
    left: 0;
    top: 200px;
}

.pay-return-page .right-leaves {
    position: absolute;
    right: 0;
    bottom: 200px;
}

.terms-page .left-leaves img,
.pay-return-page .right-leaves img {
    max-width: 250px;
}

.terms-page .right-leaves img,
.pay-return-page .left-leaves img {
    max-width: 290px;
}

.video-back1 {
    background-image: url("../../images/01.webp");
}

.video-back2 {
    background-image: url("../../images/02.webp");
}

.video-back3 {
    background-image: url("../../images/03.webp");
}

.video-block {
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 800px;
    width: 100%;
    padding: 80px 0px 80px 0px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.block-head {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

section#vid-block .container-fluid {
    width: 100%;
    max-width: 1700px;
}

.head-1 p {
    font-size: 50px;
    font-weight: 300;
    text-transform: capitalize;
    color: #000;
    margin-bottom: 0;
}

.head-4 p,
.head-2 p {
    font-size: 100px;
    font-weight: 300;
    color: #000;
    margin-bottom: 0;
    text-align: center;
}

.head-4 {
    margin-bottom: 25px;
}

.head-3 p {
    font-size: 100px;
    font-weight: 700;
    color: #565E41;
    margin-bottom: 0;
    line-height: 1;
    margin-top: 15px;
}

.head-btn a {
    background-color: #000;
    color: #fff;
    text-decoration: none;
    padding: 16px 46px;
}

.block-head .head-one p {
    font-size: 60px;
    color: #000;
    text-align: center;
}

.head-two {
    border: 2px solid #000;
    max-width: 70%;
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 20px;
}

.head-two p {
    font-size: 30px;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
}

.head-two span {
    font-size: 70px;
    text-align: center;
    width: 100%;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1;
}

.head-three p {
    font-size: 18px;
    margin-top: 35px;
}

.last-one p {
    font-size: 50px;
    color: #000;
    font-weight: 300;
}

.last-two {
    display: flex;
    justify-content: center;
    align-items: center;
}

.one p {
    font-size: 135px;
    color: #000;
    font-weight: 600;
    margin-bottom: 0;
    line-height: 0;
}

.last-three p {
    font-weight: 700;
    font-size: 100px;
    color: #000;
    margin-bottom: 0;
}

.last-four p {
    font-size: 100px;
    color: #000;
    font-weight: 200;
    margin-bottom: 0;
    line-height: 110px;
    text-align: center;
}

.two p {
    font-size: 55px;
    color: #000;
    margin-bottom: 0;
    line-height: 55px;
}

.custom-insta {
    display: flex;
    gap: 25px;
    justify-content: center;
    align-items: center;
    overflow-x: auto !important;
    scrollbar-width: none;
    -ms-overflow-x-style: none;
    overflow-y: hidden;
    /* scrollbar-width: thin; */
    /* touch-action: pan-x; */
    min-height: 375px;
    padding-left: 25px;
    padding-right: 25px;
}

.custom-insta::-webkit-scrollbar {
    display: none;
}

.instabox img.img-fluid {
    height: 275px;
    /* max-width: 400px !important; */
    width: 275px;
    max-width: 300px;
    object-fit: cover;
}

.insta-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    /* display: none; */
    transition: all 0.5s;
}

.insta-logo svg {
    display: none;
    fill: #fff;
}

.instabox {
    position: relative;
    transition: all 0.5s;
}

.outer-insta:nth-child(odd) {
    animation: autoplay2 2s infinite alternate linear;
    transition: all cubic-bezier(.47, 1.21, .47, 1.21) .3s;
}

.outer-insta:nth-child(even) {
    animation: autoplay 2s infinite alternate linear;
    transition: all cubic-bezier(.47, 1.21, .47, 1.21) .3s;
}

@keyframes autoplay2 {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
    }
}

@keyframes autoplay {
    0% {
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.instabox:hover .insta-logo svg {
    display: block;
}

.feed-text p {
    font-size: clamp(1.875rem, 0.1442rem + 7.6923vw, 9.375rem);
    text-transform: uppercase;
    -webkit-text-stroke-width: 2px;
    color: rgb(191, 191, 191, .2);
    letter-spacing: 0.3em;
    animation: colorchange 3s infinite alternate linear;
    transition: all 0.3s linear;
}

@keyframes colorchange {
    0% {
        color: rgb(191, 191, 191, .2);
    }

    50% {
        -webkit-text-stroke-color: #000;
        color: #fff;
    }

    100% {
        color: rgb(191, 191, 191, .2);
    }
}

.insta-feed {
    display: flex;
    justify-content: center;
    align-items: center;
}

.feed-text {
    position: absolute;
    z-index: -1;
    bottom: 0%;
}

.back-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    background: #00000061;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
}

.outer-insta:hover .back-overlay {
    visibility: visible;
    opacity: 1;
}

/* section#vid-block { margin: 70px 0; } */
.card_deatil_jewery_description li.metal-color-container a.text-decoration-none.j-variation_btn img {
    height: 30px;
    width: 30px;
}

.card_deatil_jewery_description li.metal-color-container {
    padding: 5px 5px !important;
}

ul.j-variation-select-box {
    gap: 10px;
}

#our_products .img-box {
    border-bottom: none;
}

#our_products .card_deatil_jewery p {
    text-align: left;
}

#our_products .card_deatil_jewery {
    padding: 0 13px;
}

.product-grid .home-product-item .card-box {
    position: relative;
    box-shadow: none !important;
    text-align: center;
    background-color: #fff;
    flex: 0 0 22%;
    /* min-height: 400px; */
    border-radius: 0px;
    border: 1px solid #fff;
    border-radius: 0 !important;
    overflow: hidden;
    /* margin: 12px; */
    /* width: calc(25% - 24px); */
    padding-bottom: 10px;
    margin: 5px;
}

.card_deatil_jewery {
    min-height: 0px !important;
}

section#insta-grid {
    padding: 100px 0 100px 0;
    position: relative;
}

.insta-head {
    text-align: center;
}

.insta-head h5 {
    font-size: 20px;
    font-weight: 600;
    /* font-family: 'Nunito', sans-serif !important; */
}

.insta-head h1 {
    font-size: 50px;
    /* margin-bottom: 50px; */
    /* font-family: 'Nunito', sans-serif !important; */
}

.insta-head h1 a {
    color: #000;
    text-decoration: none;
}

.modal-img-block.position-relative {
    height: 1000px;
}

.modal-img-block.position-relative img.img-fluid {
    height: 100%;
    object-fit: cover;
}

section#our_products .modal-img-block.position-relative img.img-fluid.responsive {
    display: none;
}

section#discount-block {
    background: #12293D;
    padding: 26px;
}

.offer-deal p {
    color: #fff;
    text-align: center;
    margin-bottom: 0;
    font-size: 30px;
}

.offer-deal p i {
    font-size: 30px;
    font-weight: bold;
}

.offer-deal p span {
    font-size: 25px;
    padding-left: 15px;
}

section#our_products {
    padding: 100px 0px 100px 0px !important;
    overflow: hidden;
}

section#our_products .container-fluid.products-container {
    padding: 0 100px;
}

.deal-side {
    display: flex;
    justify-content: end;
}

.deal-side p {
    background: red;
    color: white;
    width: fit-content;
    margin-bottom: 0;
    padding: 5px 10px;
}

.dia-allshape .shape a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-decoration: none;
}

.dia-allshape .shape img.img-fluid {
    max-width: 100px;
    height: 100px;
}

.dia-allshape .shape p {
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 400;
    letter-spacing: 0.8px;
    color: #000;
}

section#dia-shape h2 {
    font-family: "Cormorant Garamond", serif;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 60px;
    text-align: center;
    margin-bottom: 50px;
}

section#dia-shape {
    margin: 50px 0;
}

section#bottom-slide {
    background: #663130;
}

/* .re-type { display: flex; align-items: center; justify-content: space-between; } */
.re-type p {
    color: #fff;
    margin: 0;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 1.4px;
}

.craft-moment {
    position: absolute;
    /* right: 9%; */
    left: 10%;
    top: 34%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.craft-moment.valentine {
    right: 0;
    left: 0;
    top: 21%;
}
.craft-moment.valentine .craft-head h1 {
    color: #fff;
    font-size: 70px;
}
.craft-moment.valentine p.txt-tp {
    color: #fff;
    text-transform: none;
    font-size: 36px;
    letter-spacing: normal;
    margin-bottom: 25px;
    font-weight: 400;
}
.craft-moment.valentine p.txt-bt {
    color: #fff;
    font-size: 36px;
}
p.discount {
    text-transform: uppercase;
    color: #fff;
    font-size: 100px;
    font-weight: 400;
}

.craft-head h1 {
    font-family: "Cormorant Garamond", serif;
    font-weight: 500;
    font-size: 68px;
    text-align: center;
    text-transform: uppercase;
}

.craft-btn {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: center;
}

.craft-btn a {
    color: #fff;
    text-decoration: none;
    background: transparent;
    border: 1px solid #fff;
    font-size: 18px;
    font-weight: 500;
    padding: 10px;
    display: block;
    width: 275px;
    text-align: center;
    transition: all 0.3s ease-in-out;
    text-transform: uppercase;
}

.craft-btn a:hover {
    background: #fff;
    color: #000;
    border: 1px solid #fff;
}

p.txt-tp {
    color: #000;
    text-transform: uppercase;
    text-align: center;
    font-size: 26px;
    letter-spacing: 6px;
    margin-bottom: 25px;
    font-weight: 500;
}
p.txt-bt {
    /* color: #000; */
    text-align: center;
    font-size: 29px;
    font-weight: 400;
    margin-top: 20px;
}
/* section#craft-banner { background-image: url(../../images/craft-banner.jpg); height: 700px; position: relative; background-repeat: no-repeat; background-size: cover; background-position: center; } */
section#craft-banner {
    position: relative;
    height: 712px;
}

section#craft-banner img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

section#introduction .center-ban {
    background-image: url(../../images/center-banner.png);
    height: 730px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.its-btn {
    position: absolute;
    top: 25%;
    right: 10%;
}

.its-btn h3 {
    font-size: 55px;
    font-family: "Cormorant Garamond", serif;
    text-transform: uppercase;
}

.its-btn p {
    width: 500px;
    line-height: 23px;
    letter-spacing: 1px;
}

.its-btn a {
    border: 1px solid #fff;
    background: #fff;
    color: #000;
    text-decoration: none;
    padding: 10px 30px;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 2px;
    transition: all 0.3s ease-in-out;
}

.its-btn a:hover {
    border: 1px solid #444444;
    background: #444444;
    color: #fff;
}

#gift_love h3 {
    font-family: "Cormorant Garamond", serif;
    text-transform: uppercase;
}

.everlasting {
    position: absolute;
    top: 20%;
    left: 30%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.everlasting h3 {
    font-family: "Cormorant Garamond", serif;
    text-transform: uppercase;
    font-size: 60px;
    font-weight: 500;
}

.everlasting p {
    /* font-family: "Nunito Sans", sans-serif; */
    font-size: 34px;
    font-weight: 300;
    color: #858585;
    letter-spacing: 4px;
}

.everlasting a {
    border: 1px solid #222;
    background: transparent;
    color: #222;
    text-decoration: none;
    padding: 10px 30px;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 2px;
    transition: all 0.3s ease-in-out;
}

.everlasting a:hover {
    color: #fff;
    background: #222;
}

.home-product-item {
    /* padding-left: 0; */
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.home-product-item .card-box {
    flex: 0 0 32% !important;
    margin: 0 !important;
    transition: all 0.3s ease-in-out;
}

.home-product-item .card-box p.des-home {
    margin: 0px;
    color: #051C42;
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    /* text-align: center; */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.home-product-item .card-box p.pri-home {
    font-size: 16px;
    color: #232323;
    font-weight: 600;
    margin-bottom: 0;
    /* font-family: 'Nunito', sans-serif !important; */
    text-align: center;
}

.insta-masonry {
    grid-gap: 10px;
    display: grid;
    grid-template-areas: "post1 post2 post3 post4 featured1 featured1" "post5 featured2 featured2 post6 featured1 featured1" "post7 featured2 featured2 post8 post9 post10";
}

.fs-entry-container {
    height: 100%;
    width: 100% !important;
    float: left;
    position: relative;
    min-height: 16.6666666667vw;
    overflow: hidden;
    padding-top: 25%;
}

/* Image styles */
.fs-entry-container img {
    max-height: 320px;
    width: 100%;
    object-fit: cover;
    object-position: top;
    max-width: 650px;
    height: 100%;
    transition: transform 0.3s ease;
    position: absolute;
    top: 0;
    left: 0;
}

.fs-entry-container:hover img {
    transform: scale(1.05);
}

/* Featured image heights */
.fs-entry-container:nth-child(5) img,
.fs-entry-container:nth-child(7) img {
    max-height: 650px;
}

/* Grid areas */
.fs-entry-container:first-child {
    grid-area: post1;
}

.fs-entry-container:nth-child(2) {
    grid-area: post2;
}

.fs-entry-container:nth-child(3) {
    grid-area: post3;
}

.fs-entry-container:nth-child(4) {
    grid-area: post4;
}

.fs-entry-container:nth-child(5) {
    grid-area: featured1;
}

.fs-entry-container:nth-child(6) {
    grid-area: post6;
}

.fs-entry-container:nth-child(7) {
    grid-area: featured2;
}

.fs-entry-container:nth-child(8) {
    grid-area: post8;
}

.fs-entry-container:nth-child(9) {
    grid-area: post9;
}

.fs-entry-container:nth-child(10) {
    grid-area: post10;
}

/* Optional margins */
.fs-entry-container:nth-child(6n) {
    margin-right: 0;
}

.fs-entry-container:nth-child(6n+1) {
    margin-left: 0;
}

/* Overlay effect */
.fs-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    transition: opacity 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fs-entry-container:hover .fs-overlay {
    opacity: 1;
}

.fs-overlay i {
    color: white;
    font-size: 30px;
}

.follow-us {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 25px;
}

.follow-us h3 {
    font-size: 60px;
    font-weight: 400;
    font-family: "Cormorant Garamond", serif;
    text-transform: uppercase;
    color: #000;
    /* margin-bottom: 25px; */
}

.follow-us p {
    font-size: 18px;
    font-weight: 300;
    color: #000;
    letter-spacing: 0.8px;
    /* font-family: "Nunito Sans", sans-serif; */
}

.follow-box a {
    border: 1px solid #2f2f2f;
    /* display: block; */
    height: 52px;
    width: 235px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2f2f2f;
    text-decoration: none;
    gap: 20px;
}

.follow-box {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 50px;
}

.follow-box a svg {
    height: 16px;
    width: 16px;
}

.section-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.section-title {
    font-family: "Cormorant Garamond", serif;
    text-transform: uppercase;
    font-size: 56px;
    margin: 0;
    font-weight: 500;
}

section#most-design .swiper-button-next:after {
    font-size: 26px !important;
    font-weight: 700;
}

section#most-design .swiper-button-prev:after {
    font-size: 26px !important;
    font-weight: 700;
}

section#most-design .swiper {
    /* padding-left: 10px !important;
    padding-right: 10px !important; */
    padding-bottom: 40px !important;
    /* margin-left: 140px !important; */
}

section#most-design .swiper-slide {
    background: #fff;
    border-radius: 10px;
    padding-right: 20px;
}

section#most-design .product-img {
    width: 100%;
    max-height: 370px;
    object-fit: contain;
    margin-bottom: 15px;
    height: 100%;
}

section#most-design .btn-shop {
    background: transparent;
    color: #222 !important;
    padding: 12px 30px;
    border: 1px solid #222;
    font-size: 16px;
    cursor: pointer;
    display: block;
    font-weight: 600;
    width: fit-content;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

section#most-design .btn-shop:hover {
    background: #222;
    color: #fff !important;
}

section#most-design .swiper-button-prev,
section#most-design .swiper-button-next {
    position: static !important;
    width: auto;
    height: auto;
    font-size: 24px;
    color: #000;
    cursor: pointer;
}

section#most-design .nav-buttons {
    display: flex;
    gap: 25px;
    align-items: center;
    margin-top: 20px;
}

section#most-design .custom-container {
    max-width: 1600px;
}

section#most-design {
    margin: 50px 0;
}

section#most-design a {
    color: #000;
    text-decoration: none;
}

section#most-design h5 {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
}

section#most-design p {
    font-size: 16px;
    color: #555555;
    font-weight: 400;
    letter-spacing: 0.8px;
}

section#introduction .container {
    max-width: 1600px;
    padding: 0;
}

li.user_name span {
    text-transform: capitalize;
}

#custom-navbar .custom-navbar-nav.right-side-icons {
    gap: 10px;
    flex-direction: row;
}

.select2-results__option {
    font-weight: normal;
    font-size: 14px;
    padding: 3px 5px;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable,
.select2-container--default .select2-results__option--selected {
    background-color: #04192a !important;
    color: #FFF !important;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #ddd !important
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-weight: normal !important;
    color: #616161 !important;
    font-size: 15px !important;
    line-height: 24px;
}

.btn-blue {
    background: #04192a !important;
    border: 1px solid #04192a !important;
    padding: 10px 19px;
    text-transform: uppercase;
    color: rgb(255, 255, 255) !important;
    width: 100%;
    margin-bottom: 10px;
    border-radius: 0px;
    transition: 0.5s;
}

.login-button .btn.btn-blue:hover {
    background-color: rgb(255, 255, 255) !important;
    color: rgb(0, 0, 0) !important;
    border: 1px solid #04192a !important;
    transition: 0.5s;
}

.btn-box-dia {
    padding: 0 10px;
}

.card_deatil_jewery {
    margin-bottom: 12px !important;
}

li.variant-item.active img {
    border: 2px dotted #000;
    border-radius: 50%;
}

div#myModaljewelry button.btn-close {
    border: 2px solid #fff !IMPORTANT;
    background-color: #fff;
    opacity: 1;
    height: 14px;
    width: 14px;
    padding: 5px;
    border-radius: 50%;
    color: #fff !important;
    margin-right: 0px;
}

body #list_diamond table tr td i.fa-solid.fa-cart-shopping {
    cursor: pointer;
}

#contactus-form-section .send-us-msg .send-us-text h1 {
    font-family: "Cormorant Garamond", serif;
    text-transform: uppercase;
}

.main_heading p {
    line-height: 26px;
    color: #000;
    letter-spacing: 0.2px;
}

section#hero-banner .swiper-button-next,
section#hero-banner .swiper-button-prev {
    background: #fff;
    padding: 10px;
    border-radius: 50%;
}

section#hero-banner .swiper-button-prev {
    left: 30px !important;
}

section#hero-banner .swiper-button-next {
    right: 30px !important;
}

/* review section */

section#review .container {
    max-width: 1600px;
}

#review .review-slider .swiper-button-prev {
    left: -15px !important;
}

#review .review-slider .swiper-button-next {
    right: -15px !important;
}

#review .review-slider .swiper-button-prev svg.swiper-navigation-icon {
    height: 25px;
    width: 25px;
}

#review .review-slider .swiper-button-next svg.swiper-navigation-icon {
    height: 25px;
    width: 25px;
}

#review .review-slider .swiper-wrapper {
    padding: 0 20px;
}

#review h1.review-head.text-center {
    font-family: "Cormorant Garamond", serif;
    text-transform: uppercase;
    font-size: 56px;
    margin: 0;
    font-weight: 500;
    margin-bottom: 40px;
}

@media(max-width:991px) {
    #review h1.review-head.text-center {
        font-size: 40px;
    }
}

@media(max-width:576px) {
    #review h1.review-head.text-center {
        font-size: 30px;
    }
}

/* timer countdown */
.countdown-wrap .container {
    width: 100%;
    max-width: 1100px;
    background: #FBEADE;
    border-radius: 16px;
    padding: 32px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
    display: flex;
    gap: 40px;
    align-items: center;
    border: 1px solid #eee;
    margin: 50px auto;
}


.countdown-wrap .promo {
    max-width: 550px;
}

.countdown-wrap .promo h1 {
    margin: 0 0 10px 0;
    font-size: 34px;
    font-weight: 700;
    color: #c49a3d;
    letter-spacing: 1px;
    font-family: "Cormorant Garamond", serif;
}

.countdown-wrap .promo p {
    margin: 0;
    font-size: 18px;
    line-height: 1.6;
    font-weight: 700;
    color: #333;
}

.countdown-wrap .timer {
    display: flex;
    gap: 16px;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
}

.countdown-wrap .time-card {
    background: #faf7f2;
    min-width: 80px;
    padding: 14px 16px;
    border-radius: 14px;
    text-align: center;
    border: 1px solid #e6dccb;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
}

.countdown-wrap .time-card .value {
    font-size: 26px;
    font-weight: 700;
    color: #333
}

.countdown-wrap .time-card .label {
    font-size: 12px;
    color: #8b7f6b;
    margin-top: 6px;
    text-transform: uppercase;
    letter-spacing: 1px
}

.countdown-wrap .cta {
    grid-column: 1 / -1;
    display: flex;
    gap: 16px;
    margin-top: 25px;
    justify-content: start;
}


.countdown-wrap .btn-primary {
    border-radius: 10px;
    background: #faf7f2;
    color: #000;
    padding: 10px 25px;
    border: 1px solid #e6dccb;
    font-size: 14px;
    cursor: pointer;
    display: block;
    width: fit-content;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    vertical-align: middle;
    text-transform: uppercase;
    font-weight: 500;
}

.countdown-wrap .btn-primary:hover {
    background: white;
    color: #222 !important;
    border: 1px solid #222;
}

.timernew .countdown-wrap .time-card {
    min-width: 65px;
    padding: 10px;
}

.timernew .countdown-wrap .time-card .value {
    font-size: 22px;
}

.timernew .countdown-wrap .time-card .label {
    font-size: 10px;
}

.timernew .countdown-wrap .container {
    align-items: baseline;
    flex-direction: column;
}
.timernew .countdown-wrap .container {
    background: white;
    box-shadow: none;
    border: none;
    padding: 0;
    gap: 20px;
}
.timernew .countdown-wrap .promo h1 {
    font-size: 28px;
}
/* .ig-hide{
    display: none;
} */
/* .deatil_icon_top {
    position: absolute;
    z-index: 2;
} */
@media(max-width:992px) {
    section#fr-edu {
    margin-top: 0 !important;
}
    .md-img {
    top: 0 !important;
}
    .countdown-wrap .container {
        flex-direction: column;
    }

    .countdown-wrap .cta {
        justify-content: center;
    }

    .countdown-wrap .promo p {
        text-align: center;
    }

    .countdown-wrap .promo h1 {
        text-align: center;
    }
}

@media(max-width:720px) {
    .countdown-wrap .countdown-wrap {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .countdown-wrap .timer {
        justify-content: center;
    }

    .countdown-wrap .cta {
        justify-content: center;
        flex-wrap: wrap;
    }
}

@media(max-width:576px) {
    section#fr-edu .btn-shop {
    font-size: 14px !important;
}
    .cont-fr h1 {
    font-size: 28px !important;
}
    #gift_love {
    margin: 0;
}
    .countdown-wrap .btn-primary {
    font-size: 12px;
}
    /* .ig-hide{
    display: block;
}
    .ig-show{
    display: none;
} */
    .countdown-wrap .promo p {
        font-size: 14px !important;
    }

    .countdown-wrap .promo h1 {
        font-size: 24px;
    }

    .countdown-wrap .time-card {
        min-width: 65px;
        padding: 10px;
    }

    .countdown-wrap .time-card .label {
        font-size: 8px;
    }

    .countdown-wrap .time-card .value {
        font-size: 16px;
    }

    .countdown-wrap .container {
        padding: 10px !important;
        gap: 25px;
          margin: 0;
    }
    .countdown-wrap .cta {
    margin-top: 15px;
}
}
    section#fr-edu {
    margin-top: 150px;
}
    .cont-fr {
    max-width: 600px;
    width: 100%;
}
section#fr-edu .fr-cont {
    background: #F6F4F2;
}
.md-img {
    position: relative;
    top: -60px;
}
.cont-fr h1 {
    color: #CBCBCB;
    font-size: 90px;
    font-family: "Cormorant Garamond", serif;
}
section#fr-edu .btn-shop {
    background: transparent;
    color: #222 !important;
    padding: 12px 30px;
    border: 1px solid #222;
    font-size: 16px;
    cursor: pointer;
    display: block;
    font-weight: 600;
    width: fit-content;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

section#fr-edu .btn-shop:hover {
    background: #222;
    color: #fff !important;
}
/* .btn-gt {
    position: absolute;
    bottom: 5%;
    left: 10%;
    text-align: center;
}
.val-box {
    position: relative;
}*/
.craft-moment.van-cp {
    top: 75%;
    left: 0;
    width: 100%;
}

.van-cp h4 {
    color: #fff;
    text-transform: uppercase;
    font-size: 36px;
    font-family: "Cormorant Garamond", serif;
    margin-bottom: 15px;
    text-align: center;
}
.van-cp a {
    color: #fff;
    text-decoration: none;
    background: transparent;
    border: 1px solid #fff;
    font-size: 18px;
    font-weight: 500;
    padding: 10px;
    display: block;
    width: 275px;
    text-align: center;
    transition: all 0.3s ease-in-out;
    text-transform: uppercase;
}
.van-cp a:hover {
background: #fff;
    color: #000;
    border: 1px solid #fff;
} 
.craft-btn.wt a {
    color: #000;
    background: #fff;
    border: 1px solid #000;
}
.craft-btn.wt a:hover {
    color: #fff;
    background: #000;
    border: 1px solid #000;
}