
*/
@import url("https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i");
/* 
---------------------------------------------
reset
--------------------------------------------- 
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, div
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
figure, header, nav, section, article, aside, footer, figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

ul, li {
  padding: 0;
  margin: 0;
  list-style: none;
}

header, nav, section, article, aside, footer, hgroup {
  display: block;
}

* {
  box-sizing: border-box;
}

html, body {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  background-color: #fff;
  font-size: 16px;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none !important;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0px;
  margin-bottom: 0px;
}

ul {
  margin-bottom: 0px;
}

p {
  font-size: 14px;
  line-height: 25px;
  color: #7a7a7a;
}

/* 
---------------------------------------------
global styles
--------------------------------------------- 
*/
html,
body {
  background: #fff;
  font-family: 'Poppins', sans-serif;
}

::selection {
  background: #ed563b;
  color: #fff;
}

::-moz-selection {
  background: #ed563b;
  color: #fff;
}

@media (max-width: 991px) {
  html, body {
    overflow-x: hidden;
  }
  .mobile-top-fix {
    margin-top: 30px;
    margin-bottom: 0px;
  }
  .mobile-bottom-fix {
    margin-bottom: 30px;
  }
  .mobile-bottom-fix-big {
    margin-bottom: 60px;
  }
}

.section-heading {
    text-align: center;
    margin-top: 16px;
    margin-bottom: 12px;
}

.section-heading h2 {
    font-size: 29px;
    font-weight: 800;
    color: #232d39;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    margin-top: 0px;
    margin-bottom: 6px;
}

.section-heading p{
   font-size: 20px;
}

.section-heading h2 em {
  font-style: normal;
  color: #ed563b;
}

.section-heading img {
  margin: 20px auto;
}

.dark-bg h2 {
  color: #fff;
}

.dark-bg p {
  color: #fff;
}

.main-button a {
  display: inline-block;
  font-size: 15px;
  padding: 12px 20px;
  background: linear-gradient(144deg,#AF40FF, #5B42F3 50%,#00DDEB) !important;
  color: #fff;
  text-align: center;
  font-weight: 400;
  text-transform: uppercase;
  transition: all .3s;
}

.main-button a:hover {
  background-color: #f9735b;
}


/* 
---------------------------------------------
header
--------------------------------------------- 
*/

.background-header {
  background: rgba(250,250,250,0.99) !important;
  height: 80px!important;
  position: fixed!important;
  top: 0px;
  left: 0px;
  right: 0px;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.15)!important;
}

.background-header .logo,
.background-header .main-nav .nav li a {
  color: #232d39!important;
}

.background-header .main-nav .nav li:last-child a {
  color: #fff !important;
}

.background-header .main-nav .nav li:last-child a:hover {
  color: #fff!important;
}

.background-header .main-nav .nav li:hover a {
  color: #ed563b!important;
}

.background-header .nav li a.active {
  color: #ed563b!important;
}

.header-area {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 100;
  height: 80px;
  background: #fff;
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}

.header-area .main-nav {
  min-height: 80px;
  background: transparent;
}

.header-area .main-nav .logo {
  line-height: 80px;
  color: #fff;
  font-size: 32px;
  font-weight: 800;
  text-transform: uppercase;
  float: left;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.header-area .main-nav .logo em {
  font-style: normal;
  color: #ed563b;
  font-weight: 900;
}

.header-area .main-nav .nav {
  float: right;
  margin-top: 27px;
  margin-right: 0px;
  background-color: transparent;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 999;
}

.header-area .main-nav .nav li {
  padding-left: 20px;
  padding-right: 20px;
}

.header-area .main-nav .nav li a {
  display: block;
  font-weight: 500;
  font-size: 13px;
  color: #7a7a7a;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  height: 40px;
  line-height: 40px;
  border: transparent;
  letter-spacing: 1px;
}

.header-area .main-nav .nav li a {
  color: #cc;
}

/*.header-area .main-nav .nav li:last-child a {
  display: inline-block;
  font-size: 13px;
  padding: 11px 17px;
  
  background: linear-gradient(to bottom, #ec3748 0%, #f35943 100%);
  color: #fff;
  text-align: center;
  font-weight: 400;
  letter-spacing: 0px;
  text-transform: uppercase;
  transition: all .3s;
  height: auto;
  line-height: 20px;
}*/

/*.header-area .main-nav .nav li:last-child a:hover {
  background-color: #f9735b;
  opacity: 1;
}*/

.header-area .main-nav .nav li:hover a,
.header-area .main-nav .nav li a.active {
  color: #ed563b!important;
  opacity: 1;
}

.background-header .main-nav .nav li:hover a,
.background-header .main-nav .nav li a.active {
  color: #ed563b!important;
  opacity: 1;
}

.header-area .main-nav .menu-trigger {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 23px;
  width: 32px;
  height: 40px;
  text-indent: -9999em;
  z-index: 99;
  right: 40px;
  display: none;
}

.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #1e1e1e;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
}

.background-header .main-nav .menu-trigger span,
.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #1e1e1e;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
  width: 75%;
}

.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  content: "";
}

.header-area .main-nav .menu-trigger span {
  top: 16px;
}

.header-area .main-nav .menu-trigger span:before {
  -moz-transform-origin: 33% 100%;
  -ms-transform-origin: 33% 100%;
  -webkit-transform-origin: 33% 100%;
  transform-origin: 33% 100%;
  top: -10px;
  z-index: 10;
}

