@media (min-width: 1820px) {
  .banner_container {
    height: 55%;
  }
  .banner_container .custom_container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: clamp(30px, 10vw, 100px);
    height: 100%;
  }
}
@media (max-width: 1299px) {
  .huge {
    font-size: clamp(60px, 20vw, 300px);
  }
  .paramount_white,
  .konami_white {
    grid-column: span 1;
    height: 100%;
    width: 100%;
  }
  .banner_container .custom_container {
    gap: clamp(30px, 10vw, 90px);
  }
  .banner_section_content {
    padding-bottom: clamp(20px, 10vw, 40px);
  }
  .heading2 {
    font-size: clamp(26px, 10vw, 50px);
  }
}
@media (max-width: 991px) {
  .footer_inner .footer_inner_menu_area .footer_grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .footer_grid .right_side {
    padding-inline-start: 0px;
    border-left: none;
  }

  .inner_send_email .right_side {
    max-width: 380px;
  }
  .send_email_sec .inner_send_email {
    flex-direction: column;
    gap: 40px;
  }
  .inner_send_email .send_email_content {
    max-width: 100%;
  }
  .inner_send_email .right_side {
    max-width: 100%;
    width: 100%;
    align-items: center;
  }
  .banner_section_content {
    grid-template-columns: 100%;
    gap: 10px;
  }
  .section_hd > * {
    width: 100%;
  }
  .section_hd p {
    margin: 0;
  }
  .section_hd {
    gap: 20px;
  }
  .paramount_white img,
  .konami_white img {
    max-width: 130px;
  }
  #lightbox-img-prev, #lightbox-img-next{
    max-width: 140px;
  }
  #lightbox-img {
    max-width: 500px;
  }
}
@media (max-width: 767px) {
  .mission_list ul {
    column-count: 3;
  }
  /* .section_offer h2,.section_offer h3{
    width: 49%;
  } */
  .paramount_white,
  .konami_white {
    grid-column: span 1;
  }
  .vector0 {
    max-width: 30px;
  }
  .vector {
    max-width: 50px;
  }
  .main_video video {
    height: 400px;
  }
  .paramount_white img,
  .konami_white img {
    max-width: 120px;
  }
  #lightbox-img-prev, #lightbox-img-next{
    max-width: 100px;
  }
  #lightbox-img {
    max-width: 400px;
  }
}
@media (max-width: 575px) {
  .footer_grid .left_side {
    flex-wrap: wrap;
  }
  .footer_grid .left_side .brand_logo {
    width: 100%;
    max-width: 100%;
  }
  .send_email_sec .inner_send_email {
    flex-direction: column;
    gap: 40px;
  }
  .inner_send_email .send_email_content {
    max-width: 100%;
  }
  .inner_send_email .right_side {
    max-width: 100%;
    width: 100%;
    align-items: center;
  }

  .banner_section {
    grid-template-columns: 100%;
  }
  .vector0 {
    max-width: 20px;
  }
  .vector {
    max-width: 30px;
  }
  .banner_video {
    height: clamp(400px, 10vw, 450px);
  }
  .btn_grp {
    flex-wrap: wrap;
    width: fit-content;
  }
  .btn_grp .cmn_button {
    width: 100%;
  }
  .section_offer {
    flex-wrap: wrap;
  }
  .section_offer h2,
  .section_offer h3 {
    width: 100%;
  }
  .brand_hub_div {
    column-count: 1;
  }
  .brand_hub_div figure img {
    height: auto;
  }
  .collaboration_logos > .tab-content .nav {
    gap: 15px;
  }
  .collaboration_logos > .tab-content .nav .logo_box img {
    max-width: 80px;
  }
  .collaboration_logos .nav-pills {
    padding-bottom: 20px;
  }
  .paramount_white img,
  .konami_white img {
    max-width: 85px;
  }
  .collaboration_logos .nav-pills .nav-link {
    border-radius: 10px;
  }
  .image_channel_link img {
    height: 270px;
  }
  .footer_grid .left_side .menu_box {
    height: auto;
  }
  .footer_grid .left_side .list_list {
    row-gap: 20px;
  }
  #lightbox-img-prev, #lightbox-img-next{
    max-width: 100px;
  }
  #lightbox-img-prev, #lightbox-img-next{
    display: none;
  }
  #lightbox-img {
    width: 95%;
  }
  .thumbnails-wrapper img {
    width: 54px;
    height: 54px;
  }
  .collaboration_logos .nav-pills .nav-link .fa-plus{
    top: 10px;
    left: 10px;
    width: 35px;
    height: 35px;
  }
  
}
@media (max-width: 479px) {
  .mission_list ul {
    column-count: 2;
  }
  .sub_banner_container{
    height: 215px;
  }
  .explore_brands_section .section_brands_img{
    height: 330px;
  }
  .collaboration_logos .nav-pills .nav-link .fa-plus{
    top: 6px;
    left: 6px;
    font-size: 10px;
    width: 25px;
    height: 25px;
  }
}
