* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  
  body,
  html {
    font-family: 'Poppins', serif;
    margin: 0;
    padding: 0;
    color: #f4f4f4;
    background-color: white;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
    overflow: auto;
    scroll-behavior: smooth;
  }
  
  ::-webkit-scrollbar {
    display: none;
  }
  
  .blue-bar {
    background: linear-gradient(rgba(24, 4, 86),
        rgba(24, 4, 86, 0.2));
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: bold;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 1000;
    transition: transform 0.3s ease;
  }
  
  .blue-bar table {
    width: 100%;
    text-align: center;
    border-collapse: collapse;
  }
  
  .blue-bar td {
    border-color: white;
    border-style: solid;
    border-width: 0px 0px 0px 3px;
  
  }
  
  .blue-bar td:first-child {
    border-left: none;
  }
  
  .logo {
    text-align: left;
    padding-left: 50px;
    font-size: 24px;
    font-weight: bold;
    display: flex;
    align-items: center;
  }
  
  .logo span {
    margin-left: 15px;
    margin-right: 50px;
    font-size: 24px;
    font-weight: bold;
    white-space: nowrap;
  }
  
  .img-logo {
    height: 100px;
    width: 100px;
  }
  
  .nav-links {
    padding-left: 50px;
    text-align: left;
  }
  
  .nav-links a {
    color: white;
    text-decoration: none;
    margin: 0 15px;
    font-size: 16px;
  }
  
  .nav-links a:hover {
    text-decoration: underline;
  }
  
  .right-icons {
    text-align: right;
    padding-right: 50px;
  }
  
  .img-side-icons {
    height: auto;
    width: 200px;
  }
  
  
  
  .header-container {
    height: 80vh;
    background-image: url("129525-Mandaue-City-Hall(1).jpg");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
    overflow: hidden;
  }
  
  
  .header-container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(0, 0, 0, .25) 0%,
        rgba(0, 0, 0, .24) 85%,
        rgba(255, 255, 255, 0.5) 90%,
        rgba(255, 255, 255) 100%);
    z-index: 1;
    pointer-events: none;
  }
  
  
  .header {
    position: relative;
    min-height: 80vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    z-index: 2;
  }
  
  .header * {
    position: relative;
    z-index: 3;
  }
  
  .header h1 {
    font-size: 4rem;
    margin: 0;
    text-shadow: 3px 3px 10px rgba(0, 0, 0, 0.99);
    color: white;
  }
  
  .header p {
    font-size: 1.5rem;
    color: white;
    margin: 1rem 0;
    text-shadow:
      2px 2px 0px black,
      -2px 2px 0px black,
      2px -2px 0px black,
      -2px -2px 0px black,
      0px 0px 10px black;
  }
  
  
  .nav-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
  }
  
  .nav-buttons a {
    text-shadow: none;
    text-decoration: none;
    background-color: white;
    color: black;
    padding: 10px 20px;
    border-radius: 25px;
    font-size: 1rem;
    font-weight: bold;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s, color 0.3s;
  }
  
  .nav-buttons a:hover {
    background-color: #44521c;
    color: white;
  }
  
  
  .content1-attractions-container {
    margin-top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 2;
  }
  
  
  .attractions-design {
    margin-top: 0;
    display: flex;
    flex-direction: column;
    width: 80%;
    z-index: 3;
    margin-bottom: 0;
    display: flex;
    padding: 0;
  }
  
  .attractions-design p {
    font-family: 'Poppins', serif;
    color: black;
    text-shadow: none;
    font-size: 1rem;
    margin: 0;
    padding-top: 1rem;
    padding-bottom: 0;
  }
  
  .attractions-design h2 {
    margin-top: 2rem;
    font-family: 'Poppins', serif;
    color: black;
    text-shadow: 0.125rem 0.125rem 0.3125rem rgba(0, 0, 0, 0.7);
    font-size: 3rem;
    text-align: left;
  }
  
  .attractions-design table {
    width: 100%;
    height: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    border: none;
    padding: 0;
    vertical-align: top;
  }
  
  .attractions-design tr {
    position: relative;
    overflow: hidden;
    vertical-align: middle;
    width: 100%;
    height: 100%;
  }
  
  .attractions-design td:nth-child(2) {
    overflow: hidden;
    width: 50%;
    align-items: right;
    padding-left: 1rem;
    margin: 0;
    padding-top: 0;
  }
  
  
  .attractions-button {
    background-color: #aba844;
    border: 0.1875rem double #44521c;
  
    display: flex;
    justify-content: center;
    gap: 1.25rem;
  
    margin-top: 1.25rem;
  
  
    font-family: 'Poppins', serif;
    text-shadow: none;
    text-decoration: none;
    color: black;
    padding: 0.625rem 1.25rem;
  
    font-size: 1rem;
  
    font-weight: bold;
    box-shadow: 0 0.25rem 0.375rem rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s, color 0.3s;
    border-radius: 1.5625rem;
  
  }
  
  .attractions-button:hover {
    background-color: #44521c;
    border: 0.1875rem double #aba844;
    color: white;
  }
  
  .event-card {
    position: relative;
    width: 400px;
    height: 260px;
    background: white;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    cursor: pointer;
    margin-top: -15rem;
  }
  
  .socials {
    min-height: 80vh;
    background-image: url("Untitled\ design\ \(1\).png");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
    overflow: hidden;
    margin-top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 2;
    padding: 4rem auto;
  }
  
  .socials p {
    font-family: 'Poppins', serif;
    color: white;
    text-shadow: none;
    font-size: 1rem;
    margin: 0;
    padding-top: 1rem;
    padding-bottom: 0;
  }
  
  .socials h2 {
    margin-top: 2rem;
    font-family: 'Poppins', serif;
    color: white;
    text-shadow: 0.125rem 0.125rem 0.3125rem rgba(0, 0, 0, 0.7);
    font-size: 3rem;
  }
  
  .socials table {
    width: 80%;
    margin: 2rem auto 2rem auto;
    border: 1px solid white;
  }
  
  .socials tr {
    width: 80%;
    display: flex;
    align-items: top;
    justify-content: center;
    margin: 2rem auto 2rem auto;
    padding: 2rem 4rem;
  }
  
  .socials td {
    text-align: center;
    padding: 2rem 5rem;
  }
  
  .socials a {
    color: white
  }
  
  .socials td img {
    width: 4rem;
    height: 4rem;
  }
  
  .footer-bottom {
    width: 100%;
    height: 6.25rem;
  
    padding: 0.625rem 1.25rem;
  
    background-color: rgb(17, 3, 59);
    display: flex;
    align-items: center;
    position: relative;
  }
  
  .footer-bottom-img-left {
    width: 12.5rem;
  
    height: auto;
    position: absolute;
    right: 1.25rem;
  
  }
  
  .mandaue-quote {
    font-size: 1rem;
  
    color: #e0e0e0;
    text-align: center;
    white-space: nowrap;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  
  
  
  
  @media screen and (max-width: 76rem) {
    .footer-bottom-img-left {
      width: 5rem;
  
    }
  
    .mandaue-quote {
      font-size: 1rem;
  
      text-align: center;
  
      left: 40%;
      transform: translateX(-50%);
    }
  }
  
  @media screen and (max-width: 75rem) {
    .mandaue-quote {
      font-size: 1.25rem;
  
      text-align: center;
      left: 50%;
  
      transform: translateX(-50%);
    }
  }
  
  @media screen and (max-width: 65rem) {
    .mandaue-quote {
      font-size: 1.125rem;
  
      text-align: center;
      left: 50%;
  
      transform: translateX(-50%);
    }
  }
  
  @media screen and (max-width: 48rem) {
    .footer-bottom {
      height: 5rem;
  
      padding: 0.625rem;
    }
  
    .footer-bottom-img-left {
      width: 7rem;
  
    }
  
    .mandaue-quote {
      font-size: 1rem;
  
      text-align: center;
  
      left: 50%;
      transform: translateX(-50%);
    }
  }
  
  @media screen and (max-width: 43rem) {
    .footer-bottom {
      height: 4.5rem;
  
      padding: 0.5rem;
    }
  
    .footer-bottom-img-left {
      width: 5rem;
  
    }
  
    .mandaue-quote {
      font-size: 0.12rem;
  
      text-align: center;
  
      left: 40%;
      transform: translateX(-50%);
    }
  }
  
  
  @media screen and (max-width: 32rem) {
  
    .footer-bottom {
      height: 4.375rem;
  
    }
  
    .footer-bottom-img-left {
      width: 4rem;
  
    }
  
    .mandaue-quote {
      font-size: 0.55rem;
  
      text-align: left;
      left: 40%;
    }
  }
  
  @media screen and (max-width: 20rem) {
  
    .footer-bottom {
      height: 4rem;
  
      padding: 0.5rem;
    }
  
    .footer-bottom-img-left {
      width: 3rem;
  
    }
  
    .mandaue-quote {
      font-size: 0.625rem;
  
      text-align: left;
      left: 35%;
    }
  }
  
  @media screen and (max-width: 20rem) {
    .footer-bottom {
      height: 4rem;
  
      padding: 0.5rem;
    }
  
    .footer-bottom-img-left {
      width: 2rem;
  
    }
  
    .mandaue-quote {
      font-size: 0.625rem;
  
      text-align: left;
      left: 35%;
    }
  }
  
  @media (max-width: 850px) {
    .blue-bar {
      height: 100vh;
  
      width: 0;
  
      position: fixed;
      left: 0;
      top: 0;
      background: linear-gradient(rgb(24, 4, 86), rgba(24, 4, 86, 0.2));
      overflow-x: hidden;
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      align-items: flex-start;
      padding: 1rem 0;
      transition: width 0.3s ease;
      z-index: 1000;
    }
  
    .blue-bar.open {
      width: 70%;
  
    }
  
    .logo {
      padding: 0.5rem;
      margin-left: 1rem;
    }
  
    .img-logo {
      height: 3rem;
      width: 3rem;
      margin-left: 2rem;
    }
  
    .logo span {
      font-size: 1rem;
  
      font-weight: normal;
  
      white-space: nowrap;
    }
  
    .logo span div:last-child {
      letter-spacing: .5rem;
    }
  
    .nav-links {
      padding: 0.5rem;
      text-align: center;
      display: block;
    }
  
    .nav-links a {
      padding-left: 1rem;
      text-align: left;
      display: block;
  
      margin: 1rem 0;
      font-size: 1rem;
    }
  
    .right-icons {
      display: none;
  
    }
  }
  
  
  @media (min-width: 851px) {
    .toggle-button {
      display: none;
  
    }
  }
  
  @media (max-width: 850px) {
  
    .header h1 {
      font-size: 2.5rem;
    }
  
    .header p {
      font-size: 1.25rem;
    }
  
  }
  
  @media (max-width: 768px) {
    .attractions-design {
      flex-direction: column;
      align-items: center;
      padding-left: 0;
    }
  
    .attractions-design table {
      display: block;
      padding: 0;
      margin-left: 0;
    }
  
    .attractions-design td {
      display: block;
      width: 100%;
      padding: 0;
    }
  
    .attractions-design td:nth-child(2) {
      padding-left: 0;
    }
  
    .event-card {
      width: 90%;
      height: auto;
      margin-top: 0;
    }
  
    .attractions-design h2 {
      font-size: 2rem;
      text-align: center;
    }
  
    .attractions-design p {
      font-size: 0.9rem;
      text-align: center;
    }
  
    .event-card {
      width: 50%;
      margin-top: -5rem;
    }
  
    .socials table {
      display: block;
      width: 100%;
    }
  
    .socials tr {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      padding: 2rem;
      margin: 0 auto;
    }
  
    .socials td {
      width: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
      padding: 0;
      margin: 0;
    }
  
    .socials td:nth-child(2)
    {
      margin-top: 2rem;
    }
  
    .socials td img {
      width: 3rem;
      height: 3rem;
      margin-bottom: 1rem;
    }
  
    .socials h2 {
      font-size: 2.5rem;
    }
  
    .socials a {
      font-size: 0.9rem;
    }
  }