
.hybrid-body {
    padding-top: 0 !important;
}

.hybrid-body-gradient {
    background-image: linear-gradient(to right top, #000000, #191414, #2a221f, #3a3029, #484133);
    /*background: linear-gradient(to right top, #222222, #222222, #222222, #222222, #222222, #252425, #282728, #2c292b, #362e2f, #3f3331, #453932, #484133);*/
}

.hybrid-body .navbar {
    background: rgba(16,16,16,0.3) !important;
}

.hybrid-body .customers-section {
    background: unset !important;
}

.page-body-black {
    background: #101010;
}

.header-carousel .carousel-inner {
    transform: scale(1) translate(-100px,0px) !important;
}
.header-carousel .carousel-inner .device-screen.mobile img,
.header-carousel .carousel-inner .device-screen.mobile video {
    border-radius: 10px;
}

.header-carousel .carousel-inner .device-screen.mobile img {
    left: 2px;
}
.header-carousel .carousel-inner .device-screen video {
    left: -3px;
}

.device-container.event-2 {
    box-shadow: 0 0 520px 8px rgb(255 255 255 / 20%);
}
.device-container.event-3 {
    box-shadow: 0 0 520px 8px rgba(57, 53, 119, 0.8);
}

.device-screen.mobile video {
    margin-top: 10px;
}

@media screen and (min-width:992px) and (max-width:1400px) {
    .header-carousel .carousel-inner {
        transform: scale(1.1) translate(-20px,0px) !important;
    }
    .device-container.mobile {
        right: -75px !important;
        border-radius: 20px !important;
    }
    .device-screen.mobile video {
        margin-top: 10px;
    }

    .detail-col.branding-1 .ft-block {
        height: 100%;
    }
    .detail-col.branding-1 .ft-block img {
        margin-top: 80px;
    }

}
@media screen and (min-width:1700px) {
    .header-carousel .carousel-inner {
        transform: scale(1.25) translate(15px,0px) !important;
    }
    .header-carousel .carousel-indicators {
        margin-bottom: -30px;
    }
}

.header-label {
    margin-bottom: 10px;
}
.device-container.mobile {
    right: -70px;
}
.device-bar-secondary {
    right: 90px;
}

.solutions-content .btn-theme {
    padding: .375rem 2rem;
    margin-right: 10px;
}

.device-container {
    padding: 10px 10px 10px 14px;
    border-width: 2px;
}
.device-screen.desktop {
    border-radius: 10px;
}
.courtesy-note {
    font-size: 0.7em;
}

@media screen and (max-width:992px) {
    .solutions-content h1 {
        font-size: 2.5em;
    }
    .solutions-content .info-col p {
        font-size: 1.1em;
    }
    .solutions-content .info-col {
        padding: 50px 50px 0 50px;
        text-align: center;
    }
    .header-carousel .carousel-inner {
        transform: scale(0.9) translate(0px,0px) !important;
        overflow: visible;
    }

    .device-container.desktop {
        padding: 10px;
    }
    .device-screen.desktop video {
        left: 0;
    }
    .device-container.mobile {
        right: -80px;
        bottom: 25px;
        height: 64%;
    }
    .device-screen.mobile img {
        left: 5px;
        width: 90%;
        height: 95%;
        margin: 10px auto 0 auto;
    }
    .center-anchor-btn {
        display: none;
    }
}

.solutions-content .info-col {
    color: rgba(255,255,255,1);
}
.solutions-content .info-col p {
    opacity: 0.8;
    margin-top: 15px;
    font-size: 1.1em;
}

@media screen and (min-width:769px) {
    .solutions-nav .nav-link .desktop-hide {
        display: none;
    }
}

#features-section {
    scroll-behavior: smooth;
}

