/* .explore section */
.explore {
    margin-left: auto;
    margin-right: auto;
}

.explore-card {
    margin-left: auto;
    margin-right: auto;
    background-color: #272636;
    border-radius: 30px;
    width: 1128px;
    height: 579px;
    /* top: 843px;
    left: 200px; */
    /* position: absolute; */
}

.explore .leftside {
    align-content: center;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 23%;
}

.explore .leftside .logo-icon {
    width: 41.3px;
    height: 39.5px;
}

.explore-card .leftside .sub-heading3 {
    font-family: myFirstFont3;
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 1rem;
    color: #FFFFFF;

}

.explore .leftside .curly {
    width: 92px;
    /* height: 49px; */
}



.explore .rightside {
    align-content: center;
    align-items: center;
    justify-content: center;
    text-align: center;
}


.explore .mobile-video {
    width: 100%;
    height: 512px;
    /* top: 910px;
    left: 404px; */
    /* margin-left: 300px; */
    margin-top: 66px;
    object-fit: cover;
}

.explore .mobile-img {}

.explore .rightside .section-heading3 {
    font-family: myFirstFont2;
    font-weight: 600;
    font-size: 50px;
    line-height: 50px;
    color: #02FA72;
    margin-bottom: 3rem;
    text-align: center;
}

.explore .rightside .button {
    width: 187px;
    height: 45px;
    border: 1px solid #02FA72;
    border-radius: 40px;
    font-size: 16px;
    font-weight: 400;
    font-family: myFirstFont3;
    line-height: 100%;
    margin-bottom: 1rem;
    box-sizing: border-box;
    /* background-color: white; */
    /* border-image: linear-gradient(90deg, #02FA72, #0074FF) 1; */
    color: transparent;
    background-clip: text;
    background-image: linear-gradient(90deg, #02FA72, #0074FF);
    cursor: pointer;

}


.explore hr {
    width: 80%;
    color: #D2D6DB;
    border-width: 1px;
    margin: 3rem auto;
    opacity: unset;
}

.explore .middleside {
    position: initial;
    align-content: end;
    width: 27%;
}

.mobile-shape {
    position: relative;
    width: 300px;
    margin: auto;
}

.video-overlay {
    position: absolute;
    top: 7px;
    left: 9px;
    width: 283px;
    height: 508px;
    border-radius: 38px 38px 0px 0px;
    overflow: hidden;
}

.video-overlay video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mobile-shape img {
    width: 100%;
    /* display: block; */
}

.explore .middleside .video-page-play-button {
    position: absolute;
    background-color: transparent;
    color: #ffffff;
    border: 3px;
    width: 81px;
    height: 81px;
    /* border-radius: 5px; */
    cursor: pointer;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.explore .middleside .video-page-play-button.hidden {
    display: none;
}

@media (max-width: 1199px) {
    .explore-card {
        width: 90%;
        height: fit-content;
    }

    .explore .rightside .section-heading3 {
        font-size: 40px;
        line-height: 40px;
    }
}

@media (max-width: 991px) {
    .explore .rightside .section-heading3 {
        font-size: 30px;
        line-height: 30px;
    }
}

@media (min-width: 769px) {
    .mob-mobile {
        display: none;
    }
}

@media (max-width: 768px) {
    .mob-desktop {
        display: none;
    }

    .explore .rightside .section-heading3 {
        margin-bottom: 1rem;
    }

    .explore-card {
        flex-direction: column-reverse;
        padding: 3rem 0;
    }

    .explore-card .leftside {
        display: none;
    }

    .explore-card .middleside {
        width: 100%;
    }

    .explore-card .rightside {
        margin: auto;
    }

    .video-overlay {
        border-radius: 38px;
        height: 466px;
    }

    .explore .rightside .section-heading3 {
        font-size: 40px;
        line-height: 40px;
    }
}

@media (max-width: 576px) {
    .explore .rightside .section-heading3 {
        font-size: 30px;
        line-height: 30px;
    }

    .explore .middleside .video-page-play-button {
        width: 56px;
        height: 56px;
    }
}

@media (max-width: 426px) {
    .explore .rightside .button {
        padding: 0 1rem;
        width: auto;
        font-size: 12px;
    }

    .explore-card {
        padding: 2rem 0;
    }

    .explore hr {
        margin: 1.5rem auto;
    }
}

@media (max-width: 376px) {
    .mobile-shape {
        width: 95%;
    }

    .video-overlay {
        top: 7px;
        left: 9px;
        width: 94%;
        height: 97%;
    }

}

@media (max-width: 321px) {
    .video-overlay {
        top: 6px;
        left: 6px;
        width: 96%;
        height: 97%;
    }
}