@import url('https://fonts.googleapis.com/css2?family=Instrument+Sans:ital,wght@0,400..700;1,400..700&family=Instrument+Serif:ital@0;1&family=Lexend:wght@100..900&display=swap');

.text_gray {
    color: #575757;
}

.text_primary {
    color: #050537;
}

.container {
    max-width: 100%;
    padding: 0px 145px;
}

.header-section {
    position: absolute;
    z-index: 2;
    width: 100%;
    top: 38px;
    padding: 0px 40px;
}

    .header-section .header_menu_wrap {
        max-width: 895px;
    }

    .header-section .header_logo {
        background-color: #fff;
        border: 1px solid #05053726;
    }

    .header-section .header_logo,
    .footer-section .footer_logo {
        padding: 8px 20px;
        border-radius: 56px;
    }

        .header-section .header_logo img,
        .footer-section .footer_logo img {
            height: 31px;
            width: 100%;
        }

    .header-section .header_menu ul {
        display: flex;
        align-items: center;
        gap: 12px;
        margin: 0px;
        padding: 0px;
    }

        .header-section .header_menu ul li,
        .footer-section .social_link ul li {
            list-style: none;
        }

            .header-section .header_menu ul li a {
                border: 1px solid #05053726;
                padding: 8px 16px;
                font-family: "Lexend", sans-serif;
                font-size: 16px;
                color: #727272;
                border-radius: 42px;
                text-decoration: none;
                transition: all 0.3s ease;
                background-color: #fff;
            }

                .header-section .header_menu ul li a.active, .header-section .header_menu ul li a:hover {
                    border: 1px solid #BDBDBD;
                    color: #050537;
                    box-shadow: 0px 2px 3px 0px #0000001A;
                    box-shadow: 0px 0px 0px 3px #05053717;
                }

    .header-section .contact_btn {
        border: 1px solid #05053733;
        background-color: #fff;
        font-family: "Instrument Sans", sans-serif;
        color: #050537;
        display: flex;
        align-items: center;
        padding: 5px 16px 5px 5px;
        gap: 10px;
        border-radius: 42px;
        font-weight: 400;
        font-size: 18px;
        text-decoration: none;
        cursor: pointer;
    }

        .header-section .contact_btn .icon {
            background-color: #050537;
            padding: 5px;
            border-radius: 50%;
            width: 36px;
            height: 36px;
        }

            .header-section .contact_btn .icon img {
                width: 100%;
                height: 100%;
            }

.responsive_header {
    display: none;
}

    .responsive_header.active {
        display: block;
    }
/*footer-section*/
.footer-section {
    margin: 20px;
    background-color: #050537;
    padding: 31px 40px;
    border-radius: 24px;
}

    .footer-section .footer_logo {
        border: 1px solid #FFFFFF26;
        width: fit-content;
    }

        .footer-section .footer_logo img {
            filter: invert(1) brightness(22);
        }

    .footer-section .social_link ul {
        display: flex;
        align-items: center;
        gap: 18px;
        margin: 0px;
        padding: 0px;
    }

    .footer-section p.footer_content {
        max-width: 370px;
        font-family: "Instrument Sans", sans-serif;
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        color: #DEDEDE;
        margin-top: 30px;
        margin-bottom: 20px;
    }

    .footer-section .footer_menu {
        justify-content: center;
        display: flex;
    }

        .footer-section .footer_menu ul {
            display: flex;
            gap: 12px;
            margin: 0px;
            padding: 0px;
        }

            .footer-section .footer_menu ul li {
                list-style: none;
            }

                .footer-section .footer_menu ul li a {
                    border: 1px solid #FFFFFF26;
                    font-family: "Instrument Sans", sans-serif;
                    color: #fff;
                    padding: 8px 16px;
                    border-radius: 20px;
                    text-decoration: none;
                    transition: all 0.5s ease;
                    font-size: 16px;
                }

                .footer-section .footer_menu ul li:hover a {
                    border: 1px solid #FFFFFF;
                }

    .footer-section .subscribe_title {
        font-family: "Instrument Sans", sans-serif;
        font-weight: 500;
        color: #fff;
        font-size: 18px;
        line-height: 22px;
        margin-top: 43px;
        text-align: center;
    }

    .footer-section .subscribe_wrap {
        display: flex;
        justify-content: center;
        gap: 10px;
    }

        .footer-section .subscribe_wrap input {
            font-family: "Instrument Sans", sans-serif;
            font-weight: 400;
            background: #FFFFFF1A;
            border: 1px solid #E5E5EA80;
            color: #fff;
            font-size: 16px;
            line-height: 16px;
            padding: 15px 18px;
            min-width: 320px;
            width: 320px;
            border-radius: 10px;
        }

            .footer-section .subscribe_wrap input::-webkit-input-placeholder {
                color: #fff;
                font-size: 16px;
                line-height: 16px;
            }

        .footer-section .subscribe_wrap .send_icon {
            background-color: #FFFFFF;
            padding: 14px;
            color: #050537;
            font-size: 18px;
            line-height: 22px;
            border: none;
            border-radius: 10px;
            font-family: "Instrument Sans", sans-serif;
            font-weight: 500;
        }

            .footer-section .subscribe_wrap .send_icon img {
                height: 22px;
            }

    .footer-section .copyright_content {
        font-family: "Instrument Sans", sans-serif;
        font-weight: 400;
        color: #fff;
        font-size: 16px;
        line-height: 20px;
        margin-top: 56px;
        margin-bottom: 0px;
        text-align: center;
    }

    .footer-section .get_touch_title {
        font-family: "Instrument Sans", sans-serif;
        font-weight: 500;
        color: #fff;
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 30px;
    }

    .footer-section .get_touch_contact ul {
        margin: 0px;
        padding: 0px;
    }

        .footer-section .get_touch_contact ul li {
            list-style: none;
            display: flex;
            gap: 8px;
            margin-bottom: 24px;
        }

            .footer-section .get_touch_contact ul li a {
                font-family: "Instrument Sans", sans-serif;
                font-weight: 400;
                color: #fff;
                font-size: 16px;
                line-height: 20px;
                text-decoration: none;
            }


/*Home Page */
body {
    background-color: #F7F7F9;
}

.rowX {
    margin: 0 -7px;
}

    .rowX > div {
        padding: 0px 7px;
        margin: 0px;
    }

.hero-home-section {
    padding: 20px 20px 0 20px;
}

    .hero-home-section .hero-wrap {
        gap: 10px;
    }

    .hero-home-section .hero-content,
    .hero-home-section .hero-slider {
        max-width: 935px;
        width: 100%;
    }

    .hero-home-section .hero-content {
        background-color: #fff;
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        z-index: 1;
    }

        .hero-home-section .hero-content .hero-details-wrap {
            padding: 0px 123px;
            text-align: center;
        }

            .hero-home-section .hero-content .hero-details-wrap h2 {
                font-family: "Instrument Serif", serif;
                font-weight: 400;
                color: #050537;
                font-size: 70px;
                text-align: center;
            }

    .hero-home-section .border_line {
        position: relative;
        margin-bottom: 37px;
    }

        .hero-home-section .border_line::before {
            content: "";
            position: absolute;
            width: 2px;
            height: 75px;
            background-color: #BFBFD0;
            bottom: 37px;
        }

    .hero-home-section .hero-content .hero-details-wrap .shop-diamond {
        max-width: 405px;
        margin: 134px auto 0 auto;
        color: #050537;
    }

        .hero-home-section .hero-content .hero-details-wrap .shop-diamond h4 {
            font-family: "Instrument Sans", sans-serif;
            font-weight: 400;
            font-size: 22px;
            margin: 0;
            line-height: normal;
        }

        .hero-home-section .hero-content .hero-details-wrap .shop-diamond p {
            font-family: "Instrument Serif", serif;
            font-weight: 400;
            font-style: italic;
            font-size: 20px;
            margin: 0;
        }

    .hero-home-section .hero-content .shop-now {
        margin-top: 25px;
        gap: 10px;
    }

        .hero-home-section .hero-content .shop-now .blue_btn,
        .contact-section .contact-wrap .blue_btn,
        .era-section .era-content .blue_btn {
            background-color: #050537;
            color: #fff;
            border-radius: 36px;
            border: none;
            padding: 13px 16px;
            font-size: 16px;
            line-height: 20px;
            font-family: "Instrument Sans", sans-serif;
            font-weight: 500;
            transition: all 0.5s ease;
        }

            .hero-home-section .hero-content .shop-now .blue_btn:hover,
            .contact-section .contact-wrap .blue_btn:hover,
            .era-section .era-content .blue_btn:hover {
                background-color: #fff;
                color: #050537;
            }

        .hero-home-section .hero-content .shop-now .border_btn {
            background-color: #ffff;
            color: #2C2C2C;
            border-radius: 36px;
            border: 1px solid #05053726;
            padding: 12px 16px;
            font-size: 16px;
            line-height: 20px;
            font-family: "Instrument Sans", sans-serif;
            font-weight: 500;
            display: flex;
            gap: 6px;
            transition: all 0.5s ease;
        }

            .hero-home-section .hero-content .shop-now .border_btn:hover {
                background-color: #050537;
                color: #fff;
            }

            .hero-home-section .hero-content .shop-now .border_btn img {
                height: 20px;
            }

    .hero-home-section .hero-content .hero-details-wrap .title-img {
        height: 63px;
        width: 123px;
        border-radius: 10px;
    }

    .hero-home-section .hero-content::before,
    .contact-section::before {
        content: "";
        position: absolute;
        bottom: -271px;
        left: -261px;
        background-image: url('../images/bg-layer.png');
        background-repeat: no-repeat;
        background-size: contain;
        width: 584px;
        height: 675px;
        z-index: -1;
    }

    .hero-home-section .hero-section-slide {
        margin-bottom: 0 !important;
    }

        .hero-home-section .hero-section-slide .slick-dots {
            bottom: 30px;
            left: 45px;
            width: auto;
        }

            .hero-home-section .hero-section-slide .slick-dots li {
                margin: 0px 3px;
            }

                .hero-home-section .hero-section-slide .slick-dots li button::before {
                    font-size: 16px;
                    color: #fff;
                }

        .hero-home-section .hero-section-slide .item,
        .hero-home-section .hero-content {
            height: 940px;
            border-radius: 32px;
            overflow: hidden;
        }

            .hero-home-section .hero-section-slide .item img {
                height: 100%;
            }


/*luxury-section*/

