@charset "utf-8";
/**
*
* -----------------------------------------------------------------------------
*
* Template : khelo - SC Raven Custom Styles
* Author : Codeworks Tech and Design
* Author URI : https://codeworks.agency/
*
* -----------------------------------------------------------------------------
*
**/
/* Table Of Content
---------------------------------------------------------
01. General CSS
02. Single Player Page
--------------------------------------------------------*/olayer


.title:h1{
    font-size:150px;
    
}

.player_details .top .left {
    position: relative;
    width: 739px;
}
.review-container .hero-scoreboard {
    align-items: center;
    background-color: #000;
    display: flex;
    height: 110vh;
    justify-content: center;
    margin: auto;
    overflow: hidden;
}
.review-container img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.review-container .review-top {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    width: 100%;
}
.review-container .review-top .date-venue {
    margin-bottom: 68px;
}
.review-container .review-top .date-venue p {
    color: #fff;
    font-family: 'Gratelos', sans-serif;
    font-size: 18px;
    text-align: center;
}
.review-container .review-top .date-venue .date {
    font-size: 20px;
    font-weight: 700;
    margin-top: 8px;
}
.review-container .review-top .date-venue p {
    color: #fff;
    font-family: 'Gratelos', sans-serif;
    font-size: 18px;
    text-align: center;
}
.review-container .review-top .match-detail {
    display: flex;
    gap: 1vw;
    height: 130px;
    justify-content: center;
    font-family: 'Gratelos', sans-serif;
    width: 100%;
}
.review-container .review-top .match-detail .host {
    align-items: flex-end;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 33%;
}
.review-container .review-top .match-detail .host-name {
    color: #fff;
    font-size: 54px;
    text-align: right;
}
.review-container .review-top .match-detail .goals-scorer-host {
    margin-top: 0;
}
.review-container .review-top .match-detail .versus {
    align-items: center;
    display: flex;
    gap: 6px;
    justify-content: center;
}
.review-container .review-top .match-detail .versus .host-logo, .review-container .review-top .match-detail .versus .opponent-logo {
    height: 120px;
    text-align: center;
    width: 120px;
}
.review-container .review-top .match-detail .versus .host-logo img, .review-container .review-top .match-detail .versus .opponent-logo img {
    height: 120px;
    width: auto;
}
.review-container .review-top img {
    opacity: 1;
}
.review-container .hero-scoreboard img {
    opacity: .4;
}
.review-container img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.review-container .review-top .match-detail .versus .scoreline {
    align-items: center;
    display: flex;
    gap: 24px;
    justify-content: center;
    margin: auto 32px;
    min-width: 213px;
    text-align: center;
}
.review-container .review-top .match-detail .versus .scoreline .score {
    color: #fff;
    font-size: 124px;
    width: 33%;
}
.review-container .review-top .match-detail .versus .scoreline .timestamp p {
    background-color: #fff;
    border-radius: 4px;
    font-family: 'Gratelos', sans-serif;
    font-size: 20px;
    font-weight: 700;
    padding: 4px 8px;
}
.review-container .review-top .match-detail .versus .scoreline .score {
    color: #fff;
    font-size: 124px;
    width: 33%;
}
.review-container .review-top .match-detail .versus .host-logo, .review-container .review-top .match-detail .versus .opponent-logo {
    height: 120px;
    text-align: center;
    width: 120px;
}
.review-container .review-top .match-detail .versus .host-logo img, .review-container .review-top .match-detail .versus .opponent-logo img {
    height: 120px;
    width: auto;
}
.review-container .review-top img {
    opacity: 1;
}
.review-container .hero-scoreboard img {
    opacity: .4;
}
.review-container img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.review-container .review-top .match-detail .opponent {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 33%;
}
.review-container .review-top .match-detail .opponent-name {
    color: #fff;
    font-size: 54px;
}
.review-container .review-top .match-detail .goals-scorer-opponent {
    margin-top: 0;
}

/* Create two equal columns that floats next to each other */
.column {
  float: left;
  width: 50%;
  padding: 10px;
  box-sizing: border-box;
  height: 300px; /* Should be removed. Only for demonstration */
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}