.header-area .main-nav .menu-trigger span:after {
  -moz-transform-origin: 33% 0;
  -ms-transform-origin: 33% 0;
  -webkit-transform-origin: 33% 0;
  transform-origin: 33% 0;
  top: 10px;
}

.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
  background-color: transparent;
  width: 100%;
}

.header-area .main-nav .menu-trigger.active span:before {
  -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
  -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
  -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
  transform: translateY(6px) translateX(1px) rotate(45deg);
  background-color: #1e1e1e;
}

.background-header .main-nav .menu-trigger.active span:before {
  background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger.active span:after {
  -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  transform: translateY(-6px) translateX(1px) rotate(-45deg);
  background-color: #1e1e1e;
}

.background-header .main-nav .menu-trigger.active span:after {
  background-color: #1e1e1e;
}

.header-area.header-sticky {
  min-height: 80px;
}

.header-area.header-sticky .nav {
  margin-top: 20px !important;
}

.header-area.header-sticky .nav li a.active {
  color: #ed563b;
}

@media (max-width: 1200px) {
  .header-area .main-nav .nav li {
    padding-left: 12px;
    padding-right: 12px;
  }
  .header-area .main-nav:before {
    display: none;
  }
}

@media (max-width: 767px) {
  .header-area .main-nav .logo {
    color: #1e1e1e;
  }
  .header-area.header-sticky .nav li a:hover,
  .header-area.header-sticky .nav li a.active {
    color: #ed563b!important;
    opacity: 1;
  }
  .header-area {
    background-color: #f7f7f7;
    padding: 0px 15px;
    height: 80px;
    box-shadow: none;
    text-align: center;
  }
  .header-area .container {
    padding: 0px;
  }
  .header-area .logo {
    margin-left: 0px;
  }
  .header-area .menu-trigger {
    display: block !important;
  }
  .header-area .main-nav {
    overflow: hidden;
  }
  .header-area .main-nav .nav {
    float: none;
    width: 100%;
    display: none;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    margin-left: 0px;
  }
  .header-area .main-nav .nav li:first-child {
    border-top: 1px solid #eee;
  }
  .header-area .main-nav .nav li:last-child {
    width: 100%;
    background-color: #ed563b;
    color: #fff;
  }
  .header-area .main-nav .nav li:last-child a {
        background-color: transparent !important;
  }
  .header-area .main-nav .nav li:last-child a:hover,
  .header-area .main-nav .nav li:last-child:hover a {
    background-color: #ed563b!important;
    color: #fff!important;
  }
  .header-area.header-sticky .nav {
    margin-top: 80px !important;
  }
  .header-area .main-nav .nav li {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #eee;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .header-area .main-nav .nav li a {
    height: 50px !important;
    line-height: 50px !important;
    padding: 0px !important;
    border: none !important;
    background: #f7f7f7 !important;
    color: #232d39 !important;
  }
  .header-area .main-nav .nav li:last-child a {
    color: #fff!important;
  }
  .header-area .main-nav .nav li a:hover {
    background: #eee !important;
    color: #ed563b!important;
  }
  .header-area .main-nav .nav li.submenu ul {
    position: relative;
    visibility: inherit;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
    top: 0px;
    width: 100%;
    box-shadow: none;
    height: 0px;
  }
  .header-area .main-nav .nav li.submenu ul li a {
    font-size: 12px;
    font-weight: 400;
  }
  .header-area .main-nav .nav li.submenu ul li a:hover:before {
    width: 0px;
  }
  .header-area .main-nav .nav li.submenu ul.active {
    height: auto !important;
  }
  .header-area .main-nav .nav li.submenu:after {
    color: #3B566E;
    right: 25px;
    font-size: 14px;
    top: 15px;
  }
  .header-area .main-nav .nav li.submenu:hover ul, .header-area .main-nav .nav li.submenu:focus ul {
    height: 0px;
  }
}

@media (min-width: 767px) {
  .header-area .main-nav .nav {
    display: flex !important;
  }
}


/* 
---------------------------------------------
banner
--------------------------------------------- 
*/

@media only screen and (max-width: 2000px) and (min-width: 801px){
    .footermenumobile {
    width: 100%;
    height: 150px;
    position: fixed;
    margin-bottom: -78px;
}
    .dno{
      display: block;
    }
    .don{
      display: none;
    }

    .slidermobion{
      display: none !important;
    }

   /* .desktopgameon{
      display: block;
    }
*/


}

.safeimg img {
    border: 4px solid red;
    border-radius: 20px;
    transition-duration: 2s;
}

.safeimg img:hover {
    border: 4px solid red;
    border-radius: 20px;
    -ms-transform: rotate(360deg); /* IE 9 */
  transform: rotate(360deg);
}


@media only screen and (max-width: 799px) and (min-width: 300px){
      .desktopgameon{
        display: none !important;
      }
    .mainfastsec{
      display: none !important;
    }

    .slidermobion{
      display: block;
    }

  .btnfootermobidownload a {
      display: inline-block;
      font-size: 13px;
      padding: 8px 18px;
      background: linear-gradient(144deg,#AF40FF, #5B42F3 50%,#00DDEB) !important;
      color: #fff;
      text-align: center;
      font-weight: 400;
      text-transform: none;
      transition: all .3s;
      border: 1px solid;
      border-radius: 21px;
  }

  .textbtnh {
    padding: 12px 5px !important;
    background-image: linear-gradient(144deg,#AF40FF, #5B42F3 50%,#00DDEB) !important;
    color: #fff;
    width: 30%;
    font-size: 13px;
    border-radius: 50px !important;
    border: 1px solid #999;
      box-shadow: -1px 6px 8px #ccc;
  }
  .textsearch {
      padding: 12px 5px !important;
      border-radius: 0px !important;
      width: 64%;
      font-size: 13px;
      border-radius: 50px !important;
      border: 1px solid #999;
      box-shadow: -1px 6px 8px #ccc;
  }

  .footermenumobile p {
      color: #fff;
      font-size: 12px;
      margin-left: 0px;
      text-align: center;
      margin-bottom: 0px;
      line-height: 60px;
      padding-left: 10px;
  }


    .lander-info-cta {
      background: linear-gradient(to bottom, #ec3748 0%, #f35943 100%);
      color: #fff;
      width: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: space-between;
      box-sizing: border-box;
      text-align: center;
      /* border-radius: 0.75rem; */
      font-weight: 600 !important;
      font-size: 18px !important;
      line-height: normal !important;
      padding: 1.5rem 1.875rem 0 !important;
  }

    .dno{
      display: none;
    }
    .don{
      display: block;
      flex: auto;
    }

    .slick-list {
      position: relative;
      display: block;
      /* overflow: hidden; */
      margin: 0px;
      padding: 0px;
      width: 560px;
  }


  .main-button a {
    display: inline-block;
    font-size: 12px;
    padding: 7px 13px;
    background: linear-gradient(144deg,#AF40FF, #5B42F3 50%,#00DDEB) !important;
    color: #fff;
    text-align: center;
    font-weight: 400;
    text-transform: uppercase;
    transition: all .3s;
    border-radius: 50px;
}

}

@media only screen and (max-width: 2000px) {



  .footermenumobile{
     position: fixed;
     left: 0;
     bottom: 0;
     width: 100%;
     background-color: transparent ; /*#23113B*/
     color: white;
     text-align: center;
     z-index: 9999;
  }
  
  .modis{
      display:none !important;
  }


  .livegamespage{
      margin-top: 90px !important;
  }


  .footermenumobile li{
    padding: 8px;
  }

  /*.footermenumobile p{
    color: #fff;
    font-size: 12px;
    margin-left: 0px;
    text-align: center;
    margin-bottom:  0px;
  } */




.footermenumobile p {
    color: #fff;
    font-size: 12px !important;
    margin-left: 0px;
    text-align: center;
    margin-bottom: 0px;
    line-height: 66px;
    padding-left: 10px;
}

  .footermenumobile img{
      width: 20px;
  }
  .mobifooterwidth80{
    width: 100%;
  }
}


.checked {
  color: orange;
}





/* ==========================================================================
home section
========================================================================== */
#home {
  background-image: url(../images/bannerweb.jpg);
  background-size: cover;
  background-position: center;
  color: #ffffff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
      align-items: center;
  height: 100vh;
  text-align: center;
}
#home h1 {
  font-size: 29px;
}
#home h3 {
  font-size: 14px;
}
#home hr {
  width: 240px;
}
#home .btn {
  background: transparent;
  border: 4px solid #ffffff;
  border-radius: 0;
  color: #ffffff;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 2px;
  padding: 12px 42px;
  margin-top: 10px;
  margin-right: 16px;
  transition: all 0.4s ease-in-out;
}
#home .btn:hover {
  background: #00c6d7;
  border-color: transparent;
}
#home .btn-danger {
  background: linear-gradient(to bottom, #ec3748 0%, #f35943 100%);
  border-color: transparent;
}
#home .btn-danger:hover {
  border: 4px solid #ffffff;
    border-radius: 0;
  background: transparent;
    color: #ffffff;
}





