@media only screen and (max-width: 1440px) {
  .hero-banner__container video {
    object-fit: cover;
    object-position: center;
  }
}

@media only screen and (max-width: 1200px) {
  .girls-education__wrapper_card_icon {
    width: 110px;
  }

  header[class="header"] ~ .footer {
    padding-bottom: 130px;
  }

  .sponsorship-empower__accordion-button_icon {
    width: 80px;
  }
}

@media only screen and (max-width: 1199px) {
  .hero__banner_image:before {
    width: 700px;
  }

  .hero__banner_content {
    padding: 2.5rem 0;
  }
}

@media only screen and (max-width: 1023px) {
  .girls-empowered__carousel {
    width: calc(100% - 60px);
    margin-inline: auto;
  }

  .girls-empowered__carousel .owl-stage-outer {
    overflow: visible;
  }

  .girls-empowered__carousel .girls-empowered__carousel_card {
    min-width: calc((100% / 2) - 17px);
  }

  .hero__banner {
    min-height: unset;
  }

  .hero-banner__container video {
    height: 520px;
  }
}

@media only screen and (max-width: 992px) {
  .header__logo {
    max-width: 170px;
    padding: 0;
  }

  .nav-btn a {
    font-size: 15px;
    padding: 7px 12px !important;
  }

  .nav-btn a i {
    margin-right: 2px;
  }

  .grid-three > *,
  .grid-four > *,
  .grid-five > * {
    width: calc((100% / 2) - 13px);
  }

  .grid-two,
  .grid-three,
  .grid-four,
  .grid-five {
    gap: 20px;
    justify-content: center;
  }

  .footer__partner-logos > * {
    width: 150px;
  }

  .footer__social-grid {
    width: 160px;
    gap: 10px;
  }

  .footer__social-grid > * {
    width: 35px;
  }
}

@media only screen and (max-width: 991px) {	
  .hero__banner_content_progress-wrapper_progress {
    height: 20px;
    padding: 4px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
  }

  .hero__banner_content_progress-wrapper_progress-bar {
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
  }

  .hero__banner_image:before {
    width: 550px;
    transform: translate(-40%, 30%);
    -webkit-transform: translate(-40%, 30%);
    -moz-transform: translate(-40%, 30%);
    -ms-transform: translate(-40%, 30%);
    -o-transform: translate(-40%, 30%);
  }

  .sponsorship-empower__wrapper {
    flex-direction: column;
  }

  .sponsorship-empower__wrapper_copy {
    width: 100%;
    padding: 15px;
  }

  .sponsorship-empower__wrapper_image {
    width: 100%;
    display: none;
  }

  .changes-the-story__wrapper {
    flex-direction: column-reverse;
    gap: 25px;
  }

  .changes-the-story__wrapper_image {
    width: 100%;
  }

  .changes-the-story__wrapper_header.title-header {
    width: 100%;
  }

  .sponsorship-empower__accordion {
    max-width: 100%;
  }

  .hero__banner_content_progress-wrapper_progress-label {
    max-width: 350px;
  }
}

