.page2 .heading h2 {
    font-size: 26px;
    font-weight: 600;
    color: #000;
}

.page2 .heading span {
    color: #838282;
}

.page2 .heading {
    margin: 4rem 0 1rem 0;
}

.page2 .card-d {
    cursor: pointer;
}

.page2 .card-d h3 {
    position: relative;
    top: 69px;
    color: #000;
    font-weight: 600;
}

.page2 .card-d p {
    color: #505052;
    font-size: 14px;
    text-transform: uppercase;
    z-index: 12;
    position: absolute;
}

.page2 .card-d p,
.page2 .card-d h3 {
    padding: 0 1.5rem;
    z-index: 12;
    position: absolute;
}

.page2 .card-d {
    position: relative;
    height: 500px;
    overflow: hidden;
}

.page2 .card-d .img-box {
    width: 400px;
    margin-top: 50px;
}

.page2 .secnd .img-box {
    width: 350px;
    margin-top: 44px;
}

.page2 .card-d .img-box img {
    height: 100%;
    width: 100%;
}

.card-d {
    padding: 2.4rem 0rem;
    border-radius: 1.5rem;
    background: var(--header-bg) !important;
    -webkit-box-shadow: 1px 1px 4px 1px rgba(217, 217, 217, 1);
    -moz-box-shadow: 1px 1px 4px 1px rgba(217, 217, 217, 1);
    box-shadow: 1px 1px 4px 1px rgba(217, 217, 217, 1);
    transition: 0.3s all;
}

.card-d:hover {
    transform: scale(1.03);
    background: var(--header-bg) !important;
    -webkit-box-shadow: 5px 5px 4px 1px rgb(155, 155, 155);
    -moz-box-shadow: 5px 5px 4px 1px rgba(217, 217, 217, 1);
    box-shadow: 0px 0px 5px 1px rgba(192, 192, 192, 0.671);
}



.button_buy_btn {
    color: #ffffff;
    background: #ED009C;
    padding: 0.5rem 1rem;
    border-radius: 50px;
}

.product-box:hover .pop-up-text {
    margin-bottom: -10rem;
}

.product-img-box {
    overflow: hidden;
}

.pop-up-text {
    transition: all 0.4s;
    position: absolute;
    margin-bottom: -21rem;
    color: #000;
    font-weight: 400;
    background: #f0eded;
    padding: 0.5rem 1.5rem;
    border-radius: 20px;

}

.pop-up-text p {
    padding: 0;
    margin: 0;
}

.product-box .product-title {
    color: #000;
    font-size: 25px;
    font-weight: 600;
}



.product-box {
    height: 29.41176rem !important;
    margin-top: 1rem;
    margin-bottom: 1rem;
    margin-left: 0.1rem;
    padding: 2.4rem 1.5rem;
    border-radius: 1.5rem;
    background: var(--header-bg) !important;
    -webkit-box-shadow: 1px 1px 4px 1px rgba(217, 217, 217, 1);
    -moz-box-shadow: 1px 1px 4px 1px rgba(217, 217, 217, 1);
    box-shadow: 1px 1px 4px 1px rgba(217, 217, 217, 1);
    transition: 0.3s all;
}

.product-box:hover {
    transform: scale(1.03);
    background: var(--header-bg) !important;
    -webkit-box-shadow: 5px 5px 4px 1px rgb(155, 155, 155);
    -moz-box-shadow: 5px 5px 4px 1px rgba(217, 217, 217, 1);
    box-shadow: 0px 0px 5px 1px rgba(192, 192, 192, 0.671);
}

body {
    background: #F5F5F7;
    overflow: auto;
    overflow-x: hidden;
}

.btnClose {
    color: #ffffff;
    font-size: 35px;
    position: relative;
    top: 35px;
    cursor: pointer;
}

.poplisttabslider {
    min-height: 43px;
}

/* pop up  */
.pop-up-tab {
    border-radius: 45px;
    cursor: grab;
    background-color: #f5f5f5;
    overflow: auto;
    width: 100% !important;
    padding: 0.2rem 0.2rem;
}

.pop-up-tab li button {
    color: #000;
    font-weight: 500;
    transition: all 0.4s;
}

.pop-up-tab li button.active {
    background: #000000 !important;
    font-weight: 600;
    border-radius: 30px !important;
}

