.text-item h2 span a {
    text-decoration: none;
    font-family: 'poppins';
    color: var(--pink);
    font-weight: 280;
}

.applinks{
    display: flex;
    margin-top: 24px;
    margin-bottom: 12px;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.applinks img{
    height: 30px;
    margin-right: 8px;
    margin-left: 8px;
    margin-bottom: 8px;

    transition: 0.4s ease-in-out;


}

.applinks img:hover{
    height: 35px;
    margin-right: 8px;
    margin-left: 8px;
    margin-bottom: 8px;

    transition: 0.4s ease-in-out;

}

.mymargin2{
    height:48px
}
.o-i-left ol {
    list-style: none;
}


#btn-readmore-ds {
    display: flex;
    justify-content: left;
}

#btn-readmore-ds a {
    text-decoration: none;
    font-family: 'poppins';
    font-size: 1rem;
    font-weight: 500;
    color: var(--pink);
}

#btn-readmore-ds h4 {
    text-decoration: none;
    color: var(--pink);
    background-color: transparent;
    transition: 0.2s;
    padding: 10px 36px;
    font-size: 1rem;
    font-weight: 500;

}

#btn-readmore-ds h4:hover {
    text-decoration: none;
    color: var(--white);
    background-color: var(--pink);
    transition: 0.2s;
    padding: 10px 36px;
    font-size: 1rem;
    font-weight: 500;

}



#btn-readmore-ds .mainbutton {}

#btn-readmore-ds .mainbutton:hover a {
    text-decoration: none;
    color: var(--white);
    transition: 0.2s;
}

@import url("https://fonts.googleapis.com/css?family=Montserrat");



body {
    font-family: "Montserrat", sans-serif;
}

.ds-organise2{
    display: flex;
    flex-direction: column;
}

.organise-item2{
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding-left: 6vw;
    padding-right: 6vw;
    padding-top: 5vh;
    padding-bottom: 5vh;
}
.organise-item3{
    display: flex;
    flex-direction: column;
    padding-left: 6vw;
    padding-right: 6vw;
    padding-top: 5vh;
    padding-bottom: 5vh;
}

.organise-item-rev2{
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding-left: 6vw;
    padding-right: 6vw;
    padding-top: 5vh;
    padding-bottom: 5vh;
}
.mycards-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 5vh;
    margin-bottom: 5vh;
    column-gap: 30px;

}


.mycards {
    display: flex;
    flex-direction: column;
    row-gap: 30px;
    align-items: center;
}

.card-wrapper {
    width: 330px;
    height: 380px;
    box-shadow: 0px 15px 25px #00000049;
    border-radius: 35px;
}

.card-wrapper-s {
    width: 330px;
    height: 260px;
    box-shadow: 0px 15px 25px #00000049;
    border-radius: 35px;
}


.card-wrapper-l {
    width: 330px;
    height: 500px;
    box-shadow: 0px 15px 25px #00000049;
    border-radius: 35px;
}


.card-wrapper section {
    position: absolute;
    width: 330px;
    height: 380px;
    transition: all 0.5s;
}

.card-wrapper-s section {
    position: absolute;
    width: 330px;
    height: 260px;
    transition: all 0.5s;
}

.card-wrapper-l section {
    position: absolute;
    width: 330px;
    height: 500px;
    transition: all 0.5s;
}


.wipe-up,
.wipe-up .card-back img {
    display: flex;
    width: 330px;
    height: 380px;
    border-radius: 25px;
    object-fit: contain;
    object-position: bottom center;

}

.wipe-up,
.wipe-up .card-back-s img {
    display: flex;
    width: 330px;
    height: 260px;
    border-radius: 25px;
    object-fit: contain;
    object-position: bottom center;
}

.wipe-up,
.wipe-up .card-back-l img {
    display: flex;
    width: 330px;
    height: 500px;
    border-radius: 25px;
    object-fit: contain;
    object-position: bottom center;
}


.wipe-up .card-front {
    display: flex;
    position: absolute;
    flex-direction: column;
    justify-content: space-between;
    width: 330px;

    height: 380px;
    padding: 24px;
    border-radius: 25px;
    z-index: 50;
    opacity: 0;
    scale: 0;
}

