* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    margin: 0;
    padding: 0;
}

body {
    background-image: url(/Images/tim-mossholder-bRw46I773E4-unsplash.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: scroll;
    background-repeat: no-repeat;
    min-height: 100vh;
    padding-top: 100px; 
    font-family: "Truculenta", sans-serif;
    overflow-x: hidden;
}

.navbar{
    width: 100%;
    background: #121212;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    box-shadow: none;
    backdrop-filter: none;
    transition: none;
}

.navbar,ul{
    display: inline-flex;
    width: 100%;
    list-style: none;
}

.navbar{
    padding: 10px;
    width:  100%;
    margin-left: 10px;
    height: 100px;
    margin: 0;
    padding: 0;
    position:fixed;
    z-index: 5;
    background-color: #121212;
}
/* #1e272e #121212 */
.navbar{
    position: fixed;
    top: -1px;
    margin: 0;
    padding: 0;
    width:  100%;
    cursor: grab;
}

#li1{
    margin-left: 300px;
    margin-top: 20px;
    font-size: 20px;
    color: white;
    text-decoration: none;
}

#li2{
    margin-left: 350px;
    margin-top: 20px;
    font-size: 20px;
    text-decoration: none;
    color: white;
}

#li3{
    margin-left: 50px;
    margin-top: 20px;
    font-size: 20px;
    text-decoration: none;
    color: white;
}

#li4{
    margin-left: 50px;
    margin-top: 20px;
    font-size: 20px;
    text-decoration: none;
    color: white;
}

#li1:hover{
    color:#e3940b;
}
/* #89866d #130f40 */
#li2:hover{
    color:#e3940b ;
}

#li3:hover{
    color:#e3940b ;
}

#li4:hover{
    color:#e3940b ;
}
#image1 {
    height: 60px;
    width: auto;
    margin-right: 32px;
    object-fit: contain;
    display: block;
}

.dropdown {
    position: relative;
    height: 100px;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
}

.dropdown-button {
    font-size: 20px !important;
    font-family: inherit!important;
    height: 100px;
    display: flex;
    align-items: center;
    border: none;
    color: white;
    padding: 0 8px;
    margin: 0;
    box-shadow: none;
    line-height: 100px;
    vertical-align: middle;
}

.dropdown-button {
    font-size: 20px !important;
    font-family: inherit !important;
    font-weight: 100 !important;
    height: 100px;
    display: flex;
    align-items: center;
    background: none;
    border: none;
    color: white;
    padding: 0 8px;
    margin: 0;
    box-shadow: none;
    line-height: 100px;
    vertical-align: middle;
}

.navbar-toggle {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 1100;
    padding: 0;
    margin-left: 16px;
    height: 40px;
    width: 40px;
}
.hamburger {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 32px;
    height: 32px;
    gap: 6px;
}
.hamburger span {
    display: block;
    height: 4px;
    width: 100%;
    background: #fff;
    border-radius: 2px;
    transition: all 0.3s;
}
.navbar-toggle[aria-expanded="true"] .hamburger span:nth-child(1) {
    transform: translateY(10px) rotate(45deg);
}
.navbar-toggle[aria-expanded="true"] .hamburger span:nth-child(2) {
    opacity: 0;
}
.navbar-toggle[aria-expanded="true"] .hamburger span:nth-child(3) {
    transform: translateY(-10px) rotate(-45deg);
}
.dropdown-arrow {
    font-size: 12px;
    margin-left: 2px;
}
.navbar-overlay {
    display: none;
}
.navbar-overlay.active {
    display: none;
}

@media (max-width: 900px) {
    .navbar-container {
        height: 60px;
    }
    .navbar-logo img {
        height: 40px;
    }
    .navbar-menu li, .navbar-menu li a, .navbar-menu li button, .dropdown-button {
        font-size: 18px;
        height: 60px;
    }
    .navbar-icons {
        height: 60px;
        margin-right: 10px;
        gap: 10px;
    }
}
@media (max-width: 700px) {
    .navbar-menu {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        padding: 80px 0 0 0;
        height: auto;
    }
    .navbar-icons {
        flex-direction: row;
        justify-content: flex-start;
        margin: 0 0 0 24px;
        height: auto;
        gap: 10px;
    }
}

.navbar-toggle {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 1100;
    padding: 0;
    margin-left: 16px;
    height: 40px;
    width: 40px;
}

.hamburger {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 32px;
    height: 32px;
    gap: 6px;
}

.hamburger span {
    display: block;
    height: 4px;
    width: 100%;
    background: #fff;
    border-radius: 2px;
    transition: all 0.3s;
}
.navbar-toggle[aria-expanded="true"] .hamburger span:nth-child(1) {
    transform: translateY(10px) rotate(45deg);
}
.navbar-toggle[aria-expanded="true"] .hamburger span:nth-child(2) {
    opacity: 0;
}
.navbar-toggle[aria-expanded="true"] .hamburger span:nth-child(3) {
    transform: translateY(-10px) rotate(-45deg);
}
.dropdown-arrow {
    font-size: 12px;
    margin-left: 2px;
}
.navbar-overlay {
    display: none;
}
.navbar-overlay.active {
    display: none;
}

#image1 {
    height: 60px;
    max-height: 70px;
    width: auto;
    object-fit: contain;
    margin-right: 24px;
    display: block;
}  

