﻿@media (max-width: 1199px) {
  .header-navigation {
    margin-bottom: 0;
  }
  .logo-box {
    width: 100%;
    float: none;
    margin: 0 !important;
  }
  .navigation-box {
    margin: 0;
  }
  .navbar-expand-lg .menu-toggler {
    display: block;
    margin-right: 0;
    border-color: #fff;
    background-color: transparent !important;
    margin: 23px 0;
    color: #fff;
    border: none;
    font-size: 28px;
    float: right;
    outline: none;
    cursor: pointer;
  }
  .menu-toggler:hover {
    border-color: #ff4eb5;
  }
  .menu-toggler .icon-bar {
    background: #fff;
  }
  .menu-toggler:hover .icon-bar {
    background: #ff4eb5;
  }
  .navbar-expand-lg .navbar-collapse {
    padding-bottom: 0;
    overflow: auto !important;
    width: 100%;
  }
  .navbar-expand-lg .navbar-collapse {
    display: none !important;
    background: transparent;
    padding: 0px 0px !important;
    padding-bottom: 0px !important;
    margin: 0;
    background: #000;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    height: 0;
  }
  .navbar-expand-lg .navbar-collapse.showen {
    display: block !important;
    height: auto;
    max-height: 70vh;
  }
  .navbar-collapse.show {
    overflow-y: auto;
  }
  .header-navigation .main-navigation {
    float: none !important;
    text-align: left !important;
  }
  .header-navigation .nav {
    width: 100%;
    text-align: left;
  }
  .header-navigation .nav > li {
    display: block;
    padding: 0 !important;
    width: 100%;
    float: none;
  }
  .header-navigation .nav > li + li {
    margin-left: 0 !important;
  }
  .header-navigation .nav > li > a {
    padding: 8px 0;
  }
  .header-navigation .right-box.nav {
    width: 100%;
    margin: 0;
  }
  .header-navigation .right-box.nav > li > a {
    border: none !important;
    padding: 8px 0;
    color: #fff;
  }
  .header-navigation .nav > li > a:after {
    display: none;
  }
  .header-navigation .nav.navigation-box + .nav {
    border-top: 1px dashed #2a2833;
  }
  .header-navigation .navigation-box > li > .sub-menu,
  .header-navigation .navigation-box > li > .sub-menu > li > .sub-menu {
    position: relative !important;
    width: 100% !important;
    opacity: 1 !important;
    visibility: visible !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    -webkit-transition: none !important;
    transition: none !important;
    display: none;
    float: none !important;
    margin: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  .header-navigation .navigation-box > li > .sub-menu > li > a::after {
    display: none;
  }
  .header-navigation ul.navigation-box > li + li {
    padding: 0 !important;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    display: block;
    float: none;
    margin: 0 !important;
  }
  .header-navigation .nav > li.show-mobile {
    display: none;
  }
  .header-navigation ul.navigation-box > li > a,
  .header-navigation .right-box.nav > li > a {
    padding: 0;
    display: block;
    color: #fff;
    padding: 5px 0 5px 20px !important;
    -webkit-transition: background 0.4s ease 0s;
    transition: background 0.4s ease 0s;
  }
  .header-navigation ul.navigation-box li a .sub-nav-toggler {
    background-color: transparent;
    background-image: none;
    border: 1px solid #ffffff00;
    border-radius: 4px;
    padding: 10px 300px 10px 0px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 15px;
    margin-right: -10px;
    display: block;
    cursor: pointer;
    outline: none;
  }
  .header-navigation .navigation-box .sub-nav-toggler .icon-bar {
    background-color: #ffffff00;
    border-radius: 1px;
    display: block;
    height: 1px;
    width: 20px;
  }
  .header-navigation .navigation-box .sub-nav-toggler .icon-bar + .icon-bar {
    margin-top: 4px;
  }
  .header-navigation .container .right-side-box {
    top: 20px;
    right: 15px;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  .header-navigation .container {
    display: block;
    padding-right: 0px;
    padding-left: 0px;
    position: relative;
  }
  .header-navigation .container .logo-box {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    float: none;
    padding-right: 145px;
  }
  .header-navigation .container .logo-box .navbar-brand {
    float: left;
    padding: 10px 0;
  }
  .header-navigation .container .logo-box .navbar-toggler {
    float: left;
  }
  .header-navigation ul.navigation-box {
    display: block;
    margin: 0 !important;
    width: 100%;
  }
  .header-navigation ul.navigation-box > li {
    padding: 0;
    display: block;
  }
  .header-navigation ul.navigation-box > li > a {
    display: block;
    padding: 13px 30px;
  }
  .header-navigation ul.navigation-box > li > a:after {
    display: none;
  }
  .header-navigation ul.navigation-box > li + li {
    margin: 0;
  }
  .header-navigation .main-navigation {
    float: none;
    width: 100%;
    display: none;
    text-align: left;
    background: #18212e;
    max-height: 70vh;
    overflow-y: scroll;
  }
  .header-navigation .container .menu-toggler {
    display: block;
  }
  .header-navigation.stricky-fixed ul.navigation-box > li {
    padding: 0;
  }
  .header-navigation .container .logo-box .navbar-brand {
    background-color: transparent;
  }
  .header-navigation .container .menu-toggler {
    float: left;
    margin: 28px 0;
    color: white;
    margin-left: 30px;
    position: relative;
  }
  .header-navigation .container .logo-box {
    padding-right: 15px !important;
  }
  .header-navigation {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .logo-box {
    padding: 0 5%;
  }
  .header-navigation .container .logo-box {
    left: 0 !important;
  }
  .header-navigation .container .logo-box {
    padding-left: 15px;
  }
  .header-navigation .main-navigation {
    padding-right: 0;
  }
  .header-navigation ul.navigation-box > li.current > a,
  .header-navigation ul.navigation-box > li:hover > a {
    color: #fff;
  }
  .site-header__header-two .header-navigation .container .menu-toggler {
    color: #fff;
  }
  .site-header__header-two .header-navigation ul.navigation-box > li > a {
    color: #fff;
  }
}
@media (max-width: 460px) {
  .header-navigation .container .right-side-box {
    display: none !important;
  }
  .header-navigation .container .menu-toggler {
    float: right !important;
  }
  .header-navigation .container .logo-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .header-navigation .container .logo-box:after {
    display: none;
  }
}
@media (max-width: 1199px) {
  .blog-one__content {
    padding-left: 37px;
    padding-right: 37px;
  }
  .cta-one__moc {
    left: -20%;
  }
  .cta-two__moc {
    right: -70px;
  }
  .banner-two__moc {
    right: -29%;
  }
}
@media (max-width: 991px) {
  img {
    max-width: 100%;
  }
  .fact-one__single {
    margin-bottom: 20px;
  }
  .app-shot-one .app-shot-one__carousel::before {
    display: none;
  }
  .app-shot-one .app-shot-one__carousel {
    padding-top: 0;
    margin-top: 0;
    padding-bottom: 20px;
  }
  .footer-widget__about {
    text-align: center;
  }
  .footer-widget {
    margin-bottom: 30px;
    padding: 0;
  }
  .footer-widget__links-wrap {
    padding-left: 15px;
  }
  .site-footer__upper {
    padding-bottom: 90px;
  }
  .site-footer__social {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .banner-one__moc {
    display: none;
  }
  .banner-one .container {
    padding-top: 200px;
    padding-bottom: 120px;
  }
  .cta-one__moc {
    position: relative;
    top: auto;
    left: auto;
  }
  .cta-two__moc {
    position: relative;
    top: auto;
    right: auto;
  }
  .pricing-one [class*="col-"] {
    margin-bottom: 0;
  }
  .pricing-one [class*="col-"] + [class*="col-"] {
    border-left: 0;
    border-top: 1px solid #efefef;
    padding-top: 40px;
    margin-top: 40px;
  }
  .testimonials-one__single p br {
    display: none;
  }
  .testimonials-one__single {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .fact-one__single {
    margin-left: auto;
    margin-right: auto;
  }
  .banner-two__moc {
    right: -52%;
  }
}
@media (max-width: 767px) {
  .bottomMenu {
    height: 100px;
  }
  .blog-details .share-block {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .blog-details .social-block {
    margin-top: 20px;
  }
  .comment-one__top-left,
  .comment-one__top-right,
  .blog-details__author-image,
  .blog-details__author-content {
    display: block;
  }
  .comment-one__top-right,
  .blog-details__author-content {
    padding: 0;
    padding-top: 20px;
  }
  .video-one__title {
    font-size: 30px;
  }
  .banner-two__moc {
    display: none;
  }
  .banner-two .container {
    padding-top: 150px;
  }
}
@media (max-width: 575px) {
  .footer-widget__links-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .footer-widget__about {
    text-align: left;
  }
  .inner-banner {
    padding-top: 150px;
    padding-bottom: 120px;
  }
}
@media (max-width: 480px) {
  .block-title__title br,
  .banner-one__text br,
  .banner-two__text br {
    display: none;
  }
  .block-title__title {
    font-size: 40px;
    line-height: 1.1em;
  }
  .comment-one__top-left,
  .comment-one__top-right,
  .comment-one__image,
  .comment-one__content,
  .blog-details__author-image,
  .blog-details__author-content {
    display: block;
    padding: 0;
  }
  .comment-one__content,
  .comment-one__top-right,
  .blog-details__author-content {
    margin-top: 20px;
  }
  .blog-details .blog-one__content {
    padding-left: 20px;
    padding-right: 20px;
  }
  .blog-details__author {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  [class*="banner-one__shape-"],
  [class*="banner-two__shape-"] {
    display: none;
  }
  .banner-one__moc {
    display: block;
    position: relative;
    top: auto;
    right: auto;
  }
  .banner-two__title,
  .banner-one__title {
    font-size: 50px;
  }
  .banner-two__title br,
  .banner-one__title br {
    display: none;
  }
}
@media (max-width: 375px) {
  .blog-one__meta li + li:before {
    margin-left: 3px;
    margin-right: 3px;
  }
  .block-title__title {
    font-size: 36px;
  }
  .site-footer__bottom .inner-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .site-footer__social {
    margin-top: 15px;
  }
  .banner-one .container {
    padding-top: 130px;
  }
  .banner-one__moc:before {
    display: none;
  }
  .video-one__btn {
    width: 60px;
    height: 60px;
  }
  .video-one__btn i {
    font-size: 20px;
    line-height: 60px;
  }
  .video-one__title {
    font-size: 24px;
    margin-top: 15px;
  }
}
@media (min-width: 992px) {
  .w-lg-75 {
    width: 75%;
  }
  .w-lg-85 {
    width: 85%;
  }
  .w-lg-70 {
    width: 70%;
  }
  .w-lg-20 {
    width: 20%;
  }
}
@media only screen and (max-width: 767px) {
  .footer-bottom {
    border-top: 2px solid #485689;
    padding: 4% 0 25% 0;
  }
  .sm-d-none {
    display: none !important;
  }
  .sm-d-block {
    display: block !important;
  }
  .sm-mt-35 {
    margin-top: 35% !important;
  }
  .sm-mb-40 {
    margin-bottom: 40% !important;
  }
  .img-about-align {
    transform: translate(0, 0rem);
  }
  .sm-w-90 {
    width: 90% !important;
  }
  .sm-w-80 {
    width: 80% !important;
  }
  .sm-w-75 {
    width: 75% !important;
  }
  .sm-w-40 {
    width: 40% !important;
  }
  .sm-w-50 {
    width: 50% !important;
  }
  .sm-w-30 {
    width: 30% !important;
  }
  .lh-30 .sm-text-small1 {
    font-size: 15px;
    line-height: 27px;
  }
  .bg-about-ludo-empire {
    padding: 0rem 1rem 1.5rem 1rem;
    margin-bottom: 1rem;
  }
  .bg-refer-ludo-empire {
    padding: 1rem 1rem 2rem 1rem;
  }
  .sm-stol-b {
    font-family: stolzl-b;
  }
  .sm-text-medium {
    font-size: 16px;
  }
  .sm-heading {
    font-size: 40px;
  }
  .sm-fs-30 {
    font-size: 30px;
  }
  .sm-fs-40 {
    font-size: 40px;
  }
  .sm-heading {
    margin: 100px 0 0 0;
  }
  .sm-heading1 {
    margin: 90px 0 0 0;
  }
  .thm-btn {
    border: none;
    display: inline-block;
    vertical-align: middle;
    outline: none;
    font-size: 20px;
    font-weight: 500;
    color: #2a2833;
    padding: 12px 60px;
    width: 90%;
    border-radius: 50px;
    -webkit-transition: background 0.4s ease, color 0.4s ease;
    transition: background 0.4s ease, color 0.4s ease;
    background: #fff;
    position: relative;
    letter-spacing: 1px;
    cursor: pointer;
  }
  .sm-font-larger {
    font-size: larger;
  }
  .sm-font-large {
    font-size: large;
  }
  .sm-fs-20 {
    font-size: 20px !important;
  }
  .sm-fs-18 {
    font-size: 18px !important;
  }
  .sm-fs-16 {
    font-size: 16px !important;
  }
  .sm-fs-14 {
    font-size: 14px !important;
  }
  .sm-fs-12 {
    font-size: 12px !important;
  }
  .sm-fs-10 {
    font-size: 10px !important;
  }
  .sm-text-medium {
    font-size: 16px;
    line-height: 28px;
  }
  .sm-text-medium1 {
    font-size: 13px;
    line-height: 28px;
  }
  .sm-text-medium3 {
    font-size: 20px;
    line-height: 35px;
  }
  .new-footer ul li a {
    font-size: 14px;
    line-height: 24px;
  }
  .swiper-pagination1 {
    position: absolute;
    text-align: center;
    -webkit-transition: 0.3s opacity;
    -o-transition: 0.3s opacity;
    transition: 0.3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
  }
  .swiper-pagination1.swiper-pagination-hidden {
    opacity: 0;
  }
  .swiper-pagination1 {
    position: unset !important;
  }
  .ifame-new {
    width: 100%;
    height: 200px;
  }
  .faq-accrodion .accrodion .accrodion-title h4 {
    margin: 0;
    color: #fff;
    font-size: 16px;
  }
  .faq-accrodion .accrodion .accrodion-content p {
    margin: 0;
    color: #fff;
    font-size: 15px;
    line-height: 26px;
  }
  footer.footer-classic-blue {
    padding: 2rem 1rem 0rem 1rem;
  }
  .social-icons {
    display: flex;
    justify-content: center;
    gap: 0px;
  }
  .social-icons i {
    margin: 0 5px;
  }
  .img1-game {
    background-image: url(../image/support.webp);
    background-repeat: no-repeat;
    width: 150px;
    height: 150px;
    position: absolute;
    left: 28%;
    top: -20%;
    z-index: 0;
  }
  .m-b {
    position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  /* background-image: url(../../images/mob-banner.png); */
  z-index: 5;
  }
  .img4-game {
    background-image: url(../image/withdrawal.webp);
    background-repeat: no-repeat;
    width: 150px;
    height: 150px;
    position: absolute;
    left: 28%;
    top: -20%;
    z-index: 0;
  }
  .img3-game {
    background-image: url(../image/refer.webp);
    background-repeat: no-repeat;
    width: 150px;
    height: 150px;
    position: absolute;
    left: 28%;
    top: -20%;
    z-index: 0;
  }
  .img2-game {
    background-image: url(../image/earn.webp);
    background-repeat: no-repeat;
    width: 150px;
    height: 150px;
    position: absolute;
    left: 28%;
    top: -20%;
    z-index: 0;
  }
  .static_downloadbtn__empire {
    padding: 20px 30px 20px;
  }
  .payment-modes {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }
  .payment-modes img {
    width: 25%;
  }
  .img-shadow1 {
    background: #3636d5;
    width: 350px;
    height: 300px;
    filter: blur(153px);
    transform: translate(0rem, -28%);
    position: absolute;
    z-index: -1;
    border-radius: 100px;
  }
  .p-lr-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .start-ludo {
    margin-top: 1rem;
  }
  .list-style-2 {
    padding-left: 20px;
  }
  .modes-color-display {
    flex-wrap: wrap;
    flex-direction: column;
  }
  .sm-text-center {
    text-align: center;
  }
  .text-extra-large1 {
    font-size: 24px;
    line-height: 34px;
  }
  .sm-no-margin-bottom {
    margin-bottom: 0;
  }
  .sm-no-margin {
    margin: 0;
  }
  .text-extra-large {
    font-size: larger;
  }
  .payment-modes img {
    width: 27%;
  }
  .sm-w-25 {
    width: 25% !important;
  }
  .sm-pt-1rem {
    padding-top: 1rem !important;
  }
  .ctam {
    display: none;
  }
  .img-shadow-rules {
    width: 180px;
    height: 180px;
    filter: blur(55px);
    transform: translate(5rem, 9%);
  }
  .img-shadow-demo {
    width: 170px;
    height: 168px;
    filter: blur(45px);
    transform: translate(3rem, 3%);
  }
  .sm-width-100 {
    width: 100%;
  }
  .img-shadow-start {
    width: 215px;
    height: 150px;
    filter: blur(50px);
    transform: translate(1rem, 0%);
    z-index: -1;
  }
  .img-shadow-game-mode-two {
    width: 200px;
    height: 120px;
    filter: blur(50px);
    transform: translate(3rem, 0rem);
    z-index: -1;
  }
  .img-shadow-classic {
    width: 195px;
    height: 160px;
    filter: blur(50px);
    transform: translate(5rem, 1rem);
    z-index: 0;
  }
  .img-shadow-conditions-to-win {
    width: 250px;
    height: 255px;
    filter: blur(26px);
    transform: translate(2rem, 1rem);
  }
  .img-shadow-helpful-tips {
    width: 220px;
    height: 210px;
    filter: blur(38px);
    transform: translate(3rem, 7%);
    z-index: -1;
  }
  .img-shadow-ludo-tips {
    width: 200px;
    height: 250px;
    filter: blur(40px);
    transform: translate(4rem, 4%);
    z-index: -1;
  }
  .img-shadow-strategies {
    width: 232px;
    height: 200px;
    filter: blur(40px);
    transform: translate(3rem, 12%);
    z-index: -1;
  }
  .img-shadow-ludo-tricks {
    width: 220px;
    height: 200px;
    filter: blur(50px);
    transform: translate(2rem, 5%);
    position: absolute;
    z-index: -1;
  }
  .img-shadow-android {
    width: 234px;
    height: 217px;
    filter: blur(67px);
    transform: translate(2rem, 10%);
    z-index: -1;
  }
  .img-shadow-features {
    width: 200px;
    height: 140px;
    filter: blur(40px);
    transform: translate(3rem, -1rem);
    position: absolute;
    z-index: 0;
  }
  .img-shadow-benefits {
    background: #3636d5;
    width: 220px;
    height: 220px;
    filter: blur(50px);
    transform: translate(3rem, 6%);
    position: absolute;
    z-index: -1;
    border-radius: 100px;
  }
  .img-shadow-safe {
    width: 200px;
    height: 139px;
    filter: blur(26px);
    transform: translate(4rem, 0rem);
    z-index: 0;
  }
  .img-shadow-game-mode-one {
    width: 200px;
    height: 120px;
    filter: blur(25px);
    transform: translate(2rem, 4rem);
    position: absolute;
    z-index: -1;
  }
  .text-four {
    font-size: 44px;
  }
  .youtube-popup iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 30%;
  }
  .header-navigation ul.navigation-box > li > .sub-menu {
    border-radius: 0;
    margin: 0;
  }
  .text-verification {
    font-size: 15px;
    line-height: 26px;
  }
  footer.footer-snake-bg {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .payment-modes-snake img {
    width: 25%;
  }
  .footer-bottom-snake {
    padding: 1% 0 14% 0;
  }
  .payment-modes-snake {
    gap: 15px;
  }
  .payment-modes-ludo {
    gap: 15px;
  }
  .footer-bottom-ludo {
    padding: 1% 0 14% 0;
  }
}
