.product-micha-section {
    background: url(../img/product_micha_text_bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.product-micha-text {
    margin-top: 1.5rem;
}

.product-micha-heading {
    background-color: #20BEC3;
    padding: 30px 0px 20px;
}

.product-micha-heading h2 {
    color: white;
    text-align: center;
    font-weight: 700;
}

.product-micha-heading h4 {
    color: white;
    text-align: center;
    font-weight: 700;
}

.product-micha-heading h4:after {
    border-top: 4px solid white;
    border-radius: 50px;
    display: block;
    width: 81px;
    content: "";
    margin: 20px auto 0;
}

.product-micha-text h5 img {
    width: 30px;
    margin-top: -0.5rem;
    margin-right: 0.5rem;
}

.product-micha-text {
    padding: 1rem 3rem 5rem;
    text-align: center;
}

.product-micha-text svg {
    width: 100%;
    height: auto;

}

.svg-line {
    animation: scrollImage 10s linear;
    transform: translateX(100%);
}

@-webkit-keyframes scrollImage {
    0% {
        transform: translateX(0%);
    }

    20% {
        transform: translateX(0%);
    }

    30% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(100%);
    }
}

@keyframes scrollImage {
    0% {
        transform: translateX(0%);
    }

    20% {
        transform: translateX(0%);
    }

    30% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(100%);
    }
}



.product-micha-text h5 {

    font-size: 1.5rem;
    margin-top: 3rem;
    color: #ffffff;
    border-radius: 10px;
    font-weight: 500;
    text-align: center;
}

.product-micha-text button {
    margin-top: 2rem;
    text-align: center;
    padding: 0.5rem 2rem;
    color: black;
    background-color: #20BEC3;
    border: 2px solid white;
    text-transform: capitalize;
    font-weight: 700;
    font-size: 1.2rem;
    border-radius: 10px;
    position: relative;

}

.product-micha-text button:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(27, 27, 27, .5);
}

.product-micha-text button:active {
    transform: translateY(-3px);
}

.product-micha-text button:after {
    content: "";
    display: inline-block;
    height: 100%;
    width: 100%;
    border-radius: 10px;
    top: 0;
    left: 0;
    position: absolute;
    z-index: -1;
    transition: all 1s;
}

.product-micha-text button:hover:after {
    background-color: rgb(176, 176, 176);
    transform: scaleX(1.4) scaleY(1.5);
    opacity: 0;
}

.product-micha-text h6 img {
    width: 30px;
    margin-top: -0.5rem;
    margin-right: 0.5rem;
}

.product-micha-text h6 {
    font-size: 1.3rem;
    font-weight: 700;
    border-radius: 10px;
    margin-top: 2rem;
}

.product-micha-row {
    margin-top: 2rem;
    display: flex;
    justify-content: center;
}

.product-micha-card {
    border: 2px solid #20BEC3;
}

/* card */
.product-micha-card {
    width: 80%;

    height: auto;
    display: block;
    position: relative;
    border-radius: 10px;
    padding: 2.5rem;
    margin: 12px;
    text-decoration: none;
    z-index: 0;
    overflow: hidden;
    background: linear-gradient(120deg, #e5e5e5 30%, #f0f0f0 38%, #f0f0f0 40%, #e5e5e5 48%);
    font-family: Arial, Helvetica, sans-serif;
    transform: scale(0.9);
    box-shadow: 0px 10px 20px #0000001e;
}

.product-micha-card:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: -16px;
    right: 0px;
    background: linear-gradient(135deg, rgba(0, 98, 101, 1) 0%, rgba(202, 222, 223, 1) 100%, rgba(238, 244, 245, 1) 100%, rgba(255, 255, 255, 1) 100%);
    height: 32px;
    width: 100%;
    border-radius: 32px;
    transform: scale(1);
    transform-origin: 50% 50%;
    transition: transform 0.35s ease-out;
}

.product-micha-card:hover:before {
    transform: scale(40);
}

.card_load_extreme_descripion {
    position: relative;
    float: right;
    border-radius: 50px;
    margin-top: 10px;
    background-size: 200% 100%;
    background-position: 100% 0;
    animation: load89234 2s infinite;
}

@-webkit-keyframes load89234 {
    100% {
        background-position: -100% 0;
    }
}

@keyframes load89234 {
    100% {
        background-position: -100% 0;
    }
}


.product-micha-card:hover .small-desc {
    transition: all 0.5s ease-out;
    color: rgba(255, 255, 255, 0.8);
}

.product-micha-card:hover .card-title {
    transition: all 0.5s ease-out;
    color: #ffffff;
}

.product-micha-card h1 {

    font-size: 1.8rem;
    color: #20BEC3;
    font-weight: 700;
    text-align: center;
    transition: all 1s;
}

.product-micha-card:hover h1,
h3,
h5 {
    color: white;
    transition: transform 0.35s ease-out;
}

.product-micha-card h3 {
    font-size: 1.2rem;
    color: black;
    font-weight: 700;
    text-align: center;
}

