@media (max-width: 1920px) {}

@media (max-width: 1680px) {
  .container {
    max-width: 1450px;
  }

  html {
    font-size: 53%;
  }
  /* moumi 15.3.24 */
  .abt_rgt {
    width: 51%;
}
.ftr_hdr h5 {
  font-size: 3rem;
}
.ftr_lists:last-child {
  width: 15%;
}
}

/*** ==================<<<<<>>>>>================== ***/

@media (max-width: 1440px) {
  .container {
    max-width: 1340px;
  }

  html {
    font-size: 47%;
  }
  /* moumi 15.3.24 */

  .op_d {
    width: 7rem;
    height: 7rem;
  }

}

/*** ==================<<<<<>>>>>================== ***/

@media (max-width: 1366px) {
  .container {
    max-width: 1240px;
  }
  /* moumi 15.3.24 */

  .abt_rgt {
    width: 50%;
}
/* .e_cnt h6 {
  font-size: 19px;
}
.e_top p {
  font-size: 15px;
}
.e_cnt p {
  font-size: 16px;
} */
.lnk_r_bx .e_cnt {
  margin-top: 10px;
}
.cmn_btn {
  font-size: 17px;}
}

/*** ==================<<<<<>>>>>================== ***/

@media (max-width: 1280px) {
  .container {
    max-width: 1140px;
  }

  html {
    font-size: 42%;
  }
  .abt_main_img {
    height: 72rem;
}
.lnk_r_bx {
  padding: 4rem;
}
.lnk_img {
  width: 8.7rem;
  height: 8.7rem;
}
.ftr_lists .ftr_img {
  margin-left: unset;
}

}

/*** ==================<<<<<>>>>>================== ***/

@media (max-width: 1199px) {
  .container {
    max-width: 100%;
    padding: 0 20px;
  }
  .y_p_hdr a {
    font-size: 18px;
}
.abt_rgt {
  width: 52%;
}
.e_cnt h6 {
  font-size: 19px;
}
.ftr_hdr h5 {
  font-size: 3.4rem;
}
}

/*** ==================<<<<<>>>>>================== ***/

@media (max-width: 1080px) {

.abt_rgt {
  width: 55%;
}
.abt_main_img {
  height: 71rem;
  top: 0px;
  left: 40px;
}
.cmn_hdr p {
  font-size: 17px;
}
.episode{
  display: none;
}
.episode.mobile {
  display: block;
}
.epi_sld_arr{
  display: none;
}

.lnk_r_innr {
  flex-wrap: wrap;
  justify-content: space-between;
}
.lnk_r_bx {
  width: 49%;
}
.ftr_lists:last-child {
  width: 16%;
}
.cmn_hdr p {
  font-size: 15px;
}
.cmn_hdr p {
  font-size: 15px;
}
}

/*** ==================<<<<<>>>>>================== ***/

@media (max-width: 1024px) {
  .yp_rgt {
    width: 51%;
}
.play_btn .cmn_btn {
  width: 80%;}

.lnk_r_bx {
  width: 48%;
}
.ftr_lists:last-child {
  width: 18%;
}
}

/*** ==================<<<<<>>>>>================== ***/

@media (max-width: 991px) {
  /* custom navbar start */


  /*  .cus_nav_innr {

        position: relative;

    }

    .hdr-btn {

        margin-right: 75px;
    }

    .cus_nav_outr .container {

        padding: 0;
    }

    .logo_area {

        padding-left: 20px;
    }

    .nav_area ul li {

        margin-right: 0;
    }

    .navbar-toggler-icon {

        margin-top: 6px;
    }

    */
  /* Navbar Collpase */

  .navbar-nav {
    background: #d8232a;;
    padding: 15px 0;
    text-align: center;
  }

  .navbar-nav li {
    padding: 0px 0px;
  }

  .navbar-nav li a {
    font-size: 14px;
    padding: 10px 0px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }


  ul.navbar-nav li a:hover:hover {
    background: transparent;
    color: #fff;
  }

  .navbar {
    position: static;
  }

 

#nav-icon3 {
    width: 30px;
    height: 15px;
    position: absolute;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    right: 0;
}

