/*Red Rose*/
@font-face {
  font-family: "Red Rose";
  src: url("../dashboard-fonts/red-rose/RedRose-Light.ttf") format("truetype"),
       url("../dashboard-fonts/red-rose/RedRose-Light.woff2") format('woff2'),
       url("../dashboard-fonts/red-rose/RedRose-Light.woff") format('woff');
  font-style: normal;
  font-weight: 300;
  font-display: swap;
}

@font-face {
  font-family: "Red Rose";
  src: url("../dashboard-fonts/red-rose/RedRose-Regular.ttf") format("truetype"),
       url("../dashboard-fonts/red-rose/RedRose-Regular.woff2") format('woff2'),
       url("../dashboard-fonts/red-rose/RedRose-Regular.woff") format('woff');
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Red Rose";
  src: url("../dashboard-fonts/red-rose/RedRose-Medium.ttf") format("truetype"),
       url("../dashboard-fonts/red-rose/RedRose-Medium.woff2") format('woff2'),
       url("../dashboard-fonts/red-rose/RedRose-Medium.woff") format('woff');
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Red Rose";
  src: url("../dashboard-fonts/red-rose/RedRose-SemiBold.ttf") format("truetype"),
       url("../dashboard-fonts/red-rose/RedRose-SemiBold.woff2") format('woff2'),
       url("../dashboard-fonts/red-rose/RedRose-SemiBold.woff") format('woff');
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "Red Rose";
  src: url("../dashboard-fonts/red-rose/RedRose-Bold.ttf") format("truetype"),
       url("../dashboard-fonts/red-rose/RedRose-Bold.woff2") format('woff2'),
       url("../dashboard-fonts/red-rose/RedRose-Bold.woff") format('woff');
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}




/********** CUSTOME CSS **********/



:root {
  --primary-color: #000;
  --secondry-color: #455A64;
}
.section-width {
  padding: 0 100px;
  width: 100%;
  display: inline-block;
  vertical-align: top;
}
.section-padding{
  padding: 80px 0;
}
.section-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
}
.section-head h2{
  font-size: 40px;
  font-weight: 800;
  color: #000;
  margin: 0;
  text-align: center;
}
.section-head svg:first-child{
  margin-right: 15px;
}
.section-head svg:last-child{
  margin-left: 15px;
}
.section-head > p{
  font-size: 18px;
  color: #555;
  margin: 22px 0 0 0;
  text-align: center;
  line-height: 1.5;
}
.primary-btn {
  padding: 10px 20px;
  background: var(--primary-color);
  color: #fff;
  border-radius: 5px;
  display: inline-block;
  line-height: normal;
  font-weight: 700;
  text-decoration: none;
  border: 0;
}
.primary-btn:hover {
  background: var(--secondry-color);
  color: #fff;
}
img{
  max-width: 100%;
  height: auto;
}
body, h1, h2, h3, h4, h5, h6, p, span {
  font-family: "Red Rose" !important;
}



.l1-led-scoreboard {
  padding: 20px 30px;
}
.l1-led-scoreboard-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.l1-led-scoreboard-logo,
.l1-led-scoreboard-tournament_logo {
  max-width: 250px;
  width: 100%;
  display: inline-block;
}
.l1-led-scoreboard-tournament_logo {
  text-align: right;
}
.l1-led-scoreboard-logo img,
.l1-led-scoreboard-tournament_logo img {
  height: 80px;
}
.l1-led-scoreboard-tournament_title {
  width: calc(100% - 520px);
  margin: 0 10px;
  text-align: center;
}
.l1-led-scoreboard-tournament_title h1 {
  font-size: 40px;
  font-weight: bold;
  margin: 0;
  font-family: "Red Rose";
}
.l1-led-scoreboard-body {
  padding: 30px;
  max-width: 1400px;
  margin: 0 auto;
  border: 1px solid #ccc;
}
.l1-led-scoreboard-venue {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #ccc;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.l1-led-scoreboard-venue p {
  font-size: 35px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
  color: #000;
}
.led-live-bedge {
  padding: 10px 20px;
  background: #AD2112;
  border-radius: 100px;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  line-height: normal;
}
.l1-led-scoreboard-team-info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #ccc;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.led-scoreboard-team-data {
  padding: 0 0 0 15px;
}
.led-scoreboard-team-data:first-child {
  text-align: right;
  padding: 0 15px 0 0;
}
.led-scoreboard-team-data h5 {
  font-size: 60px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.led-scoreboard-team_score {
  display: flex;
  align-items: center;
}
.led-scoreboard-team_score h6 {
  font-size:40px;
  font-weight: bold;
  margin-right: 30px;
  margin-bottom: 0;
}
.led-scoreboard-team_score p {
  font-size: 40px;
  font-weight: bold;
  margin: 0;
  line-height: normal;
  text-transform: uppercase;
}
.led-scoreboard-team-data span {
  font-size: 40px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: normal;
}
.l1-led-scoreboard-player-detail {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #ccc;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.led-scoreboard-player-detail-inner ul {
  max-width: 550px;
  width: 100%;
  margin: 0;
  display: inline-block;
}
.led-scoreboard-player-detail .led-scoreboard-player-detail-inner {
  width: 50%;
}
.led-scoreboard-player-detail .led-scoreboard-player-detail-inner:last-child {
  text-align: right;
}
.led-scoreboard-player-detail-inner ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
  position: relative;
  padding-left: 45px;
}
.led-scoreboard-player-detail-inner ul li:last-child{
  margin-bottom: 0;
}
.led-scoreboard-player-detail-inner ul li img {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.led-scoreboard-player-detail-inner ul li p {
  font-size: 34px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
  margin-right: 20px;
  line-height: normal;
}
.led-scoreboard-player-detail-inner ul li p:last-child {
  margin: 0;
}
.l1-led-scoreboard-over-info {
  display: flex;
  align-items: center;
  margin: 0 0 30px;
}
.l1-led-scoreboard-over-info ul {
  display: flex;
  align-items: center;
  margin: 0;
}
.l1-led-scoreboard-over-info ul li {
  width: 54px;
  height: 54px;
  background: #585E62;
  border-radius: 50%;
  margin-right: 5px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  padding: 2px;
}
.l1-led-scoreboard-over-info ul li.l1-scoreboard-extra {
  font-size: 17px;
  line-height: 1;
}
.l1-led-scoreboard-over-info ul li.l1-scoreboard-extra span {
  width: 100%;
  display: block;
  line-height: 1;
}
.l1-led-scoreboard-over-info label {
  font-size: 25px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 30px 0 0;
  color: #000;
}
.l1-led-scoreboard-bottom-info {
  display: flex;
  align-items: center;
}
.l1-led-scoreboard-bottom-left {
  width: calc(100% - 220px);
  margin-right: 20px;
}
.l1-led-scoreboard-qr {
  width: 200px;
  height: 200px;
}
.l1-led-scoreboard-qr img {
  height: 200px;
  object-fit: contain;
}
.l1-score-toss-info {
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 30px;
  line-height: normal;
  color: #000;
}
.l1-dwonload-logo,
.l1-dwonload-logo ul {
  display: flex;
  align-items: center;
}
.l1-dwonload-logo ul {
  margin: 0;
}
.l1-dwonload-logo label {
  font-size: 30px;
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
  margin-right: 30px;
  margin-bottom: 0;
}
.l1-dwonload-logo ul li img {
  height: 60px;
}