/* main responsive Css start */
@media screen and (max-width: 1500px) {
}
/* main responsive 1300px */
@media screen and (max-width: 1300px) {
  .cb-banner-content h1 {
    font-size: 56px;
    line-height: 65px;
  }
  .cb-craft-col h2 {
    font-size: 55px;
    line-height: 60px;
  }
  .cb-craft-col h2 span {
    font-size: 73px;
  }
  .cb-craft-col h2 span {
    font-size: 60px;
  }
  .cb-about-section {
    padding-top: 80px !important;
  }
}
/* main responsive 1200px */
@media screen and (max-width: 1200px) {
  h2 {
    font-size: 45px;
    line-height: 50px;
  }
  .comman-section {
    padding: 60px 0;
  }
  .cb-banner-content h1 {
    font-size: 47px;
    line-height: 55px;
  }
  .cb-banner-content {
    width: 80%;
  }
  .cb-craft-col h2 {
    font-size: 46px;
    line-height: 50px;
  }
  .cb-craft-col .cb-initiative-logos .initiative-logos .logo {
    width: 95px;
  }
  .cb-craft-col .cb-initiative-logos .initiative-logos .logo img {
    width: 100%;
    height: auto;
  }
  .cb-craft-col .cb-initiative-logos .initiative-logos p {
    font-size: 16px;
  }
  .cb-craft-col .cb-initiative-logos {
    margin-bottom: 30px;
  }
  .cb-craft-col h4 {
    font-size: 27px;
  }
  .cb-juries-col h4 {
    font-size: 28px;
  }
  .main-heading {
    font-size: 55px;
    line-height: 67px;
  }
}
/* main responsive 1024px */
@media screen and (max-width: 1024px) {
  .cb-craft-col h2 {
    font-size: 44px;
    line-height: 45px;
  }
  .cb-craft-col h2 span {
    font-size: 58px;
  }
  .cb-juries-content-bottom .member-slider-item {
    width: calc(33% - 15px);
  }
  .main-heading {
    font-size: 50px;
    line-height: 62px;
  }
  .cb-about-member-section {
    padding-top: 80px !important;
  }
  .founder-row {
    gap: 40px;
    flex-direction: column;
}
.founder-col {
    width: 100%;
}
.founder-col:last-child {
    justify-content: center;
}
.cb-benefit-you .cb-benefit-you-bg{
    width: 31%;
  }
  .cb-new-sec-add .site-list{
      column-count:1;
    }
}
/* main responsive 1024px */
@media screen and (max-width: 980px) {
  .cb-banner-content h1 {
    font-size: 40px;
    line-height: 50px;
  }
  h2 {
    font-size: 40px;
    line-height: 45px;
  }
  .member-slider-item {
    width: calc(33.33% - 20px);
  }
  .cb-craft-col h2 {
    font-size: 33px;
    line-height: 45px;
  }
  .cb-craft-col h2 span {
    font-size: 44px;
  }
  .cb-craft-col .cb-initiative-logos {
    flex-direction: column;
  }
  .cb-craft-col h4 {
    font-size: 22px;
    line-height: 32px;
  }
  .cb-juries-content-top {
    display: flex;
    gap: 40px;
    flex-direction: column;
  }
  .cb-juries-col {
    width: 100%;
  }
  .social-media-section .events-content-col {
    width: 100%;
  }
  .cb-sub-heading::after {
    right: 0;
  }
  .comman-blue-bg{
    width: 100%;
    max-width: 100%;
  } 
  .cb-benefit-you .cb-benefit-you-bg{
    width: 48%;
  }
  .cb-new-add-card .card-bg{
      height: 480px;
      padding: 20px 30px;
    }
    .cb-new-add-card .foryou-main-slider .slick-arrow{
      bottom: -30px;
    }
    .cb-new-add-card .foryou-main-slider ul.slick-dots{
      left: 80%;
      bottom: -30px;
    }
    .cb-new-add-card .card-bg-gift-box-picbox{
      right: inherit;
      top: inherit;
      left: 90px;
      bottom: 35px;
    }
    .card-bg-info{
      flex-direction: column-reverse;
      align-items: start; 
    }
    .sponsor-detail{
      flex-wrap: wrap;
    }
    .for-you-info{
      flex-wrap: wrap;
      flex-direction: column-reverse;
      align-items: start;
    }

}
/* main responsive 768px */
@media screen and (max-width: 768px) {
  .cb-glow {
    display: none;
  }
  h2 {
    font-size: 32px;
    line-height: 40px;
  }
  p {
    font-size: 16px;
    line-height: 24px;
  }
  .cb-about-content p {
    padding: 0;
  }
  .comman-section {
    padding: 20px 0 !important;
  }
  body.active {
    overflow: hidden;
  }
  .cb-main-sec {
    padding-top: 60px;
  }
  .cb-header .menu-btn {
    display: inline-block;
  }
  .cb-header .close-btn {
    display: inline-block;
    position: absolute;
    top: 10px;
    right: 10px;
  }
  .cb-header {
    padding: 15px 0;
  }
  .cb-header nav.cb-site-menu {
    display: flex;
    align-items: center;
    gap: 20px;
    position: fixed;
    height: 100%;
    background: #fff;
    top: 0;
    left: 0;
    flex-direction: column;
    align-items: self-start;
    display: none;
  }
  .cb-header nav.cb-site-menu ul.parent-menu {
    flex-direction: column;
    width: 100%;
    margin-top: 45px;
  }
  .cb-header nav.cb-site-menu ul.parent-menu > li > a {
    width: 100%;
    border-bottom: 1px solid #d12026;
    padding: 15px 15px;
  }
  .cb-header nav.cb-site-menu ul.parent-menu > li:first-child > a {
    border-top: 1px solid #d12026;
  }
  .cb-header nav.cb-site-menu ul.parent-menu > li > a:hover {
    color: #d12026;
  }
  ul.parent-menu li.menu-item-parent .sub-menu {
    position: static;
    transform: inherit;
    width: 100%;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    display: none;
}
ul.sub-menu.bharat-nirman-sub-menu li a {
    padding-left: 50px !important;
}
.cb-header nav.cb-site-menu ul.parent-menu li.menu-item a {
    padding: 20px 8px;
}
.cb-header nav.cb-site-menu ul.parent-menu li.menu-item.menu-item-parent > a {
    padding: 20px 8px;
}
.cb-header nav.cb-site-menu ul.parent-menu li.menu-item a:hover {
    border-bottom: 1px solid #d12026;
}
.cb-header nav.cb-site-menu ul.parent-menu li.menu-item > a {
    border-bottom: 1px solid #d12026;
}
.cb-header nav.cb-site-menu ul.parent-menu li.menu-item-parent .sub-menu a {
    border-bottom: 1px solid #d12026;
}
  .cb-header a.gitouch-btn {
    margin-left: 15px;
  }
  .cb-header nav.cb-site-menu.active {
    display: flex;
    right: 0;
    overflow: auto;
  }
  .cb-craft-row {
    flex-direction: column;
  }
  .cb-craft-col h2 {
    text-align: left;
  }
  .cb-craft-col {
    width: 100%;
  }
  section.cb-site-banner {
    position: relative;
    width: 100%;
    padding: 0;
    height: auto;
  }
  section.cb-site-banner video {
    position: static;
    height: 230px;
  }
  .cb-banner-content {
    /* position: static;
    width: 100%;
    transform: none; */
    display: none;
  }
  .cb-banner-content h1 {
    color: #101828;
    font-size: 32px;
    line-height: 40px;
  }
  .cb-banner-content p {
    color: #344054;
  }
  section.cb-site-banner::before {
    display: none;
  }
  .cb-banner-content .mouse-icon {
    display: none;
  }
  .cb-banner-main {
    margin-top: 50px;
  }
  .cb-about-section {
    padding-top: 20px !important;
  }
  .cb-community-content p {
    padding: 0;
  }
  .events-content-top {
    flex-direction: column;
  }
  .events-content-col {
    width: 100%;
  }
  .events-content-col .cb-site-btn {
    text-align: left;
  }
  .event-img {
    width: 50%;
  }
  .event-gallery-section .event-img {
    width: 50%;
  }
  .cb-sub-heading {
    font-size: 24px;
    line-height: 34px;
  }
  .cb-sub-heading::after {
    top: -7px;
  }
  .member-slider-item figure {
    padding: 0 20%;
    position: relative;
  }
  .members-slider-sec {
    position: relative;
    /* overflow: hidden; */
  }
  .members-slider-sec .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-indent: -99999px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #d12026;
    border: 1px solid #d12026;
    box-shadow: 0px 16px 24px 0px #d1202633;
    z-index: 99;
    background-image: url("../images/slider-arrows.svg");
    background-repeat: no-repeat;
    background-size: contain;
    overflow: hidden;
  }
  .members-slider-sec .slick-arrow.slick-disabled {
    background-color: #d12026b4;
    border: 1px solid #d12026b4;
  }
  .members-slider-sec .slick-prev.slick-arrow {
    left: 0;
  }
  .members-slider-sec .slick-next.slick-arrow {
    right: 0;
    transform: translateY(-50%) rotate(-180deg);
    box-shadow: 0px -16px 24px 0px #d1202633;
  }
  .cb-juries-content-bottom .member-slider-item figure {
    padding: 0 20%;
  }
  .cb-about-member-row {
    flex-direction: column;
  }
  .cb-about-member-col:first-child {
    width: 100%;
  }
  .cb-about-member-col {
    width: 100%;
  }
  .members-profile-head {
    width: 100% !important;
  }
  .main-heading {
    font-size: 45px;
    line-height: 57px;
    }
    .cb-about-member-col h3 {
        font-size: 25px;
        line-height: 35px;
    }
    .ideology-row {
        flex-direction: column;
    }
    .ideology-col {
        width: 100%;
    }
    .news-artical-page .gallery-section .event-img {
        width: calc(50% - 11px);
      }
    .comman-blue-bg{
      width: 100%;
      max-width: 100%;
    }  
    .comman-blue-bg .comman-info{
      flex-direction: column;
      gap: 20px;
      align-items: start;
    }
    .cb-benefit-you .cb-benefit-you-bg{
      width: 48%;
    }
    .cb-new-sec-add .award-cate-col{
      width: 100%;
    }
    .cb-new-sec-add .award-cate-row{
      flex-wrap: wrap;
      gap: 40px;
    }
    /* .card-bg-info{
      flex-direction: column; 
    } */
    .cb-new-add-card .award-cate-row{
      flex-wrap: nowrap;
    }
    .cb-new-add-card .award-cate-col{
      width: 50%;
    }
    /* .cb-new-add-card .card-bg{
      height: 450px;
      padding: 20px 30px;
    }
    .cb-new-add-card .foryou-main-slider .slick-arrow{
      bottom: -40px;
    }
    .cb-new-add-card .foryou-main-slider ul.slick-dots{
      left: 80%;
      bottom: -40px;
    }
    .cb-new-add-card .card-bg-gift-box-picbox{
      right: inherit;
      top: inherit;
      left: 90px;
      bottom: 35px;
    } */
    
    .cb-new-sec-add .award-cate-col .nav-pills{
      flex-wrap: nowrap;
      overflow: hidden;
      overflow-x: auto;
      margin-top: 20px;
    }
    .cb-new-sec-add ::-webkit-scrollbar{
      display: none;
    }
    .cb-new-sec-add .award-cate-col .nav-link{
      padding: 10px 10px;
      white-space: nowrap;
    }
    .sponsorship-row{
      flex-wrap: wrap;
      gap: 30px;
    }
    .sponsorship-col{
      width: 100%;
    }  
     .crafting-bhart-popup .modal-content {
        width: 95%;
        max-width: 95%;
        min-width: 95%;
    }
    .crafting-bhart-popup .modal-body {
        max-height: 60vh;
    }
    .community-member-slider-item{
      width: 100%;
    }
    .nomination-popup .modal-dialog {
      width: 95vw;
      max-width: inherit;
    }
    .nomination-popup .modal-dialog .modal-content {
      width: 100%;
      max-width: inherit;
      min-width: inherit;
    }
}
/* main responsive 540px */
@media screen and (max-width: 540px) {
  .event-img {
    width: 100%;
    display: grid;
  }
  .event-gallery-section .event-img {
    width: 50%;
  }
  .social-media-section .event-img {
    width: 100%;
  }
  .founder-col:last-child {
    flex-direction: column;
    align-items: center;
  }
  .main-heading {
    font-size: 32px;
    line-height: 40px;
}
.news-artical-page .gallery-section .event-img {
    width: 100%;
  }
  .award-certificate {
    flex-direction: column;
}
.award-certificate a {
    display: block;
}
.award-certificate-img {
    max-width: 100%;
}
.cb-benefit-you .cb-benefit-you-bg{
  width: 100%;
}
.cb-new-add-card .award-cate-row{
  flex-wrap: wrap;
}
.cb-new-add-card .award-cate-col{
  width: 100%;
}
}

/* .cb-new-sec-add .award-cate-col{
    width: 100% !important;
}
.cb-new-sec-add .award-cate-row{
  flex-wrap: wrap;
  gap: 40px;
} */
/* main responsive 480px */
@media screen and (max-width: 480px) {
  .crafting-bhart-popup .modal-footer {
        padding: 0;
        justify-content: center !important;
        flex-direction: column;
    }
    .crafting-bhart-popup .modal-footer input.btn-normal{
      width: 40% !important;
    }
}

/*  */
@media screen and (max-width: 800px) and (orientation: landscape),
  screen and (max-height: 300px) {
  /**
         * Remove all paddings around the image on small screen
         */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
