.back_shadow {
    background: linear-gradient(
        rgba(20, 20, 20, 0) 0%, 
        rgba(20,20,20, 1)
    );
    margin-left: 15px;
    border-radius: 20px;
}

.zoom {
transition: transform .4s; /* Animation */
}

.zoom:hover {
transform: scale(1.01); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.sidebar{
    display: none;
}

.content {
    padding-left: 0px;
    padding-bottom: 80px;
}

.sidebar_item{
        cursor: pointer;
        background: rgba(20, 20, 20, 1);
        padding-top: 10px;
        padding-left: 5px;
        padding-right: 5px;
        padding-bottom: 10px;
        height: 55px;
        /* width: 50px; */
        margin: 5px;
        font-size: 12px;
        color: white;
        border-radius: 10px;
        border: 2px solid rgba(156, 156, 156, 0);
    }

.sidebar_item:hover{
    background: rgba(36, 36, 36, 0.438); 
    border: 2px solid rgba(99, 99, 99, 0.466);
}

.active_color{
        /* background: rgba(85, 85, 85, 0.438);  */
        /* border: 2px solid rgba(156, 156, 156, 0.466); */
        border-radius: 10px;
        font-size: 10px;
        padding-top: 5px;
        background: rgba(75, 49, 97, 0.8);
        box-shadow: 0 0 20px rgba(137, 9, 241, 0.8);
        border-color: rgb(212, 34, 248);
    }

.bottombar{
    position: fixed;
    bottom: 0;
    height: 65px;
    width: 100%;
    padding-top: 10px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 2px;
    display: flex;
    justify-content: space-around;
    background-color: #141414;
    box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.2);
    border-top: 2px solid #313131;
    z-index: 999;
}

@media (min-width: 960px) {
    .content {
        padding-left: 80px;
        padding-bottom: 0px;
    }
    .sidebar {
        display: flex;
        flex-direction: column;
        width: 80px;
        min-height: 100vh;
        position: fixed;
        top: 0;
        left: 0;
        background-color: #141414;
        box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.2);
        border-right: 2px solid #313131;
        z-index: 999;
    }
    .bottombar{
        display: none;
    }
};

.bottombar_item{
        cursor: pointer;
        background: rgba(20, 20, 20, 1);
        margin: 10px;
        font-size: 10px;
        color: white;
        border-radius: 10px;

        display: flex;
        justify-content: center;
        align-items: center;
        padding: 10px;
        padding-left: 10px;
        padding-right: 10px;
        border: 2px solid rgba(156, 156, 156, 0);       
    }

.bottom_active_color{
        /* background: rgba(85, 85, 85, 0.438);  */
        border: 2px solid rgba(156, 156, 156, 0.466);       
        padding-top: 5px;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 2px;
        margin-bottom: 8px;;

        background: rgba(75, 49, 97, 0.8);
        box-shadow: 0 0 20px rgba(137, 9, 241, 0.8);
        border-color: rgb(212, 34, 248);
    }

.card{
    border-radius: 20px;
    /* background-color: #141414; */
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    border: 2px solid #313131;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.320, 1);
    background: rgb(22, 22, 22);
}

.hover:hover {
    /* box-shadow: 0 0 20px rgba(9, 117, 241, 0.8);
    border-color: #0974f1; */
    box-shadow: 0 0 20px rgba(137, 9, 241, 0.8);
    border-color: rgb(212, 34, 248);
}

.bordered{
    /* border-color: rgb(212, 34, 248, 0.35); */
    border: 2px solid #505050;
}

.hovered{
    box-shadow: 0 0 10px rgba(137, 9, 241, 0.8);
    border-color: rgba(212, 34, 248, 0.5);
}

button {
    padding: 10px 40px;
    font-size: 12px;
    background-color: #540085;
    color: #fff;
    text-shadow: 0 2px 0 rgb(0 0 0 / 25%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border: 0;
    z-index: 1;
    user-select: none;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 1px;
    white-space: unset;
    padding: .8rem 1.5rem;
    text-decoration: none;
    font-weight: 900;
    transition: all 0.7s cubic-bezier(0,.8,.26,.99);
}

button:before {
    position: absolute;
    pointer-events: none;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: '';
    transition: .7s cubic-bezier(0,.8,.26,.99);
    z-index: -1;
    background-color: #6a0085;
    /* box-shadow: 0 -4px rgba(108, 0, 99, 0.5) inset, 0 4px rgba(253, 31, 253, 0.99) inset, -4px 0 rgba(190, 31, 253, 0.5) inset, 4px rgba(56, 0, 108, 0.5) inset; */
    box-shadow: 0 -4px rgba(50, 0, 108, 0.5) inset, 0 4px rgba(253 31 223 /99%) inset, -4px 0 rgba(209 31 253 /50%) inset, 4px 0 rgba(74 0 108 /50%) inset;
}

button:after {
    position: absolute;
    pointer-events: none;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: '';
    box-shadow: 0 4px 0 0 rgb(0 0 0 / 15%);
    transition: .7s cubic-bezier(0,.8,.26,.99);
}

button:hover:before {
    box-shadow: 0 -4px rgb(0 0 0 / 50%) inset, 0 4px rgb(255 255 255 / 20%) inset, -4px 0 rgb(255 255 255 / 20%) inset, 4px 0 rgb(0 0 0 / 50%) inset;
}

button:hover:after {
    box-shadow: 0 4px 0 0 rgb(0 0 0 / 15%);
}

button:active {
    transform: translateY(4px);
}

button:active:after {
    box-shadow: 0 0px 0 0 rgb(0 0 0 / 15%);
}

.blur{
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
}

.blur_background{
    background-color: rgba(0, 0, 0, 0.61);
    backdrop-filter: blur(15px);
}

.video-container {
    height: 1000px;
    min-height: 700px;
    max-height: 1200px;
    width: 100%;
    /* width: 100vh; */
    left: 0;
    right: 0;
    position: absolute;
}

.video-container video {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    z-index: 0;
}

.caption {
    z-index: 1;
    position: relative;
    color: #ffffff;
    margin: 0px;
    padding: 0px;
    z-index: 999;
}

.gradient{
    background-image: radial-gradient(
        circle at 36% 50%,
        #000000bd,
        rgba(11, 39, 65, 0.116) 87%,
        rgba(0, 0, 0, 0.123)
    );
    width: 100%;
    height: 1000px;
    min-height: 600px;
    object-fit: cover;
    position: absolute;
    z-index: 2;
}

.bottom_gradient{
    background-image: linear-gradient(
        #00000000 60%, 
        #222222
    );
    width: 100%;
    height: 1000px;
    min-height: 600px;
    object-fit: cover;
    position: absolute;
    z-index: 2;
}

.bottom_light_gradient{
    background-image: linear-gradient(
        #00000000 80%, 
        #222222
    );
    width: 100%;
    height: 1000px;
    min-height: 600px;
    object-fit: cover;
    position: absolute;
    z-index: 2;
}

.bottom_bigger_gradient{
    background-image: linear-gradient(
        #00000000 20%, 
        #222222
    );
    width: 100%;
    height: 1000px;
    min-height: 600px;
    object-fit: cover;
    position: absolute;
    z-index: 2;
}

.auto-resizable-iframe {
        
    margin: 0px auto;
}
.auto-resizable-iframe > div {
    position: relative;
    padding-bottom: 75%;
    height: 0px;
}
.auto-resizable-iframe iframe {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