.navbar .navbar-toggler {
    position: absolute;
    right: auto;
    border: none;
    outline: none;
    padding: 4px;
    border-radius: 0;
    top: -8px;
    -webkit-transform: translateY(-47%);
    -ms-transform: translateY(-47%);
    transform: translateY(-47%);
    background: transparent;
    border-radius: 50%;
    scroll-behavior: smooth;
    /* left: 914px; */
}

  .navbar .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(189, 79, 102, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  }

  .navbar-toggler:focus,
  .navbar-toggler:active,
  .navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
  }

  .collapse:not(.show) {
    display: none;
  }

  .navbar-collapse {
    position: absolute;
    z-index: 9;
    left: 0;
    top: 67px;
    width: 100%;
    transition: 0.7s;
    background-color: #d8232a;

  }

  .navbar-expand-lg .navbar-nav .nav-link:hover {

    color: #fff;
  }


  /* Navbar Collapse End */
  .navbar-nav .nav-item {
    margin-right: 0;
  }

  /* custom navbar end */

.navbar-nav span{
  display: none;
}
.banner_sec{
  display: none;
}
.mbl_bnr{
  display: block;
  background: #000;

}
/* .m_bnr_t{
  display: flex;
  flex-direction: column;
} */
/* .mm_bnr_img{
 width: 100%;
}
.mm_bnr_img img{
  width: 100%;
} */
.mb_bn_c.bnr_content {
  left: 50%;
  transform: translateX(-50%);
  top: 14%;
}
.mb_img{
  width: 100%;
}
.mb_img img{
  width: 100%;
}
.yp_rgt p {
  font-size: 16px;
}
.yp_rgt .bld {
  padding: 5px 0;
}
.op_d {
  width: 6rem;
  height: 6rem;
}
.play_btn .cmn_btn {
  padding: 8px 20px;
  font-size: 14px;
}
.y_p_hdr a {
  font-size: 16px;
}
.abt_rgt {
  width: 52%;
}
.cmn_hdr p {
  font-size: 14px;
}
.abt_rgt p {
  margin-top: 10px;
}
.e_cnt p {
  font-size: 14px;
  padding-top: 5px;
}
.e_top p {
  font-size: 14px;
  gap: 6px;
}
.e_cnt h6 {
  font-size: 18px;
}
.ftr_lst ul li a {
  font-size: 15px;
}
.ftr_hdr h5 {
  font-size: 20px;
  margin-bottom: 10px;
}
.navbar-nav .nav-item:hover{
  background-color: #fff;
}
.navbar-nav .nav-item:hover .nav-link{
  color: #d8232a;

}
}
/*** ==================<<<<<>>>>>================== ***/

@media (max-width: 900px) {
  .yp_l_img {
    width: 56.4rem;
}
.abt_l_img {
  width: 55.9rem;
}
.abt_main_img {
  height: 64rem;
  top: -21px;
  left: 38px;
  width: 66rem;
}
.abt_rgt {
  width: 44%;
}
.ftr_lists:last-child {
  width: 20%;
}
}

/*** ==================<<<<<>>>>>================== ***/

@media (max-width: 840px) {
  .mb_bn_c.bnr_content {
    top: 8%;
}
.y_p_hdr.cmn_hdr h2 {
  font-size: 5.5rem;
}
.yp_rgt h3 br{
  display: none;
}
.yp_rgt {
  width: 46%;
}
.yp_rgt .bld {
  padding: 10px 0;
}
.yp_rgt p {
  font-size: 14px;
}
.op_d {
  width: 5rem;
  height: 5rem;
}

.abt_l_img {
  width: 49.9rem;
}
.abt_main_img {
  height: 65rem;
  top: -5px;
  left: 6px;
  width: 65rem;
}
.abt_rgt {
  width: 49%;
}
.cmn_hdr h2 {
  font-size: 7rem;
}
.ftr_lists:last-child {
  width: 23%;
}
}

/*** ==================<<<<<>>>>>================== ***/

