﻿.a-none {
    display: none !important;
}

.text-justify {
    text-align: justify;
}

.fs-7 {
    font-size: 11px !important;
}

.fs-8 {
    font-size: 10px !important;
}

.fs-9 {
    font-size: 8px !important;
}

.text-maroon {
    color: maroon !important;
}

.bg-dimigo {
    background: #ec008c; /* fallback for old browsers */
    background: -webkit-linear-gradient(to left, #fc6767, #ec008c); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to left, #fc6767, #ec008c); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.bg-cheryblossom {
    background: #FBD3E9; /* fallback for old browsers */
    background: -webkit-linear-gradient(to bottom, #BB377D, #FBD3E9); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to bottom, #BB377D, #FBD3E9); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.bg-frost {
    background: #000428; /* fallback for old browsers */
    background: -webkit-linear-gradient(to top, #004e92, #000428); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to top, #004e92, #000428); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.bg-amythest {
    background: #9D50BB; /* fallback for old browsers */
    background: -webkit-linear-gradient(to top, #6E48AA, #9D50BB); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to top, #6E48AA, #9D50BB); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.bg-strain {
    background: #870000; /* fallback for old browsers */
    background: -webkit-linear-gradient(to top, #190A05, #870000); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to top, #190A05, #870000); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.text-head {
    background: #1488CC; /* fallback for old browsers */
    background: -webkit-linear-gradient(to bottom, #2B32B2, #1488CC); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to bottom, #2B32B2, #1488CC); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.mis {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.container-mis {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 40px;
    min-height: 100vh;
    background: #F0F2F0;
}

.card-mis {
    background: #287bff;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    width: 320px;
    height: 450px;
    margin: 30px;
    border-radius: 20px;
    border-bottom-left-radius: 160px;
    border-bottom-right-radius: 160px;
    box-shadow: 0 15px 0 #000C40, inset 0 -15px 0 rgba(255, 255, 255, 0.24), 0 45px 0 rgba(0, 0, 0, 0.15);
    overflow: hidden;
}

    .card-mis::before {
        content: "";
        position: absolute;
        top: -140px;
        left: -40%;
        padding: 0;
        width: 100%;
        height: 120%;
        background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2));
        transform: rotate(35deg);
        pointer-events: none;
        filter: blur(5px);
    }

    .card-mis:nth-child(1) {
        background: linear-gradient(to bottom, #ff2ae0, #645bf6);
    }

    .card-mis:nth-child(2) {
        background: linear-gradient(to bottom, #ffec61, #f321d7);
    }

    .card-mis:nth-child(3) {
        background: linear-gradient(to bottom, #24ff72, #9a4eff);
    }

    .card-mis .icon-mis {
        position: relative;
        width: 140px;
        height: 120px;
        background: #F0F2F0;
        border-bottom-left-radius: 100px;
        border-bottom-right-radius: 100px;
        box-shadow: 0 15px 0 rgba(0, 0, 0, 0.1), inset 0 -8px 0 #000C40;
        z-index: 100;
        display: flex;
        justify-content: center;
        align-items: flex-start;
    }

        .card-mis .icon-mis::before {
            content: "";
            position: absolute;
            top: 0;
            left: -50px;
            width: 50px;
            height: 50px;
            background: transparent;
            border-top-right-radius: 50px;
            box-shadow: 15px -15px 0 15px #F0F2F0;
        }

        .card-mis .icon-mis::after {
            content: "";
            position: absolute;
            top: 0;
            right: -50px;
            width: 50px;
            height: 50px;
            background: transparent;
            border-top-left-radius: 50px;
            box-shadow: -15px -15px 0 15px #F0F2F0;
        }

        .card-mis .icon-mis i {
            color: #000C40;
            position: relative;
            font-size: 4em;
            z-index: 1000;
            --ionicon-stroke-width: 24px;
        }


    .card-mis .content-mis {
        position: absolute;
        width: 100%;
        padding: 30px;
        padding-top: 150px;
        text-align: center;
    }

        .card-mis .content-mis h2 {
            font-size: 1.2em;
            color: #000C40;
            margin-bottom: 15px;
        }

        .card-mis .content-mis p {
            color: #000C40;
            line-height: 1.5em;
        }

/* For Full size page of product jquery*/

.show {
    width: 500px;
    height: 500px;
}

.small-img {
    width: 450px;
    height: 70px;
    margin-top: 10px;
    position: relative;
    left: 25px;
}

    .small-img .icon-left, .small-img .icon-right {
        width: 12px;
        height: 24px;
        cursor: pointer;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto 0;
    }

    .small-img .icon-left {
        transform: rotate(180deg)
    }

    .small-img .icon-right {
        right: 0;
    }

        .small-img .icon-left:hover, .small-img .icon-right:hover {
            opacity: .5;
        }

.small-container {
    width: 410px;
    height: 70px;
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
}

    .small-container div {
        width: 800%;
        position: relative;
    }

    .small-container .show-small-img {
        width: 70px;
        height: 70px;
        margin-right: 6px;
        cursor: pointer;
        float: left;
    }

        .small-container .show-small-img:last-of-type {
            margin-right: 0;
        }

.card-my1 {
    margin-top: 30px;
    margin-bottom: 30px;
    background-color: #ffffff4d;
    box-shadow: 0 7px 7px rgba(0, 0, 0, 0.12), 0 12px 40px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
/* Details*/

body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f4f4f4;
}

.product-container {
    display: flex;
    width: 100%;
    margin: 10px auto;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;
    flex-direction: row; /* Default side-by-side layout */
}

/* Image Section */
.image-section {
    flex: 1;
    padding: 20px;
    border-right: 1px solid #ddd;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.large-image img {
    width: 400px;
    height: 400px;
    border: 2px solid #ccc;
    border-radius: 5px;
}

.image-list {
    margin-top: 20px;
    display: flex;
    gap: 10px;
}

    .image-list img {
        width: 70px;
        height: 70px;
        cursor: pointer;
        border: 1px solid #ccc;
        border-radius: 5px;
        transition: border 0.3s ease;
    }

        .image-list img:hover {
            border-color: #007bff;
        }

/* Product Details Section */
.details-section {
    flex: 1;
    padding: 20px;
}

    .details-section h1 {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .details-section .price {
        font-size: 20px;
        color: #007bff;
        margin-bottom: 20px;
    }

    .details-section .description {
        margin-bottom: 20px;
    }

    .details-section .features {
        list-style: none;
        padding: 0;
        margin-bottom: 20px;
    }

        .details-section .features li {
            padding: 5px 0;
            border-bottom: 1px solid #ddd;
        }

/* Responsive Design */
@media (max-width: 768px) {
    .product-container {
        flex-direction: column; /* Stack sections vertically */
        width: 90%;
    }

    .image-section {
        border-right: none;
        border-bottom: 1px solid #ddd;
    }

    .large-image img {
        width: 200px;
        height: 200px; /* Keep aspect ratio */
    }

    .image-list {
        justify-content: center;
    }

        .image-list img {
            width: 50px;
            height: 50px;
        }
}

@media (max-width: 480px) {
    .product-container {
        width: 100%; /* Full width for mobile screens */
    }

    .details-section h1 {
        font-size: 20px;
    }

    .details-section .price {
        font-size: 18px;
    }
    .details-section .features {
        font-size: 12px;
    }

    .image-list img {
        width: 40px;
        height: 40px;
    }
}


