@media screen and (max-width:525px) {
    .card_section{
        background: none;
        background-color: #000;
      }
      .card_section .card_row{
        margin-top: 50px;
      }
      .card_section-title{
        top: 2%;
        left: 20%;
      }
      .hdtv_main-card{
        margin-top: -10%;
      }
      .hdtv-service_card{
        flex-direction: column;
      }
      .navbar-brand{
        font-weight: 700;
        font-size: 8px;
        height: 10px;
        width: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 10px;
       box-shadow: 0px 3px 2px #fff;
        background-color: var(--bg-darkblue);
        color:var(--text-yellow) ;
        border-radius: 100%;
        transform: scale(2.8);
    }
    .navbar-nav{
      margin-top: 40px;
    }
    .footer_section {
      padding-top: 90px;
  }
  .navbar .navbar-nav .nav-item:hover::after {
    width: 100%;
  }
}
@media (min-width:526px) and (max-width:766px) {
    .navbar-brand{
      font-weight: 700;
      font-size: 8px;
      height: 10px;
      width: 10px;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 10px;
     box-shadow: 0px 3px 2px #fff;
      background-color: var(--bg-darkblue);
      color:var(--text-yellow) ;
      border-radius: 100%;
      transform: scale(2.8);
  }
  .navbar-nav{
    margin-top: 40px;
  }
}
@media (min-width:767px) and (max-width:991px) {
    .banner_section{
        background-size: 100% 100%;
        color: #fff;
      }
      .card_section{
        background: none;
        background-color: #000;
      }
      .card_section .card_row{
        margin-top: 50px;
      }
      .card_section-title{
        top: 2%;
        left: 35%;
      }
      .main_list-box{
        flex-direction: column;
      }
      .navbar-brand{
        font-weight: 700;
        font-size: 14px;
        height: 30px;
        width: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 10px;
       box-shadow: 0px 3px 2px #fff;
        background-color: var(--bg-darkblue);
        color:var(--text-yellow) ;
        border-radius: 100%;
        transform: scale(2.8);
    }
    .navbar-nav{
      margin-top: 60px;
    }
    .navbar .navbar-nav .nav-item:hover::after {
      width: 100%;
    }
    .contact_info{
      margin: 50px 0px;
    }
}
@media (min-width:991px) and (max-width:1024px) {
    .banner_section{
        background-size: 100% 100%;
        color: #fff;
      }
}
@media (min-width:1024px) and (max-width:1400px) {
    .navbar-brand{
        font-weight: 700;
        font-size: 18px;
        height: 50px;
        width: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 10px;
       box-shadow: 0px 3px 2px #fff;
        background-color: var(--bg-darkblue);
        color:var(--text-yellow) ;
        border-radius: 100%;
        transform: scale(2.8);
    }
    .banner_title{
        font-size: 38px;
    }
    .banner_section{
        background-size: 100% 100%;
        color: #fff;
      }
      .card_section{
        background-size: 100% 100%;
      }
      .card_section .card_row{
        margin-top: 400px;
      }
      .card_section-title{
        left: 32%;
      }
      .main-tv{
        display: none;
      }
}
@media (min-width:1400px) {
    .navbar-brand{
        font-weight: 700;
        font-size: 18px;
        height: 50px;
        width: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 10px;
       box-shadow: 0px 3px 2px #fff;
        background-color: var(--bg-darkblue);
        color:var(--text-yellow) ;
        border-radius: 100%;
        transform: scale(2.8);
    }
    .banner_title{
        font-size: 48px;
    }
    .banner_section{
        background-size: 100% 100%;
        color: #fff;
      }
      .hero_title{
        font-size: 42px;
      }
      .home-card_heading h1,.live-card_heading{
        font-size: 48px;
      }
      .team_content-box h2{
        font-size: 48px;
      }
      .card_section-title{
        font-size: 48px;
      }
      .bundle_card-title{
        font-size: 52px;
      }
      .hdtv-service_title{
        font-size: 52px;
        max-width: 50%;
      }
      .bundle_card{
        height: 370px;
      }
      .bundle-hero-text h1,.bundle-data_box h1,.bundle-explore_section h1{
       font-size: 46px;
      }
      .bundle-data_box{
        height: 654px;
      }
      .bundle-explore_section{
        height: 400px;
      }
}
