*{
    text-decoration: none;
}

html, body {
    padding: 0;
    margin: 0;
    width: 100%; 
    height: 100%;
    min-height: 100vh;
}


html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    width: 100%;
    min-height: 100vh; 
    display: flex;
    flex-direction: column; 
    overflow-x: hidden;
    background-image: url(/Images/marvin-l-61sZcZl3Mlk-unsplash.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    font-family: "Truculenta", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings:
    "wdth" 100;
}
.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;
    }
}

::selection{
    background-color: #090C9B;
}

.Searchcontainer{
    padding-top: 120px;
    display: flex;
    justify-content: center;
    width: 100%;
    background-color: transparent;
}

.search {
    margin: 20px 0;
    background-color: #121212; 
    border: 1px solid #e3940b; 
    color: #e3940b;
    border-radius: 4px;
    font-size: 18px;
    width: 60%;
    height: 45px;
    padding: 0 15px;
    outline: none;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.page-content {
    flex: 1;
    display: flex;
    flex-direction: column;
}
#allwrappers{
    box-sizing: fit-content;
}

.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;
}



footer {
    margin-top: auto; 
    width: 100%;
    min-height: 300px; 
    background-color: #121212;
    background-size: cover;
    background-position: center;
    font-family: "Truculenta", sans-serif;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 60px 0 40px 0;
    box-sizing: border-box;
}

.footer-middle {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#Returns, #Privacy, #V2025, #v2024 {
    position: static; 
    font-size: 24px;
    color: whitesmoke;
    margin: 0;
}

.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: 24px;
    color: whitesmoke;
    margin: 0;
}

#Quote {
    text-align: center;
    font-size: 50px;
    color: whitesmoke;
    margin: 10px 0;
}

#Spam {
    text-align: center;
    color: #9e8862;
    font-size: 22px;
    margin: 0;
}

#span1 {
    color: #9e8862;
}