﻿:root {
    --light_yellow: rgba(250, 241, 221, 1);
    --light_black: #757575;
    --black: #000000;
    --white: #fff;
    --yellow: #e9c77e;
    --sectionbg: #2b2b2b;
    --borderColor: #bababa;
    --bs-success-rgb: 63, 166, 107;
    --bs-info-rgb: 77, 83, 224;
    --bs-warning-rgb: 255, 142, 54;
}

* {
    box-sizing: border-box;
}

@font-face {
    font-family: "Whyte Inktrap";
    src: url("../font/WhyteInktrap-Black.woff2") format("woff2"), url("../font/WhyteInktrap-Black.woff") format("woff");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Whyte Inktrap";
    src: url("../font/WhyteInktrap-Bold.woff2") format("woff2"), url("../font/WhyteInktrap-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Whyte Inktrap";
    src: url("../font/WhyteInktrap-Heavy.woff2") format("woff2"), url("../font/WhyteInktrap-Heavy.woff") format("woff");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Whyte Inktrap";
    src: url("../font/WhyteInktrap-Italic.woff2") format("woff2"), url("../font/WhyteInktrap-Italic.woff") format("woff");
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Whyte Inktrap Book";
    src: url("../font/WhyteInktrap-Book.woff2") format("woff2"), url("../font/WhyteInktrap-Book.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Whyte Inktrap";
    src: url("../font/WhyteInktrap-Medium.woff2") format("woff2"), url("../font/WhyteInktrap-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Whyte Inktrap";
    src: url("../font/WhyteInktrap-Regular.woff2") format("woff2"), url("../font/WhyteInktrap-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Whyte Inktrap";
    src: url("../font/WhyteInktrap-Light.woff2") format("woff2"), url("../font/WhyteInktrap-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Whyte Inktrap";
    src: url("../font/WhyteInktrap-ExtraLight.woff2") format("woff2"), url("../font/WhyteInktrap-ExtraLight.woff") format("woff");
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Whyte Inktrap Super";
    src: url("../font/WhyteInktrap-Super.woff2") format("woff2"), url("../font/WhyteInktrap-Super.woff") format("woff");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Whyte Inktrap Super";
    src: url("../font/WhyteInktrap-Super.woff2") format("woff2"), url("../font/WhyteInktrap-Super.woff") format("woff");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Whyte Inktrap";
    src: url("../font/WhyteInktrap-Thin.woff2") format("woff2"), url("../font/WhyteInktrap-Thin.woff") format("woff");
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Whyte Inktrap";
    src: url("../font/WhyteInktrap-Thin.woff2") format("woff2"), url("../font/WhyteInktrap-Thin.woff") format("woff");
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Whyte Inktrap";
    font-size: 16px;
    line-height: 22px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin-top: 0;
}

h2 {
    font-size: 44px;
    line-height: 54px;
}

ul {
    margin: 0;
    padding: 0;
}

h1 {
    font-size: 88px;
    line-height: 88px;
    font-weight: 600;
}

h2 {
    font-size: 44px;
    line-height: 54px;
}

h3 {
    font-size: 34px;
    line-height: 44px;
}

h5 {
    font-size: 26px;
    line-height: 38px;
}

h6 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
}

a {
    text-decoration: none;
    color: inherit;
}

    a:hover {
        color: inherit;
    }

img {
    max-width: 100%;
}

button {
    border: 0;
}

p {
    font-size: 18px;
    line-height: 28px;
    color: var(--light_black);
    margin-top: 0;
}

    p.small {
        font-size: 16px;
        line-height: 22px;
    }

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.fs_16 {
    font-size: 16px;
    line-height: 22px;
}

.fs_18 {
    font-size: 18px;
    line-height: 26px;
}

.btn_transparent {
    border: 0;
    background: transparent;
}

.btn_light_yellow {
    padding: 15px 25px;
    border-radius: 34px;
    font-size: 20px;
    line-height: 20px;
    font-weight: 400;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 10px;
    background: var(--light_yellow);
    border: 1px solid var(--light_yellow);
    transition: 0.5s ease;
}

    .btn_light_yellow img {
        width: 18px;
        height: 18px;
        transition: 0.5s ease;
    }

    .btn_light_yellow:hover img {
        filter: invert(1) brightness(100%);
        transition: 0.5s ease;
        transform: rotate(45deg);
    }

    .btn_light_yellow:hover {
        background: transparent;
        color: var(--white);
        border-color: var(--white);
        transition: 0.5s ease;
    }

.btn_yellow {
    width: fit-content;
    padding: 15px 25px;
    border-radius: 34px;
    font-size: 20px;
    line-height: 20px;
    font-weight: 400;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 10px;
    background: var(--yellow);
    border: 1px solid var(--yellow);
    color: var(--black);
    transition: 0.5s ease;
}

    .btn_yellow:hover {
        background: transparent;
        border: 1px solid var(--black);
        color: var(--black);
        transition: 0.5s ease;
    }

.btn_yellow_border {
    width: fit-content;
    padding: 15px 25px;
    border-radius: 34px;
    font-size: 20px;
    line-height: 20px;
    font-weight: 400;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 10px;
    background: var(--white);
    border: 1px solid var(--yellow);
    color: var(--yellow);
    transition: 0.5s ease;
}

    .btn_yellow_border:hover {
        background: var(--yellow);
        border: 1px solid var(--yellow);
        color: var(--black);
        transition: 0.5s ease;
    }

.btn_yellow img {
    transition: 0.5s ease;
}

.btn_yellow:hover img {
    transform: rotate(45deg);
    transition: 0.5s ease;
}

.btn_yellow.white_hover:hover {
    background: transparent;
    border: 1px solid var(--white);
    color: var(--white);
    transition: 0.5s ease;
}

.btn_yellow.white_hover img {
    transition: 0.5s ease;
}

.btn_yellow.white_hover:hover img {
    filter: invert(1) brightness(1);
    transition: 0.5s ease;
}

.bottom_arrow_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: var(--light_yellow);
}

    .bottom_arrow_btn img {
        transform: rotate(135deg);
    }

.container {
    max-width: 1600px;
}

.container-fluid {
    padding-left: 30px;
    padding-right: 30px;
}

.text-success {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}

.text-success-hover:hover {
    color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}

.text-info {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}

.text-info-hover:hover {
    color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}

.text-warning {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}

.text-warning-hover:hover {
    color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}

.grey_bg {
    background: var(--grey-bg);
}

.bg-success {
    --bs-bg-opacity: 1;
    background-color: rgba( var(--bs-success-rgb), var(--bs-bg-opacity) ) !important;
}

.bg-info {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}

.bg-warning {
    --bs-bg-opacity: 1;
    background-color: rgba( var(--bs-warning-rgb), var(--bs-bg-opacity) ) !important;
}

.bg-opacity-20 {
    --bs-bg-opacity: 0.2;
}

.text_white {
    color: var(--white) !important;
}

.text_black {
    color: var(--black) !important;
}

.text_yellow {
    color: var(--yellow);
}

.text_light_black {
    color: var(--light_black);
}

.radius32 {
    border-radius: 32px;
}

.section_bg {
    background: var(--sectionbg);
}

.setion_white_title h2 {
    color: var(--white);
    display: inline-block;
    position: relative;
    margin-bottom: 50px;
}

.setion_black_title h2 {
    color: var(--black);
    display: inline-block;
    position: relative;
    margin-bottom: 45px;
}

.setion_black_title .section_title_arrow,
.setion_white_title .section_title_arrow {
    display: inline-block;
    position: relative;
    top: 20px;
    margin-left: 10px;
}

    .setion_black_title .section_title_arrow img,
    .setion_white_title .section_title_arrow img {
        height: 45px;
    }

    .setion_white_title .section_title_arrow img {
        filter: invert(1);
    }

.mb30 {
    margin-bottom: 30px;
}

.mb20 {
    margin-bottom: 20px;
}

.mt20 {
    margin-top: 20px;
}

.mb50 {
    margin-bottom: 50px;
}



/* header css start */

.navbar-toggler:focus {
    box-shadow: none;
}

header {
    position: absolute;
    width: 100%;
    left: 0;
    top: 30px;
    z-index: 1;
}

.header_wrap {
    padding: 30px;
}

header .navbar {
    background: transparent !important;
}

    header .navbar .navbar_wrap ul {
        background: var(--light_yellow);
        padding: 18px 20px;
        border-radius: 30px;
        gap: 32px;
    }

        header .navbar .navbar_wrap ul .nav-item .nav-link {
            color: #414141;
            font-size: 16px;
            line-height: 22px;
            font-weight: 400;
            padding: 0;
            transition: 0.5s ease;
        }

            header .navbar .navbar_wrap ul .nav-item .nav-link:hover {
                color: var(--black);
                transition: 0.5s ease;
            }

            header .navbar .navbar_wrap ul .nav-item .nav-link.active {
                color: var(--black);
                font-weight: 500;
                transition: 0.5s ease;
            }

header .header_logo_wrap a {
    display: block;
    max-width: 170px;
    margin: 0 auto;
}

    header .header_logo_wrap a img {
        height: 100%;
        width: 100%;
    }

header .header_contact_btn_wrap .btn_light_yellow {
    width: fit-content;
}

/* header css start */

/* home page css start */

.banner_wrap {
    position: relative;
    height: 862px;
    border-radius: 30px;
    overflow: hidden;
}

    .banner_wrap video {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.banner_sec {
    padding-top: 30px;
}

.banner_content_wrap {
    max-width: 900px;
    position: absolute;
    bottom: 0;
    left: 0;
}

    .banner_content_wrap .diamond_content_wrap {
        max-width: 450px;
        border-radius: 0 34px 0 0;
        padding: 17px 20px;
        display: flex;
        align-items: end;
        justify-content: space-between;
        background: #fff;
        position: relative;
    }

        .banner_content_wrap .diamond_content_wrap::after {
            content: "";
            position: absolute;
            left: 0;
            top: -28px;
            width: 28px;
            height: 28px;
            background-image: url(../images/left-shape.svg);
        }

        .banner_content_wrap .diamond_content_wrap::before {
            content: "";
            position: absolute;
            right: -28px;
            bottom: 0;
            width: 28px;
            height: 28px;
            background-image: url(../images/left-shape.svg);
        }

.diamond_content_wrap img {
    width: 110px;
    height: 110px;
    object-fit: contain;
    filter: hue-rotate(237deg) contrast(1);
}

.diamond_content_wrap .diamond_content_text {
    width: calc(100% - 110px);
    padding-right: 20px;
}

.banner_content_wrap .headeing_upper_text {
    max-width: 550px;
    width: 100%;
}

.banner_content_wrap h1 {
    background-color: #fff;
    display: inline-block;
    padding: 25px 35px 5px 0;
    border-radius: 0 34px 0 0;
    margin-bottom: 0;
    position: relative;
}

    .banner_content_wrap h1::after {
        content: "";
        position: absolute;
        right: -28px;
        bottom: 0;
        width: 28px;
        height: 28px;
        background-image: url(../images/left-shape.svg);
    }

.banner_content_wrap .banner_content_btn {
    position: absolute;
    right: -50px;
    top: 50%;
    transform: translate(100%, -50%);
    display: flex;
    align-items: center;
    gap: 0 10px;
}

.about_banner_text_wrap {
    position: absolute;
    bottom: 36px;
    right: 40px;
}

    .about_banner_text_wrap .about_banner_text {
        width: 100%;
        max-width: 365px;
        background: var(--white);
        padding: 23px 28px 23px 23px;
        border-radius: 25px;
        position: relative;
    }

    .about_banner_text_wrap .banner_about_btn_wrap {
        background-image: url(../images/banner-button-shape.png);
        width: 90px;
        height: 90px;
        background-size: 100%;
        position: absolute;
        right: 0;
        bottom: 0;
    }

.about_banner_text .bottom_arrow_btn {
    position: absolute;
    right: 0;
    bottom: 0;
    background: #fff;
}

.about_banner_text_wrap .bottom_arrow_btn img {
    transform: inherit;
}

.about_title p {
    margin-bottom: 0;
}

/* home page css start */

.lab_grown_diamond_box_wrap {
    color: var(--white);
    padding: 70px 20px 70px 120px;
    margin: 70px 0;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

    .lab_grown_diamond_box_wrap::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        max-width: 930px;
        width: 100%;
        height: 530px;
        background-image: url(../images/home/lab-grown-shape-img.png);
        background-repeat: no-repeat;
        z-index: -1;
    }

.lab_grown_diamond_wrap {
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 2;
}

.lab_grown_diamond_left_wrap {
    width: 400px;
}

.lab_grown_diamond_right_wrap {
    width: calc(100% - 400px);
}

.lab_grown_swiper .swiper-slide-active .diamond_box::after {
    content: "";
    position: absolute;
    left: -1px;
    top: 0;
    background-image: url(../images/left-top-black-img.png);
    background-repeat: no-repeat;
    width: 90px;
    height: 60px;
}

.lab_grown_swiper .swiper-slide-active .diamond_box::before {
    content: "";
    position: absolute;
    left: 14px;
    top: 14px;
    background-image: url(../images/img-cut-shape.png);
    background-repeat: no-repeat;
    width: 110px;
    height: 75px;
}

.diamond_box {
    padding: 15px;
    position: relative;
    z-index: 2;
    background: var(--white);
    border-radius: 16px;
    color: var(--black);
}

    .diamond_box img {
        aspect-ratio: 3/2;
        width: 100%;
        margin-bottom: 28px;
    }

.lab_grown_swiper {
    padding-bottom: 80px;
}

    .lab_grown_swiper .swiper-button-prev {
        bottom: 0;
        left: 20px;
        top: inherit;
        width: fit-content;
    }

    .lab_grown_swiper .swiper-button-next {
        bottom: 0;
        left: 75px;
        top: inherit;
        width: fit-content;
    }

.swiper-button-next,
.swiper-button-prev {
    width: fit-content;
    height: auto;
}

    .swiper-button-next::after {
        font-size: 0;
        background-image: url(../images/swiper-next-arrow.svg);
        background-repeat: no-repeat;
        width: 45px;
        height: 32px;
        display: inline-block;
    }

    .swiper-button-prev::after {
        font-size: 0;
        background-image: url(../images/swiper-next-arrow.svg);
        background-repeat: no-repeat;
        width: 45px;
        height: 32px;
        display: inline-block;
        transform: rotate(180deg);
    }

.our_story_img_wrap {
    height: 500px;
    width: 100%;
    position: relative;
    border-radius: 32px;
    overflow: hidden;
}

.white_top_right_shape {
    position: relative;
}

    .white_top_right_shape::after {
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        background-image: url(../images/our-story-shape.png);
        width: 137px;
        height: 75px;
    }

.our_story_img_wrap img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.our_story_sec .our_story_content_wrap {
    padding: 0 65px;
}

.our_mission_box_wrap {
    padding: 120px 180px;
    margin: 60px 0 80px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

    .our_mission_box_wrap::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        background-image: url(../images/home/our-mission-left-shape.png);
        background-repeat: no-repeat;
        background-size: 100%;
        max-width: 750px;
        width: 100%;
        height: 500px;
        z-index: -1;
    }

    .our_mission_box_wrap::before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        background-image: url(../images/home/our-mission-right-shape.png);
        background-repeat: no-repeat;
        width: 100%;
        max-width: 320px;
        height: 317px;
        z-index: -1;
    }

.mission_box {
    padding: 32px;
    background: rgba(255, 255, 255, 0.1);
    color: var(--white);
    border-radius: 24px;
    position: relative;
}

    .mission_box > img {
        height: 74px;
        object-fit: contain;
        margin-bottom: 10px;
        mix-blend-mode: lighten;
    }

    .mission_box.active::after {
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        width: 92px;
        height: 62px;
        background-image: url(../images/mission-shape.png);
        background-size: 100%;
    }

.our_mission_left_img {
    max-width: 600px;
}

.our_vision_img_wrap .img_wrap {
    height: 280px;
    object-fit: cover;
    overflow: hidden;
}

    .our_vision_img_wrap .img_wrap img {
        height: 100%;
        width: 100%;
        border-radius: 26px;
        object-fit: cover;
    }

.white_top_left_shap,
.white_top_right_shape,
.black_top_right_shape,
.white_bottom_left_shape,
.black_bottom_left_shape {
    position: relative;
}

    .white_top_left_shap::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 130px;
        height: 75px;
        background-image: url(../images/left-top-white-img.png);
    }

    .white_top_right_shape::after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 135px;
        height: 75px;
        background-image: url(../images/right-white-img-shape.png);
    }

    .black_top_right_shape::after {
        content: "";
        position: absolute;
        top: 0;
        right: -1px;
        width: 128px;
        height: 66px;
        background-image: url(../images/right-black-img-shape.png);
    }

    .white_bottom_left_shape::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: -1px;
        width: 130px;
        height: 75px;
        background-image: url(../images/left-white-img-shape.png);
    }

    .black_bottom_left_shape::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: -1px;
        width: 131px;
        height: 71px;
        background-image: url(../images/left-black-img-shape.png);
    }

