﻿/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
    padding-top: 0px;
    padding-bottom: 0px;
}

    .hero .carousel {
        position: relative;
        width: 100%;
        min-height: 100%;
        padding: 0;
        margin: 0;
    }

    .hero .carousel-inner {
        display: flex;
    }

    .hero .swiper-slide {
        transition: transform 0.5s ease;
    }

    .hero img {
        display: block;
        z-index: 1;
    }

    .hero .carousel-container {
        position: absolute;
        inset: 150px 56px 56px 56px;
        top: 35%;
        bottom: 20%;
        left: 70px;
        right: 70px;
        display: flex;
        flex-direction: column;
        z-index: 3;
        width: calc(100% - 140px);
    }

    .hero h2 {
        margin-bottom: 30px;
        position: relative;
        font-size: 2.3rem;
        font-weight: 500;
        animation: fadeInDown 1s both;
        color: #fff;
        margin-bottom: 0px;
    }

    .hero .btn, .hero .btn:hover, .hero .btn:focus {
        background-color: #fff !important;
        color: #000 !important;
        padding: 10px 35px;
        border-radius: 0;
        font-size: 16px;
        margin: 15px 0;
        width: max-content;
    }

    .hero p {
        animation: fadeInDown 1s both 0.2s;
        color: #fff;
        font-size: 28px;
        margin-bottom: 15px;
    }

    .hero .btn-get-started {
        color: #000;
        background: var(--accent-color);
        font-family: var(--heading-font);
        font-weight: 500;
        font-size: 15px;
        letter-spacing: 1px;
        display: inline-block;
        padding: 10px 35px;
        border-radius: 50px;
        transition: 0.5s;
        margin: 10px;
        animation: fadeInUp 1s both 0.4s;
    }

    .hero .btn:hover {
        background: color-mix(in srgb, var(--accent-color), transparent 20%);
    }

#flashbanner, #productsliderb2 {
    position: relative;
}

.flash-nav, .productslider-nav {
    position: absolute;
    top: 48%;
    left: 0;
    right: 0;
}

    .flash-nav .swiper-button-prev, .flash-nav .swiper-button-next {
        background: var(--accent-color);
        color: #fff;
        width: 40px;
        height: 40px;
        border-radius: 50px;
        transition: 0.3s;
        opacity: 0.5;
    }

    .productslider-nav .swiper-button-prev, .productslider-nav .swiper-button-next {
        background: var(--contrast-color);
        color: #fff;
        width: 40px;
        height: 40px;
        border-radius: 50px;
        transition: 0.3s;
        opacity: 0.5;
    }

.productslider {
    overflow: hidden;
}

.flash-nav .swiper-button-prev::after, .flash-nav .swiper-button-next::after, .productslider-nav .swiper-button-prev::after, .productslider-nav .swiper-button-next::after {
    font-size: 23px;
}

.hero .swiper-button-prev:focus, .hero .swiper-button-next:focus, .productslider-nav .swiper-button-prev:focus, .productslider-nav .swiper-button-next:focus {
    opacity: 0.5;
}

.hero .swiper-button-prev:hover, .hero .swiper-button-next:hover, .productslider-nav .swiper-button-prev:hover, .productslider-nav .swiper-button-next:hover {
    opacity: 0.9;
}