.wipe-up .card-front-s {
    display: flex;
    position: absolute;
    flex-direction: column;
    justify-content: space-between;
    width: 330px;

    height: 260px;
    padding: 24px;
    border-radius: 25px;
    z-index: 50;
    opacity: 0;
    scale: 0;
}

.wipe-up .card-front-l {
    display: flex;
    position: absolute;
    flex-direction: column;
    justify-content: space-between;
    width: 330px;

    height: 500px;
    padding: 24px;
    border-radius: 25px;
    z-index: 50;
    opacity: 0;
    scale: 0;
}

.wipe-up:hover .card-front,
.wipe-up:hover .card-front-s,
.wipe-up:hover .card-front-l {
    opacity: 1;
    transition: 0.4s;
    margin-top: 0px;
    scale: 1;


}


.card-front .c-u-btn,
.card-front-s .c-u-btn,
.card-front-l .c-u-btn {
    display: flex;
    flex-direction: column;
}

.card-front .c-u-btn h1,
.card-front .c-u-btn h1,
.card-front-s .c-u-btn h1,
.card-front-s .c-u-btn h1,
.card-front-l .c-u-btn h1,
.card-front-l .c-u-btn h1 {
    width: fit-content;
    color: var(--white);
    font-size: 0.7rem;
    font-family: 'poppins';
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 1.6;
    background-color: #ffffff3d;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 12px;
    padding-right: 12px;
    border-radius: 50px;
}

.card-front h1,
.card-front h2,
.card-front-s h1,
.card-front-s h2,
.card-front-l h1,
.card-front-l h2 {
    color: var(--white);
    margin-bottom: 8px;
}

.card-front h1,
.card-front-s h1,
.card-front-l h1 {
    font-size: 1.5rem;
    letter-spacing: 0.8px;
}

.card-front h2,
.card-front-s h2,
.card-front-l h2 {
    font-size: 0.8rem;
    font-family: 'poppins';
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 1.6;
    margin-top: 20px;

}

.card-front .myrectangle,
.card-front-s .myrectangle,
.card-front-l .myrectangle {
    width: 50px;
    height: 3px;
    margin-top: 4px;
    background-color: var(--white);
}

.card-wrapper section:after,
.card-wrapper-s section:after,
.card-wrapper-l section:after {
    position: absolute;
    z-index: 9;
    content: "";
    transition: all 0.25s;
}

.card-wrapper section.wipe-up:after,
.card-wrapper-s section.wipe-up:after,
.card-wrapper-l section.wipe-up:after {
    left: 0;
    width: 100%;
    height: 0;
}


.card-wrapper section.wipe-up:after,
.card-wrapper-s section.wipe-up:after,
.card-wrapper-l section.wipe-up:after {
    bottom: 0;
    border-radius: 25px;
    background-color: #380794c0;
}

.card-wrapper section:hover:after,
.card-wrapper-s section:hover:after,
.card-wrapper-l section:hover:after {
    width: 100%;
    height: 100%;
    border-radius: 25px;
}

.card-wrapper section span,
.card-wrapper-s section span,
.card-wrapper-l section span {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 99;
    font-size: 18px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    transform: translate(-50%, -50%);
}

.cardbtn {
    padding-bottom: 6px;
}

.cardbtn-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    border-radius: 18px;
    border: 0px solid var(--white);
    transition: 0.3s;



}

.cardbtn-inner h4 {
    padding: 12px;
}

.cardbtn-inner h4 a {
    color: var(--white);
    text-decoration: none;
    font-weight: 500;
    font-family: 'poppins';
    text-align: center;
    transition: 0.3s;

}

/* 
.cardbtn-inner:hover {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: var(--white);
    border-radius: 18px;
    border: 2px solid var(--white);
    transition: 0.3s;

} */

.cardbtn-inner h4 {
    padding: 8px;
}

.cardbtn-inner:hover h4 a {
    color: var(--pink);
    text-decoration: none;
    font-weight: 500;
    font-family: 'poppins';
    text-align: center;
    transition: 0.3s;

}