.our_vision_content_wrap {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
}

.diamond_shap_box {
    padding: 86px 180px;
    margin: 80px 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

    .diamond_shap_box::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        background-image: url(../images/our-diamond-left-shape.png);
        background-repeat: no-repeat;
        max-width: 770px;
        width: 100%;
        height: 680px;
        z-index: -1;
    }

    .diamond_shap_box > h2 {
        margin-bottom: 30px;
    }

.shap-slider {
    padding-top: 30px;
    padding-bottom: 30px;
}

    .shap-slider .swiper-wrapper {
        align-items: center;
    }

    .shap-slider .shap-diamond-slid-wrap {
        min-height: 350px;
    }

    .shap-slider .swiper-slide .shap-diamond-slid-wrap h3,
    .shap-slider .swiper-slide .shap-diamond-slid-wrap p {
        opacity: 0;
        visibility: hidden;
        transition: 0.5s ease;
    }

    .shap-slider .swiper-slide.swiper-slide-active .shap-diamond-slid-wrap h3,
    .shap-slider .swiper-slide.swiper-slide-active .shap-diamond-slid-wrap p {
        opacity: 1;
        visibility: visible;
        transition: 0.5s all;
    }

    .shap-slider .swiper-slide .shap-inner-img {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 16px;
        border-radius: 24px;
        background: rgba(255, 255, 255, 0.1);
    }

    .shap-slider .swiper-slide.swiper-slide-active .shap-inner-img {
        background: transparent;
        padding: 0;
        border-radius: 0;
        margin-bottom: 50px;
    }

        .shap-slider .swiper-slide.swiper-slide-active .shap-inner-img img {
            transform: scale(1.8);
            transition: 0.5s ease;
        }

    .shap-slider .swiper-button-next {
        bottom: 0;
        top: inherit;
        right: 50%;
        transform: translate(55px, 0);
    }

    .shap-slider .swiper-button-prev {
        bottom: 0;
        top: inherit;
        left: 50%;
        transform: translate(-55px, 0);
    }

