.werappe-left small{
position: absolute;
    opacity: 0.5;
}
.action-btns-mobile{
    display: none;
}
.menu-logo-wrap img{
        max-width: 238px;
        margin-top: -12px;
}
.intragram-block iframe{
    border: inherit !important;

}
    .intragram-block{
        position: absolute;
    bottom: -224px;
    width: 459px;
    }
@media(min-width: 990px){

    .bender-about{
            width: 350px;
    }
    .header__right-hamburger{
    display: none !important;
}
}


@media (max-width: 991px) {
    .intragram-block {display: none}
    .intro-btn{
        display: none;
    }
    .has-child-menu svg{
        display: none !important;
    }
    .footer-three.section{
            padding-bottom: 63px;
    }
    .werappe-left small{
position: relative;
    opacity: 0.5;
}

    .action-btns-mobile {
        display: block;
        position: fixed;
        bottom: 0;
        z-index: 800;
        width: 100%;
        border-top: 1px solid rgba(255, 255, 255,.7);
        height: 48px;
        background-color: #050505;
    }
}

.tag-list .tag-btn,  .tablinks{
    height: 34px;
    padding: 5 16px;
    border-radius: 100px;
    border: 1px solid rgba(var(--primary-color-rgb), 0.14);
    background-color: var(--color-white);
    color: var(--primary-color);
    font-family: var(--ff-dm-sans);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: -0.28px;
    text-transform: capitalize;
    white-space: nowrap;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
}

.tag-list .tag-btn.active, .tablinks.active {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: var(--color-white);
}

@media (max-width: 900px) {
  .video-menu {
    width: 100%;
    height: 100%;
      position: inherit;
  }
}

.video-menu {
    width: 100%;
    height: 100%;
}
.menu-three__item .item-content .item-header .item-title{
    color: #050505;
}
.modal-content{
    background-color: #f4f0e9;
        border-radius: 0px;
}
.modal-backdrop{
        --bs-backdrop-opacity: 0.7;
}

@media only screen and (max-width: 767.98px) {
    .hero-three__content .content-info .hero-title {
        font-size: 30px;
    }
}
