.custom-container {
    background-color: #31281d;
    color: white;
    padding: 2rem;
    color: white;
    display: flex;
    align-items: center;
    text-align: center;
}

.custom-heading h3 {
    line-height: 2;
    font-size: 2rem;
    color: #fff;
    font-weight: 200;
}
.custom-heading h2 {
    font-size: 2.5rem;
    line-height: 2;
    font-weight: bold;
    margin-bottom: 1rem;
    color: #fff;
}

.custom-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.custom-heading p {
    line-height: 1.5;
    font-size: 1.5rem;
    font-size: 16px;
    color: #fafafa;
}

/* .custom-btn a {
  font-size: 1.2rem;
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  color: #fafafa;
} */

.custom-btn svg {
    margin-left: 5px;
}

.custom-container img {
    height: auto;
}

.qr-container {
    height: 100%;
    max-height: 150px;
    /* Adjust this value based on the desired height */
}

.input-group-sm .form-control,
.input-group-sm .input-group-text {
    height: 30px;
    font-size: 0.875rem;
}

.input-group-sm .form-control {
    padding: 0.375rem 0.75rem;
}

.input-group-sm .input-group-text img {
    height: 16px;
    width: 16px;
}

.box {
    border: 1px solid #ccc;
    padding: 10px;
    text-align: center;
    margin: 5px;
    /* small gap between boxes */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.box img {
    max-width: 100%;
    height: auto;
}

.box-text {
    margin-top: 10px;
    /* flex-grow: 1; */
    display: flex;
    align-items: center;
    justify-content: center;
}

.music p {
    color: #00ff66;
    margin-top: 20px;
}

.music .head {
    color: #fff;
    letter-spacing: 0.04em;
    line-height: 60px;
    align-self: stretch;
    font-size: 48px;
}

.music-btn {
    font-size: 16px;
    padding: 10px 48px;
    color: #fff;
    line-height: 24px;
    font-weight: 500;
    background-color: #00ff66;
    text-align: left;
    display: inline-block;
    min-width: 75px;
}

.countdown {
    display: flex;
    /* justify-content: center;
    align-items: center; */
    margin-top: 20px;
}

.cd-items {
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
    margin: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.cd-items span {
    font-size: 16px;
    font-weight: bold;
}

.cd-items p {
    margin: 0;
    font-size: 14px;
    color: #000;
}

.image-container {
    position: relative;
    /* text-align: left; */
}

.image-container img {
    width: 100%;
    height: auto;
}

.bottom-left {
    position: absolute;
    bottom: 40px;
    left: 20px;
    padding: 10px;
}

.bottom-lefts {
    position: absolute;
    bottom: 20px;
    left: 20px;
    /* padding: 15px; */
}

.bottom {
    position: absolute;
    bottom: 30px;
    left: 20px;
}

.bottom p {
    max-width: 200px;
}

@media (max-width: 768px) {
    .custom-heading h3 {
        /* width: 150px; */
        color: #fff;
    }
    .custom-container {
        flex-direction: column;
    }

    .custom-image {
        width: 100%;
        height: auto;
        /* max-height: 200px; Adjust as needed */
        object-fit: contain;
    }

    .custom-heading {
        text-align: center;
    }
    .music .head {
        color: #fff;
        align-self: stretch;
        font-size: 20px;
    }
    .bottom-lefts p {
        /* position: absolute; */
        /* bottom: 20px;
        left: 20px; */
        /* padding: 15px; */
        font-size: 13px;
    }
    .bottom-lefts h4 {
        font-size: 16px;
    }

    .music-btn {
        font-size: 16px;
        padding: 10px 33px;
    }
    .cd-item {
        width: 60px;
        height: 60px;
        /* margin: 5px; */
    }
    .categories__deal__countdown {
        flex-direction: column;
        display: none;
        align-items: center;
    }
    .categories__deal__countdown__timer {
        flex-direction: row;
        justify-content: center;
        display: none;
    }
    .bottom {
        position: absolute;
        bottom: 30px;
        left: 0px;
    }
}
