.btn-hand-made {
  color: white;
  font-weight: bold;
  font-style: italic;
}

.btn-hand-made:hover {
  background-color: white;
  color: black;
}

.nav-link
{
  color: #ffffff !important;
  backdrop-filter: blur(1px);
  margin-right: 10px;
}

/* Mobile App Section */

@media screen and (max-width: 500px) {
  .navbar {
    display: none;
  }
  .hero {
    display: none;
  }
  .ftco-section {
    display: none;
  }

  * {
    margin: 0;
    padding: 0;
  }

  .Back-ground {
    width: 100vw;
    height: 100vh;
    background-image: url(../mobile-assets/bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }

  :root {
    --myColor: #B1B493;
  }

  .mobileApp {
    display: flex !important;
    flex-direction: column;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
  }

  .home-bar {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 80px;
    align-items: center;
    padding: 10px 20px 10px 20px;
    background-color: rgb(255, 255, 255);
    position: fixed;
    z-index: 1;
  }

  nav h1 {
    padding-top: 10px;
    font-size: 22px;
    font-weight: bold;
    color: rgb(0, 0, 0);
    letter-spacing: 2px;
  }

  .dropbtn {
    background-image: url(../mobile-assets/menu-bar.png);
    background-size: cover;
    color: white;
    padding: 19px;
    font-size: 16px;
    border: none;
    cursor: pointer;
  }

  .dropbtn:hover,
  .dropbtn:focus {
    outline: none !important;
  }

  .dropdown {
    position: relative;
    display: inline-block;
  }

  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #ffffff;
    min-width: 160px;
    overflow: auto;
    right: 0;
    z-index: 1;
  }

  .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }

  .dropdown a:hover {
    background-color: #ddd;
  }

  .show {
    display: block;
  }

  .Home-section {
    width: 100%;
    margin-top: 50px;
    padding-top: 100px;
    padding-bottom: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }

  .text-blur {
    backdrop-filter: blur(2px);
    background-color: rgba(0, 0, 0, 0.405);
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 30px 30px 30px 30px;
    border-radius: 50px;
  }

  h1 {
    font-size: 2.5rem;
    font-weight: 500;
    color: white;
    letter-spacing: 2px;
  }

  h1 strong {
    color: var(--myColor);
  }

  .MBbuttons {
    display: flex;
    flex-direction: row;
    gap: 50px;
  }

  .MBbuttons button {
    background-color: var(--myColor);
    border-radius: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .MBbuttons button a {
    font-weight: bold;
    color: white;
  }

  .about-section {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: white;

  }

  .about-bar {
    display: flex;
    align-items: center;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.698);
    padding: 10px 20px 10px 20px;
    font-size: 35px;
    color: var(--myColor);
    justify-content: space-between;
  }

  .about-bar h1 {
    padding-top: 5px;
    font-size: 25px;
    font-weight: bold;
    color: white;
    letter-spacing: 2px;
  }

  .section-about-me {
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: justify;
    width: 100%;
    justify-content: center;
    text-align: left;
    backdrop-filter: blur(2px);
    background-color: rgba(255, 255, 255, 0.797);
    padding-left: 10%;
  }

  .section-about-me h4 {
    color: rgb(0, 0, 0);
    font-size: 15px;
  }

  .section-about-me h4 strong {
    color: var(--myColor);
  }

  .social-icons
  {
    width: 100%;
    color: rgba(0, 0, 0, 0.376);
  }

  .icons
  {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 20px;
    font-size: 45px;
    padding-right: 10%;
  }

  .project-section
  {
    width: 100%;
    height: auto;
    margin-top: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.293);
  }

  .project-bar
  {
    display: flex;
    align-items: center;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.698);
    padding: 10px 20px 10px 20px;
    font-size: 35px;
    color: var(--myColor);
    justify-content: space-between;

  }

.project-bar h1 {
    padding-top: 5px;
    font-size: 25px;
    font-weight: bold;
    color: white;
    letter-spacing: 2px;
  }

  .projects
  {
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }

  .work
  {
    width: 100%;
    height: 200px;
    background-size:cover;
    background-repeat: no-repeat;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }

  .click-me
  {
    color: white;
    width: 100%;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.448);
    backdrop-filter: blur(5px);
  }

  .work-text-box
  {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    background-color: rgba(0, 0, 0, 0.448);
    backdrop-filter: blur(5px);
  }

  .work-text-box a
  {
    background-color: white;
    color: var(--myColor);
    width: 30%;
    display: block;
    text-align: center;
  }

  .contact-mobile
  {
    width: 100%;
    height: auto;
    margin-top: 15px;
    display: flex;
    gap: 25px;
    flex-direction: column;
    align-items: center;
    background-color: white;
  }

  .contact-bar
  {
    display: flex;
    align-items: center;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.698);
    padding: 10px 20px 10px 20px;
    font-size: 35px;
    color: var(--myColor);
    justify-content: space-between;
  }

  .contact-bar h1 {
    padding-top: 5px;
    font-size: 25px;
    font-weight: bold;
    color: white;
    letter-spacing: 2px;
  }

  .footer
  {
    width: 100%;
    display: flex;
    padding-top: 25px;
    padding-bottom: 25px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.715);
  }

  .footer h1
  {
    font-size: 25px;
    color: white;
  }

  .footer h5
  {
    color: white;
    font-size: 12px;
  }
}
