﻿/*--------------------------------------------------------------
# About 7 Section
--------------------------------------------------------------*/
section, .section {
    padding: 0
}

.spacer-s {
    margin-top: 40px;
}

.about-7 {
    margin-top: 0;
}

.highlight-cards {
    padding-top:40px;
}
.highlight-cards img {
    border-radius: 12px;
}

/*--------------------------------------------------------------
# Hero 4 Section
--------------------------------------------------------------*/
    .hero-4 .content-area {
        padding-left: 30px;
    }

.hero-heading, .about-7 .title {
    margin-bottom: 1.5rem;
    font-weight:700;
    color: var(--heading-color);
}

.content {
    margin-top: 40px;
}

/*--------------------------------------------------------------
# Hero 2 Section
--------------------------------------------------------------*/

.content-area {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 3;
}

    .hero-2 .hero-description {
        line-height: 1.6;
        margin-bottom: 2.5rem;
        color: color-mix(in srgb, var(--default-color), transparent 10%);
    }

    .hero-2 .image-section {
        position: relative;
    }

    .hero-2 .hero-image-wrapper {
        position: relative;
        z-index: 1;
    }

    .hero-2 .main-hero-image {
        width: 100%;
        height: auto;
        border-radius: 12px;
    }

.minpght {
    padding-bottom: 0;
}
@media (max-width: 1400px) {
    .content {
        margin-top: 10px;
    }
}
    @media (max-width: 992px) {
        .content {
            justify-content: center;
            margin-bottom: 40px;
        }

        .content-area {
            text-align: center;
            padding-left: 0px;
        }

        .hero-2 {
            padding: 0px 0 20px;
        }

        .highlight-cards {
            padding-top: 0px;
        }
    }

    @media (max-width: 800px) {

        .custom-jewelry .call-to-action-2 .cta-buttons {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: space-between;
        }

            .custom-jewelry .call-to-action-2 .cta-buttons .btn-2 {
                margin-top: 20px;
                margin-left: 0px !important;
            }
    }

    @media (max-width: 576px) {

        .content {
            flex-direction: column;
            gap: 1.5rem;
            width: 100%;
        }

        .call-to-action-2 {
            padding: 60px 20px;
        }

            .call-to-action-2 .cta-buttons {
                display: flex;
                flex-direction: column;
                align-items: center;
                justify-content: space-between;
            }

                .call-to-action-2 .cta-buttons .btn-2 {
                    margin-top: 20px;
                }

        .gelbtn {
            text-align: center;
        }
    }