.our_team_swiper {
    padding-bottom: 50px;
}

    .our_team_swiper .our_team_box .our_team_img_wrap {
        border-radius: 24px;
        overflow: hidden;
        margin-bottom: 20px;
    }

        .our_team_swiper .our_team_box .our_team_img_wrap:hover img {
            transform: scale(1.1);
            transition: 0.5s ease;
        }

        .our_team_swiper .our_team_box .our_team_img_wrap img {
            height: 100%;
            width: 100%;
            object-fit: cover;
            transition: 0.5s ease;
        }

    .our_team_swiper .our_team_box .first_member {
        height: 330px;
    }

    .our_team_swiper .our_team_box .second_member {
        height: 415px;
    }

    .our_team_swiper .our_team_box .third_member {
        height: 315px;
    }

    .our_team_swiper .our_team_box .four_member {
        height: 315px;
    }

    .our_team_swiper .our_team_box h5 {
        margin-bottom: 0;
    }

    .our_team_swiper .swiper-button-prev::after,
    .our_team_swiper .swiper-button-next::after {
        filter: invert(1);
    }

    .our_team_swiper .swiper-button-next {
        bottom: 10px;
        top: inherit;
        right: 50%;
        transform: translate(55px, 0);
    }

    .our_team_swiper .swiper-button-prev {
        bottom: 10px;
        top: inherit;
        left: 50%;
        transform: translate(-55px, 0);
    }

.company_certificate_box {
    padding: 120px 0;
    margin: 80px 0 92px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

    .company_certificate_box::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        background-image: url(../images/our-diamond-left-shape.png);
        background-repeat: no-repeat;
        max-width: 770px;
        width: 100%;
        height: 680px;
        z-index: -1;
    }

    .company_certificate_box::before {
        content: "";
        position: absolute;
        bottom: 0;
        right: 0;
        background-image: url(../images/home/certificate-left-shape-img.png);
        background-repeat: no-repeat;
        background-size: cover;
        max-width: 750px;
        width: 100%;
        height: 100%;
        z-index: -1;
    }

    .company_certificate_box .certificate_left_img {
        position: absolute;
        left: 0;
        top: 50px;
        max-width: 400px;
    }

    .company_certificate_box .certificate_right_img {
        position: absolute;
        right: 0;
        bottom: 0;
        max-width: 400px;
    }

.company_certi_content_wrap {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.company_logo_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

    .company_logo_wrap .img_box {
        padding: 46px 33px;
        background: var(--white);
        border-radius: 22px;
    }

        .company_logo_wrap .img_box img {
            height: 60px;
            object-fit: contain;
            width: 100%;
        }

.ready_join_content_wrap {
    max-width: 850px;
    margin: 0 auto 75px;
    text-align: center;
}

    .ready_join_content_wrap h3 {
        margin-bottom: 70px;
    }

.email_box_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    gap: 10px;
}

    .email_box_wrap .form-control {
        width: 100%;
        background: rgba(247, 247, 247, 1);
        color: rgba(120, 120, 120, 1);
        border-radius: 35px;
        padding: 22px 24px;
        font-size: 18px;
        line-height: 100%;
        border: none;
    }

