@media(max-width:3000px) and (min-width: 1700px){

    .navbar-expand-md .navbar-nav .nav-item:nth-child(7) .nav-link {
        border-radius: 34px;
        padding: 20px 30px 13px;
        font-size: 20px;
        text-align: center;
    }
    .heading{
        font-size:44px;
    }
    .subheading{
        font-size:38px;
    }
    .main-wrapper {
    background: url(../images/ludoking-bg.webp);
    background-size: 100% 100%;
    /* width: 100%; */
    background-position: center;
    background-size: cover;
    
}
}





@media(max-width: 1366px) {
#gamemodal iframe {
    height: 762px;
}
#gamemodal .modal-dialog {
    max-width: 500px;
}
}
@media(max-width: 992px) {
   header .mobile-navbar.open {
       right: 0%;
   }
   .navbar-toggler .icon-bar {
       display: block;
       width: 25px;
       height: 2px;
       border-radius: 0px;
       background-color: #fff;
       position: relative;
       margin: 5px auto;
       transition: all ease-in-out 0.3s;
       -webkit-transition: all ease-in-out 0.3s;
       -moz-transition: all ease-in-out 0.3s;
       -o-transition: all ease-in-out 0.3s;
   }
   header .navbar-toggler.active .icon-bar.one {
       -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
       -o-transform: rotate(45deg);
       transform: rotate(45deg);
       top: 7px;
   }
   header .navbar-toggler.active .icon-bar.two {
       transform: translateX(40px);
       -webkit-transform: translateX(40px);
       -moz-transform: translateX(40px);
       -o-transform: translateX(40px);
   }
   header .navbar-toggler.active .icon-bar.three {
       -webkit-transform: rotate(-45deg);
       -moz-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
       transform: rotate(-45deg);
       bottom: 7px;
   }
   .mobile-navbar .navbar-nav {
       margin-top: 50px;
       display: block;
   }
   header .navbar-toggler, header .navbar-toggler:focus {
       border: 0;
       outline: 0;
       padding: 0;
       width: 25px;
       height: 25px;
       position: relative;
       overflow: hidden;
       z-index: 2;
       margin: 10px;
       top: 5px;
   }
   header .mobile-navbar.open {
       right: 0%;
   }
   header .mobile-navbar {
       z-index: 2;
       width: 100%;
       position: fixed;
       top: 0;
       padding: 0px;
       z-index: 1;
       right: -100%;
       background-color: #fff;
       color: #fff;
       height: 100vh;
       overflow-y: scroll;
       transition: all 0.3s;
       margin-top:0px;
   }
   .navbar-brand {
    top: 1px;
    left: 15px;
}
.navbar-expand-md .navbar-toggler {
    display: block;
    position: relative;
    top: 5px;
}
.navbar-expand-md .navbar-toggler:focus{
    box-shadow: none;
}
.slider-sec {
    padding: 105px 0px;
}
    .navbar-brand img {
        margin: inherit;
        width: 25%;
        margin-top: 0px;
        display: flex;
        justify-content: center;
    }
    .navbar-expand-md .navbar-nav .nav-link{
      color: #000;
    }
    .navbar-brand {
        top: 1px;
        left: 15px;
        width: 80%;
    }
    nav.navbar.navbar-expand-md {
        padding-top: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
     header {
        position: fixed;
        z-index: 5;
        height: 65px;
        width: 100%;
    }
    header .navbar-toggler.active .icon-bar.one{
    background-color:#000;
}
header .navbar-toggler.active .icon-bar.three{
  background-color:#000;  
}
.socialmedia a {
    color: #fff;
    font-size: 25px;
    margin: 0px 15px;
}
.footer-img img {
    width: 21%;
    margin: 0px 10px;
    margin-top: 30px;
}
.support .support-contact .contactusimg {
        position: absolute;
        left: -4%;
        width: 17%;
        top: -27%;
    }
.contact-single {

    height: 80px;
    width: 60%;

}
.contact {
    padding: 85px 0px;
}
ul.bottom-menu a {
    color: #000;
    margin-bottom: 10px;
    display: block;
    font-weight: 700;
}
.navbar-expand-md .navbar-nav .nav-item:nth-child(7) .nav-link {
    width: fit-content;
    margin-top: 20px;
}
ul.bottom-menu a {
    color: #000;
    margin-bottom: 10px;
    display: block;
    font-weight: 500;
    font-family: cartton;
    margin-bottom: 20px;

}
ul.bottom-menu {
    padding-left: 15px;
}
.common-page {
    padding: 80px 0px;
}
.about img {
    margin: 0 auto;
    display: block;
    margin-bottom: 20px;
    width:100%;
}
    .about {
        padding: 90px 0px 10px;
    }
.fetures-sec{
 padding: 90px 0px; 
}
.media {
    padding-top: 90px;
}
    /*.main-wrapper.contact-main {
        height: 100%;
    }*/
    .main-footer .footer-wrapp h6 {
    width: 35%;
    font-size: 16px;
    line-height: 10px;
}
.contact-single {
    height: auto;
}
#gamemodal .modal-dialog {
        max-width: 74%;
    }
#gamemodal button.btn-close {
    background: no-repeat;
    position: absolute;
    right: -30px;
    top: 10px;
    color: #fff;
    opacity: 1;
    font-size: 15px;
}
.support-contact {
    flex-direction: column;
}
.support h5{
    margin-bottom: 10px;
}
.main-wrapper.contact-main {
    height: unset;
    overflow-y: unset;
}
}

