/*new design*/
/* url(https://qr-menu.uz/soft/img/poshero.jpeg) */
html, body {
    overflow-x: hidden;
}
@media (max-width: 768px) {
    body{
         overflow-x:hidden;
    }
    .mt-5 {
        text-align: center;
    }
    .desktop-nav-bar-block{
        display: none;
    }
    .mobile-nav-bar-block{
        display: flex;
        justify-content: space-between;
    }
    .mobile-language-dropdown{
        border-radius: 25px !important;
        background-color: #F5F5F5 !important;
    }
    .header-block__background-img {
        overflow: hidden;
    }
    .header-block__background-img img {
        max-width: 100%;
    }
    .header-block__bottom-content {
        margin-top: -70px;
        width: 100%;
    }
    .bottom-content {
        max-width: 900px;
        margin: auto;
        text-align: center;
    }

    .bottom-content_logo-block {
        display: block;
        text-align: center;
        margin: auto;
        background: white;
        min-height: 250px;
        max-width: 250px;
        border-radius: 125px;
        position: relative;
        bottom: 100px;
    }
    .logo-block {
        position: relative;
        bottom: -40px;
        line-height: 200px;
        max-width: 250px;
        max-height: 250px;
    }
    .logo-block_img {
        background: white;
        max-height: 200px;
        max-width: 200px;
        margin: auto;
        border-radius: 100px;
        box-shadow: 0px 0px 40px -25px black;
    }
    .logo-block_img img{
        width: 111px;
    }
    .text-gradient.text-primary {
        background-image: linear-gradient(black, black);
    }
    .mb-4 {
        color: #ED504FFF;
        margin-bottom: 1.5rem !important;
    }
    .lead {
        color: black;
        font-size: 18px;
        padding-right: 0px !important;
        margin-right: 0px !important;
    }
    .text-primary {
        color: black !important;
    }
    .bottom-content__buttons button {
        background: #08C804FF;
        border-radius: 20px;
    }
    .product-item{
        margin-top: 20px;
        width: 106%;
    }
    .owl-dots{
        display: none;
    }
    .owl-stage-outer { 
        overflow: visible;
    }
    
    .owl-item {
        opacity: 0;
        transition: opacity 500ms;
    } 
    .owl-item.active {
        opacity: 1;
    }
}

@media (min-width: 769px){
    .header-block{
    display: flex;
        flex-flow: row-reverse;
    }
     .mobile-nav-bar-block{
        display: none;
    }
    .header-block__background-img {
        clip-path: polygon(30% 0, 100% 0, 100% 100%, 0% 100%);
    }
    .header-block__background-img img {
        max-width: 100%;
    }
    .header-block__bottom-content {
        display: flex;
        flex-flow: row-reverse;
        min-width: 40%;
    }
    .bottom-content {
        max-width: 900px;
        margin: auto;
        text-align: center;
    }

    .bottom-content_logo-block {
        display: none;
        text-align: center;
        margin: auto;
        background: white;
        min-height: 250px;
        max-width: 250px;
        border-radius: 125px;
        position: relative;
        bottom: 100px;
    }
    .logo-block {
        position: relative;
        bottom: -40px;
        line-height: 200px;
        max-width: 250px;
        max-height: 250px;
    }
    .logo-block_img {
        background: white;
        max-height: 200px;
        max-width: 200px;
        margin: auto;
        border-radius: 70px;
        box-shadow: 0px 0px 40px -25px black;
    }
    .text-gradient.text-primary {
        background-image: linear-gradient(310deg, #7928CA 0%, #FF0080 100%);
    }
    .mb-4 {
        color: #ED504FFF;
        margin-bottom: 1.5rem !important;
    }
    .lead {
        color: black;
        font-size: 18px;
        padding-right: 0px !important;
        margin-right: 0px !important;
    }
    .text-primary {
        color: black !important;
    }

    .bottom-content__buttons button {
        background: #08C804FF;
        border-radius: 20px;
    }
    .product-item{
        width: 370px;
    }
}
.card.card-background.card-background-mask-primary-light:before {
    background: rgba(0, 0, 0, 0.2);
}

.card.card-background.card-background-mask-primary-light:after {
    background-image: linear-gradient(310deg, #7928CA 0%, #FF0080 100%);
    opacity: .1;
}

.cardPrice {
    height: 100%;
}

.cardPrice.cardPriceActive .card-header {
    background-color: #08C804FF;
    color: white;
}
.cardPrice.cardPriceActive .card-context{
    color: white;
}

.cardPrice .card-header h6 {
    font-size: 25px;
    margin-bottom: 20px;
    font-weight: 500;
}

.cardPrice .card-header p {
    font-size: 15px;
    height: 70px;
    margin-bottom: 0;
}

.cardPrice .card-header h1 {
    font-size: 44px;
}

.cardPrice .card-body {
    border-radius: 0 0 1rem 1rem;
}

.cardPrice.cardPriceActive .card-body {
    background-color: #08C804FF;
    color: white;
}

.cardPrice .card-body .text-sm {
    font-size: 11px;
    line-height: 2.5;
}


.cardFeatures {
    align-items: center;
    height: 100%;
}

.cardFeaturesImg {
    border-radius: 50%;
    max-width: 100px;
    max-height: 100px;
    margin: 40px 0 0;
    overflow: hidden;
    border: 3px solid #ed504f38;
}

.cardFeatures .card-body {
    text-align: center;
    padding: 20px;
}

.cardFeatures .card-body h5 {
    font-size: 18px;
    font-weight: bold;
}

.cardFeatures .card-body p {
    font-size: 12px;
}