.main-banner {
  position: relative;
}

#bg-video {
    min-width: 100%;
    min-height: 100vh;
    max-width: 100%;
    max-height: 100vh;
    object-fit: cover;
    z-index: -1;
}

#bg-video::-webkit-media-controls {
    display: none !important;
}

.video-overlay {
    position: absolute;
    background-color: rgba(35,45,57,0.4);
    top: 0;
    left: 0;
    bottom: 7px;
    width: 100%;
}

.main-banner .caption {
  text-align: center;
  position: absolute;
  width: 80%;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}

.main-banner .caption h6 {
    margin-top: 0px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 400;
    color: #fff;
    letter-spacing: 3.5px;
}

.main-banner .caption h2 {
    margin-top: 12px;
    margin-bottom: 25px;
    font-size: 60px;
    text-transform: lowercase;
    font-weight: 400;
    color: #fff;
    letter-spacing: 1px;
}

.main-banner .caption h2 em {
  font-style: normal;
  
  font-weight: 600;
}

.main-banner .caption h2 em  {
  /* Fallback: Set a background color. */
  background-color: red;
  
  /* Create the gradient. */
  background-image: linear-gradient(to bottom, #ec3748 0%, #f35943 100%);
  
  /* Set the background size and repeat properties. */
  background-size: 100%;
  background-repeat: repeat;

  /* Use the text as a mask for the background. */
  /* This will show the gradient as a text color rather than element bg. */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; 
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
}





/*
---------------------------------------------
features
---------------------------------------------
*/

#features {
  margin-bottom: 15px;
}