@media only screen and (max-width: 1097px) {
    .applinks img{
        height: 25px;
        margin-right: 8px;
    margin-bottom: 8px;

        transition: 0.4s ease-in-out;
    
    
    }
    
    .applinks img:hover{
        height: 30px;
        margin-right: 8px;
    margin-bottom: 8px;

        transition: 0.4s ease-in-out;
    
    }
    .abc {}
    .mymargin2{
        height:24px
    }
    .mycards-wrapper {
        display: flex;
        flex-direction: row;
        justify-content: center;
        margin-top: 5vh;
        margin-bottom: 5vh;
        column-gap: 30px;

    }


    .mycards {
        display: flex;
        flex-direction: column;
        row-gap: 30px;
        align-items: center;
    }

    .card-wrapper {
        width: 260px;
        height: 320px;
    }

    .card-wrapper-s {
        width: 260px;
        height: 180px;
    }


    .card-wrapper-l {
        width: 260px;
        height: 460px;
    }


    .card-wrapper section {
        position: absolute;
        width: 260px;
        height: 320px;
        transition: all 0.5s;
    }

    .card-wrapper-s section {
        position: absolute;
        width: 260px;
        height: 180px;
        transition: all 0.5s;
    }

    .card-wrapper-l section {
        position: absolute;
        width: 260px;
        height: 460px;
        transition: all 0.5s;
    }


    .wipe-up,
    .wipe-up .card-back img {
        display: flex;
        width: 260px;
        height: 320px;
        border-radius: 25px;
    }

    .wipe-up,
    .wipe-up .card-back-s img {
        display: flex;
        width: 260px;
        height: 180px;
        border-radius: 25px;
    }

    .wipe-up,
    .wipe-up .card-back-l img {
        display: flex;
        width: 260px;
        height: 460px;
        border-radius: 25px;
    }


    .wipe-up .card-front {
        display: flex;
        position: absolute;
        flex-direction: column;
        justify-content: space-between;
        width: 260px;

        height: 320px;
        padding: 24px;
        border-radius: 25px;
        z-index: 50;
        opacity: 0;
        scale: 0;
    }

    .wipe-up .card-front-s {
        display: flex;
        position: absolute;
        flex-direction: column;
        justify-content: space-between;
        width: 260px;

        height: 180px;
        padding: 24px;
        border-radius: 25px;
        z-index: 50;
        opacity: 0;
        scale: 0;
    }

    .wipe-up .card-front-l {
        display: flex;
        position: absolute;
        flex-direction: column;
        justify-content: space-between;
        width: 260px;

        height: 460px;
        padding: 24px;
        border-radius: 25px;
        z-index: 50;
        opacity: 0;
        scale: 0;
    }

    .wipe-up:hover .card-front,
    .wipe-up:hover .card-front-s,
    .wipe-up:hover .card-front-l {
        opacity: 1;
        transition: 0.4s;
        margin-top: 0px;
        scale: 1;


    }


    .card-front .c-u-btn,
    .card-front-s .c-u-btn,
    .card-front-l .c-u-btn {
        display: flex;
        flex-direction: row;
        column-gap: 12px;
    }

    .card-front .c-u-btn h1,
    .card-front .c-u-btn h1,
    .card-front-s .c-u-btn h1,
    .card-front-s .c-u-btn h1,
    .card-front-l .c-u-btn h1,
    .card-front-l .c-u-btn h1 {
        width: fit-content;
        color: var(--white);
        font-size: 0.4rem;
        font-family: 'poppins';
        font-weight: 400;
        letter-spacing: 0.9px;
        line-height: 1.3;
        background-color: #ffffff3d;
        padding-top: 4px;
        padding-bottom: 4px;
        padding-left: 12px;
        padding-right: 12px;
        border-radius: 50px;
    }

    .card-front h1,
    .card-front h2,
    .card-front-s h1,
    .card-front-s h2,
    .card-front-l h1,
    .card-front-l h2 {
        color: var(--white);
        margin-bottom: 8px;
    }

    .card-front h1,
    .card-front-s h1,
    .card-front-l h1 {
        font-size: 1.4rem;
        letter-spacing: 0.8px;
    }

    .card-front h2,
    .card-front-s h2,
    .card-front-l h2 {
        font-size: 0.7rem;
        font-family: 'poppins';
        font-weight: 300;
        letter-spacing: 0.8px;
        line-height: 1.3;
        margin-top: 20px;

    }

    .card-front .myrectangle,
    .card-front-s .myrectangle,
    .card-front-l .myrectangle {
        width: 50px;
        height: 3px;
        margin-top: 4px;
        background-color: var(--white);
    }

    .card-wrapper section:after,
    .card-wrapper-s section:after,
    .card-wrapper-l section:after {
        position: absolute;
        z-index: 9;
        content: "";
        transition: all 0.25s;
    }

    .card-wrapper section.wipe-up:after,
    .card-wrapper-s section.wipe-up:after,
    .card-wrapper-l section.wipe-up:after {
        left: 0;
        width: 100%;
        height: 0;
    }


    .card-wrapper section.wipe-up:after,
    .card-wrapper-s section.wipe-up:after,
    .card-wrapper-l section.wipe-up:after {
        bottom: 0;
        border-radius: 25px;
        background-color: #380794c0;
    }

    .card-wrapper section:hover:after,
    .card-wrapper-s section:hover:after,
    .card-wrapper-l section:hover:after {
        width: 100%;
        height: 100%;
        border-radius: 25px;
    }

    .card-wrapper section span,
    .card-wrapper-s section span,
    .card-wrapper-l section span {
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: 99;
        font-size: 18px;
        color: #fff;
        text-align: center;
        text-transform: uppercase;
        transform: translate(-50%, -50%);
    }

    .cardbtn {
        padding-bottom: 6px;
    }

    .cardbtn-inner {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background-color: transparent;
        border-radius: 18px;
        border: 0px solid var(--white);
        transition: 0.3s;



    }

    .cardbtn-inner h4 {
        padding: 12px;
    }

    .cardbtn-inner h4 a {
        color: var(--white);
        text-decoration: none;
        font-weight: 500;
        font-family: 'poppins';
        text-align: center;
        transition: 0.3s;

    }


    /* .cardbtn-inner:hover {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background-color: var(--white);
        border-radius: 18px;
        border: 2px solid var(--white);
        transition: 0.3s;

    } */

    .cardbtn-inner h4 {
        padding: 8px;
    }

    .cardbtn-inner:hover h4 a {
        color: var(--pink);
        text-decoration: none;
        font-weight: 500;
        font-family: 'poppins';
        text-align: center;
        transition: 0.3s;

    }
}