@media only screen and (max-width: 768px) {
  .grid-two > *,
  .grid-three > *,
  .grid-four > *,
  .grid-five > * {
    width: 100%;
  }

  .btn-large {
    padding: 12px 35px !important;
  }

  .received-education__world-map_wrapper_map-controller button {
    font-size: 18px;
  }

  .saras-fight__wrapper_video {
    margin-block: 1.5rem;
  }

  .sponsorship-empower__accordion-body {
    padding: 25px 15px 15px;
  }

  .girls-empowered__carousel_card-body {
    padding: 15px;
  }

  .girls-education__wrapper_card_icon {
    width: 90px;
  }

  .sponsorship-empower__wrapper {
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
  }

  .sponsorship-empower__accordion-button {
    padding-right: 10px;
    gap: 10px;
  }

  .sponsorship-empower__accordion-button_icon {
    width: 70px;
  }

  .girls-empowered__carousel_card-body_copy p {
    /* font-size: 11px; */
    /* line-height: 14px; */
    margin-top: 7px;
  }

  .footer__logo {
    text-align: center;
    display: block;
    max-width: 175px;
    margin: 0 auto 25px;
  }

  .footer__content {
    padding-block: 30px;
    margin-block: 30px;
    align-items: center;
  }

  .footer__social-grid {
    margin-top: 20px !important;
    margin-inline: auto;
    justify-content: center !important;
  }

  .footer__social-grid > * {
    width: 35px;
  }

  .footer__content p {
    text-align: center;
  }

  .footer__partner-logos > * {
    width: 80px;
  }

  a.contact-section__contact-cta_button {
    padding: 12px 15px;
  }

  .sponsorship-empower__header {
    font-size: 16px;
    line-height: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .header__navbar--container ul#header__navbar--menu {
    width: 100%;
    height: 0;
    flex-direction: column;
    transition: height 300ms ease-out;
    -webkit-transition: height 300ms ease-out;
    -moz-transition: height 300ms ease-out;
    -ms-transition: height 300ms ease-out;
    -o-transition: height 300ms ease-out;
  }

  .without-nav .header__navbar--container ul#header__navbar--menu {
    height: auto;
  }

  .header__navbar--container.menu-toggled ul#header__navbar--menu {
    height: 118px;
    transition: height 300ms ease-out;
    -webkit-transition: height 300ms ease-out;
    -moz-transition: height 300ms ease-out;
    -ms-transition: height 300ms ease-out;
    -o-transition: height 300ms ease-out;
  }

  .header__navbar--container ul#header__navbar--menu li.menu-item {
    width: 100%;
  }

  .navbar-light .navbar-nav .nav-link, .menu-item a {
    text-align: center;
  }

  .nav-btn {
    text-align: center;
  }

  .nav-btn a {
    width: fit-content;
    margin-inline: auto;
  }

  .nav-btn iframe {
    margin: 0;
  }

  .btn-large {
    font-size: 18px;
    line-height: 24px;
  }

  .hero__banner {
    min-height: 420px;
    flex-direction: column;
  }

  .hero__banner_content {
    width: 100%;
    padding: 1.5rem 0;
    gap: 10px;
  }

  .hero__banner_content .titles {
    margin: 0;
  }

  .hero__banner_content_progress-wrapper {
    width: 70%;
  }

  .hero__banner_image {
    width: 100%;
    position: absolute;
    bottom: 0;
    right: 20px;
  }

  .hero__banner_image_thumbnail {
    max-width: 180px;
  }

  .hero__banner_image:before {
    width: 440px;
    transform: translate(0, 40%);
    -webkit-transform: translate(0, 40%);
    -moz-transform: translate(0, 40%);
    -ms-transform: translate(0, 40%);
    -o-transform: translate(0, 40%);
  }

  .titles > h2 {
    font-size: 24px;
    line-height: 32px;
  }

  .faq-section__accordion-button h3 {
    font-size: 18px;
    line-height: 21px;
  }

  .girls-empowered__carousel {
    margin-top: 2rem;
  }

  .received-education p {
    font-size: 16px;
    line-height: 20px;
  }

  .saras-fight__wrapper_explore-button {
    font-size: 16px;
    line-height: 28px;
    width: 100% !important;
    height: 52px;
  }

  .saras-fight__wrapper_video {
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
  }

  .titles > h1 {
    font-size: 36px;
    line-height: 40px;
  }

  .hero__banner_content_progress-wrapper_progress-label {
    font-size: 12px;
    line-height: 14px;
    width: 140px;
  }

  .girls-education__wrapper {
    flex-direction: column;
  }

  .girls-education__wrapper_image {
    width: 100%;
    display: none;
  }

  .girls-education__wrapper_copy {
    width: 100%;
  }

  .girls-education__wrapper_copy-wrapper_card {
    padding-bottom: 25px;
    margin-bottom: 0;
    border-bottom: 0 solid #B6B7BA;
  }

  .girls-empowered__carousel_item-title {
    font-size: 20px;
    line-height: 28px;
  }

  .girls-empowered__carousel_read-more-button {
    /* font-size: 10px; */
    /* line-height: 12px; */
    padding: 5px 12px !important;
  }

  .girls-empowered__carousel .girls-empowered__carousel_card {
    min-width: 100%;
  }

  .received-education__world-map_custom_country_icon {
    width: 95px;
    height: 95px;
    transform: translate(-27px, -45px);
    -webkit-transform: translate(-27px, -45px);
    -moz-transform: translate(-27px, -45px);
    -ms-transform: translate(-27px, -45px);
    -o-transform: translate(-27px, -45px);
  }

  h1 {
    font-size: 36px;
    line-height: 40px;
  }

  h2 {
    font-size: 24px;
    line-height: 32px;
  }

  p,
  ul, ol {
    font-size: 16px;
    line-height: 20px;
  }

  .girls-education__wrapper_copy-wrapper_content p {
    font-size: 16px;
    line-height: 20px;
  }

  .saras-fight__header p {
    font-size: 16px;
    line-height: 20px;
  }

  .girls-empowered__header p {
    font-size: 16px;
    line-height: 20px;
  }

  .hero-banner__video_desktop {
    display: none !important;
  }

  .hero-banner__container {
    aspect-ratio: unset!important;
  }

  .hero-banner__video_mobile {
    display: block !important;
    min-height: 420px !important;
    height: 420px !important;
    aspect-ratio: 8 / 13 !important;
    object-position: bottom;
  }

  .received-education__world-map_custom_country_icon {
    width: 75px;
    height: 75px;
    transform: translate(-12px, -25px);
    -webkit-transform: translate(-12px, -25px);
    -moz-transform: translate(-12px, -25px);
    -ms-transform: translate(-12px, -25px);
    -o-transform: translate(-12px, -25px);
  }

  /* .hero-banner__content-area {
    min-height: 680px;
  } */

  .hero-banner__container video {
    object-fit: contain;
    object-position: right;
  }

  .titles__sub-heading {
    width: 75%;
    min-width: 300px;
  }

  .single-article-wrapper__text-content h3 {
    font-size: 20px;
    line-height: 28px;
  }
}

