/*responsive-css-start*/

@media screen and (max-width:991px) {
    p{
        font-size: 14px;
    }
   .pdng {
      padding-top: 35px;
      padding-bottom: 35px;
   }
   .thm-footer{
    padding-bottom: 0;
   }
   .theame-header{
    background: linear-gradient(261.24deg, #FF17D7 4.61%, #1F78FF 95.11%);
   }
   .theame-header .custom_navabr .navbar-brand img {
    width: 60px;
}
   .theame-header .custom_navabr .navbar-toggler {
      position: absolute;
      top: 15px;
      right: 4px;
      width: 46px;
      height: 50px;
      padding: 0 10px;
      border-radius: 4px;
      text-align: center;
      border: none;
      outline: none;
      z-index: 110;
      background-color: #fff;
   }

   .theame-header .custom_navabr .navbar-toggler span {
      width: 29px;
      height: 3px;
      background: linear-gradient(261.24deg, #FF17D7 4.61%, #1F78FF 95.11%);
      display: block;
      margin: 3px auto 3px auto;
      position: relative;
      top: 0;
      opacity: 1;
      float: right;
      transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
      border-radius: 10px;
   }

   .theame-header .custom_navabr .navbar-toggler span:nth-child(2) {
      width: 25px;
   }

   .theame-header .custom_navabr .navbar-toggler[aria-expanded="true"] span:nth-child(3) {
      transform: rotate(-45deg);
      position: relative;
      top: -9px;
   }

   .theame-header .custom_navabr .navbar-toggler[aria-expanded="true"] span:nth-child(2) {
      opacity: 0;
   }

   .theame-header .custom_navabr .navbar-toggler[aria-expanded="true"] span:nth-child(1) {
      transform: rotate(45deg);
      position: relative;
      top: 9px;
   }
   .theame-header .custom_navabr .nav-item .nav-link{
        clip-path: polygon(0% 0%, 100% 0%, 90% 100%, 0% 100%);
        padding: 5px 0;
        background-color: transparent!important;
   }
   .theame-header .custom_navabr .nav-item {
      margin-left: 0;
      padding: 5px 0px;
      border-bottom: 1px solid #d5d5d5;
   }

   .theame-header .navbar-toggler:focus {
      box-shadow: none;
   }
   .banner-sec {
    height: 560px;
}

.banner-content h1 {
    font-size: 28px;
    margin-bottom: 1rem;
    line-height: 43px;
}
.thm-btn{
    clip-path: polygon(0% 0, 100% 0, 100% 100%, 0 100%);
    border-radius: 5px;
}
.head-innr {
    font-size: 25px;
    margin-bottom: 1rem;
}
 
 .games-card h4 {
    font-size: 18px;
} 
.about-content-card h4 {
    font-size: 20px;
}
.about-content-card h3 {
    font-size: 16px;
}
.games-play-innr li::after{
    display: none;
}
.games-play-innr li:nth-child(2) {
    margin-top: 0rem;
}
.games-play-innr li .icon img {
    width: 110px;
}
.games-play-innr li .icon {
    margin: 5px 0;
}
.games-play-innr li {
    font-size: 20px;
}
.testimonial-sec .heading {
    margin-bottom: 1rem;
}
.cta-sec{
    margin-top: 0;
}

.thm-footer .quick-lnk li a {
    font-size: 14px;
}
.cta-sec .cta-sec-innr .social-media a {
    margin-right: 10px;
}
}

@media screen and (max-width:767px) and (min-width:575px) {
 .about-img {
    display: none;
}
.games-play-innr li .icon img {
    width: 70px;
}
.games-play-innr li {
    font-size: 16px;
}

.testmonial-innr .testmonial-img {
    height: 120px;
    width: 110px;
    padding: 15px;
}
.testmonial-innr img {
    height: 90px;
    width: 90px !important;
}
.cta-sec .cta-sec-innr .social-media a {
    margin-right: 0px;
     height: 30px;
    width: 30px;
    line-height: 30px;
    font-size: 15px;
}

.cta-sec .cta-sec-innr .head-innr {
    font-size: 22px;
}
.thm-footer .head-innr {
    font-size: 20px;
}
}

@media screen and (max-width:480px) and (min-width:360px) {
  .banner-content h1 {
    font-size: 20px;
    line-height: 33px;
}
.banner-sec {
    height: 500px;
}
.thm-btn {
    padding: 10px 15px;
    font-size: 16px;
}
.about-content-card span.icon {
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 14px;
}
.about-content-card h3 {
    font-size: 14px;
}
.about-content-card h4 {
    font-size: 15px;
}
.games-play-innr li .icon img {
    width: 50px;
}
.games-play-innr li {
    font-size: 14px;
}
.testmonial-innr .testmonial-img {
    height: 120px;
    width: 110px;
    padding: 15px;
}
.testmonial-innr img {
    height: 90px;
    width: 90px !important;
}
.testi-title h4 {
    font-size: 22px;
    font-weight: 400;
}
.cta-sec{
    text-align: center;
}
.cta-sec .cta-sec-innr .social-media{
    border-color: transparent;
}
.thm-footer{
    background-image: none;
    background-color: #2E3266;
}
}

/*responsive-css-end*/