.form-control:focus {
    box-shadow: none;
    border-color: inherit;
}

.footer_box {
    padding: 48px;
}

.footer_logo_wrap img {
    max-width: 170px;
    margin-bottom: 24px;
}

.address_wrap ul li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 24px;
}

.footer_left_wrap {
    display: flex;
    justify-content: space-between;
    align-items: end;
    max-width: 700px;
}

    .footer_left_wrap .footer_logo_wrap {
        max-width: 320px;
        width: 100%;
    }

    .footer_left_wrap .address_wrap {
        width: calc(100% - 320px);
        padding-left: 50px;
    }

    .footer_left_wrap .footer_logo_wrap p {
        font-size: 16px;
        line-height: 22px;
        color: rgba(222, 222, 222, 1);
    }

.footer_navbar_wrap ul {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 54px;
    margin-bottom: 40px;
    margin-top: 30px;
}

    .footer_navbar_wrap ul li a {
        color: rgba(200, 200, 200, 1);
        transition: 0.5s ease;
        padding: 0;
    }

        .footer_navbar_wrap ul li a.active,
        .footer_navbar_wrap ul li a:hover {
            color: var(--white);
            transition: 0.5s ease;
        }

.footer_social_icon_wrap ul {
    display: flex;
    align-items: center;
    gap: 20px;
    padding-left: 28px;
}

    .footer_social_icon_wrap ul li a img {
        width: 25px;
        height: 25px;
        transition: 0.5s ease;
    }

        .footer_social_icon_wrap ul li a img:hover {
            filter: opacity(0.7);
            transition: 0.5s ease;
        }

.footer_social_icon_wrap {
    display: flex;
    align-items: center;
    justify-content: end;
}

.copyright_wrap {
    padding: 26px 0;
    text-align: center;
}

/* ================================================================
                 home page css end
================================================================ */

/* ================================================================
                 about us page css  start
================================================================ */

.inner_banner_section {
    padding-top: 30px;
}

.inner_banner_wrap {
    height: 500px;
    background-image: url(../images/about-us/about-us-banner.jpg);
    background-size: cover;
    border-radius: 32px;
    position: relative;
}

.inner_banner_text_wrap {
    position: absolute;
    bottom: 0;
    left: 0;
}

    .inner_banner_text_wrap h2 {
        background: var(--white);
        padding: 28px 28px 6px 0;
        font-size: 78px;
        line-height: 78px;
        position: relative;
        margin: 0;
        font-weight: 700;
        border-top-right-radius: 32px;
    }

        .inner_banner_text_wrap h2::after {
            content: "";
            position: absolute;
            left: 0;
            top: -28px;
            width: 28px;
            height: 28px;
            background-image: url(../images/left-shape.svg);
        }

        .inner_banner_text_wrap h2::before {
            content: "";
            position: absolute;
            right: -28px;
            bottom: 0;
            width: 28px;
            height: 28px;
            background-image: url(../images/left-shape.svg);
        }

.known_about_us_left_wrap .known_about_us_img1 {
    aspect-ratio: 3 / 4;
    border-radius: 20px;
}

    .known_about_us_left_wrap .known_about_us_img1 img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

.known_about_us_sec {
    margin: 115px 0;
}

.why_choose_us_box_wrap {
    padding: 80px 160px 100px;
}

