nav ul {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    font-size: 1rem;
    padding: 10px;
}

.Toggel {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

nav ul li:nth-child(1) {
    visibility: visible;
    order: -1;
}

nav ul li:nth-child(2) {
    order: -1;
}

nav ul li:nth-child(10) {
    order: -1;
}

.itemx {
    display: none;
    width: 100%;
    text-align: center;
}

.Active {
    display: block;
}

.icon {
    position: relative;
    display: block;
    width: 20px;
    border-top: 2px solid gray;
    
}

.icon::before {
    position: absolute;
    content: " ";
    display: block;
    width: 20px;
    border-top: 2px solid grey;
    top: -8px
}

.icon::after {
    position: absolute;
    content: " ";
    display: block;
    width: 20px;
    border-top: 2px solid gray;
    top: 4px
}

.brnad span {
    display: block;
    padding: 5px;
    font-family: TitrZebr;
    font-size: 1rem;
}

.title1 span {
    font-size: 4rem;
}

.title2 span {
    font-family: Salamat;
    font-size: 2rem;
}

.search {
    width: 80%;
}

.search input {
    font-size: 1.3rem;
}

.item3Container {
    flex-direction: column;
    width: 80%;
    padding: 10px 0;
}

.item3Box,
a {
    width: 100%;
    height: 120px;
}

.item3Box .iconBox svg {
    width: 50px;
    height: 50px;
}

.item3Box span {
    font-size: 1.5rem;
    color: gray;
}