@font-face{
    font-family:'Lato-Regular';
    src:url(https://www.vay-sports.com/fonts/Lato-Regular.ttf);
}
@font-face{
    font-family:'Montserrat-Light';
    src:url(https://www.vay-sports.com/fonts/Montserrat-Light.otf);
}
@font-face{
    font-family:'Montserrat-Bold';
    src:url(https://www.vay-sports.com/fonts/Montserrat-Bold.ttf);
}
@font-face{
    font-family:'Montserrat-SemiBold';
    src:url(https://www.vay-sports.com/fonts/Montserrat-SemiBold.otf);
}
@font-face{
    font-family:'Lato-Bold';
    src:url(https://www.vay-sports.com/fonts/Lato-Bold.ttf);
}
@font-face{
    font-family:'AvenirMedium';
    src:url(../fonts/AvenirMedium.ttf);
}
@font-face{
    font-family:'AvenirBook';
    src:url(../fonts/AvenirBook.ttf);
}
@font-face{
    font-family:'AvenirBlack';
    src:url(../fonts/AvenirBlack.ttf);
}
@font-face{
    font-family:'Slick';
    src:url(../fonts/slick.ttf);
}



body{
    font-family:'AvenirBlack';
    background-color: #172143;
}
h1,h2,h3,h4,h5,h6,p,ul{
    padding: 0px;
    margin: 0px;
    color: white;
}
.noleft{
    padding-left: 0;
}
.noright{
    padding-right: 0;
}
.nopadding{
    padding: 0 !important;
}
button, a {
    transition: all 0.35s ease 0s;
}
a {
    outline: medium none !important;
    text-decoration:none;
}
a:hover{
    text-decoration:none;
}
.width1{
    width:100%;
}

.signupbtn {
    line-height: 35px;
    display: table;
}
.signupbtnn {
    line-height: 35px;
}
.sub_header{
    position: fixed;
    margin-top: 80px;
    width: 100%;
    z-index: 99999;
    top:0;
    left:0;
    padding: 0px 0px;
    background:#52638B;
    transition: all 0.3s ease 0s;
}
.header{
    position: fixed;
    width: 100%;
    z-index: 9999;
    top:0;
    left:0;
    padding: 15px 0px;
    background:#172143;
    transition: all 0.3s ease 0s;

}
.header .container-fluid{
    padding:0;
}
.header .navbar-brand{
    height: auto;
    padding: 0;
    padding-left: 15px;
    width: 145px;
    transition: all 0.3s ease 0s;
    display: inline-block;
}
.header .navbar{
    background: rgba(0,0,0,0);
    border: none;
    margin-bottom: 0;
    transition: all 0.3s ease 0s;
}
.header .navbar-default .navbar-nav > li{
    border-radius: 5px;
}
.header .navbar-default .navbar-nav > li:last-child{
    box-shadow: 0 2px 13px 0 rgba(0, 0, 0, 0.5);
    background-image: linear-gradient(to bottom, #00e7e8, #00cbcc);
}
.header .navbar-default .navbar-nav > li > a{
  color: #fff;
  padding: 9px 20px;
  padding-top: 10px;
  font-family:'AvenirBlack';
  font-size: 20.2px;
  font-weight: 900;
  letter-spacing: 1.91px;
  line-height: 35px;
}

.navbar-default .navbar-nav>.open>a, 
.navbar-default .navbar-nav>.open>a:focus, 
.navbar-default .navbar-nav>.open>a:hover{
    background: transparent;
}
.header .navbar-default .navbar-nav > li > a:hover, 
.header .navbar-default .navbar-nav > li > .active{
    color: #00cbcc;
}
.header .navbar-default .navbar-nav > li:last-child a:hover{
    color: #000;
}
.header.fixed_header .navbar-default .navbar-nav > li:last-child a:hover{
    color: #172143;
}
.header .navbar-brand>img {
    transition: all 0.3s ease 0s;
}
.fixed_header{
    position:fixed;
    padding: 8px 0px;
    transition: all 0.3s ease 0s;
}
.fixed_header .navbar-brand{
    width: 100px;
    transition: all 0.3s ease 0s;
}
.fixed_header .navbar-brand>img {
    transition: all 0.3s ease 0s;
    padding: 10px 0px;
}
.header .hamburger{
    display: none;
    float: right;
    height: 45px;
    padding: 8px 10px 10px 19px;
    width: 45px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after{
    background: #fff;
    width: 30px;
    height: 5px;
    border-radius: 3px;
}
.hamburger:hover {
    opacity: 1.7;
}
.hamburger-inner::after {
    bottom: -8px;
}
.header button:focus{
    outline:0px;
}
.hamburger-box{
    width: 25px;
}
.hamburger-inner::before {
    top: -8px;
}
.sidenav {
    background-color: rgba(23, 33, 67, 0.9);
    height: 100%;
    left: -250px;
    overflow-x: hidden;
    padding-top: 10px;
    position: fixed;
    top: 0px;
    transition: all 0.5s ease 0s;
    width: 250px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    z-index: 9999;
}
.sidenav .navbar-brand{
    margin-bottom: 20px;
}
.sidenav .navbar-brand img{
    width: 80%;
}
.sidenav a {
    color:#fff;
    display: block;
    font-size: 17px;
    padding: 8px 18px 8px 17px;
    text-decoration: none;
    text-transform: capitalize;
    transition: all 0.3s ease 0s;
    font-family: 'AvenirBlack';
}
.sidenav a:hover{
    color: #00cbcc;
}
.boxs{
    float: left;
    width: 100%;
}
/* banner start */

.bannerio{
    /* background-color: #d8d8d8; */
    margin-top: 37px;
}
.banner{
    /* background-color: #d8d8d8; */
    margin-top: 87px;
}
.banner_sec{
    padding: 0px 0px 0px;
    position: relative;
}
.banner_sec h2{
    font-family:'AvenirBlack';
  font-size: 90px;
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0px;
  text-align: center;
  /* color: #172143; */
  color: #fff;
}

@media(max-width:560px){
    .banner_sec h2{
        font-family:'AvenirBlack';
      font-size: 90px;
      font-weight: 900;
      font-style: normal;
      font-stretch: normal;
      line-height: normal;
      letter-spacing: 0px;
      text-align: center;
      /* color: #172143; */
      color: #fff;
    }

}
@media(min-width:561px){
    .banner_sec h2{
      font-family:'AvenirBlack';
      font-size: 90px;
      font-weight: 900;
      font-style: normal;
      font-stretch: normal;
      line-height: normal;
      letter-spacing: 0px;
      text-align: center;
      /* color: #172143; */
      color: #fff;
      padding-top: 40px;
    }

}
@media(min-width:800px){
    .banner_sec h2{
      font-family:'AvenirBlack';
      font-size: 90px;
      font-weight: 900;
      font-style: normal;
      font-stretch: normal;
      line-height: normal;
      letter-spacing: 0px;
      text-align: center;
      /* color: #172143; */
      color: #fff;
      padding-top: 70px;
    }

}
@media(min-width:1200px){
    .banner_sec h2{
      font-family:'AvenirBlack';
      font-size: 90px;
      font-weight: 900;
      font-style: normal;
      font-stretch: normal;
      line-height: normal;
      letter-spacing: 0px;
      text-align: center;
      /* color: #172143; */
      color: #fff;
      padding-top: 100px;
    }

}
@media(min-width:1560px){
    .banner_sec h2{
      font-family:'AvenirBlack';
      font-size: 90px;
      font-weight: 900;
      font-style: normal;
      font-stretch: normal;
      line-height: normal;
      letter-spacing: 0px;
      text-align: center;
      /* color: #172143; */
      color: #fff;
      padding-top: 160px;
    }

}

.banner_sec h2 span{
    display: block;
}
.img_app img{
    display: inline-block;
}
.img_app{
    margin-top: 80px;
    text-align: center;
}
/* banner end */

 /* blue start */
 .blue_section{
    background-color: #172143;
 }
 .bluesec1 h3{
    font-family:'AvenirBlack';
    font-size: 18px;
    line-height: 22px;
    color: #fff;
    font-weight: 900;
 }
 .bluesec1 p{
    font-family:'AvenirBook';
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    margin-top: 23px;
}
.blue_sec {
    padding: 45px 0px;
}
 /* .bluesec1 img{
     display: inline-block;
 } */
 /* blue end */
 .bg_section_blog{
    background: linear-gradient(to bottom, #52638b 0%, #172143 100%);
}
.bg_section_blog_content{
    background-image: url(https://www.vay-sports.com/img/Crunches4.JPG);
    background-size: contain;
    background-position: 10% 0%;
    background-repeat: repeat;
    /* background-image: url("../img/bgimage.png"), linear-gradient(#eb01a5, #d13531); */
}

 .bg_section{
     background-image: url(../img/bgimage.png);
     background-size: cover;
     background-position: 100% 0%;
     background-repeat: no-repeat;
     /* background-image: url("../img/bgimage.png"), linear-gradient(#eb01a5, #d13531); */
 }
 .bg_section_under{
    background-image: url(../img/VAY_Timo-11.png);
    background-size: cover;
    background-position: 100% 0%;
    background-repeat: no-repeat;
    /* background-image: url("../img/bgimage.png"), linear-gradient(#eb01a5, #d13531); */
}
.bg_section_davesection{
    background-image: url(../img/pimag.png);
    background-size: cover;
    background-position: 100% 0%;
    background-repeat: no-repeat;
    /* background-image: url("../img/bgimage.png"), linear-gradient(#eb01a5, #d13531); */
}
.bg_section_judith{
    background-image: url(../img/JudiWorkout5Overlay.png);
    background-size: cover;
    background-position: 100% 0%;
    background-repeat: no-repeat;
    /* background-image: url("../img/bgimage.png"), linear-gradient(#eb01a5, #d13531); */
}
.bg_section_judith2{
    background-image: url(../img/JudiWorkout1Overlay.png);
    background-size: cover;
    background-position: 100% 0%;
    background-repeat: no-repeat;
    /* background-image: url("../img/bgimage.png"), linear-gradient(#eb01a5, #d13531); */
}
.bg_section_rob2{
    background-image: url(../img/RobRichesWorkout5.png);
    background-size: cover;
    background-position: 100% 0%;
    background-repeat: no-repeat;
    /* background-image: url("../img/bgimage.png"), linear-gradient(#eb01a5, #d13531); */
}

 .bg_section_dave{
    background-image: url(../img/davepers.jpg);
    background-size: cover;
    background-position: 100% 0%;
    background-repeat: no-repeat;
    /* background-image: url("../img/bgimage.png"), linear-gradient(#eb01a5, #d13531); */
}
.bg_section_team{
    background-image: url(../img/vayteam.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    /* background-image: url("../img/bgimage.png"), linear-gradient(#eb01a5, #d13531); */
}
.bg_section_sil{
    background-image: url(../img/silpers.jpg);
    background-size: cover;
    background-position: 100% 0%;
    background-repeat: no-repeat;
    /* background-image: url("../img/bgimage.png"), linear-gradient(#eb01a5, #d13531); */
}
.bg_section_sil2{
    background-image: url(../img/SilWorkout2Overlay.png);
    background-size: cover;
    background-position: 100% 0%;
    background-repeat: no-repeat;
    /* background-image: url("../img/bgimage.png"), linear-gradient(#eb01a5, #d13531); */
}
.bg_section_rob{
    background-image: url(../img/RobRichesWorkout.png);
    background-size: cover;
    background-position: 100% 0%;
    background-repeat: no-repeat;
    /* background-image: url("../img/bgimage.png"), linear-gradient(#eb01a5, #d13531); */
}
.bg_section_joel{
    background-image: url(../img/joelpers.jpg);
    background-size: cover;
    background-position: 100% 0%;
    background-repeat: no-repeat;
    /* background-image: url("../img/bgimage.png"), linear-gradient(#eb01a5, #d13531); */
}
.bg_section_joel2{
    background-image: url(../img/JoelWorkout5.png);
    background-size: cover;
    background-position: 100% 0%;
    background-repeat: no-repeat;
    /* background-image: url("../img/bgimage.png"), linear-gradient(#eb01a5, #d13531); */
}
.bg_section_pre_order{
    background-image: url(../img/featuregraphic.png);
    background-size: cover;
    background-position: 100% 0%;
    background-repeat: no-repeat;
    /* background-image: url("../img/bgimage.png"), linear-gradient(#eb01a5, #d13531); */
}
.bg_section_alessandra{
    background-image: url(../img/AleWorkoutPic5Overlay.png);
    background-size: cover;
    background-position: 100% 0%;
    background-repeat: no-repeat;
    /* background-image: url("../img/bgimage.png"), linear-gradient(#eb01a5, #d13531); */
}
.bg_section_alessandra2{
    background-image: url(../img/AleWorkoutPic2Overlay.png);
    background-size: cover;
    background-position: 100% 0%;
    background-repeat: no-repeat;
    /* background-image: url("../img/bgimage.png"), linear-gradient(#eb01a5, #d13531); */
}
 .bg_content h4{
    font-family:'AvenirBook';
    font-size: 18px;
    color: #fff;
    margin-bottom: 30px;

 }
 .bg_contents h4{
    font-family:'AvenirBook';
    font-size: 18px;
    color: #fff;
    margin-bottom: 30px;

 }
 .bg_content h2{
    font-family:'AvenirBlack';
    font-size: 50px;
  font-weight: 900;
  color: #fff;
  margin-bottom: 40px;
 }

 .bg_content_blog h4{
    font-family:'AvenirBook';
    font-size: 16px;
    color: #fff;
    margin-bottom: 14px;
    margin-top: 70px;
 }
 .bg_content_blog h2{
    font-family:'AvenirBlack';
    font-size: 40px;
  font-weight: 900;
  color: #fff;
  margin-bottom: 32px;
 }
 .bg_content_blog p{
    color: #fff;
    font-size: 20px;
    font-family:'AvenirBook';
    line-height: 30px;
}
 .bg_contents h2{
    font-family:'AvenirBlack';
    font-size: 50px;
  font-weight: 900;
  color: #fff;
  margin-bottom: 40px;
 }
 .bg_content h2 span{
     display: block;
 }
 .bg_contents h2 span{
    display: block;
}
 .bg_content p{
     color: #fff;
     font-size: 25px;
     font-family:'AvenirBook';
     line-height: 30px;
 }
 .bg_contents p{
    color: #fff;
    font-size: 25px;
    font-family:'AvenirBook';
    line-height: 30px;
}
 .img_app1 img{
    display: inline-block;
 }
 .img_app1{
margin-top: 35px;
 }
 .bd_sec{
     padding: 200px 0px;
 }

 /* intro section start */
 .intro_section{
    background-color: #172143;
 }
 .intro_sec h2{
    font-family:'AvenirBlack';
    font-size: 54px;
    font-weight: 900;
    text-align: center;
    color: #fff;
 }
 .intro_sec h2 span{
     display: block;
 }
 .intro_sec{
     padding: 40px 0px;
 }
 .row_img{
     margin-top: 45px;
 }
 /* imtro section end */

 /* star section start */
 .star_section{
    background-color: #172143;
 }
 .star_sec h3{
    margin-top: 25px;
     color: #fff;
     font-family:'AvenirBook';
  font-size: 20px;
  text-align: center;
 }
 .img_appstar{
     margin: 20px 0px 12px;
 }
 .star1{
     text-align: center;
 }
 .star1 img{
     display: inline-block;
     text-align: center;
 }
 .mainstar1 h4{
    font-family:'AvenirBlack';
    font-size: 24px;
    font-weight: 900;
    color: #fff;
    text-align: center;
    margin: 8px 0px;
 }
 .mainstar1 p{
    font-family:'AvenirBlack';
    font-size: 14px;
    font-weight: 900;
    text-align: center;
    color: #a6a6a6;
 }
 .star_row {
    margin-top: 40px;
    margin-bottom: 40px;
 }
 .star_sec {
     padding: 20px 0px;
 }
 /* star end */

 /* personal section start */
 .personal_t{
    background-image: url(../img/pimag.png);
     background-size: cover;
     background-position: 100% 0%;
     background-repeat: no-repeat;
 }

 .person_head ul {
     list-style: none;
     /* border-bottom: 1px solid #fff; */
 }

 .person_head ul li {
     color: #fff;
     display: inline-block;
     width: 33.33%;
    float: left;
    text-align: center;
    padding: 20px 0px;
 }
 .person_sec  {
     padding: 80px 200px;
 }

 .person_wdth  {
    border-bottom: 1px solid #fff;
 }
 .person_wdth:nth-child(5){
     border-bottom: none;
 }

 .person_wdth li:nth-child(2){
    font-family:'AvenirBook';
    font-size: 18px;
    text-align: center;
    color: #fff;
    padding: 36px 0px;
 }
 .person_wdth li:nth-child(3){
    font-family:'AvenirBook';
    font-size: 32.4px;
    text-align: center;
    color: #fff;
 }
 .person_wdth li:nth-child(1){
    font-family:'AvenirBlack';
    font-size: 38.4px;
    font-weight: 900;
    text-align: center;
    color: #00e7e8;
 }
 .logo_wdth img{
     width: 46px;
 }
 .pertrain_wdth  img{
     width: 46px;
 }
 /* personal section end */ 

 /* logo_section start */
 .logo_section{
    background-color: #172143;
    border-bottom: solid 2px #00e7e8;
 }
 .logo_sec {
     padding: 130px 0px;
 }
 /* logo_section end */
 /* month start */
.mth_pln h2{
    font-family:'AvenirBlack';
    font-size:35px;
    font-weight: 900;
    text-align: center;
    color: #172143;
}
.mth_pln h2 span{
    display: block;
}
.mth_pln h3{
    font-family: 'AvenirBlack';
    font-size: 28px;
    font-weight: 900;
    text-align: center;
    color: #172143;
    margin: 19px 0px;
}
.mth_pln h4{
    font-family:'AvenirBlack';
    font-size: 20px;
    font-weight: 900;
    text-align: center;
    color: #000000;
}
.mth_pln p{
    font-family: 'AvenirBook';
    font-size: 14px;
    text-align: center;
    color: #172143;
    margin: 20px 0px;
}
.mth_pln{
    border-radius: 8px;
    background-color: #E6E8EE;
    padding: 30px;
}
/* .mth_pln2{
    background-color: #00e7e8;
} */
.mth_pln ul{
    text-align: center;
}
.mth_pln ul li {
    display: inline-block;
    border-radius: 6.4px;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.5);
    background-color: #00e7e8;
    text-align: center;
    color: #fff;
}
/* .mth_pln2 ul li{
    background-color: #fff;
    
}
.mth_pln2 ul li a{
    color: #000!important;
} */
.mth_pln ul li a{
    padding: 11px 20px;
    color: #fff;
    display: block;
    text-decoration: none;
    font-family:'AvenirBlack';
  font-size: 19.2px;
  font-weight: 900;
  text-align: center;
   
}
.mth_plnlf{
    margin-left: 50px;
}
.mth_plnrt{
    margin-left: -50px;
}
.row_month{
    padding: 10px 100px 100px;
}
.arrow a{
    display: inline-block;
    background-color: #00e7e8;
    padding: 9px;
    border-radius: 50%;
    margin-top: -25px;
   
}
.arrow {
    text-align: center;
}
.icons_section{
    background-color: #172143;
}
.icon_sec ul{
    list-style: none;
    text-align: center;
}
.icon_sec ul li{
    display: inline-block;
    padding: 0px 16px;
}
.icon_sec {
    padding: 35px 0px;
}
 /* month end */

 /* footer_section start */
 .footer_section{
    background-color: #172143;
 }
 .footer1 p{
    font-family: 'AvenirBook';
    font-size: 14px;
    letter-spacing: 1.8px;
    color: #fff;
    margin-top: 20px;
 }
 .footbtm .whitefooter a{
    font-family:'AvenirBlack';
    font-size: 18px;
    font-weight: 900;
    letter-spacing: 1.8px;
    color: #fff;
 }
 .footbtm  a{
    font-family: 'AvenirBook';
    font-size: 16px;
    letter-spacing: 1.8px;
    color:#fff;
    margin-bottom: 10px;
    display: block;
    text-decoration: none;
 }
 .footer2 {
     margin-top: 60px;
 }
 .footer_sec {
     padding: 0px 0px 30px;
 }
 /* footer_section end */


 .overlay {
    position: absolute; 
    bottom: 0; 
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.5); /* Black see-through */
    color: #f1f1f1; 
    width: 100%;
    transition: .5s ease;
    opacity:0;
    color: white;
    font-size: 20px;
    padding: 206px 20px;
    text-align: center;
  }
  .intro_img{
      cursor: pointer;
      position: relative;
      top:0;
      left: 0;
  }
  .intro_img:hover .overlay {
    opacity: 0.5;
  }
  .intro_img h2{
    font-size: 64px;
    font-weight: 900;
    font-family:'AvenirBlack';
    font-weight: 500;
    text-align: center;
    color: #fff;
  }
  .intro_img p{
    font-family:'AvenirMedium';
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    color: #fff;
  }
  .mth_pln2 {
    z-index: 99;
    position: relative;
   
  }

  .mth_pln {
      transition:all 0.3s ease;
      position: relative;
  }

  .mth_pln:hover {
    transform: scale(1.2);
    z-index: 999;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    background-image: linear-gradient(to left, #00e7e8, #00e6e6 66%, #02c3c4);
    transition:all 0.35s ease;
    /* background-color: #00e7e8; */
  }
  .mth_pln:hover ul li a{
      background-color: #fff;
      color: #000;
      border-radius: 6.4px;
  }
  .mth_pln:hover h2{
      color:#fff;
  }
  .mth_pln:hover h3{
    color:#fff;
}


.footer1 p span{
    display: block;
}

/* inner start */
.bg_innercontent h2{
    font-family:'AvenirBlack';
  font-size: 80px;
  font-weight: 900;
  text-align: center;
  color: #fff;
}
.bg_innercontent p{
    font-family: 'AvenirBook';
  font-size: 30px;
  color: #fff;
  text-align: center;
}
.bg_section_inner{
    margin-top: 87px;
    background-position: 100% 63%;
}
.bg_section_inner_team{
    margin-top: 87px;
    
}
.content_section{
    background-color: #172143;
}
.content_section p{
    font-family: 'AvenirBook';
    font-size: 22px;
    text-align: center;
    color: #fff;
    line-height: 30px;
}
.content_section_blog p{
    font-family: 'AvenirBook';
    font-size: 18px;
    text-align: left;
    color: #fff;
    line-height: 30px;
}
.content_sec {
    padding: 30px 0px 300px;
    
}
.content_sec_jobs {
    padding: 30px 0px 100px;
    
}
.content_section{
    border-bottom: solid 2px #00e7e8;
}
.row_imgg{
    margin-top: 0px;
}
.intro_sec1{
    padding: 10px 0px;
}
.logo_sec {
    display: flex;
    align-items: center;
}

.banner_sec video{
    width: 100%;
    height: 100%;
}

.video_box{
    position: absolute;
    top: 0;
    left: 0;
}
.video_box{
       padding-top: 115px;
}

.blueres{
    display: none;
}
.contentres{
    display: none;
}
.footer1  img{
    width: 100px;
}
.footbtm a:hover{
    color:#00e7e8;
}
.vlogo img{
    width: 100px;
    margin-top: 4px;
}

.members {
    padding: 30px 0;
}
.members .member {
    border: 0;
    
}
.card-body {
    padding: 62px 22px;
    transition: 0.5s;
    cursor: pointer;
}
.hover {
    margin-top: -70px;
    background-color: #ffffff;
    margin-bottom: 70px;
}
.card-body p {
    color: #ffa400;
    margin-bottom: 12px;
}
ul {
    margin: 0;
    padding: 0;
}
.card-body ul li{
    list-style: none;
    display: inline-block;
    padding: 6px;
}
.card-body ul li a {
    color: #000000;
    font-weight: 300;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
}
.card-body ul li a:hover {
    color: #ffffff;
    background-color: #000000;
}


.vb_inner .form-control{
    font-family: "AvenirBlack";
    font-size: 20px;
    color: #fff;
    width: 360px;
    height: 41px;
    border-radius: 61.8px;
    background-image: linear-gradient(to bottom, #00E7E8, #00CBCC);
    border: none;
    display: inline;
}
.form-groupD{
    display: flex;
    position: relative;
}
.subscribebtnD{
    /*    height: 41px;*/
    border: none;
    background: #172143;
    border-radius: 50px;
    padding: 0px 30px;
    margin-left: -55px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.36);
    font-family: "AvenirBook";
    color: #fff;
}
.vb_inner .form-control::placeholder{
    color: #fff;
}
.vb_inner .form-control:focus{
    outline: 0;
}


.form-control{
    font-family: "AvenirBook";
    font-size: 20px;
    color: #fff;
    width: 360px;
    height: 41px;
    border-radius: 61.8px;
    background-image: linear-gradient(to bottom, #00E7E8, #00CBCC);
    border: none;
    display: inline;
}

.subscribebtnD{
    /*    height: 41px;*/
    border: none;
    background: #172143;
    border-radius: 50px;
    padding: 0px 30px;
    margin-left: -55px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.36);
    font-family: "AvenirBook";
    color: #fff;
}

.playbutton{
    width: 6%;
}
@media only screen and (max-width: 1440px) {.playbutton{
    width: 10%;
}

}
@media only screen and (max-width: 720px) {.playbutton{
    width: 15%;
}

}
@media only screen and (max-width: 540px) {.playbutton{
    width: 20%;
}

}




/* .header .navbar-brand>img.logo_sc{
    display: none;

}
/* header .navbar-brand>img.logo_hh{
display: block;
} */
/* .fixed_header .navbar-brand>img.logo_sc{
    display: block;
}
.fixed_header .navbar-brand>img.logo_hh{
display: none;
} */ 

@font-face {
    font-family: 'Lato-Regular';
    src: url(https://www.vay-sports.com/fonts/Lato-Regular.ttf);
}

@font-face {
    font-family: 'Montserrat-Light';
    src: url(https://www.vay-sports.com/fonts/Montserrat-Light.otf);
}

@font-face {
    font-family: 'Montserrat-Bold';
    src: url(https://www.vay-sports.com/fonts/Montserrat-Bold.ttf);
}

@font-face {
    font-family: 'Montserrat-SemiBold';
    src: url(https://www.vay-sports.com/fonts/Montserrat-SemiBold.otf);
}

@font-face {
    font-family: 'Lato-Bold';
    src: url(https://www.vay-sports.com/fonts/Lato-Bold.ttf);
}

@font-face {
    font-family: 'AvenirMedium';
    src: url(../fonts/AvenirMedium.ttf);
}

@font-face {
    font-family: 'AvenirBook';
    src: url(../fonts/AvenirBook.ttf);
}

@font-face {
    font-family: 'AvenirBlack';
    src: url(../fonts/AvenirBlack.ttf);
}



h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
    padding: 0px;
    margin: 0px;
}

.noleft {
    padding-left: 0;
}

.noright {
    padding-right: 0;
}

.nopadding {
    padding: 0 !important;
}

button,
a {
    transition: all 0.35s ease 0s;
}

a {
    outline: medium none !important;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.width1 {
    width: 100%;
}

.header {
    position: fixed;
    width: 100%;
    z-index: 9999;
    top: 0;
    left: 0;
    padding: 15px 0px;
    background: #172143;
    transition: all 0.3s ease 0s;
}

.header .hamburger {
    display: none;
    float: right;
    height: 45px;
    padding: 0;
    width: 45px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    background: #fff;
    width: 24px;
    height: 3px;
    border-radius: 0px;
}

.hamburger:hover {
    opacity: 1;
}

.hamburger-inner::after {
    bottom: 0px;
    top: -8px;
    /* display: none; */
}

.header button:focus {
    outline: 0px;
}

.hamburger-box {
    width: 25px;
}

.hamburger-inner::before {
    top: -8px;
}

.hamburger--squeeze.is-active .hamburger-inner::after {
    top: 0;
}

.sidenav {
    background-color: rgba(23, 33, 67, 0.9);
    height: 100%;
    left: -200px;
    overflow-x: hidden;
    padding-top: 10px;
    position: fixed;
    top: 0px;
    transition: all 0.5s ease 0s;
    width: 200px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    z-index: 9999;
}

.sidenav .navbar-brand {
    margin-bottom: 20px;
}

.sidenav .navbar-brand img {
    width: 80%;
}

.sidenav a {
    color: #fff;
    display: block;
    font-size: 17px;
    padding: 8px 18px 8px 17px;
    text-decoration: none;
    text-transform: capitalize;
    transition: all 0.3s ease 0s;
    font-family: 'AvenirBlack';
}

.sidenav a:hover {
    color: #00cbcc;
}

.boxs {
    float: left;
    width: 100%;
}

.head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo a img {
    width: 110px;
}

.links ul {
    text-align: right;
}

.links li {
    display: inline-block;
    list-style: none;
    margin-left: 50px;
}

.links li a {
    font-family: 'AvenirBlack';
    font-size: 20px;
    letter-spacing: 1.82px;
    text-align: center;
    color: #fff;
}

.links li a.preorder {
    box-shadow: 0 2px 13px 0 rgba(0, 0, 0, 0.5);
    background-image: linear-gradient(to bottom, #00e7e8, #00cbcc);
    padding: 5px 15px;
    border-radius: 20px;
}

.banner {
    margin-top: 69px;
    padding: 5px 0px;
}
.bannerr {
    margin-top: 69px;
    padding: 300px 0px;
}
.bannerrr {
    margin-top: 69px;
    padding: 180px 0px;
}

.heading {
    font-family: 'AvenirBlack';
    font-size: 70px;
    color: #fff;
    text-align: center;
}

.banner_inner p {
    font-family: 'AvenirBook';
    font-size: 25px;
    text-align: center;
    color: #fff;
}

.team {
    padding: 70px 0px;
}

.team_detail {
    margin-top: 100px;
}

.team_img img {
    margin: 0px auto;
}

.team_content {
    padding-top: 30px;
}

.team_content h6 {
    font-family: 'AvenirBook';
    font-size: 11px;
    color: #fff;
    text-align: center;
}

.team_content h5 {
    font-family: 'AvenirBlack';
    font-size: 30px;
    color: #fff;
    text-align: center;
    margin: 5px 0px;
}

.team_content p {
    font-family: 'AvenirBook';
    font-size: 18px;
    color: #fff;
    text-align: center;
}

.footer {
    border-top: solid 2px #00e7e8;
    position: relative;
}

.arrow {
    width: 50px;
    height: 50px;
    background-image: linear-gradient(to bottom, #00e7e8, #00cbcc);
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -25px;
    left: 48%;
}

.footer_inner {
    padding: 70px 0px;
}

.social {
    display: flex;
    align-items: center;
    justify-content: center;
}

.social a {
    display: inline-block;
    margin: 0px 20px;
}

.social a:hover svg path {
    fill: #fff;
}


/* .footlogo {
    margin-top: 50px;
} */

.footlogo img {
    width: 110px;
}

.link_inner h5 {
    font-family: 'AvenirBlack';
    font-size: 21px;
    letter-spacing: 1.8px;
    color: #fff;
}

.link_inner li {
    list-style: none;
    margin-top: 20px;
}

.link_inner li a {
    font-family: 'AvenirBook';
    font-size: 21px;
    letter-spacing: 1.8px;
    color: #fff;
}

.link_inner li a:hover {
    color: #00e7e8;
}

.foot_top {
    margin-top: 50px;
}

.footlogo {
    margin-bottom: 20px;
}


/* .foot_rht {
    margin-top: 20px;
} */

.foot_rht p {
    font-size: 14px;
    font-family: 'AvenirBook';
    color: #fff;
    letter-spacing: 1.8px;
}

.foot_rht ul {
    margin-top: 100px;
}

.foot_rht li {
    display: inline-block;
}

.foot_rht li:last-child {
    margin-left: 10px;
}

.joel {
    clip-path: polygon(0 0, 100% 0, 100% 80%, 0% 100%);
    position: relative;
}

.shadow {
    position: absolute;
    width: 100%;
    bottom: -91px;
    left: 0;
}

.joel_lft img {
    /* width: 500px; */
    float: right;
}

.joel_img {
    display: flex;
    align-items: center;
}

.joel_img img {
    margin-right: 30px;
}

.joel_rht {
    padding-top: 60px;
}

.joel_rht h6 {
    font-family: 'AvenirBook';
    color: #fff;
    font-size: 20px;
}

.joel_rht h2 {
    font-family: 'AvenirBlack';
    font-size: 40px;
    color: #fff;
    padding: 20px 0px;
}

.joel_rht p {
    font-family: 'AvenirBook';
    font-size: 25px;
    color: #fff;
    padding-bottom: 20px;
}

.joel2 {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 61%);
    position: relative;
}

.shadow2 {
    position: absolute;
    width: 100%;
    bottom: -91px;
    left: 0;
}

.joel2_rht {
    text-align: right;
}

.joel2_rht .joel_img {
    justify-content: flex-end;
}

.footerio {
    display: flex;
    flex-flow: row wrap;
    background-color: #172143;
    padding: 3em 1em;
    font-size: 1.775rem;
    border-top: solid 2px #00e7e8;
  }
  
  .footerio > * {
    flex:  1 100%;
  }
  
  .footer__addr {
    margin-right: 2.5em;
    margin-left: 6%;
    margin-bottom: 2em;
  }

  @media screen and (max-width: 645px) {
    .footer__addr {
        margin-right: 2.5em;
        margin-left: 2px;
        margin-bottom: 2em;
    }
}
  
  .footer__logo {
    font-family: 'AvenirBlack';
    font-weight: 400;
    text-transform: lowercase;
    font-size: 1.5rem;
  }
  
  .footer__addr h2 {
    font-family: 'AvenirBlack';
    margin-top: 1.3em;
    font-size: 2.3rem;
  }
  
  .nav__title {
    font-family: 'AvenirBlack';
    font-size: 2.3rem;
  }
  
  .footerio address {
    font-style: normal;
    color: #9ca0b1;
  }
  
  .footer__btn {
    font-family: 'AvenirBook';
    display: inline-flex;
    align-items: center;
    justify-content: center;
    max-width: 10em;
    background-color: hsl(227, 12%, 30%);
    border-radius: 4px;
    margin: 0.6em 0;
    font-size: 1.5rem;
    padding: 10px 16px;
    color: #fff;
  }
  
  .footerio ul {
    font-family: 'AvenirBook';
    list-style: none;
    padding-left: 0;
  }
  
  .footerio li {
    line-height: 2em;
  }
  
  .footerio a {
    text-decoration: none;
  }
  
  .footer__nav {
    display: flex;
      flex-flow: row wrap;
  }
  
  .footer__nav > * {
    flex: 1 50%;
    margin-right: 1.25em;
  }
  
  .nav__ul a {
    color: #9ca0b1;
  }
  
  .nav__ul--extra {
    column-count: 2;
    column-gap: 1.25em;
  }
  
  .legal {
    font-family: 'AvenirBook';
    display: flex;
    flex-wrap: wrap;
    font-size: 0.75rem;
    color: #9ca0b1;
    margin-left: 2.5em;

  }
  
  .legal span {
    display: flex;
    align-items: center;
  }
  
  .legal span a {
      text-decoration: underline;
      color: #9ca0b1;
    }
  
  .legal__links span::before {
    content: "|";
    margin: 0 8px;
  }
  
  @media screen and (min-width: 24.375em) {
    .legal span {
      margin-left: auto;
    }
  }
  
  @media screen and (min-width: 40.375em) {
    .footerio {
      padding: 3em 4em;
    }
    
    .footer__nav > * {
      flex: 1;
    }
    
    .nav__item--extra {
      flex-grow: 1;
    }
    
    .footer__addr {
      flex: 1 0px;
    }
    
    .footer__nav {
      flex: 2 0px;
    }
  }
  @media screen and (min-width: 767px) {

    .skr {
        padding-top: 90px; 



    }
  }
  @media screen and (min-width: 1020px) {

    .skr {
        padding-top: 100px; 



    }
  }

  .play-btn {
    width: 75px;
    height: 75px;
    right: 47%;
    background: radial-gradient(#00E7E8 60%, #172143 62%);
    border-radius: 50%;
    position: absolute;
    display: block;
    margin: 40px auto;
    box-shadow: 0px 0px 25px 3px #00E7E8;
    text-align: center;
  }

  @media only screen and (max-width: 720px) { .play-btn {
    width: 75px;
    height: 75px;
    left: 42%;
    background: radial-gradient(#00E7E8 60%, #172143 62%);
    border-radius: 50%;
    position: absolute;
    display: block;
    margin: 40px auto;
    box-shadow: 0px 0px 25px 3px #00E7E8;
  }
}

  /* triangle */
  .play-btn::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-40%) translateY(-50%);
    transform: translateX(-40%) translateY(-50%);
    transform-origin: center center;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 25px solid #fff;
    z-index: 100;
    -webkit-transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  /* pulse wave */
  .play-btn:before {
    content: "";
    position: absolute;
    width: 160%;
    height: 160%;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation: pulsate1 2s;
    animation: pulsate1 2s;
    -webkit-animation-direction: forwards;
    animation-direction: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: steps;
    animation-timing-function: steps;
    opacity: 1;
    border-radius: 50%;
    border: 5px solid rgba(255, 255, 255, .75);
    top: -30%;
    left: -30%;
    background: rgba(198, 16, 0, 0);
  }

  @-webkit-keyframes pulsate1 {
    0% {
      -webkit-transform: scale(0.6);
      transform: scale(0.6);
      opacity: 1;
      box-shadow: inset 0px 0px 25px 3px #00E7E8, 0px 0px 25px 10px #00E7E8;
    }
    100% {
      -webkit-transform: scale(1);
      transform: scale(1);
      opacity: 0;
      box-shadow: none;

    }
  }



  @keyframes pulsate1 {
    0% {
      -webkit-transform: scale(0.6);
      transform: scale(0.6);
      opacity: 1;
      box-shadow: inset 0px 0px 25px 3px #00E7E8, 0px 0px 25px 10px #00E7E8;
    }
    100% {
      -webkit-transform: scale(1, 1);
      transform: scale(1);
      opacity: 0;
      box-shadow: none;

    }
  }

  .for_slick_slider{
      display: flex;  

  }
  .for_slick_slider .items {
      width: 380px;
      height: 510px;
      margin: 10px;
}
.for_slick_slider .items img {
    width: 380px;
    height: 510px;
}







.btn--block {
    display: block;
    width: 100%;
  }
   
  .cards {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding-top: 110;
  }
  
  .cards__item {
    display: flex;
    padding: 1rem;
    @media(min-width: 40rem) {
      width: 50%;
    }
    @media(min-width: 56rem) {
      width: 33.3333%;
    }
  }
  
  .card {
    background-color: #172143;
    border-radius: 1rem;
    box-shadow:20px 20px 50px #0D1739;  
    display: flex;
    flex-direction: column;
    transition: transform .2s; /* Animation */
    overflow: hidden;
    &:hover {
      .card__image {
        filter: contrast(100%);
      }
    }
  }

  .card:hover {
    transform: scale(1.01); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
  }
  
  .card__content {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    padding: 1rem;
  }
  
  .card__image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    filter: contrast(70%);
    //filter: saturate(180%);
    overflow: hidden;
    position: relative;
    transition: filter 0.5s cubic-bezier(.43,.41,.22,.91);;
    &::before {
      content: "";
        display: block;
      padding-top: 56.25%; // 16:9 aspect ratio
    }
    @media(min-width: 40rem) {
      &::before {
        padding-top: 66.6%; // 3:2 aspect ratio
      }
    }
  }
  
  .card__title {
    color: @gray-dark;
    font-size: 1.25rem;
    font-weight: 300;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #000;
  }
  
  .card__text {
    flex: 1 1 auto;
    font-size: 0.875rem;
    line-height: 1.5;
    margin-bottom: 1.25rem;
    color: #000;
  }

 
  .feature{
    border-radius: 10px;
    margin-bottom: 30px;
    box-shadow:20px 20px 50px #0D1739;
  }

  @media only screen and (min-width:561px) {
    .feature{
        align: right;
        margin-top: 90px;
        border-radius: 10px;
        width: 600px; 
        box-shadow:20px 20px 50px #0D1739;
        transition: transform .2s; /* Animation */

        
      }
  }
  
  .feature:hover {
    transform: scale(1.01); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */

}


.text_react:hover{
    text-decoration: underline #00CBCC;
}
  
#mailchimp {
	background: #172143;
    color: #3D6392;
    padding-bottom: 50px;
}
	#mailchimp input {
		 border: medium none;
    color: #9ca0b1;
    font-size: 16px;
    margin-bottom: 10px;
    padding: 8px 10px;
    width: 300px;
		border-radius: 4px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
	}
		#mailchimp input.email { background: #fff }
		#mailchimp input.name { background: #fff}
		#mailchimp input[type="submit"] {
			background: #00E7E8;
			color: #fff;
			cursor: pointer;
			font-size: 20px;
			padding: 6px 12px;

		}
            #mailchimp input[type="submit"]:hover { color: #172143 }
            
#mce-success-response{
    color:#000;
}
.response{
    margin-top: 10px;
    margin-left: 10px;
}
#mce-error-response{
    color:red;
}
.error{
    color:red;
}
.msgs{
    display: none;
}