.feature-item {
  display: inline-block;
  margin-bottom: 60px;
}

.feature-item .left-icon img {
  float: left;
  margin-right: 30px;
}

.feature-item .right-content {
  display: inline;
}

.feature-item .right-content h4 {
  margin-top: 0px;
  margin-bottom:  7px;
  letter-spacing: 0.25px;
  color: #232d39;
  font-size: 19px;
  font-weight: 600;
  text-transform: capitalize;
}

.feature-item .right-content a.text-button {
  margin-top: 7px;
  display: inline-block;
  font-size: 13px;
  text-transform: uppercase;
  color: #ed563b;
  font-weight: 500;
}

/*
---------------------------------------------
subscribe
---------------------------------------------
*/

#call-to-action {
  padding: 44px 0px;
  background-image: url(../images/cta-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}

.cta-content h2 {
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 800;
  color: #fff;
  letter-spacing: 1px;
}

.cta-content h2 em {
  font-style: normal;
  color: #ed563b;
}

.cta-content p {
  font-size: 16px;
  color: #fff;
  margin: 15px 0px 25px 0px;
}



/*
--------------------------------------------
Our Classes
--------------------------------------------
*/

#our-classes {
  margin-bottom: 140px;
}

#tabs ul {
  margin: 0;
  padding: 0;
}
#tabs ul li {
  margin-bottom: 30px;
  display: inline-block;
  width: 100%;
}
#tabs ul li:last-child {
  margin-bottom: 0px;
}
#tabs ul li a {
  text-transform: capitalize;
  width: 100%;
  padding: 30px 30px;
  display: inline-block;
  background-color: #fff;
  box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
  border-radius: 5px;
  font-size: 19px;
  color: #232d39;
  letter-spacing: 0.5px;
  font-weight: 600;
  transition: all 0.3s;
}
#tabs .main-rounded-button a {
  text-align: center;
  padding: 20px 30px;
  width: 100%;
  border-radius: 5px;
  display: inline-block;
  box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
  color: #fff;
  font-size: 19px;
  letter-spacing: 0.5px;
  font-weight: 600;
  background-color: #ed563b;
}
#tabs .main-rounded-button a:hover {
  background-color: #f9735b;
}
#tabs ul li a img {
  max-width: 100%;
  margin-right: 20px;
}
#tabs ul .ui-tabs-active span {
  background: #faf5b2;
  border: #faf5b2;
  line-height: 90px;
  border-bottom: none;
}
#tabs ul .ui-tabs-active a {
  color: #ed563b;
}
#tabs ul .ui-tabs-active span {
  color: #1e1e1e;
}
.tabs-content {
  margin-left: 30px;
  text-align: left;
  display: inline-block;
  transition: all 0.3s;
}
.tabs-content img {
  max-width: 100%;
  overflow: hidden;
  border-radius: 5px;
}
.tabs-content h4 {
  font-size: 23px;
  font-weight: 700;
  color: #232d39;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
  margin-top: 30px;
}
.tabs-content p {
  font-size: 14px;
  color: #7a7a7a;
  margin-bottom: 28px;
}


/* 
---------------------------------------------
schedule
--------------------------------------------- 
*/

#schedule {
  padding: 0px 0px 140px 0px;
  background-image: url(../images/schedule-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

#schedule table {
  width: 100%;
  text-align: center;
  border: 1px solid #fff;
}

#schedule table tbody {
  border-top: 1px solid #fff; 
}

#schedule table tbody tr {
  border-bottom: 1px solid #fff;
}

#schedule table tbody tr td {
  border-right: 1px solid #fff;
  height: 100px;
}

#schedule table tr td {
  color: #fff;
  font-size: 13px;
  text-transform: capitalize;
  font-weight: 500;
  letter-spacing: 0.25px;
}

.schedule-table.filtering .ts-item {
    opacity: 0;
    transition: all 0.5s;
}

.schedule-table.filtering .ts-item.show {
    opacity: 1;
    transition: all 0.5s;
}

#schedule .filters {
  margin-bottom: 40px;
}
#schedule .filters ul {
  padding: 0;
  text-align: center;
}
#schedule .filters ul li {
  list-style: none;
  display: inline;
  cursor: pointer;
  position: relative;
  margin-right: 10px;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#schedule .filters ul li:after {
  content: "/";
  margin-left: 10px;
  color: #fff;
}
#schedule .filters ul li:last-child {
  margin-right: 0px;
}
#schedule .filters ul li:last-child::after {
  display: none;
}
#schedule .filters ul li.active,
#schedule .filters ul li:hover {
  color: #ed563b;
}
#schedule .filters-content {
  margin-top: 50px;
}
#schedule .filters-content .show {
  opacity: 1;
  visibility: visible;
  transition: all 350ms;
}
#schedule .filters-content .hide {
  opacity: 0;
  visibility: hidden;
  transition: all 350ms;
}


/* 
---------------------------------------------
trainers
--------------------------------------------- 
*/


.main-button scroll-to-section {
    padding: 10px;
    float: right;
    margin: 10px;
}


#trainers .trainer-item {
  background-color: #fff;
  border-radius: 7px;
  box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
  padding: 4px;
}

