/*=======================================
Common css Start Here
=======================================*/
@font-face {
  font-family: 'Poppins-Thin';
  src: url('../fonts/Poppins-Thin.eot') format('embedded-opentype');
  src:  url('../fonts/Poppins-Thin.otf')  format('opentype'),
         url('../fonts/Poppins-Thin.woff') format('woff'), 
         url('../fonts/Poppins-Thin.ttf')  format('truetype'), 
         url('.../fonts/Poppins-Thin.svg#Poppins-Thin') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins-ExtraLight';
  src: url('../fonts/Poppins-ExtraLight.eot') format('embedded-opentype');
  src:  url('../fonts/Poppins-ExtraLight.otf')  format('opentype'),
         url('../fonts/Poppins-ExtraLight.woff') format('woff'), 
         url('../fonts/Poppins-ExtraLight.ttf')  format('truetype'), 
         url('.../fonts/Poppins-ExtraLight.svg#Poppins-ExtraLight') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins-SemiBold';
  src: url('../fonts/Poppins-SemiBold.eot') format('embedded-opentype');
  src:  url('../fonts/Poppins-SemiBold.otf')  format('opentype'),
         url('../fonts/Poppins-SemiBold.woff') format('woff'), 
         url('../fonts/Poppins-SemiBold.ttf')  format('truetype'), 
         url('.../fonts/Poppins-SemiBold.svg#Poppins-SemiBold') format('svg');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'Poppins-Bold';
  src: url('../fonts/Poppins-Bold.eot') format('embedded-opentype');
  src:  url('../fonts/Poppins-Bold.otf')  format('opentype'),
         url('../fonts/Poppins-Bold.woff') format('woff'), 
         url('../fonts/Poppins-Bold.ttf')  format('truetype'), 
         url('.../fonts/Poppins-Bold.svg#Poppins-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}

*{
    padding:0;
    margin::0;
    outline: none;
    text-decoration:none;
}

html{
  scroll-behavior: smooth;
}

body{
    margin: 0 0 0 0;
    padding: 0;
    width: 100%;
    height:100%;
    font-family: 'Poppins-ExtraLight';
    float: left;
    scroll-behavior:smooth;
}

.wrapper{
    padding: 0;
    margin:0;
    width:100%;
    position: relative;
    -webkit-animation-name: fadeInon;
  animation-name: fadeInon;
  animation-delay: 2s;
  -webkit-animation-delay: 2s;
  float: left;
  background: rgb(219,28,32);
  background: linear-gradient(90deg, rgba(219,28,32,1) 0%, rgba(227,55,32,1) 54%, rgba(239,94,33,1) 96%);
}

section{
    width: 100%;
    float: left;
}

h1,h2,h3,h4,h5,h6,p{margin:0;}

p{
  font-size: 15px;
  color: #000;
  line-height: 18px;
}

.align-right{
  text-align: right;
}


/*=======================================
Common css End Here
=======================================*/

.container-mb{
  width:65%;
  margin: 15% auto;
  padding:30px 30px;
  background:#fff;
  overflow: hidden;
  box-shadow: 5px 5px 13px #00000042;
}

.bannerMain{
  position: relative;
  z-index: 0;
}

.logoDiv{
  width: 15%;
  margin-bottom: 29px;
}

.bannerContentRow{

}

.pcr-vid{
  width:100%;
  max-width: 800px;
  margin: 5% auto;
  position: relative;
  overflow: hidden;
  background: #dd2420;
  padding: 5px 5px;
  box-shadow: 3px 3px 7px #00000054;
}

.eventName h2{
  text-align: left;
  font-size: 45px;
  font-family: 'Poppins-SemiBold';
  color: #de2520;
  line-height: 50px;
  margin-bottom: 10px;
}

.inner-head h3{
  font-family: 'Poppins-SemiBold';
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 15px;
}

.pointsUL{
  list-style-position: outside;
  margin-left: 18px;
}

.pointsUL li{
  font-family: 'Poppins-ExtraLight';
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 10px;
  color: #606060;
  position: relative;
}

.pointsUL li:before{
  content: '';
  position: absolute;
  left: -19px;
  top: 7px;
  width: 11px;
  height: 11px;
  background: #606060;
  border-radius: 50%;
}

.dateVenueTxt p{
  text-align: center;
  color: #fff;
  font-family: 'Poppins-ExtraLight';
  font-weight: 600;
  z-index: 0;
}

.dateVenueTxt p:before{
  content:'10 March 2022 | Delhi';
  position: absolute;
  top: 21px;
  right: -134px;
  width: 347px;
  height: 35px;
  background: #1d1312;
  z-index: -1;
  transform: rotate(45deg);
  text-align: center;
  line-height: 34px;
}

.bcmi-heading p{
  font-size: 17px;
  text-align: left;
  line-height: 30px;
  margin-bottom: 25px;
  color: #403f3f;
  font-weight: 600;
}

.bannerContMb .pcr-vid .video-js .vjs-big-play-button{
  border: 0;
  background-color: none !Important;
  background-color: transparent;
  transition: all .5s ease;
}

.pcr-vid .video-js .vjs-big-play-button .vjs-icon-placeholder:before{
  border: 7px solid #fff;
  height: 52px;
  width: 52px;
  border-radius: 50%;
  left: 26%;
  background: #000000a1;
  line-height: 38px;
}

.pcr-vid .video-js:hover .pcr-vid .vjs-big-play-button{
  background-color: #000;
  transition: all .5s ease;
}

.pcr-vid .vjs-poster{
  background-size: cover;
}

/*.pcr-vid video{
  width: 100%;
}*/

/*.pcr-vid:hover .controls{
  transform: translateY(0);
}

.controls{
  display: flex;
  position: absolute;
  bottom:0;
  width: 100%;
  flex-wrap: wrap;
  background:rgba(0, 0, 0, 0.7);
  transform: translateY(100%) translateY(-5px);
  transition: all .2s;
}

.buttons{
  padding:10px;
}

.buttons button{
  background:none;
  border:0;
  outline:0;
  cursor:pointer;
}

.buttons button:before{
  content:'\f144';
  font-family:'Font Awesome 5 Free';
  width:30px;
  height: 30px;
  display: inline-block;
  font-size: 28px;
  color:#fff;
  -webkit-font-smoothing:antialiased;
}

.buttons button.play:before{
  content:'\f144';
}

.buttons button.pause:before{
  content:'\f28b';
}

.orange-bar{
  height:10px;
  top:0;
  left:0;
  width:100%;
}

.corange-juice{
  height:10px;
  background-color:orangered;
}*/



