@media screen and (min-width: 500px) {
  .landing .swiper-slide p {
    font-size: 0.8rem;
    padding: 0 15px 0 15px;
  }

  .landing .banner-mobile {
    /* padding-top: 50px; */
  }
}

@media screen and (min-width: 768px) {

  .landing .lang-dropdown-wrap {
    top: 50px;
    right: 5px;
  }

  .landing .widget-wrap {
    padding: 0px 0px 30px 0px;
  }

  .landing .widget-wrap .row {
    margin: 0 -15px;
  }

  .landing .container {
    padding: 0 15px;
  }

  .landing .slider-wrap .container {
    padding: 0;
  }

  .landing .widget-box {
    margin: 0;
  }

  .landing .widget-wrap .widget-content-wrapper {
    display: flex;
  }

  .landing .widget-wrap .widget-content-wrapper .left,
  .landing .widget-wrap .widget-content-wrapper .right {
    width: 50%;
  }

  .landing .widget-wrap .widget-content-wrapper .right {
    padding-left: 30px;
  }

  .landing .widget-box .widget-box-header {
    font-size: 1rem;
  }

  .landing .hlighlight-iframe {
    height: 765px;
  }

  .landing .hotmatch-iframe {
    height: 370px;
  }

  .landing .livestream-iframe {
    height: 305px;
  }

  .landing .widget-box .widget-content {
    padding: 0 20px 20px 20px;
  }

  .landing .swiper-slide p {
    font-size: 1rem;
    padding: 0;
  }
  
  .timer-logo{
    width: 40%;
  }

  .timer-logo img{
    width: auto;
    height: 100%;
  }
  .worldcup-timer{
    display: flex;
    align-items: stretch;
  }
  .worldcup-timer  #timer {
    font-size: 2.2em;
  }
  .worldcup-timer  #timer div span {
    font-size: 0.85rem;
  }
}
@media screen and (min-width: 970px) {
  .landing .header {
    transition: all 0.1s ease-in-out;
    background: linear-gradient(180deg, #2A4FBA 17.91%, rgba(29, 67, 140, 0.50) 58.88%, rgba(29, 67, 140, 0.00) 100%);
    width: 100%;
    height: 100px;
    padding: 10px 0;
  }
  .landing .right-wrapper{
    margin-right: 0;
  }
  .landing .container{
      max-width: 1200px;
  }  
  .landing .switch-device-mobile {
    display: block;
  }

  .landing .switch-device-desktop {
    display: none;
  }

  .landing .swiper-slide h1 {
    font-size: 2rem;
    padding: 0px;
  }

  .landing .input-group {
    width: 200px;
    height: 40px;
    padding: 10px 15px 10px 0px;
    align-items: center;
    border-radius: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.50);
    background: linear-gradient(180deg, rgba(10, 21, 51, 0.50) -13.75%, rgba(23, 55, 121, 0.50) 34.16%);
    display: flex;
    flex-wrap: nowrap;
  }
  .landing .input-group .input-group-text {
    color: rgba(255, 255, 255, 0.8);
  }
  
  .landing .input-group>.form-control {
    color: rgba(255, 255, 255, 0.8);
  }
  .landing .input-group>.form-control::placeholder{
    color: rgba(255, 255, 255, 0.5);
  }
  .landing .banner-desktop {
    display: block;
  }

  .landing .banner-mobile {
    display: none;
  }

  .landing .swiper-slide-active .banner-text {
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
    animation-duration: 1s;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    opacity: 0;
  }

  @keyframes fadeInUp {
    from {
      top: 60%;
      opacity: 0;
      transform: translateY(-50%);
    }

    to {
      top: 50%;
      opacity: 1;
      transform: translateY(-50%);
    }
  }

  @-webkit-keyframes fadeInUp {
    from {
      top: 60%;
      opacity: 0;
      transform: translateY(-50%);
    }

    to {
      top: 50%;
      opacity: 1;
      transform: translateY(-50%);
    }
  }

  .landing .swiper-slide .banner-text {
    position: absolute;
    width: 30%;
    top: 50%;
    transform: translateY(-50%);
    left: auto;
    right: 0;
    text-align: left;
    opacity: 0;
    padding-right: 50px;
  }

  .landing .swiper-horizontal>.swiper-pagination-bullets,
  .landing .swiper-pagination-bullets.swiper-pagination-horizontal,
  .landing .swiper-pagination-custom,
  .landing .swiper-pagination-fraction {
    bottom: 50px;
    left: auto;
    width: 30%;
    text-align: left;
    right: 0;
  }

  .landing .swiper-slide p {
    font-size: 0.8rem;
    padding: 0;
  }

  .landing .break {
    display: block;
  }

  .landing .mobile-login {
    display: none;
  }

  .landing .login-group {
    display: flex;
    gap: 10px;
  }

  .landing .login-group .invalid-feedback {
    margin-bottom: 0px;
    position: absolute;
    width: 100%;
    text-align: right;
    top: -20px;
    color: #ffee00;
    font-size: 11px;
  }

  .landing .widget-wrap {
    padding: 30px 0px 30px 0px;
  }

  .landing .footer-wrapper {
    display: block;
  }
  .landing .underage-wrapper{
    background-color: #113677;
    padding:5px 0px;
  }
  .landing .underage-wrapper .footer-wrapper h4{
    display: flex;
    align-items: center;
    gap: 5px;
  }
}
@media screen and (min-width: 991px) {
    .landing .event-slider-wrap {
    display: block;
  }
}
@media screen and (min-width: 1028px) {
  .landing .logo {
    width: 165px;
    margin-left: 0;
  }

  .landing .header.small-top .logo {
    width: 120px;
    transition: all 0.3s ease-in-out;
  }

  .landing .right-wrapper .line {
    height: 30px;
  }

  .landing .btn-select,
  .landing .btn-switch-device {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 2px solid rgba(255, 255, 255, 0.5);
  }
  .landing .btn-select{
    width: 55px;
  }
  .landing #lang-dropdown-list img, 
  .landing .btn-select img{
    width: 25px;
  }
  .landing .swiper-slide h1 {
    font-size: 2.5rem;
    padding: 0px;
  }

  .landing .swiper-slide .banner-text {
    width: 28%;
  }

  .landing .swiper-horizontal>.swiper-pagination-bullets,
  .landing .swiper-pagination-bullets.swiper-pagination-horizontal,
  .landing .swiper-pagination-custom,
  .landing .swiper-pagination-fraction {
    bottom: 40px;
    left: auto;
    width: 28%;
    text-align: left;
    right: 0;
  }

  .landing .swiper-slide p {
    font-size: 1rem;
    padding: 0;
  }

  .landing .widget-wrap .widget-content-wrapper .left {
    width: 35%;
  }

  .landing .widget-wrap .widget-content-wrapper .right {
    width: 65%;
  }
}

@media screen and (min-width: 1400px) {

  .landing .swiper-horizontal>.swiper-pagination-bullets,
  .landing .swiper-pagination-bullets.swiper-pagination-horizontal,
  .landing .swiper-pagination-custom,
  .landing .swiper-pagination-fraction {
    bottom: 50px;
  }
}
@media screen and (min-width: 1800px) {
  .landing .container{
    max-width: 1400px;
  }
}