#trainers .trainer-item img {
  width: 100%;
  border-radius: 5px;
}

#trainers .trainer-item span {
  font-size: 13px;
  font-weight: 500;
  color: #ed563b;
  display: inline-block;
  margin-top: 25px;
  margin-bottom: 10px;
}

#trainers .trainer-item h4 {
  font-size: 19px;
  font-weight: 600;
  color: #232d39;
  letter-spacing: 0.5px;
  margin-bottom: 18px;
}

#trainers .trainer-item p {
  margin-bottom: 20px;
}

#trainers .trainer-item ul.social-icons li {
  display: inline-block;
  margin-right: 12px;
}

#trainers .trainer-item ul.social-icons li:last-child {
  margin-right: 0px;
}

#trainers .trainer-item ul.social-icons li a {
  color: #232d39;
  transition: all .3s;
}

#trainers .trainer-item ul.social-icons li a:hover {
  color: #ed563b;
}


/* 
---------------------------------------------
contact
--------------------------------------------- 
*/

#contact-us {
  margin-top: 140px;
}

#contact-us .container-fluid .col-lg-6 {
  padding: 0px;
}

#contact-us .contact-form {
  padding: 80px;
  background-image: url(../images/contact-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

#contact-us .contact-form #contact {
  background-color: #fff;
  padding: 40px;
  border-radius: 5px;
}

.contact-form input,
.contact-form textarea {
  color: #7a7a7a;
  font-size: 13px;
  border: 1px solid #ddd;
  background-color: #fff;
  width: 100%;
  height: 40px;
  outline: none;
  line-height: 40px;
  padding: 0px 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-bottom: 30px;
}

.contact-form textarea {
  height: 150px;
  resize: none;
}

.contact-form ::-webkit-input-placeholder { /* Edge */
  color: #7a7a7a;
}

.contact-form :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #7a7a7a;
}

.contact-form ::placeholder {
  color: #7a7a7a;
}

.contact-form button {
  display: inline-block;
  font-size: 13px;
  padding: 11px 17px;
  background-color: #ed563b;
  color: #fff;
  text-align: center;
  font-weight: 400;
  text-transform: uppercase;
  transition: all .3s;
  border: none;
  outline: none;
  margin-top: -8px;
}

.contact-form button:hover {
  background-color: #f9735b;
}




/* 
---------------------------------------------
footer
--------------------------------------------- 
*/
footer {
  text-align: center;
  padding: 30px 0px;
}

footer p {
  color: #232d39;
  font-size: 13px;
}

footer p a {
  cursor: pointer;
  color: #ed563b;
}

footer p a:hover {
  color: #ed563b;
}



/* 
---------------------------------------------
preloader
--------------------------------------------- 
*/

.js-preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #232d39;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    opacity: 1;
    visibility: visible;
    z-index: 9999;
    -webkit-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease;
}

.js-preloader.loaded {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

@-webkit-keyframes dot {
    50% {
        -webkit-transform: translateX(96px);
        transform: translateX(96px);
    }
}

@keyframes dot {
    50% {
        -webkit-transform: translateX(96px);
        transform: translateX(96px);
    }
}

@-webkit-keyframes dots {
    50% {
        -webkit-transform: translateX(-31px);
        transform: translateX(-31px);
    }
}

@keyframes dots {
    50% {
        -webkit-transform: translateX(-31px);
        transform: translateX(-31px);
    }
}

.preloader-inner {
    position: relative;
    width: 142px;
    height: 40px;
    background: #232d39;
}

.preloader-inner .dot {
    position: absolute;
    width: 16px;
    height: 16px;
    top: 12px;
    left: 15px;
    background: #fff;
    border-radius: 50%;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-animation: dot 2.8s infinite;
    animation: dot 2.8s infinite;
}

.preloader-inner .dots {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    margin-top: 12px;
    margin-left: 31px;
    -webkit-animation: dots 2.8s infinite;
    animation: dots 2.8s infinite;
}

.preloader-inner .dots span {
    display: block;
    float: left;
    width: 16px;
    height: 16px;
    margin-left: 16px;
    background: #fff;
    border-radius: 50%;
}


/* 
---------------------------------------------
responsive
--------------------------------------------- 
*/


@media (max-width: 992px) {

  .main-banner .caption h2 {
    font-size: 30px;
  }
  
  .topinmob{
      margin-top:-38px !important;
  }
  .topinmobmega{
      margin-top:-12px !important;
  }
  
  .over {
    margin-top: -40px;
  }

  .footer-icon .icon-img {
    width: 50px !important;
    height: 100%;
  }

  .w50{
    width: 50%;
  }
  .imgsl img {
      width: 100%;
      border-radius: 20px;
      box-shadow: 2px 4px 11px #999;
      padding: 1px !important;
      margin-bottom: 18px !important;
  }

  .section-heading h2 {
      font-size: 23px;    
  }
  #features {
    margin-bottom: 7px;
  }

  .section-heading {
    margin-top: 12px;
  }

  .section-heading p {
    font-size: 15px;
}


  #features .feature-item {
    margin-bottom: 30px;
  }
  #our-classes .tabs-content {
    margin-left: 0px;
    margin-top: 30px;
  }
  .trainer-item {
    margin-bottom: 30px;
  }
  #contact-us #map {
    margin-bottom: -7px;
  }
  #contact-us .contact-form {
    padding: 30px;
  }
  #contact-us .contact-form #contact {
    padding: 30px;
  }

}

