/* Media Queries */

@media (min-width: 320px) {
}

/* XS */
@media (min-width: 475px) {
}

/* SM */
@media (min-width: 640px) {
}

/* MD */
@media (min-width: 768px) {

   /* Header Title */
   .header-title{
    font-size: 1.2rem;
  }

  .header-menu-items a,
  .header-menu-items li {
    font-size: 1.2rem;
  }

   /* BreadCrumbs */

   .breadcrumbs-content {
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: var(--clr-white);
  }

  .breadcrumbs {
    height: 240px;
  }

  .breadcrumbs-content .breadcrumbs-title h1 {
    text-align: center;
    font-size: 4rem;
  }


  /* Utility Class Top Section */
  .top-section{
    margin-top: 13rem;
  }

  /* Top Bar */
  .topbar-bg {
    display: block;
  }

  .header-logo {
    height: 60px;
    width: 60px;
  }

  .topbar-login {
    display: inline-block;
    width: 18rem;
  }

  .topbar-contactinfo,
  .topbar-socials-icons,
  .topbar-contact-info {
    display: inline-block;
  }

  /* Hero */
  .hero-image-heading{
    top: 4rem;
  }

  .hero-image-heading h2{
    font-size: 3.6rem;
  }

  /* Menu */
  .header-menu-items {
    display: flex;
    align-items: center;
    font-size: 1.4rem;
    font-weight: bold;
    gap: 0.6rem;
    color: var(--clr-nav);
  }

  #mbl-menu-icon {
    display: none;
  }

  .mbl-menu-items {
    display: none !important;
  }

  .mbl-menu-items.mblmenuactive {
    display: none !important;
  }

  .donate-btn #header-main-btn {
    font-size: 1.4rem;
  }

  #header-main-btn:hover {
    border: 1px solid transparent;
  }

  /* Hero Starts */

  .hero-content__title h2 {
    font-size: 8rem;
  }

  .hero-content__desc {
    font-size: 2.4rem;
  }

  /* President Starts */

  .president-title h4 {
    font-size: 4.8rem;
  }

  /* Initiatives Starts */

  .initiatives-title h4 {
    font-size: 4rem;
  }

   .initiatives-cards-image-container {
    height: 300px;
  }


  /* Aims & Objectives Starts */

  .aimsobjectives_title h4 {
    font-size: 4rem;
  }

  .aims-objectives-imagecontainer {
    height: 360px;
    width: 300px;
  }

  .aims-objectives-imagecontainer .bg-box {
    height: 360px;
    width: 300px;
  }

  #bg-box-one {
    top: 8%;
    left: 20%;
  }

  #bg-box-two {
    bottom: 8%;
    right: 20%;
  }

  .footer-bottom {
    font-size: 1.6rem;
  }

  .footer-info {
    text-align: left;
  }

  .footer-desc {
    text-align: left;
  }

  .center-wrapper {
    display: block;
  }

  .form-title h4 {
    font-size: 3rem;
  }

  .name-lastname,
  .email-phone {
    flex-wrap: nowrap;
  }

  .nationalteam-title h3 {
    font-size: 4rem;
  }

  .single-page-title{
    width: fit-content;
  }
  
  .single-page-title>:only-child{
    font-size: 4rem;
  }

  .activities-cards-image-container {
    height: 300px;
  }

  /* Single Blog */
  .blog-single-img {
    height: 400px;
  }

  /* Events */
  .event-card-img {
    height: 300px;
  }
  
  /* Events Single */
  .event-single-img {
    height: 350px;
  }

  /* Initiatives Single */
  .work-single-img{
    height: 350px;
  }

  .activities-image img{
    height: 300px;
  }
  
}

/* XS */
@media (min-width: 1024px) {

  /* Header Title */
  .header-title{
    font-size: 1.4rem;
    margin-left: 20px;
    margin-right: auto;
  }
  
  .header-menu-items a,
  .header-menu-items li {
    font-size: 1.4rem;
  }

  /* Menu */
  .header-menu-items {
    font-size: 1.6rem;
    gap: 2rem;
  }

  .header-menu-items a {
    font-weight: bold;
  }

  /*Contact Starts  */
  .contact-image-content h4 {
    font-size: 3rem;
  }

  /* Initiatives */
  .initiatives-cards-image-container {
    height: 350px;
  }

  .activities-image img{
    height: 350px;
  }

  .about-header h3{
   font-size: 4rem;
  }

  .about-aims-icon {
    margin-right: 6rem;
  }

  /* Single Blog */
  .blog-single-img {
    height: 450px;
  }

  .share-blog{
    justify-content: flex-start;
  }

  /* Members */

  .members-title h4{
    font-size: 3.5rem;
  }

  /* Footer Iframe */
  footer iframe{
    width: 330px;
  }
}

/* XL */
@media (min-width: 1280px) {

  /* Header Title */
   .header-title{
    font-size: 1.6rem;
  }
  
  .header-menu-items a,
  .header-menu-items li {
    font-size: 1.6rem;
  }

   /* Hero */
   .hero-image-heading{
    top: 4rem;
  }

  .hero-image-heading h2{
    font-size: 5rem;
  }

  .team-card {
    width: 180px;
  }

  .team-img{
    height: 180px;
  }

  footer iframe{
    width: 350px;
  }

  /* Initiatives */
  .work-card-img{
    height: 300px;
  }

  /* Initiatives Single */
  .work-single-img{
    height: 400px;
  }

   /* Events Single */
   .event-single-img {
    height: 400px;
  }

  /* Blog */
  .blog-card-img {
    height: 300px;
  }

}

@media (min-width: 1366px) {

   /* Hero */
   .hero-image-heading{
    top: 6rem;
  }

  .hero-image-heading h2{
    font-size: 6rem;
  }
    /* Events Single */
   .event-single-img {
    height: 500px;
  }

  /* Initiatives Single */
  .work-single-img{
    height: 500px;
  }
}

/* 2XL */
@media (min-width: 1536px) {

  /* Hero */
  .hero-image-heading{
    top: 7rem;
  }

  .hero-image-heading h2{
    font-size: 7rem;
  }

  .team-card {
    width: 200px;
  }

  .team-img{
    height: 200px;
  }
}