.hero .swiper-button-next-icon,
.hero .swiper-button-prev-icon, .productslider-nav swiper-button-prev-icon, .productslider-nav .swiper-button-next-icon {
    background: none;
    font-size: 32px;
    line-height: 1;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

/*--------------------------------------------------------------
# E Section
--------------------------------------------------------------*/
.epromo {
    --background-color: #ffffff;
    padding-top: 60px;
    padding-bottom: 60px;
}

    .epromo h3 {
        font-weight: 100;
        font-size: 20px;
        margin-bottom: 25px;
        padding-top: 5px;
        text-transform: uppercase;
    }

    .epromo h1 {
        font-weight: 200;
        margin-bottom: 10px;
    }

    .epromo .fst-normal {
        color: #000;
        font-size: 14px;
        font-weight: 100;
        border-radius: 0;
        margin-top: 15px;
    }

    .epromo .btn {
        background-color: #4bc1b9;
        color: #fff;
        border-radius: 0;
        height: 35px;
        padding: 10px 15px;
        font-size: 14px;
        line-height: 1;
    }

    .epromo .content ul {
        list-style: none;
        padding: 0;
    }

        .epromo .content ul li {
            padding: 0 0 10px 30px;
            position: relative;
        }

        .epromo .content ul i {
            position: absolute;
            font-size: 20px;
            left: 0;
            top: -3px;
            color: var(--accent-color);
        }

    .epromo .content p:last-child {
        margin-bottom: 0;
    }

/*--------------------------------------------------------------
# Loose Diamonds Section
--------------------------------------------------------------*/
.ldiamonds {
    padding: 0;
}

    .ldiamonds .btnweb {
        background-color: #fff;
        padding: 10px 25px;
        display: block;
        width: max-content;
    }

    .ldiamonds .wrap-right {
        position: relative;
        top: -4pc;
    }

    .ldiamonds .top-relative {
        top: -2pc;
    }

    .ldiamonds h1 {
        font-size: 36px;
        font-weight: 500;
        color: #000;
        margin-bottom: 30px;
    }

.image-wrap {
    position: absolute;
}

.content-wrap {
    position: relative;
    z-index: 999;
}

.phone-wrap {
    margin: 6pc 0 0;
}

    .phone-wrap img {
        margin: 0 auto;
        display: block;
    }

.margin-r0 {
    margin: 0 0 0 auto;
    display: block;
}

.icon-list {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}

    .icon-list p {
        margin: 10px 0 0;
    }

.details {
    position: relative;
    margin-top: 0px;
    padding: 0px 0;
    z-index: 1;
}

    .details h4 {
        font-size: 32px;
        font-weight: 700;
        margin-bottom: 20px;
    }

    .details p {
        margin-bottom: 20px;
        font-size: 15px;
    }

    .details .btn-get-started {
        color: var(--contrast-color);
        background-color: var(--accent-color);
        font-family: var(--heading-font);
        display: inline-block;
        font-weight: 500;
        font-size: 15px;
        letter-spacing: 1px;
        padding: 10px 32px;
        border-radius: 50px;
        transition: 0.5s;
    }

        .details .btn-get-started:hover {
            background: color-mix(in srgb, var(--accent-color), transparent 20%);
        }

/*--------------------------------------------------------------
# Features Section
--------------------------------------------------------------*/
.services {
    padding-top: 60px;
    margin-bottom: 1pc;
    padding-bottom: 60px;
}

    .services .services-grid {
        display: grid;
        grid-template-columns: 1fr auto 1fr;
        gap: 0rem;
        position: relative;
    }

    .services .services-column {
        display: flex;
        flex-direction: column;
        gap: 0;
    }

    .services .service-card {
        display: flex;
        gap: 0;
        padding: 1.75rem;
        border-radius: 0;
        background-color: var(--surface-color);
        transition: all 0.3s ease;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    }

        .services .service-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
        }

        .services .service-card .content h3 {
            font-size: 22px;
            font-weight: 700;
            margin-bottom: 0.75rem;
            transition: color 0.3s ease;
        }

        .services .service-card .content p {
            font-size: 15px;
            margin-bottom: 0;
            line-height: 1.6;
            font-weight: 100;
        }

    .services .center-image {
        position: relative;
        align-self: center;
    }

        .services .center-image .device-wrapper {
            position: relative;
            padding: 0px;
            z-index: 2;
        }

            .services .center-image .device-wrapper img {
                max-height: 550px;
                position: relative;
                z-index: 5;
            }

    .services .card-left {
        position: absolute;
        bottom: -20px;
        background-color: #e7fefc;
        box-shadow: none;
        z-index: 99;
        border-radius: 0;
        left: 150px;
        width: 360px;
    }

    .services .card-right {
        background-color: #4bc1b9;
        top: 100px;
        box-shadow: none;
        z-index: 99;
        border-radius: 0;
        right: 2pc;
        position: relative;
        color: #fff;
        width: 450px;
    }

        .services .card-right h3 {
            color: #fff;
        }

    .services .more-btn {
        background-color: #fff;
        color: #4bc1b9;
        border-radius: 0;
        margin-top: 20px;
        padding: 10px 25px;
        font-size: 14px;
    }