@media screen and (min-width:992px) {
    .solutions-content {
        display: flex;
        padding: 8% 0 30px 0;
        width: 100% !important;
        height: calc(100vh - 150px);
    }
    .solutions-content .info-col {
        flex: 1 1 43%;
        padding-top: 50px;
        padding-left: 0 !important;
        padding-right: 5%;
        text-align: left;
        transform: translate(-30px,0px) !important;
    }
    .solutions-content .carousel-col {
        flex: 1 1 50%;
        padding-top: 30px;
        margin-right: -30px;
    }
    .center-anchor-btn {
        display: block;
        margin-left: 50%;
        transform: translate(-50%, -30px);
        background: rgba(255,255,255,0.1);
        color: #ffffff;
        height: 50px;
        width: 50px;
        border-radius: 50%;
        text-align: center;
        padding-top: 14px;
        text-decoration: none;
    }
    .center-anchor-btn:hover {
        color: var(--primary-light);
        text-decoration: none;
    }

}
@media screen and (min-width:1290px) {
    .solutions-content .info-col {
        padding-top: 100px;
        margin-left: -10px;
    }
}

@media screen and (max-width:1200px) {
    .header-carousel .device-screen.mobile img,
    .header-carousel .device-screen.mobile video {
        border-radius: 10px !important;
    }
}

@media screen and (max-width:550px) {
    .solutions-content h1 {
        font-size: 2em;
    }
    .solutions-content .info-col {
        padding: 50px 20px 0 20px;
    }
    .solutions-content .info-col a {
        display: block;
        width: 100%;
    }
}


/* ---------- Block Quote Section -------- */