@media only screen and (max-width: 850px) {

    .mycards-wrapper {
        display: flex;
        flex-direction: row;
        justify-content: center;
        margin-top: 5vh;
        margin-bottom: 5vh;
        column-gap: 30px;

    }


    .mycards {
        display: flex;
        flex-direction: column;
        row-gap: 30px;
        align-items: center;
    }

    .card-wrapper {
        width: 230px;
        height: 320px;
    }

    .card-wrapper-s {
        width: 230px;
        height: 180px;
    }


    .card-wrapper-l {
        width: 230px;
        height: 460px;
    }


    .card-wrapper section {
        position: absolute;
        width: 230px;
        height: 320px;
        transition: all 0.5s;
    }

    .card-wrapper-s section {
        position: absolute;
        width: 230px;
        height: 180px;
        transition: all 0.5s;
    }

    .card-wrapper-l section {
        position: absolute;
        width: 230px;
        height: 460px;
        transition: all 0.5s;
    }


    .wipe-up,
    .wipe-up .card-back img {
        display: flex;
        width: 230px;
        height: 320px;
        border-radius: 25px;
    }

    .wipe-up,
    .wipe-up .card-back-s img {
        display: flex;
        width: 230px;
        height: 180px;
        border-radius: 25px;
    }

    .wipe-up,
    .wipe-up .card-back-l img {
        display: flex;
        width: 230px;
        height: 460px;
        border-radius: 25px;
    }


    .wipe-up .card-front {
        display: flex;
        position: absolute;
        flex-direction: column;
        justify-content: space-between;
        width: 230px;

        height: 320px;
        padding: 24px;
        border-radius: 25px;
        z-index: 50;
        opacity: 0;
        scale: 0;
    }

    .wipe-up .card-front-s {
        display: flex;
        position: absolute;
        flex-direction: column;
        justify-content: space-between;
        width: 230px;

        height: 180px;
        padding: 24px;
        border-radius: 25px;
        z-index: 50;
        opacity: 0;
        scale: 0;
    }

    .wipe-up .card-front-l {
        display: flex;
        position: absolute;
        flex-direction: column;
        justify-content: space-between;
        width: 230px;

        height: 460px;
        padding: 24px;
        border-radius: 25px;
        z-index: 50;
        opacity: 0;
        scale: 0;
    }

    .wipe-up:hover .card-front,
    .wipe-up:hover .card-front-s,
    .wipe-up:hover .card-front-l {
        opacity: 1;
        transition: 0.4s;
        margin-top: 0px;
        scale: 1;


    }


    .card-front .c-u-btn,
    .card-front-s .c-u-btn,
    .card-front-l .c-u-btn {
        display: flex;
        flex-direction: row;
        column-gap: 2px;
    }

    .card-front .c-u-btn h1,
    .card-front .c-u-btn h1,
    .card-front-s .c-u-btn h1,
    .card-front-s .c-u-btn h1,
    .card-front-l .c-u-btn h1,
    .card-front-l .c-u-btn h1 {
        width: fit-content;
        color: var(--white);
        font-size: 0.5rem;
        font-family: 'poppins';
        font-weight: 400;
        letter-spacing: 0.5px;
        line-height: 1.3;
        background-color: #ffffff3d;
        padding-top: 4px;
        padding-bottom: 4px;
        padding-left: 12px;
        padding-right: 12px;
        border-radius: 50px;
        
    }

    .card-front h1,
    .card-front h2,
    .card-front-s h1,
    .card-front-s h2,
    .card-front-l h1,
    .card-front-l h2 {
        color: var(--white);
        margin-bottom: 8px;
    }

    .card-front h1,
    .card-front-s h1,
    .card-front-l h1 {
        font-size: 1.5rem;
        letter-spacing: 0.8px;
    }

    .card-front h2,
    .card-front-s h2,
    .card-front-l h2 {
        font-size: 0.7rem;
        font-family: 'poppins';
        font-weight: 300;
        letter-spacing: 0.9px;
        line-height: 1.35;
        margin-top: 20px;

    }

    .card-front .myrectangle,
    .card-front-s .myrectangle,
    .card-front-l .myrectangle {
        width: 50px;
        height: 3px;
        margin-top: 4px;
        background-color: var(--white);
    }

    .card-wrapper section:after,
    .card-wrapper-s section:after,
    .card-wrapper-l section:after {
        position: absolute;
        z-index: 9;
        content: "";
        transition: all 0.25s;
    }

    .card-wrapper section.wipe-up:after,
    .card-wrapper-s section.wipe-up:after,
    .card-wrapper-l section.wipe-up:after {
        left: 0;
        width: 100%;
        height: 0;
    }


    .card-wrapper section.wipe-up:after,
    .card-wrapper-s section.wipe-up:after,
    .card-wrapper-l section.wipe-up:after {
        bottom: 0;
        border-radius: 25px;
        background-color: #380794c0;
    }

    .card-wrapper section:hover:after,
    .card-wrapper-s section:hover:after,
    .card-wrapper-l section:hover:after {
        width: 100%;
        height: 100%;
        border-radius: 25px;
    }

    .card-wrapper section span,
    .card-wrapper-s section span,
    .card-wrapper-l section span {
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: 99;
        font-size: 18px;
        color: #fff;
        text-align: center;
        text-transform: uppercase;
        transform: translate(-50%, -50%);
    }

    .cardbtn {
        padding-bottom: 6px;
    }

    .cardbtn-inner {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background-color: transparent;
        border-radius: 18px;
        border: 0px solid var(--white);
        transition: 0.3s;



    }

    .cardbtn-inner h4 {
        padding: 12px;
    }

    .cardbtn-inner h4 a {
        color: var(--white);
        text-decoration: none;
        font-weight: 500;
        font-family: 'poppins';
        text-align: center;
        transition: 0.3s;

    }


    /* .cardbtn-inner:hover {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background-color: var(--white);
        border-radius: 18px;
        border: 2px solid var(--white);
        transition: 0.3s;

    } */

    .cardbtn-inner h4 {
        padding: 8px;
    }

    .cardbtn-inner:hover h4 a {
        color: var(--pink);
        text-decoration: none;
        font-weight: 500;
        font-family: 'poppins';
        text-align: center;
        transition: 0.3s;

    }
    #btn-readmore-ds {
        display: flex;
        justify-content: center;
    }
}

