@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&display=swap');

* {
    margin: 0;
}

body {
    font-family: 'Josefin Sans', sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    line-height: 1.2;
}

nav {
    position: sticky;
    overflow: hidden;
    top: 0;
    padding: 32px;
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
    background: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(20px);
}

nav a {
    text-decoration: none;
    color: black;
    text-transform: uppercase;
}

.nav-left {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    float: left;
    height: 24px;
    margin-left: 10%;
}

.nav-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    float: right;
    height: 24px;
    margin-right: 10%;
}

.home {
    font-weight: 700;
    margin-right: 48px;
    background: linear-gradient(to right, #2B7ABD 0%, #39A0F7  100%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.menu-toggle {
    display: none; /* Hide the toggle button on large screens */
}

@media (max-width: 933px) { /* For smaller screens */
    .nav-a {
        display: none; /* Hide the menu by default */
        flex-direction: column; /* Stack menu items */
    }

    .nav-right {
        display: none;
        flex-direction: column;
    }

    .menu-toggle {
        display: block; /* Show the toggle button */
        float: right;
        margin-right: 10%;
    }
}

.cv {
    margin-left: 48px;
}

.logo {
    max-width: 20px;
    max-height: 20px;
    align-items: center;
}

section {
    background-attachment: fixed;
    background-size: cover;
}

footer {
    background-attachment: fixed;
    background-size: cover;
}

/* If the screen size is 425px wide or more, set the font-size of <div> to 60px*/
@media screen and (min-width: 1920px) {
    #home-content {
        padding: 40vh 10%;
    }
  }

  
  /* If the screen size is 425px wide or less, set the font-size of <div> to 48px */
  @media screen and (max-width: 375px) {
    #name {
      font-size: 14vw;
    }

    #prename {
        font-size: 16px;
    }
  }

.hero {
    height: 100vh;
    background-image: url(./image/Hero.jpg);
}

.hero h1 {
    font-size: 60px;
    font-weight: 700;
    padding: 16px 0;
    text-shadow: 5px 5px 68px white;
    color: black;
}

.hero h4 {
    font-size: 26px;
    font-weight: 500;
    text-shadow: 5px 5px 26px white;
    color: black;
}

.hero h5 {
    font-size: 16px;
    font-weight: 500;
    text-shadow: 0 0 16px white;
    color: black;
    margin-left: 6px;
}

.hero button {
    height: 60px;
    padding: 16px 32px;
    border-radius: 1000em;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 16px;
    font-weight: 700;
    margin: 48px 0;
    border: none;
    outline: 0;
    color: white;
    background-image: linear-gradient(to right, #2B7ABD 0%, #39A0F7  100%);
    box-shadow: 5px 5px 20px rgba(107, 157, 245, 0.75);
    text-transform: uppercase;
    cursor: pointer;
}

.hero button:hover {
    background-image: linear-gradient(to right, #fa6400 0%, #ffc400  100%);
    color: white;
    box-shadow: 5px 5px 20px rgba(245, 174, 107, 0.75);
}

.about button {
    height: 48px;
    width: 200px;
    padding: 16px 32px;
    border-radius: 1000em;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 16px;
    font-weight: 700;
    border: none;
    outline: 0;
    color: white;
    background-image: linear-gradient(to right, #2B7ABD 0%, #39A0F7  100%);
    box-shadow: 5px 5px 20px rgba(107, 157, 245, 0.75);
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
}

.about button:hover {
    background-image: linear-gradient(to right, #fa6400 0%, #ffc400  100%);
    color: white;
    box-shadow: 5px 5px 20px rgba(245, 174, 107, 0.75);
}

footer button {
    height: 60px;
    padding: 16px 32px;
    border-radius: 1000em;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 16px;
    font-weight: 700;
    margin: 24px 0;
    border: none;
    cursor: pointer;
    outline: 0;
    color: white;
    background-image: linear-gradient(to right, #2B7ABD 0%, #39A0F7  100%);
    box-shadow: 5px 5px 20px rgba(107, 157, 245, 0.75);
    text-transform: uppercase;
}

footer button:hover {
    background-image: linear-gradient(to right, #fa6400 0%, #ffc400  100%);
    color: white;
    box-shadow: 5px 5px 20px rgba(245, 174, 107, 0.75);
}

.footer-info {
    padding: 25vh 10%;
    height: auto;
    background-image: url(./image/Footer.jpg);
    background-size: cover;
    background-attachment: fixed;
    color: white;
}

h5 {
    font-size: 16px;
    font-weight: 500;
    text-shadow: 0 0 16px white;
    color: black;
}

#h5-bold {
    font-size: 16px;
    font-weight: 700;
    text-shadow: 0 0 16px white;
    color: black;
}

h2 {
    font-size: 42px;
    font-weight: 700;
    text-shadow: 0 0 16px white;
    color: black;
}

h4 {
    font-size: 26px;
    font-weight: 500;
    text-shadow: 5px 5px 26px white;
    color: black;
}

#h4-bold {
    font-size: 26px;
    font-weight: 700;
    text-shadow: 5px 5px 26px white;
    color: black;
}

.hero-info {
    padding: 25vh 10%;
}

.about {
    height: auto;
    background-image: url(./image/About.jpg);
    background-size: cover;
    background-attachment: fixed;
    padding: 25vh 10%;
}

.profile-photo {
    max-width: 200px;
    max-height: 200px;
    border-radius: 50%;
    margin: auto;
}

.about-layout {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 8vw;
}

.about-left {
    width: 200px;
    text-align: center;
    margin: 0 auto;
}

.about-right {
    flex: 1; /* Adjusts dynamically on larger screens */
    overflow: hidden;
    text-align: left;
}

@media (max-width: 768px) { /* For mobile and tablet screens */
    .about-layout {
        display: block; /* Stacks content vertically */
    }

    .about-right {
        margin-top: 48px; /* Adds space between the two contents */
        padding-top: 5%;
    }
}

.bottom-footer {
    margin: auto;
    background-image: linear-gradient(to right, #2B7ABD 0%, #39A0F7  100%);
    color: white;
    padding: 16px;
    text-align: center;
}

footer ul {
    list-style-type: none;
    padding: 0;
}

footer a {
    text-decoration: none;
    color: white;
}

.footer {
    display: flex;
    justify-content: space-between;
    padding: 32px 0 0 0;
    flex-wrap: wrap;
}

#footer-contact {
    padding: 16px 0;
}

#footer-social {
    display: flex;
    justify-content: flex-start;
    padding: 0 16px 0 0;
}

#footer-desc {
    width: 400px;
    padding: 16px 0;
}

#footer-page {
    padding: 16px 0 24px 0;
}

footer h5 {
    font-size: 16px;
    font-weight: 500;
    text-shadow: 0 0 16px black;
    color: white;
}

footer h2 {
    font-size: 42px;
    font-weight: 700;
    text-shadow: 0 0 16px black;
    color: white;
}

footer h4 {
    font-size: 26px;
    font-weight: 500;
    text-shadow: 5px 5px 26px black;
    color: white;
}

footer #h4-bold {
    font-size: 26px;
    font-weight: 700;
    text-shadow: 5px 5px 26px black;
    color: white;
}

