@import url('https://fonts.googleapis.com/css2?family=Cabin+Condensed:wght@400;500;600;700&family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Playwrite+DE+Grund:wght@100..400&display=swap');

* {
    box-sizing: border-box;
}

html,
body {
    overflow-x: hidden;
}

body {
    padding: 0;
    margin: 0;
    font-family: "Cabin Condensed", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.card-title {
    font-weight: 700;

}

h1,
h2,
h3 {

    font-optical-sizing: auto;
    font-weight: 900;

}

.prpha {

    font-optical-sizing: auto;
    font-weight: 900;

}

@media (max-width:768px) {
    .prpha {
        font-size: 16px;
    }
}

@media (max-width:768px) {
    .prp {
        font-size: 20px;
        margin-left: 32px;
        margin-top: 25px;
    }

}

@media (max-width:768px) {
    .card-text {
        margin-right: 21px;
        margin-left: 10px;
        font-size: 10;
        line-height: 30px;
    }
}


span {

    font-optical-sizing: auto;
    font-weight: 400foo;
    font-style: normal
}

strong {
    padding: 0;
    margin: 0;
}

label,
a {
    text-decoration: none;
    color: #555;
}

ul {
    list-style: none;
    padding: 0;
}

img {
    width: 100%;
    height: auto;
}

hr {
    padding: 0px;
    margin: 0pxs;
    border: none;
    border-top: 1px solid #0c453b;
    margin: 20px 0;
}


@media (max-width:768px) {

    .inrcrd {
        margin-top: -107px;
    }


}

.txt1 {
    margin-top: -120px;
}


@media (max-width:768px) {

    .txt1 {
        margin-top: -11px;
    }
}

@media(max-width:768px) {
    .pic2 {
        width: 90%;
    }
}


/* conatiner header*/
header {
    background-color: #fff;
    box-shadow: 2px 9px 49px -17px rgba(0, 0, 0, 0.3);
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 10;
}

/* TopBar header mobile Responsive */

/* TopBar header mobile Responsive End*/
.cnt2 {
    display: none;
}

@media(max-width:768px) {
    .cnt {
        display: none;

    }

    .cnt2 {
        display: block;
    }

}


/* Mobile Responsive css  Topbar End*/
.header-content-top {
    background: #0c453b;
    height: 30px;
    width: 100%;

    .content {
        align-items: center;
        display: flex;
        height: 30px;
        justify-content: flex-end;
        margin: 0 auto;
        max-width: 1300px;
        width: 100%;

        span {
            color: #fff;
            font-size: 12px;
            margin: 0 15px;

            .fas {
                margin-right: 5px;
            }
        }
    }
}


p {
    text-align: justify;
}

.text-justify {
    font-size: 18px;
    line-height: 30px;

    color: #4c4b4b;
}


/*inner container */
.container {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1300px;
    padding: 0 15px;
    position: relative;
    width: 100%;

    /*logo*/
    .logo {
        width: 230px;
    }

    /* search open search*/
    .open-search {
        border-radius: 3px;
        flex: auto;
        margin: 0 15px;
        overflow: hidden;
        position: relative;

        @media(max-width: 991px) {
            margin: 0;
            position: static;
            text-align: right;
        }

        .fa-search {
            display: none;

            @media(max-width: 991px) {
                display: block;
            }
        }

        .input-open-search {
            display: none;

            &:checked~.search {
                display: block;
            }
        }
    }

    /* container search*/
    .search {
        @media(max-width: 991px) {
            display: none;
            position: absolute;
            left: 0;
            top: 70px;
            width: 100%;
            z-index: 999;
        }

        /*input search effects*/
        .input-search {
            border-radius: 44px;
            border: 1px solid #681011;
            height: 40px;
            padding: 0 70px 0 15px;
            width: 100%;
            /* style and effect focus inputs*/
            background: white no-repeat;
            transition: 100ms all linear 0s;
            background-image: linear-gradient(to bottom, rgba(77, 97, 252, 0.63) 0%, rgb(255 0 4) 90%), linear-gradient(to bottom, #e1e1e1, #e1e1e1);
            background-size: 0 2px, 100% 1px;
            background-position: 50% 100%, 50% 100%;
            /* effect transition*/
            transition: background-size 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);

            &:focus {
                background-size: 100% 2px, 100% 1px;
                outline: none;
            }
        }

        /* open search menu mobile*/
        .button-search {
            background: none;
            border: 0;
            color: #0c453b;
            cursor: pointer;
            padding: 13px 20px;
            position: absolute;
            right: 0px;
            top: 0px;

            .fa-search {
                display: block;
            }
        }
    }

    /* nav mobile*/
    .nav-content {

        /* list nav*/
        .nav-content-list {
            align-items: center;
            display: flex;
            justify-content: space-between;
            padding: 0 15px;

            .nav-content-item {
                align-items: center;
                display: flex;
                height: 40px;
                margin: 0 5px;
                position: relative;
                transition: 100ms all linear 0s;

                @media (max-width: 991px) {
                    padding: 0 5px;
                }

                .item-arrow {
                    margin-left: 5px;
                    position: relative;
                    top: -3px;

                    @media (max-width: 768px) {
                        display: none;
                    }
                }

                /* open menu mobile icone*/
                .open-menu-login-account {
                    align-items: center;
                    cursor: pointer;
                    display: flex;
                    position: relative;
                }

                .input-menu {
                    display: none;

                    &:checked~.login-list {
                        display: block;
                    }
                }

                .login-list {
                    background: #fff;
                    border-bottom: 3px solid #0c453b;
                    border-radius: 3px;
                    box-shadow: 2px 9px 49px -17px rgba(0, 0, 0, 0.3);
                    display: none;
                    overflow: hidden;
                    position: absolute;
                    right: 0;
                    top: 28px;
                    transition: 100ms all linear 0s;
                    width: 200px;
                    z-index: 10;

                    .login-list-item {
                        padding: 15px 20px;

                        &:hover {
                            background: #0c453b;

                            a {
                                color: #fff;
                            }
                        }
                    }
                }
            }

            /*nav items */
            .nav-content-item {
                &:nth-child(2):hover .fas {
                    color: #e74c3c;
                }

                &:hover .fas {
                    color: #0c453b;
                }
            }


            /* nav links menu*/
            .nav-content-link {
                border-radius: 3px;
                font-size: 19px;
                padding: 4px 11px;
                transition: 100ms all linear 0s;
                color: #0c453b;

                @media (max-width: 991px) {
                    padding: 0;
                }
            }

            .nav-content-link:hover {
                color: #ff0004;
            }
        }
    }
}

/* container navigation*/
.nav-container {
    /* align-items: center; */
    display: flex;
    margin: 0 auto;
    max-width: 1300px;
    width: 100%;
    height: 49px;

    /* ul list category featured*/
    .nav-row {
        align-items: center;
        display: flex;
        height: 40px;
        justify-content: space-between;
        margin: 0;
        padding: 0;
    }

    ul.all-category-list {
        position: absolute;
        top: 39px;
    }

    /* items categories*/

    .nav-row-list {

        font-optical-sizing: auto;
        font-weight: 900;

    }


    .nav-row-list {
        flex: auto;

        .nav-row-list-link {
            align-items: center;
            display: flex;
            height: 40px;
            justify-content: center;
            transition: 100ms all linear 0s;
            text-decoration: none;
            color: #053d33;

            &:hover {
                background: #e1e1e1;
                width: 100%;
            }
        }
    }
}

/* list category featured*/
.featured-category {
    flex: auto;
    margin: 0 15px 0 0;

    @media (max-width: 991px) {
        display: none;
    }
}



/* container all navigator*/


.all-navigator {
    align-items: center;
    background: #0c453b;
    color: #fff;
    display: flex;
    height: 40px;
    padding: 0 25px;
    width: 100%;

    @media (max-width: 991px) {
        margin-right: 0;
    }

    .fa-angle-up,
    .fa-angle-down {
        position: absolute;
        right: 25px;
    }

    .fa-angle-up {
        display: none
    }

    .fas {
        font-size: 16px;
        margin-right: 0;
    }

    span {
        margin-left: 15px;
    }
}

/* button all category*/
.all-category-nav {
    cursor: pointer;
    max-width: 300px;
    position: relative;
    width: 100%;

    @media (max-width: 991px) {
        max-width: 100%;
    }

    /* label menu all*/
    .open-menu-all {
        align-items: center;
        cursor: pointer;
        display: flex;
        position: relative;
    }

    /* input menu all*/
    .input-menu-all {
        display: none;

        &:checked~.all-category-list {
            display: block;
        }

        &:checked+.all-navigator .fa-angle-down {
            display: none;
        }

        &:checked+.all-navigator .fa-angle-up {
            display: block;
        }
    }
}

/* all category list*/
.all-category-list {
    background: #fff;
    border-bottom: 3px solid #0c453b;
    box-shadow: 2px 9px 49px -17px rgba(0, 0, 0, 0.3);
    display: none;
    height: auto;
    min-height: 300px;
    padding: 15px 0;
    position: absolute;
    top: 24px;
    width: 300px;
    z-index: 90;

    @media(max-width: 991px) {
        min-width: 100%;

    }
}

/* items primary categories*/

.all-category-list-item {
    font-optical-sizing: auto;
    font-weight: 900;

}


.all-category-list-item {
    &:hover {
        display: block;
        background: #0c453b;

        .category-second-list {
            left: 100%;
            opacity: 1;
            visibility: visible;
        }

        .all-category-list-link {
            color: #fff;
        }
    }
}

/* primary items menu category all*/
.all-category-list-link {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 10px;
    transition: 100ms all linear 0s;
    text-decoration: none;
    color: #0c453b;
}

/* container cateory all*/
.category-second-list {
    background: #fff;
    border-bottom: 3px solid #0c453b;
    box-shadow: inset 44px -1px 88px -59px rgba(0, 0, 0, 0.37);
    display: flex;
    /* height: 322px; */
    left: 80%;
    /* min-height: 297px; */
    min-width: 400px;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: 100ms all linear 0s;
    visibility: hidden;
    width: auto;

    @media(max-width: 991px) {
        display: none;
    }


}

/* list category second level*/
.category-second-list-ul {
    display: flex;
    flex-direction: column;
    min-width: 400px;
    padding: 0 15px;
}

/* items second level*/
.category-second-item {
    a {
        align-items: center;
        display: flex;
        justify-content: space-between;
        padding: 15px;
        text-decoration: none;
        color: #01301a;
    }

    &:hover {
        background: #01301a;


        a {
            color: #fff;
        }
    }
}


.fa-bars {
    font-size: 28px;
}


/*slider*/
.wrapper {
    padding: 0;
}

.slider {
    overflow: hidden;
}

.slider__inner {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    transform: translateX(var(--slider-offset));
    transition-property: transform;
    transition-duration: var(--slider-time);
    transition-timing-function: ease;
    will-change: transform;
}

.slider__item {
    flex: 1 0 100%;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    height: auto;
}


.slider__image {
    width: 100%;
    height: auto;
    transform: translateX(0);
    animation-delay: var(--slide-distortion-delay), var(--slide-reset-delay);
    animation-duration: var(--slide-distortion-time), var(--slide-reset-time);
    animation-fill-mode: forwards, forwards;
    animation-direction: normal, reverse;
}

.slider__image:not(:first-child) {
    position: absolute;
    top: 0;
    left: 0;
}

.slider__image:nth-child(1) {
    clip-path: inset(0 0 calc(var(--rate) * 4) 0);
}

.slider__image:nth-child(2) {
    clip-path: inset(calc(var(--rate) * 1) 0 calc(var(--rate) * 3) 0);
}

.slider__image:nth-child(3) {
    clip-path: inset(calc(var(--rate) * 2) 0 calc(var(--rate) * 2) 0);
}

.slider__image:nth-child(4) {
    clip-path: inset(calc(var(--rate) * 3) 0 calc(var(--rate) * 1) 0);
}

.slider__image:nth-child(5) {
    clip-path: inset(calc(var(--rate) * 4) 0 0 0);
}


.slider__item--animating .slider__image:nth-child(1) {
    animation-name: animation-1, animation-1;
}

.slider__item--animating .slider__image:nth-child(2) {
    animation-name: animation-2, animation-2;
}

.slider__item--animating .slider__image:nth-child(3) {
    animation-name: animation-3, animation-3;
}

.slider__item--animating .slider__image:nth-child(4) {
    animation-name: animation-4, animation-4;
}

.slider__item--animating .slider__image:nth-child(5) {
    animation-name: animation-5, animation-5;
}


@keyframes animation-1 {
    from {
        transform: translateX(0);
    }

    to {

        transform: translateX(-5vw);
    }
}

@keyframes animation-2 {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-3vw);
    }
}

