@font-face {
  font-family: 'impact';
  src: url('../fonts/impact.woff2') format('woff2'),
      url('../fonts/impact.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'futura-bold';
  src: url('../fonts/futura-std-bold.woff2') format('woff2'),
      url('../fonts/futura-std-bold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'futura-heavy';
  src: url('../fonts/futura-std-heavy.woff2') format('woff2'),
      url('../fonts/futura-std-heavy.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
* {
  box-sizing: border-box;
}
html, body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 20px;
  height: 100%;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
}
.clearfix::after {
  clear: both;
}
.wrap {
  width: 2560px;
  height: 950px;
  display: flex;
}
.main {
  background: url('../img/main-bg.jpeg') no-repeat;
  width: 1922px;
  height: auto;
  background-size: cover;
}
.logo-container {
  width: 638px;
  height: 100%;
}
.container {
  background-color: rgba(9, 51, 89, 15%);
  margin: 30px;
  border-radius: 40px;
  padding-bottom: 30px;
}
.container-3 {
  width: 985px;
  margin: 0 auto 20px auto;
  background-color: rgba(9, 51, 89, 15%);
  border-radius: 40px;
  padding: 40px 60px 60px 60px;
}
.winner-heading-container {
  width: 420px;
  position: relative;
  padding: 20px 0 20px 22px;
  margin: 10px auto 20px auto;
}
.winner-heading {
  font-family: 'futura-heavy';
  text-transform: uppercase;
  width: 372px;
  height: 182px;
  background-color: #31b4f8;
  position: relative;
  color: #000;
  font-size: 46px;
  line-height: 50px;
  padding: 30px 0 0 25px;
  font-weight: 300;
  z-index: 1;
  margin-top: 115px;
}
.winner-heading span {
  font-family: 'impact';
  font-size: 94px;
  line-height: 94px;
  display: block;
}
.winner-heading-container:before {
  content: '';
  width: 420px;
  height: 336px;
  left: 0;
  top: 0;
  position: absolute;
  z-index: 2;
  background: url('../img/winner-heading-bg.png') no-repeat;
  background-size: contain;
}

.main-heading-container {
  width: 1170px;
  height: 240px;
  position: relative;
  padding: 20px 0 20px 25px;
  margin: 20px auto;
}
.whats-score-heading {
  width: 1010px;
  margin-top: 60px;
}
.whats-score-heading .main-heading {
  width: 915px;
}
.points-table-heading {
  width: 800px;
}
.points-table-heading .main-heading {
  width: 716px;
}
.main-heading {
  font-family: 'impact';
  text-transform: uppercase;
  width: 1072px;
  height: 180px;
  background-color: #31b4f8;
  position: relative;
  color: #000;
  font-size: 100px;
  line-height: 80px;
  display: flex;
  align-items: center;
  padding: 0 0 0 45px;
}
.main-heading-container:before {
  content: '';
  width: 102px;
  height: 242px;
  left: 0;
  top: 0;
  position: absolute;
  background: url('../img/main-heading-left-img.png') no-repeat;
}
.main-heading-container:after {
  content: '';
  width: 190px;
  height: 242px;
  position: absolute;
  right: 0;
  top: 0;
  background: url('../img/main-heading-right-img.png') no-repeat;
}
.red-heading {
  font-family: 'futura-bold';
  text-transform: uppercase;
  width: 1578px;
  height: 120px;
  font-size: 70px;
  line-height: 70px;
  color: #fff;
  margin-bottom: 40px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.red-heading span:not(.heading-divider) {
  position: relative;
  width: 25%;
  text-align: center;
}
.red-heading:before {
  content: '';
  background-color: #f80c38;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transform: skew(15deg);
  z-index: 0;
}
.red-heading:after {
  content: '';
  background: url('../img/red-heading-bottom-shadow.png');
  width: 1578px;
  height: 9px;
  position: absolute;
  left: 16px;
  bottom: -9px;
}

.winner-red-heading {
  font-family: 'futura-bold';
  text-transform: uppercase;
  width: auto;
  height: 90px;
  font-size: 55px;
  line-height: 55px;
  color: #fff;
  margin-bottom: 60px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.winner-red-heading span {
  position: relative;
}
.winner-red-heading:before {
  content: '';
  background-color: #f80c38;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transform: skew(15deg);
  z-index: 0;
}


.heading-divider {
  width: 5px;
  height: 90px;
  background-color: #fff;
}
.light-blue-heading {
  font-family: 'futura-heavy';
  text-transform: uppercase;
  width: 1578px;
  height: 160px;
  font-size: 55px;
  line-height: 55px;
  color: #000;
  margin-bottom: 40px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.light-blue-heading span {
  position: relative;
  width: 25%;
  text-align: center;
}
.light-blue-heading:before {
  content: '';
  background-color: #31b4f8;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transform: skew(-15deg);
  z-index: 0;
}
.light-blue-heading > span > b {
  font-size: 40px;
  line-height: 40px;
  padding-left: 5px;
}

.winner-light-blue-heading {
  font-family: 'futura-bold';
  text-transform: uppercase;
  width: auto;
  height: 100px;
  font-size: 60px;
  line-height: 60px;
  color: #000;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.winner-light-blue-heading span {
  position: relative;
}
.winner-light-blue-heading:before {
  content: '';
  background-color: #31b4f8;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transform: skew(-15deg);
  z-index: 0;
}

.dark-blue-heading {
  font-family: 'futura-heavy';
  text-transform: uppercase;
  width: 1578px;
  height: 160px;
  font-size: 55px;
  line-height: 55px;
  color: #fff;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.dark-blue-heading span {
  position: relative;
  width: 25%;
  text-align: center;
}
.dark-blue-heading:before {
  content: '';
  background-color: #0a3459;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transform: skew(15deg);
  z-index: 0;
}
.dark-blue-heading > span > b {
  font-size: 40px;
  line-height: 40px;
  padding-left: 5px;
}

.winner-dark-blue-heading {
  font-family: 'futura-heavy';
  text-transform: uppercase;
  width: auto;
  height: 170px;
  font-size: 40px;
  line-height: 50px;
  color: #fff;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.winner-dark-blue-heading span {
  position: relative;
}
.winner-dark-blue-heading:before {
  content: '';
  background-color: #0a3459;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transform: skew(15deg);
  z-index: 0;
}

.score-content {
  background-color: #31b3f7;
  width: 80%;
  height: 460px;
  border-bottom-left-radius: 200px;
  float: right;
  margin-top: 100px;
  position: relative;
}
.team-name {
  font-size: 75px;
  line-height: 75px;
  font-family: 'futura-bold';
  color: #fff;
  text-transform: uppercase;
  background: url('../img/red-gradient.png') no-repeat;
  background-position: right;
  width: 680px;
  height: 110px;
  position: absolute;
  left: 0;
  top: -1px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 150px;
}
.total-score {
  font-family: 'futura-bold';
  font-size: 100px;
  line-height: 100px;
  color: #fff;
  text-align: center;
  background: url('../img/black-cross-bg.png') no-repeat;
  background-position: left;
  width: 69%;
  height: 210px;
  position: absolute;
  right: 0;
  top: -3px;
  z-index: 1;
  padding-top: 30px;
  padding-left: 12%;
}
.total-score span {
  font-family: 'futura';
  text-transform: uppercase;
  display: block;
  font-size: 50px;
  line-height: 50px;
}

.score-table {
  font-size: 70px;
  line-height: 70px;
  color: #000;
  text-transform: uppercase;
  font-family: 'futura-heavy';
  position: relative;
  clear: both;
  float: right;
  width: 82%;
  margin: 240px 90px 80px 0;
}
.score-table table tr:first-child td {
  border-bottom: solid 1px #000;
  padding-bottom: 20px;
}
.score-table table tr:last-child td {
  padding-top: 30px;
}
.score-table tr td {
  text-align: center;
}
.score-table tr td:first-child {
  text-align: left;
}
.batsman-score-table {
  font-size: 70px;
  line-height: 70px;
  color: #000;
  text-transform: uppercase;
  font-family: 'futura-heavy';
  position: relative;
  clear: both;
  float: right;
  width: 65%;
  margin: 240px 200px 80px 0;
}
.bowler {
  background: url('../img/bowler.png') no-repeat;
  background-size: contain;
  width: 232px;
  height: 600px;
  position: absolute;
  left: -135px;
  top: -120px;
  z-index: 3;
}
.batsman {
  background: url('../img/batsman.png') no-repeat;
  background-size: contain;
  width: 411px;
  height: 550px;
  position: absolute;
  left: -160px;
  top: -90px;
  z-index: 3;
}
.points-table .red-heading span:not(.heading-divider) {
  width: 20%;
  text-align: center;
}
.points-table .light-blue-heading span,
.points-table .dark-blue-heading span {
  width: 25%;
  text-align: center;
}