#icon1, #icon2, #icon3 {
    position: static;
    margin: 0 8px;
    width: 35px;
    height: 35px;
    object-fit: cover;
    vertical-align: right;
    display: inline-block;
}

.navbar ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0;
    margin: 0;
    list-style: none;
}

.dropdown {
    position: relative;
    display: flex;
    align-items: center;
    height: 100px;
}

/* Dropdown content (hidden by default) */
.dropdown-content {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #121212;
    min-width: 160px;
    z-index: 2000;
    box-shadow: 0 8px 16px rgba(0,0,0,0.2);
    border-radius: 4px;
    padding: 0;
    font-family:inherit!important;
    font-weight: 100;
}

/* Links inside dropdown */
.dropdown-content li {
    margin: 0;
    height: 50px;
    display: flex;
    align-items: center;
    font-family: inherit;
    font-weight: 100;
}

.dropdown-content a {
    color: white;
    padding: 0 16px;
    display: block;
    border-radius: 0;
    font-size: 18px;
    height: 50px;
    line-height: 50px;
    font-family: inherit;
    font-weight: 100;
}

.dropdown-content a:hover, .dropdown-content a:focus {
    color: #e3940b;
    background: none;
}


.dropdown-content.show {
    display: block;
}

#icon1:hover{
    color: #e3940b;
}

#icon2:hover{
    color: #e3940b;
}

#icon3:hover{
    color: #e3940b;
}
.navbar-container {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100px;
    padding: 0 32px;
    box-sizing: border-box;
}

.navbar-logo {
    flex: 0 0 auto;
}

.navbar-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 36px;
    list-style: none;
    padding: 0;
    margin: 0 auto;
    flex: 0 1 auto;
}

.navbar-menu li {
    display: flex;
    align-items: center;
    height: 100px;
    position: relative;
    left: 300px; 
    font-weight: 100;
    font-family: inherit;   
}

.navbar-menu a, .dropdown-button {
    font-family: inherit;
    font-weight: 100;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 16px;
    color: white;
    background: none;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 0 8px;
    height: 100px;
    display: flex;
    align-items: center;
    transition: color 0.2s;
    text-decoration: none;
}

.navbar-menu a:hover, .dropdown-button:hover {
    color: #e3940b;
}

#li1, #li2, #li3, #li4 {
    margin-left: 0 !important;
    margin-top: 0 !important;
    font-family: "Truculenta", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings:
    "wdth" 100;
}

.navbar-icons {
    display: flex;
    align-items: center;
    margin-left: auto;
    gap: 16px;
}

@media (hover: hover) and (pointer: fine) {
    .dropdown:hover .dropdown-content,
    .dropdown:focus-within .dropdown-content {
        display: block;
    }
}

.image-container {
    background-color: #121212;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    width: 100%;
    padding: 50px;
    box-sizing: border-box;
}

.image-container img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    display: block;
    border-radius: 4px;
}

#button{
    height: 80px;
    width: 140px;
    box-shadow: 10px 5px 10px 5px black;
    border-color: #fff;
    background-color:#121212;
    color: #fff;
    align-items: center;
    text-transform: capitalize;
    font-size: 17px;
    text-align: center;
    z-index: 101;
    justify-content: center;
    margin-top: 20px;
}

footer {
    width: 100%;
    height: 340px;
    background-color: #121212;
    font-family: "Truculenta", sans-serif;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 20px;
    box-sizing: border-box;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 0 80px; 
}

.bottom-left {
    display: flex;
    gap: 40px; 
}

#Privacy, #Returns, #V2025 {
    font-size: 30px;
    color: whitesmoke;
    margin: 0; 
}

#Quote {
    text-align: center;
    font-size: 50px;
    color: whitesmoke;
    margin-bottom: 20px;
}

#Spam {
    text-align: center;
    color: #9e8862;
    font-size: 30px;
    margin-bottom: 0;
}

#span1 {
    color: #9e8862;
}


.gotop{
    position: fixed;
    width: 50px;
    height: 50px;
    background: transparent;
    right: 20px;
    text-decoration: none;
    text-align: center;
    line-height: 70px;
    color: whitesmoke;
    font-size: 22px;
  }
  
  html{
      scroll-behavior: smooth;
  }

To optimize your layout for phone screens, you need to tighten the vertical and horizontal spacing. Your current code uses a 100px height for the navbar, which creates a lot of empty "air" on small screens.

Here are the updated media queries to specifically handle the gaps and the grid on phones:

1. Tighten the Navbar and Menu Gaps
This block reduces the link height and removes that 300px offset that pushes items off-center.

CSS
@media (max-width: 700px) {
    /* Tighten the main navbar container */
    .navbar, .navbar-container {
        height: 70px !important;
    }

    /* Stack the menu links and reduce the gap between them */
    .navbar-menu {
        flex-direction: column;
        gap: 5px; /* Tiny gap between vertical items */
        padding: 80px 20px 20px 20px;
        align-items: center;
        width: 100%;
    }

    /* Reset the left offset and shrink the link height */
    .navbar-menu li {
        left: 0 !important; 
        height: 40px !important; 
        width: 100%;
        justify-content: center;
    }

    .navbar-menu a, .dropdown-button {
        height: 40px !important;
        font-size: 18px;
        letter-spacing: 1px;
        padding: 0;
    }

    /* Bring social icons closer together */
    .navbar-icons {
        margin: 10px auto;
        gap: 12px;
    }
}
  

