@media screen and (min-width: 768px) {

    .bg_site {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        object-fit: fill;
        display: block;
    }

    .background-image {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        transition: opacity 1.5s ease-in-out;
        background-position: center;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-size: 100% 100%;
    }

    .background-image.active {
        opacity: 1;
    }

    .title-group-name {
        position: relative;
        height: 30px;
        width: auto;
    }

    .group-name {
        opacity: 0;
        position: absolute;
        bottom: 0px;
        left: 0px;
        opacity: 0;
        transition: opacity 1s ease-out, opacity 0.3s ease-in;
        /* visibility: hidden; */
        overflow: hidden;
    }

    .group-team {
        opacity: 0;
        transition: opacity 1s ease-out, opacity 0.3s ease-in;
        /* visibility: hidden; */
        position: absolute;
        top: 0px;
        left: 0px;
    }

    .group-name.active,
    .group-team.active {
        opacity: 1;
        /* visibility: visible */
    }

    .group-team-logo {
        position: relative;
        min-height: 84px;
        height: 100%;
    }

    .filter-video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(180deg,
                rgba(23, 23, 23, 0) 0%,
                rgba(23.38, 23.38, 23.38, 0.2) 100%);
    }

    .logo-group-partner {
        display: none !important;
        transition: 1s ease;
    }

    .logo-group-partner.active {
        display: flex !important;
        transition: 1s ease;
    }

    .container {
        max-width: 1320px;
    }

    .videoBox::before {
        z-index: 0;
        display: block;
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }

    .bg-video {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
        padding: 0px;
    }

    .filter-video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .w-20 {
        width: 20%;
    }

    .w-40 {
        width: 40%;
    }

    .w-55 {
        width: 55%;
    }

    .w-45 {
        width: 45%;
    }

    .w-60 {
        width: 60%;
    }

    .w-65 {
        width: 65%;
    }

    .w-75 {
        width: 75%;
    }

    .w-78 {
        width: 78%;
    }

    .w-80 {
        width: 80%;
    }

    .group-team {

        top: 2px;
    }

    .fw-bold-600 {
        font-weight: 600;
    }

    .flags-icon {
        width: 15%;
    }

    .logo {
        width: 10%;
    }


    .image-logo {
        width: 40%;
    }

    .btn-join {
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        cursor: pointer;
        z-index: 99999;
        max-width: 370px;
        width: 100%;
    }

    .modal {
        display: none;
        position: fixed;
        z-index: 99999999;
        padding-top: 14%;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        background-color: rgb(0, 0, 0);
        background-color: rgba(0, 0, 0, 0.4);
    }

    .modal-content {
        background-color: unset;
        border: unset;
        background-size: 100% 100%;
        background-repeat: no-repeat;
        position: relative;
        margin: auto;
        padding: 30px;
        width: 600px;
        height: 350px;
    }
}

@keyframes move {
    0% {
        opacity: .9;
    }

    10% {
        transform: translate3d(4px, 0, 0);
    }

    70% {
        transform: scale(1);
        box-shadow: #ffffff 0 0 0 1px;
    }

    80% {
        transform: translate3d(2px, 0, 0);
    }

    100% {
        transform: scale(1);
        box-shadow: #ffffff 0 0 0 2px;
        opacity: 1;
    }
}

.ambassador-title {
    font-size: 1.5rem;
}

@media screen and (max-width: 1440px) and (min-width: 768px) {
    .btn-join {
        max-width: 300px;
        width: 100%;
    }

    .wp-footer {
        gap: 100px !important;
    }
}

@media screen and (max-width: 1200px) and (min-width: 768px) {
    .btn-join .position-absolute {
        font-size: 30px !important;
    }

    .ambassador-title {
        font-size: 1.2rem;
    }

    .logo {
        width: 160px;
    }

    .group-team-logo {
        min-height: 6.1vw;
    }
}


@media screen and (max-width: 1024px) and (min-width: 768px) {
    .ambassador-title {
        font-size: 1rem;
    }

    .wp-footer {
        gap: 30px !important;
    }
}

@media screen and (max-width: 990px) and (min-width: 768px) {
    .btn-join .position-absolute {
        font-size: 20px !important;
    }
}