.Learn-Music-Hub-home {
    position: relative;
    width: 100%;
    padding: 5em 0;
    background-image: url(../../img/new/home_about_bg.svg);
    background-size: cover;
}

.Learn-Music-Hub-home .home-about-tit {
    width: 70% !important;
    text-align: center !important;
    font-family: "effraregular" !important;
    font-size: 30px !important;
    margin: 0 auto !important;
    margin-bottom: 4em !important;
}


/* 	css for image gallery */

.card-gallery-outer section {
    display: flex !important;
    justify-content: center !important;
    align-items: start !important;
    gap: 150px !important;
    flex-wrap: wrap !important;
}

.card-gallery-container {
    position: relative;
    width: 225px;
    height: 250px;
    border-radius: 20px;
    overflow: hidden;
    transition: 1s;
}

.card-gallery-container:hover {
    transform: scale(1.1);
}

.card-gallery-section-2 {
    padding: 20px 0px 40px 0px;
    text-align: center;
    position: absolute;
    top: 160px;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.card-gallery {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0000006e;
    transition: background 0.5s ease;
    margin: 0 !important;
}

.card-gallery-section-3 div:nth-child(1) {
    margin-top: 90px;
}

.card-gallery-section-3 div:nth-child(3) {
    margin-top: 90px;
}

.card-gallery-section-3 div:nth-child(5) {
    margin-top: 90px;
}

.card-gallery-container:hover .card-gallery {
    display: block;
    background: #eb593cb7;
}

.card-gallery-container img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
}

.card-gallery-title {
    position: absolute;
    left: 0;
    top: 120px;
    font-weight: 600;
    font-size: 15px;
    width: 100%;
    text-align: center;
    color: white;
    z-index: 1;
    transition: top .5s ease;
    padding: 0px 20px;
}

.card-gallery-container:hover .card-gallery-title {
    top: 80px;
}

.card-gallery-button {
    position: absolute;
    left: 0;
    top: 140px;
    text-align: center;
    opacity: 0;
    transition: opacity .35s ease;
    width: 100%;
}

.card-gallery-button a {
    padding: 7px 20px;
    text-align: center;
    color: rgb(0, 0, 0);
    font-size: 12px;
    font-weight: 600;
    background-color: #fff;
    border: solid 2px white;
    z-index: 1;
    margin: 0 auto;
    text-decoration: none;
}

.card-gallery-container:hover .card-gallery-button {
    opacity: 1;
}

.card-gallery-main-title {
    font-size: 55px !important;
    font-weight: 600 !important;
    color: #1B3240 !important;
}

.card-gallery-section-2 a {
    background-color: #EB5A3C;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    padding: 15px 30px;
    transition: .5s;
}

.card-gallery-section-2 a:hover {
    color: #0F2837;
    background-color: #fff;
    border: 1px solid #EB5A3C;
}

.Learn-Music-Hub-home section {
    display: flex;
    justify-content: center;
    align-items: start;
    gap: 150px;
    flex-wrap: wrap;
}

video {
    object-fit: cover;
    width: 100vw;
    height: 100vh;
    z-index: 0;
    top: 0;
    left: 0;
}

.clients {
    margin-top: 100vh;
}



@media screen and (max-width: 780px) {

    .Learn-Music-Hub-home .home-about-tit {
        width: 100%;

        font-size: 24px;
        margin-bottom: 2em;
    }

    .card-gallery-section-3 div:nth-child(1) {
        margin-top: 10px;
    }

    .card-gallery-section-3 div:nth-child(3) {
        margin-top: 10px;
    }

    .card-gallery-section-3 div:nth-child(5) {
        margin-top: 10px;
    }

    .card-gallery-section-2 {
        padding: 20px 0px 40px 0px;
        text-align: center;
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .Learn-Music-Hub-home section {
        gap: 25px;
    }

    .card-gallery-container {
        width: 100%;
    }


}


.content1 .tab-content {
    border: unset !important;
    padding: 0 !important;
    border-radius: 0 !important;
}