.blockquote {
    color: #ffffff;
    padding: 20px 50px;
}
.block-highlighted {
    border-radius: 10px;
    padding: 30px;
    background-image: linear-gradient(to right top, #222222, #222222, #222222, #222222, #222222, #252425, #282728, #2c292b, #362e2f, #3f3331, #453932, #484133);
}

.quote-description {
    font-size: 1.1em;
}
.quote-highlight {
    line-height: 50px;
}

@media screen and (min-width:992px) {
    .blockquote {
        display: flex;
    }
    .quote-label {
        flex: 1 1 25%;
        font-size: 1.3em;
        padding-top: 15px;
    }
    .quote-description {
        flex: 1 1 75%;
        font-size: 1.2em;
    }
}

@media screen and (max-width:992px) {
    .quote-label {
        margin-bottom: 20px;
    }
    .quote-description {
        font-size: 1.1em;
    }
}

@media screen and (max-width:650px) {
    .blockquote, .block-highlighted {
        padding: 20px !important;
    }
}

.comparison-slider {
    padding: 20px 0 40px 0;
}
.slider-caption {
    color: #ffffff;
    opacity: 0.7;
    text-align: center;
}

.cd-image-container {
    position: relative;
    width: 90%;
    margin: 0 auto;
}
.cd-image-container img {
    display: block;
    width: 100%;
}

.cd-image-label {
    position: absolute;
    bottom: 0;
    right: 0;
    color: #ffffff;
    padding: 1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: -webkit-transform 0.3s 0.7s, opacity 0.3s 0.7s;
    -moz-transition: -moz-transform 0.3s 0.7s, opacity 0.3s 0.7s;
    transition: transform 0.3s 0.7s, opacity 0.3s 0.7s;
}
.cd-image-label.dark-label {
    color: #000000;
    text-shadow: -1px 1px 10px rgba(0,0,0,.5);
}
.cd-image-label.is-hidden {
    visibility: hidden;
}
.is-visible .cd-image-label {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.cd-resize-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    overflow: hidden;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.cd-resize-img img {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    height: 100%;
    width: auto;
    max-width: none;
}
.cd-resize-img .cd-image-label {
    right: auto;
    left: 0;
}
.is-visible .cd-resize-img {
    width: 50%;
    /* bounce in animation of the modified image */
    -webkit-animation: cd-bounce-in 0.7s;
    -moz-animation: cd-bounce-in 0.7s;
    animation: cd-bounce-in 0.7s;
}

@-webkit-keyframes cd-bounce-in {
    0% {
        width: 0;
    }
    60% {
        width: 55%;
    }
    100% {
        width: 50%;
    }
}
@-moz-keyframes cd-bounce-in {
    0% {
        width: 0;
    }
    60% {
        width: 55%;
    }
    100% {
        width: 50%;
    }
}
@keyframes cd-bounce-in {
    0% {
        width: 0;
    }
    60% {
        width: 55%;
    }
    100% {
        width: 50%;
    }
}
.cd-handle {
    position: absolute;
    height: 44px;
    width: 44px;
    /* center the element */
    left: 50%;
    top: 50%;
    margin-left: -22px;
    margin-top: -22px;
    border-radius: 50%;
    background: #cfa75ce6 url("../assets/img/cd-arrows.svg") no-repeat center center;
    cursor: move;
    box-shadow: 0 0 0 6px rgba(0, 0, 0, 0.2), 0 0 10px rgba(0, 0, 0, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.3);
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0) scale(0);
    -moz-transform: translate3d(0, 0, 0) scale(0);
    -ms-transform: translate3d(0, 0, 0) scale(0);
    -o-transform: translate3d(0, 0, 0) scale(0);
    transform: translate3d(0, 0, 0) scale(0);
}
.cd-handle.draggable {
    /* change background color when element is active */
    background-color: #146543;
}
.is-visible .cd-handle {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    -moz-transform: translate3d(0, 0, 0) scale(1);
    -ms-transform: translate3d(0, 0, 0) scale(1);
    -o-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
    -webkit-transition: -webkit-transform 0.3s 0.7s, opacity 0s 0.7s;
    -moz-transition: -moz-transform 0.3s 0.7s, opacity 0s 0.7s;
    transition: transform 0.3s 0.7s, opacity 0s 0.7s;
}


.solution-features-section {
    color: #ffffff;
    text-align: center;
    margin-top: 50px;
}
.solution-items-container {
    padding: 30px 0;
}
.solution-items-container .solution-item {
    background: #222222;
    padding: 30px 20px;
    border-radius: 10px;
    box-shadow: 0 0 320px 8px rgba(239, 207, 123, 0.1);
}
.solution-items-container .solution-item a {
    color: var(--primary);
    text-decoration: none;
}
.solution-items-container .solution-item a:hover {
    color: var(--primary);
    text-decoration: underline;
}
.solution-items-container .solution-item p {
    margin-top: 20px;
    opacity: 0.8;
}
.solution-items-container .plus {
    font-size: 2em;
    align-self: center;
    align-items: center;
}

.spotlight-container {
    text-align: center;
    color: #ffffff;
    margin-top: 20px;
}
.spotlight-container h3 {
    margin: 40px auto 40px;
}

@media screen and (min-width:992px) {
    .solution-items-container {
        display: flex;
    }
    .solution-items-container .solution-item {
        flex: 1 1 20%;
    }
    .solution-items-container .plus {
        flex: 1 1 6.5%;
    }
    .spotlight-container {
        width: 50%;
        margin: auto;
    }
}

.embed-container {
    aspect-ratio: 16 / 9;
    border-radius: 20px;
    overflow: hidden;
}

@media screen and (min-width:769px) {
    .embed-container {
        max-width: 1200px;
        margin: 20px auto;
        box-shadow: 0 0 320px 8px rgb(42 206 122 / 10%);
    }
}

.video-caption {
    color: rgba(255,255,255,0.8);
    text-align: center;
    font-size: 0.9em;
}
.video-caption.small {
    font-size: 0.8em;
}
.video-caption a {
    color: var(--primary);
    text-decoration: none;
}
.video-caption a:hover {
    color: var(--primary-light);
    text-decoration: underline;
}
.video-caption.blue a {
    color: #235d9a;
}
.video-caption.blue a:hover {
    color: #235d9a;
}

@media screen and (max-width:769px) {
    .video-caption {
        padding-top: 20px;
    }

    .spotlight-container {
        width: 90%;
        margin: auto;
    }
}


/* ---------- DANCE THEATRE PAGE -------- */

.dance-header {
    color: #ffffff;
    text-align: center;
}

.dance-solutions-container {
    padding-top: 20px;
}
.dance-solutions-container .dance-solution-item {
    background: #222222;
    border-radius: 20px;
    padding: 40px 50px;
}

.dance-solutions-container .dance-solution-item img {
    height: 50px;
}

.delivery-process .solution-item {
    box-shadow: 0 0 320px 8px rgba(239, 207, 123, 0.1);
}

.dance-solutions-container .dance-solution-item .solution-icon,
.solution-item .solution-icon{
    font-size: 3em;
    margin-bottom: 10px;
}
.dance-solutions-container .dance-solution-item p {
    font-size: 1.1em;
    opacity: 0.7;
    margin-top: 20px;
}

.dance-solutions-container .dance-solution-item a {
    color: var(--primary);
    text-decoration: none;
}
.dance-solutions-container .dance-solution-item a:hover {
    color: var(--primary-light);
    text-decoration: underline;
}

@media screen and (min-width:992px) {
    .dance-solutions-container {
        display: flex;
        gap: 20px;
    }
    .dance-solutions-container .dance-solution-item {
        flex: 1 1 33%;
        box-shadow: 0 0 320px 8px rgba(239, 207, 123, 0.05);
    }
    .delivery-process .plus {
        opacity: 0.5;
    }
}

.banner-image img {
    width: 100%;
}

.num-circle {
    display: block;
    opacity: 0.7;
    margin: 10px auto 20px auto;
    height: 50px;
    width: 50px;
    text-align: center;
    font-size: 0.6em !important;
    border-radius: 50%;
    color: var(--primary);
    border: 2px solid var(--primary-light)
}

.delivery-process-header {
    font-size: 1.1em;
}

.delivery-process-footer {
    margin: 0 auto 30px auto;
    opacity: 0.8;
}

@media screen and (min-width: 992px) {
    .delivery-process .solution-item {
        flex: 1 1 26%;
    }
}

@media screen and (min-width:650px) {
    .delivery-process-footer span {
        margin: 0 20px;
    }
}

@media screen and (max-width:650px) {
    .delivery-process-footer span {
        display: block;
        width: max-content;
        margin: 10px auto;
        height: 1px;
        border-width: 0 10px;
        border-style: solid;
    }
}

.delivery-process .solution-item h4 {
    font-size: 1.3em;
}

.digital-delivery-banner img {
    width: 70%;
    margin: 20px auto;
}

@media screen and (max-width:992px) {
    .dance-solutions-container .dance-solution-item {
        margin-bottom: 20px;
    }
    .dance-header {
        padding: 0 20px;
    }
    .delivery-process .plus {
        visibility: hidden;
        flex: 1 1 0;
        height: 30px;
    }
    .delivery-process .solution-item {
        width: 90%;
        margin: auto;
        text-align: left;
    }
    .num-circle {
        margin: 10px auto 20px 0;
    }

    .digital-delivery-banner img {
        width: 90%;
        margin: 20px auto;
    }
}

@media screen and (min-width:992px) and (max-width:1400px) {
    .delivery-process .plus {
        visibility: hidden;
        flex: 1 1 2%;
    }
}


.commercial-solutions {
    gap: 40px;
}
.commercial-solutions ul {
    margin-top: 30px;
    list-style: none;
    padding-left: 0;
}
.commercial-solutions ul li {
    margin-bottom: 10px;
}

@media screen and (min-width:1200px) {
    .commercial-solutions {
        gap: 40px;
        width: 80%;
        margin: auto;
    }
}
@media screen and (max-width:992px) {
    .commercial-solutions .solution-item {
        margin-bottom: 30px;
    }
}

.lead.feat-credit {
    font-size: 0.8em;
}

.lead.feat-credit a {
    color: var(--primary);
    text-decoration: none;
}
.lead.feat-credit a:hover {
    text-decoration: underline;
}


.feature-section.black-bg {
    background: #000;
    width: 100vw;
    padding: 30px 0 0 0;
}

.tv-img-container {
    background-image: url("../assets/img/hybrid_tv2.png");
    background-size: cover;
    background-position: center center;
    width: 90%;
    max-width: 1400px;
    height: 650px;
    border-radius: 30px;
    margin: auto;
}
@media screen and (max-width:700px) {
    .tv-img-container {
        height: 400px;
    }
}


/* SHOWCASE SECTION TABS */
.showcase-tabs {
    max-width: 1440px;
    margin: auto;
}
.nav-pills {
    border-bottom: none;
    display: flex;
    justify-content: space-between;
    background: transparent;
}
.nav-pills .nav-link {
    flex: 1;
    text-align: center;
    color: #d0d0d0;
    font-weight: 500;
    padding: 15px 30px;
    border: none;
    background: rgba(255,255,255,0.1);
    border-radius: 30px;
    margin: 0 10px;
}

.nav-pills .nav-link.active {
    color: #ffffff;
    background: linear-gradient(to right top, #a76035, #b66e52, #c17e6d, #c98f88, #cfa1a0);
    border-radius: 30px;
}

/* Transparent tab content */
.tab-content {
    background: transparent;
    padding: 0 0 30px 0;
    text-align: center;
}
.tab-pane img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.tab-pane video {
    border-radius: 20px;
    width: 90%;
    margin: auto;
}

.caption {
    margin-top: 15px;
    font-size: 16px;
    opacity: 0.7;
}

@media screen and (max-width:900px) {
    .showcase-tabs .nav-pills {
        display: block;
    }
    .showcase-tabs .nav-item {
        display: block;
        margin: 10px auto;
        text-align: center;
    }
    .nav-link {
        display: block;
        width: 80%;
        margin: 10px auto !important;
    }
    .showcase-tabs .caption {
        font-size: 14px;
        padding: 0 20px;
    }
}


/* -------------------------- HYBRID FEATURE BLOCK -------------------------- */


.feat-header {
    padding: 0 15px;
}

/* -- Desktop -- */
@media screen and (min-width:1400px) {
    .client-exp-3 .ft-block {
        height: 611px;
    }
    .branding-2 .ft-block {
        height: 570px;
    }
    .personalize-3 .ft-block {
        height: 508px;
    }
    .delivery-3 .ft-block {
        height: 492px;
    }
}
@media screen and (min-width:1200px) and (max-width:1400px) {

}
@media screen and (min-width:1200px) {
    .client-exp-1 .ft-block img.margin-top {
        margin-top: 47px;
    }
    .client-exp-3 .block-footer, .branding-2 .block-footer, .delivery-3 .block-footer {
        padding-top: 20px;
    }
}

@media screen and (min-width:992px) and (max-width:1200px) {
    .client-exp-1 .ft-block {
        height: 565px;
    }
    .personalize-1 .ft-block {
        height: 687px;
    }
    .personalize-4 .ft-block {
        height: 452px;
    }
    .client-exp-1 .ft-block img, .personalize-1 .layouts-carousel {
        margin-top: 50px;
    }
    .delivery-1 .ft-block {
        height: 682px;
    }
    .delivery-1 .ft-block img {
        margin-top: 50px;
    }
    .delivery-3 .ft-block {
        height: 420px;
    }
    .delivery-3 .block-footer {
        padding-top: 20px;
    }
}

@media screen and (min-width:992px) {
    .ft-detail .detail-row {
        display: flex;
        gap: 20px;
        margin-bottom: 20px;
    }
    .ft-block.small:last-child {
        margin-bottom: 0;
    }
    .ft-block.medium:last-child, .ft-block.medium-2:last-child {
        margin-bottom: 0;
    }

    .central-place-1 {
        flex: 1 1 50%;
    }
    .central-place-1 .ft-block.large {
        height: 550px;
    }
    .central-place-1 .ft-block.large img {
        height: 90%;
        width: unset;
    }
    .native-sharing img {
        height: 73%;
        width: unset;
        max-width: 100%;
        display: block;
    }

    .central-place-2 {
        flex: 1 1 50%;
    }

    .layouts-carousel .carousel-inner {
        transform: scale(0.8) !important;
        overflow: visible;
    }

    .ft-block.large.flex {
        display: flex;
    }
    .ft-block.large.flex .block-col-label {
        flex: 1 1 65%;
        padding-top: 70px;
    }
    .ft-block.large.flex .block-col-img {
        flex: 1 1 45%;
    }

}

@media screen and (min-width:768px) {
    .central-place-2 .ft-block.small {
        display: flex;
        height: 265px;
        justify-content: center;
        padding-top: 70px;
    }
    .central-place-2 .ft-block.small h5 {
        margin-top: 30px;
    }
    .central-place-2 .ft-block.small p {
        font-size: 1.2em;
        padding-top: 20px;
    }
}

@media screen and (max-width:1350px) {
    .device-container.mobile {
        right: -20px !important;
    }
}

@media screen and (max-width:1200px) {
    .central-place-2 .ft-block.small {
        flex-direction: column;
        padding-top: 0;
    }
}

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

    .ft-block.large.highlighted h5 {
        text-align: center;
    }
    .central-place-2 .ft-block.small {
        margin-top: 15px;
        padding: 30px;
        text-align: center;
    }
    .central-place-2 .ft-block.small p {
        font-size: 1.1em;
    }
    .central-place-2 .ft-block.small .mobile-hide {
        display: none;
    }

    .device-bar-mobile {
        margin-top: 0;
    }
}


.testimonial-section {
    padding: 60px 0;
    text-align: center;
    color: white;
    background: unset;
}
.testimonial-section .carousel-indicators {
    bottom: -80px;
}

.testimonial-card {
    max-width: 700px;
    margin: auto;
    text-align: center;
}
.testimonial-text {
    font-size: 18px;
    font-style: italic;
    color: white;
    margin-bottom: 20px;
}
.testimonial-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    text-align: left;
}
.testimonial-img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
}
.testimonial-name {
    font-weight: bold;
    font-size: 18px;
    margin: 0;
    color: white;
}
.testimonial-company {
    font-size: 14px;
    color: #ddd;
    margin: 0;
}
.carousel-indicators [data-bs-target] {
    background-color: white;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}
