main {
    background-image: url(/images/websiteV3/home/homeintroShapAr.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 400px 490px;
}

section {
    padding: 0 2rem;
    width: 100%;
    margin-bottom: 1.5rem;
}

button {
    background-color: #984CFF;
    border-radius: 3rem;
    color: white;
    width: auto;
    padding: 0 1rem;
}

.zedShap {
    display: none;
}

.intro {
    margin-top: 12rem;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
}

.introImg img {
    width: 20rem;
    height: 16rem;
    border-radius: 16px;
}

.introTxt {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 2rem;

}

.stroke {
    width: 100%;
    height: 8rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(/images/websiteV3/home/homeStroke.png);
    background-repeat: no-repeat;
    background-position: center;
    color: white;
    font-weight: 900;
    background-size: 100%;
}

.zedArrow {
    background-color: #984CFF;
    border-radius: 4px;
    padding: 2px 4px;
}

.parteners {
    text-align: center;
}

.parteners h2 {
    margin-bottom: 2rem;
}

.parteners img {
    width: auto;
    height: 5.5rem;
}

.partenersLogos {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}
.partenersLogos img {
    width: 150px;
    margin-top: 2rem;
}

.benfit {
    display: flex;
    flex-direction: column;
}

.benfit img {
    width: 4rem;
    height: 2.5rem;
}

.card {
    padding: 6rem 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 4px 20px 0px #984CFF30;
    border: none;
    margin-top: 2rem;
}

.cardCont {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2rem;
    flex-wrap: wrap;
}

.benfit button {
    align-self: center;
}

.intro2 {
    background-color: #984CFF;
    height: 50rem;
    padding: 0;
    position: relative;
}

.intro2Content {
    padding: 0 2rem;
    display: flex;
    position: absolute;
    flex-direction: column;
}

.introImg2 img {
    height: 50%;
    width: 100%;
    transform: scaleX(-1);
}

.triangle-top {
    width: 0;
    height: 0;
    border-top: 0px solid transparent;
    border-left: 99.9vw solid #fff;
    border-bottom: 9rem solid transparent;
}

.triangle-bottom {
    width: 0;
    height: 0;
    border-bottom: 0px solid transparent;
    border-right: 99.9vw solid #fff;
    border-top: 9rem solid transparent;
    margin-top: 32rem;
}

.intro2btn {
    background-color: white;
    color: #984CFF;
}

.whyCont {
    flex-direction: column;
}

.whyImgCont,
.pinkImgCont {
    position: relative;
    display: inline-block;
}

.whyImgCont {
    margin-left: 6rem;
}

.pinkImgCont {
    margin-right: unset;
}

.whyImgCont::before,
.pinkImgCont::before {
    content: "";
    position: absolute;
    top: 3px;
    z-index: -1;
}

.whyImgCont::before {
    right: 3px;
    background: #984CFF;
    clip-path: polygon(0% 0%, 100% 0%, 100% 71%, 45% 71%, 0% 100%);
    transform: scaleX(-1);
    height: 25.5rem;
    width: 24.4rem;
}

.pinkImgCont::before {
    left: 3px;
    background: #FF92C2;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 55% 71%, 0% 71%);
    transform: scaleX(-1);
    height: 100%;
    width: 23.4rem;
}

.whyImg,
.pinkImg {
    width: 24rem;
    height: 25rem;
    object-fit: cover;
}

.whyImg {
    clip-path: polygon(0% 0%, 100% 0%, 100% 71%, 45% 71%, 0% 100%);
    transform: scaleX(-1);
}

.pinkImg {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 55% 71%, 0% 71%);
    transform: scaleX(-1);
}

.pinkBtn {
    background-color: #FF92C2;
    align-self: flex-start;
    font-size: 1rem;
    padding: 0 2rem;
}

.whyTxt,
.pinkTxt {
    width: 100%;
    font-size: 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 3rem;
}

.whyTxt h3,
.whyTxt p,
.pinkTxt h3,
.pinkTxt p {
    margin-bottom: 3rem;
}

.news h2 {
    text-align: center;
    margin-bottom: 2rem;
}

.newsCont {
    width: 100%;
    margin-bottom: 1rem;
}
.newsCont a{
    color: black !important;
}

