.many-menus {
    position: relative;
}

.many-menus .bground {
    position: absolute;
    z-index: -2;
    right: 0;
    bottom: 0;
    max-height: 30rem;
  
}

.many-menus.soon .bground {
    position: absolute;
    z-index: -2;
    right: 0;
    bottom: 0;
    max-height: fit-content;
  
}


.many-menus .many-menus-container {
    padding-top: 100px;
    padding-bottom: 100px;
}

.section-text .title {
    background: linear-gradient(93.58deg, #FF383D 5.16%, #FF6B39 94.19%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
text-fill-color: transparent;
}

.section-text .title h1{
    font-size: 64px;
    font-weight: 600;
}
.section-text .title h4{
    font-size: 30px;
    font-weight: 600;
}

.section-text .desk p {
    font-size: 21px;
    text-align: justify;
}


.brosur {
    position: relative;
    padding: 100px 0;
}


.portofolio-desain-logo {
    background: #1D1D1E;
}

.portofolio-desain-logo .header-title {
    color: #ffffff;
}

.portofolio-desain-logo .header-title h1 {
    color: #FFD37D;
    font-weight: 800;
}

.portofolio-desain-logo .header-title a {
    color: #ffffff;
    font-weight: 600;
}

.portofolio-desain-logo .card-content .card-image {
    background: #ffffff;
    border-radius: 20px;
    padding: 2.5rem;
    width: 100%;
    height: 30vh;
    max-height: 30vh;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
}
.portofolio-desain-logo .card-content .card-image::before {
    content: "";
    background: rgba(244, 67, 54, 0.90);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: .3s;
}
.portofolio-desain-logo .card-content .card-image:hover::before {
    opacity: 1;
}

.portofolio-desain-logo .card-content .card-image img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.portofolio-desain-logo .card-content .card-image .card-caption {
    position: absolute;
    z-index: 2;
    opacity: 0;
    display: none;
    transition: .3s;
    width: 100%;
    padding: 0 4rem;

}

.portofolio-desain-logo .card-content .card-image:hover .card-caption {
    opacity: 1;
    display: block;
}


@media (max-width: 991px) {

    .many-menus .bground {
        opacity: .3;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: right;
    }

    .many-menus .section-text .desk p {
        font-size: 20px;
    }

    .section-text .title h1 {
        font-size: 50px;
    }

    .section-text .title h4 {
        font-size: 25px;
    }
}

@media (max-width: 767px) { 

    .many-menus .section-text .desk p {
        font-size: 14px;
    }

    .section-text .title h1 {
        font-size: 36px;
    }

    .section-text .title h4 {
        font-size: 16px;
    }

    .section-text .desk p {
        font-size: 14px;
    }
}


