﻿/* Google fonts */
/* @import url('https://fonts.googleapis.com/css2?family=Karla:ital,wght@0,200..800;1,200..800&family=Newsreader:ital,opsz,wght@0,6..72,200..800;1,6..72,200..800&display=swap'); */

* {
    margin: 0;
    padding: 0,
}

body {
    font-family: sans-serif !important;
}
/* ==================== Homepage Hero Carousel with Navbar ====================  */
/* ==================== Homepage Hero Carousel with Navbar ====================  */

/* Navbar default */
.navbar {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    transition: background-color 0.5s ease, box-shadow 0.5s ease;
    background: transparent; /* start transparent */
}

/* Nav links */
.navbar-nav {
    gap: 20px;
    white-space: nowrap;
}

    .navbar-nav .nav-link {
        font-size: 17px;
        color: white !important;
        transition: color 0.5s ease;
    }

        .navbar-nav .nav-link:hover {
            color: #edcfb5 !important;
        }

/* Login button */
.btn-login {
    border: 2px solid white;
    color: white !important;
    background: transparent;
    padding: 3px 13px;
    border-top-left-radius: 14px;
    border-bottom-right-radius: 14px;
    font-size: 17px;
    transition: all 0.3s ease;
}

    .btn-login:hover {
        background: white !important;
        color: black !important;
    }

/* Toggler icon */
.navbar-toggler {
    border: none;
    filter: invert(100%); /* white */
    transition: filter 0.5s ease;
}

/* ==================== SCROLLED NAVBAR ==================== */
.navbar.scrolled {
    background: #333; /* smooth black */
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}

    .navbar.scrolled .nav-link {
        color: white !important;
    }

    .navbar.scrolled .btn-login {
        border-color: white;
        color: white !important;
    }

        .navbar.scrolled .btn-login:hover {
            background: white !important;
            color: black !important;
        }

    .navbar.scrolled .navbar-toggler {
        filter: invert(100%); /* keep white toggle */
    }

/* ==================== Carousel ==================== */
.carousel-item {
    position: relative;
    height: 100vh;
    min-height: 500px;
    overflow: hidden;
}

    .carousel-item img {
        object-fit: cover;
        height: 100%;
        width: 100%;
    }

    /* Overlay gradient */
    .carousel-item::before {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(to bottom left, rgba(0, 0, 0, 0.3) 0%, transparent 100%);
        z-index: 1;
    }

/* Carousel text */
.label {
    position: absolute;
    bottom: 10%;
    left: 8%;
    color: white;
    z-index: 5;
}

    .label .craft {
        font-size: 1.2rem;
        margin: 0;
    }

    .label .nature {
        font-size: 2.5rem;
        margin: 0;
        margin-left: 10px;
    }

/* ==================== Responsive ==================== */
@media (max-width: 1024px) {
    .navbar-brand img {
        height: 36px;
        width: auto;
    }

    .navbar-nav {
        gap: 5px !important;
        text-align: center;
        white-space: normal;
    }

        .navbar-nav .nav-link {
            padding: 10px 0;
            display: block;
        }
}

@media (max-width: 992px) {
    .navbar-nav {
        gap: 1rem;
        text-align: center;
    }

    .label {
        bottom: 15%;
        left: 5%;
        text-align: left;
    }

        .label .craft {
            font-size: 1rem;
        }

        .label .nature {
            font-size: 1.8rem;
        }
}

@media (max-width: 576px) {
    .label {
        bottom: 20%;
        left: 5%;
    }

        .label .craft {
            font-size: 0.9rem;
        }

        .label .nature {
            font-size: 1.5rem;
        }
}

/* ==================== End Homepage Hero Carousel ==============  */




/* ============== About Introduction Section ============== */
.contant h3 {
    /* font-family: "Newsreader", serif; */
    color: black;
    text-transform: uppercase;
}

.contant p {
    /* font-family: "Karla", sans-serif; */
    font-size: 17px;
    font-family: sans-serif !important;
}
/* ============== End About Introduction Section ============== */



/* ============== Expertise Highlight Section ============== */
.expertise, .vision {
    background-color: black !important;
}

.contant h1 {
    /* font-family: "Newsreader", serif; */
}

