/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/Other/CascadeStyleSheet.css to edit this template
*/
/* 
  .item4 {grid-area: 4 / span 6;}
  .item5 {grid-area: 5 / span 6;}
    Created on : Feb 17, 2025, 1:15:11 AM
    Author     : DamonPC
*/

@import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap");


@media only screen and (max-width: 950px) {
  body {
    margin: 0;
    padding: 0;
  }

  /* responsive */
  @media screen and (max-width: 1300px) {
    .logo-img {
      height: 50px;
    }

    .menu-link {
      font-size: 18px;
    }
  }

  @media screen and (max-width: 1200px) {
    .logo-img {
      height: 44px;
    }

    .menu-link {
      font-size: 16px;
    }
  }

  @media screen and (max-width:500px) {
    .bg-img {
      height: 412px;
    }

    .navbar-menus {
      background-color: #000000b3;
      width: 100%;
      height: 100%;
      display: flex;
      opacity: 0;
      visibility: hidden;
      position: fixed;
      top: 0;
      left: 0;
      transition: 0.25s ease;
    }

    .slide-container img {
      z-index: -1;
    }

    .bg-black-transparent:before {
      content: "";
      position: absolute;
      top: 0;
      left: 5;
      z-index: -4;
      width: 100%;
      height: 100%;
      background-color: #b5a7d4;
      background: linear-gradient(180deg, rgb(156, 86, 135), transparent);
  }

    .navbar-menus .menu-list {
      padding: 40px 0;
      background-color: #bcb5d8;
      width: 270px;
      flex-direction: column;
      align-items: flex-start;
      justify-content: flex-start;
      transition: 0.25s ease;
   
      transform: translateX(-100%);
    }

    .navbar-menus .menu-list .menu-item {
      width: 100%;
    }

    .navbar-menus .menu-link {
      color: #000000;
      padding: 15px 20px;
      display: block;
      text-align: left;
      transition: 0.3s ease;
    }

    .navbar-wrapper {
      padding: 13px 38px;
      display: flex;
      width: 100%;
      justify-content: space-between;
      align-items: center;
    }

    .navbar-menus .menu-link:hover {
      background-color: #b498e0;
    }

    .nav-toggle-btn {
      display: block;
    }

    /* body.sidebar-open */
    .sidebar-open {
      overflow: hidden;
    }

    .sidebar-open .navbar-menus {
      opacity: 1;
      visibility: visible;
    }

    .sidebar-open .navbar-menus .menu-list {
      transform: translateX(0);
    }

    /* Contact Container css */
    .contact-container {
      display: grid;
      width: 100%;
      text-align: center;
      padding: 15px;
      background-color: #7d6ea7;
      grid-template-columns: 1fr;
      border: rgb#7d6ea7 1px solid;
    }


    .main_wrapper {
      display: grid;
      width: 100%;
      height: auto;
      gap: 5px;
      z-index: 1;
      grid-template-areas:
        "logo  "
        "showcase"
        "intro "
        "vision "
        "mission "
        "values "
        "beliefs "
        "outreach "
        "involved"
        "page2"
        "footer ";
    }


    .showcase {
      display: grid;
      padding: 5px;
      grid-area: showcase;
      width: 100%;
     
      margin: 0;
      padding: 0;
     
  }



    #intro {
      display: grid;
      grid-area: intro;
      color: rgb(239, 234, 239);
      width: 100%;
      padding: 5px;
      font-weight: 400;
      font-style: inherit;
      font-size: 20px;
      text-align: center;
      z-index: 1;
    }


    .intro p {
      padding: 1.5rem 5px;
      font-style: inherit;
      font-size: 40px;
      text-shadow: 3px 3px 5px rgb(24, 4, 4);
    }


    .page2 {
      display: grid;
      grid-area: page2;
      grid-template-columns: 1fr;
      z-index: 1;
      width: 100%;
      margin: 0;
    }


    .request {
      font-family: "Mea Culpa", cursive;
      font-weight: 400;
      font-style: normal;
      width: 90%;
      font-size: xx-large;
      padding: 2em auto;
      margin-bottom: 30px;
      line-height: 1.2;
      color: white;
      text-shadow: 3px 3px 5px rgb(24, 4, 4);
    }



    .box {
      display: grid;
      padding: 5px 1.5rem;
      width: 100%;
      font-weight: 600;
      -webkit-text-stroke: 0.5px rgb(7, 7, 1);
      font-style: inherit;
      text-align: center;
      gap: 5px;
    
      background-size: cover;
      background-position: left;
      background-repeat: no-repeat;
      border: white solid 1px;
      font-size: 24px;
      color: white;
      z-index: 10;
      cursor: pointer;
    }


    .box:hover {
      font-size: 30px;
    }

    footer {
      width: 100%;
    }

    footer p {
      font-size: 24px;
      color: white;
    }



  }

  @media only screen and (max-width: 500px) {

    /* responsive */
    @media screen and (max-width: 1300px) {
      .logo-img {
        height: 50px;
      }

      .menu-link {
        font-size: 18px;
      }
    }

    @media screen and (max-width: 1200px) {
      .logo-img {
        height: 44px;
      }

      .menu-link {
        font-size: 16px;
      }
    }

    @media screen and (max-width: 500px) {
      .bg-img {
        height: 412px;
      }

      .navbar-menus {
        background-color: #000000b3;
        width: 100%;
        height: 100%;
        display: flex;
        opacity: 0;
        visibility: hidden;
        position: fixed;
        top: 0;
        left: 0;
        transition: 0.25s ease;
      }

      .navbar-menus .menu-list {
        padding: 40px 0;
        background-color: #dfa3d5;
        width: 270px;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        transition: 0.25s ease;
        transform: translateX(-100%);
        z-index: 1;
      }

      .navbar-menus .menu-list .menu-item {
        width: 100%;
      }

      .navbar-menus .menu-link {
        color: #000000;
        padding: 15px 20px;
        display: block;
        text-align: left;
        transition: 0.3s ease;
      }

      .navbar-menus .menu-link:hover {
        background-color: #ebb1eb;
      }

      .nav-toggle-btn {
        display: block;
      }

      /* body.sidebar-open */
      .sidebar-open {
        overflow: hidden;
      }

      .sidebar-open .navbar-menus {
        opacity: 1;
        visibility: visible;
      }

      .sidebar-open .navbar-menus .menu-list {
        transform: translateX(0);
      }

      #emblem {
        display: grid;
        position: relative;

        bottom: 3px;
        left: 150px;
    }

    #emblem img {
      width: 10%;
    }

    }


    .main_wrapper {
      display: grid;
      width: 100%;
      object-fit: cover;
      height: auto;
      gap: 5px;
      z-index: 1;
      grid-template-areas:
        "logo  "
        "showcase"
        "intro "
        "vision "
        "mission "
        "values "
        "beliefs "
        "outreach "
        "involved"
        "page2"
        "footer ";
    }

    .hamburger,
    .nav-links {
      display: block;
    }

    .page2 {
      display: grid;
      grid-area: page2;
      grid-template-columns: 1fr;
      z-index: 1;
      width: 100%;
      margin: 0;

    }

.h3, h2,h1 {
  font-size: 80%;
}

    #intro {
      display: grid;
      grid-area: intro;
      color: rgb(239, 234, 239);
      width: 100%;
      height: auto;
      padding: 5px;
      font-weight: 400;
      font-style: inherit;

      font-size: 30px;
      text-align: center;
      z-index: 1;
    }



    .box {
      display: grid;
      padding: 5px 1.5rem;
      width: 100%;
      font-weight: 600;

      -webkit-text-stroke: 0.5px rgb(7, 7, 1);
      font-style: inherit;
      text-align: center;
      gap: 5px;
    
      background-position: left;
      background-repeat: no-repeat;
      border: white solid 1px;
      font-size: 18px;
      color: white;
      z-index: 10;
      cursor: pointer;
    }

    .button {

      font-size: 16x;
    }

    .box:hover {
      font-size: 30px;
    }

    footer {
      background: linear-gradient(180deg, rgb(156, 86, 135), transparent);
      text-align: center;
      display: grid;
      grid-template-columns:  1fr;
      height: auto;
      grid-area: footer;
      z-index: -1;
      padding: 0.5rem 0;
  }

    footer p {
      font-size: 16px;
      color: white;
    }

    

  }
}