@media (max-width: 768px) {
  .mb_img {
    padding-top: 69px;
}
.y_p_hdr a {
  font-size: 15px;
}
.yp_l_img {
  width: 52.4rem;
}
.abt_innr {
  flex-direction: column-reverse;
  gap: 40px;
}
.abt_sec{
  background: url(../images/mmbl_abt_bg.png) no-repeat !important;
  background-size: 100% 100% !important;
}
.abt_lft {
  width: 106%;
}
.abt_main_img {
  height: 65rem;
  top: auto;
  left: 6px;
  bottom: -60px;
  width: 65rem;
}
.abt_rgt {
  width: 90%;
}
.abt_l_img {
  width: 54%;
}
.abt_main_img {
  width: 75%;
}
.ftr_lst ul li {
  margin-bottom: 5px;
}
.ftr_lists .ftr_img {
  margin-bottom: 5px;}
  .bm_ftr {
    padding: 11px 0;
}
.ftr_hdr h5 {
  font-size: 17px;
  margin-bottom: 6px;
}
.ftr_lst ul li a {
  font-size: 13px;
}
.e_cnt h6 {
  font-size: 16px;
}
.lnk_r_bx .e_cnt {
  margin-top: 0;
}
.lnk_img {
  width: 6.7rem;
  height: 6.7rem;
}
.cmn_pdding{
padding: 4rem 0;
}
.lnk_r_innr {
  margin-top: 3rem;
}
.e_cnt p {
  font-size: 13px;
}
.play_btn .cmn_btn {
  font-size: 12px;
}
}

/*** ==================<<<<<>>>>>================== ***/

@media (max-width: 767px) {
  /* moumi 18.3.24 */
  .yp_in_c {
  flex-direction: column;
}
.yp_lft {
  width: 100%;
  margin: auto;
}
.yp_l_img {
  width: 100%;
}
.yp_rgt {
  width: 100%;
  margin: auto;
  text-align: center;
  padding-bottom: 20px;
}
.options {
  width: max-content;
  margin-inline: auto;
}
.play_btn .cmn_btn {
  font-size: 12px;
  margin-inline: auto;
  padding: 13px;
}
.awd_innr {
  flex-direction: column;
}
.awd_img {
  width: 90%;
  height: 100%;
  margin-inline: auto;
}
.ftr_innr {
  flex-wrap: wrap;
  align-items: start;
  gap: 15px;
  /* justify-content: center; */
}
.ftr_lists {
  width: 36%;
}
.ftr_lists:last-child {
  width: 36%;
}
.mb_bn_c.bnr_content {
  top: 60px;
}
/* .avlbl_sec .bnr_m_img_div {
  flex-wrap: wrap;
}
.bnr_immg {
  width: 33%;
} */
}

/*** ==================<<<<<>>>>>================== ***/

@media (max-width: 667px) {
  .navbar .navbar-toggler {
    right: 12px;
  }
  .bnr_content p {
    font-size: 14px;
    padding-top: 8px;
}
.bnr_m_img_div {
  margin-top: 13px;
}
.y_p_a {
  margin-top: 0;
}
.y_p_hdr a {
  font-size: 13px;
}
.y_p_innr {
  margin-top: 20px;
}
.avlbl_sec .bnr_m_img_div {
  width: auto;
}
.mb_bn_c.bnr_content {
  top: 30px;
}
.y_p_hdr.cmn_hdr h2 br{
  display: none;
}
.yp_rgt h3 {
  width: 70%;
  margin-inline: auto;
}
}

/*** ==================<<<<<>>>>>================== ***/

@media (max-width: 600px) {

}

/*** ==================<<<<<>>>>>================== ***/

@media (max-width: 575px) {
  .bnr_m_img_div {
    flex-wrap: wrap;
    width: 90%;
    margin-inline: auto;
}
.mb_bn_c.bnr_content {
 width: 100%;
}
.bnr_immg {
  width: 41%;
  margin: auto;
}
.mb_img {
  padding-top: 184px;
}
.y_p_hdr a {
  font-size: 12px;
}
.episode.mobile .epi_bx {
  width: 90%;
  margin-inline: auto;
}
.epi_sld_arr {
  display: block;
}
/* .swiper-button-prev_1{
  position: absolute;

}
.swiper-button-prev_1 span {
  color: #d8232a;
  font-size: 27px;
  left: 10px;
}
.swiper-button-next_1 {
  position: absolute;
}
.swiper-button-next_1 span{
  color: #d8232a;
  font-size: 27px;
  position: absolute;
  right: 10px;
} */
.swiper-button-prev_1{
  position: absolute;
  top: 50%;
  left: 20px;
  z-index: 9;
}
.swiper-button-next_1{
  position: absolute;
    top: 50%;
    right: 20px;
    z-index: 9;
}
.swiper-button-prev_1 span,
.swiper-button-next_1 span{
  font-size: 27px;
}
.epi_btn {
  margin-top: 0;
  margin-bottom: 20px;
}
.avlbl_sec .bnr_m_img_div {
  width: auto;
  justify-content: center;
}

.ftr_lists {
  width: 90%;
  margin: auto;
  text-align: center;
}
.ftr_lists:last-child {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-inline: auto;
  justify-content: space-around;
  gap: 10px;
}
.abt_l_img {
  margin-left: -4px;
}
.ftr_lists:last-child{
  margin-right: auto;
}
.ftr_lists .ftr_img {
  width: 48%;
}
}
/*** ==================<<<<<>>>>>================== ***/