@media only screen and (max-width: 750px) {

    .ds-organise2{
        display: flex;
        flex-direction: column;
    }
    
    .organise-item2{
        display: flex;
        flex-direction: column;
        padding-left: 6vw;
        padding-right: 6vw;
        padding-top: 5vh;
        padding-bottom: 5vh;
    }
    .organise-item3{
        display: flex;
        flex-direction: column;
        padding-left: 6vw;
        padding-right: 6vw;
        padding-top: 5vh;
        padding-bottom: 5vh;
    }
    
    .organise-item-rev2{
        display: flex;
        flex-direction: column-reverse;
        padding-left: 6vw;
        padding-right: 6vw;
        padding-top: 5vh;
        padding-bottom: 5vh;
    }

    .mymargin2{
        height:10px
    }
 
    .abc{

    }

    .mycards-wrapper {
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-top: 96px;
        margin-bottom: 5vh;
        column-gap: 30px;

    }

    
    .mycards {
        display: flex;
        flex-direction: column;
        row-gap: 30px;
        align-items: center;margin-bottom: 30px;
    }

    .card-wrapper {
        width: 260px;
        height: 380px;
    }

    .card-wrapper-s {
        width: 260px;
        height: 220px;
    }


    .card-wrapper-l {
        width: 260px;
        height: 520px;
    }


    .card-wrapper section {
        position: absolute;
        width: 260px;
        height: 380px;
        transition: all 0.5s;
    }

    .card-wrapper-s section {
        position: absolute;
        width: 260px;
        height: 220px;
        transition: all 0.5s;
    }

    .card-wrapper-l section {
        position: absolute;
        width: 260px;
        height: 520px;
        transition: all 0.5s;
    }


    .wipe-up,
    .wipe-up .card-back img {
        display: flex;
        width: 260px;
        height: 380px;
        border-radius: 25px;
    }

    .wipe-up,
    .wipe-up .card-back-s img {
        display: flex;
        width: 260px;
        height: 220px;
        border-radius: 25px;
    }

    .wipe-up,
    .wipe-up .card-back-l img {
        display: flex;
        width: 260px;
        height: 520px;
        border-radius: 25px;
    }


    .wipe-up .card-front {
        display: flex;
        position: absolute;
        flex-direction: column;
        justify-content: space-between;
        width: 260px;

        height:380px;
        padding: 24px;
        border-radius: 25px;
        z-index: 50;
        opacity: 0;
        scale: 0;
    }

    .wipe-up .card-front-s {
        display: flex;
        position: absolute;
        flex-direction: column;
        justify-content: space-between;
        width: 260px;

        height: 220px;
        padding: 24px;
        border-radius: 25px;
        z-index: 50;
        opacity: 0;
        scale: 0;
    }

    .wipe-up .card-front-l {
        display: flex;
        position: absolute;
        flex-direction: column;
        justify-content: space-between;
        width: 260px;

        height: 520px;
        padding: 24px;
        border-radius: 25px;
        z-index: 50;
        opacity: 0;
        scale: 0;
    }

    .wipe-up:hover .card-front,
    .wipe-up:hover .card-front-s,
    .wipe-up:hover .card-front-l {
        opacity: 1;
        transition: 0.4s;
        margin-top: 0px;
        scale: 1;


    }


    .card-front .c-u-btn,
    .card-front-s .c-u-btn,
    .card-front-l .c-u-btn {
        display: flex;
        flex-direction: row;
        column-gap: 12px;
    }

    .card-front .c-u-btn h1,
    .card-front .c-u-btn h1,
    .card-front-s .c-u-btn h1,
    .card-front-s .c-u-btn h1,
    .card-front-l .c-u-btn h1,
    .card-front-l .c-u-btn h1 {
        width: fit-content;
        color: var(--white);
        font-size: 0.5rem;
        font-family: 'poppins';
        font-weight: 400;
        letter-spacing: 1px;
        line-height: 1.6;
        background-color: #ffffff3d;
        padding-top: 4px;
        padding-bottom: 4px;
        padding-left: 12px;
        padding-right: 12px;
        border-radius: 50px;
    }

    .card-front h1,
    .card-front h2,
    .card-front-s h1,
    .card-front-s h2,
    .card-front-l h1,
    .card-front-l h2 {
        color: var(--white);
        margin-bottom: 8px;
    }

    .card-front h1,
    .card-front-s h1,
    .card-front-l h1 {
        font-size: 1.5rem;
        letter-spacing: 0.8px;
    }

    .card-front h2,
    .card-front-s h2,
    .card-front-l h2 {
        font-size: 0.8rem;
        font-family: 'poppins';
        font-weight: 300;
        letter-spacing: 1px;
        line-height: 1.6;
        margin-top: 20px;

    }

    .card-front .myrectangle,
    .card-front-s .myrectangle,
    .card-front-l .myrectangle {
        width: 50px;
        height: 3px;
        margin-top: 4px;
        background-color: var(--white);
    }

    .card-wrapper section:after,
    .card-wrapper-s section:after,
    .card-wrapper-l section:after {
        position: absolute;
        z-index: 9;
        content: "";
        transition: all 0.25s;
    }

    .card-wrapper section.wipe-up:after,
    .card-wrapper-s section.wipe-up:after,
    .card-wrapper-l section.wipe-up:after {
        left: 0;
        width: 100%;
        height: 0;
    }


    .card-wrapper section.wipe-up:after,
    .card-wrapper-s section.wipe-up:after,
    .card-wrapper-l section.wipe-up:after {
        bottom: 0;
        border-radius: 25px;
        background-color: #380794c0;
    }

    .card-wrapper section:hover:after,
    .card-wrapper-s section:hover:after,
    .card-wrapper-l section:hover:after {
        width: 100%;
        height: 100%;
        border-radius: 25px;
    }

    .card-wrapper section span,
    .card-wrapper-s section span,
    .card-wrapper-l section span {
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: 99;
        font-size: 18px;
        color: #fff;
        text-align: center;
        text-transform: uppercase;
        transform: translate(-50%, -50%);
    }

    .cardbtn {
        padding-bottom: 6px;
    }

    .cardbtn-inner {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background-color: transparent;
        border-radius: 18px;
        border: 0px solid var(--white);
        transition: 0.3s;



    }

    .cardbtn-inner h4 {
        padding: 12px;
    }

    .cardbtn-inner h4 a {
        color: var(--white);
        text-decoration: none;
        font-weight: 500;
        font-family: 'poppins';
        text-align: center;
        transition: 0.3s;

    }


    /* .cardbtn-inner:hover {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background-color: var(--white);
        border-radius: 18px;
        border: 2px solid var(--white);
        transition: 0.3s;

    } */

    .cardbtn-inner h4 {
        padding: 8px;
    }

    .cardbtn-inner:hover h4 a {
        color: var(--pink);
        text-decoration: none;
        font-weight: 500;
        font-family: 'poppins';
        text-align: center;
        transition: 0.3s;

    }
    #btn-readmore-ds {
        display: flex;
        justify-content: center;
    }
    #btn-margin{
        margin-top: -48px;
        margin-bottom: 24px;
    }
}
@media only screen and (max-width: 450px) {


    #btn-readmore-ds {
        display: flex;
        justify-content: center;
    }

    #btn-readmore-ds a {
        text-decoration: none;
        font-family: 'poppins';
        font-size: 0.7rem;
        font-weight: 500;
        color: var(--pink);
    }

    #btn-readmore-ds h4 {
        text-decoration: none;
        color: var(--pink);
        background-color: transparent;
        transition: 0.2s;
        padding: 4px 16px;
        font-size: 0.8rem;
        font-weight: 500;

    }

    #btn-readmore-ds h4:hover {
        text-decoration: none;
        color: var(--white);
        background-color: var(--pink);
        transition: 0.2s;
        padding: 4px 16px;
        font-size: 0.8rem;
        font-weight: 500;

    }



    #btn-readmore-ds .mainbutton {}

    #btn-readmore-ds .mainbutton:hover a {
        text-decoration: none;
        color: var(--white);
        transition: 0.2s;
    }

    #btn-margin{
        margin-top: -48px;
        margin-bottom: 24px;

    }

}