.explore-Whats-wraper {
    display: flex;
    flex-wrap: wrap;
    max-width: 1510px;
    width: 100%;
}
.explore-Whats-inside {
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: bottom;
}
.explore-Whats-inside .title-section {
    text-align: center;
    margin-bottom: 64px;
}

.explore-Whats-wraper .explore-Whats-iner {
    width: 33.33%;
    padding: 0 25px;
}

.explore-Whats-box {
    position: relative;
    background-image: url(../images/mobile-black-mask.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    min-height: 950px;
}


.explore-Whats-iner:nth-child(2) .explore-Whats-box:before {
    left: auto;
    right: 0;
}
.explore-Whats-box img {
    -webkit-mask-image: url(../images/trasparent-mask.svg);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    -webkit-mask-position: center;
    mask-image: url(../images/trasparent-mask.svg);
    mask-repeat: no-repeat;
    mask-size: cover;
    mask-position: center;
    height: calc(100% - 16px);
    width: 100%;
    object-fit: cover;
    position: absolute;
    height: calc(100% - 28px);
    width: calc(100% - 34px);
    object-fit: cover;
    left: 17px;
    top: 14px;
    border-radius: 60px;
}
.explore-Whats-inside .btn-div {
    text-align: center;
    margin-top: 70px;
}
@media only screen and (min-width:1700px){
    .explore-Whats-wraper {
        max-width: 1510px;
        margin: auto;
        justify-content: center;
        width: 100%;
    }
}
@media only screen and (max-width:1699px){
    .explore-Whats-box {
        min-height: 700px;
    }
    .explore-Whats-wraper .explore-Whats-iner {
        padding: 0 15px;
    }
    .explore-Whats-wraper {
        max-width: 1120px;
        margin: auto;
        width: 100%;
    }
    .explore-Whats-box img {
        border-radius: 40px;
    }
}
@media only screen and (max-width:1399px){
    
   .explore-Whats-wraper .explore-Whats-iner {
        padding: 0 20px;
    }

}
@media only screen and (max-width:1199px){
 
   .explore-Whats-wraper .explore-Whats-iner {
        padding: 0 10px;
    }
    .explore-Whats-box {
        min-height: 620px;
    }
    .explore-Whats-box img {
        height: calc(100% - 20px);
        width: calc(100% - 20px);
        object-fit: cover;
        left: 10px;
        top: 10px;
    }
    .explore-Whats-inside .title-section {
        margin-bottom: 30px;
    }

}
@media only screen and (max-width:991px){
    .explore-Whats-box {
        min-height: 470px;
    }
    .explore-Whats-inside{
        background-image: unset !important;
    }
    .explore-Whats-wraper .explore-Whats-iner {
        padding: 0 5px;
    }
    .explore-Whats-wraper {
        margin: 0 -5px;
    }
   .explore-Whats-box img {
        border-radius: 30px;
    }
}
@media only screen and (max-width:767px){
    .explore-Whats-wraper {
        display: flex;
        flex-direction: column;
    }
   .explore-Whats-wraper .explore-Whats-iner {
        max-width: 265px;
        margin: auto;
        width: 100%;
        padding: 0;
    }
    .explore-Whats-wraper .explore-Whats-iner {
        margin-bottom: 30px;
    }
    .explore-Whats-inside a.btn {
        width: 100%;
    }
     .explore-Whats-box {
        position: relative;
        min-height: 550px;
    }
    .explore-Whats-box img {
        border-radius: 40px;
    }
    .explore-Whats-box:before {
        content: "";
        display: block;
        border-radius: 400px;
        background: var(--grd-5, linear-gradient(316deg, #FFC738 20.35%, #CB00DD 67.25%));
        filter: blur(175px);
        height: 400px;
        width: 400px;
        position: absolute;
        left: 0;
        z-index: -1;
    }
    .explore-Whats-iner:nth-child(1) {
        order: 3;
    }

    .explore-Whats-iner:nth-child(2) {
        order: 2;
    }

    .explore-Whats-iner:nth-child(3) {
        order: 1;
    }

}
@media only screen and (max-width:767px){
    .explore-Whats-box:before {
        filter: blur(110px);
        height: 310px;
        width: 310px;
    }
}
@media only screen and (max-width:374px){
    .explore-Whats-box:before {
        height: 280px;
        width: 280px;
    }
}