.container-custom {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
    width: 100%;
}

.section-6-bg {
    background-image: url(../../img/svg/section6_bg.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.section-6 {
    position: relative;
    padding: 5rem 0px;
}

.section-6-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0rem 0rem 5rem 0rem;
    width: 100%;
}

.section-6-content .left-sect {
    width: 46%;
    margin-right: 1rem;
}

.section-6-content .left-sect h2 {
    font-weight: 700;
    margin: 0;
}

.section-6-content .left-sect p {
    line-height: 1.5rem;
    margin: 1.5rem 0rem 2rem 0rem;
}

button.explore-btn {
    border-radius: 1rem;
    font-size: 1rem;
    padding: 1.25rem 2rem;
    box-shadow: 0 0 6px 0 rgba(157, 96, 212, 0.5);
    border: solid 1.5px transparent;
    background-image: linear-gradient( rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(90deg, #45B9D5 0%, #81CA73 100%);
    background-origin: border-box;
    background-clip: content-box, border-box;
    box-shadow: 2px 1000px 1px #fff inset;
}

button.explore-btn p {
    margin: 0 !important;
    font-family: 'Poppins';
    font-style: normal;
    background: linear-gradient(180deg, #45B9D5 0%, #81CA73 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    width: 100% !important;
}

button.explore-btn:hover {
    box-shadow: none;
    color: white;
}

button.explore-btn:hover>p {
    background: linear-gradient(180deg, #F9FAFF 0%, #F9FAFF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.right-sect .project-img-grid {
    display: grid;
    grid-template-columns: auto auto;
    gap: 1rem;
}

.right-sect .project-img-grid .project-img {
    height: 15rem;
    width: 100%;
}

.right-sect .project-img-grid .project-img img {
    width: 100%;
    height: 100%;
    object-fit: fill;
    object-position: center;
    border-radius: 1rem;
}

@media screen and (max-width: 1024px) {
    .section-6-content {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .section-6-content .left-sect {
        width: 90%;
        margin: 0rem 0rem 5rem 0rem;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .section-6-content .left-sect p {
        text-align: center;
        width: 60%;
    }
}

@media screen and (min-width: 1025px) and (max-width: 1183px) {
    .right-sect {
        /* width: 60%; */
        position: absolute;
        right: -3%;
    }
    .left-sect {
        padding: 0rem 6.35rem 0rem 0rem;
        margin: 0rem 0rem 0rem 0rem;
    }
    /* edit font size small */
    .section-6-content .left-sect h2 {
        font-size: 2.1rem;
    }
    .section-6-content .left-sect p {
        font-size: 0.8rem;
    }
    .line-section-6  img {
        width: 100%;
    }
}

@media screen and (min-width: 1183px) and (max-width: 1640px) {
    .right-sect {
        /* width: 60%; */
        position: absolute;
        right: -3%;
    }
}