.pop-img-slider {
    position: relative;
}

.pop-img-slider .owl-nav {
    display: flex;
    top: 1px;
    position: relative;
    top: -11rem;
    justify-content: space-between;

}

.pop-img-slider .owl-item.active {
    display: flex;
    /* margin-right: 10px; */
    justify-content: center;
}

.pop-slid-img-box {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 250px;
}

.pop-slid-img-box img {
    width: 100%;
    height: 100%;
}

.pop-img-slider .owl-dots {
    position: absolute;
    bottom: 5rem;
    display: flex;
    width: 100%;
    justify-content: center;
}

.tab-content {
    padding: 3rem 1rem 0rem;
}

.pop-head-con h3 {
    font-size: 32px;
    line-height: 1.25;
    font-weight: 600;
    letter-spacing: .004em;
    font-family: SF Pro Display, SF Pro Icons, AOS Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    padding-top: 14px;
}

.pop-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.pop-list ul li {
    display: flex;
    gap: 20px;
    border-bottom: 1px solid #f0eded;
    padding: 0.5rem;
    cursor: default;
    align-items: center;
}

.pop-list ul li:last-child {
    border: none;
}

.pop-list ul li svg {
    width: 60px;

}

.pop-list ul li p {
    font-size: 22px;
    color: #000;
}


.pop-footer {
    background: #F5F5F7;
    margin: 0;
    border-radius: 0 0 20px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2rem;
}

@media(max-width:968px) {
    .pop-list ul li svg {
        width: 40px;
    }

    .pop-list ul li p {
        font-size: 14px;
    }

    .pop-head-con h3 {
        font-size: 25px;
        padding-top: 2rem;
    }

    .pop-head-con p {
        font-size: 14px;
    }

    .pop-footer {
        flex-direction: column;
        gap: 1rem;
        justify-content: left;

    }
}




.pop-footer svg {
    width: 25px !important;
}

.pop-footer h6 {
    margin: 0;
    font-size: 15px;
    padding: 0;
}

.pop-footer p {
    padding: 0;
    color: #505052;
    font-size: 12px;
    margin: 0;
}

.d-f-c {
    gap: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}


/* page 3 */
 .title-2 {
    color: #707070;
    text-transform: uppercase;
    padding: 0;
    padding-bottom: 10px;
    margin: -15px 0 0 0;
    font-size: 14px;


}

.page3 .product-img-box {
    margin-top: 2.5rem;
}

.page3 .product-box {
    overflow: hidden;
}

.page3 .product-img-box {
    width: 250px;
    /* margin-top: 6.8rem; */
    /* margin-left: -30px; */
}
.page3 .product-box img{
    margin-top: -100px;
}
@media(max-width:768px){
    .page3 .product-img-box {
        margin-left: -60px;
    }
    .page3 .product-box img{
        margin-top: -110px;
    }
}

/* page 4 */

.page4 .card-b {
    padding: 2.4rem 0rem 0 0;
    border-radius: 1.5rem;
    background: var(--header-bg) !important;
    -webkit-box-shadow: 1px 1px 4px 1px rgba(217, 217, 217, 1);
    -moz-box-shadow: 1px 1px 4px 1px rgba(217, 217, 217, 1);
    box-shadow: 1px 1px 4px 1px rgba(217, 217, 217, 1);
    transition: 0.3s all;
}

.page4 .card-b:hover {
    transform: scale(1.03);
    background: var(--header-bg) !important;
    -webkit-box-shadow: 5px 5px 4px 1px rgb(155, 155, 155);
    -moz-box-shadow: 5px 5px 4px 1px rgba(217, 217, 217, 1);
    box-shadow: 0px 0px 5px 1px rgba(192, 192, 192, 0.671);
}

.page4 .head-top{
    text-align: center;
    display: flex;
    justify-content: center;
}
.page4 .head-top h4{
    font-size: 25px;
    font-weight: 600;
    padding: 5px 0 0 0;
    margin: 0;
}
.page4 .head-top p{
    font-size: 14px;
    padding-top: 5px;
}

/* page6 */
.page6 .product-text{
    display: block;
}
.page6 .product-text h5{
    color: #000;
    font-size: 17px;
    padding-bottom: 1rem;
}
.page6 .product-text p{
    color: #707070;
    font-size: 14px;
}
