@media screen and (max-width: 1600px) {
  .offer-section .offer-item {
    padding: 20px;
    min-height: 170px;
  }
  .just-gamers-area .just-gamers-character {
    right: -36px;
  }
  .counter-item {
    min-width: 320px;
    margin: 12px 0;
  }
  .counter-area {
    padding: 0px 0;
  }
}

@media screen and (min-width: 1600px) {
  .container {
    max-width: 1600px;
  }
}

@media screen and (max-width: 1399px) {
  .main-slider-section .slider-content h1 {
    font-size: 52px;
  }
  .battle-vr-image {
    width: 380px;
    height: 340px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .just-gamers-area::before {
    height: 128px;
    width: 300px;
  }
  .just-gamers-area::after {
    width: 300px;
    height: 128px;
  }
  .just-gamers-area .just-gamers-character {
    width: 210px;
    right: 0;
  }
  .genre-section .genre-box h6 {
    font-size: 16px;
    padding: 12px 14px;
  }
  /*header css*/
#cssmenu ul{padding-left: 0}
#cssmenu ul li a {
    padding: 25px 10px;
}
}

@media screen and (max-width: 1199px) {
  .main-slider {
    height: 740px;
  }
  .title .title-heading {
    font-size: 42px;
    line-height: 50px;
  }
.why-choose , .offer-section, .genre-section, .counter-area, .showcase-section ,.join-now ,.logo-section, .client-section{
    padding: 42px 0;
    margin: -10px 0 0;
  }
  
  footer .copyright-text p {
    font-size: 16px;
  }
  .navbar-collapse {
    padding: 0;
    border: 0;
  }
  .just-gamers-area .just-gamers-character {
    display: none;
  }
  .just-gamers-area::before,
  .just-gamers-area::after {
    width: 200px;
    height: 80px;
  }
  .just-gamers-area {
    padding: 80px 0px;
  }
  .gp-item {
    margin-bottom: 40px;
  }
  .video-section .video-box video {
    height: 520px;
    width: 100%;
  }
  .showcase-section .popup-video svg {
    width: 85%;
    height: 85%;
  }
  .battle-vr-image {
    margin: 0 auto 24px;
  }
  .showcase-section .showcase-img img {
    height: 320px;
  }
  header .main-header .navbar-brand img {
    width: 220px;
  }
  .genre-section ul li {
    margin: 12px 0;
  }
  .genre-section ul li:nth-child(2n+1) .genre-box {
    padding-top: 0;
  }
   .showcase-video.fancybox-content{
    max-width: 760px;
}
}