.carousel-control-prev, .carousel-control-next {
    width: 5%;
}


/* EXAMPLES SECTION */
.examples-container {
    text-align: center;
    color: #ffffff;
    padding: 0 20px;
}
.examples-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding-top: 20px;
}
.example-item {
    display: flex;
    flex-direction: column;
    padding: 15px;
    border-radius: 5px;
    color: var(--primary-light);
    background: #222222;
    border: 1px solid transparent;
    text-align: center;
    text-decoration: none;
    min-width: 210px;
    transition: all ease-in-out 200ms;
}

.item-heading img {
    height: 150px;
    border: 1px solid #000000;
    border-radius: 5px;
}
.item-subheading {
    opacity: 0.7;
    font-size: 0.7em;
    padding-top: 5px;
    color: #ffffff;
}
.item-subheading span {
    opacity: 0.5;
    margin: 0 2px;
}

.example-item:hover {
    color: var(--primary);
    border: 1px solid var(--primary-light);
}

@media screen and (max-width: 850px) {
    .examples-row {
        flex-direction: column;
    }
    .example-item {
        width: max-content;
    }
}

.bottom-cta {
    padding: 60px 30px 60px 30px;
    background-image: linear-gradient(to right top, #8f755b, #8a745a, #86735a, #817259, #7d7159) !important;
}

.btn-peach {
    background: #412e24;
    color: #ffffff;
}
.btn-peach:hover {
    background: #412e24;
    color: #ffffff;
}

.btn-peach-outline {
    border: 1px solid #412e24;
    color: #412e24;
}
.btn-peach-outline:hover {
    background: #412e24;
    color: #ffffff;
}

.page-bottom-gradient {
    background-image: linear-gradient(to bottom, #101010, #1f1b1e, #302627, #3f322d, #484133);
}