@media(max-width: 767px) {

        header {
        position: fixed;
        z-index: 5;
        height: 65px;
        width: 100%;
    }
    nav.navbar.navbar-expand-md {
        padding-top: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .navbar-brand {
        top: 1px;
        left: 15px;
        width: 80%;
    }
    nav.navbar.navbar-expand-md {
        padding-top: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .aboutludoking .about-wrapper {
    padding: 45px 35px 15px;
    
}
.about-wrapper .about-single {
    width: 100%;
}
.about-wrapper {
    display: flex;
    color: #fff;
    flex-wrap: wrap;
}
.heading {
    margin-bottom: 20px;
    font-size: 22px;
}
.subheading{
    font-size:16px;
}
.media h3 {
    margin-bottom: 40px;
    font-size: 25px;
}
.footer-img img {
    width: 21%;
    margin: 0px 5px;
    margin-top: 15px;
}
.socialmedia a {
    color: #fff;
    font-size: 17px;
    margin: 0px 1px;
}
.main-footer .footer-wrapp h6 {
    width: 75%;
    font-size: 9px;
    margin-bottom: 0px;
    line-height: 20px;
}
.support .support-contact .contactusimg {
    position: absolute;
    left: 42%;
    width: 16%;
    top: -57%;
}
.slider-sec h5 {
    color: #fff;
    font-size: 21px; 
       text-align: center;
    font-weight: 300;
    margin-bottom: 25px;
    margin-top: -15px;
    font-family: cartton;
    font-family: 300;
}
.support .support-contact .contactusimg {
        position: absolute;
        left: 42%;
        /*width: 16%;
        top: -30%;*/
        width: 20%;
        top: -22%;
    }
    .support .support-contact a {
    font-size: 13px;
}
header .mobile-navbar {
    margin-top: 0px;
}
header .navbar-toggler.active .icon-bar.one{
    background-color:#000;
}
header .navbar-toggler.active .icon-bar.three{
  background-color:#000;  
}
.navbar-expand-md .navbar-nav .nav-link{
    color:#000;
}
.aboutus {
    padding-top: 30px;
}
    .about {
        padding: 85px 0px 0px;
    }
    .features-single {
    width: 100%;
    margin-bottom: 20px;
    margin: 0px 10px 25px;
}
    .fetures-sec {
        padding: 95px 0px 0px;
    }
.contact-single {
        width: 100%;
        margin-bottom: 40px;
        height: auto;
    }
    .slider-sec {
        padding: 90px 0px 30px;
    }
.contact {
    padding: 95px 0px 0px;
}
.media {
    padding-top: 95px;
}
footer a, footer p {
    color: #a8a4a4;
    font-size: 13px;
}
.navbar-expand-md .navbar-nav .nav-item:nth-child(7) .nav-link {
    width: fit-content;
    font-size: 16px;
    margin-top: 10px;
    
}
.ibillion-downloads {
    display: flex;
    align-items: center;
    background: #fff;
    width: fit-content;
    color: #000;
    padding: 1px 20px;
    border-radius: 50px;
    position: absolute;
    top: -50px;
    background-image: linear-gradient(to bottom, #FFFFFF, #F9F9F9, #C5C2C2);
}
.common-page {
        padding: 80px 0px 15px;
    }
    .navbar-brand img {
        width: 45%;
    }
    .features-content h5 {
    font-size: 17px;
}
.support-contact {
    flex-wrap: wrap;
}
.support h5 span {
    font-size: 14px;
}
.contact-wrapper {
    flex-wrap: wrap;
}
.main-footer .footer-wrapp {
    align-items: center;
}
.support .support-contact a {
    font-size: 13px;
    display: block;
}
.support h5 img {
    padding-right: 10px;
    width: 18%;
}
.support h5 {
    padding-right: 10px;
}
.social-links {
    margin-top: 20px;
}
    ul.bottom-menu {
        position: relative;
        bottom: 0%;
        width: 100%;
        color: #fff;
        padding-top: 37px;
        margin-top: 0px;
    }
    .features-main {
    padding-left: 15px;
}
.features-content p {
    font-size: 13px;
}
#gamemodal .modal-dialog{
  max-width:80%;
  margin:0 auto;
  
}
#gamemodal .modal-dialog iframe{
  height:500px !important;
}
.support h5{
    width: 56%;
}
}
@media(min-width:768px) {
}