@media (max-width: 450px) {
  .feature-item .right-content a.text-button {
    margin-left: 130px;
  }
}



/*My css new 28-03-2022 start*/
.logo img {
    width: 154px;
    padding: 4px 12px;
    background: rgba(250,250,250,0.99) !important;
    border-radius: 10px;
}


.paymentlogoset {
    justify-content: center;
    width: 100%;
    display: flex;
}




/*img slider*/

.imgsl img {
    width: 100%;
    border-radius: 20px;
    box-shadow: 2px 4px 11px #999;
    padding: 5px;
    margin-bottom: 30px;
}

.imagebo h2 {
    padding-bottom: 30px;
    padding-top: 10px;
}
.showall{
    padding-bottom: 30px;
    padding-top: 20px;
}

.testiback{
  background: linear-gradient(to bottom, #ec3748 0%, #f35943 100%);
}

.text-testcolor {
  color: #fff;
}

.testiback p{
  color: #fff;
}

.j p{
  padding: 100px;
  text-align: center;
}

.j h5{

  text-align: center;
}

.j{

}


/*bottom vip box start*/

.our-team-main
{
  width:100%;
  height:auto;
  border-bottom:5px #323233 solid;
  background:#fff;
  text-align:center;
  border-radius:10px;
  overflow:hidden;
  position:relative;
  transition:0.5s;
  margin-bottom:28px;
}


.our-team-main img
{
  border-radius:50%;
  margin-bottom:20px;
  width: 90px;
}

.our-team-main h3
{
  font-size:20px;
  font-weight:700;
}

.our-team-main p
{
  margin-bottom:0;
}

.team-back
{
  width:100%;
  height:auto;
  position:absolute;
  top:0;
  left:0;
  padding:5px 15px 0 15px;
  text-align:center;
  background:#fff;
  font-size: 20px;
  
}

.team-front
{
  width:100%;
  height:auto;
  position:relative;
  z-index:10;
  background:antiquewhite;
  padding:15px;
  bottom:0px;
  transition: all 0.5s ease;
}

.our-team-main:hover .team-front
{
  bottom:-200px;
  transition: all 0.5s ease;
}

.our-team-main:hover
{
  border-color:#777;
  transition:0.5s;
}

/*our-team-main*/


/*bottom vip box end*/


.lander-content>div {
    padding-left: 6.7%;
    padding-right: 6.7%;
}

@media (min-width: 1024px){
  .lander-section {
      margin: 2.5rem 0 0;
  }
}

.lander-section {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin: 1rem 0 0;
}

.lander-section.lander-usp-section .lander-section-head {
    display: block;
    text-align: center;
}

.lander-section .lander-section-head {
    display: flex;
    justify-content: space-between;
    padding: 0 0.5rem;
    width: 100%;
}

.lander-section.lander-usp-section .lander-section-head .lander-section-title {
    background: linear-gradient(to bottom, #ec3748 0%, #f35943 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 800;
    font-size: 1.5rem;
    line-height: 2rem;
}

@media (min-width: 768px){
  .lander-info {
      padding: 0 6%;
      width: 77%;
      margin: auto;
  }
}

.lander-info {
    display: flex;
    box-sizing: border-box;
    padding: 0 0 1.75rem;
    flex-direction: column;
}
.lander-info-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
    margin-top: 1.75rem;
}

.lander-info-item .lander-info-icon {
    display: inline-block;
    height: 4.375rem;
    width: 4.375rem;
    overflow: hidden;
    text-align: center;
}

.lander-info-item .lander-info-icon img {
    width: 100%;
    height: 100%;
}

.lander-info-item .lander-info-title {
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.75rem;
    text-align: center;
}

@media (min-width: 768px){
.lander-info-item .lander-info-content {
    margin-bottom: 0;
}
}

.lander-info-item .lander-info-content {
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.5rem;
    text-align: center;
    margin-bottom: 0.75rem;
    color: #7a7a7a;
    width: 90%;
}

.lander-info-item .lander-info-title {
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.75rem;
    text-align: center;
}

@media (min-width: 768px){
  .lander-info-cta {
      flex-direction: row;
      padding-top: 0;
      text-align: left;
      margin: 0rem 0;
  }
}


.lander-info-cta {
    background: linear-gradient(to bottom, #ec3748 0%, #f35943 100%);
    color: #fff;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    text-align: center;
    /*border-radius: 0.75rem;*/
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 2rem;
    padding: 1.5rem 1.875rem 0;
}

@media (min-width: 768px){
  .lander-info-cta .lander-info-cta-description {
      max-width: 70%;
      margin: 0px 0;
  }
}

/*@media (max-width: 768px){
    .footer-game-providers .footer-iconn {
       height: 1.875rem !important;
    }
}
*/


.lander-info-cta .lander-info-btn {
    margin: 1.5rem 0;
}

.muiButtonContainedPrimary.inverted {
    color: #000;
    background: #fff;
}

.MuiButton-label {
    width: 100%;
    display: inherit;
    align-items: inherit;
    justify-content: inherit;
    margin-top: 14px;
}




/*footer section start*/
.footer {
    overflow: hidden;
    background-color: #222;
    color: #efefef;
    padding: 0rem 0;
}

.footer-wrapper {
    display: flex;
    flex-wrap: wrap;
    flex-basis: 100%;
    padding: 0 2.5rem;
}

.footer-languages-wrapper {
    flex-basis: 100%;
    color: #7e7e7e;
    text-align: center;
    font-size: .75rem;
    margin-bottom: 54px;
}

.footer-wrapper>div {
    flex-basis: 100%;
}

.footerLinkSection {
    flex-wrap: nowrap;
    margin-bottom: 0.375rem;
}

.footer-wrapper>div {
    flex-basis: 100%;
}
.footerLinkSection {
    display: flex;
    justify-content: space-between;
}
.footerLinkSection .footerPaymentProviders {
    flex-basis: 45%;
    margin-bottom: 0;
}
.footer-wrapper .title {
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 1.875rem;
    color: #fff;
    margin-top: 20px;
}
.footerPaymentProviders .payments {
    margin-left: -1rem;
    margin-right: -1rem;
}
.iconsContainer {
    display: flex;
    flex-wrap: wrap;
    margin-left: -3.0625rem;
    justify-content: center;
}
@media (min-width: 1024px){
  .footerPaymentProviders .payments .footer-icon {
      flex-basis: calc(25% - 1rem) !important;
  }
}



.footerPaymentProviders .payments .footer-icon {
    flex-basis: calc(33.33333% - 1rem);
    margin-left: 1rem;
    margin-bottom: 0;
    height: auto;
}

.footer-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 1.5rem;
}

.footerPaymentProviders .payments .footer-icon .icon-img {
    max-width: 7rem;
}
.footer-icon .icon-img {
    width: 100%;
    height: 100%;
}

.footer-links-wrapper {
    display: flex;
    margin-bottom: 0.375rem;
    flex-basis: 100%;
    justify-content: space-between;
}

.footer-links-wrapper, .desktop .footer-logos-wrapper {
    flex-basis: 45%;
    margin-top: 20px;
}


/*.getbtn {
    
    font-size: 13px;
    z-index: 777;
    color: #fff;
}*/

.getbtn {
    font-size: 11px;
    z-index: 777;
    color: #fff;
    background: #000;
    width: 60%;
    text-align: center;
    margin: 0 auto;
    border-radius: 14px;
    padding: 2px 2px;
}


.footer-links-wrapper>div {
    padding-left: 10%;
    flex-basis: 50%;
}

.footer-links-wrapper .title {
    font-size: 1rem;
    text-align: initial;
    margin-bottom: 1.75rem;
    margin-top: 0;
}

.footer-links-wrapper a {
    color: #fff;
    display: block;
    font-size: .875rem;
    line-height: 1.375rem;
    font-weight: 600;
    margin-bottom: 1rem;
    transition: color .2s;
}

.footer-wrapper>div {
    flex-basis: 100%;
}

.footer-game-providers {
    margin-bottom: 0.375rem;
}

.desktop .footer-game-providers .footer-icon {
    flex-basis: calc(16.66667% - 3.0625rem);
}


.footer-game-providers .footer-iconn {
    flex-basis: calc(12.66667% - 3.0625rem) !important;
}


.footer-game-providers .footer-iconn {
   height: auto !important;
}



.footer-game-providers .footer-icon {
    flex-basis: calc(33.33333% - 3.0625rem);
    margin-left: 3.0625rem;
    margin-bottom: 1.625rem;
    height: 1.875rem;
}

.footer-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 1.5rem;
}

