@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:wght@100;200;300;400;500;600;700;800;900&display=swap');
body
{
    font-family: 'Fira Sans', sans-serif;
    font-weight: 400;
    background: #272727;
}
a 
{
    text-decoration: none;
}
p{
    color: #515C5F;
    font-family: 'Fira Sans', sans-serif;
    margin-bottom: 0;
}
h1, h2, h3, h4, h5, h6{
    font-family: 'Fira Sans', sans-serif;
}
h3 
{
  font-size: 23px;
}
img 
{
    width: 100%;
}
.main-section
{
  background: #272727;
  padding: 25px 15px;
   height: 100vh;
   display: flex;
    align-items: center;
}
.play-details
{
  display: flex;
  align-items: center;
  border-radius: 15px;
  margin-top: 7px;
}
.play-details p 
{
  font-size: 22px;
  font-weight: 500;
}
.date 
{
  width: 12%;
    padding: 5px 0;
    background: #00B4EC;
    color: #fff;
    height: 65px;
    border-radius: 5px 0 0 5px;
}
.play-place
{
  width: 88%;
    padding: 5px 20px;
    background: #fff;
    /* color: #00B4EC; */
    color: #474849;
    height: 65px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 0 5px 5px 0;
}
.play-place h5 
{
    margin-bottom: 0;
    font-size: 35px;
    text-align: left;
}
.did-u-know
{
  background-color: #FFFFFF;
  color: #515C5F;
  border-radius: 4px;
  text-align: left;
  padding: 20px 15px;
  font-size: 19px;
}
.logo 
{
  width: 240px;
    margin-left: auto;
}
.today-bg
{
  background: #B1000B;
}
.today-color
{
  color: #B1000B;
}
.events-section
{
  height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.know-heading
{
  margin-top: 15px;
}
#imageDiv 
{
    height: 96vh;
}
#todaysimage 
{
  height: 96vh;
}
.save-button {
  background-color: #00bfff;
  color: #ffffff;
  border: none;
  padding: 3px 11px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 15px;
}

.save-button:hover {
  background-color: #009acd;
}
.btn-width 
{
  width: 110px;
}
.did-u-know p span 
{
  font-size: 19pt !important;
}
@media (min-width:2000px) and (max-width:7679px)
{
  .know-heading, #todayseventtitle
  {
    font-size: 40px;
  }
  .play-details p {
    font-size: 30px;
  }
  .play-place h5 
  {
    font-size: 30px;
  }
  .date h5 
  {
    font-size: 24px;
  }
}
@media  (min-width:3840px) and (max-width:5759px) 
{
  .know-heading, #todayseventtitle {
    font-size: 66px !important;
}
#todayseventtitle
{
  font-size: 55px;
}
.date {
  height: 110px !important;
}
.play-place {
  height: 110px !important;
}
.date h5 {
  font-size: 40px !important;
}
 
.play-place h5 {
  font-size: 45px !important;
}
.play-details p {
  font-size: 50px !important;
}
}
@media  (min-width:5759px) and (max-width:7679px) 
{
  .know-heading, #todayseventtitle {
    font-size: 66px !important;
}
.date {
  height: 110px !important;
}
.play-place {
  height: 110px !important;
}
.date h5 {
  font-size: 40px !important;
}
 
