⁠@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap'); ⁠

.navbar {
    background-color: #ffffff; 
    color: #242424;
	height: 60px;
	box-shadow: 0px 8px 16px #00000020, 0px 16px 32px #00000010;
}

.navbar a {
        color: #4224f8;
}

.navbar .container {
	display: flex;
	flex-direction: row;
	height: 60px;
	align-items: center;
	justify-content: space-around;
}

.navbar-brand img {
	height: 32px;
}

body {
    background-color: #dcdcdc; 
    color: #242424; 
    font-family: "Inter", sans-serif; 
    font-weight: 400; 
    font-style: normal;
	font-variant-numeric: slashed-zero;
}

h1{
    font-family: "Inter", sans-serif; 
    font-weight: 800;
    font-style: normal;
	letter-spacing: -0.05em;
color: #a718c3; 
 background-image: linear-gradient(135deg, #a718c3 10%, #3901bc 90%); 
 background-clip: text; 
 -webkit-background-clip: text; 
 -webkit-text-fill-color: transparent; 
}

h2 {
	font-weight: 600;
	letter-spacing: -0.03em;
	color: #604AFC; 
 background-image: linear-gradient(90deg, #604AFC 10%, #3899F6 90%); 
 background-clip: text; 
 -webkit-background-clip: text; 
 -webkit-text-fill-color: transparent; 
}

h5 {
	font-weight: 600;
	 color: #C71585; 
 background-image: linear-gradient(90deg, #C71585 52%, #E62092 45%, #FF4D94 57%); 
 background-clip: text; 
 -webkit-background-clip: text; 
 -webkit-text-fill-color: transparent; 
	letter-spacing: -0.02em;
}

.movie-details {
	background-color: #fff;
}

.span-genre:after {
  content: " / ";
}

.span-genre:last-child:after {
  content: "";
}

.dark-brown{
    background-color: #D8C4B6;
}

.mtb-5 {
    margin: 5rem 0;
}

.mtb-3 {
    margin: 3rem 0;
}
.aqua-green5{
    color: #0a3622;
}
.aqua-green4{
    color: #0f513;
}
.aqua-green3{
    color: #146c43;
}
.aqua-green2{
    color: #198754;
}
.aqua-green1{
    color: #479f76;
}
.red1{
    color: #f35d6a;
}
.red2{
    color: #dc3545;
}
.red3{
    color: #b02a3;
}
.red4{
    color: #842029;
}
.red5{
    color: #58151c;
}
.dark-orange1{
    color: #fd7e14;
}
.number-card{
    max-height: 150px;
    min-height: 150px;
}
.number-card .white {

}
.number-card .title{
    font-size:1.3rem;
}
.number-card .number{
    font-size:2rem;
    font-family: "Inter", sans-serif; 
    font-weight: 600; 
    font-style: normal;
	letter-spacing: -0.04em;

}
.verdict-box{
    padding: 1.3rem 1.5rem
}
.influence-score{
    font-size: 3rem;
    font-family: "Inter", sans-serif; 
	letter-spacing: -0.03em;
    font-weight: 600; 
    font-style: normal;
    line-height: 2rem;
    padding: 1rem;
}