@keyframes animation-3 {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(1vw);
    }
}

@keyframes animation-4 {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(3vw);
    }
}

@keyframes animation-5 {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-1vw);
    }
}

@keyframes slide {
    to {
        transform: translateX(-100%);
    }
}



@media (max-width: 768px) {
    .prcbox {
        margin-top: 30px;
        flex-direction: column;
        align-items: center;
        gap: 24px;
    }
}


/*product catogery css*/
.swiper-container {
    width: 100%;
    padding: 20px 0;
    overflow: hidden;
}

.swiper-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.txt {
    text-align: center;
    margin-left: -222px;
    font-size: 18px;
    font-weight: 700;
    color: #000;
}

@media (max-width:768px) {
    .txt {

        margin-left: -182px;
    }
}

.crd2 {
    background-color: rgb(255, 253, 253);
    height: 510px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 5px;
}

.product-cat {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
}

.ct-1 {
    /* display: flex; */
    /* flex: 1 1 auto;
    box-sizing: border-box;
    text-align: center; */
}

.ct-1 img {
    max-width: 80%;
    height: auto;
    display: block;
    margin: 0 auto 10px;
    border-radius: 50%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}


/* Responsive Design */
@media (max-width: 1200px) {
    .ct-1 {
        flex: 1 1 45%;
        /* Two items per row on medium screens */
    }
}