.play-place h5 {
  font-size: 60px !important;
}
.play-details p {
  font-size: 50px !important;
}
}
@media (max-width: 1920px)
{
  .play-place
  {
    height: 50px;
    padding: 5px 7px;
  }
  .date 
  {
    height: 50px;
  }
  .date h5 
  {
    font-size: 19px;
    margin-bottom: 0;
  }
  .play-place h5
  {
    /* font-size: 19px; */
    font-size: 24px;
  }
  .play-details p {
    font-size: 20px;
  }
  .did-u-know
  {
    font-size: 17px;
  }
  .logo {
    width: 220px;
  }
}
@media (min-width: 1300px) and (max-width: 1432px)
{
  .did-u-know p span {
    font-size: 13pt !important;
}
  .btn-width 
{
  width: 90px;
}
  .did-u-know {
    font-size: 11px !important;
}
h3 {
  font-size: 20px;
}
h1 {
  font-size: 20px;
}
.logo {
  width: 167px !important;
}
.date h5 {
  font-size: 13px !important;
}
.play-place h5 {
  font-size: 13px !important;
}
.play-place {
  height: 40px !important;
}
.date {
  height: 40px !important;
}
}
@media (min-width: 1433px) and (max-width: 1863px)
{
   .did-u-know p span {
    font-size: 16pt !important;
   }
  .play-place {
      padding: 5px 10px;
  }
}
@media (min-width: 1300px) and (max-width: 1700px)
{
  .btn-width 
  {
    width: 100px;
  }
  .play-place h5 {
    font-size: 16px;
}
.play-details p {
  font-size: 16px;
}
.date h5 {
  font-size: 15px;
}
.date {
  height: 45px;
}
.play-place
  {
    height: 45px;
  }
  .did-u-know {
    font-size: 14px;
}
.logo {
  width: 190px;
}
}
@media (min-width: 1200px) and (max-width: 1299px)
{
  .save-button {
    font-size: 10px;
  }
  h1 {
    font-size: 15px;
  }
  h3 {
    font-size: 15px;
}
.date h5 {
  font-size: 12px;
}
.play-place h5 {
  font-size: 12px;
}
.play-details p {
  font-size: 12px;
}
.date {
  height: 38px;
}
.play-place {
  height: 38px;
  padding: 5px 5px;
}
.did-u-know {
  font-size: 12px;
}
.did-u-know p span {
  font-size: 13pt !important;
 }
.logo {
  width: 140px;
}
.play-details
{
  margin-top: 4px;
}
.know-heading {
  margin-bottom: 6px;
  margin-top: 7px;
}
.btn-width 
{
  width: 90px;
}
}
@media (min-width: 992px) and (max-width: 1045px)
{
  .did-u-know {
    font-size: 9px !important;
}
}
@media (min-width: 992px) and (max-width: 1200px)
{
  .btn-width 
  {
    width: 90px;
  }
  .save-button {
    font-size: 10px;
  }
  h1 {
    font-size: 15px;
  }
  h3 {
    font-size: 15px;
}
.date h5 {
  font-size: 9px;
}
.play-place h5 {
  font-size: 11px;
}
.play-details p {
  font-size: 11px;
}
.date {
  height: 30px;
}
.play-place {
  height: 30px;
}
.did-u-know {
  font-size: 10px;
}
.logo {
  width: 140px;
}
.play-details
{
  margin-top: 4px;
}
.know-heading {
  margin-bottom: 6px;
  margin-top: 7px;
}
}
@media (min-width: 992px) and (max-width: 1255px) {
  .did-u-know p span {
      font-size: 10pt !important;
  }
  }
  @media (min-width: 992px) and (max-width: 1012px) {
    .play-place h5 {
        font-size: 10px !important;
    }
    .date h5 {
        font-size: 9px !important;
    }
    }
@media (max-width: 991px)
{
  .did-u-know p span {
    font-size: 13pt !important;
  }
}
  
@media (max-width: 992px)
{

  #imageDiv 
  {
    height: 100%;
  }
  #todaysimage 
  {
    height: 100%;
  }
  #videoDiv {     height: 100%; }
  .main-section 
  {
    height: 100%;
  }
  .save-button {
    font-size: 10px;
  }
  .events-section 
  {
    margin-top: 15px;
  }
  .main-section
  {
    display: block;
  }
  .btn-width 
  {
    width: 90px;
  }
  .play-place h5 {
    font-size: 14px;
}
.play-details p {
  font-size: 14px;
}
.date h5 {
  font-size: 15px;
}
}

.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
}


.upload-btn-wrapper input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

#videoDiv {     height: 96vh; }

#eventvideo { object-fit: cover;
    overflow: hidden;  }