.certs {
    margin-left: 0;
    align-items: center;
    flex-flow: wrap;
}

@media (min-width: 1024px){
  .certs .footer-icon {
      flex-basis: 8.33333% !important;
  }
}

.certs .footer-icon {
    flex-basis: 50%;
    margin-bottom: 1.625rem;
    height: auto;
}

@media (min-width: 1024px){
  .certs .curacao {
      order: 0;
  }
  .search-container{
    font-size: 12px;
  }
}

.certs .footer-icon .icon-img {
    max-width: 6rem;
    max-height: 2rem;
}

.gifbtn img{
  width: 49px;
}

.gifbtnmain {
    background: #fff;
    border: 2px solid #000;
    box-shadow: -5px 6px 5px #000;
    padding: 5px 15px;
    margin: 10px;
    color: #000;
    display: flex;
    float: left;
    border-radius: 39px;
}
/*.footer-game-providers .footer-icon {
    flex-basis: calc(16.66667% - 3.0625rem);
}*/

.footer-game-providers .footer-icon {
    flex-basis: calc(10.66667% - 3.0625rem);
}





/*footer section end*/



/*live games page start*/
.livegamespage{
  margin-top: 130px;
  margin-bottom: 30px;
}

/*live games page end*/




/*logo slider start*/
/* Slider */

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}



.slick-slide img {
    display: block;
    width: 169px;
    border-radius: 11px;
    padding: 5px;
    background: #f2f2f2;
    border: 1px solid #888;
}




.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
    width: 135px !important;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/*logo slider end*/

.linkbox img{
    background: #fff;
    border: 4px solid red;
    border-radius: 130px;
    padding: 10px;
    width: 100%;
}

.textsearch {
    padding: 6px;
    border-radius: 18px 0px 0px 0px;
}