@media (max-width: 768px) {
    .ct-1 {
        flex: 1 1 100%;
        /* One item per row on small screens */
    }
}

/*blog css*/
/* .card-container {
    width: 100%;
    height: auto;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    transition: all 200ms ease-in-out;

}

.cards {
    align-self: flex-start;
    position: relative;
    width: 325px;
    min-width: 275px;
    margin: 1.25rem 0.75rem;
    background: white;
    transition: all 300ms ease-in-out;

    .card-img {

        width: 100%;
        height: var(--card-img-height);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    }

    .card-img-hovered {
        --card-img-hovered-overlay: linear-gradient(to bottom,
                rgba(0, 0, 0, 0),
                rgba(0, 0, 0, 0));
        transition: all 350ms ease-in-out;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        width: 100%;
        position: absolute;
        height: var(--card-img-height);
        top: 0;
    }

    .card-info {
        position: relative;
        padding: 0.75rem 1.25rem;
        transition: all 200ms ease-in-out;

        .card-about {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 0.75rem 0;
            transition: all 200ms ease-in-out;

            .card-tag {
                width: 60px;
                max-width: 100px;
                padding: 0.2rem 0.5rem;
                font-size: 12px;
                text-align: center;
                text-transform: uppercase;
                letter-spacing: 1px;
                background: #505f79;
                color: #fff;

                &.tag-news {
                    background: #36b37e;
                }

                &.tag-deals {
                    background: #ffab00;
                }

                &.tag-politics {
                    width: 71px;
                    background: #ff5630;
                }
            }
        }

        .card-title {
            z-index: 10;
            font-size: 1.5rem;
            padding-bottom: 0.75rem;
            transition: all 350ms ease-in-out;
        }

        .card-creator {
            padding-bottom: 0.75rem;
            transition: all 250ms ease-in-out;
        }
    }

    &:hover {
        cursor: pointer;
        box-shadow: 0px 15px 35px rgba(227, 252, 239, 0.1),
            0px 5px 15px rgba(0, 0, 0, 0.07);
        transform: scale(1.025);

        .card-img-hovered {
            --card-img-hovered-overlay: linear-gradient(to bottom,
                    rgba(0, 0, 0, 0),
                    rgba(0, 0, 0, 0.65));
            height: 100%;
        }

        .card-about,
        .card-creator {
            opacity: 0;
        }

        .card-info {
            background-color: transparent;
        }

        .card-title {
            color: #ebecf0;

            transform: translate(0, 40px);
        }
    }
}


.card-1 {

    .card-img,
    .card-img-hovered {
        background-image: var(--card-img-hovered-overlay),
            url(https://source.unsplash.com/Qm_n6aoYzDs);
    }
}

.card-2 {

    .card-img,
    .card-img-hovered {
        background-image: var(--card-img-hovered-overlay),
            url(https://source.unsplash.com/C-v1p2DTakA);
    }
}

.card-3 {

    .card-img,
    .card-img-hovered {
        background-image: var(--card-img-hovered-overlay),
            url(https://source.unsplash.com/V0L1LH7qWOQ);
    }
}

.card-4 {

    .card-img,
    .card-img-hovered {
        background-image: var(--card-img-hovered-overlay),
            url(https://source.unsplash.com/zAi2Is48-MA);
    }
} */


/* Blog Start Css */

@media only screen and (max-width: 768px) {
    #news-slider {
        display: flex;
        flex-direction: column;
    }


    footer .content .link-boxes {
        display: flex;
        flex-direction: column;
    }
}


#news-slider {
    margin-top: 80px;
    display: flex;
}

.post-slide {
    background: #fff;
    margin: 20px 15px 20px;
    border-radius: 15px;
    padding-top: 1px;
    box-shadow: 0px 14px 22px -9px #bbcbd8;
}

.post-slide .post-img {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin: -12px 15px 8px 15px;
    margin-left: -10px;
}

.post-slide .post-img img {
    width: 100%;
    height: auto;
    transform: scale(1, 1);
    transition: transform 0.2s linear;
}

.post-slide:hover .post-img img {
    transform: scale(1.1, 1.1);
}

.post-slide .over-layer {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    background: linear-gradient(-45deg, rgba(6, 190, 244, 0.75) 0%, rgba(45, 112, 253, 0.6) 100%);
    transition: all 0.50s linear;
}

.post-slide:hover .over-layer {
    opacity: 1;
    text-decoration: none;
}

.post-slide .over-layer i {
    position: relative;
    top: 45%;
    text-align: center;
    display: block;
    color: #fff;
    font-size: 25px;
}

.post-slide .post-content {
    background: #fff;
    padding: 2px 20px 40px;
    border-radius: 15px;
}