/*--------------------------------------------------------------
# Category Section
--------------------------------------------------------------*/
.pcategory {
    padding-top: 0px;
    padding-bottom: 0px;
}

    .pcategory .content-card {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

        .pcategory .content-card .card-image {
            margin-bottom: 0;
            overflow: hidden;
            border-radius: 0px;
            position: relative;
        }

            .pcategory .content-card .card-image img {
                transition: transform 0.5s ease;
            }

        .pcategory .content-card .cardmrg {
            margin-bottom: 11px;
        }

        .pcategory .content-card .card-content {
            flex: 1;
            display: flex;
            flex-direction: column;
            position: absolute;
            bottom: 0;
            padding: 0 30px 10px;
        }

            .pcategory .content-card .card-content h3 {
                margin-top: 1rem;
                font-weight: 500;
                color: #fff;
                font-size: 26px;
            }

            .pcategory .content-card .card-content .read-more {
                font-weight: 500;
                transition: all 0.3s ease;
                background-color: var(--surface-color);
                width: max-content;
                padding: 10px 25px;
                display: none;
            }

                .pcategory .content-card .card-content .read-more i {
                    transition: transform 0.3s ease;
                }

            .pcategory .content-card .card-content:hover .read-more {
                display: block;
            }

/*--------------------------------------------------------------
# services 2 Section
--------------------------------------------------------------*/
.services2 {
    padding: 60px 0;
}

    .services2 .container {
        border: 1px solid #eee;
        padding: 0;
    }

    .services2 .pr-0 {
        padding-right: 0;
    }

    .services2 .pl-0 {
        padding-left: 0;
        margin: 0;
    }

    .services2 .services-item + .services-item {
        margin-top: 0px;
    }

    .services2 .services-item .content {
        color: color-mix(in srgb, var(--default-color), transparent 40%);
        padding: 30px;
        border-radius: 0px;
    }

    .services2 .services-item h3 {
        font-weight: 700;
        font-size: 26px;
        margin-bottom: 15px;
    }



    .services2 .services-item ul {
        list-style: none;
        padding: 0;
    }

        .services2 .services-item ul li {
            padding-bottom: 10px;
            display: flex;
            align-items: center;
        }

            .services2 .services-item ul li:last-child {
                padding-bottom: 0;
            }

        .services2 .services-item ul i {
            font-size: 20px;
            margin-right: 10px;
            color: var(--accent-color);
        }

    .services2 .services-item img {
        border-radius: 0;
        width: 100%;
    }

/*--------------------------------------------------------------
# Product List Section
--------------------------------------------------------------*/
.product-list {
    padding-top: 60px;
    padding-bottom: 60px;
}

    .product-list .section-title p {
        font-size: 15px;
        margin: 0 auto;
    }



/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/
.about {
    padding-bottom: 0;
}

    .about .section-title {
        margin-bottom: 0;
        padding-bottom: 0;
    }

        .about .section-title p {
            width: 100%;
        }

    .about .btnweb {
        background-color: #fff;
        padding: 10px 25px;
        color: #000;
        margin-right: 25px;
    }

        .about .btnweb i {
            padding-left: 5px;
        }

    .about .values-section {
        position: relative;
        z-index: 1;
    }

        .about .values-section::before {
            content: "";
            width: 100%;
            height: 85%;
            position: absolute;
            background-color: var(--accent-color);
            z-index: -1;
            left: 0;
            top: 25%;
        }

        .about .values-section .values-content {
            text-align: center;
            position: relative
        }

            .about .values-section .values-content .values-title {
                color: #fff;
                font-size: 20px;
                font-weight: 300;
                line-height: 1.2;
                margin-top: 70px;
                margin-bottom: 1rem;
                text-transform: uppercase;
            }

            .about .values-section .values-content .aboutq {
                position: absolute;
                top: -64px;
                font-size: 50px;
                color: #000;
            }

.btnabout {
    display: flex;
    justify-content: center;
    align-items: center;
}

.about .values-section .values-content .values-desc {
    color: #fff;
    font-size: 14px;
}

.about .values-section .values-content .values-list .value-item {
    display: flex;
    margin-bottom: 1.5rem;
}

    .about .values-section .values-content .values-list .value-item .value-icon {
        flex-shrink: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 2rem;
        height: 2rem;
        margin-right: 1rem;
    }

        .about .values-section .values-content .values-list .value-item .value-icon i {
            color: var(--accent-color);
            font-size: 1.5rem;
        }

    .about .values-section .values-content .values-list .value-item .value-text h4 {
        font-size: 1.125rem;
        font-weight: 600;
        margin-bottom: 0.5rem;
        display: inline;
    }

    .about .values-section .values-content .values-list .value-item .value-text p {
        display: inline;
        margin-left: 0.5rem;
    }


.about-section {
    background: linear-gradient( 180deg, #fff 0px, #fff 100px, #4bc1b9 100px, #4bc1b9 100% );
}

.about-icon {
    color: #337672;
    font-size: 90px;
    text-align: center;
    top: -15px;
    position: absolute;
    margin-left: Calc(50% - 45px);
}

    .about-icon i {
        transform: rotate(90deg);
    }

.values-content {
    position: relative;
    color: #fff;
    padding-top: 60px;
    text-align: center;
    margin-bottom: 0px;
}

.values-title {
    padding-top: 66px;
    color: #fff;
    text-transform: uppercase;
}

/*--------------------------------------------------------------
# Testimonials Section
--------------------------------------------------------------*/

.gray-bg-4 {
    background: #f8f8f8;
}

.greviewblock {
    padding: 20px;
    align-items: center;
    margin: 0;
}

.white-bg {
    height: 25px;
    background: #fff;
}

.reviewbtn {
    color: var(--contrast-color);
    background: var(--accent-color);
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 600;
    animation: fadeInUp 1s both 0.4s;
}

    .reviewbtn:hover, .reviewbtn:focus, .reviewbtn:active {
        background: color-mix(in srgb, var(--accent-color), transparent 20%);
        color: var(--contrast-color);
    }

@media (max-width: 575px) {
    .greviewblock {
        padding: 20px 0;
    }

    .reviewbtn, .reviewbtn:hover, .reviewbtn:focus, .reviewbtn:active {
        padding: 10px;
        font-size: 12px;
    }
}

/*--------------------------------------------------------------
# Instagram 
--------------------------------------------------------------*/
.gallery {
    overflow: hidden;
}

    .gallery .section-title h2 {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0;
        line-height: 1;
    }

        .gallery .section-title h2 img {
            padding: 0 10px;
        }

        .gallery .section-title h2 a {
            color: #000;
            text-decoration: underline;
        }

/*--------------------------------------------------------------
# Responsive 
--------------------------------------------------------------*/

@media(max-width:2000px) and (min-width:1850px) {
    .phone-wrap {
        margin: 11pc 0 0;
    }

    .services .card-left {
        left: 17%;
    }
}

@media(max-width:1850px) and (min-width:1750px) {
    .services .card-left {
        left: 15%;
    }
}

@media(max-width:1850px) and (min-width:1650px) {
    .phone-wrap {
        margin: 8pc 0 0;
    }
}

@media(max-width:1750px) and (min-width:1650px) {
    .services .card-left {
        left: 14%;
    }
}

@media(max-width:1650px) and (min-width:1500px) {
    .services .card-left {
        left: 12%;
    }
}

@media(max-width:1500px) and (min-width:1400px) {
    .phone-wrap {
        margin: 4pc 0 0;
    }

    .services .card-left {
        left: 5%;
    }
}

@media(max-width:1300px) and (min-width:1200px) {
    .phone-wrap {
        margin: 4pc 0 0;
    }
}

@media(max-width:1199px) and (min-width:1101px) {
    .phone-wrap {
        margin: 4pc 0 0;
    }

    .ldiamonds .wrap-right {
        position: relative;
        top: 0pc !important;
    }

    .ldiamonds h1 {
        font-size: 27px !important;
    }

    .ldiamonds .top-relative {
        top: 1pc;
    }
}

@media(max-width:1100px) and (min-width:990px) {
    .phone-wrap {
        margin: 3pc 0 0;
    }

    .ldiamonds .wrap-right {
        position: relative;
        top: -2pc !important;
    }

    .ldiamonds h1 {
        font-size: 27px !important;
    }

    .ldiamonds .top-relative {
        top: 0pc;
    }
}


@media (max-width: 1450px) and (min-width: 1420px) {

    .about-icon {
        top: 5px;
    }
}

@media (max-width: 1420px) and (min-width: 1400px) {

    .about-icon {
        top: 5px;
    }
}

@media (max-width: 1400px) and (min-width: 1200px) {

    .about-icon {
        top: 14px;
    }
}

@media (max-width: 1400px) {
    .hero h2 {
        font-size: 32px;
    }

    .hero p {
        font-size: 24px;
    }

    .services .card-left {
        left: 0px;
    }

    .services .card-right {
        width: 300px !important;
    }
}

@media (max-width: 1200px) and (min-width: 992px) {
    .values-title {
        font-size: 21px;
    }

    .hero h2 {
        font-size: 28px;
    }

    .hero p {
        font-size: 24px;
    }

    .about-section {
        padding-bottom: 30px;
    }

    .about-icon {
        color: #337672;
        font-size: 68px;
        text-align: center;
        top: 50px;
        position: absolute;
        margin-left: Calc(50% - 34px);
    }
}



@media (max-width: 1199px) {
    .services .card-left {
        left: 0px;
        width: 319px;
    }

    .services .center-image .device-wrapper img {
        max-height: 450px;
        position: relative;
        z-index: 5;
    }

    .services .card-right {
        top: 20px;
        right: 2pc;
    }

    .services .card-left {
        left: 0px
    }
}

@media (min-width: 990px) {
    .b-cardimg img {
        vertical-align: bottom;
    }
}

@media (max-width: 991.98px) {
    .about-icon {
        display: none;
    }

    .hero .carousel-container {
        top: 25%;
    }

    .hero h2 {
        font-size: 24px;
    }

    .hero p {
        font-size: 20px;
    }

    .about-section {
        background: linear-gradient( 180deg, #fff 0px, #fff 250px, #4bc1b9 250px, #4bc1b9 100% );
        padding-bottom: 30px;
    }

    .values-title {
        padding-top: 0px;
    }

    .values-content {
        padding-top: 30px;
    }

    .services .card-left, .services .card-right {
        position: unset;
        width: 100% !important;
    }

    .services .center-image .device-wrapper img {
        max-height: auto;
    }

    .services-grid {
        grid-template-columns: 1fr !important;
    }

    .services .service-card {
        padding: 1.5rem;
    }

        .services .service-card .icon-wrapper {
            width: 60px;
            height: 60px;
            min-width: 60px;
        }

            .services .service-card .icon-wrapper i {
                font-size: 24px;
            }

        .services .service-card .content h3 {
            font-size: 17px;
        }

    .product-list .product-title {
        font-size: 0.95rem;
    }

    .ldiamonds img {
        margin-top: 30px;
    }

    .phone-wrap {
        display: none;
    }

    .ldiamonds .wrap-right {
        position: relative;
        top: 0;
    }

    .ldiamonds .btnweb {
        color: #fff;
        background-color: #4bc1b9;
    }

    .ldiamonds .content-wrap img {
        max-width: 50px;
        margin-top: 0;
    }

    .ldiamonds .top-relative {
        top: 0;
        --bs-gutter-y: 0 !important;
    }

    .ldiamonds h1 {
        font-size: 28px;
        margin-top: 15px;
    }

    .image-wrap {
        position: relative;
    }

    .pcategory .content-card {
        height: 100%;
        display: flex;
        flex-direction: row;
    }

    .pcategory .card-image {
        padding-bottom: 20px;
    }

    .pcategory .content-card .card-content {
        margin-bottom: 20px;
    }

    .pcategory .content-card .cardmrg {
        margin-bottom: 0px;
    }
}


@media (max-width: 768px) {
    .hero h2 {
        margin-bottom: 10px;
        font-size: 28px;
    }

    .hero p {
        font-size: 24px;
    }

    .ldiamonds {
        position: relative;
    }

    .flash-nav .swiper-button-prev, .flash-nav .swiper-button-next, .productslider-nav .swiper-button-prev, .productslider-nav .swiper-button-next {
        width: 26px;
        height: 26px;
    }

        .flash-nav .swiper-button-prev::after, .flash-nav .swiper-button-next::after, .productslider-nav .swiper-button-prev::after, .productslider-nav .swiper-button-next::after {
            font-size: 12px;
        }

    .services .services-column {
        gap: 1.5rem;
    }

    .product-list .product-card {
        max-width: 320px;
        margin: 0 auto;
    }

    .product-list .product-actions {
        opacity: 1;
        transform: translateX(0);
    }

    .about .values-section .values-content .values-title {
        font-size: 25px;
    }

    .pcategory .content-card .cardmrg {
        margin-bottom: 30px;
    }

    .epromo {
        padding-bottom: 0;
    }

    .details p {
        margin-bottom: 20px;
        font-size: 11px;
        text-align: center;
    }

    .content-wrap .col-2 {
        width: 20%;
    }

    .services .card-left {
        position: relative;
        bottom: 0;
        left: 0;
    }

    .services .card-right {
        top: 0;
        right: 0;
    }

    .gallery .section-title h2 {
        flex-flow: column;
    }

        .gallery .section-title h2 img {
            display: none;
        }
}

@media (max-width: 576px) {


    .about-section {
        background: linear-gradient( 180deg, #fff 0px, #fff 100px, #4bc1b9 100px, #4bc1b9 100% );
    }

    .about .btnweb {
        background-color: #fff;
        padding: 10px 25px;
        color: #000;
        margin-right: 0px;
        margin-bottom: 20px;
    }

    .btnabout {
        flex-direction: column;
    }
}
