/*!
Theme Name: Theme
Theme URI: #
Author: E7
Author URI: #
Description:
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: theme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

*/

.section-banner .box {
    padding: 3rem;
    border-radius: 50px;
    background: rgb(0 0 0 / 30%);
}

.item-icon {
    text-align: center;
}

.item-icon img {
    width: 60px;
    height: 60px;
    object-fit: contain;
    margin-bottom: 30px;
}

.video-wrap img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section-explore-2 .img-wrap {
    padding-top: 45%;
}

.section-explore-2 .item-explore .overlay img {
    width: 10%;
    min-width: 80px;
}

.section-explore-2 .item-explore .overlay>div {
    transform: translateY(calc(100% - var(--section-base) * 6));
}