.product-micha-card h5 {
    font-size: 1.1rem;
    color: rgb(23, 22, 22);
    text-align: start;
}

.product-micha-card h2 {
    font-weight: 700;
    text-align: center;
}

.product-micha-card h4 {
    font-size: 1.1rem;
    font-weight: 500;
    text-align: center;
}

.bottom-text {
    text-align: center !important;
    margin-top: 1rem;
    font-weight: 500;
    margin-top: 2rem;

}


.product-micha-card button {
    width: 100%;
    text-align: center;
    background-color: #20BEC3;
    border: none;
    padding: 0.5rem 1rem;
    border-radius: 10px;
    color: white;
}

.product-micha-card-button {
    margin-top: 0.5rem;
    display: flex;
    justify-content: center;
    gap: 0.5rem;
}


/* inspired from this svgbackgrounds.com/ */
.button {
    justify-content: center;
    width: fit-content;
    display: flex;
    align-items: center;
    padding: 0.8em 1.1em;
    gap: 0.4rem;
    border: 1px solid white !important;
    font-weight: bold;
    border-radius: 30px;
    cursor: pointer;
    background: linear-gradient(15deg,
            #880088,
            #aa2068,
            #cc3f47,
            #de6f3d,
            #f09f33,
            #de6f3d,
            #cc3f47,
            #aa2068,
            #880088) no-repeat;
    background: linear-gradient(15deg, rgba(0, 137, 142, 1) 0%, rgba(49, 160, 164, 1) 51%, rgba(184, 222, 223, 1) 79%, rgba(255, 255, 255, 1) 100%)no-repeat;
    background-size: 300%;
    background-position: left center;
    transition: background 0.3s ease;
    color: #fff;
    text-align: center;

}

.button:hover {
    border: 1px solid white;
    background-size: 390%;
    background-position: bottom center;
}

.button:hover svg {
    fill: #fff;
}

.button svg {
    width: 23px;
    fill: #f09f33;
    transition: 0.3s ease;
}

/* product text design css start */


/* product text design css end */

.line {
    stroke-dashoffset: 0;
    stroke-dasharray: 10000;
    stroke-linejoin: round;
    animation: dash1 10s linear;
}

@-webkit-keyframes dash1 {
    0% {
        stroke-dashoffset: 10000;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes dash1 {
    0% {
        stroke-dashoffset: 10000;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

.draw-line {
    stroke: white;
    stroke-width: 10px;
    stroke-dasharray: 20000;

    stroke-dashoffset: -20000;
    animation-name: draw-line;
    -webkit-animation-name: draw-line;
    animation-duration: 8s;
    -webkit-animation-duration: 8s;
    animation-iteration-count: 0.75;
    -webkit-animation-iteration-count: 0.75;
    animation-timing-function: ease-in;
    -webkit-animation-timing-function: ease-in;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}

@-webkit-keyframes draw-line {

    0% {
        stroke: white;
    }

    100% {
        stroke: white;
        stroke-dashoffset: 0;
    }
}

@keyframes draw-line {
    0% {
        stroke: white;
    }

    100% {
        stroke: white;
        stroke-dashoffset: 0;
    }
}

.tringle-line {
    stroke: white;
    stroke-width: 10px;
    stroke-dasharray: 20000;
    stroke-dashoffset: -20000;
    -webkit-animation-name: tringle-line;
    animation-name: tringle-line;
    -webkit-animation-duration: 8s;
    animation-duration: 8s;
    -webkit-animation-iteration-count: 0.73;
    animation-iteration-count: 0.73;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@-webkit-keyframes tringle-line {
    0% {
        stroke: white;
    }

    100% {
        stroke: white;
        stroke-dashoffset: 0;
    }
}

@keyframes tringle-line {
    0% {
        stroke: white;
    }

    100% {
        stroke: white;
        stroke-dashoffset: 0;
    }
}




@media only screen and (max-width:992px) {
    .product-micha-text {
        padding: 2rem 1rem;
        text-align: center;
    }

    .product-micha-text h5 {
        font-size: 1.2rem;
    }
}

@media only screen and (max-width:768px) {
    .product-micha-text {
        padding: 2rem 1rem;
        text-align: center;
    }

    .product-micha-text h5 {
        font-size: 1.1rem;
    }
    .product-micha-text button {
        margin-top: 2rem;
        text-align: center;
        padding: 0.3rem 1.5rem;
        color: black;
        background-color: #20BEC3;
        border: 2px solid white;
        text-transform: capitalize;
        font-weight: 700;
        font-size: 0.9rem;
        border-radius: 10px;
        position: relative;
    }

    
}
@media only screen and (max-width:575px){
    .product-micha-heading h2 {
        font-size: 1.2rem;
    }

    .product-micha-heading h4 {
        font-size: 1.1rem;
    }
    .product-micha-heading {
        background-color: #20BEC3;
        padding: 20px 0px 20px;
    }
    .product-micha-text h5 {
        font-size: 1rem;
    }
}