@media (max-width: 991px) {
  .title .title-heading {
    font-size: 32px;
    line-height: 44px;
  }
  .title p {
    font-size: 14px;
  }
  .navbar-collapse ul.navbar-nav {
    padding: 32px;
    border: 1px solid #eeeeee73;
    border-radius: 10px;
    margin-top: 15px;
  }
  header .call-to-action .call-icon {
    border: 2px solid #f5821f;
    text-align: center;
    line-height: 42px;
    background: transparent;
    border-radius: 0px;
    color: #f5821f;
  }
  header {
    padding: 12px 0;
  }
  header .navbar-nav li.nav-item {
    margin: 0;
  }
  header .navbar-nav .nav-link {
    padding: 6px 0;
    margin-bottom: 16px;
    text-align: center;
  }
  header .call-to-action {
    min-height: auto;
    padding: 0;
    background: transparent;
    padding-left: 24px;
    margin-top: 10px;
  }
  .gp-item .gp-item-top img {
    display: block;
    margin: 0 auto 12px;
  }
  .gp-item .gp-item-top {
    display: block;
  }
  .gp-item .gp-item-top .title-why {
    text-align: center;
    margin: 0;
  }
  .gp-item .gp-content p {
    text-align: center !important;
  }
  header .navbar-collapse {
    position: fixed;
    top: 0;
    text-align: center;
    height: 100%;
    background: #fff;
    right: 0;
    width: 300px;
    -webkit-transform: translate(120%, 0);
            transform: translate(120%, 0);
    -webkit-transition: all .8s ease-in-out 0s;
    transition: all .8s ease-in-out 0s;
    overflow: auto;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    z-index: 1000;
  }
  header .main-header .navbar-nav.main-nav {
    width: 100%;
    border: none;
    background-color: transparent;
    padding: 0;
    margin: 0 0 32px;
  }
  header .main-header .navbar-nav .nav-link {
    text-align: left;
    color: #000;
    font-weight: 500;
    font-size: 20px;
    padding: 20px 24px;
    margin: 0;
  }
  header .main-header .navbar-nav .nav-link::after {
    right: 15px;
    position: absolute;
    top: 21px;
  }
  .close-nav {
    cursor: pointer;
  }
  header .main-header .navbar-nav .nav-link.active {
    background: #fafafa;
  }
  header .main-header .navbar-nav .nav-item.dropdown .dropdown-menu {
    position: static;
    opacity: 1;
    display: none;
    visibility: visible;
    background: transparent;
    margin: 0;
  }
  .close-nav i {
    font-size: 24px;
    color: #f5821f;
  }
  header .main-header .navbar-nav .nav-item.dropdown .dropdown-menu:after {
    display: none;
  }
  header .main-header .navbar-nav .nav-item .dropdown-menu.show {
    display: block;
  }
  header .main-header .navbar-nav .nav-link.dropdown-toggle.show {
    color: #f5821f;
    background-color: #fafafa;
  }
  header .main-header .navbar-nav.main-nav li.nav-item:nth-child(1) {
    padding: 16px 24px;
    margin-bottom: 12px;
    border-bottom: none !important;
    background-color: #000;
  }
  header .main-header .navbar-nav.main-nav li.nav-item:nth-child(1) h6 {
    font-weight: 600;
    color: #fff;
  }
  header .main-header .navbar-nav.main-nav li.nav-item:nth-child(1) a {
    margin-left: auto;
    color: #fff;
  }
  .backdrop {
    content: '';
    position: fixed;
    background: #000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    height: 100%;
    width: 100%;
    -webkit-transition: all 700ms ease;
    transition: all 700ms ease;
  }
  .mobileNav .backdrop {
    opacity: .5;
    pointer-events: visible;
    visibility: visible;
    -webkit-transition: all 700ms ease;
    transition: all 700ms ease;
  }
  body.mobileNav {
    height: 100%;
    overflow: hidden;
  }
  .mobileNav .navbar-collapse {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    -webkit-transition: all .8s ease-in-out 0s;
    transition: all .8s ease-in-out 0s;
    z-index: 101;
    background: #fff;
  }
  header .main-header .navbar-nav .nav-link:after {
    display: none;
  }
  header .main-header .navbar-nav .nav-link:before {
    -webkit-transform: none;
            transform: none;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 4px;
    height: 100%;
    background: #FF8503;
    opacity: 0;
    -webkit-transition: .3s linear;
    transition: .3s linear;
  }
  .main-slider-section .slider-content h1 {
    font-size: 50px;
  }
  .main-slider-section .slider-content h2 {
    font-size: 18px;
  }
  .main-slider-section {height: 100vh}
  .main-footer {
    padding: 0;
  }
  .edgtf-footer-bottom-right-inner-border-holder,
  .edgtf-footer-bottom-left-inner-border-holder,
  .main-footer::before,
  .main-footer::after {
    display: none;
  }
  .footer-social ul {
    margin-top: 12px;
  }
  .footer-quick-link-wrap {
    border-top: 2px solid #000;
  }
  .video-section .video-box video {
    height: 460px;
    width: 100%;
  }
  .video-section .play-btn img {
    width: 80px;
  }
  .offer-section .offer-item {
    padding: 16px;
    min-height: auto;
  }
  .offer-section .offer-item p {
    font-size: 14px;
  }
  .showcase-section .center .showcase-img {
    -webkit-transform: none;
            transform: none;
  }
  .showcase-section .showcase-img {
    margin: 12px 0 32px;
  }
  .showcase-section .owl-carousel .owl-item .item {
    width: 80%;
    margin: auto;
  }
  .counter-item {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  .fancybox-stage .fancybox-slide--html .fancybox-close-small{
    right: 0;
    top: -46px;
  }
 
}

@media screen and (max-width: 767px) {
  .main-slider-section .slider-content h1 {
    font-size: 46px;
  }

  .main-slider-section .slider-content h2 {
    font-size: 18px;
    letter-spacing: 12px;
  }
  .btn {
    padding: 11px 24px !important;
    font-size: 16px !important;
  }
  .cta-section {
    padding: 30px 0;
}
.spotlight-slider-inner h2.title-heading {
    margin: 30px 0 20px;
}
.spotlight-slider-inner .row {
    padding-bottom: 20px;
}
  .cta-section h3 {
    font-size: 2rem;
}
  .footer-menu nav .navigation li {
    margin-right: 16px;
  }
  .footer-menu nav .navigation li a {
    font-size: 16px;
    padding: 0;
  }
  .footer-menu nav .navigation {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .video-section .video-box video {
    height: 360px;
    width: 100%;
  }
  .main-slider-section .slider-content p {
    font-size: 14px;
  }
  .showcase-section .carousel-control{left: 32%;top: inherit;}
  .showcase-section .carousel-control.right{right: 32%;}
  .showcase-section .carousel-inner{padding: 0 0 40px;}
}

@media screen and (max-width: 575px) {
  .main-slider-section .slider-content h1 {
    font-size: 32px;
  }
  .main-slider-section .slider-content h2 {
    font-size: 16px;
    letter-spacing: 6px;
  }
  header .main-header .navbar-brand img {
    width: 160px;
  }
  .footer-menu nav .navigation li {
    margin-right: 12px;
  }
  footer .copyright-text p,
  .footer-menu nav .navigation li a {
    font-size: 14px;
  }
  .video-section .video-box video {
    height: 340px;
    width: 100%;
  }
  .video-section .play-btn img {
    width: 60px;
  }
  .showcase-section .showcase-img img {
    height: 280px;
  }
  .client-section .client-main .client-box .client-description img {
    display: block;
    margin: auto;
  }
  .client-section .client-main .client-box .client-description p {
    width: 100%;
    display: block;
    font-size: 14px;
    text-align: center;
    padding: 0;
    margin-top: 24px;
  }
  .client-section .client-main .client-box .client-description {
    border-radius: 20px;
    padding: 24px;
  }
  .client-section .client-main .client-box h5 {
    min-width: 220px;
  }

  .logo-section .logo-item {
    width: 120px !important;
    height: 50px !important;
  }
  .cta-section h3 {
    margin-bottom: 12px;
  }
    .remove-callAction .call-action{
        right: 0 !important;
    }
    .showcase-video.fancybox-content{
    max-width: 500px;
    }
}

@media screen and (max-width: 420px) {
  .video-section .video-box video {
    height: 280px;
  }
  .showcase-section .showcase-img img {
    height: 240px;
  }
  .main-slider-section .slider-content h1 {
    font-size: 24px;
  }
}
/*# sourceMappingURL=responsive.css.map */