/*  find section start here  */

.find-1 {
    background-size: cover;
    width          : 100%;

}

.find-1 .tac {
    text-align: center;
}

.find-1 .video-wrapper video[poster] {
    width     : 100%;
    max-width : 856px;

    object-fit: cover;
}

.find-1 .video-wrapper video[poster]::before {
    content    : "";
    display    : block;
    padding-top: 56.25%;
}

.find-1 .video-wrapper video {
    border-radius: 10px;
    box-shadow   : 0px 10px 30px 0px #0000000D;
    border-radius: 10px;
    object-fit   : cover;
    width        : 100%;

    cursor       : pointer;
}

.find-1 .video-wrapper {
    position: relative;
}

.find-1 .play-button-wrapper {
    position : absolute;
    top      : 50%;
    left     : 50%;
    transform: translate(-50%, -50%);
    z-index  : 1;
}

.find-1 .play-button-wrapper img {
    width    : 100%;
    max-width: 70px;
    height   : 70px;
}

.find-1 .main-box {
    display    : flex;
    height     : 410px;
    align-items: center;
}

.find-1 .main-box .item {
    width    : 100%;
    max-width: 550px;
}

.find-1 .main-box .item h2 {
    color        : var(--second-color);
    margin-bottom: 50px;
}

.find-1 .main-box .item p {
    margin-bottom: 20px;
    color        : var(--gray-color);
}

.find-1 .main-box .item .theme-btn {
    display: block;
    padding: 11px 0;
}

/*  find section end here  */


/*  Media Query  */
@media screen and (max-width:575px) {

    body {
        font-size  : 16px;
        line-height: 20px;
    }


    .find-1 .video-wrapper video[poster] {
        height: 240px !important;
    }

    .find-1 .play-button-wrapper img {
        width    : 100%;
        max-width: 40px !important;
        height   : 40px !important;
    }

}

@media screen and (min-width:576px) and (max-width:767px) {}

@media screen and (max-width:767px) {
    .section-wrapper {
        padding: 40px 0;
    }

    .find-1 .container {
        max-width: 640px;
    }

    .find-1 .tac {
        text-align: center;
    }

    .find-1 .video-wrapper video[poster] {
        width    : 100%;
        max-width: 700px !important;
        height   : 310px;
    }

    .find-1 .video-wrapper {
        margin-bottom: 20px;
    }

    .find-1 .main-box .item {
        width     : 100%;
        max-width : 700px !important;
        text-align: center;
    }

    .find-1 .play-button-wrapper img {
        width    : 100%;
        max-width: 50px;
        height   : 50px;
    }

    .find-1 .main-box .item h2 {
        margin-bottom: 30px;
    }

    .find-1 .main-box {
        align-items: flex-start;
        height     : auto;
    }

}

@media screen and (min-width:768px) {}

@media screen and (min-width:768px) and (max-width:991px) {
    .section-wrapper {
        padding: 60px 0;
    }

    .find-1 .tac {
        text-align: center;
    }

    .find-1 .video-wrapper video[poster] {
        width    : 100%;
        max-width: 700px;
    }

    .find-1 .video-wrapper {
        margin-bottom: 20px;
    }

    .find-1 .main-box .item {
        width     : 100%;
        max-width : 700px;
        text-align: center;
    }

    .find-1 .main-box .item h2 {
        margin-bottom: 30px;
    }

    .find-1 .main-box {
        align-items: flex-start;
        height     : auto;
    }


}

@media screen and (min-width:992px) and (max-width:1199px) {
    .section-wrapper {
        padding: 80px 0;
    }
}

@media screen and (min-width:1400px) {}