.why_choose_us_box_wrap,
.event_box_wrap {
    background-image: url(../images/about-us/event-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.why_choose_inner_wrap {
    max-width: 1500px;
    margin: 0 auto;
}

    .why_choose_inner_wrap ul {
        display: flex;
        justify-content: space-between;
    }

        .why_choose_inner_wrap ul li {
            width: calc(20% - 50px);
            margin: 0 25px 30px;
            padding: 30px 50px;
            background: rgba(74, 74, 74, 1);
            color: var(--white);
            border-radius: 26px;
            text-align: center;
        }

.why_choose_box_wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.why_choose_inner_wrap ul li .img_box {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 1px solid var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 30px;
}

    .why_choose_inner_wrap ul li .img_box img {
        height: 50px;
        object-fit: contain;
    }

.associated_sec {
    padding: 115px 0;
}

.associated_box {
    padding: 15px;
    border: 1px solid rgba(228, 228, 228, 1);
    border-radius: 15px;
}

    .associated_box img {
        height: 100px;
        object-fit: contain;
        margin: 0 auto;
        width: 100%;
    }

.event_box_wrap {
    padding: 100px 120px;
}

.event_inner_wrap {
    max-width: 1280px;
    margin: 30px auto 20px;
}

.event_box {
    padding: 25px;
    background: var(--white);
    border-radius: 20px;
}

    .event_box img {
        height: 130px;
        object-fit: contain;
        margin: 0 auto;
        width: 100%;
    }

.our_gallery_sec {
    padding: 100px 0 130px;
}

.nav-tabs {
    border-bottom: none;
}

.gallery_tab_wrap .nav-tabs {
    justify-content: center;
    gap: 30px;
    margin-bottom: 50px;
}

    .gallery_tab_wrap .nav-tabs .nav-item .nav-link {
        font-size: 22px;
        line-height: 33px;
        padding: 2px 10px;
        color: var(--black);
        border: none;
        display: inline-block;
        position: relative;
        font-family: "Whyte Inktrap";
    }

        .gallery_tab_wrap .nav-tabs .nav-item .nav-link::after {
            content: "";
            position: absolute;
            bottom: 0;
            left: 0;
            width: 0;
            height: 2px;
            background: var(--yellow);
            transition: 0.5s ease;
        }

        .gallery_tab_wrap .nav-tabs .nav-item .nav-link:hover:after {
            width: 100%;
            transition: 0.5s ease;
        }

        .gallery_tab_wrap .nav-tabs .nav-item .nav-link.active {
            color: var(--yellow);
        }

            .gallery_tab_wrap .nav-tabs .nav-item .nav-link.active::after {
                width: 100%;
            }

.galley_inner_wrap .gallery_img {
    height: 280px;
    border-radius: 25px;
    overflow: hidden;
}

    .galley_inner_wrap .gallery_img img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

.link-overlay {
    position: relative;
    display: block;
}

.vbox-overlay .vbox-container .vbox-content .vbox-figlio {
    background: transparent !important;
    max-height: 93vh;
    object-fit: cover;
}

.faqs_box_wrap {
    background-image: url(../images/about-us/faq-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 115px 120px;
    margin-bottom: 90px;
    position: relative;
    z-index: 1;
}

.accrodian_wrap .accordion-item {
    background: transparent;
    color: var(--white);
    border: none;
    border-bottom: 1px solid var(--white);
}

.accrodian_wrap .accordion-body {
    padding: 10px 22px 26px;
}

    .accrodian_wrap .accordion-body p {
        color: var(--white);
    }

.accrodian_wrap .accordion-header .accordion-button {
    background: transparent;
    box-shadow: none;
    font-size: 26px;
    line-height: 36px;
    color: var(--white);
    padding: 26px 22px;
}

    .accrodian_wrap .accordion-header .accordion-button::after {
        background-image: url(../images/minus-icon.svg);
    }

    .accrodian_wrap .accordion-header .accordion-button.collapsed::after {
        background-image: url(../images/plus-icon.svg);
    }

.accrodian_wrap .accordion .accordion-item:first-child {
    border-top: 1px solid var(--white);
}

/* ================================================================
                 about us page css end
================================================================ */

/* ================================================================
                 education page css start
================================================================ */
.education_banner {
    background-image: url(../images/education/education-banner.jpg);
}

.dmnd_ctgry_wrap {
    margin: 70px 0;
}

    .dmnd_ctgry_wrap.carat_wrap {
        margin-bottom: 90px;
    }

    .dmnd_ctgry_wrap .dmnd_ctgry_box_wrap {
        padding: 60px 120px;
        background-image: url(../images/education/clarity-bg.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        overflow: hidden;
    }

    .dmnd_ctgry_wrap .diamond_content_wrap {
        max-width: 600px;
        margin: 0 auto;
    }

.fourcs_wrap .fourcs_img_wrap {
    height: 280px;
    border-radius: 26px;
    overflow: hidden;
}

    .fourcs_wrap .fourcs_img_wrap img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.dmnd_ctgry_box_img {
    height: 530px;
    overflow: hidden;
}

    .dmnd_ctgry_box_img img {
        width: 100%;
        height: 100%;
        border-radius: 34px;
        object-fit: cover;
    }

.education_cut_img {
    height: 550px;
    overflow: hidden;
}

    .education_cut_img img {
        width: 100%;
        height: 100%;
        border-radius: 36px;
        object-fit: cover;
    }

/* ================================================================
                 education page css edn
================================================================ */

/* ================================================================
                 product page css start
================================================================ */

.product_banner {
    background-image: url(../images/products/products-banner.jpg);
}

.crafts_sec {
    padding: 150px 0;
}

    .crafts_sec .setion_black_title {
        margin-bottom: 50px;
    }

.crafts_box {
    background: var(--sectionbg);
    color: var(--white);
    padding: 33px 36px;
    border-radius: 20px;
    height: 100%;
}

    .crafts_box .crafts_title_wrap {
        display: flex;
        align-items: center;
        margin-bottom: 35px;
    }

        .crafts_box .crafts_title_wrap .img_box {
            width: 115px;
            height: 115px;
        }

            .crafts_box .crafts_title_wrap .img_box img {
                width: 100%;
                height: 100%;
                object-fit: contain;
            }

        .crafts_box .crafts_title_wrap h3 {
            width: calc(100% - 115px);
            padding-left: 25px;
        }

    .crafts_box .crafts_des {
        margin-bottom: 45px;
    }

    .crafts_box .yellow_title {
        padding-bottom: 30px;
        margin-bottom: 30px;
        border-bottom: 1px solid var(--white);
    }

    .crafts_box .popular_wrap {
        display: flex;
        align-items: center;
        position: relative;
        margin-bottom: 10px;
    }

        .crafts_box .popular_wrap .yellow_text {
            padding: 14px 20px;
            background: var(--yellow);
            color: var(--black);
            border-radius: 46px;
            font-size: 14px;
            line-height: 18px;
            position: absolute;
            left: 0;
            top: 0;
        }

        .crafts_box .popular_wrap .grey_text {
            padding: 14px 20px 14px 125px;
            background: #5a5a5a;
            color: var(--white);
            font-size: 14px;
            line-height: 18px;
            border-radius: 29px;
        }

.creations_sec {
    padding-bottom: 150px;
}

.creations_title_wrap .setion_black_title {
    margin-bottom: 100px;
}

.creations_sec .setion_black_title h2 {
    font-weight: 700;
}

.creations_box {
    background: #f7f7f7;
    border-radius: 20px;
    height: 100%;
}

    .creations_box .img_box {
        height: 320px;
        border-radius: 20px 20px 0 0;
        transition: 0.5s ease;
        overflow: hidden;
    }

        .creations_box .img_box:hover img {
            transform: scale(1.1);
            transition: 0.5s ease;
        }

        .creations_box .img_box img {
            height: 100%;
            width: 100%;
            transition: 0.5s ease;
            object-fit: cover;
        }

    .creations_box .creations_content_wrap {
        padding: 30px;
    }

        .creations_box .creations_content_wrap h6 {
            font-size: 22px;
            line-height: 32px;
        }

/* ================================================================
                 product page css end
================================================================ */

/* ================================================================
                 contact page css start
================================================================ */
.contact_banner_section {
    background-image: url(../images/contact-us/contact-banner.jpg);
}

.contact_us_wrap {
    padding: 100px 0;
}

.contact_form_wrap label {
    font-size: 20px;
    line-height: 30px;
    color: var(--black);
    margin-bottom: 10px;
    font-weight: 500;
}

.contact_form_wrap .custom_input {
    padding: 20px 24px;
    width: 100%;
    background: transparent;
    border: 1px solid var(--borderColor);
    border-radius: 30px;
    font-size: 16px;
    line-height: 18px;
    color: #9b9b9b;
}

.contact_form_wrap textarea {
    height: 200px;
}

.contact_us_wrap .setion_black_title {
    max-width: 500px;
    margin: 0 auto;
}

.offices_wrap {
    padding-bottom: 80px;
}

.contact_box {
    padding: 16px;
    border-radius: 25px;
    background: #f4f4f4;
    color: var(--black);
    transition: 0.5s ease;
}

    .contact_box .img_box {
        height: 300px;
        margin-bottom: 28px;
    }

        .contact_box .img_box img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 20px;
        }

.contact_content ul li img {
    filter: invert(1);
}

.contact_box .contact_content {
    padding: 0 8px;
}

.contact_box.black_top_right_shape::after {
    z-index: 1;
    top: 16px;
    right: 14px;
    width: 131px;
    height: 66px;
    visibility: hidden;
    opacity: 0;
    transition: 0.5s ease;
}

.contact_box.white_top_right_shape::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0px;
    width: 125px;
    height: 80px;
    background-image: url(../images/right-white-img-shape.png);
    background-size: 100%;
    background-repeat: no-repeat;
    z-index: 2;
    visibility: hidden;
    opacity: 0;
    transition: 0.5s ease;
}

.contact_box.white_top_right_shape:hover::before,
.contact_box.black_top_right_shape:hover::after {
    visibility: visible;
    opacity: 1;
    transition: 0.5s ease;
}

.contact_box:hover {
    background: var(--sectionbg);
    color: var(--white);
    transition: 0.5s ease;
}

.contact_content ul li img {
    filter: invert(1);
    transition: 0.5s ease;
}

.contact_box:hover .contact_content ul li img {
    filter: invert(0);
    transition: 0.5s ease;
}

/* ================================================================
                 contact page css end
================================================================ */

/* ================================================================
                 login page css start
================================================================ */
.login_main_wrapper {
    padding: 30px;
    margin-bottom: 50px;
}

.login_wrap {
    background-image: url(../images/login-bg.jpg);
    background-size: cover;
    height: 100%;
    width: 100%;
    border-radius: 30px;
    display: flex;
    align-content: center;
    justify-content: center;
    padding: 170px 20px 70px;
}

.login_inner_wrap {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    color: var(--white);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    .login_inner_wrap:has(.login_details) {
        max-width: 700px;
    }

.login_wrap .logo_wrap {
    margin-bottom: 80px;
}

.login_wrap .login_box {
    background: #3e3e3e;
    padding: 35px;
    border-radius: 20px;
    color: var(--white);
    overflow: auto;
}

.login_box h2 {
    margin-bottom: 50px;
}

.login_box input {
    width: 100%;
    background: #555555;
    border: 1px solid #7b7b7b;
    color: #c9c9c9;
    font-size: 16px;
    line-height: 18px;
    padding: 16px 24px;
    border-radius: 30px;
}

    .login_box input::placeholder {
        color: #c9c9c9;
    }

.login_box label {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 10px;
}

.login_box .form_group {
    margin-bottom: 25px;
}

:focus-visible {
    outline: none;
}

.login_check input {
    width: 20px !important;
    height: 20px !important;
    border-radius: 6px !important;
    padding: 0 !important;
    margin: 0 !important;
}

.login_check {
    display: flex;
    align-items: center;
    gap: 10px;
}

    .login_check label {
        font-size: 16px;
        line-height: 24px;
        margin: 0;
    }

.form-check-input:checked {
    background-color: var(--yellow);
    border-color: var(--yellow);
}

.form-check-input:focus {
    box-shadow: 0 0 0 0.25rem rgb(210 179 113 / 12%);
    border-color: var(--yellow);
}

.bottom_text a {
    transition: 0.5s ease;
}

    .bottom_text a:hover {
        color: inherit;
        transition: 0.5s ease;
    }

.login_box .select2-container {
    width: 100% !important;
}

    .login_box .select2-container .select2-selection {
        height: auto;
        padding: 16px 24px;
        position: relative;
        border: 1px solid var(--borderColor);
        background: #555555;
        border: 1px solid #7b7b7b;
        color: #c9c9c9;
        border-radius: 30px;
    }

        .login_box .select2-container .select2-selection .select2-selection__rendered {
            font-size: 16px;
            line-height: 18px;
            color: #c9c9c9;
            padding: 0;
        }

        .login_box .select2-container .select2-selection .select2-selection__arrow {
            height: 20px;
            position: absolute;
            top: 50%;
            right: 5px;
            width: 20px;
            transform: translate(0, -50%);
        }

.password_wrap {
    position: relative;
}

    .password_wrap .field-validation-error {
        position: absolute;
        left: 12px;
        width: 100%;
        bottom: -23px;
        font-size: 15px;
    }

.login_box .form_group {
    position: relative;
}

    .login_box .form_group .field-validation-error {
        position: absolute;
        left: 12px;
        width: 100%;
        bottom: -23px;
        font-size: 15px;
    }



.password_wrap > img {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translate(0, -50%);
    width: 18px;
    height: 18px;
}

/* ================================================================
                 login page css end
================================================================ */

/* ================================================================
                 privacy policy page css start
================================================================ */
.privacy_policy_banner {
    background-image: url(../images/privacy-banner.jpg);
}


.privacy_policy_wrap {
    padding: 60px 0;
}

    .privacy_policy_wrap h1,
    .privacy_policy_wrap h2,
    .privacy_policy_wrap h3,
    .privacy_policy_wrap h4,
    .privacy_policy_wrap h5,
    .privacy_policy_wrap h6 {
        font-size: 25px !important;
        line-height: 35px !important;
        margin-bottom: 5px;
        margin-top: 40px;
        text-transform: capitalize;
        letter-spacing: 0.54px;
        color: var(--blue);
    }

    .privacy_policy_wrap p {
        font-size: 20px;
        line-height: 28px;
    }

.terms_condition_wrap ul {
    padding-left: 20px;
}

    .terms_condition_wrap ul li {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 15px;
        color: var(--grey);
        position: relative;
    }

        .terms_condition_wrap ul li::after {
            content: "";
            position: absolute;
            left: -15px;
            top: 10px;
            width: 6px;
            height: 6px;
            border-radius: 50%;
            background: var(--grey);
        }
/* ================================================================
                 privacy policy page css end
================================================================ */

/********************************* Solitair stock page css start ****************************/
.solitaire_banner {
    background-image: url(../images/solitaire/solitaire-banner.jpg);
}

.search_diamond_wrap {
    padding: 80px 0;
}

.title {
    margin: 0 0 50px;
    text-align: center;
}

    .title h2 {
        font-weight: 400;
        position: relative;
        margin: 0;
        display: inline;
        z-index: 9;
        text-transform: capitalize;
    }

        .title h2:before {
            content: "";
            position: absolute;
            left: -50px;
            top: -10px;
            background: url(../images/solitaire/diamond-title.svg);
            width: 103px;
            height: 75px;
            background-repeat: no-repeat;
            z-index: -1;
            filter: grayscale(1);
        }

.search_filter_wrap ::-webkit-scrollbar {
    width: 3px;
    height: 3px;
}

.search_filter_wrap ::-webkit-scrollbar-track {
    background: #d7d7d7;
}

.search_filter_wrap ::-webkit-scrollbar-thumb {
    background: #0c7d7a;
}

.search_filter_wrap ::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: var(--yellow);
}

.online_stock_sec_wrap {
    padding: 100px 0 0;
}

.online_stock_wrap {
    background: #efeded;
    padding: 35px 20px;
}

.search_diamond_inner_wrap {
    padding: 35px;
    border: 6px solid #dcdcdc;
    background: #f7f7f7;
}

.search_filter_wrap ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    white-space: nowrap;
    overflow-x: auto;
    padding-bottom: 5px;
}

    .search_filter_wrap ul li {
        margin-right: 10px;
    }

        .search_filter_wrap ul li input {
            display: none;
        }

        .search_filter_wrap ul li label {
            background: #fff;
            border: 1px solid #dddddd;
            display: block;
            padding: 0;
            width: 90px;
            height: 90px;
            text-align: center;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            flex-direction: column;
        }

.search_filter_wrap h4 {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: var(--yellow);
    margin: 0 0 6px;
}

.search_filter_wrap .shape_wrap,
.search_filter_wrap .carat_wrap {
    margin-bottom: 20px;
}

.search_filter_wrap .custom_input {
    padding: 12px 20px;
    font-size: 16px;
    line-height: 26px;
    background: var(--white);
    font-weight: 400;
    border: 1px solid var(--borderColor);
    margin-bottom: 20px;
}

.shape_wrap ul li,
.carat_wrap ul li {
    margin-right: 15px;
}

.diamond_shape_wrap ul li input {
    display: none;
}

.diamond_shape_wrap ul li label {
    background: var(--white);
    border: 1px solid var(--borderColor);
    display: block;
    width: 80px;
    height: 80px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    flex-direction: column;
}

.search_filter_wrap ul li label img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    filter: grayscale(1);
    margin-bottom: 10px;
}

