#main-cont {
    position: relative;
    background-color: #000000;
    padding-bottom: 6rem;
}

.block-1 {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url("../../images/carousel/footer_bg.png");
    background-color: rgba(1, 1, 1, 0.6);
    background-blend-mode: multiply;
    width: 100vw;
    min-height: 15vw;
    overflow: hidden;
}
#blend-1 {
    position: absolute;
    width: 42rem;
    transform: rotate(-40deg);
    top: -40rem;
    left: -28rem;
    z-index: 0;
}
#blend-2 {
    position: absolute;
    width: 44rem;
    transform: rotate(250deg);
    bottom: -22rem;
    left: -42rem;
    z-index: 0;
}

.block-1-text {
    text-align: center;
    font-weight: 600;
    font-size: 3.5rem;
    color: white;
    z-index: 1;
}

.block-2 {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000000;
    width: 100vw;
    min-height: 20vw;
    padding-block: 4rem;
}

.block-2-text {
    text-align: center;
    color: white;
    font-size: 1.5rem;
}

.card-container {
    display: flex;

    align-items: center;
    min-width: 100vw;
    min-height: 30vw;
    background-color: #000000;
    padding: 3vw 5vw 10vw 10vw;
}

.dg-grey {
    display: flex;
    justify-content: center;
    background-color: rgb(40, 40, 40);
    width: 23vw;
    height: 21vw;
    color: white;
    margin-top: 2vw;
    margin-right: 2vw;
}
#more {
    display: flex;
    justify-content: center;
    color: var(--distro-green);
    font-size: 1vw;
    background-color: transparent;
    border: none;
    width: 5vw;
    margin-left: 9vw;
}

.close-button-div {
    display: flex;
    justify-content: center;
}

.close-modal-button {
    display: flex;
    justify-content: center;
    color: var(--distro-green);
    background-color: transparent;
    border: none;
}

#moreModal {
    border-radius: 0px !important;
    margin-top: 10vw;
}
.subtitle-1 {
    letter-spacing: 0.4px;
    font-family: "Prompt", sans-serif;
    padding-top: 3vw;
}
.modal-body,
.modal-content {
    width: 30vw;
    border-radius: 0px !important;
    background-color: #2f2f2fd7;
    color: #ffffff;
    text-align: center;
}
.modal-text-cont {
    display: flex;
    justify-content: center;
    margin-top: 3vw;
}
.modal-text {
    width: 25vw;
    font-weight: 300;
    margin-bottom: 3vw;
    font-size: 1.2vw;
}

.dg-logo {
    width: 6vw;
}

.dg-grey-text {
    width: 15vw;
    text-align: center;
    margin-top: 2vw;
    font-size: 1vw;
}

.brand-card {
    width: 27vw;
    margin-right: 1vw;
    height: 10vw;
}

.card-row {
    display: flex;
    height: 8vw;
}

.row-2 {
    margin-top: 3vw;
}

.hx-card {
    background-image: url(../../images/brands/higher_x.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.ll-card {
    background-image: url(../../images/brands/lifted_lollies.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.cl-card {
    background-image: url(../../images/brands/canny_land.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.live-card {
    background-image: url(../../images/brands/live_lifted.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.hx-shop-now-div {
    display: flex;
    justify-content: center;
    margin-top: 6vw;
}
.ll-shop-now-div {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    margin-top: 6vw;
}

.ll-button {
    margin-right: 3vw;
}
.cl-shop-now-div {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    margin-top: 4vw;
}
.cl-button {
    margin-right: 4vw;
}
.shop-now {
    background-color: var(--dg-blue);
    border: none;
    color: #ffffff;
    font-size: 0.5em;
}
.live-button {
    margin-top: 6vw;
}
.shop-now {
    background-color: var(--dg-blue);
    border: none;
    color: #ffffff;
    font-size: 11px;
    padding: 5px 20px;
}

@media screen and (max-width: 860px) and (min-width: 500px) {
    .block-2-text {
        font-size: 0.875rem;
    }
}

@media screen and (max-width: 500px) {
    .block-2-text {
        font-size: 0.875rem;
        width: 90vw;
    }
    .block-1 {
        height: 30rem;
    }
    .block-1-text {
        font-size: 1.5rem;
        width: 90vw;
    }
}