.container-fluid .expertise {
    height: 600px;
    width: 100%;
    background: linear-gradient(to top right, rgba(0, 0, 0, 0.7) 30%, transparent 70%), url(../images/IMG1.jpeg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    display: flex;
    align-items: center;
    justify-content: center;
}

.zoom-hover {
    display: inline-block;
    transition: transform 0.3s ease-in-out;
    transform-origin: left center;
    /* font-family: "Karla", sans-serif; */
    text-transform: uppercase;
    font-size: 17px;
    color: #dca06d !important;
    font-weight: 700;
    text-decoration: underline !important;
}

    .zoom-hover:hover {
        transform: scale(1.05) translateX(0);
        letter-spacing: 0.5px;
    }

.expertise .row .col-lg-4 {
    margin-left: 6rem;
}



.expertise, .vision {
    background-color: black !important;
}

.contant h1 {
    /* font-family: "Newsreader", serif; */
}


.zoom-hover {
    display: inline-block;
    transition: transform 0.3s ease-in-out;
    transform-origin: left center;
    /* font-family: "Karla", sans-serif; */
    text-transform: uppercase;
    font-size: 14px;
    color: #dca06d;
    font-weight: 700;
    text-decoration: none;
}

    .zoom-hover:hover {
        transform: scale(1.05) translateX(0);
        letter-spacing: 0.5px;
    }

.expertise .row .col-lg-4 {
    margin-left: 6rem;
}


/*  ============== End Expertise Highlight Section ============== */




/* ============== Vision Statement Section ============== */
.vision .row {
    display: flex;
    flex-direction: row-reverse;
}

.container-fluid .vision {
    height: 600px;
    width: 100%;
    background: linear-gradient(to bottom left, rgba(0, 0, 0, 1) 20%, transparent 30%), linear-gradient(to top left, rgba(0, 0, 0, 1) 10%, transparent 100%), url('../Images/IMG2.jpeg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.vision .row .col-lg-4 {
    margin-right: 6rem;
}

.cursor-pointer {
    cursor: pointer;
}
/* ============== End Vision Statement Section ============== */




/* ==================== Product Highlight Section: Certified Diamonds & Jewellery ============ */
.section-card {
    text-align: center;
    padding: 50px 20px;
    background: #F5F1E7;
}

.subheading {
    /* font-size: 18px; */
    letter-spacing: 1px;
    margin: 0;
    /* font-family: "Newsreader", serif; */
}

.heading {
    /* font-size: 38px; */
    margin: 10px 0 40px;
    /* font-family: "Newsreader", serif; */
    color: black;
}

.cards-container {
    display: flex;
    justify-content: space-around;
}

.card {
    background: white;
    padding: 30px;
    max-width: 450px;
    text-align: center;
    box-shadow: 0 0 15px rgba(0,0,0,0.05);
    border-radius: 8px;
}

    .card h3 {
        /* font-family: "Newsreader", serif; */
    }

    .card p {
        font-size: 17px;
        /* font-family: "Karla", sans-serif; */
        padding: 0px 35px;
        margin: 0;
        color: black;
    }

    .card .logos {
        display: flex;
        flex-direction: column;
    }

.logos .igi-grd {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.gem-image {
    width: 130px;
    margin-top: 3rem;
}

/* ========= End Product Highlight Section =========== */



/* ============== Why Choose Arihant Gems Section ============== */
.sec-main {
    /* font-family: 'Georgia', serif; */
    background-color: #333;
    color: #fff;
}

.dia-img {
    width: 200px;
    height: 500px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rect-mask {
    width: 500px;
    transform: rotate(270deg);
    transform-origin: center;
    object-fit: cover;
}

.about-brand .fs-2 {
    letter-spacing: 5px !important;
    font-weight: 200;
}

.icon img {
    width: 70px;
    height: 70px;
}

.text-lg-start h5 {
    color: #fff;
    /* font-family: "Newsreader", serif; */
}

.feature h5 {
    /* font-family: "Newsreader", serif; */
    font-size: 17px;
    font-weight: 200;
    padding: 0 55px;
}

.feature ul {
    /* font-family: "Karla", sans-serif; */
    font-size: 17px;
    /* font-weight: 100; */
}

ul li {
    margin-bottom: 8px;
}
/*  ============== End Why Choose Arihant Gems Section ============== */


/* contact section */
.contact-section {
    background: url('https://t4.ftcdn.net/jpg/01/39/73/31/360_F_139733174_aePlrHJtpTFQCPDRoJQYpTQb0lDXczT2.jpg');
    background-size: cover;
    background-position: center;
    color: #ffffffcc;
    padding: 100;
    margin-top: 100px;
    padding: 60px 15px;
}

.contact-heading {
    text-align: center;
    /* font-weight: 600; */
    margin-bottom: 40px;
    /* font-size: 28px; */
    /* font-family: "Newsreader", serif; */
}

.contact-box h3 {
    /* font-family: "Karla", sans-serif; */
    font-weight: 400;
    /* font-size: 20px !important;    */
    margin-bottom: 10px;
}

.contact-box p {
    margin: 0;
    /* font-family: "Karla", sans-serif; */
    /* font-weight: 300; */
    font-size: 17px;
}

.contact-line {
    display: flex;
    gap: 12px;
    margin: 0;
}

.contact-label {
    width: 30px;
    /* font-family: "Karla", sans-serif; */
    /* font-weight: 300; */
    font-size: 17px;
}


/*-+++++++++++++++++++++++  Footer  +++++++++++++++++++ */

.footer-section {
    background-color: #424242;
    color: white;
    padding: 100;
    margin-top: 100px;
    padding: 30px 0;
}

footer p {
    font-size: 17px;
}

.footer-contact-box {
    margin: 0;
    /* font-family: "Newsreader", serif; */
    /* font-weight: 600; */
    font-size: 17px;
}

    .footer-contact-box h5 {
        /* font-size: ; */
        /* font-weight: 600; */
        margin-bottom: 20px;
    }

.connect {
    margin-top: 20px;
    gap: 12px;
}

    .connect .social-media {
        width: 25px;
        background-color: #F8F9FA;
        border-radius: 5px;
        padding: 3px;
    }

        .connect .social-media:hover {
            background-color: #9c9898;
        }



.contact_label {
    width: 30px;
    /* font-family: "Newsreader", serif; */
    /* font-weight: 600; */
    font-size: 17px;
}

span input {
    border-bottom: 1px solid white !important;
    background: transparent;
    font-size: 17px;
    width: 100%;
    color: #fff;
    padding: 2px;
}

input {
    border: none;
    outline: none;
}

span button {
    background: transparent;
    border: 1px solid white;
    color: white;
    padding: 2px 10px;
    border-radius: 5px;
}

/**************** Copyright *************/
.copyright p, a {
    color: white !important;
    text-decoration: none !important;
    /* font-family: "Newsreader", serif; */
    margin: 0 !important;
    font-size: 17px;
}
/* +++++++++++++++++++++++ End Footer  +++++++++++++++++++ */


/*++++++++++++++++++++++++++ Navbar ++++++++++++++++++++++ */
/* Tablets and below (≤960.98px) */
@media (max-width: 960.98px) {

    /*================ Homepage Hero Carousel with Navbar ================ */
    .logo img {
        height: 35px !important;
    }

    .navbar-menu {
        transition: transform 0.3s ease-in-out;
        transform: translateX(100%);
        height: 100vh;
        right: 0;
        left: auto;
        width: auto;
        flex-direction: row;
        padding: 20px;
    }

        .navbar-menu.show {
            transform: translateX(0);
            margin: 0 !important;
        }

        .navbar-menu ul {
            display: contents;
        }

    .first-row,
    .second-row {
        flex-direction: column;
        align-items: flex-start;
    }

    .menu-bar {
        padding-top: 60px;
    }

    .menu-icon {
        position: relative;
        z-index: 1100;
    }

    /* ================End Homepage Hero Carousel ================*/
    /* ============== Expertise Highlight Section ============== */
    .expertise {
        justify-content: center !important;
        background-position: center;
        background-size: cover;
        padding: 2rem 1rem;
        text-align: left;
    }

        .expertise .row .col-lg-4 {
            margin-left: 0 !important;
            padding-left: 6rem !important;
            padding-right: 6rem !important;
        }

    .contant {
        max-width: 100%;
    }

        .contant h1 {
            font-size: 2rem;
        }

    .zoom-hover {
        margin-top: 1rem;
    }
    /* ==============End Expertise Highlight Section============== */
    /*================== Vision Statement Section ==================*/
    .vision {
        justify-content: center !important;
        background-position: center;
        background-size: cover;
        padding: 2rem 1rem;
        text-align: left;
    }

        .vision .row .col-lg-4 {
            margin-right: 0 !important;
            padding-left: 6rem !important;
            padding-right: 6rem !important;
        }

    .contant {
        max-width: 100%;
    }

        .contant h1 {
            font-size: 2rem;
        }

    .zoom-hover {
        margin-top: 1rem;
    }
    /*==================End Vision Statement Section ==================*/
    /* ============== Why Choose Arihant Gems Section ============== */
    .about-brand .display-5 {
        margin-bottom: 25px !important;
    }
    /* ============== End   Why Choose Arihant Gems Section ============== */
    /* +++++++++++++++++++++++  Footer  +++++++++++++++++++ */
    .footer-contact-box .justify-content-center {
        justify-content: start !important;
    }

    .footer-contact-box .text-center {
        text-align: start !important;
    }
}





/* Mobile Large (≤425.98px) */

@media (max-width: 425.98px) {

    /*================ Homepage Hero Carousel with Navbar ================ */
    .carousel nav {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }


    .menu-login .custom-margin {
        margin-right: 18px !important;
    }

    .login-btn .btn,
    .fa-xmark,
    .fa-bars {
        font-size: 15px;
    }

    .label .craft {
        font-size: 22px;
    }

    .label .nature {
        font-size: 30px;
    }

    /* ================End Homepage Hero Carousel ================*/


    /* ==============Expertise Highlight Section============== */
    .contant h1 {
        font-size: 1.75rem;
    }

    .contant p {
        font-size: 1rem;
    }

    .expertise {
        height: auto;
    }

        .expertise .row .col-lg-4 {
            margin-left: 0 !important;
            padding-left: 0 !important;
            padding-right: 0 !important;
        }
    /* ==============End Expertise Highlight Section============== */

    /*================== Vision Statement Section ==================*/
    .contant h1 {
        font-size: 1.75rem;
    }

    .contant p {
        font-size: 1rem;
    }

    .vision {
        height: auto;
    }

        .vision .row .col-lg-4 {
            margin-left: 0 !important;
            padding-left: 0 !important;
            padding-right: 0 !important;
        }
    /*==================End Vision Statement Section ==================*/

    /* ======= Product Highlight Section: Certified Diamonds & Jewellery ======= */

    .section-card .heading {
        font-size: 30px;
    }

    .cards .card {
        max-width: 400px;
        text-align: center;
        box-shadow: 0 0 15px rgba(0,0,0,0.05);
        border-radius: 8px;
    }

    .card h3 {
        font-size: 20px;
        font-weight: 500;
        margin-bottom: 10px;
    }

    .card p {
        padding: 0;
        font-size: 13px;
    }

    .logos img {
        width: 120px;
        height: 90px;
    }

    .gem-image {
        width: 100px;
    }

    /* ======= End Product Highlight Section: Certified Diamonds & Jewellery ======= */

    /*  ============== Why Choose Arihant Gems Section ============== */
    .dia-img {
        height: 290px;
        width: 140px;
    }

    .rect-mask {
        width: 290px;
    }


    .row .feature {
        text-align: left;
        margin-bottom: 0;
    }

    /* ==============End Why Choose Arihant Gems Section ============== */

    /* ================Contact Section ================ */
    section .contact-heading {
        font-size: 20px;
        font-weight: 400;
    }
    /* ================ End Contact Section ================ */

    /* +++++++++++++++++++++++  Footer  +++++++++++++++++++ */

    .footer-logo img {
        height: 35px;
        margin-top: 10px;
    }

    .footer-section hr {
        border-top: 1px solid rgba(255, 255, 255, 0.2); /* Light line */
    }
}



@media (max-width: 374.98px) {
    /*================Homepage Hero Carousel with Navbar================  */
    .logo img {
        height: 30px !important;
    }

    .menu-login .custom-margin {
        margin-right: 10px !important;
    }

    /*================End Homepage Hero Carousel================ */

    /* ============== About Introduction Section ==============  */
    .contant h3 {
        font-size: large !important;
    }



    /* ======= Product Highlight Section: Certified Diamonds & Jewellery ======= */
    .card {
        padding: 20px;
    }
    /* ======= End Product Highlight Section: Certified Diamonds & Jewellery ======= */


    /* ============== Why Choose Arihant Gems Section ============== */

    .about-brand .fw-light {
        font-size: 18px;
    }

    .about-brand .display-5 {
        font-size: 23px !important;
        margin-bottom: 20px;
    }

    /* ==============End Why Choose Arihant Gems Section ============== */

    /* ========== Footer ============ */

    .copyright p {
        font-size: 12px !important;
    }
}


/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
   @@@@@@@@@@@@@@@ About Page @@@@@@@@@@@@@@@@
   @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/


/* ==================== Homepage Hero Banner with Navbar About/Our Story ==================== */
.banner {
    background: linear-gradient(to bottom left, rgba(0, 0, 0, 0.3) 0%, transparent 100%);
}

.about-navbar {
    padding: 10px;
}

    .about-navbar .about-menu {
        padding-top: 10px !important;
        margin: 0;
    }

.about-frow, .about-frow .about-li {
    margin: 0;
}

/*  ==================== End Homepage Hero Banner ==================== */




/* =============== About Section ============= */
.about-section {
    padding: 50px 0;
}


    .about-section .container {
        background-color: #F5F1E7;
        padding: 50px 20px;
    }

.about-img {
    width: 100%;
    height: auto;
    border: 10px solid #c0c0c0;
}

.about-content2 h2 {
    margin-bottom: 2.5rem;
    /* font-weight: 700; */
    /* font-family: "Newsreader", serif !important; */
}

.about-content2 p {
    margin-bottom: 2rem !important;
    font-size: 18px !important;
    color: #000000 !important;
    /* font-family: "Karla", sans-serif; */
    /* font-weight: 600; */
    text-align: justify;
}

/*============ End About Section ============ */


/* ======= Why choose Arihant Gems =========== */
.section-title {
    font-weight: bold;
    margin-bottom: 40px;
    /* font-family: "Newsreader", serif; */
}

.left {
    position: relative;
    padding: 20px;
    background-color: #383838 /* #5c3b1d */;
    color: white;
    width: 75%;
    display: flex;
    align-items: center;
    overflow: hidden;
    z-index: 1;
    transition: transform 0.3s ease;
    margin: 50px 0;
}

.bg-left {
    width: 100%;
    max-width: 600px;
    background: url('../images/Desk-Banner-01.jpeg') no-repeat center/cover;
    clip-path: polygon(0 0, 80% 0, 95% 50%, 80% 100%, 0 100%, 0% 50%);
    display: flex;
    align-items: center;
    justify-content: end;
    margin: 40px auto;
    position: relative;
}


.right {
    position: relative;
    padding: 20px;
    background-color: #383838;
    color: white;
    width: 75%;
    overflow: hidden;
    z-index: 1;
    transition: transform 0.3s ease;
    margin: 50px 0;
    display: flex;
    align-items: center;
    justify-content: end;
}

.bg-right {
    width: 100%;
    max-width: 600px;
    background: url('../images/Desk-Banner-right.png') no-repeat center/cover;
    clip-path: polygon(20% 0, 100% 0, 100% 50%, 100% 100%, 20% 100%, 5% 50%);
    margin: 40px auto;
    position: relative;
    display: flex;
    align-items: center;
}



.feature-inner {
    max-width: 85%;
}

.feature-icon-heading {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-bottom: 15px;
}

    .feature-icon-heading h5 {
        /* font-family: "Newsreader", serif; */
        /* font-weight: 600; */
        text-transform: uppercase;
    }

.feature-inner p {
    /* font-family: "Karla", sans-serif !important; */
    /* font-weight: 500 !important; */
    font-size: 17px;
}

/* ======= End Why choose Arihant Gems =========== */



/************************** About Page Media Query ***********************/

@media (max-width: 960.98px) {
    /*  ==================== Homepage Hero Banner ==================== */
    .logo img {
        height: 35px !important;
    }

    .about-navbar {
        transition: transform 0.3s ease-in-out;
        transform: translateX(100%);
        height: 100%;
        right: 0;
        left: auto;
        width: auto;
        flex-direction: row;
        padding: 20px;
    }
    /*  ==================== End Homepage Hero Banner ==================== */

}


@media (max-width: 767.98px) {
    /*============ About Section ============ */
    .about-section {
        padding: 20px 15px;
    }
    /*============ End About Section ============ */

    /* ============Section: Why Choose Arihant Gems============*/
    .bg-left,
    .bg-right {
        clip-path: polygon(50% 0%, 100% 20%, 100% 100%, 0% 100%, 0% 20%);
        justify-content: center;
        padding: 40px 20px;
        background-size: cover;
        background-position: center;
        /* width: 95%;  */
    }

    .left,
    .right {
        /* width: 100%; */
        margin-top: 0;
        bottom: 25px;
        padding: 20px;
        margin-bottom: 25px;
        justify-content: center;
    }

        .left .feature-icon-heading {
            flex-direction: row-reverse;
        }

    .feature-icon-heading {
        padding-top: 10px;
        align-items: center;
        justify-content: space-around;
    }

        .feature-icon-heading h5 {
            margin-top: 10px;
        }

    .feature-inner {
        max-width: 95%;
        text-align: center;
        margin-top: 25px;
    }
    /* ============Section: End Why Choose Arihant Gems============*/
}


@media (max-width: 576px) {
    /* ============Section: Why Choose Arihant Gems============*/

    .left,
    .right {
        padding: 0;
    }

    .feature-inner {
        padding: 10px;
        font-size: 12px;
        margin-top: 35px;
    }

    .feature-icon-heading img {
        width: 40px;
    }

    .feature-icon-heading h5 {
        font-size: 1.1rem;
    }
    /* ============Section: End Why Choose Arihant Gems============*/

}


@media (max-width: 374.98px) {
    /* ==================== Homepage Hero Banner ==================== */
    .logo img {
        height: 30px !important;
    }
    /* ==================== End Homepage Hero Banner ==================== */

}




/* ------------------------------------------
#############################################
***************** Our Story *****************
#############################################
--------------------------------------------- */

/* ================== Our History ==================  */
.section-story {
    /* font-family: "Newsreader", serif; */
}

    .section-story::after {
        content: '';
        display: block;
        width: 250px;
        height: 2px;
        background-color: #d69e73;
        margin: 10px auto;
    }

.container .sub-heading {
    /* font-family: "Karla", sans-serif; */
}

.history-section p {
    font-size: 18px;
}

.history-section {
    /* font-family: "Karla", sans-serif; */
    /* font-weight: 500; */
    text-align: justify;
}

.collage-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    position: relative;
}

.photo {
    position: absolute;
    text-align: end;
    /* font-family: 'Times New Roman', serif; */
}

    .photo img {
        width: 200px;
        border-radius: 4px;
        box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.2);
    }

.caption {
    margin-top: 5px;
    font-size: 11px;
}

.left-photo {
    left: 0%;
    top: 40%;
    z-index: 3;
}

.center-photo {
    left: 50%;
    top: 20%;
    transform: translateX(-50%);
    z-index: 2;
}

.right-photo {
    right: 0;
    z-index: -2;
    top: 0;
}



.section-wrapper {
    padding-top: 30px;
}

.image-box {
    background-color: #F5F1E7;
    border-radius: 16px;
    overflow: hidden;
    padding: 20px;
}

    .image-box img {
        width: 100%;
        border-radius: 10px;
    }

.container .text-box {
    text-align: justify;
}

.text-box h3 {
    text-transform: uppercase;
}

.text-box p {
    /* font-family: "Karla", sans-serif; */
    font-size: 18px;
}




/*================ End Our History Section ================*/

/*@@@@@@@@@@@@@@@@@@@@@@ Our History Medida Query @@@@@@@@@@@@@@@@@@@@@@*/
@media (max-width: 1200px) {
    .photo img {
        width: 170px;
    }
}

@media (max-width: 992px) {

    .img-group {
        height: auto;
        align-items: center;
        justify-content: center;
        margin-top: 2rem;
    }

    .collage-container {
        height: 17rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .left-photo {
        top: 0;
    }

    .center-photo {
        top: 0;
    }
}

@media (max-width: 425px) {
    .collage-container {
        flex-direction: column;
        align-items: center;
        height: auto;
    }

    .photo {
        position: static;
        margin: 20px 0;
        text-align: center;
        z-index: auto;
        transform: none;
    }

        .photo img {
            max-width: 250px;
        }

    .bottom-row .photo {
        max-width: 0;
    }

    .bottom-row {
        flex-direction: column-reverse !important;
    }
}


@media (max-width: 767px) {
    .collage-container {
        flex-direction: column-reverse;
        align-items: center;
        height: auto;
        position: relative;
    }

    .photo {
        position: static;
        margin: 10px;
        text-align: center;
        transform: none;
        z-index: auto;
    }


    .bottom-row {
        display: flex;
        flex-direction: row-reverse;
        justify-content: center;
        gap: 10px;
        flex-wrap: wrap;
    }

        .bottom-row .photo {
            flex: 0 0 45%;
            max-width: 170px;
        }
}
/*@@@@@@@@@@@@@@@@@@@@@@ End Our History Medida Query @@@@@@@@@@@@@@@@@@@@@@*/





/*&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&
$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$
///////////////////// News & Events ///////////////////////
$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$
&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&*/

/*+++++++++++++++++++++++ Container for the News & Events section +++++++++++++++++++++++*/
.news-events {
    margin-top: 100px;
}

.event-logo {
    border: 1px solid;
    border-radius: 20px;
}

.event-details h4 {
    /* font-family: "Karla", sans-serif; */
    color: #9a714d;
}

.event-details h3 {
    /* font-family: "Newsreader", serif; */
}
/*+++++++++++++++++++++++ End Container for the News & Events section +++++++++++++++++++++++*/

/* %%%%%%%%%%%%%%%%%%%%%%%% News & Events Media Query %%%%%%%%%%%%%%%%%%%%%%%% */

@media (max-width: 991px) {
    /*+++++++++++++++++++++++ Container for the News & Events section +++++++++++++++++++++++*/
    .event-details h3 {
        font-size: 23px;
    }

    .event-location {
        font-size: 18px;
    }
    /*+++++++++++++++++++++++ End Container for the News & Events section +++++++++++++++++++++++*/
}

@media (max-width: 767px) {
    /*+++++++++++++++++++++++ Container for the News & Events section +++++++++++++++++++++++*/
    .row .event-details {
        margin-top: 25px;
    }
    /*+++++++++++++++++++++++ End Container for the News & Events section +++++++++++++++++++++++*/
}

@media (max-width: 374px) {
    /*+++++++++++++++++++++++ Container for the News & Events section +++++++++++++++++++++++*/
    .event-details h3 {
        font-size: 18px;
    }

    .event-location {
        font-size: 15px;
    }
}
/*+++++++++++++++++++++++ End Container for the News & Events section +++++++++++++++++++++++*/



/*&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&
$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$
///////////////////////// Stones //////////////////////////
$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$
&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&*/

/* =============== Diamond Banner Section ============== */
.diamonds-detail .text-uppercase {
    /* font-family: "Newsreader", serif; */
    letter-spacing: 1px;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 15px;
}

.diamonds-detail h1 {
    /* font-family: "Newsreader", serif; */
    font-weight: 400;
    margin-bottom: 15px;
}

.diamonds-detail .lead {
    /* font-family: "Karla", sans-serif; */
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 25px;
}

.diamonds-detail a {
    font-size: 14px !important;
    padding: 14px 50px;
    border: 2px solid white;
    border-top-left-radius: 25px;
    border-bottom-right-radius: 25px;
    color: #9a714d !important;
    display: inline-block;
    transition: background-color 0.5s ease;
}

    .diamonds-detail a:hover {
        background-color: white;
    }

.banner-content {
    top: 50%;
    transform: translateY(-50%);
    height: 100%;
}
/* =============== End Diamond Banner Section ============== */


/* ===========Explore Diamonds Section=========== */
.section-heading {
    font-size: 2rem;
    font-weight: 400;
    margin-bottom: 40px;
}

.img-caption {
    /* font-family: "Karla", sans-serif;  */
}

.diamond-item {
    text-align: center;
    margin-bottom: 30px;
}

.diamond-img {
    width: 100%;
    height: 80px;
    object-fit: contain;
    margin-bottom: 10px;
}

/* =========== End Explore Diamonds Section=========== */


/*===================Diamond section=====================*/
.diamond-section {
    background: url('../images/Gold_and_Diamond_Jewelry.jpeg') no-repeat center center;
    background-size: cover;
    color: #000;
    padding: 4rem 0;
    position: relative;
}

.diamond-info {
    text-align: end;
}

.diamond-text h5, h2 {
    /* font-family: "Newsreader", serif; */
}

.diamond-text h5 {
    font-weight: 600;
    letter-spacing: 1px;
}

.diamond-text h2 {
    font-weight: bold;
}

.diamond-text p {
    /* font-family: "Karla", sans-serif; */
}
/*=================== End Diamond section=====================*/



/*=========== Diamond Collection Section =============*/
.diamond-collection {
    background-color: #f8ebdf;
}


    .diamond-collection h2 {
        font-weight: 700;
        /* font-family: "Newsreader", serif; */
        margin-bottom: 3rem;
    }

    .diamond-collection p {
        font-weight: 700;
        font-size: 14px;
        /* font-family: "Newsreader", serif; */
        margin-bottom: 3rem;
    }

.caption-btn {
    border: 2px solid #9a714d;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 10px 50px;
    color: #000 !important;
    transition: all 0.3s ease;
    /* font-family: "Karla", sans-serif; */
    font-size: 17px;
}

    .caption-btn:hover {
        background-color: #fff;
    }

/*=========== End Diamond Collection Section =============*/


/*===================== Style Guide Section ================*/
.style-guide {
    padding: 60px 20px;
    text-align: center;
}

    .style-guide h2 {
        font-weight: bold;
    }

    .style-guide p {
        /* font-family: "Karla", sans-serif; */
        font-weight: 700;
    }

.img-container {
    flex: 1;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

    .img-container img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 6px;
    }

.left-col {
    display: flex;
    flex-direction: column;
    height: 100%;
}

    .left-col .img-container {
        height: 50%;
    }

.right-col .img-container {
    height: 100%;
}

.diamond-type {
    text-align: center;
    font-weight: 600;
    margin-top: 10px;
    font-size: 14px;
    text-transform: uppercase;
    /* font-family: "Karla", sans-serif; */
}
/* =========== End Style Guide Section ========== */


/* ============= Diamond Certificate Section========== */
.diamond-certificate-section {
    background-image: url('../Images/DIAMOND_CERTIFICATE.webp');
    background-size: cover;
    background-position: center;
    padding: 100px 20px;
    color: #000;
}

.certificate-content h1 {
    /* font-family: "Newsreader", serif; */
    letter-spacing: 1px;
}

.certificate-content p {
    /* font-family: "Karla", sans-serif; */
    font-size: 18px;
    font-weight: 400;
}
/* ============= End Diamond Certificate========== */


/* =========== Colored Diamond Section============ */

.colored-diamond-section {
    background: #fff8f8;
    padding: 40px 0;
}

.diamond-image {
    max-width: 100%;
    border-radius: 5px;
}

.colored-detail .colored-title {
    /* font-family: "Newsreader", serif; */
}

.colored-detail .colored-text {
    /* font-family: "Karla", sans-serif; */
}
/* =========== End Colored Diamond Section============ */

/* ============= Crafted Section ============== */
.crafted-section {
    padding: 40px 15px;
    background: #f5f5f5;
    margin: 40px 0;
}

.crafted-image {
    border-radius: 5px;
}

.crafted-text h2 {
    font-weight: 700;
    /* font-family: "Newsreader", serif; */
}

.crafted-text p {
    /* font-family: "Karla", sans-serif; */
    font-weight: 500;
}
/* ============= End Crafted Section ============== */


/* @@@@@@@@@@@@@@@@@@@@@@@ Stones Media Quirey @@@@@@@@@@@@@@@@@@@@@@@ */


@media (max-width: 1024px) {
    /* ========== Crafted Section ========== */
    .crafted-image img {
        width: 100%;
    }
    /* ========== End Crafted Section ========== */
}



@media (min-width: 768px) {
    /*========== Diamond Banner Section ========== */
    .banner-content {
        top: auto;
        bottom: 0;
        transform: none;
        height: auto;
    }
    /*========== End Diamond Banner Section ========== */
}

@media (max-width: 768px) {
    /* ========== Crafted Section ========== */
    .crafted-text {
        text-align: center;
        margin-bottom: 30px;
    }
    /* ========== Crafted Section ========== */
}



@media (max-width: 425.98px) {

    /*========== Diamond Banner Section ========== */
    .diamonds-detail .hero-title {
        font-size: 17px;
        margin-bottom: 17px;
    }

    .diamonds-detail h1 {
        font-size: 25px;
        margin-bottom: 17px;
    }

    .diamonds-detail .lead {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .diamonds-detail a {
        padding: 10px 25px;
        letter-spacing: 0 !important;
        font-size: 13px !important;
    }
    /*=========== End Diamond Banner Section ========== */

    /*===========Diamond section ============*/
    .diamond-section {
        background-position: right;
        padding: 10px 0;
    }

    .diamond-info {
        text-align: center;
    }

        .diamond-info h2 {
            text-align: center;
            font-size: 22px;
        }

    .section-heading {
        font-size: 22px;
        font-weight: 500;
        margin-bottom: 20px;
    }
    /*=========== End Diamond section ============*/

    /* ========== Diamond Collection Section ========== */

    .diamond-collection h2 {
        margin-bottom: 12px;
        font-size: 22px;
    }

    .diamond-collection p {
        margin-bottom: 12px;
        padding-bottom: 12px;
        font-size: 14px;
    }

    .caption-btn {
        font-size: 16px;
        padding: 8px 30px;
    }
    /*========== End Diamond Collection Section ========== */

    /* ========== Style Guide Section ========== */
    .left-col {
        display: flex;
        flex-direction: row;
    }

        .left-col .img-container {
            height: auto;
        }
    /* ========== End Style Guide Section ========== */

    /* ========== Diamond Certificate Section ========== */

    .diamond-certificate-section {
        text-align: center;
        padding: 30px 20px !important;
    }

    .certificate-content h1 {
        font-size: 20px;
        padding-bottom: 0 !important;
    }

    .certificate-content p {
        padding-bottom: 0 !important;
        font-size: 15px;
        margin-bottom: 22px !important;
    }
    /* ========== End Diamond Certificate Section ========== */

    /* ========== Colored Diamond Section ========== */

    .colored-detail h2 {
        font-size: 20px;
    }

    .colored-detail .colored-text {
        font-size: 15px;
    }
    /* ========== End Colored Diamond Section ========== */

    /* ========== Crafted Section ========== */

    .crafted-section {
        margin: 50px 15px;
        padding: 0;
    }

    .crafted-text p {
        font-size: 15px;
        margin: 0;
    }
    /* ========== End Crafted Section ========== */

}