.post-slide .post-title a {
    font-size: 15px;
    font-weight: bold;
    color: #333;
    display: inline-block;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}

.post-slide .post-title a:hover {
    text-decoration: none;
    color: #3498db;
}

.post-slide .post-description {
    line-height: 24px;
    color: #808080;
    margin-bottom: 25px;
}

.post-slide .post-date {
    color: #a9a9a9;
    font-size: 14px;
}

.post-slide .post-date i {
    font-size: 20px;
    margin-right: 8px;
    color: #CFDACE;
}

.post-slide .read-more {
    padding: 7px 20px;
    float: right;
    font-size: 12px;
    background: #0105ff;
    color: #ffffff;
    box-shadow: 0px 10px 20px -10px #1376c5;
    border-radius: 25px;
    text-transform: uppercase;
}

.post-slide .read-more:hover {
    background: #0105ff;
    text-decoration: none;
    color: #fff;
}

.post-slide a.read-more {
    background-color: black;
}

.owl-controls .owl-buttons {
    text-align: center;
    margin-top: 20px;
}

.owl-controls .owl-buttons .owl-prev {
    background: #fff;
    position: absolute;
    top: -13%;
    left: 15px;
    padding: 0 18px 0 15px;
    border-radius: 50px;
    box-shadow: 3px 14px 25px -10px #92b4d0;
    transition: background 0.5s ease 0s;
}

.owl-controls .owl-buttons .owl-next {
    background: #fff;
    position: absolute;
    top: -13%;
    right: 15px;
    padding: 0 15px 0 18px;
    border-radius: 50px;
    box-shadow: -3px 14px 25px -10px #92b4d0;
    transition: background 0.5s ease 0s;
}

.owl-controls .owl-buttons .owl-prev:after,
.owl-controls .owl-buttons .owl-next:after {
    content: "\f104";
    font-family: FontAwesome;
    color: #333;
    font-size: 30px;
}

.owl-controls .owl-buttons .owl-next:after {
    content: "\f105";
}

@media only screen and (max-width:1280px) {
    .post-slide .post-content {
        padding: 0px 15px 25px 15px;
    }
}


/* Blog Css End */


/* CSS */
.button-86 {
    all: unset;
    width: 100px;
    height: 30px;
    font-size: 16px;
    background: transparent;
    border: none;
    position: relative;
    color: #f0f0f0;
    cursor: pointer;
    z-index: 1;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    margin: auto;
}

.button-86::after,
.button-86::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -99999;
    transition: all .4s;
}

.button-86::before {
    transform: translate(0%, 0%);
    width: 100%;
    height: 100%;
    background: #28282d;
    border-radius: 10px;
}

.button-86::after {
    transform: translate(10px, 10px);
    width: 35px;
    height: 35px;
    background: #ffffff15;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border-radius: 50px;
}

.button-86:hover::before {
    transform: translate(5%, 20%);
    width: 110%;
    height: 110%;
}

.button-86:hover::after {
    border-radius: 10px;
    transform: translate(0, 0);
    width: 100%;
    height: 100%;
}

.button-86:active::after {
    transition: 0s;
    transform: translate(0, 5%);
}


/*testonomial css*/

.section-testmonials {

    display: flex;
    gap: 20px;
    align-items: center;
}

.column-testmonials {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 20%;
}

.section-details {
    border-left: 10px solid #0c453b;
    padding-left: 20px;
}


.name-section {
    font-weight: 800;
    text-transform: uppercase;
    font-size: 14px;
    color: #000 !important;
    line-height: 1.2em;
    margin: 0;
}

.title-section b {
    color: #000;
}

.title-section {
    color: #000;

    font-size: 30px;

    font-weight: 400;
    line-height: normal;
    margin: 0;
}

.navigation-testmonials {
    display: flex;
    gap: 10px;
}


.swiper-testmonials {
    width: 80%;
    overflow: hidden;
    position: relative;
}

@media (max-width: 768px) {
    .section-testmonials {
        flex-direction: column;
        align-items: flex-start;
    }

    .swiper-testmonials {
        width: 100%;
    }
}

.swiper-testmonials .swiper-slide {
    border-radius: 10px;
    /* background: linear-gradient(118deg, #1c1a83 10.88%, #1c1a83 83.88%); */
    background-color: #0c453b;

    display: flex;
    padding: 30px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    transform: scale(0.9) !important;
    filter: blur(1px) grayscale(0.5);
    transition: 0.2s;
}

.swiper-testmonials .swiper-slide * {
    margin: 0;
}

.swiper-testmonials .swiper-slide-active {
    filter: blur(0px) !important;
    transform: scale(1) !important;
}

