@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700|Roboto:300,400,700&display=swap');
/*
    font-family: 'Roboto Condensed', sans-serif;
    font-family: 'Roboto', sans-serif;   
*/

/* Globals */
/* Globals */
/* Globals */
body {
    font-family: 'Roboto Condensed', sans-serif;
    background-color: #4a4949;
    scroll-behavior: smooth;
    display: grid;
    place-items: center;
}
.area{
    margin-top: 10vh;
    width:80vw;
    height: 80vh;
}
.nav-item a:link, 
.nav-item a:visited {
    color: #ED462F;
    text-decoration: none;
    display: flex;
    transition: all 0.2s ease-in-out;
    margin:0px 5px
}

.nav-item a:hover,
.nav-item a:active {
    color: white;
    background-color: #ED462F;
    border-radius: 40px;
    box-shadow: 0 1rem 2rem rgba(black, .4);
    transform: scale(1.1);
    padding: 2px;
    box-shadow: 0px 8px 10px 6px #3a3a3a;
    margin-top: 2px;
    /* -webkit-transform: rotate(5deg) scale(1.3); */
}


.navbar{
    background-color: #000000;
    font-size: 1.3rem;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;

}
.navbar-nav{
    position: relative;
    left:60%;
}

  
/* Character Search Page */
/* Character Search Page */
/* Character Search Page */
.jumbotron {
    margin-bottom: -200px;
    background-color: #000000;
    height:550px
}

.container{
    margin-top:-30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position:fixed;
    height: 500px;

    background-color: #000000;
    width: 100em;
    /* height: 90%; */
    margin-top: -40;
    overflow: auto;
    justify-content: space-between;
}
.container::-webkit-scrollbar{
    display:none;
}
.container h2{
    margin: 0px 0px 15px 0px;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    word-spacing: .7rem;
    color: #ED462F;
}

.form-group input{
    width:400px;
    border-radius: 40px;
    background: transparent;
    box-shadow: 0px 0px 10px 3px whitesmoke;
    border: none;
    margin-top: 10px;
    padding-left: 25px;
    margin-bottom: 60px;
}
/* .header-main-title {
    color: #ff0000;
} */

/* .hero-container {
    margin-top:300px;
    display: flex;
    justify-content: space-between;
} */

.main-container {
	width: 220px;
	height: 440px;
	position: relative;
	margin: 0 60px 0 80px;
    
}

.poster-container {
	width: 230px;
	position: absolute;
	top: 0;
	left: 20px;
	z-index: 9999;
}
.poster-container img{
	width: 100%;
	height: 300px;
}
.poster {
	width: 100%;
	box-shadow: 0 5px 20px 3px rgba(255, 255, 255, 0.6);
}

.ticket-container {
	background: #fff;
	width: 270px;
	height: 380px;
	display: flex;
	flex-direction: column;
	align-items: center;
	border-radius: 5px;
	position: absolute;
	top: 20px;
	box-shadow: 0 5px 20px 3px rgba(255, 255, 255, 0.6);
	opacity: 0;
}

.main-container:hover .ticket-container {
	opacity: 1;
	animation: bounceIn 0.6s linear;
}

@keyframes bounceIn {
	0%,
	20%,
	40%,
	60%,
	80%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}
	20% {
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03);
	}
	40% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9);
		transform: scale3d(0.9, 0.9, 0.9);
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.01, 1.01, 1.01);
		transform: scale3d(1.01, 1.01, 1.01);
	}
	80% {
		-webkit-transform: scale3d(0.97, 0.97, 0.97);
		transform: scale3d(0.97, 0.97, 0.97);
	}
	to {
		opacity: 1;
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
}

.ticket__content {
	width: 100%;
	position: absolute;
	bottom: 0;
	text-align: center;
}

.ticket__movie-title {
	text-transform: uppercase;
	margin-bottom: 5px;
}


.ticket__buy-btn {
	cursor: pointer;
	width: 100%;
	background: #2f2f2f;
	color: white;
	padding: 15px 0;
	font-size: 1rem;
	font-weight: bold;
	text-transform: uppercase;
	border: 0;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
/* 
#characterMainTitle, #comicMainTitle {
    color: #f30000;
}
.card {
    border:none;
    border-radius: 2px;
    margin: 20px;
}
.card-body{
    border:none;
    border-radius: 2px;
    line-break: anywhere;
}
i{
    cursor: pointer;
}
.fa-add:before, .fa-plus:before {
    content: "\2b";
    font-style: normal;
    font-size: 30px;
    font-weight: 400;
    justify-content: right;
} */

/* Single Comic Page */
/* Single Comic Page */
/* Single Comic Page */
/* Single Comic Page */
/* .single-comice__container {
    background-color: #22262A;
} */