.search_filter_wrap ul li label svg {
    opacity: 0.5;
    width: 40px;
    margin-bottom: 10px;
    height: 40px;
}

.search_filter_wrap ul li label span {
    font-size: 12px;
    text-transform: capitalize;
    white-space: break-spaces;
    line-height: 14px;
}

.shape_wrap.color_wrap ul li label {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #7c7c7c;
    width: auto;
    height: auto;
    padding: 10px 18px;
}

.dropdown.bootstrap-select {
    width: 100% !important;
}

.cps_wrap {
    display: flex;
    align-items: center;
}

    .cps_wrap h4 {
        margin-right: 15px !important;
    }

.cps_flex ul {
    display: flex;
    align-items: center;
}

.custome_checkbox [type="checkbox"]:not(:checked),
.custome_checkbox [type="checkbox"]:checked {
    position: absolute;
    left: 0;
    opacity: 0;
    visibility: hidden;
}

    .custome_checkbox [type="checkbox"]:not(:checked) + label,
    .custome_checkbox [type="checkbox"]:checked + label {
        position: relative;
        padding-left: 35px;
        cursor: pointer;
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        color: #7c7c7c;
    }

.cps_wrap .my_custom_check .custome_checkbox label {
    padding: 0;
    padding-left: 30px;
    background: transparent;
    border: 0;
}