.card-slide {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.head-slide {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-slide {
    display: flex;
    align-items: center;
    gap: 20px
}

.title-slide h4 {
    color: #FFF;
    font-size: 20px;
    font-weight: 700;
}

.title-slide h6 {
    color: #FFCB00;
    font-size: 14px;
    font-weight: 500;
}

.text-slide {
    color: #FFF;
    text-align: justify;
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    line-height: normal;
}

.swiper-button-testmonials-next,
.swiper-button-testmonials-prev {
    cursor: pointer;
}


@media (max-width: 768px) {
    .header-slide svg {
        width: 50px;
    }

    .title-slide h4 {
        font-size: 14px;
    }

    .swiper-testmonials .swiper-slide {
        padding: 20px;
    }
}

/* book a vaidya */
.section-bg {
    background-image: url("../img/leaf\ partten.jpg");
    background-size: cover;
    background-position: center;
    padding: 3rem 2rem;
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.container-vaidya {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-radius: 30px;
    box-shadow:
        0 20px 40px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(255, 255, 255, 0.1);
    display: flex;
    max-width: 1000px;
    width: 100%;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
}

.container-vaidya:hover::before {
    opacity: 1;
}

.container-vaidya:hover {
    transform: translateY(-10px) scale(1.02);
}

/* Image section styling */
.vaiya-img {
    flex: 0 0 45%;
    position: relative;
    overflow: hidden;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);

}

.vaiya-img:hover::after {
    opacity: 1;
}

.vaiya-img img {

    width: 100%;
    height: 100%;
    object-fit: fill;
}


/* Content section styling */
.vaiya-con {
    flex: 0 0 55%;
    padding: 4rem 3rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    z-index: 1;
}

.book-free {
    font-size: 1.8rem;
    color: #4a5568;
    font-weight: 700;
    margin-bottom: 0.5rem;
    position: relative;
    display: inline-block;
}

.book-free::before {
    content: '✧';
    position: absolute;
    left: -25px;
    color: #a18cd1;
    animation: sparkle 2s infinite;
}

@keyframes sparkle {

    0%,
    100% {
        opacity: 1;
        transform: scale(1);
    }

    50% {
        opacity: 0.5;
        transform: scale(1.2);
    }
}

.oonline-vaidya {
    font-size: 1.5rem;
    background: linear-gradient(45deg, #2d3748, #a18cd1);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-weight: 800;
    margin: 1.5rem 0 2.5rem;
    line-height: 1.2;
    max-width: 90%;
    letter-spacing: -0.5px;
}

/* Floating elements decoration */
.vaiya-con::before,
.vaiya-con::after {
    content: '';
    position: absolute;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: linear-gradient(45deg, rgba(161, 140, 209, 0.1), rgba(255, 154, 158, 0.1));
    z-index: -1;
}

.vaiya-con::before {
    top: 20%;
    right: 10%;
    animation: float 6s ease-in-out infinite;
}

.vaiya-con::after {
    bottom: 20%;
    right: 20%;
    animation: float 8s ease-in-out infinite reverse;
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0) scale(1);
    }

    50% {
        transform: translateY(-20px) scale(1.1);
    }
}

/* Responsive design */
@media (max-width: 968px) {
    .container-vaidya {
        flex-direction: column;
        max-width: 600px;
    }

    .vaiya-img {
        clip-path: polygon(0 0, 100% 0, 100% 85%, 0% 100%);
        height: 300px;
    }

    .vaiya-con {
        padding: 2.5rem;
    }

    .oonline-vaidya {
        font-size: 2rem;
        max-width: 100%;
    }
}

@media (max-width: 480px) {
    .section-bg {
        padding: 2rem 1rem;
    }

    .book-free {
        font-size: 1.4rem;
    }

    .oonline-vaidya {
        font-size: 1.8rem;
    }

    .custom-btn {
        padding: 1rem 2.5rem;
        font-size: 1.1rem;
    }
}


/*footer&*/

@media (max-width: 767px) {
    footer {
        background-image: url("../img/footer-prtn.jpg");
        background-size: cover;
    }
}



i.fas.fa-heart {
    color: #0c453b;
}

i.fas.fa-shopping-cart {
    color: #0c453b;
}

footer {
    background-image: url("../img/footer-prtn.jpg");
    width: 100%;
    bottom: 0;
    left: 0;
    margin-top: 30px;
}

footer::before {
    content: '';
    position: absolute;
    left: 0;
    top: 100px;
    height: 1px;
    width: 100%;
    background: #AFAFB6;
}

footer .content {
    max-width: 1183px;
    margin: auto;
    padding: 30px 40px 40px 40px;
}

footer .content .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* margin-bottom: 50px; */
}

.content .top .logo-details {
    color: #000;
    font-size: 30px;
    width: 17rem;
}

.content .top .media-icons {
    display: flex;
}

.content .top .media-icons a {
    height: 40px;
    width: 40px;
    margin: 0 8px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    color: #000;
    font-size: 17px;
    text-decoration: none;
    transition: all 0.4s ease;
}

.top .media-icons a:nth-child(1) {
    background: #4267B2;
}

.top .media-icons a:nth-child(1):hover {
    color: #4267B2;
    background: #fff;
}

.top .media-icons a:nth-child(2) {
    background: #1DA1F2;
}

.top .media-icons a:nth-child(2):hover {
    color: #1DA1F2;
    background: #000;
}

.top .media-icons a:nth-child(3) {
    background: #E1306C;
}

.top .media-icons a:nth-child(3):hover {
    color: #E1306C;
    background: #fff;
}

.top .media-icons a:nth-child(4) {
    background: #0077B5;
}

.top .media-icons a:nth-child(4):hover {
    color: #0077B5;
    background: #fff;
}

.top .media-icons a:nth-child(5) {
    background: #FF0000;
}

.top .media-icons a:nth-child(5):hover {
    color: #FF0000;
    background: #fff;
}

footer .content .link-boxes {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

footer .content .link-boxes .box {
    width: calc(100% / 5 - 10px);
}

.content .link-boxes .box .link_name {
    color: #000;
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 10px;
    position: relative;
}

.link-boxes .box .link_name::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    height: 2px;
    width: 35px;
    background: #000;
}

.content .link-boxes .box li {
    margin: 6px 0;
    list-style: none;
}

.content .link-boxes .box li a {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    opacity: 0.8;
    transition: all 0.4s ease
}

.content .link-boxes .box li a:hover {
    color: #03914f;
    opacity: 1;
    transition: color 0.3s ease;
    padding-left: 8px;
    text-decoration: underline;
}





.content .link-boxes .input-box {
    margin-right: 55px;
}

.link-boxes .input-box input {
    height: 40px;
    width: calc(100% + 55px);
    outline: none;
    border: 2px solid #AFAFB6;
    background: #0c453b;
    border-radius: 10px;
    padding: 0 15px;
    font-size: 15px;
    color: white;
    margin-top: 5px;

}

.link-boxes .input-box input::placeholder {
    color: #AFAFB6;
    font-size: 16px;
}

.input-box input[type="button"]:hover {
    opacity: 1;
}

footer .bottom-details {
    width: 100%;
    background: #0c453b;
}

footer .bottom-details .bottom_text {
    max-width: 1250px;
    margin: auto;
    padding: 20px 40px;
    display: flex;
    justify-content: space-between;

}


@media (max-width: 900px) {
    footer .content .link-boxes {
        flex-wrap: wrap;
    }

    footer .content .link-boxes .input-box {
        width: 40%;
        margin-top: 10px;
    }

    footer .bottom-details .bottom_text {
        flex-direction: column;
    }
}

@media (max-width: 700px) {
    footer {
        position: relative;
    }

    .content .top .logo-details {
        font-size: 26px;
    }

    .content .top .media-icons a {
        height: 35px;
        width: 35px;
        font-size: 14px;
        line-height: 35px;
    }

    footer .content .link-boxes .box {
        width: calc(100% / 3 - 10px);
    }

    footer .content .link-boxes .input-box {
        width: 60%;
    }

    footer .bottom-details .bottom_text {
        flex-direction: column;
    }

}

