@font-face {
  font-family: buffaloFontReguler;
  src: url(../fonts/buffalo.regular.ttf);
}

body{
  /*font-family: buffaloFontReguler;*/
}


.coming-sec{
  width: 100%;
  height: 100vh;
  background: url("../images/coming-soon-bg.jpg") no-repeat top center;
  /*background:linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../images/coming-soon-bg.jpg) no-repeat top center;*/
  background-size: cover;
  position: relative;
  z-index: 0;
}

.coming-sec:before{
 content: '';
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 z-index: -1;
 backdrop-filter: blur(50px);
 -webkit-backdrop-filter: blur(50px);
 -moz-backdrop-filter: blur(50px);
 
 opacity: 0.9; /* Standard compliant browsers */
   -moz-opacity: 0.9; /* Firefox and Mozilla browsers */
   -webkit-opacity: 0.9; /* WebKit browser e.g. Safari */
   filter: alpha(opacity=90); /* For IE8 and earlier */
 
}

.coming-sec-container{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-align: center;
  max-width: 90%;
}

.logo-heading h2{
   font-family: 'Lato', sans-serif;
   font-size: 26px;
   letter-spacing: 1.5px;
   text-transform: uppercase;
   margin-top: 15px;
}

.logo-heading img{
  height: 100px;
  object-fit: contain;
}

.coming-soon-heading{
  margin: 30px auto;
}

.coming-soon-heading h1{
  font-family: 'Bebas Neue', sans-serif;
  font-size: 200px;
  letter-spacing: 30px;
  position: relative;
  text-shadow: 5px 0 0 rgba(210, 131, 57,1);
}
.styled-heading{ 
  font-family: buffaloFontReguler;
  font-size: 40px;
  margin-top: -50px;
}
.qr-sec h3{
  font-family: 'Bebas Neue', sans-serif;
  font-size: 50px;
  letter-spacing: 3px;

}
.qr-img-sec{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.antesports-qr a{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.qr-img{
  height: 150px;
  object-fit: contain;
  margin-bottom: 15px;
}

.qr-img-sec div a{
  margin: 0 10px;
  display: flex; 
  flex-direction: column;
}
.img-qr-logos{
  height: 35px;
  object-fit: contain;
}

@media(max-width:1280px){
  .coming-soon-heading h1{
    font-size: 160px;
    letter-spacing: 20px;
  }
  .styled-heading {
    font-size: 40px;
    margin-top: -55px;
  }
}

@media(max-width:992px){
  .coming-soon-heading h1{
    font-size: 128px;
    letter-spacing: 15px;
    text-shadow: 3px 0 0 rgba(245, 216, 168, 1.0);
  }
  .styled-heading {
    font-family: buffaloFontReguler;
    font-size: 30px;
    margin-top: -40px;
  }
}

@media(max-width:768px){
    
.coming-sec{
  background: url("../images/coming-soon-bg-dark.jpg") no-repeat top center;
}
    
  .coming-soon-heading h1{
    font-size: 80px;   
  }
  .styled-heading {
    font-family: buffaloFontReguler;
    font-size: 28px;
    margin-top: 0 !important;
  }
  .logo-heading h2 {   
    font-size: 22px;
    letter-spacing: 1.2px;
    color: #fff;
  }
  .coming-sec-container{
    max-width: 96%;
  }
}

@media(max-width:547px){
  .logo-heading img {
    height: 60px;
    object-fit: contain;
  }
  .logo-heading h2 {
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 600;
}
.coming-soon-heading h1 {
    font-size: 80px;
    letter-spacing: 10px;
}
.styled-heading {
    font-size: 25px;
    margin-top: -28px;
}
.qr-sec h3 {
     font-size: 35px;
    letter-spacing: 3px;
}
.qr-img-sec div a{
     margin: 0 0px; 
    
}
.qr-img {
    height: 120px;
   
}
.img-qr-logos {
    height: 28px;   
}

}

@media(max-width:480px){
  .coming-soon-heading h1 {
    font-size: 62px;
    letter-spacing: 10px;
}
}


@media(max-width:414px){
  .logo-heading h2 {
    font-size: 13px;
   font-weight: 900;
}
.coming-soon-heading h1 {
    font-size: 50px;
    letter-spacing: 10px;
}
.styled-heading {
    font-size: 20px;
    margin-top: -23px;
}
.qr-sec h3 {
    font-size: 30px;
    letter-spacing: 2px;
}
.qr-img {
    height: 110px;
}
.img-qr-logos {
    height: 22px;
}
.qr-img-sec div{
  margin: 0 5px;
}
.coming-sec-container {
    max-width: 98%;
}

}

@media(max-width:380px){
  .coming-soon-heading h1 {
    font-size: 55px;
    letter-spacing: 5px;
}
.styled-heading {
    font-size: 20px;
    margin-top: -23px;
}
.qr-sec h3 {
    font-size: 30px;
    letter-spacing: 2px;
}
.img-qr-logos {
    height: 26px;
}
.qr-img-sec div a{
    margin: 0 5px;
}
.logo-heading h2 {
    font-size: 12px;
    font-weight: bold;
}
}