.custome_checkbox [type="checkbox"]:not(:checked) + label:before,
.custome_checkbox [type="checkbox"]:checked + label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    background: #fff;
    border: 1px solid #dddddd;
    border-radius: 3px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 0 rgba(203, 34, 237, 0.2);
    -webkit-transition: all 0.275s;
    transition: all 0.275s;
}

.custome_checkbox [type="checkbox"]:not(:checked) + label:after,
.custome_checkbox [type="checkbox"]:checked + label:after {
    content: "✓";
    position: absolute;
    top: 10px;
    left: 5px;
    font-size: 15px;
    font-weight: 700;
    color: var(--yellow);
    line-height: 0;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.custome_checkbox [type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0) rotate(45deg);
    transform: scale(0) rotate(45deg);
}

.my_custom_check .custome_checkbox [type="checkbox"]:not(:checked) + label:after,
.my_custom_check .custome_checkbox [type="checkbox"]:checked + label:after {
    top: 10px;
}

.my_custom_check .custome_checkbox [type="checkbox"]:not(:checked) + label:before,
.my_custom_check .custome_checkbox [type="checkbox"]:checked + label:before {
    top: 0;
}

.diamond_shape_wrap ul li input:checked + label {
    border: 1px solid var(--yellow);
    color: var(--yellow);
}

.shape_wrap ul li input {
    display: none;
}

    .shape_wrap ul li input:checked + label {
        border: 1px solid var(--yellow);
        color: var(--yellow);
    }

.nav-tabs {
    border-bottom: none;
}

.color_wrap ul li .nav-link {
    border-radius: 0;
}

    .color_wrap ul li .nav-link:hover {
        border-color: var(--borderColor);
    }

    .color_wrap ul li .nav-link.active {
        border: 1px solid var(--yellow);
        color: var(--yellow);
    }

.color_wrap .nav-tabs {
    margin-bottom: 20px;
}

.select_box_wrap .bootstrap-select button {
    background: var(--white);
    border-color: var(--borderColor);
    padding: 12px 20px;
    color: var(--grey);
}

    .select_box_wrap .bootstrap-select button:focus {
        outline: 0 !important;
        box-shadow: none;
    }

.advance_search_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 15px;
    border-bottom: 1px solid var(--yellow);
    margin: 20px 0 40px;
    cursor: pointer;
}

    .advance_search_title.active img {
        transform: rotate(180deg);
    }

    .advance_search_title img {
        transition: 0.5s ease;
    }

.left_button_wrap ul li {
    margin-right: 20px;
}

.left_button_wrap ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px 0;
}

.custome_checkbox [type="checkbox"]:not(:checked),
.custome_checkbox [type="checkbox"]:checked {
    display: none;
}

    .custome_checkbox [type="checkbox"]:not(:checked) + label,
    .custome_checkbox [type="checkbox"]:checked + label {
        position: relative;
        padding-left: 28px;
        cursor: pointer;
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        color: var(--grey);
    }

        .custome_checkbox [type="checkbox"]:not(:checked) + label:before,
        .custome_checkbox [type="checkbox"]:checked + label:before {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            width: 20px;
            height: 20px;
            background: var(--white);
            border: 1px solid var(--borderColor);
            border-radius: 3px;
            box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 0 rgba(203, 34, 237, 0.2);
            -webkit-transition: all 0.275s;
            transition: all 0.275s;
        }

        .custome_checkbox [type="checkbox"]:checked + label:before {
            border: 1px solid var(--yellow);
            background: var(--yellow);
        }

        .custome_checkbox [type="checkbox"]:not(:checked) + label:after,
        .custome_checkbox [type="checkbox"]:checked + label:after {
            content: "✓";
            position: absolute;
            top: 10px;
            left: 5px;
            font-size: 15px;
            font-weight: 700;
            color: transparent;
            line-height: 0;
            -webkit-transition: all 0.2s;
            transition: all 0.2s;
        }

        .custome_checkbox [type="checkbox"]:checked + label:after {
            opacity: 1;
            color: var(--white);
            -webkit-transform: scale(1) rotate(0);
            transform: scale(1) rotate(0);
        }

.location_select label {
    color: var(--grey);
    margin-right: 10px;
}

.location_select select {
    background: transparent;
    border: 0;
    border-bottom: 1px solid var(--borderColor);
    color: var(--yellow);
    padding: 10px 0 6px;
    box-shadow: none;
    outline: 0;
}

.button_group_filter_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px 0;
}

.advance_search_content {
    display: none;
}

    .advance_search_content.open {
        display: block;
    }

.successpopup .modal-header .close span {
    font-size: 24px;
    line-height: 24px;
}

.successpopup .btn_yellow {
    padding: 12px 25px;
    border-radius: 34px;
    font-size: 18px;
    line-height: 18px;
}

.successpopup .btn_yellow,
.successpopup .btn_yellow_border {
    padding: 12px 25px;
    border-radius: 34px;
    font-size: 18px;
    line-height: 18px;
}

.irs--round .irs-bar {
    background-color: var(--yellow);
}

.irs--round .irs-handle {
    top: 29px;
    width: 16px;
    height: 16px;
    border: 0;
    background-color: var(--yellow);
    border-radius: 24px;
}

.irs--round .irs-from,
.irs--round .irs-to,
.irs--round .irs-single {
    background-color: var(--yellow);
}

.irs--round .irs-handle.state_hover,
.irs--round .irs-handle:hover {
    background-color: var(--yellow);
}

.irs--round .irs-handle {
    box-shadow: 0 0 0px 6px rgb(233 199 126 / 31%);
}

.irs--round .irs-from:before,
.irs--round .irs-to:before,
.irs--round .irs-single:before {
    border-top-color: var(--yellow);
}

.advance_search h3 {
    font-weight: 500;
    font-size: 24px;
    line-height: 24px;
    color: var(--yellow);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0 15px;
    margin: 0 0 20px;
    position: relative;
    border-bottom: 1px solid var(--yellow);
    user-select: none;
}

    .advance_search h3 span {
        position: relative;
        display: inline-block;
        cursor: pointer;
    }

    .advance_search h3 img {
        transform: rotate(180deg);
        transition: 0.5s ease;
        filter: brightness(0) saturate(100%) invert(82%) sepia(38%) saturate(445%) hue-rotate(351deg) brightness(95%) contrast(93%);
    }

    .advance_search h3 span:before {
        position: absolute;
        content: "";
        right: -30px;
        top: 12px;
        width: 16px;
        height: 2px;
        background: var(--yellow);
    }

    .advance_search h3 span:after {
        position: absolute;
        content: "";
        right: -23px;
        top: 5px;
        width: 2px;
        height: 16px;
        background: var(--yellow);
    }

.advance_search_content {
    display: none;
    /*margin: 0 0 20px;*/
}

    .advance_search_content.open {
        display: block;
    }