@media (max-width: 520px) {
    footer::before {
        top: 94px;
    }


    footer .content .link-boxes .box {
        width: calc(100% / 2 - 10px);
    }

    footer .content .link-boxes .input-box {
        width: 100%;
    }

    footer .bottom-details .bottom_text {
        flex-direction: column;
    }
}

/* Footer End */

/* Product Card Css */

figure.snip1087 {
    position: relative;
    overflow: hidden;
    margin: 10px;
    min-width: 220px;
    max-width: 303px;
    max-height: 220px;
    width: 100%;
    /* background: #000000; */
    text-align: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

figure.snip1087 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

figure.snip1087 img {
    max-width: 100%;
    position: relative;
    top: 0;
    opacity: 1.0;
    left: 0;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    border-radius: 20px;
}


figure.snip1087 .icons {
    bottom: 10px;
    right: 0;
    width: 35px;
    position: absolute;
    text-align: center;
    margin-bottom: 100px;
}

figure.snip1087 .icons i {
    display: inline-block;
    font-size: 22px;
    color: #ffffff;
    left: 0;
    opacity: 1;
    position: relative;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    -webkit-transform: translate(35px, -35px);
    transform: translate(35px, -35px);
}

figure.snip1087 .corner {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
}

figure.snip1087 .icons i,
figure.snip1087 .corner {
    height: 35px;
    width: 35px;
    line-height: 35px;
}

figure.snip1087 a {
    opacity: 0.8;
}

figure.snip1087 a:hover {
    opacity: 1;
}

figure.snip1087 a:hover i {
    width: 40px;
    left: -5px;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
}

figure.snip1087 a:first-child i {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

figure.snip1087 a:nth-child(2) i {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

figure.snip1087 a:nth-child(3) i {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

figure.snip1087.blue .icons i,
figure.snip1087.blue .corner {
    background: orange;
}

figure.snip1087.red .icons i,
figure.snip1087.red .corner {
    background: #c0392b;
}

figure.snip1087.yellow .icons i,
figure.snip1087.yellow .corner {
    background: #e67e22;
}

figure.snip1087:hover img,
figure.snip1087.hover img {
    opacity: 0.5;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

figure.snip1087:hover h3,
figure.snip1087.hover h3 {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
    opacity: 1;
}

figure.snip1087:hover .icons,
figure.snip1087.hover .icons {
    opacity: 1;
}

figure.snip1087:hover .icons i,
figure.snip1087.hover .icons i {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
}

figure.snip1087:hover a:first-child i,
figure.snip1087.hover a:first-child i {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

figure.snip1087:hover a:nth-child(2) i,
figure.snip1087.hover a:nth-child(2) i {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

figure.snip1087:hover a:nth-child(3) i,
figure.snip1087.hover a:nth-child(3) i {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}


/* Demo purposes only */

.product_pop {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-flow: wrap;
    margin: auto;
    height: 100%;

}

.prop {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    height: 413px;
    border: 1px solid #ddc2ac;
    border-radius: 24px;
}




/* index crd */

@media(max-width:768px) {
    .prop {

        margin-top: 20px;
    }

    .title-shop {
        text-align: center;
        text-transform: uppercase;
        padding-bottom: 5px;
        position: relative;
        font-size: 29px;
    }

}

/* index crd End*/

@media (max-width: 767px) {
    .picture2 {
        width: 92%;
        margin: 0 auto;
        margin-bottom: 20px;
        margin-left: -9px;
    }
}

/* H1 heading css */
.title-shop {
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 5px;
    position: relative;

}

.title-shop:before {
    width: 28px;
    height: 5px;
    display: block;
    content: "";
    position: absolute;
    bottom: 3px;
    left: 50%;
    margin-left: -14px;
    background-color: #fd2222;
}

.title-shop:after {
    width: 200px;
    height: 1px;
    display: block;
    content: "";
    position: relative;
    margin-top: 25px;
    left: 50%;
    margin-left: -100px;
    background-color: #fd2222;
}

.prod-con {
    display: flex;
    justify-content: space-around;
    text-align: center;
    flex-wrap: wrap;
    padding: 20px 12px;
}

.pr-heading {

    font-weight: 700;
    font-size: 17px;
    color: #000;
}

.strat {
    color: orange;
}

.prctxt {
    font-size: 16px;
    font-weight: 700;
}

.custom-btn {
    width: 199px;
    height: 54px;
    color: #fff;
    border-radius: 5px;
    font-weight: 500;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, .5),
        7px 7px 20px 0px rgba(0, 0, 0, .1),
        4px 4px 5px 0px rgba(0, 0, 0, .1);
    outline: none;
    background: #0c453b;
    border: none;
    z-index: 1;
    margin-top: -10px;
}

/* Product Card Css End */

.custom-btn:after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
    background-color: #025c11;
    border-radius: 5px;
    box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, .5),
        7px 7px 20px 0px rgba(0, 0, 0, .1),
        4px 4px 5px 0px rgba(0, 0, 0, .1);
    transition: all 0.3s ease;
    cursor: pointer;
}

.custom-btn:hover {
    color: #fff;
}

.custom-btn:hover:after {
    left: 0;
    width: 100%;
}

.custom-btn:active {
    top: 2px;
}

/*Btn 15 End*/




/* sidebardropdown */
.drop-section {
    /* max-width: 760px; */
    margin: 0 auto;
    border: 1px solid black;
}

/* header {
    margin-bottom: 70px;
} */

.mainclass {
    margin-top: 20px;
}

header>p {
    font-size: 14px;
    color: #00050a;
}

h2 {
    font-size: 14px;
    color: #000002;
    margin-top: 40px;
    margin-bottom: 20px;
    font-weight: bold;
}

details {
    cursor: pointer;
    padding: 10px;
}

summary:focus-visible {
    outline: 2px solid orange;
    outline-offset: 8px;
    border-radius: 4px;
}

h4 {
    width: 760px;
}

summary {
    font-size: 14px;
    color: #02020a;
    display: flex;
    justify-items: space-between;
    align-items: center;
    /* margin-bottom: 25px; */
}

summary::marker {
    display: none;
    content: "";
}

details>p {
    /* max-width: 650px; */
    color: black;
    font-size: 14px;
    line-height: 155%;
    letter-spacing: .1px;
    margin-bottom: 40px;
    padding-left: 10px;
}

hr {
    border: 1px solid #404E5C;
    margin-block-end: 30px;
}


/* Sidebar drop down End */


.modal-dialog-scrollable .modal-body {
    overflow-x: hidden;
}

span {
    cursor: pointer;
}

.number {
    margin: 23px;
}

.minus,
.plus {
    width: 30px;
    /* height:20px; */
    background: #f2f2f2;
    border-radius: 4px;
    /* padding:8px 5px 8px 5px; */
    border: 1px solid #ddd;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    /* margin-left: -30px; */
}

input {
    height: 34px;
    width: 100px;
    text-align: center;
    font-size: 26px;
    border: 1px solid #ddd;
    border-radius: 4px;
    display: inline-block;
    vertical-align: middle;

}

/* figure.snip1087 * {text-align: justify; } */




/* FaQ */

.accordion {
    display: flex;
    flex-direction: column;
    max-width: 991px;
    min-width: 320px;
    margin: 50px auto;
    padding: 0 50px;
}

.accordion h1 {
    font-size: 32px;
    text-align: center;
}

.accordion-item {
    margin-top: 16px;
    border: 1px solid #fcfcfc;
    border-radius: 6px;
    background: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
}

.accordion-item .accordion-item-title {
    position: relative;
    margin: 0;
    display: flex;
    width: 100%;
    font-size: 15px;
    cursor: pointer;
    justify-content: space-between;
    flex-direction: row-reverse;
    padding: 14px 20px;
    box-sizing: border-box;
    align-items: center;
}

.accordion-item .accordion-item-desc {
    display: none;
    font-size: 14px;
    line-height: 22px;
    font-weight: 300;
    color: #444;
    border-top: 1px dashed #ddd;
    padding: 10px 20px 20px;
    box-sizing: border-box;
}

.accordion-item input[type="checkbox"] {
    position: absolute;
    height: 0;
    width: 0;
    opacity: 0;
}

.accordion-item input[type="checkbox"]:checked~.accordion-item-desc {
    display: block;
}

.accordion-item input[type="checkbox"]:checked~.accordion-item-title .icon:after {
    content: "-";
    font-size: 20px;
}

.accordion-item input[type="checkbox"]~.accordion-item-title .icon:after {
    content: "+";
    font-size: 20px;
}

.accordion-item:first-child {
    margin-top: 0;
}

.accordion-item .icon {
    margin-left: 14px;
}

@media screen and (max-width: 767px) {
    .accordion {
        padding: 0 16px;
    }

    .accordion h1 {
        font-size: 22px;
    }
}

/* FaQ End */


.number-box {
    border: 1px solid #ccc;
    text-align: center;
    padding: 10px;
    margin-bottom: 10px;
}



/* Contact Page Css */
/* section {
    padding: 60px 0;
    min-height: 100vh;
} */
.contact-info {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}

.contact-info-icon {
    margin-bottom: 15px;
}

.contact-info-item {
    background: #0c453b;
    padding: 30px 0px;
}

.contact-page-sec .contact-page-form h2 {
    color: #071c34;
    text-transform: capitalize;
    font-size: 22px;
    font-weight: 700;
}

.contact-page-form .col-md-6.col-sm-6.col-xs-12 {
    padding-left: 0;
}

.contact-page-form.contact-form input {
    margin-bottom: 5px;
}

.contact-page-form.contact-form textarea {
    height: 110px;
}

.contact-page-form.contact-form input[type="submit"] {
    background: #0c453b;
    width: 150px;
    border-color: #071c34;
}

.contact-info-icon i {
    font-size: 48px;
    color: #fda40b;
}

.contact-info-text p {
    margin-bottom: 0px;
}

.contact-info-text h2 {
    color: #fff;
    font-size: 22px;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 10px;
}

.contact-info-text span {
    color: white;
    font-size: 15px;
    display: inline-block;
    width: 100%;
    font-family: sans-serif;
    ;
}

.contact-page-form input {
    background: #f9f9f9 none repeat scroll 0 0;
    border: 1px solid #f9f9f9;
    margin-bottom: 20px;
    padding: 12px 16px;
    width: 100%;
    border-radius: 4px;
}

.contact-page-form .message-input {
    display: inline-block;
    width: 100%;
    padding-left: 0;
}

.single-input-field textarea {
    background: #f9f9f9 none repeat scroll 0 0;
    border: 1px solid #f9f9f9;
    width: 100%;
    height: 120px;
    padding: 12px 16px;
    border-radius: 4px;
}

.single-input-fieldsbtn input[type="submit"] {
    background: #fda40b none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-weight: 600;
    padding: 10px 0;
    text-transform: capitalize;
    width: 150px;
    margin-top: 20px;
    font-size: 16px;
}

.single-input-fieldsbtn input[type="submit"]:hover {
    background: #071c34;
    transition: all 0.4s ease-in-out 0s;
    border-color: #071c34
}

.single-input-field h4 {
    color: #ffffff;
    text-transform: capitalize;
    font-size: 14px;
}

.contact-page-form {
    display: inline-block;
    width: 100%;
    margin-top: 30px;
}

.contact-page-map {
    margin-top: 36px;
}

.contact-page-form form {
    padding: 20px 15px 0;
}


/* Rewards Page */
/*Rewards Page How it Works */

.card-container-5 {
    align-items: start;
    display: grid;
    grid-gap: 16px;
    grid-template-columns: repeat(auto-fit, 300px);
    justify-content: center;
}



.pg {
    background-color: white;
}


.card5 {
    background-color: #0c453b;
    border-radius: 5px;
    color: white;
    padding: 24px 0 16px;
    text-align: center;
    text-shadow: 1px 1px 0 #555;
}

/*Rewards Page How it Works End*/


/* Way To  Earn */
.card-container-6 {
    align-items: start;
    display: grid;
    grid-gap: 16px;
    grid-template-columns: repeat(auto-fit, 300px);
    justify-content: center;
}

.bx2 {
    background-color: white;
}

.card6 {
    background-color: white;
    border-radius: 150px;
    color: black;
    /* padding: 138px 0 16px; */
    width: 80%;
    height: 230px;
    text-align: center;
    /* text-shadow: 1px 1px 0 black; */
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/* Way to Earn End */
/* Rewards Page End */





.number-box {
    cursor: pointer;
    text-align: center;
    padding: 10px;
    border: 1px solid #ccc;
    margin: 5px;
    background-color: #fff;
}

.number-box.selected {
    background-color: #0c453b;
    color: #fff;
}

.number {
    font-size: 18px;
    font-weight: bold;
}

.number {
    margin: 5px;
}


.small-img-box img .active {
    border: 10px solid #000;
}


.product-images {
    /* display: flex;
    justify-content: center; */
    gap: 10px;
    margin-top: 20px;
}

.product-image {
    width: 100px;
    height: auto;
    cursor: pointer;
    /* border: 2px solid transparent; */
    transition: border-color 0.3s ease;
}

.product-image:hover {
    border-color: #333;
}

#main-product-display {
    max-width: 490px;
    max-height: 510px;
    object-fit: contain;
    border: 1px solid #ccc;
}


/* inner Crd css */
.custom-height {
    height: 800px;
}

@media (max-width:768px) {
    .custom-height {
        margin-right: 23px;
    }
}

@media (max-width: 767px) {
    .picture2 {
        margin-left: -5px;
    }
}

/* End */

/* Review Button Css */

.small-input5 {
    width: 50px;
    height: 50px;
    margin-bottom: 10px
}

/* Review Button Css End*/

@media screen and (max-width: 767px) {
    .custom-height {
        height: 615px;

    }

}


/* inner page css */
@media (max-width: 767px) {
    .picture2 {
        width: 92%;
        /* margin: 0 auto; */
        /* margin-bottom: 20px; */
        margin-left: -19px;
    }
}

/* End */

@media (max-width: 768px) {
    footer {
        background-position: right;
    }

    footer .bottom-details {
        background: #080a0a;
    }
}



.market-area {
    font-family: 'Poppins', sans-serif;
    background-color: #f3f4f6;
    padding: 20px;
    max-width: 801px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.market-area h4 {
    width: 100%;
    margin: 10px 0;
    padding: 15px;
    border-radius: 15px;
    font-size: 1.2em;
    text-align: center;
    background-color: #4158D0;
    background-image: linear-gradient(43deg, #0c453b 0%, #2ba38d 46%, #0c453b 100%);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.market-area h4:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.market-area h4 a {
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
}

.market-area ul {
    list-style-type: none;
    padding: 15px;
    margin: 0;
    background-color: #ffffff;
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
    min-width: 200px;
    flex: 1;
}

.market-area ul:hover {
    transform: translateY(-5px);
}

.market-area ul li {
    margin: 10px 0;
}

.market-area ul li a {
    color: #333;
    text-decoration: none;
    display: block;
    padding: 8px 12px;
    border-radius: 8px;
    transition: all 0.3s ease;
    font-weight: 500;
}

.market-area ul li a:hover {
    background-color: #1baa7a;
    color: #ffffff;
    transform: translateX(5px);
}

@media (max-width: 768px) {
    .market-area h4 {
        width: 100%;
    }

    .market-area ul {
        width: 100%;
    }
}

@keyframes gradientBG {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}




.accordion-container {
    width: 80%;
    max-width: 600px;
}

.accordion-item {
    background-color: #FFFFFF;
    border: 1px solid #E0E0E0;
    border-radius: 8px;
    margin-bottom: -14px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.accordion-header {
    background-color: #0c453b;
    color: #FFFFFF;
    padding: 15px;
    font-size: 18px;
    border: none;
    width: 100%;
    text-align: left;
    cursor: pointer;
    outline: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 8px 8px 0 0;
    transition: background-color 0.3s ease;
}

.accordion-header:hover {
    background-color: #0105ff;
    ;
}

.accordion-content {
    background-color: #FAFAFA;
    overflow: hidden;
    padding: 0 15px;
    max-height: 0;
    transition: max-height 0.3s ease;
}

.accordion-content p {
    margin: 15px 0;
    line-height: 1.5;
}

.icon {
    transition: transform 0.3s ease;
}

.active .icon {
    transform: rotate(45deg);
}


/* Cart Css */
.prev,
.next {
    position: absolute;
    top: 60%;
    /* Vertically centered */
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    /* Semi-transparent background */
    border: none;
    color: white;
    padding: 10px;
    cursor: pointer;
    z-index: 10;
    transition: background-color 0.3s ease;
}

.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.7);
    /* Darker on hover */
}

.prev {
    left: 10px;
    /* Position the previous button */
}

.next {
    right: 10px;
    /* Position the next button */
}

.prev i,
.next i {
    font-size: 20px;
}

@media (max-width: 768px) {

    /* Adjust for tablets and smaller screens */
    .prev,
    .next {
        padding: 8px;
    }

    .prev i,
    .next i {
        font-size: 18px;
    }

    .prev {
        left: 5px;
        /* Reduce side spacing */
        top: 168px;
    }

    .next {
        right: 5px;
        /* Reduce side spacing */
        top: 168px;
    }
}

@media (max-width: 480px) {

    /* Adjust for mobile screens */
    .prev,
    .next {
        padding: 6px;
    }

    .prev i,
    .next i {
        font-size: 16px;
    }

    .prev {
        left: 3px;
        /* Further reduce side spacing */
    }

    .next {
        right: 3px;
        /* Further reduce side spacing */
    }
}



.variant {
    font-family: Arial, sans-serif;
}

.variant ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.number {
    display: flex;
    align-items: center;
    border: 1px solid #c6f5e1;
    border-radius: 4px;
    overflow: hidden;
    width: fit-content;
}

.number input {
    width: 50px;
    border: none;
    text-align: center;
    font-size: 16px;
    padding: 5px 0;
    -moz-appearance: textfield;
}

.number input::-webkit-outer-spin-button,
.number input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.number .minus,
.number .plus {
    width: 30px;
    background-color: #c6f5e1;
    color: #333;
    text-align: center;
    cursor: pointer;
    user-select: none;
    font-size: 18px;
    padding: 5px 0;
}

.number .minus:hover,
.number .plus:hover {
    background-color: #d6f0d9;
}


.whatsapp {
    width: 5rem;
    position: fixed;
    bottom: 16px;
    left: 10px;
    border-radius: 50%;
    z-index: 9;

}