.newsImg {
    width: 23rem;
    height: 17rem;
    background: linear-gradient(180deg, rgba(152, 76, 255, 0.44) 0%, #18837F 57%);
    display: flex;
    align-items: center;
    justify-content: center;

}

.newsImg img {
    width: 22rem;
    height: 16rem;
}

.newsCont p {
    font-size: 20px;
    font-weight: 500;
    margin-left: unset;
    margin-top: 1rem;
}
.pinkMode {
    flex-direction: column-reverse;
}



@media (min-width: 768px) {
    main {
        background-size: 65%;
    }

    .introImg img {
        width: 45rem;
        height: 33rem;
    }

    section {
        padding: 0 5rem;
        margin-bottom: 7rem;
    }

    .stroke {
        width: 70%;
    }

    .partenersLogos {
        flex-wrap: wrap;
    }

    .intro2 {
        height: 58rem;
    }

    .intro2Content {
        padding: 0 5rem;
        display: flex;
        position: absolute;
    }

    .introImg2 img {
        width: 70%;
    }

    .triangle-top {
        width: 0;
        height: 0;
        border-top: 0px solid transparent;
        border-left: 99.9vw solid #fff;
        border-bottom: 15rem solid transparent;
    }

    .triangle-bottom {
        width: 0;
        height: 0;
        border-bottom: 0px solid transparent;
        border-right: 98.9vw solid #fff;
        border-top: 15rem solid transparent;
        margin-top: 28.1rem;
    }

    .whyImgCont::before,
    .pinkImgCont::before {
        height: calc(100% + 10px);
        width: calc(100% + 10px);
    }

    .whyImgCont::before {
        clip-path: polygon(0% 0%, 100% 0%, 100% 72%, 43% 72%, 0% 100%)
    }

    .pinkImgCont::before {
        clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 55% 71%, 0% 71%);
    }

    .whyImgCont,
    .pinkImgCont {
        margin-right: unset;
    }

    .whyImg,
    .pinkImg {
        width: 100%;
        height: 37rem;

    }

    .newsCont {
        margin-bottom: unset;
    }

    .newsCont p {
        margin-left: 8rem;
    }
}

@media (min-width: 1024px) {
    main {
        background-size: unset;
    }

    .intro {
        flex-direction: column;
    }

    .introImg img {
        width: 45rem;
        height: 33rem;
    }

    section {
        padding: 0 5rem;
        margin-bottom: 7rem;
    }

    .introTxt {
        margin-top: 3rem;
    }

    .card {
        width: 25rem;
    }


    .partenersLogos {
        flex-wrap: nowrap;
    }

    .intro2 {
        height: 50rem;
    }

    .intro2Content {
        padding: 0 5rem;
        display: flex;
        position: absolute;
        flex-direction: row;
    }

    .introImg2 img {
        height: auto;
        width: 32rem;
    }


    .triangle-bottom {
        margin-top: 20.2rem;
    }

    .whyCont {
        flex-direction: column;
    }


    .whyImg,
    .pinkImg {
        width: 100%;
        height: 37rem;
    }

    .newsCont {
        width: 25rem;
        margin-bottom: unset;
    }

    .newsCont p {
        margin-left: 8rem;
    }

    .pinkMode {
        flex-direction: column-reverse;
    }

    .pinkImgCont {
        margin-right: unset;
    }
 
}

@media only screen and (min-width: 1365px) {
    main {
        background-size: unset;
    }

    .intro {
        flex-direction: row;
    }

    .introImg img {
        width: 45rem;
        height: 33rem;
    }

    section {
        padding: 0 5rem;
        margin-bottom: 7rem;
    }

    .introTxt {
        width: 40%;
        margin-top: unset;
    }

    .card {
        width: 25rem;
    }

    .partenersLogos {
        flex-wrap: nowrap;
    }

    .intro2Content {
        padding: 0 5rem;
        display: flex;
        position: absolute;
        flex-direction: row;
    }

    .introImg2 img {
        height: 80%;
        width: unset;
    }

    .triangle-top {
        width: 0;
        height: 0;
        border-top: 0px solid transparent;
        border-left: 98.9vw solid #fff;
        border-bottom: 15rem solid transparent;
    }

    .triangle-bottom {
        width: 0;
        height: 0;
        border-bottom: 0px solid transparent;
        border-right: 98.9vw solid #fff;
        border-top: 15rem solid transparent;
        margin-top: 28rem;
    }

    .whyCont {
        flex-direction: row;
    }

    .whyImgCont::before,
    .pinkImgCont::before {
        height: calc(100% + 10px);
        width: calc(100% + 10px);
    }

    .whyImgCont::before {
        clip-path: polygon(0% 0%, 100% 0%, 100% 72%, 43% 72%, 0% 100%)
    }

    .pinkImgCont::before {
        clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 55% 71%, 0% 71%);
    }

    .whyImg,
    .pinkImg {
        width: 30rem;
        height: 37rem;

    }

    .newsCont {
        width: 30%;
        margin-bottom: unset;
    }

    .newsCont p {
        margin-left: 8rem;
    }

    .pinkMode {
        flex-direction: row;
    }

    .pinkImgCont {
        margin-right: 9rem;
    }
}

@media only screen and (min-width: 1500px) {}

@media only screen and (min-width: 1700px) {
    section ,.intro2Content{
        padding: 0 25rem;
    }
}

@media (min-width: 2049px) {}