@media only screen and (max-width: 575px) {
  .header__logo {
    max-width: 130px;
    padding: 0;
  }

  /* .header__navbar_collapse {
    flex-basis: unset;
  } */

  .nav-btn a i {
    margin-right: 2px;
  }

  .section-row {
    padding-inline: 0;
  }

  a.scrolly-button {
    width: 90%;
  }

  .hero__banner_content_progress-wrapper {
    width: 65%;
  }

  .girls-empowered__carousel_card-body_head p {
    /* font-size: 10px; */
    line-height: 12px;
  }

  .sponsorship-empower__accordion-button_icon {
    width: 50px;
  }

  .faq-section__accordion {
    gap: 10px;
  }

  .footer__copyright {
    font-size: 12px;
  }

  .footer__content_contact-heading {
    margin-bottom: 10px !important;
  }

  .footer__content .footer__social-grid {
    width: auto;
    margin-inline: auto;
    margin-top: 15px;
    gap: 10px;
  }

  a.contact-section__contact-cta_button {
    margin-inline: auto;
    padding: 8px !important;
  }

  .footer__content .footer__social-grid > * {
    background-color: transparent;
    width: 28px;
  }

  .footer__content .footer__social-grid a i {
    color: rgb(var(--clr--white));
  }

  .changes-the-story {
    padding-top: 0;
  }

  .changes-the-story > .container {
    padding-inline: 0;
  }

  .changes-the-story__wrapper_image img {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
  }
  
  .changes-the-story__wrapper_header.title-header {
    padding-inline: 15px;
  }

  .header__navbar_collapse.without-nav {
    display: flex;
    flex-basis: unset;
  }
}

@media only screen and (max-width: 480px) {
  .header__navbar {
    gap: 10px;
  }

  .hero__banner_image {
    right: 10px;
  }

  .hero__banner_image_thumbnail {
    max-width: 150px;
  }

  .hero__banner_image:before {
    width: 340px;
    transform: translate(0, 40%);
    -webkit-transform: translate(0, 40%);
    -moz-transform: translate(0, 40%);
    -ms-transform: translate(0, 40%);
    -o-transform: translate(0, 40%);
  }

  .received-education__world-map_custom_country_icon {
    width: 125px;
    height: 125px;
    transform: translate(-40px, -65px);
    -webkit-transform: translate(-40px, -65px);
    -moz-transform: translate(-40px, -65px);
    -ms-transform: translate(-40px, -65px);
    -o-transform: translate(-40px, -65px);
  }

  .hero-banner__video_mobile {
    display: block !important;
    min-height: 400px !important;
    height: 400px !important;
    aspect-ratio: 8 / 13 !important;
    object-position: bottom;
  }

  .hero-banner__container video {
    height: 460px !important;
    object-fit: contain;
    object-position: bottom;
  }
}

@media only screen and (max-width: 450px) {
  .hero-banner__video_mobile {
    min-height: 430px !important;
    height: 430px !important;
  }
}

@media only screen and (max-width: 380px) {
  .hero__banner_image {
    right: 10px;
  }

  .hero__banner_image_thumbnail {
    max-width: 140px;
  }

  .hero__banner_image:before {
    width: 320px;
    transform: translate(-20px, 40%);
    -webkit-transform: translate(-20px, 40%);
    -moz-transform: translate(-20px, 40%);
    -ms-transform: translate(-20px, 40%);
    -o-transform: translate(-20px, 40%);
  }

  .nav-btn a {
    font-size: 13px;
    line-height: 1.3;
    padding: 8px 10px !important;
  }

  .footer__content .footer__social-grid {
    gap: 0;
  }
}

@media only screen and (max-width: 340px) {
  .nav-btn a {
    padding: 5px 4px !important;
  }
}

@media only screen and (max-width: 325px) {
  .hero-banner__container video {
    height: 490px !important;
    object-fit: contain;
    object-position: bottom;
  }
}