@media (max-width: 480px) {
  h1 {
    font-size: 60px;
  }
  h1 .h_tp {
    font-size: 40px;
}
.bnr_content p {
  font-size: 12px;
}

.y_p_hdr.cmn_hdr h2 {
  font-size: 5.5rem;
  padding-bottom: 0;
}
.yp_rgt h3 {
  width: 100%;
}
.abt_rgt {
  width: 100%;
}
.abt_lft {
  width: 100%;
}
.cmn_hdr p {
  font-size: 13px;
}
.abt_sec.cmn_pdding{
  padding-bottom: 0;
}
.abt_l_img {
  height: 100%;
  width: 71%;
  margin-left: -20px;
}
/* .abt_main_img {
  width: 100%;
} */
.abt_main_img {
  bottom: 0px;
  width:100%;
}
.lnk_r_bx {
  width: 80%;
  margin-inline: auto;
}
.cmn_hdr h2 span br{
  display: block;
}
}
/*** ==================<<<<<>>>>>================== ***/
@media (max-width: 430px) {
  h1 .h_tp {
    font-size: 30px;
}
h1 {
  font-size: 50px;
}
.y_p_hdr.cmn_hdr h2 {
  font-size: 35px;
}
.cmn_hdr h2 {
  font-size: 40px;
}
.abt_main_img {
  height: 376px;
}
.epi_hdr.cmn_hdr h2 span br{
  display: block;

}
#nav-icon3 span {
  height: 1px;
  width: 20px;
}
.ftr_innr {
  padding-bottom: 15px;
}
}
/*** ==================<<<<<>>>>>================== ***/

@media (max-width: 420px) {

  #nav-icon3 span:nth-child(2),
  #nav-icon3 span:nth-child(3) {
    top: 12px;
  }

  #nav-icon3 span:nth-child(4) {
    top: 20px;
  }

  .navbar .navbar-toggler {
    top: -5px;
  }
  .y_p_hdr.cmn_hdr h2 {
    font-size: 34px;
    line-height: 1.2;
}
.swiper-button-prev_1 span, .swiper-button-next_1 span {
  font-size: 20px;
}
.avlbl_sec .bnr_m_img_div {
  margin-top: 20px;
}
}

/*** ==================<<<<<>>>>>================== ***/

@media (max-width: 390px) {
  .bnr_content p {
    padding: 5px 10px;
}
.bnr_content p  br{
  display: none;
}
.y_p_hdr.cmn_hdr h2 {
  font-size: 31px;
}
.yp_rgt h3 {
  font-size: 28px;
}
.yp_rgt p {
  font-size: 12px;
}
.cmn_hdr h2 {
  font-size: 35px;
}
.cmn_hdr h2 span {
  font-size: 40px;
}
.awd_innr {
  margin-top: 20px;
}
.cmn_hdr p {
  font-size: 12px;
}
.abt_main_img {
  height: 338px;
}

}

/*** ==================<<<<<>>>>>================== ***/

@media (max-width: 375px) {
  .mb_bn_c.bnr_content {
    padding: 0 10px;
}
h1 {
  font-size: 44px;
}
.mb_img {
  padding-top: 140px;
}
.y_p_hdr.cmn_hdr h2 {
  font-size: 30px;
}
}

/*** ==================<<<<<>>>>>================== ***/

@media (max-width: 360px) {
  .cmn_hdr h2 {
    font-size: 33px;
}
.y_p_hdr.cmn_hdr h2 {
  font-size: 28px;
}
}

/*** ==================<<<<<>>>>>================== ***/