nav .nav-title {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    font-family: 'Poppins', sans-serif;
    font-size: 35px;
    padding-left: 10px;
}

nav .nav-title-p {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 10px;
    gap: 10px;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 1); /* Adjust as needed */
}
.nav-title img {
    height: 70px;
}
.nav-items {
    display: flex;
    list-style: none;
    gap: 35px;
    margin-left: 10px;
}

.nav-item {
    margin: 0 15px;
}
/* Nav Contact Button */
.nav-contact {
    color: white;
    text-decoration: none;
    background-color: ;
    padding: 10px 20px;
    border-radius: 10px;
}

.nav-link {
    text-decoration: none;
    color: #ffffff;
    position: relative;
    transition: color 0.3s ease;
}

.nav-link::after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: white;
    transform-origin: bottom right;
    transition: transform 0.3s ease;
}

.nav-link:hover {
    color: rgb(255, 86, 89); /* Change this to your desired hover color */
}

.nav-link:hover::after {
    transform: scaleX(1);
    transform-origin: bottom left;
}

.nav-contact:hover {
    background-color: #ff5659;
    color: black;
    transition: 0.5s ease;
}

/* Toggle Button */
#threeBars {
    display: none;
    font-size: 24px;
    color: black;
    cursor: pointer;
    z-index: 1100;
    margin-right: 30px; /* Adjust to move icon slightly left */
}
.nav-items.show {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 60px; /* Adjust as needed */
    right: 0;
    left: 0; /* Ensures it covers the full width */
    width: 100%; /* Ensures it doesn't overflow */
    background: rgba(0, 0, 0, 0.8);
    padding: 10px 20px; /* Add padding to the left and right */
    box-sizing: border-box; /* Makes sure padding is included in width */
}

.nav-items.show .nav-item {
    margin: 15px 0;
    text-align: center; /* Center items within the menu */
}

@media (max-width: 768px) {
    .nav-items {
        display: none;
    }
    
    #threeBars {
        display: block;
    }
}

/* Mobile Styles */
@media (max-width: 768px) {
    .nav-items {
        display: none; /* Hide menu items by default on small screens */
        flex-direction: column;
        position: flex;
        top: 60px; /* Adjust based on navbar height */
        right: 0;
        width: 100%;
        background-color: #333;
    }

    .nav-items.show {
        display: flex; /* Show menu items when toggled */
    }

    .nav-item {
        margin: 10px 0;
        text-align: center;
        display: flex;
    }

    .nav-link {
        font-size: 18px; /* Adjust font size for smaller screens */
    }
    .nav-item {
        margin: 10px 0;
        text-align: center;
    }


    .nav-title {
        flex-direction: column;
        align-items: flex-start;
    }

    .nav-title img {
        height: 50px; /* Adjust logo size for smaller screens */
    }

    .nav-title p {
        font-size: 20px; /* Adjust text size for smaller screens */
    }
}

@media (max-width: 480px) {
    .nav-link {
        font-size: 16px; /* Further adjust font size for very small screens */
    }

    .nav-title img {
        height: 40px; /* Adjust logo size for very small screens */
    }

    .nav-title p {
        font-size: 18px; /* Adjust text size for very small screens */
    }
}
.footer {
    position: relative;
    width: 100vw;
    background: #6A0002;
    min-height: 100px;
    padding: 20px 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  
  .social-icon,
  .menu {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 0;
    flex-wrap: wrap;
  }
  
  .social-icon__item,
  .menu__item {
    list-style: none;
  }
  
  .social-icon__link {
    font-size: 2rem;
    color: #fff;
    margin: 0 10px;
    display: inline-block;
    transition: 0.5s;
  }
  .social-icon__link:hover {
    transform: translateY(-10px);
  }
  
  .menu__link {
    font-size: 1.2rem;
    color: #fff;
    margin: 0 10px;
    display: inline-block;
    transition: 0.5s;
    text-decoration: none;
    opacity: 0.75;
    font-weight: 300;
  }
  
  .menu__link:hover {
    opacity: 1;
  }
  
  .footer p {
    color: #fff;
    margin: 15px 0 10px 0;
    font-size: 1rem;
    font-weight: 300;
  }
  
  .wave {
    position: absolute;
    top: -100px;
    left: 0;
    width: 100%;
    height: 100px;
    background: url("https://t4.ftcdn.net/jpg/03/03/56/27/360_F_303562737_KdisIfGzaIgQ2dILxOfbqqWNpR5u5u6F.jpg");
    background-size: 1000px 100px;
  }
  
  .wave#wave1 {
    z-index: 1000;
    opacity: 1;
    bottom: 0;
    animation: animateWaves 4s linear infinite;
  }
  
  .wave#wave2 {
    z-index: 999;
    opacity: 0.5;
    bottom: 10px;
    animation: animate 4s linear infinite !important;
  }
  
  .wave#wave3 {
    z-index: 1000;
    opacity: 0.2;
    bottom: 15px;
    animation: animateWaves 3s linear infinite;
  }
  
  .wave#wave4 {
    z-index: 999;
    opacity: 0.7;
    bottom: 20px;
    animation: animate 3s linear infinite;
  }
  
  @keyframes animateWaves {
    0% {
      background-position-x: 1000px;
    }
    100% {
      background-positon-x: 0px;
    }
  }
  
  @keyframes animate {
    0% {
      background-position-x: -1000px;
    }
    100% {
      background-positon-x: 0px;
    }
  }
  

/* Mobile Styles */




  @media screen and (max-width: 950px){
    #contact .c-main{
        font-size: 20px;
    }
    #contact p{
        font-size: 15px;
    }
  }






  @media screen and (max-width: 1000px){
    .footer{
      width: fit-content;
    }
  }