.advance_search h3.active span:after {
    display: none;
}

.advance_search h3.active img {
    transform: rotate(0);
}

.top_button_wrap .btn_yellow {
    background: transparent;
    color: var(--yellow);
    border-color: var(--yellow);
}

    .top_button_wrap .btn_yellow:hover {
        background: var(--yellow);
        color: var(--white);
        border-color: var(--yellow);
    }

    .top_button_wrap .btn_yellow img {
        filter: brightness(0) saturate(100%) invert(82%) sepia(38%) saturate(445%) hue-rotate(351deg) brightness(95%) contrast(93%);
        transition: 0.5s ease;
    }

    .top_button_wrap .btn_yellow:hover img {
        transform: inherit;
        filter: invert(0) brightness(100);
        transition: 0.5s ease;
    }

.top_button_wrap .reset_filter_btn .btn_yellow:hover img {
    filter: invert(1);
}

.top_button_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
}

.search_input_wrap .search_input {
    padding: 10px 18px;
    width: 100%;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    border: 1px solid var(--borderColor);
}

.search_filter_wrap .form-control {
    padding: 10px 18px;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    border-color: var(--borderColor);
    width: 100%;
    margin-bottom: 12px;
}

.offcanvas-detail {
    width: 1100px;
}

.offcanvas-header {
    color: #fff;
    background-color: var(--yellow);
}

.btn-outline-primary {
    color: var(--yellow);
    border-color: var(--yellow);
    display: flex;
    align-items: center;
}

    .btn-outline-primary:hover {
        color: #fff;
        background-color: var(--yellow);
        border-color: var(--yellow);
        font-size: 16px;
        line-height: 20px;
        gap: 5px;
    }

/*  Loader  */
.loader {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    display: none;
}

.loader-inner {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.round {
    position: absolute;
    border-radius: 100%;
    top: 7px;
    left: 7px;
    height: 16px;
    width: 16px;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0, #fff), to(var(--yellow)) );
    background: linear-gradient(to bottom, #fff 0, var(--yellow) 100%);
    -webkit-animation: scale 1s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
    animation: scale 1s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
}

.out_border {
    position: absolute;
    width: 30px;
    height: 30px;
    left: 0;
    top: 0;
    border: 2px solid;
    -webkit-animation: rotate 1s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
    animation: rotate 1s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
    border-radius: 100%;
    border-color: #fff var(--yellow);
}

@-webkit-keyframes scale {
    30% {
        -webkit-transform: scale(0.3);
        transform: scale(0.3);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes scale {
    30% {
        -webkit-transform: scale(0.3);
        transform: scale(0.3);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0) scale(1);
        transform: rotate(0) scale(1);
    }

    50% {
        -webkit-transform: rotate(180deg) scale(0.6);
        transform: rotate(180deg) scale(0.6);
    }

    100% {
        -webkit-transform: rotate(360deg) scale(1);
        transform: rotate(360deg) scale(1);
    }
}

@keyframes rotate {
    0% {
        -webkit-transform: rotate(0) scale(1);
        transform: rotate(0) scale(1);
    }

    50% {
        -webkit-transform: rotate(180deg) scale(0.6);
        transform: rotate(180deg) scale(0.6);
    }

    100% {
        -webkit-transform: rotate(360deg) scale(1);
        transform: rotate(360deg) scale(1);
    }
}

/* JQX GRID  */
.report_grid .jqx-grid-cell-pinned {
    background-color: #f5f5f5;
}

.report_grid .jqx-fill-state-normal {
    border-color: #dddddd;
    background: #ece9f1;
}

.report_grid .jqx-grid-group-cell.jqx-grid-cell-pinned.jqx-grid-group-expand.jqx-icon-arrow-down ~ .jqx-grid-group-cell,
.jqx-grid-group-cell.jqx-grid-cell-pinned.jqx-grid-group-collapse.jqx-icon-arrow-right ~ .jqx-grid-group-cell {
    border-right: none;
    background-color: #f5f5f5;
}

/*.jqx-icon-arrow-down, .jqx-icon-arrow-down-hover, .jqx-icon-arrow-down-selected {
-webkit-filter: invert(1) grayscale(100%) brightness(200%);
        filter: invert(1) grayscale(100%) brightness(200%);
}*/

.jqx-fill-state-normal,
.jqx-widget-header {
    border-color: #dddddd !important;
}

.jqx-widget-header {
    color: var(--white) !important;
    text-transform: uppercase;
    background-color: var(--yellow) !important;
}

.jqx-widget-content {
    border-color: #dddddd !important;
}

.report_grid .jqx-fill-state-normal {
    border-color: var(--yellow) !important;
    background-color: var(--white) !important;
}

.jqx-widget .jqx-grid-cell,
.jqx-widget .jqx-grid-group-cell {
    border-color: #dddddd !important;
}

.jqx-fill-state-hover {
    border-color: #dddddd !important;
    background: #ece9f1 !important;
}

.jqx-fill-state-pressed {
    background: #dddddd !important;
}

.jqx-fill-state-pressed,
.CheckedRowSelection.jqx-fill-state-pressed {
    background: #dddddd !important;
}

.report_grid .jqx-scrollbar-thumb-state-normal,
.report_grid .jqx-scrollbar-thumb-state-normal-horizontal {
    background-color: #959595 !important;
    border: 0 !important;
}

.jqx-widget,
.jqx-widget-header,
.jqx-fill-state-normal,
.jqx-widget-content,
.jqx-fill-state-hover,
.jqx-fill-state-pressed {
    font-family: inherit;
}

.jqx-grid-cell {
    border: 0;
}

.jqx-grid-column-header,
.jqx-grid-columngroup-header {
    border: 0;
}

.jqx-grid-column-menubutton {
    border: 0;
}

.jqx-grid-cell.jqx-item a {
    color: var(--yellow);
    font-weight: 400;
    margin-top: 9.5px;
    text-align: center;
}

.jqx-grid-column-header,
.jqx-grid-columngroup-header {
    border: 0;
}

.icon-urlexist {
    background: url(../../WebstoreBackendContent/images/icons/urlexist.png) no-repeat center center;
}

.dsbtn {
    color: #fff;
    border: none;
    cursor: pointer;
    width: 100%;
    height: 30px;
}

.btn-base {
    padding: 0;
    text-align: start;
    background-color: transparent;
    border: 0;
    outline: 0;
    text-decoration: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 20px;
}

.diamond_search_table .link-primary {
    color: var(--yellow);
}

    .diamond_search_table .link-primary:hover {
        color: var(--yellow);
    }

.badge-sm.badge-circle {
    width: 21px;
    height: 21px;
    font-size: 11px;
    line-height: 11px;
}

.icon-videoexist {
    background: url(../../WebStoreFrontContent/images/solitaire/video.svg) no-repeat center center;
}

.icon-imgexist {
    background: url(../../WebStoreFrontContent/images/solitaire/img.svg) no-repeat center center;
}

.badge-circle {
    padding: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
}

.shape_icon img {
    width: 24px;
    margin-right: 5px;
    height: 30px;
    object-fit: contain;
    filter: brightness(0);
}

.jqx-grid-column-header,
.jqx-grid-columngroup-header {
    border: 0 !important;
}

.shape_icon {
    margin-top: 13px;
}

/* JQX GRID END */

/********************************* online stock page css end ****************************/