.textbtnh {
    padding: 6px;
    border-radius: 0px 10px 10px 0px;
    background: linear-gradient(144deg,#AF40FF, #5B42F3 50%,#00DDEB) !important;
    color: #fff;
    border-color: #000;
}

.safeimgtext p{

    text-align: center;
    line-height: 15px;
    margin-top: 19px;

}


@media (min-width: 900px){
  .indiafont {
    font-size: 51px !important;
  }
}


.iframeyou{
  width: 70%;
  height: 405px;
  border: 2px solid red;
}


@media (max-width: 500px){
  .iframeyou{
    width: 100% !important;
    height: 245px !important;
    border: 2px solid red;
  }
}



@media (max-width: 500px){
  .ds {
    width: 30%;
  }
  .slick-initialized .slick-slide{
    width: 142px !important;
  }
  .footermenumobile p {
      margin-top: 7px;
      line-height: 15px !important;
  }

  .footermenumobile li {
      padding: 0px;
  }

    #home {
    background-image: url(../images/mobban.png);
    background-size: cover;
    background-position: center;
    color: #ffffff;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
        align-items: center;
    height: 100vh;
    text-align: center;
  }
  .indiafont{
    display: none;
  }
  #home h3{
    display: none;
  }
  #home .btn-danger{
    display: none;
  }

  #home h1{
    display: none;
  }

  .mobileview{
    display: block !important;
  }

  .desktopview{
    display: none !important;
  }

  .mobileview img{
    width: 100%;
    margin-top: 50px;
  }

    .bannerdatalist{
    display: block;
    color: #fff;
    font-size: 12px;
    position: relative;
    top: -78px;
    text-align: center;
    display: block !important;
  }

    .top20ban{
      top: 14px;
      position: relative;
    }


  .bannerlinkbtn {
      border: 1px solid #fff;
      padding: 8px 18px;
      border-radius: 22px;
      background: #fff;
      color: black;
      font-weight: bold;
  }

}

  .desktopview img{
    width: 100%;
    
  }

  .bannerdatalist{
    display: none;
  }


  .mobileview{
    display: none;
  }

  .desktopview{
    display: block;
  }





/*btn effects*/


.button-63 {
    align-items: center;
    background-image: linear-gradient(144deg,#AF40FF, #5B42F3 50%,#00DDEB) !important;
    border: 0;
    border-radius: 8px;
    box-shadow: rgb(151 65 252 / 20%) 0 15px 30px -5px;
    box-sizing: border-box;
    color: #FFFFFF;
    display: flex;
    font-family: Phantomsans, sans-serif;
    font-size: 20px;
    justify-content: center;
    line-height: 1em;
    padding: 4px 17px;
    text-decoration: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    white-space: nowrap;
    cursor: pointer;
    transition-duration: 2s;
}

.button-63 a{
  color: #fff !important;
}

.button-63:active,
.button-63:hover {
  outline: 0;
  background-image: linear-gradient(100deg,#AF40FF, #00DDEB 50%,#5B42F3);
  transition-duration: 2s;
}

@media (min-width: 768px) {
  .button-63 {
    font-size: 24px;
    min-width: 196px;
  }


}


.closediv {
    list-style-type: none;
    padding: 0;
    top: 720px;
    /*position: fixed;*/
    width: 100%;
    z-index: 100;
    filter : alpha(opacity=100);
}

.hidee {
 display: none;
}

.closediv li {
 /* border: 1px solid black;*/
  margin-top: -1px; /* Prevent double borders */
  background-color: transparent;
  padding: 0px;
  text-decoration: none;
  font-size: 18px;
  color: #fff;
  display: block;
  position: relative;
  /*display: flex;
  */
}

.closediv li:hover {
  background-color: transparent; /*#23113B*/
  
}

.closediv p {
    color: #fff;
    font-size: 15px !important;
    margin-left: 0px;
    text-align: center;
    margin-bottom: 0px;
    line-height: 66px;
    padding-left: 10px;
}

.close {
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 0%;
  padding: 12px 16px;
  transform: translate(0%, -50%);
  background: #000;
  color: #fff;
}

.close:hover {background: #fff; color: #000;}




@media only screen and (max-width: 600px) and (min-width: 451px){
  .cta-content h2 {
    padding: 10px 58px;
  }
  .footer-wrapper .title {
      font-size: 12px;
  }
}


.mt120{
  margin-top: 120px;
}

.mb120{
  margin-bottom: 70px;
}










/*on scroll menu active start*/


/*:root {
  --white: #fff;
  --black: #221f1f;
  --lightpurple: #9e91f2;
  --darkgray: #1e1f26;
}


button {
  background: transparent;
  border: none;
  cursor: pointer;
  outline: none;
}



.lottie-wrapper {
  position: fixed;
  bottom: 50px;
  right: 25px;
  z-index: 1;
  padding: 5px;
  border-radius: 5px;
}

.page-main section {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 100vh;
}

.page-main section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.25);
}



.menu-open-with-lottie .page-header .menu {
  padding: 5vh 0;
}

.scroll-down .trigger-menu-wrapper {
  transform: translate3d(0, -100%, 0);
}

.scroll-down .lottie-wrapper {
  background: var(--darkgray);
}

.scroll-up .trigger-menu-wrapper {
  transform: none;
}

.scroll-up:not(.menu-open) .trigger-menu-wrapper {
  background: var(--lightpurple);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
}
*/

/*on scroll menu of*/