body {
    background-color: #100e17;
}

.hover-effect-items:hover {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    animation-name: example;
    animation-duration: 0.25s;
    border: 8px solid white;
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

#poster-row {
    margin-left: 5%;
    margin-right: 5%;
}

.margingiving {
    margin-top: 7%;
}

:focus {
    outline: 8px solid white;   
}


/* navbar */
.navbar-brand {
	margin-left: 4%;
}

.navbar-nav > li{
  margin-left: 30px;
}

.nav-items:hover {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    animation-name: example;
    animation-duration: 0.25s;
    border: 8px solid white;
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

nav {
    font-family: 'Inconsolata', monospace;
}

.navbar-brand svg {
    color: white;
    background-image: linear-gradient(120deg, #84fab0 0%, #8fd3f4 100%);
    border: 1px solid #100e17;
    border-radius: 25px;
}

.nav-link {
    color: white;
}

.nav-link:hover {
    color: rgb(190, 190, 190);
}

.navbar-toggler {
    border: 1px solid white;
}

.custom-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(255,255,255)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.search-bar-design {
    background: rgba(0, 0, 0, 0.1);
    border: 1px solid #84fab0;
}

.search {
	-webkit-appearance: none;
	list-style-type: none;
    color: #84fab0;
	background-color: #100e17;
	border-color: #100e17;
}

.nav-items {
    font-size: 25px;
}

/* long-poster section */
.first-panel {
    font-family: 'Bowlby One SC', cursive;
    margin-top: 2%;
	margin-left: 5%;
    margin-bottom: 0.1%;
}

.first-panel h4 {
    color: #84fab0;
}

#col-long-poster {
    padding: 0px;
    margin: 0px;
}

.long-poster {
    object-fit: cover;
    width: 300px;
    height: 550px;
}

/* feature-ad section */
.feature-ad{
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 5%;
    background: linear-gradient(
        rgba(0, 0, 0, 0.9), 
        rgba(0, 0, 0, 0.9)),
        url(https://images.unsplash.com/photo-1551244072-5d12893278ab?ixlib=rb-1.2.1&auto=format&fit=crop&w=2089&q=80) no-repeat center center fixed;
}

.enjoy-span {
    font-weight: 900;
    font-family: 'Bowlby One SC', cursive;
    font-size: 40px;
}

.provider-logo{
    max-width: 150px;
    max-height: 200px;
}

/* Recently featured */
.panels {
    font-family: 'Bowlby One SC', cursive;
    margin-top: 2%;
	margin-left: 5%;
    margin-bottom: 2%;
}

.panels h4 {
    color: #84fab0;
}

.hor-box {
    object-fit: cover;
    width: 300px;
    height: 150px;
}

#col-poster {
    margin: 0px;
    padding: 0px;
}

/* card-image section */
.card-img-overlay {
	margin-left: 5%;
}

.card-img-the-king{
    height: 500px;
    background: linear-gradient(
        to right,
        rgba(0, 0, 0, 0.9),
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0.1)),
        url(https://specials-images.forbesimg.com/imageserve/5dbad685b4d5050006788e6c/960x0.jpg?fit=scale) no-repeat;
    background-size: cover;
}

#border-card{
    border: none;
}

#border-card h5 {
    font-family: 'Cinzel', serif;
    font-size: 100px;
}

#border-card p {
    position: relative;
    font-size: 20px;
}

.new-green {
    color: #84fab0;
}

.the-of-the-king {
    position: absolute;
    top: 70px;
    left: -1px;
    color: white;
    font-size: 20px;
}

.r-icon {
    color: white;
    border: 1px solid white;
    padding: 2px 6px;
}

.audio-description {
    color: white;
    border: 1px solid white;
    padding: 2px 6px;
}

.danger-edit{
    border-radius: 0px;
    background-color: #84fab0;
    color: black;
}

.btn-my-list{
    color: black;
    border: 1px solid white;
    border-radius: 0px;
}

.btn-my-list:hover {
    color: #84fab0;
}

/* copyright */
.copyright {
    background-image: linear-gradient(120deg, #d4fc79 0%, #96e6a1 100%);
    font-family: 'Bowlby One SC', cursive;
}

/* slide-navigation */
.slide svg {
	font-size: 2.2rem;
}

.svg-inline--fa {
	font-size: 1rem;
}

.slide-menu {
    overflow-x: hidden;
    font-family: 'Bowlby One SC', cursive;
}

#slide-menu-content {
    padding: 15px;
    transition: margin-left 0.7s;
    overflow: hidden;
    width: 100%;
}

.slide {
    margin-top: 80px;
}

.slide a {
    color:#84fab0;
    font-size: 10px;
}

.slide-nav .close {
    position: absolute;
    top: 8px;
    right: 22px;
    margin-left: 50px;
    font-size: 30px;
    color:#84fab0;
}

.slide-nav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background: linear-gradient(
        to right,
        rgba(0, 0, 0, 0.9), 
        rgba(0, 0, 0, 0.3));
    overflow-x: hidden;
    padding-top: 60px;
    transition: 0.7s;
}

.slide-nav a.slide-items {
    display:flex;
    flex-direction: row;
    padding: 18px 30px;
    font-size: 30px;
    text-decoration: none;
    color:#84fab0;
	margin-left: 30px;
}

.slide-nav a.slide-items:hover {
    color:white;
    transition: 0.3s;
}

.slide-nav ul {
    display: flex;
    position: absolute;
    width: 100%;
    margin-top: 50px;
}

.slide-nav ul li {
    list-style: none;
}

.slide-nav ul li a.inline {
    font-size: 26px;
    color: white;
    padding: 6px 5px;
}

.slide-nav ul li a.inline:hover {
    color:#84fab0;
}

.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
	color:white;
}

  