.luxury-section,
.product-section,
.explore-shape-section {
    margin: 80px 0px 110px 0px;
}

    .luxury-section .section-title,
    .product-section .section-title,
    .explore-shape-section .section-title,
    .certification-section .section-title,
    .contact-section .section-title,
    .mission-vission-section .section-title,
    .making-section .section-title,
    .legacy-section .section-title,
    .popular-diamond-section .section-title,
    .reach-section .section-title,
    .diamond_certified_section .certified_wrap .section-title,
    .perfection-section .section-title,
    .faq-section .section-title,
    .our-story-section .our-story-content .section-title,
    .difference-section .section-title {
        color: #050537;
        margin-bottom: 54px;
    }

        .luxury-section .section-title h3,
        .era-section .section-title h3,
        .product-section .section-title h3,
        .explore-shape-section .section-title h3,
        .certification-section .section-title h3,
        .contact-section .section-title h3,
        .mission-vission-section .section-title h3,
        .making-section .section-title h3,
        .legacy-section .section-title h3,
        .popular-diamond-section .section-title h3,
        .reach-section .section-title h3,
        .diamond_certified_section .certified_wrap .section-title h3,
        .perfection-section .section-title h3,
        .faq-section .section-title h3,
        .our-story-section .our-story-content .section-title h3,
        .difference-section .section-title h3 {
            font-family: "Instrument Serif", serif;
            font-weight: 400;
            font-size: 52px;
            line-height: 68px;
            margin-bottom: 8px;
        }

        .luxury-section .section-title p,
        .era-section .section-title p,
        .product-section .section-title p,
        .explore-shape-section .section-title p,
        .certification-section .section-title p,
        .contact-section .section-title p,
        .mission-vission-section .section-title p,
        .making-section .section-title p,
        .legacy-section .section-title p,
        .popular-diamond-section .section-title p,
        .diamond_certified_section .certified_wrap .section-title p,
        .perfection-section .section-title p,
        .faq-section .section-title p,
        .our-story-section .our-story-content .section-title p,
        .difference-section .section-title p {
            font-family: "Instrument Sans", sans-serif;
            font-weight: 400;
            font-size: 18px;
            line-height: 22px;
            margin-bottom: 0px;
        }

    .luxury-section .luxury-card-list .luxury-card .card-details {
        border-radius: 37px;
        background: #fff;
        padding: 38px 20px;
    }

    .luxury-section .luxury-card-list .luxury-card:nth-child(1) .card-details,
    .luxury-section .luxury-card-list .luxury-card:nth-child(3) .card-details {
        position: relative;
        color: #fff;
        overflow: hidden;
        padding: 30px 20px;
    }

    .luxury-section .luxury-card-list .luxury-card:nth-child(1) .card-details {
        background: linear-gradient(180deg, rgba(178, 226, 255, 0) 0%, #125B0A 100%);
    }

        .luxury-section .luxury-card-list .luxury-card:nth-child(1) .card-details::before,
        .luxury-section .luxury-card-list .luxury-card:nth-child(3) .card-details::before {
            content: "";
            position: absolute;
            z-index: -1;
            width: 100%;
            height: 100%;
            background-size: cover;
            left: 0;
            top: 0px;
            background-position: right;
        }

        .luxury-section .luxury-card-list .luxury-card:nth-child(1) .card-details::before {
            background-image: url("../images/luxary-bg-1.png");
        }

    .luxury-section .luxury-card-list .luxury-card:nth-child(3) .card-details {
        background: linear-gradient(180.05deg, #2B3B4A 3.59%, rgba(33, 69, 91, 0) 53.85%, #2B3B4A 92.35%);
    }

        .luxury-section .luxury-card-list .luxury-card:nth-child(3) .card-details::before {
            background-image: url("../images/luxary-bg-2.png");
        }

    .luxury-section .luxury-card .card-details {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 100%;
    }

        .luxury-section .luxury-card .card-details .card-image {
            width: 108px;
            height: 108px;
            margin: 68px auto;
        }

            .luxury-section .luxury-card .card-details .card-image img {
                width: 100%;
                height: 100%;
            }

        .luxury-section .luxury-card .card-details h2 {
            font-family: "Instrument Serif", serif;
            font-weight: 400;
            font-size: 46px;
            line-height: 50px;
            margin: 0px;
        }

        .luxury-section .luxury-card .card-details p {
            font-family: "Instrument Sans", sans-serif;
            font-weight: 400;
            font-size: 18px;
            line-height: 22px;
            margin: 0px;
            color: #7B7B7B;
        }

    .luxury-section .luxury-card-list .luxury-card:nth-child(1) .card-details p,
    .luxury-section .luxury-card-list .luxury-card:nth-child(3) .card-details p {
        color: #fff;
    }

/*era-section*/

.era-section {
    padding: 84px 90px;
    background-color: #fff;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

    .era-section::before {
        content: "";
        position: absolute;
        bottom: -220px;
        left: auto;
        right: -209px;
        background-image: url('../images/bg-layer.png');
        background-repeat: no-repeat;
        background-size: contain;
        width: 584px;
        height: 675px;
        z-index: -1;
        transform: rotate(93deg);
    }

    .era-section .era-img {
        width: 550px;
        height: 518px;
        margin-right: 66px;
    }

        .era-section .era-img img,
        .product-section .slider-btn img,
        .explore-shape-section .slider-btn img {
            width: 100%;
            height: 100%;
        }

    .era-section .era-content {
        max-width: 746px;
    }

        .era-section .era-content .section-title,
        .product-section .section-title,
        .explore-shape-section .section-title,
        .certification-section .section-title,
        .contact-section .section-title,
        .mission-vission-section .section-title,
        .making-section .section-title,
        .legacy-section .section-title,
        .perfection-section .section-title,
        .popular-diamond-section .section-title,
        .reach-section .section-title,
        .diamond_certified_section .certified_wrap .section-title,
        .our-story-section .our-story-content .section-title,
        .difference-section .section-title {
            color: #050537;
            margin-bottom: 28px;
        }

        .era-section .era-content .description {
            color: #7B7B7B;
            font-family: "Instrument Sans", sans-serif;
            font-weight: 400;
            font-size: 18px;
            line-height: normal;
            margin-bottom: 28px;
        }

/*product-section*/

.product-section .product-slider .product-card .product-img {
    height: 408px;
    border-radius: 30px;
    border: 1px solid #BCBCBC;
    overflow: hidden;
    position: relative;
}

    .product-section .product-slider .product-card .product-img img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

.product-section .product-slider .product-card p {
    font-family: "Instrument Sans", sans-serif;
    font-weight: 400;
    font-size: 22px;
    color: #000;
    margin: 0px;
}

.product-section .product-slider .product-card .product-img span {
    position: absolute;
    padding: 6px 12px;
    background-color: #FFFFFF;
    border-radius: 30px;
    left: 12px;
    top: 12px;
    font-family: "Instrument Sans", sans-serif;
    font-weight: 400;
    line-height: 20px;
    font-size: 16px;
    color: #000;
}

.product-section .slider-btn,
.explore-shape-section .slider-btn {
    width: 44px;
    height: 44px;
    border: 1px solid #D7D7D7;
    border-radius: 50%;
    background-color: #FFFFFF;
    padding: 15px 12px;
    display: flex;
    align-items: center;
}

    .product-section .slider-btn.prev img,
    .explore-shape-section .slider-btn.prev img {
        transform: rotate(180deg);
    }

    .product-section .slider-btn.slick-disabled,
    .explore-shape-section .slider-btn.slick-disabled {
        opacity: 0.5;
        cursor: not-allowed;
    }

.product-section .product-slider .slick-list {
    padding: 0 15px;
    margin: 0 -10px;
}

.product-section .product-slider .product-card {
    margin: 0 10px;
}


/*difference-section*/
.difference-section {
    padding: 68px 140px 96px 140px;
    background-color: #fff;
}

.difference-comparison {
    display: flex;
    gap: 200px;
    justify-content: center;
    margin: 24px 0 60px 0;
}

    .difference-comparison .title-box {
        position: relative;
    }

        .difference-comparison .title-box h2,
        .mobile-difference .difference-card .title-box h2 {
            font-family: "Instrument Serif", serif;
            font-size: 36px;
            line-height: 47px;
            margin: 0;
            color: #050537;
        }

        .difference-comparison .title-box.right h2 {
            margin-right: 26px;
        }

        .difference-comparison .title-box.left h2 {
            margin-left: 26px;
        }

    .difference-comparison .dashed-corner {
        position: absolute;
        width: 178px;
        height: 60px;
        border-top: 1.5px dashed #000000;
        border-left: 1.5px dashed #000000;
        top: 23px;
    }

        .difference-comparison .dashed-corner.right {
            border-left: none;
            border-right: 1.5px dashed #000000;
            right: -178px;
            transform: scaleX(1);
        }

        .difference-comparison .dashed-corner.left {
            left: -178px;
        }

.difference-section .difference-img {
    height: 262px;
    margin: 0 auto;
    width: fit-content;
}

    .difference-section .difference-img img {
        height: 100%;
    }

.difference-section .diamond-difference tr {
    border-bottom: 1px solid #E0E0E0;
}

    .difference-section .diamond-difference tr td.column-title {
        color: #050537;
        font-weight: 500;
    }

    .difference-section .diamond-difference tr td {
        font-family: "Instrument Sans", sans-serif;
        color: #737373;
        font-size: 22px;
        line-height: 27px;
        padding: 20px 30px;
    }

.mobile-difference {
    display: none;
}

.explore-shape-section .explore-shape-slider .shape-card span {
    font-size: 0px;
}

.explore-shape-section .explore-shape-slider .item.slick-center .shape-card p {
    line-height: 52px;
    font-family: "Instrument Serif", serif;
    font-weight: 400;
    text-transform: uppercase;
    color: #050537;
    font-size: 40px;
}

.explore-shape-section .explore-shape-slider .item .shape-card p {
    margin-bottom: 0px;
    font-family: "Instrument Sans", sans-serif;
    font-weight: 400;
    color: #000;
    font-size: 20px;
    line-height: 22px;
}

.explore-shape-section .explore-shape-slider .item.slick-center .shape-card span {
    font-size: 20px;
    line-height: 24px;
    font-family: "Instrument Sans", sans-serif;
    font-weight: 400;
    color: #626262;
}

.explore-shape-section .explore-shape-slider .slick-list {
    padding: 0px !important;
}

.explore-shape-section .explore-shape-slider .slick-track {
    display: flex;
    align-items: center;
}

.explore-shape-section .explore-shape-slider .item.slick-slide {
    width: 150px;
    position: relative;
    margin: 0 20px;
    text-align: center;
}

    .explore-shape-section .explore-shape-slider .item.slick-slide.slick-center {
        width: 371px;
    }

    .explore-shape-section .explore-shape-slider .item.slick-slide .shape-card .shape-img {
        width: 116px;
        height: 116px;
        margin: 0 auto;
    }

    .explore-shape-section .explore-shape-slider .item.slick-slide.slick-center .shape-card .shape-img {
        width: 230px;
        height: 230px;
    }

.explore-shape-section .explore-shape-slider .shape-card .shape-img img,
.certification-section .our-certification .certification-card .card-img img,
.certification-section .our-associated .associated-card .card-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/*Certification Section*/

.certification-section {
    padding: 100px 0px;
    background-color: #fff;
}

    .certification-section .our-certification {
        padding-right: 53px;
        border-right: 1px solid #E0E0E0;
    }

    .certification-section .our-associated {
        margin-left: 53px;
    }

    .certification-section .section-title {
        max-width: 445px;
    }

    .certification-section .our-certification .certification-card,
    .certification-section .our-associated .associated-card {
        display: flex;
        gap: 64px;
        padding: 24px 0;
        border-bottom: 1px solid #E0E0E0;
    }

        .certification-section .our-certification .certification-card:last-child,
        .certification-section .our-associated .associated-card:last-child {
            border-bottom: none;
        }

        .certification-section .our-certification .certification-card .card-img {
            max-width: 265px;
            height: 74px;
        }

        .certification-section .our-associated .associated-card .card-img {
            max-width: 163px;
            height: 74px;
        }


        .certification-section .our-certification .certification-card p,
        .certification-section .our-associated .associated-card p {
            color: #7B7B7B;
            font-family: "Instrument Sans", sans-serif;
            font-weight: 400;
            font-size: 18px;
            line-height: 22px;
            margin-bottom: 0px;
        }



/*Contact Section*/
.contact-section {
    margin: 0px 20px;
    background-color: #FFFFFF;
    padding: 40px 126px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 20px;
    margin-top: 54px;
}

    .contact-section .section-title {
        padding-right: 50px;
    }

    .contact-section::before {
        width: 471px;
        height: 544px;
        left: -192px;
        top: auto;
        bottom: -260px;
        transform: rotate(140deg);
    }

    .contact-section .contact-wrap {
        margin-left: 55px;
    }

        .contact-section .contact-wrap .contact-form > div:first-child {
            padding-right: 10px;
        }

        .contact-section .contact-wrap .contact-form > div:last-child {
            padding-left: 10px;
        }

        .contact-section .contact-wrap .contact-form input,
        .contact-section .contact-wrap .contact-form select {
            height: 52px;
        }

        .contact-section .contact-wrap .contact-form textarea {
            border-radius: 10px;
            border: 1px solid #E5E5EA;
            font-family: "Instrument Sans", sans-serif;
            font-weight: 400;
            padding: 18px;
            font-size: 16px;
            line-height: 16px;
        }

        .contact-section .contact-wrap .contact-form label {
            line-height: 20px;
            font-family: "Instrument Sans", sans-serif;
            font-weight: 400;
            color: #777777;
            font-size: 16px;
        }

        .contact-section .contact-wrap .contact-form .form-select:focus {
            box-shadow: none !important;
        }

        .contact-section .contact-wrap .contact-form input,
        .contact-section .contact-wrap .contact-form select {
            border-radius: 40px;
            border: 1px solid #E5E5EA;
            font-family: "Instrument Sans", sans-serif;
            font-weight: 400;
            padding: 18px;
            font-size: 16px;
            line-height: 16px;
        }

            .contact-section .contact-wrap .contact-form input::-webkit-input-placeholder,
            .contact-section .contact-wrap .contact-form input::-webkit-input-placeholder::-moz-placeholder,
            .contact-section .contact-wrap .contact-form input::-webkit-input-placeholder:-ms-input-placeholder,
            .contact-section .contact-wrap .contact-form input::-webkit-input-placeholder:-moz-placeholder,
            .contact-section .contact-wrap .contact-form textarea::-webkit-input-placeholder,
            .contact-section .contact-wrap .contact-form textarea::-webkit-input-placeholder::-moz-placeholder,
            .contact-section .contact-wrap .contact-form textarea::-webkit-input-placeholder:-ms-input-placeholder,
            .contact-section .contact-wrap .contact-form textarea::-webkit-input-placeholder:-moz-placeholder,
            .contact-section .contact-wrap .contact-form select::-webkit-input-placeholder,
            .contact-section .contact-wrap .contact-form select::-webkit-input-placeholder::-moz-placeholder,
            .contact-section .contact-wrap .contact-form select::-webkit-input-placeholder:-ms-input-placeholder,
            .contact-section .contact-wrap .contact-form select::-webkit-input-placeholder:-moz-placeholder {
                color: #9C9C9C;
            }


/*About Page */

.hero-section {
    padding: 20px 20px 0 20px;
}

    .hero-section .hero-wrap {
        gap: 10px;
    }

    .hero-section .hero-content,
    .hero-section .hero-slider {
        max-width: 935px;
        width: 100%;
    }

    .hero-section .hero-content {
        background-color: #fff;
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        z-index: 1;
    }

        .hero-section .hero-content .hero-details-wrap {
            padding: 0px 123px;
            text-align: center;
        }

            .hero-section .hero-content .hero-details-wrap h2 {
                max-width: 370px;
                margin: 0 auto;
                font-family: "Instrument Serif", serif;
                font-weight: 400;
                color: #050537;
                font-size: 60px;
                text-align: center;
            }

    .hero-section .border_line {
        position: relative;
        margin-bottom: 37px;
    }

        .hero-section .border_line::before {
            content: "";
            position: absolute;
            width: 2px;
            height: 75px;
            background-color: #BFBFD0;
            bottom: 37px;
        }

    .hero-section .hero-content .hero-details-wrap .shop-diamond {
        max-width: 890px;
        margin: 134px auto 0 auto;
        color: #050537;
    }

        .hero-section .hero-content .hero-details-wrap .shop-diamond p {
            font-family: "Instrument Sans", sans-serif;
            font-weight: 400;
            font-size: 18px;
            margin: 0;
        }

    .hero-section .hero-content .shop-now {
        margin-top: 25px;
        gap: 10px;
    }

        .hero-section .hero-content .shop-now .blue_btn {
            background-color: #050537;
            color: #fff;
            border-radius: 36px;
            border: none;
            padding: 13px 16px;
            font-size: 16px;
            line-height: 20px;
            font-family: "Instrument Sans", sans-serif;
            font-weight: 500;
            transition: all 0.5s ease;
        }

.hero-home-section .hero-content .shop-now .blue_btn:hover,
.contact-section .contact-wrap .blue_btn:hover,
.era-section .era-content .blue_btn:hover {
    background-color: #fff;
    color: #050537;
}

.hero-section .hero-content .hero-details-wrap .title-img {
    height: 63px;
    width: 123px;
    border-radius: 10px;
}

.hero-section .hero-content::before,
.mission-vission-section::before {
    content: "";
    position: absolute;
    bottom: 114px;
    left: -145px;
    background-image: url(../images/bg-layer.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 316px;
    height: 365px;
    z-index: -1;
}

.hero-section .hero-section-slide .item,
.hero-section .hero-content {
    height: 675px;
    border-radius: 32px;
    overflow: hidden;
}

    .hero-section .hero-section-slide .item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.our-story-section {
    padding: 108px 169px 146px 169px;
}

    .our-story-section .our-story-content {
        padding-right: 35px;
        display: flex;
        flex-direction: column;
        gap: 25px;
    }

    .our-story-section .our-story-img {
        max-width: 559px;
        height: 671px;
        margin-left: auto;
    }

        .our-story-section .our-story-img img {
            width: 100%;
            height: 100%;
            object-fit: contain;
        }

    .our-story-section .our-story-content .choice_list li {
        list-style: none;
        font-size: 20px;
        color: #050537;
        line-height: 26px;
    }

    .our-story-section .our-story-content .story-wrap {
        display: flex;
        flex-direction: column;
        gap: 16px;
    }

    .our-story-section .our-story-content .story_question span {
        font-size: 23px;
        line-height: normal;
    }

    .our-story-section .our-story-content .story-wrap p,
    .our-story-section .our-story-content .story_question p {
        font-family: "Instrument Sans", sans-serif;
        color: #7B7B7B;
        font-size: 18px;
        font-weight: 400;
        line-height: normal;
    }

    .our-story-section .our-story-content span,
    .our-story-section .our-story-content .choice_list li {
        font-family: "Instrument Serif", serif;
    }

/*Mission Vission Section*/
.mission-vission-section {
    background-color: #fff;
    position: relative;
    padding: 66px 0px 106px 0px;
    z-index: 1;
    overflow: hidden;
}

    .mission-vission-section::before {
        width: 584px;
        height: 675px;
        transform: rotate(175deg);
        right: -295px;
        bottom: -270px;
        left: auto;
    }

    .mission-vission-section .section-title {
        max-width: 600px;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

    .mission-vission-section .card_list {
        margin: 0px 32px;
        gap: 31px;
    }

        .mission-vission-section .card_list .mission-vission-card {
            border-radius: 32px;
            height: 487px;
            overflow: hidden;
            width: 100%;
            z-index: 1;
            position: relative;
            padding: 38px 30px;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }

            .mission-vission-section .card_list .mission-vission-card::after {
                content: "";
                width: 100%;
                height: 100%;
                position: absolute;
                top: 0;
                left: 0;
                z-index: -1;
            }

            .mission-vission-section .card_list .mission-vission-card::before {
                content: "";
                width: 100%;
                height: 100%;
                background-repeat: no-repeat;
                background-size: cover;
                position: absolute;
                top: 0;
                left: 0;
                background-position: top;
                z-index: -1;
            }

            .mission-vission-section .card_list .mission-vission-card:first-child::before {
                background-image: url(/Content/WebStoreFrontContent/images/mission-img.jpg);
            }

            .mission-vission-section .card_list .mission-vission-card:first-child::after {
                background: linear-gradient(180deg, rgba(18, 91, 10, 0.18) 0%, #125B0A 100%);
            }

            .mission-vission-section .card_list .mission-vission-card:last-child::before {
                background-image: url(/Content/WebStoreFrontContent/images/vission-img.jpg);
            }

            .mission-vission-section .card_list .mission-vission-card:last-child::after {
                background: linear-gradient(180deg, rgba(9, 54, 85, 0.18) 0%, #093655 100%);
            }

            .mission-vission-section .card_list .mission-vission-card .card_title {
                display: flex;
                align-items: center;
                gap: 18px;
            }

                .mission-vission-section .card_list .mission-vission-card .card_title h2 {
                    color: #fff;
                    font-family: "Instrument Serif", serif;
                    font-weight: 400;
                    font-size: 76px;
                    line-height: 50px;
                    margin: 0px;
                }

                .mission-vission-section .card_list .mission-vission-card .card_title img {
                    width: 78px;
                    height: 78px;
                }

            .mission-vission-section .card_list .mission-vission-card p {
                color: #fff;
                font-family: "Instrument Sans", sans-serif;
                font-weight: 400;
                font-size: 18px;
                margin-bottom: 20px;
            }

/*Making Section*/
.making-section {
    margin-top: 80px;
}

    .making-section .section-title {
        max-width: 685px;
        text-align: center;
        margin: 0 auto;
    }

    .making-section .making-timeline {
        margin-top: 80px;
    }

        .making-section .making-timeline .making-time {
            display: flex;
            align-items: center;
            gap: 44px;
            margin-bottom: 80px;
        }

            .making-section .making-timeline .making-time:nth-child(odd) {
                flex-direction: row-reverse;
                justify-content: flex-end;
            }

            .making-section .making-timeline .making-time:nth-child(even) {
                justify-content: flex-end;
            }

            .making-section .making-timeline .making-time .time-icon {
                min-width: 60px;
                width: 60px;
                height: 60px;
                font-size: 42px;
                background-color: #050537;
                color: #fff;
                display: flex;
                align-items: center;
                justify-content: center;
                margin: 0;
                border-radius: 50%;
            }

            .making-section .making-timeline .making-time .making-details,
            .making-section .making-timeline .making-time .dashed-arrow {
                display: flex;
                align-items: center;
                width: 100%;
            }

                .making-section .making-timeline .making-time .dashed-arrow .countinue-line {
                    position: relative;
                    top: 80px;
                    width: 100%;
                    height: 130px;
                    border-top: 2px dashed #333;
                    border-bottom: none;
                }

                    .making-section .making-timeline .making-time .dashed-arrow .countinue-line::after {
                        content: '';
                        position: absolute;
                        right: -7px;
                        top: 130px;
                        border: 6px solid transparent;
                        border-top-color: #333;
                    }

            .making-section .making-timeline .making-time:nth-child(odd) .dashed-arrow .countinue-line {
                margin-right: 221px;
                border-right: 2px dashed #333;
                border-left: none;
            }

            .making-section .making-timeline .making-time:nth-child(even) .dashed-arrow .countinue-line {
                margin-left: 221px;
                border-left: 2px dashed #333;
                border-right: none;
            }

                .making-section .making-timeline .making-time:nth-child(even) .dashed-arrow .countinue-line::after {
                    left: -7px;
                    right: auto;
                }

            .making-section .making-timeline .making-time .making-details {
                padding: 0px;
                display: flex;
                align-items: center;
                gap: 20px;
            }

                .making-section .making-timeline .making-time .making-details h3 {
                    font-family: "Instrument Serif", serif;
                    font-weight: 400;
                    color: #050537;
                    margin-bottom: 14px;
                    font-size: 42px;
                    line-height: 55px;
                }

                .making-section .making-timeline .making-time .making-details p {
                    font-family: "Instrument Sans", sans-serif;
                    font-weight: 400;
                    font-size: 18px;
                    line-height: normal;
                    color: #7B7B7B;
                    margin-bottom: 0px;
                }

            .making-section .making-timeline .making-time:last-child .time-icon,
            .making-section .making-timeline .making-time:last-child .dashed-arrow {
                opacity: 0;
            }

            .making-section .making-timeline .making-time .making-details .making-img {
                max-width: 160px;
                height: 160px;
                width: 100%;
            }

                .making-section .making-timeline .making-time .making-details .making-img img,
                .legacy-section .legacy-card .legacy_icon img {
                    width: 100%;
                    height: 100%;
                }

.legacy-section {
    background-color: #fff;
    padding: 60px 0 90px 0;
}

    .legacy-section .legacy-card {
        background-color: #F7F7F9;
        border-radius: 29px;
        padding: 16px;
        text-align: center;
        display: flex;
        flex-direction: column;
        gap: 19px;
        margin-bottom: 19px;
    }

        .legacy-section .legacy-card .legacy_icon {
            width: 58px;
            height: 58px;
            margin: 0 auto;
        }

        .legacy-section .legacy-card h3 {
            font-family: "Instrument Sans", sans-serif;
            font-weight: 500;
            font-size: 46px;
            line-height: 56px;
        }

        .legacy-section .legacy-card h3,
        .legacy-section .legacy-card p {
            margin: 0px;
            color: #050537;
        }

        .legacy-section .legacy-card p {
            font-family: "Instrument Sans", sans-serif;
            font-weight: 400;
            font-size: 24px;
            line-height: 29px;
        }


/*Diamond Page*/

.hero-section.diamond-hero-section .hero-content::before {
    left: -155px;
    bottom: 0px;
    transform: rotate(-90deg);
}

.hero-section.diamond-hero-section .hero-content .hero-details-wrap h2 {
    max-width: 510px;
}

.diamond_certified_section {
    padding: 100px 155px;
}

    .diamond_certified_section .lab-diamond-img {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }

        .diamond_certified_section .lab-diamond-img img:nth-child(1) {
            border-top-left-radius: 16px;
            border-top-right-radius: 16px;
            border-bottom-left-radius: 16px;
        }

        .diamond_certified_section .lab-diamond-img img:nth-child(2) {
            border-top-left-radius: 16px;
            border-top-right-radius: 16px;
            border-bottom-right-radius: 16px;
        }

        .diamond_certified_section .lab-diamond-img img:nth-child(3) {
            border-bottom-left-radius: 16px;
            border-bottom-right-radius: 16px;
            border-top-left-radius: 16px;
        }

        .diamond_certified_section .lab-diamond-img img:nth-child(4) {
            border-bottom-left-radius: 16px;
            border-bottom-right-radius: 16px;
            border-top-right-radius: 16px;
        }

        .diamond_certified_section .lab-diamond-img img,
        .melees_section .melees-diamond-img img,
        .diamond_certified_section.fancy_section .fancy-diamond-img img {
            width: 100%;
            height: 100%;
        }

    .diamond_certified_section .certified_wrap {
        margin-left: 40px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

        .diamond_certified_section .certified_wrap .diamond_size,
        .diamond_certified_section .certified_wrap .shape_list_wrap {
            max-width: 425px;
        }

        .diamond_certified_section .certified_wrap .diamond_size {
            display: grid;
            grid-template-columns: 1fr 1fr;
            margin-top: 20px;
        }

            .diamond_certified_section .certified_wrap .diamond_size > div::after {
                content: "";
                position: absolute;
                height: 35px;
                width: 1px;
                top: 0;
                right: 0;
                background: #00000033;
            }

            .diamond_certified_section .certified_wrap .diamond_size > div {
                position: relative;
                margin-right: 40px;
                margin-bottom: 20px;
            }

                .diamond_certified_section .certified_wrap .diamond_size > div:nth-child(even)::after {
                    display: none;
                }

            .diamond_certified_section .certified_wrap .diamond_size h5,
            .diamond_certified_section .certified_wrap .shape_list_wrap h5 {
                font-family: "Instrument Sans", sans-serif;
                font-weight: 400;
                font-size: 16px;
                color: #7B7B7B;
                margin-bottom: 0px;
            }

            .diamond_certified_section .certified_wrap .diamond_size p {
                font-family: "Instrument Sans", sans-serif;
                font-weight: 600;
                font-size: 18px;
                color: #050537;
                margin-bottom: 0px;
            }

        .diamond_certified_section .certified_wrap .shape_list_wrap ul {
            margin: 5px 0px 0px;
            padding: 0px;
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
        }

            .diamond_certified_section .certified_wrap .shape_list_wrap ul li {
                list-style: none;
                padding: 5px 10px;
                border-radius: 8px;
                background-color: #E7E7FA;
                border: 1px solid #0505371A;
                font-family: "Instrument Sans", sans-serif;
                font-weight: 400;
                font-size: 16px;
                color: #050537;
            }

    .diamond_certified_section.melees_section,
    .diamond_certified_section.fancy_section {
        background-color: #fff;
        position: relative;
        overflow: hidden;
        z-index: 1;
    }

        .diamond_certified_section.melees_section::before {
            content: "";
            position: absolute;
            bottom: -151px;
            left: -102px;
            background-image: url(../images/bg-layer.png);
            background-repeat: no-repeat;
            background-size: contain;
            width: 375px;
            height: 433px;
            z-index: -1;
            transform: rotate(169deg);
        }

        .melees_section .melees-diamond-img,
        .diamond_certified_section.fancy_section .fancy-diamond-img {
            height: 500px;
            border-radius: 16px;
            overflow: hidden;
        }

        .diamond_certified_section.melees_section .certified_wrap .diamond_size {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            margin-top: 20px;
        }

            .diamond_certified_section.melees_section .certified_wrap .diamond_size > div::after {
                display: block;
            }

            .diamond_certified_section.melees_section .certified_wrap .diamond_size > div:nth-child(3) {
                grid-column: 1 / auto;
            }

            .diamond_certified_section.melees_section .certified_wrap .diamond_size > div:nth-child(2)::after,
            .diamond_certified_section.melees_section .certified_wrap .diamond_size > div:last-child::after {
                display: none;
            }

        .diamond_certified_section.melees_section .certified_wrap {
            margin-left: 0px;
            margin-right: 40px;
        }

            .diamond_certified_section.melees_section .certified_wrap .diamond_size,
            .diamond_certified_section.pairs_section .certified_wrap .diamond_size,
            .diamond_certified_section.melees_section .certified_wrap .shape_list_wrap {
                max-width: 100%;
            }

        .diamond_certified_section.pairs_section .lab-diamond-img img,
        .diamond_certified_section.fancy_section .fancy-diamond-img img {
            border-radius: 16px;
            object-fit: cover;
        }

        .diamond_certified_section.fancy_section::before {
            content: "";
            position: absolute;
            bottom: -151px;
            right: -102px;
            background-image: url(../images/bg-layer.png);
            background-repeat: no-repeat;
            background-size: contain;
            width: 375px;
            height: 433px;
            z-index: -1;
            transform: rotate(169deg);
        }

        .diamond_certified_section.fancy_section .certified_wrap .diamond_size {
            max-width: 100%;
            grid-template-columns: 200px 1fr;
        }

        .diamond_certified_section.fancy_section .certified_wrap {
            margin-left: 0px;
        }

            .diamond_certified_section.fancy_section .certified_wrap .diamond_size > div {
                margin-right: 20px;
            }



/*Education Page*/
.perfection-section {
    padding: 100px 95px;
}

    .perfection-section .perfection-card {
        background-color: #fff;
        padding: 36px 86px 36px 36px;
        margin-bottom: 34px;
        display: flex;
        align-items: center;
        gap: 70px;
        border-radius: 30px;
        border: 1px solid #DADADA;
    }

        .perfection-section .perfection-card:nth-child(even) {
            flex-direction: row-reverse;
        }

        .perfection-section .perfection-card .perfection-img {
            min-width: 600px;
            height: 169px;
        }

        .perfection-section .perfection-card.clarity_card .perfection-img {
            height: 325px;
        }

        .perfection-section .perfection-card.cut_card .perfection-img {
            height: 221px;
        }

        .perfection-section .perfection-card.carat_card .perfection-img {
            height: 186px;
        }

        .perfection-section .perfection-card .perfection-img img {
            width: 100%;
            height: 100%;
            object-fit: contain;
        }

        .perfection-section .perfection-card .details {
            display: flex;
            flex-direction: column;
            gap: 10px;
        }

            .perfection-section .perfection-card .details h2 {
                margin-bottom: 0px;
                color: #003255;
                font-family: "Instrument Serif", serif;
                font-weight: 400;
                font-size: 44px;
                line-height: 57px;
            }

            .perfection-section .perfection-card .details h6 {
                margin-bottom: 0px;
                color: #050537;
                font-family: "Instrument Sans", sans-serif;
                font-weight: 500;
                font-size: 20px;
                line-height: 24px;
            }

            .perfection-section .perfection-card .details p {
                margin-bottom: 0px;
                color: #575757;
                font-family: "Instrument Sans", sans-serif;
                font-weight: 400;
                font-size: 18px;
                line-height: normal;
            }

.popular-diamond-section {
    padding-bottom: 106px;
}

    .popular-diamond-section .diamond-shape-list {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
        gap: 16px;
    }

        .popular-diamond-section .diamond-shape-list .shape-card {
            height: 483px;
            position: relative;
            border-radius: 28px;
            overflow: hidden;
            padding: 30px;
            background: linear-gradient(180deg, rgba(32, 66, 20, 0) 60.96%, rgba(32, 66, 20, 0.7) 84.08%, #204214 100%);
        }

            .popular-diamond-section .diamond-shape-list .shape-card .shape-img {
                position: absolute;
                left: 0;
                top: 0;
                width: 100%;
                height: 100%;
                z-index: -1;
            }

                .popular-diamond-section .diamond-shape-list .shape-card .shape-img img {
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                }

            .popular-diamond-section .diamond-shape-list .shape-card .shape-details {
                display: flex;
                height: 100%;
                flex-direction: column;
                text-align: center;
                justify-content: space-between;
            }

                .popular-diamond-section .diamond-shape-list .shape-card .shape-details h3 {
                    margin-bottom: 0px;
                    font-family: "Instrument Serif", serif;
                    font-weight: 400;
                    font-size: 46px;
                    line-height: 50px;
                    color: #204214;
                }

                .popular-diamond-section .diamond-shape-list .shape-card .shape-details p {
                    margin-bottom: 0px;
                    font-family: "Instrument Sans", sans-serif;
                    font-weight: 400;
                    font-size: 18px;
                    line-height: 24px;
                    color: #FFFFFF;
                }


/*Contact Page*/

.hero-section.contact-hero-section .hero-content::before {
    left: -155px;
    bottom: 0px;
    transform: rotate(-170deg);
}

.reach-section {
    padding: 80px 0px;
    overflow: hidden;
}

    .reach-section .reach-map-wrap {
        border-radius: 30px;
        border: 1px solid #A6A6A6;
        overflow: hidden;
    }

    .reach-section .reach-wrap {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 14px;
    }

        .reach-section .reach-wrap .card {
            height: 274px;
            padding: 20px;
            display: flex;
            justify-content: end;
            border-radius: 10px;
            position: relative;
            overflow: hidden;
            z-index: 1;
        }

            .reach-section .reach-wrap .card .icon {
                width: 38px;
                height: 38px;
                margin-bottom: 14px;
            }

            .reach-section .reach-wrap .card::before {
                content: "";
                position: absolute;
                background-image: url(../images/bg-layer.png);
                background-repeat: no-repeat;
                background-size: contain;
                width: 248px;
                height: 287px;
                z-index: -1;
            }

            .reach-section .reach-wrap .card:nth-child(1)::before {
                top: -128px;
                right: -153px;
                transform: rotate(71deg);
            }

            .reach-section .reach-wrap .card:nth-child(2)::before {
                top: -98px;
                right: -143px;
                transform: rotate(71deg);
            }

            .reach-section .reach-wrap .card:nth-child(3)::before {
                top: -98px;
                right: -123px;
                transform: rotate(17deg);
            }

            .reach-section .reach-wrap .card:nth-child(4)::before {
                top: -138px;
                right: -83px;
                transform: rotate(-20deg);
            }

            .reach-section .reach-wrap .card h3 {
                font-family: "Instrument Sans", sans-serif;
                font-weight: 500;
                color: #050537;
                font-size: 28px;
                line-height: 34px;
                margin-bottom: 8px;
            }

            .reach-section .reach-wrap .card a {
                font-family: "Instrument Sans", sans-serif;
                font-weight: 400;
                color: #575757;
                font-size: 18px;
                text-decoration: none;
                line-height: normal;
            }

            .reach-section .reach-map-wrap,
            .reach-section .reach-wrap .card .icon img,
            .reach-section .reach-map-wrap iframe {
                width: 100%;
                height: 100%;
            }

.faq-section {
    padding: 60px 115px;
    background-color: rgba(255, 255, 255, 0.82);
}

    .faq-section .faq-list {
        display: grid;
        grid-template-columns: 1fr 723px;
        gap: 65px;
    }

        .faq-section .faq-list .accordion-button::after {
            display: none;
        }

        .faq-section .faq-list .accordion-item {
            border-bottom: 1px solid #CDCDCD !important;
            border: none;
        }

        .faq-section .faq-list .accordion-button:not(.collapsed) {
            padding: 22px 0px 17px 30px;
            border: none !important;
            background-color: #fff;
            box-shadow: none;
        }

        .faq-section .faq-list .accordion-button {
            padding: 22px 0px 22px 30px;
            font-family: "Instrument Sans", sans-serif;
            font-weight: 400;
            color: #050537;
            font-size: 22px;
            line-height: 27px;
            position: relative;
        }

            .faq-section .faq-list .accordion-button:not(.collapsed)::before {
                border: 3px solid #050537;
                background: #fff;
            }

            .faq-section .faq-list .accordion-button::before {
                content: "";
                position: absolute;
                left: 0;
                width: 14px;
                height: 14px;
                background: #050537;
                border-radius: 50px;
            }

            .faq-section .faq-list .accordion-button:focus {
                box-shadow: none !important;
            }

        .faq-section .faq-list .accordion-body {
            font-family: "Instrument Sans", sans-serif;
            font-weight: 400;
            padding: 0px 0px 22px 30px;
            font-size: 20px;
            line-height: normal;
            color: #9F9F9F;
        }


/*Responsive Web*/
@media (max-width:1800px) {
    .difference-section {
        padding: 68px 0px 96px 0px;
    }

    .making-section .making-timeline .career-time .career-details,
    .making-section .making-timeline .career-time .dashed-arrow {
        display: flex;
    }
}

@media (max-width:1750px) {
    .container {
        padding: 0px 35px;
    }

    .mission-vission-section::before {
        width: 485px;
        height: 600px;
        right: -245px;
        bottom: -220px;
    }
}

@media (max-width:1637px) {
    .contact-section {
        padding: 40px 90px;
    }

    .hero-section .hero-content .hero-details-wrap {
        padding: 0px 70px;
    }

    .diamond_certified_section {
        padding: 100px 10px;
    }

    .faq-section {
        padding: 60px 10px;
    }
}

@media (max-width:1566px) {
    .contact-section {
        padding: 40px 40px;
    }

    .hero-section .hero-content .hero-details-wrap {
        padding: 0px 50px;
    }

    .our-story-section {
        padding: 108px 100px 146px 100px;
    }

    .perfection-section {
        padding: 80px 10px;
    }
}

@media (max-width:1550px) {
    .hero-home-section .hero-content .hero-details-wrap {
        padding: 0px 23px;
    }

    .luxury-section, .product-section, .explore-shape-section {
        margin: 80px 75px 110px 75px;
    }

    .era-section {
        padding: 84px 35px;
    }

    .difference-section {
        padding: 68px 0px 96px 0px;
    }

    .popular-diamond-section {
        padding-bottom: 65px;
    }

        .popular-diamond-section .diamond-shape-list .shape-card {
            height: 430px;
            padding: 20px 10px;
        }
}

@media (max-width:1500px) {
    .hero-home-section .hero-content .hero-details-wrap {
        padding: 0px 13px;
    }

    .explore-shape-section .explore-shape-slider .item.slick-slide {
        margin: 0 10px;
    }

    .contact-section {
        padding: 40px 20px;
    }

        .contact-section .section-title {
            padding-right: 0;
        }

    .popular-diamond-section .diamond-shape-list .shape-card {
        height: 400px;
    }

        .popular-diamond-section .diamond-shape-list .shape-card .shape-details h3 {
            font-size: 38px;
            line-height: 40px;
        }

        .popular-diamond-section .diamond-shape-list .shape-card .shape-details p {
            font-size: 17px;
        }

    .faq-section .faq-list {
        grid-template-columns: 1fr 660px;
        gap: 30px;
    }

        .faq-section .faq-list .accordion-button {
            font-size: 20px;
            line-height: 25px;
        }

        .faq-section .faq-list .accordion-body {
            font-size: 18px;
        }
}


@media (max-width:1440px) {
    .hero-home-section .hero-section-slide .item, .hero-home-section .hero-content {
        height: 700px;
    }

        .hero-home-section .hero-content .hero-details-wrap h2 {
            font-size: 50px;
        }

        .hero-home-section .hero-content .hero-details-wrap {
            padding: 0px 35px;
        }

    .luxury-section {
        margin: 60px 10px 80px 10px;
    }

    .era-section {
        padding: 50px 10px;
    }

        .era-section .era-content {
            max-width: 675px;
        }

    .luxury-section, .product-section, .explore-shape-section {
        margin: 80px 10px;
    }

    .difference-section {
        padding: 68px 0px;
    }

    .certification-section {
        padding: 80px 20px;
    }

    /*About Page*/
    .hero-section .hero-content .hero-details-wrap {
        padding: 0px 20px;
    }

        .hero-section .hero-content .hero-details-wrap h2 {
            font-size: 50px;
        }

    .our-story-section {
        padding: 108px 0px 146px 0px;
    }

    .mission-vission-section .card_list {
        margin: 0px;
    }

        .mission-vission-section .card_list .mission-vission-card {
            padding: 28px 20px;
        }

            .mission-vission-section .card_list .mission-vission-card .card_title img {
                width: 65px;
                height: 65px;
            }

            .mission-vission-section .card_list .mission-vission-card .card_title h2 {
                font-size: 60px;
            }

    .making-section .making-timeline .making-time {
        gap: 34px;
    }

        .making-section .making-timeline .making-time .making-details h3 {
            font-size: 30px;
            line-height: 35px;
        }

        .making-section .making-timeline .making-time:nth-child(odd) .dashed-arrow .countinue-line {
            margin-right: 120px;
        }

        .making-section .making-timeline .making-time:nth-child(even) .dashed-arrow .countinue-line {
            margin-left: 120px;
        }

        .making-section .making-timeline .making-time .dashed-arrow .countinue-line {
            top: 50px;
            height: 90px;
        }

            .making-section .making-timeline .making-time .dashed-arrow .countinue-line::after {
                top: 90px;
            }

        .making-section .making-timeline .making-time .making-details .making-img {
            max-width: 110px;
            height: 110px;
        }

    .popular-diamond-section .diamond-shape-list {
        gap: 10px;
    }

    .diamond_certified_section.melees_section::before {
        width: 345px;
        height: 383px;
    }
}

@media (max-width:1350px) {
    /*Footer Section*/
    .footer-section .footer_menu ul {
        column-gap: 8px;
    }

        .footer-section .footer_menu ul li a {
            padding: 5px 8px;
            font-size: 14px;
        }

    .footer-section .get_touch_contact ul li a {
        font-size: 14px;
    }

    .footer-section .social_link ul li img,
    .footer-section .get_touch_contact ul li .icon img {
        height: 20px;
    }

    .header-section .header_logo img, .footer-section .footer_logo img {
        height: 24px;
    }

    .footer-section p.footer_content {
        font-size: 15px;
        line-height: 20px;
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .footer-section .get_touch_contact ul li {
        margin-bottom: 12px;
    }

    .footer-section .subscribe_wrap input {
        width: 280px;
        padding: 12px 18px;
        font-size: 15px;
        line-height: 15px;
    }

        .footer-section .subscribe_wrap input::-webkit-input-placeholder {
            font-size: 15px;
            line-height: 15px;
        }

    .footer-section .subscribe_wrap button {
        padding: 12px;
        font-size: 15px;
        line-height: 20px;
    }

    .footer-section .copyright_content {
        font-size: 14px;
        line-height: 15px;
        margin-top: 35px;
    }

    .luxury-section .luxury-card .card-details .card-image {
        width: 98px;
        height: 98px;
        margin: 35px auto;
    }

    .era-section .era-img {
        width: 470px;
        height: 470px;
        margin-right: 36px;
    }

    /*Product Section*/
    .product-section .product-slider .product-card .product-img {
        height: 360px;
    }

    .product-section .product-slider .product-card p {
        font-size: 20px;
    }

    /*Explore Shape Section*/
    .explore-shape-section .explore-shape-slider .item.slick-slide {
        width: 140px;
    }

        .explore-shape-section .explore-shape-slider .item.slick-slide.slick-center {
            width: 350px;
        }

    .explore-shape-section .explore-shape-slider .item.slick-center .shape-card span {
        font-size: 17px;
    }

    .explore-shape-section .explore-shape-slider .item.slick-center .shape-card p {
        font-size: 35px;
    }

    .explore-shape-section .explore-shape-slider .item.slick-slide.slick-center .shape-card .shape-img {
        width: 200px;
        height: 200px;
    }


    /*Certification Section */
    .certification-section .our-certification .certification-card, .certification-section .our-associated .associated-card {
        gap: 32px;
    }

    .certification-section .our-certification {
        padding-right: 23px;
    }

    .certification-section .our-associated {
        margin-left: 23px;
    }

    .certification-section .our-certification .certification-card .card-img {
        max-width: 200px;
    }

    .certification-section .our-associated .associated-card .card-img {
        max-width: 130px;
    }

    .popular-diamond-section .diamond-shape-list {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }

    .diamond_certified_section {
        padding: 60px 10px;
    }

        .diamond_certified_section .certified_wrap {
            margin-left: 0px;
        }

        .diamond_certified_section.melees_section .certified_wrap {
            margin-right: 0px;
        }

    .melees_section .melees-diamond-img {
        height: auto;
    }

    .diamond_certified_section.fancy_section .fancy-diamond-img {
        height: 400px;
    }

    .faq-section .faq-list {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
}

@media (max-width:1300px) {
    .explore-shape-section .explore-shape-slider .item.slick-slide {
        width: 120px;
    }

        .explore-shape-section .explore-shape-slider .item.slick-slide .shape-card .shape-img {
            width: 100px;
            height: 100px;
        }

    .making-section .making-timeline .making-time {
        gap: 20px;
    }

        .making-section .making-timeline .making-time .making-details p {
            font-size: 16px;
        }

        .making-section .making-timeline .making-time .time-icon {
            min-width: 50px;
            width: 50px;
            height: 50px;
            font-size: 30px;
        }

    .perfection-section {
        padding: 50px 10px;
    }

        .perfection-section .perfection-card {
            padding: 26px 66px 26px 26px;
        }

            .perfection-section .perfection-card .perfection-img {
                min-width: 450px;
                height: 129px;
            }

            .perfection-section .perfection-card.clarity_card .perfection-img {
                height: 255px;
            }

            .perfection-section .perfection-card.cut_card .perfection-img {
                height: 161px;
            }

            .perfection-section .perfection-card.carat_card .perfection-img {
                height: 155px;
            }

    .reach-section {
        padding: 40px 0px;
    }

        .reach-section .reach-wrap .card {
            height: 235px;
        }
}

@media (max-width:1199px) {
    .container {
        padding: 0px 15px;
    }

    .header-section {
        padding: 0px 20px;
    }

        .header-section .header_menu_wrap {
            max-width: 830px;
        }

    .hero-home-section .hero-section-slide .item, .hero-home-section .hero-content {
        height: 580px;
    }

        .hero-home-section .hero-content .hero-details-wrap .title-img {
            height: 53px;
            width: 103px;
        }

        .hero-home-section .hero-content .hero-details-wrap h2 {
            font-size: 40px;
        }

        .hero-home-section .hero-content::before {
            bottom: -291px;
            left: -191px;
            width: 454px;
            height: 565px;
        }

    .luxury-section .luxury-card-list .luxury-card {
        margin-bottom: 16px;
    }

    .era-section .section-title h3,
    .contact-section .section-title h3,
    .certification-section .section-title h3,
    .contact-section .section-title h3,
    .mission-vission-section .section-title h3,
    .making-section .section-title h3,
    .legacy-section .section-title h3,
    .popular-diamond-section .section-title h3,
    .reach-section .section-title h3,
    .diamond_certified_section .certified_wrap .section-title h3,
    .perfection-section .section-title h3,
    .faq-section .section-title h3,
    .our-story-section .our-story-content .section-title h3,
    .difference-section .section-title h3 {
        font-size: 38px;
        line-height: 38px;
    }

    .era-section .era-content .section-title,
    .product-section .section-title,
    .contact-section .section-title,
    .certification-section .section-title,
    .contact-section .section-title,
    .mission-vission-section .section-title,
    .making-section .section-title,
    .legacy-section .section-title,
    .popular-diamond-section .section-title,
    .reach-section .section-title,
    .diamond_certified_section .certified_wrap .section-title,
    .perfection-section .section-title,
    .faq-section .section-title,
    .our-story-section .our-story-content .section-title,
    .explore-shape-section .section-title,
    .era-section .era-content .description {
        margin-bottom: 20px;
    }

    .era-section .era-content .description {
        font-size: 16px;
    }

    .difference-comparison {
        gap: 70px;
    }

    .difference-section .difference-img {
        height: 220px;
    }

    .difference-comparison .title-box.left h2 {
        margin-left: 16px;
    }

    .difference-comparison .dashed-corner {
        width: 90px;
        height: 40px;
    }

        .difference-comparison .dashed-corner.left {
            left: -90px;
        }

        .difference-comparison .dashed-corner.right {
            right: -90px;
        }

    .difference-section .diamond-difference tr td {
        font-size: 18px;
        line-height: 20px;
        padding: 10px 20px;
    }

    /*Explore Shape Section*/
    .explore-shape-section .explore-shape-slider .item.slick-slide {
        width: 170px;
    }

        .explore-shape-section .explore-shape-slider .item.slick-slide .shape-card .shape-img {
            width: 120px;
            height: 120px;
        }

    .contact-section .contact-wrap {
        margin-left: 0px;
    }

    /*About Page*/
    .hero-section .hero-content::before {
        bottom: 100px;
        left: -125px;
        width: 276px;
        height: 295px;
    }

    .hero-section .hero-content .hero-details-wrap .shop-diamond p {
        font-size: 15px;
    }

    .hero-section .hero-section-slide .item, .hero-section .hero-content {
        height: 550px;
    }

    .hero-section .border_line::before {
        height: 55px;
        bottom: 15px;
    }

    .hero-section .hero-content .hero-details-wrap .shop-diamond {
        margin: 75px auto 0 auto;
    }

    /*Our Story Section */
    .our-story-section {
        padding: 70px 0px 100px 0px;
    }

        .our-story-section .our-story-img {
            height: 550px;
        }

        .our-story-section .our-story-content {
            padding-right: 0;
            gap: 15px;
        }

            .our-story-section .our-story-content .story-wrap {
                gap: 10px;
            }

                .our-story-section .our-story-content .story-wrap p, .our-story-section .our-story-content .story_question p {
                    font-size: 16px;
                }

            .our-story-section .our-story-content .story_question span {
                font-size: 20px;
            }

    .making-section .making-timeline .making-time,
    .making-section .making-timeline .making-time .making-details {
        gap: 10px;
    }

        .making-section .making-timeline .making-time .making-details h3 {
            font-size: 27px;
            line-height: 28px;
            margin-bottom: 10px;
        }

        .making-section .making-timeline .making-time .making-details .making-img {
            max-width: 100px;
            height: 100px;
        }

        .making-section .making-timeline .making-time .time-icon {
            min-width: 40px;
            width: 40px;
            height: 40px;
            font-size: 22px;
        }

    .popular-diamond-section .diamond-shape-list .shape-card .shape-details h3 {
        font-size: 35px;
    }

    .popular-diamond-section .diamond-shape-list .shape-card .shape-details p {
        font-size: 15px;
        line-height: 18px;
    }

    .diamond_certified_section.melees_section .certified_wrap .diamond_size > div {
        margin-right: 20px;
    }

    .diamond_certified_section.fancy_section .certified_wrap .diamond_size > div {
        margin-right: 10px;
    }

    .diamond_certified_section.fancy_section .certified_wrap .diamond_size {
        grid-template-columns: 180px 1fr;
    }

    .faq-section .faq-list {
        grid-template-columns: 1fr;
        gap: 0px;
    }
}

@media (max-width:1024px) {
    .footer-section {
        padding: 31px 20px;
    }

    .header-section .contact_btn .icon {
        width: 30px;
        height: 30px;
        display: flex;
    }

    .hero-home-section .hero-section-slide .item, .hero-home-section .hero-content {
        height: 500px;
    }

    .luxury-section .luxury-card-list .luxury-card:nth-child(1) .card-details, .luxury-section .luxury-card-list .luxury-card:nth-child(3) .card-details {
        padding: 15px 10px;
    }

    .luxury-section .luxury-card-list .luxury-card .card-details {
        padding: 28px 10px;
    }

    .luxury-section .luxury-card .card-details h2 {
        font-size: 36px;
        line-height: 40px;
    }

    .luxury-section .luxury-card .card-details p {
        font-size: 14px;
        line-height: 18px;
    }

    .luxury-section .section-title h3,
    .era-section .section-title h3,
    .product-section .section-title h3,
    .explore-shape-section .section-title h3,
    .certification-section .section-title h3,
    .contact-section .section-title h3,
    .mission-vission-section .section-title h3,
    .making-section .section-title h3,
    .legacy-section .section-title h3,
    .popular-diamond-section .section-title h3,
    .reach-section .section-title h3,
    .diamond_certified_section .certified_wrap .section-title h3,
    .perfection-section .section-title h3,
    .faq-section .section-title h3,
    .our-story-section .our-story-content .section-title h3,
    .difference-section .section-title h3 {
        font-size: 42px;
        line-height: 58px;
    }

    .luxury-section .section-title p,
    .era-section .section-title p,
    .product-section .section-title p,
    .difference-section .section-title p,
    .certification-section .section-title p,
    .contact-section .section-title p,
    .mission-vission-section .section-title p,
    .making-section .section-title p,
    .legacy-section .section-title p,
    .popular-diamond-section .section-title p,
    .diamond_certified_section .certified_wrap .section-title p,
    .perfection-section .section-title p,
    .faq-section .section-title p,
    .our-story-section .our-story-content .section-title p,
    .explore-shape-section .section-title p {
        font-size: 16px;
        line-height: 16px;
    }

    .era-section .era-img {
        margin: 0 auto;
    }
    /*Explore Shape Section*/
    .explore-shape-section .explore-shape-slider .item.slick-slide {
        width: 140px;
    }

        .explore-shape-section .explore-shape-slider .item.slick-slide .shape-card .shape-img {
            width: 100px;
            height: 100px;
        }

        .explore-shape-section .explore-shape-slider .item.slick-slide.slick-center {
            width: 280px;
        }

            .explore-shape-section .explore-shape-slider .item.slick-slide.slick-center .shape-card .shape-img {
                width: 170px;
                height: 170px;
            }

    .explore-shape-section .explore-shape-slider .item.slick-center .shape-card span {
        font-size: 15px;
    }

    .explore-shape-section .explore-shape-slider .item.slick-center .shape-card p {
        font-size: 30px;
        line-height: 32px;
    }

    /*About Page*/
    .hero-section .hero-section-slide .item, .hero-section .hero-content {
        height: 470px;
    }

        .hero-section .hero-content .hero-details-wrap h2 {
            font-size: 40px;
        }

    .our-story-section .our-story-img {
        height: 450px;
    }

    .our-story-section .our-story-content .story_question span {
        font-size: 18px;
    }

    .mission-vission-section .card_list {
        gap: 15px;
    }

    .making-section .making-timeline .making-time .making-details .making-img {
        max-width: 80px;
        height: 80px;
    }

    .perfection-section .perfection-card {
        padding: 26px;
    }

        .perfection-section .perfection-card .perfection-img {
            min-width: 400px;
        }

    .popular-diamond-section .diamond-shape-list {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .diamond_certified_section {
        padding: 40px 10px;
    }

        .diamond_certified_section .certified_wrap .diamond_size > div {
            margin-right: 20px;
            margin-bottom: 10px;
        }

        .diamond_certified_section .certified_wrap .shape_list_wrap ul li {
            font-size: 15px;
            padding: 3px 10px;
        }

        .diamond_certified_section .certified_wrap .diamond_size,
        .diamond_certified_section .certified_wrap .shape_list_wrap {
            max-width: 475px;
        }

        .diamond_certified_section.melees_section .certified_wrap .diamond_size {
            grid-template-columns: repeat(2, 1fr);
        }

        .diamond_certified_section .certified_wrap .diamond_size > div:last-child::after {
            display: block;
        }

        .diamond_certified_section .certified_wrap .diamond_size > div:nth-child(4)::after {
            display: none;
        }

    .reach-section .reach-wrap .card {
        height: 200px;
        padding: 10px;
    }

        .reach-section .reach-wrap .card .icon {
            width: 25px;
            height: 25px;
            margin-bottom: 10px;
        }

        .reach-section .reach-wrap .card h3 {
            font-size: 22px;
            line-height: 24px;
        }

        .reach-section .reach-wrap .card a {
            font-size: 15px;
        }
}

@media (max-width:991px) {
    .header-section {
        top: 0px;
        background-color: #fff;
        padding: 10px 20px;
    }

        .header-section .menu_icon {
            background-color: #050537;
            border: none;
            padding: 5px;
            border-radius: 8px;
        }

    .footer-section .footer_menu {
        justify-content: flex-start;
        margin-top: 20px;
    }

        .footer-section .footer_menu ul {
            flex-direction: column;
        }

    .footer-section .subscribe_title {
        text-align: start;
        margin-top: 23px;
    }

    .footer-section .subscribe_wrap {
        justify-content: flex-start;
    }

    .footer-section .copyright_content {
        text-align: start;
        margin-top: 15px;
    }

    .footer-section .get_touch_title {
        margin: 15px 0px;
    }

    .responsive_header {
        background-color: #fff;
        border-radius: 0 0px 30px 30px;
        position: absolute;
        top: 60px;
        width: 100%;
        padding: 30px 0;
        border-top: 0;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
        z-index: 9;
        left: 0;
    }

        .responsive_header .responsive_header_menu ul {
            margin: 0;
            padding: 0;
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 8px;
        }

            .responsive_header .responsive_header_menu ul li {
                list-style: none;
                border: 1px solid #05053726;
                padding: 8px 16px;
                border-radius: 20px;
                transition: all 0.5s ease;
            }

                .responsive_header .responsive_header_menu ul li:hover {
                    border: 1px solid #050537;
                }

                .responsive_header .responsive_header_menu ul li a {
                    font-family: "Instrument Sans", sans-serif;
                    color: #050537;
                    text-decoration: none;
                    font-size: 16px;
                }

    main {
        margin-top: 70px;
    }

    .hero-home-section .hero-wrap {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    .hero-home-section .hero-section-slide .item, .hero-home-section .hero-content {
        height: 450px;
    }

        .hero-home-section .hero-section-slide .item img {
            width: 100%;
            object-fit: cover;
        }

    .hero-home-section .hero-section-slide .slick-dots {
        width: 100%;
        left: 0;
        bottom: 15px;
    }

    .hero-home-section .hero-content .hero-details-wrap {
        max-width: 580px;
    }

    .product-section .product-slider .product-card .product-img {
        height: 300px;
    }

    .difference-section .diamond-difference tr td {
        font-size: 16px;
        line-height: 20px;
        padding: 10px;
    }

    .difference-comparison .title-box h2 {
        font-size: 26px;
        line-height: 30px;
    }

    .difference-section .difference-img {
        height: 200px;
    }

    .difference-comparison .dashed-corner {
        top: 15px;
    }

    .difference-section .section-title h3 {
        font-size: 40px;
        line-height: 54px;
    }
    /*Explore Shape Section*/
    .explore-shape-section .explore-shape-slider .item.slick-slide {
        width: 116px;
    }

        .explore-shape-section .explore-shape-slider .item.slick-slide.slick-center {
            width: 340px;
        }

    .explore-shape-section .explore-shape-slider .item .shape-card p {
        font-size: 17px;
    }

    .certification-section .our-certification {
        border-right: none;
        padding-right: 0px;
    }

    .certification-section .our-associated {
        margin-left: 0px;
    }

        .certification-section .our-associated .associated-card .card-img {
            max-width: 200px;
        }

    /*About Page*/
    .hero-section .hero-wrap {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    .hero-section .hero-content .hero-details-wrap {
        padding: 0px 130px;
    }

    .our-story-section {
        padding: 70px 0px;
    }

        .our-story-section .our-story-img {
            margin: 0 auto 30px auto;
        }

    .mission-vission-section {
        padding: 66px 0px;
    }

        .mission-vission-section .card_list .mission-vission-card {
            height: 400px;
        }

            .mission-vission-section .card_list .mission-vission-card .card_title {
                gap: 10px;
            }

                .mission-vission-section .card_list .mission-vission-card .card_title img {
                    width: 55px;
                    height: 55px;
                }

                .mission-vission-section .card_list .mission-vission-card .card_title h2 {
                    font-size: 45px;
                }

            .mission-vission-section .card_list .mission-vission-card p {
                font-size: 16px;
                margin-bottom: 10px;
            }

    .making-section .making-timeline .making-time {
        margin-bottom: 40px;
    }

        .making-section .making-timeline .making-time .time-icon,
        .making-section .making-timeline .making-time:last-child .time-icon, .making-section .making-timeline .making-time:last-child .dashed-arrow {
            display: none;
        }

        .making-section .making-timeline .making-time .making-details .making-img {
            max-width: 110px;
            height: 110px;
        }

        .making-section .making-timeline .making-time .dashed-arrow .countinue-line {
            width: 0px;
            top: 10px;
            margin: 0 auto !important;
        }

    .making-section .making-timeline .making-time {
        flex-direction: column-reverse !important;
    }

    .perfection-section .perfection-card {
        flex-direction: column !important;
        gap: 20px;
        margin-bottom: 14px;
    }

        .perfection-section .perfection-card .details {
            gap: 5px;
        }

        .perfection-section .perfection-card .perfection-img {
            height: 120px;
        }

        .perfection-section .perfection-card.clarity_card .perfection-img {
            height: 200px;
        }

        .perfection-section .perfection-card.cut_card .perfection-img {
            height: 150px;
        }

        .perfection-section .perfection-card.carat_card .perfection-img {
            height: 140px;
        }

        .perfection-section .perfection-card .details h2 {
            font-size: 35px;
            line-height: 45px;
        }

        .perfection-section .perfection-card .details h6 {
            font-size: 18px;
            line-height: 20px;
        }

        .perfection-section .perfection-card .details p {
            font-size: 16px;
        }

    .diamond_certified_section.melees_section .certified_wrap .diamond_size, .diamond_certified_section.melees_section .certified_wrap .shape_list_wrap {
        max-width: 500px;
    }

    .diamond_certified_section.melees_section .certified_wrap .diamond_size {
        grid-template-columns: repeat(3, 1fr);
    }

    .diamond_certified_section .certified_wrap .diamond_size > div:last-child::after {
        display: none;
    }

    .diamond_certified_section .certified_wrap .diamond_size > div:nth-child(4)::after {
        display: block;
    }

    .reach-section .reach-map-wrap {
        margin-top: 10px;
        height: 300px;
    }
}


@media (max-width:768px) {
    .header-section .menu_icon img {
        height: 25px;
    }

    .luxury-section .luxury-card-list .luxury-card:nth-child(1) .card-details, .luxury-section .luxury-card-list .luxury-card:nth-child(3) .card-details {
        gap: 98px;
    }

    .luxury-section .luxury-card-list .luxury-card .card-details {
        border-radius: 17px;
    }

    .era-section::before {
        width: 554px;
        height: 495px;
    }

    .product-section .product-slider .product-card .product-img {
        height: 320px;
    }

    .desktop-diiferece {
        display: none;
    }

    .mobile-difference {
        display: block;
    }

    .difference-section .diamond-difference tr td {
        font-size: 14px;
        line-height: 15px;
        padding: 5px;
        width: 210px;
    }

        .difference-section .diamond-difference tr td.column-title {
            font-size: 12px;
        }

    .mobile-difference .difference-card {
        display: flex;
        gap: 10px;
    }

        .mobile-difference .difference-card .card-img {
            height: 261px;
            margin-bottom: 16px;
        }

            .mobile-difference .difference-card .card-img img {
                width: 100%;
                height: 100%;
            }

        .mobile-difference .difference-card .title-box h2 {
            text-align: center;
            margin-bottom: 16px;
        }
    /*Explore Shape Section*/
    .explore-shape-section .explore-shape-slider .item.slick-slide.slick-center {
        width: 200px;
    }

        .explore-shape-section .explore-shape-slider .item.slick-slide.slick-center .shape-card .shape-img {
            width: 150px;
            height: 150px;
        }

    /*About Page*/
    .hero-section .hero-content .hero-details-wrap {
        padding: 0px 20px;
    }

    .making-section .making-timeline {
        margin-top: 40px;
    }

    .legacy-section .legacy-card {
        gap: 10px;
    }

        .legacy-section .legacy-card .legacy_icon {
            width: 48px;
            height: 48px;
        }

        .legacy-section .legacy-card h3 {
            font-size: 36px;
            line-height: 46px;
        }

        .legacy-section .legacy-card p {
            font-size: 20px;
            line-height: 22px;
        }

    .popular-diamond-section .diamond-shape-list {
        grid-template-columns: 1fr 1fr;
    }

    .diamond_certified_section.fancy_section .fancy-diamond-img {
        height: 300px;
    }

    .faq-section .faq-list .accordion-button::before {
        width: 12px;
        height: 12px;
    }

    .faq-section .faq-list .accordion-button {
        font-size: 17px;
        line-height: 20px;
        padding: 12px 0px 12px 20px;
    }

        .faq-section .faq-list .accordion-button:not(.collapsed) {
            padding: 12px 0px 10px 20px;
        }

    .faq-section .faq-list .accordion-body {
        font-size: 16px;
        padding: 0px 0px 17px 20px;
    }

    .faq-section .accordion {
        padding: 0px;
    }
}

@media (max-width:767px) {
    .product-section .product-slider .product-card .product-img {
        height: 400px;
    }

    .luxury-section, .product-section, .explore-shape-section, .contact-section {
        margin: 40px 10px;
    }

        .contact-section .contact-wrap .contact-form > div:first-child {
            padding-right: 0px;
        }

        .contact-section .contact-wrap .contact-form > div:last-child {
            padding-left: 0px;
        }

    .mission-vission-section .card_list .mission-vission-card {
        height: 300px;
    }

        .mission-vission-section .card_list .mission-vission-card::before {
            background-position: center;
        }

        .mission-vission-section .card_list .mission-vission-card p {
            margin-bottom: 0px;
        }
}

@media (max-width:675px) {
    .mobile-difference .difference-card {
        flex-wrap: wrap;
        justify-content: center;
    }

        .mobile-difference .difference-card .column {
            margin-bottom: 28px;
        }

    .difference-section {
        padding: 28px 10px;
    }

    .diamond_certified_section.fancy_section::before,
    .diamond_certified_section.melees_section::before {
        width: 175px;
        height: 283px;
    }

    .diamond_certified_section.melees_section::before {
        bottom: -61px;
        left: -62px;
    }

    .diamond_certified_section.fancy_section::before {
        bottom: -41px;
        right: -52px;
    }

    .reach-section .reach-wrap .card .icon {
        width: 35px;
        height: 35px;
    }

    .reach-section .reach-wrap .card {
        justify-content: center;
        align-items: center;
        text-align: center;
    }
}

@media (max-width:575px) {
    .footer-section {
        margin: 10px;
    }

    .header-section {
        padding: 10px;
    }

    .hero-home-section .hero-section-slide .item, .hero-home-section .hero-content {
        height: 400px;
    }

        .hero-home-section .hero-content .hero-details-wrap h2 {
            font-size: 37px;
        }

        .hero-home-section .hero-content .hero-details-wrap .title-img {
            height: 45px;
            width: 80px;
        }

        .hero-home-section .hero-content .hero-details-wrap .shop-diamond {
            max-width: 380px;
            margin: 85px auto 0 auto;
        }

    .hero-home-section .border_line::before {
        height: 55px;
        bottom: 15px;
    }

    .hero-home-section .hero-content .hero-details-wrap .shop-diamond h4 {
        font-size: 20px;
    }

    .hero-home-section .hero-content .hero-details-wrap .shop-diamond p {
        font-size: 18px;
    }

    .hero-home-section .hero-content .shop-now {
        margin-top: 15px;
    }

    .hero-home-section .hero-content .hero-details-wrap {
        padding: 0px 25px;
    }

    .luxury-section .luxury-card .card-details h2 {
        font-size: 26px;
        line-height: 30px;
    }

    .luxury-section .luxury-card .card-details .card-image {
        width: 78px;
        height: 78px;
        margin: 25px auto;
    }

    .luxury-section .section-title h3,
    .era-section .section-title h3,
    .product-section .section-title h3,
    .explore-shape-section .section-title h3,
    .certification-section .section-title h3,
    .contact-section .section-title h3,
    .mission-vission-section .section-title h3,
    .making-section .section-title h3,
    .legacy-section .section-title h3,
    .popular-diamond-section .section-title h3,
    .reach-section .section-title h3,
    .diamond_certified_section .certified_wrap .section-title h3,
    .perfection-section .section-title h3,
    .faq-section .section-title h3,
    .our-story-section .our-story-content .section-title h3,
    .difference-section .section-title h3 {
        font-size: 32px;
        line-height: 38px;
    }

    .era-section .era-img {
        width: 400px;
        height: 400px;
    }

    .contact-section {
        padding: 20px 10px;
    }

    .product-section .product-slider .product-card .product-img {
        height: 430px;
        /*margin-right: 10px;*/
    }

    .product-section .product-slider .product-card p {
        font-size: 17px;
    }

    .product-section .product-slider .product-card .product-img span {
        font-size: 14px;
    }
    /*certification-section*/
    .certification-section {
        padding: 40px 20px;
    }

        .certification-section .our-certification .certification-card p, .certification-section .our-associated .associated-card p {
            font-size: 15px;
            line-height: 20px;
        }

        .certification-section .our-certification .certification-card, .certification-section .our-associated .associated-card {
            gap: 20px;
        }

            .certification-section .our-certification .certification-card .card-img,
            .certification-section .our-associated .associated-card .card-img {
                max-width: 160px;
                height: 60px;
            }

    .contact-section .contact-wrap .contact-form input,
    .contact-section .contact-wrap .contact-form select {
        height: 45px;
    }

    .contact-section .contact-wrap .contact-form input,
    .contact-section .contact-wrap .contact-form textarea,
    .contact-section .contact-wrap .contact-form select {
        padding: 8px 13px;
    }

    .mission-vission-section .card_list .mission-vission-card p {
        font-size: 15px;
    }

    .making-section .making-timeline .making-time .making-details {
        flex-direction: column;
    }

    .legacy-section {
        padding: 30px 10px;
    }

        .legacy-section .legacy-card {
            border-radius: 12px;
        }

            .legacy-section .legacy-card h3 {
                font-size: 26px;
                line-height: 30px;
            }

            .legacy-section .legacy-card p {
                font-size: 15px;
                line-height: 17px;
            }

    .mobile-difference .difference-card .column {
        margin-bottom: 15px;
    }

    .perfection-section {
        padding: 30px 10px;
    }

        .perfection-section .perfection-card .perfection-img {
            height: 100px;
        }

        .perfection-section .perfection-card.clarity_card .perfection-img {
            height: 170px;
        }

        .perfection-section .perfection-card.cut_card .perfection-img {
            height: 130px;
        }

        .perfection-section .perfection-card.carat_card .perfection-img {
            height: 120px;
        }

        .perfection-section .perfection-card .perfection-img {
            min-width: 250px;
        }

    .diamond_certified_section .certified_wrap {
        margin-top: 15px;
    }

    .diamond_certified_section.melees_section .certified_wrap .diamond_size {
        grid-template-columns: repeat(2, 1fr);
    }

    .diamond_certified_section .certified_wrap .diamond_size > div:last-child::after {
        display: block;
    }

    .diamond_certified_section .certified_wrap .diamond_size > div:nth-child(4)::after {
        display: none;
    }

    .reach-section .reach-wrap {
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
    }

        .reach-section .reach-wrap .card::before {
            width: 238px;
            height: 217px;
        }

        .reach-section .reach-wrap .card {
            height: 170px;
        }

            .reach-section .reach-wrap .card .icon {
                margin-bottom: 15px;
            }

            .reach-section .reach-wrap .card h3 {
                font-size: 19px;
                line-height: 14px;
                margin-bottom: 4px;
            }

            .reach-section .reach-wrap .card a {
                font-size: 15px;
            }

    .reach-section .reach-map-wrap {
        border-radius: 10px;
    }

    .faq-section .faq-list .accordion-button {
        font-size: 15px;
        line-height: 18px;
    }
}

@media (max-width:475px) {
    .footer-section .subscribe_wrap input {
        min-width: 170px;
        width: 100%;
        padding: 10px;
        font-size: 12px;
        line-height: 12px;
    }

        .footer-section .subscribe_wrap input::-webkit-input-placeholder {
            font-size: 12px;
            line-height: 12px;
        }

    .footer-section .subscribe_wrap .send_icon {
        padding: 10px;
    }

    .hero-home-section .hero-content .hero-details-wrap h2 {
        font-size: 27px;
    }

    .hero-home-section .hero-content .hero-details-wrap .title-img {
        height: 35px;
        width: 70px;
    }

    .hero-home-section .hero-content::before {
        bottom: -271px;
        left: -111px;
        width: 274px;
        height: 445px;
    }

    .hero-home-section .hero-section-slide .item, .hero-home-section .hero-content {
        height: 360px;
    }

    .hero-home-section .border_line::before {
        height: 35px;
        bottom: 8px;
    }

    .hero-home-section .hero-content .hero-details-wrap .shop-diamond {
        margin: 55px auto 0 auto;
    }

    .luxury-section .section-title h3,
    .era-section .section-title h3,
    .product-section .section-title h3,
    .certification-section .section-title h3,
    .contact-section .section-title h3,
    .mission-vission-section .section-title h3,
    .making-section .section-title h3,
    .legacy-section .section-title h3,
    .popular-diamond-section .section-title h3,
    .reach-section .section-title h3,
    .diamond_certified_section .certified_wrap .section-title h3,
    .perfection-section .section-title h3,
    .faq-section .section-title h3,
    .our-story-section .our-story-content .section-title h3,
    .explore-shape-section .section-title h3,
    .difference-section .section-title h3 {
        font-size: 25px;
        line-height: 28px;
    }

    .luxury-section .section-title p,
    .era-section .section-title p,
    .product-section .section-title p,
    .explore-shape-section .section-title p,
    .certification-section .section-title p,
    .contact-section .section-title p,
    .mission-vission-section .section-title p,
    .making-section .section-title p,
    .legacy-section .section-title p,
    .popular-diamond-section .section-title p,
    .diamond_certified_section .certified_wrap .section-title p,
    .perfection-section .section-title p,
    .faq-section .section-title p,
    .our-story-section .our-story-content .section-title p,
    .difference-section .section-title p {
        font-size: 14px;
    }

    .luxury-section {
        margin: 40px 10px;
    }

        .luxury-section .section-title,
        .difference-section .section-title,
        .mission-vission-section .section-title,
        .making-section .section-title,
        .legacy-section .section-title,
        .popular-diamond-section .section-title,
        .reach-section .section-title,
        .diamond_certified_section .certified_wrap .section-title,
        .perfection-section .section-title,
        .faq-section .section-title {
            margin-bottom: 24px;
        }

    .era-section .era-img {
        width: 300px;
        height: 300px;
    }

    .product-section .slider-btn, .explore-shape-section .slider-btn {
        width: 40px;
        height: 40px;
        padding: 12px;
    }
    /*Explore Shape Section*/
    .explore-shape-section .explore-shape-slider .item.slick-slide.slick-center {
        width: 250px;
    }

    .certification-section {
        padding: 20px 10px;
    }

        .certification-section .our-certification .certification-card, .certification-section .our-associated .associated-card {
            flex-wrap: wrap;
            padding: 12px 0px;
        }

            .certification-section .our-certification .certification-card p, .certification-section .our-associated .associated-card p {
                font-size: 13px;
                line-height: 17px;
            }

            .certification-section .our-certification .certification-card .card-img, .certification-section .our-associated .associated-card .card-img {
                max-width: 200px;
            }

    .contact-section {
        margin: 20px 10px;
    }

        .contact-section .contact-wrap .contact-form label,
        .contact-section .contact-wrap .contact-form input, .contact-section .contact-wrap .contact-form select,
        .contact-section .contact-wrap .contact-form textarea {
            font-size: 15px;
        }

    /*About Page*/
    .hero-section {
        padding: 20px 0px 0 0px;
    }

        .hero-section .hero-section-slide .item, .hero-section .hero-content {
            height: 390px;
        }

            .hero-section .hero-content::before {
                left: -85px;
                width: 186px;
                height: 205px;
            }

            .hero-section .hero-content .shop-now .blue_btn {
                padding: 11px 16px;
                font-size: 14px;
            }
    /*Our Story Section*/
    .our-story-section .our-story-img {
        height: 350px;
    }

    .our-story-section .our-story-content .choice_list li {
        font-size: 18px;
        line-height: 20px;
    }

    .our-story-section .our-story-content .story-wrap p, .our-story-section .our-story-content .story_question p {
        font-size: 15px;
    }

    .our-story-section .our-story-content {
        gap: 10px;
    }

    .our-story-section {
        padding: 40px 0px;
    }

    .mission-vission-section::before {
        width: 275px;
        height: 390px;
        right: -135px;
        bottom: -140px;
    }

    .making-section .making-timeline .making-time .dashed-arrow .countinue-line {
        height: 50px;
    }

        .making-section .making-timeline .making-time .dashed-arrow .countinue-line::after {
            top: 50px;
        }

    .perfection-section .perfection-card .details h2 {
        font-size: 30px;
        line-height: 35px;
    }

    .perfection-section .perfection-card .details h6 {
        font-size: 16px;
        line-height: 20px;
    }

    .perfection-section .perfection-card .details p {
        font-size: 15px;
    }

    .perfection-section .perfection-card {
        padding: 15px;
    }

    .popular-diamond-section .diamond-shape-list {
        grid-template-columns: 1fr;
    }

    .diamond_certified_section .row > div {
        padding: 0px;
    }

    .diamond_certified_section .certified_wrap .diamond_size > div {
        margin-right: 10px;
    }

    .diamond_certified_section .certified_wrap .diamond_size h5,
    .diamond_certified_section .certified_wrap .shape_list_wrap h5,
    .diamond_certified_section .certified_wrap .diamond_size p {
        font-size: 15px;
    }

    .diamond_certified_section .certified_wrap .shape_list_wrap ul {
        gap: 5px;
    }

        .diamond_certified_section .certified_wrap .shape_list_wrap ul li {
            font-size: 13px;
            padding: 3px 8px;
            border-radius: 4px;
        }

    .diamond_certified_section.melees_section .row > div,
    .diamond_certified_section.fancy_section .row > div {
        padding: 5px;
    }

    .faq-section {
        padding: 40px 10px;
    }

        .faq-section .faq-list .accordion-button::before {
            width: 10px;
            height: 10px;
            left: 4px;
        }
}

@media (max-width:375px) {
    .container {
        padding: 0px;
    }

    main {
        padding: 10px;
    }

    .hero-home-section,
    .hero-about-section {
        padding: 0px;
    }

    .footer-section .subscribe_wrap .send_icon img {
        height: 20px;
    }

    .hero-home-section .hero-content .hero-details-wrap,
    .hero-about-section .hero-content .hero-details-wrap {
        padding: 0px 5px;
    }

    .hero-home-section .hero-section-slide .item, .hero-home-section .hero-content {
        height: 330px;
    }

    .hero-home-section .hero-content {
        height: auto;
    }

        .hero-home-section .hero-content .hero-details-wrap {
            padding: 15px 5px;
        }

            .hero-home-section .hero-content .hero-details-wrap h2 {
                font-size: 22px;
            }

    .hero-home-section .hero-section-slide .item, .hero-home-section .hero-content {
        border-radius: 12px;
    }

    .hero-home-section .hero-section-slide .slick-dots li button::before {
        font-size: 13px;
    }

    .hero-home-section .hero-content .hero-details-wrap .title-img {
        height: 30px;
        width: 55px;
        border-radius: 5px;
    }

    .mobile-difference .difference-card .card-img {
        height: 220px;
    }

    .mobile-difference .difference-card .title-box h2 {
        font-size: 30px;
        line-height: 40px;
    }

    /*Explore Shape Section*/
    .explore-shape-section .explore-shape-slider .item.slick-center .shape-card p {
        font-size: 20px;
        line-height: 24px;
    }

    /*About page*/
    .hero-section .hero-section-slide .item, .hero-section .hero-content {
        height: 300px;
        border-radius: 12px;
    }

        .hero-section .hero-content .hero-details-wrap h2 {
            font-size: 23px;
        }

    .hero-section .border_line::before {
        height: 35px;
        bottom: 8px;
    }

    .hero-section .hero-content .hero-details-wrap .shop-diamond {
        margin: 55px auto 0 auto;
    }

        .hero-section .hero-content .hero-details-wrap .shop-diamond p {
            font-size: 14px;
        }

    .hero-section .hero-content .shop-now {
        margin-top: 20px;
    }

    .hero-section .hero-content::before {
        left: -90px;
        width: 206px;
        height: 195px;
        bottom: 50px;
    }

    .mission-vission-section .card_list .mission-vission-card {
        padding: 16px;
    }

        .mission-vission-section .card_list .mission-vission-card .card_title h2 {
            font-size: 35px;
        }

        .mission-vission-section .card_list .mission-vission-card .card_title img {
            width: 40px;
            height: 40px;
        }

        .mission-vission-section .card_list .mission-vission-card p {
            font-size: 14px;
        }

    .making-section .making-timeline .making-time .making-details h3 {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 7px;
    }

    .making-section .making-timeline .making-time .making-details p {
        font-size: 14px;
    }

    .popular-diamond-section .diamond-shape-list .shape-card {
        height: 350px;
        border-radius: 14px;
    }

    .diamond_certified_section.fancy_section .fancy-diamond-img {
        height: 250px;
    }

    .diamond_certified_section.fancy_section .certified_wrap .diamond_size {
        grid-template-columns: 130px 1fr;
    }
}

@media (max-width:320px) {
    .hero-home-section .hero-section-slide .item {
        height: 300px;
    }

    .hero-home-section .hero-content .hero-details-wrap .shop-diamond h4 {
        font-size: 17px;
    }

    .hero-home-section .hero-content .shop-now {
        gap: 5px;
    }

        .hero-home-section .hero-content .shop-now .blue_btn,
        .contact-section .contact-wrap .blue_btn,
        .hero-home-section .hero-content .shop-now .border_btn,
        .era-section .era-content .blue_btn {
            font-size: 14px;
            line-height: 16px;
        }

    .era-section .era-img {
        width: 270px;
        height: 270px;
    }

    .product-section .product-slider .product-card .product-img {
        height: 350px;
    }

    .mobile-difference .difference-card .card-img {
        height: 180px;
    }

    /*Our Story Section*/
    .our-story-section .our-story-img {
        height: 300px;
    }

    .perfection-section .perfection-card .details h2 {
        font-size: 25px;
        line-height: 25px;
    }

    .perfection-section .perfection-card .details h6 {
        font-size: 14px;
        line-height: 18px;
    }

    .perfection-section .perfection-card .details p {
        font-size: 13px;
    }
}