footer #h5-bold {
    font-size: 16px;
    font-weight: 700;
    text-shadow: 0 0 16px black;
    color: white;
}

.filter-button {
    display: flex;
    justify-content: center;
    gap: 16px;
    padding: 48px 0;
    flex-wrap: wrap;
}

.filter-button button {
    height: auto;
    padding: 8px 24px;
    border-radius: 1000em;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #2B7ABD;
    border-width: 3px;
    border-color: #2B7ABD;
    background-color: transparent;
    text-transform: uppercase;
    text-align: center;
    border: solid;
    cursor: pointer;
}

/*.filter-button button:active {
    background-image: linear-gradient(to right, #fa6400 0%, #ffc400  100%);
    color: white;
    border: white;
}*/

button.filter-active {
    background: linear-gradient(to right, #fa6400 0%, #ffc400  100%);
    color: white;
    border: none;
    padding: 11px 27px;
}

nav a:hover {
    background: linear-gradient(to right, #fa6400 0%, #ffc400  100%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.services {
    height: auto;
    background-image: url(./image/Services.jpg);
    background-size: cover;
    background-attachment: fixed;
    padding: 25vh 10%;
}

.a-text:hover {
    background: linear-gradient(to right, #fa6400 0%, #ffc400  100%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.card img {
    height: 200px;
    object-fit: cover;
    border-radius: 16px;
    width: 100%;
}

.card {
    width: 300px;
    height: auto;
    border-radius: 24px;
    overflow: hidden;
    padding: 16px;
    background-color: white;
    box-shadow: 5px 5px 30px rgba(196, 203, 209, 0.5);
    transition: all 0.3s ease;
    flex-grow: 1;
}

.card.hide {
    display: none;
}

.label {
    display: flex;
    justify-content: flex-start;
    gap: 4%;
    padding: 10px 0;
}

.card-title {
    padding: 10px 0;
}

.label-info {
    text-align: center;
    background-color: #2B7ABD;
    color: white;
    padding: 8px 5%;
    border-radius: 1000em;
}

.card-body {
    display: flex;
    justify-content: flex-start;
    gap: 8%;
    padding: 8px 16px;
}

.a-services {
    text-decoration: none;
    color: black;
}

.card-organ {
    display: flex;
    justify-content: flex-start;
    gap: 8px;
    align-items: center;
    padding-bottom: 8px;
}

.filterable-cards {
    height: auto;
    display: flex;
    justify-content: center;
    padding: 0 0 24px 0;
    flex-wrap: wrap;
    gap: 16px;
}