.qout {
    width: 100%;
    padding: var(--pad);
    background: #0000000D;
}
.qout-overlay{
    width: 100%;
    max-width: var(--max-width);
}

.qout-box img {
    width: 20px;
}

.qout-box p {
    font-size: 1rem;
    font-weight: 500;
}

@media (width<=768px) {
    .qout {
        gap: 10px;
    }

    .qout-box {
        gap: 10px;
    }

    .qout-box img {
        width: 10px;
    }

    .qout-box p {
        font-size: .5rem;
        font-weight: 500;
        text-wrap: nowrap;
    }
}

/* breadcump */

.breadcump {
    width: 100%;
    padding: var(--pad);
}

.breadcump h4 {
    font-size: 1rem;
    font-weight: 500;
    cursor: pointer;
}

.breadcump p {
    font-size: 1rem;
    color: var(--main-clr);
    cursor: pointer;
}

/* search-section */

.search-section {
    width: 100%;
    padding: var(--pad);
}

.search-section h3 {
    width: calc(40% - 10px);
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--secoundry-clr);
    position: relative;
}

.search-section h3::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    height: 2px;
    width: 150px;
    background: var(--main-clr);
}

.search-section .search {
    width: calc(60% - 10px);
    padding: 10px 20px;
    border: 2px solid var(--main-clr);
    border-radius: 100vw;
}

.search-para {
    flex-grow: 1;
    font-size: 1rem;
}

.search input {
    width: 100%;
    border: none;
    outline: none;
}

.search-icon {
    width: 30px;
    height: 30px;
    min-width: 30px;
    min-height: 30px;
    background: var(--main-clr);
    border-radius: 50%;
    cursor: pointer;
}


@media (width <=768px) {
    .search-section h3 {
        width: 100%;
    }

    .search-section .search {
        width: 100%;
        order: 3;
    }
}

/* parts section */
.parts {
    width: 100%;
    padding: var(--pad);
}

.parts-box {
    width: calc(100%/3 - 40px/3);
}

.parts-box img {
    width: 50%;
    aspect-ratio: 16/9;
    border: 1px solid #F5CF4D;
    /* border-radius: 50%; */
    object-fit: cover;
    padding: 10px;
}

.parts-box h4 {
    font-size: 1rem;
    font-weight: 600;
    font-family: 'Poppins';
    cursor: pointer;
}

.parts-box p {
    font-size: 1rem;
    font-family: 'Poppins';
    cursor: pointer;
}

@media (width<=768px) {
    .parts-box {
        width: calc(100%/2 - 20px/2);
    }

    .parts-box h4 {
        font-size: .8rem;

    }

    .parts-box p {
        font-size: .5rem;

    }
}

/* directory-section */
.directory-section {
    padding: var(--pad);
    width: 100%;
}

.directory-section h3 {
    font-size: 1.5rem;
    text-align: center;
    font-weight: 600;
    font-family: 'Poppins';
    color: var(--secoundry-clr);
    margin-bottom: 20px;
}

.ds-grid {
    padding: 20PX;
    border: 2px solid var(--main-clr);
    border-radius: 100vw;
}

.ds-grid p {
    font-size: 1rem;
    font-weight: 600;
    font-family: 'Poppins';
    color: var(--secoundry-clr);
    cursor:pointer;
}

.ds-grid p.active {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--main-clr);
    
}
.ds-grid p:hover{
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--main-clr);
}

.ds-grid p.null {
    color: #D8D8D8;
    cursor: alias;
    pointer-events: none;
}

.mobile-select-box {
   display: none;
   
}



@media (width<=768px) {
    .websilte-select{
        display: none;
    }
    .mobile-select-box {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        
     }
     
     .mobile-select-box select {
         border: none;
         outline: none;
         padding: 10px;
         width: fit-content;
         border-radius:5px;
         border: 1px solid var(--secoundry-clr);
         font-size: 1rem;
         font-weight: 500;
     }
    .ds-grid p {
        font-size: .5rem;
    }

    .ds-grid p.active {
        width: 20px;
        height: 20px;
    }
}

/* active-parts */

.active-parts {
    width: 100%;
    padding: var(--pad);
}

.active-parts h1 {
    font-size: 5rem;
    line-height: 5rem;
    font-weight: 500;
    color: var(--secoundry-clr);
    text-decoration: underline;
    text-decoration-color: var(--main-clr);
    text-decoration-thickness: 5px;
    text-underline-offset: 5px;
}

.active-parts-grid {
    width: 80%;
    margin-top: 20px;
    font-size: 1.2rem;
    font-weight: 600;
    font-family: 'Poppins';
    text-decoration: underline;
    text-underline-offset: 5px;
}
.active-parts-grid p{
    cursor: pointer !important;
}

@media (width <=768px) {
    .active-parts-grid {
        width: 100%;
    }
}

/* manufacturing section */

.manufacturing {
    width: 100%;
    padding: var(--pad);
}

.manufacturing h3 {
    font-size: 1.5rem;
    font-weight: 600;
    font-family: 'Poppins';
    color: var(--secoundry-clr);
    flex-grow: 1;
    width: 100%;
    position: relative;
}

.manufacturing h3::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 300px;
    height: 4px;
    background: var(--main-clr);
}

.manufacturing-left {
    width: calc(50% - 10px);
}

.manufacturing-right {
    width: calc(50% - 10px);
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
}

.manufacturing-right img {
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
}

.manufacturing-left p {
    font-size: var(--p);
    font-family: 'Poppins';
    margin-bottom: 20px;
}

.manufacturing-left div {
    margin-bottom: 20px;
}

.manufacturing-left div img {
    width: 20px;
}

.manufacturing-left div h5 {
    font-size: var(--p);
    font-family: 'Poppins';
    font-weight: 600;
}

.mobile {
    display: none;
}

@media (width <=768px) {


    .manufacturing-left {
        width: 100%;
    }

    .manufacturing-right {
        width: 100%;
        align-items: flex-start;
        justify-content: space-between;
    }

    .mobile {
        display: none;
    }

    .mobile div {
        margin-bottom: 20px;
    }

    .mobile div img {
        width: 20px;
    }

    .mobile div h5 {
        font-size: .6rem;
        font-family: 'Poppins';
        font-weight: 600;
    }

    .manufacturing-right img {
        width: 100%;
        aspect-ratio: 16/9;
    }

    .manufacturing h3 {
        font-size: 1.3rem;
    }

    .manufacturing h3::after {
        width: 270px;
    }
}

/* need section */

.need-section {
    width: 100%;
    padding: var(--pad)
}

.need-section h3 {
    font-size: 1.5rem;
    font-weight: 600;
    font-family: 'Poppins';
    text-align: center;
    margin-bottom: 40px;
    color: var(--secoundry-clr);
}

.nsg-box {
    width: calc(100%/3 - 40px/3);
    aspect-ratio: 458/338;
    box-shadow: 0px 0px 5px 0px #00000052;
    border-radius: 10px;
    cursor: pointer;
    transition: all .4s ease-in-out;
}

.nsg-box:hover {
    background: var(--secoundry-clr);
    color: #fff;
}

.nsg-box img {
    aspect-ratio: 80/94;
    object-fit: contain;
    transition: all .4s ease-in-out;
}

.nsg-box h4 {
    font-size: 1.2rem;
    font-weight: 600;
}

.nsg-box p {
    font-size: 1rem;
}


@media (width <=768px) {
    .nsg-box {
        width: 100%;
        gap: 10px;
        padding: 20px;
        aspect-ratio: auto;
        flex-direction: row;
        align-items: flex-start;
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    .nsg-box img {
        width: 20px;
        aspect-ratio: 18/21;
        object-fit: contain;
    }

    .nsg-box h4 {
        font-size: 1rem;
        line-height: 1rem;

    }

    .nsg-box p {
        font-size: .9rem;
        width: 100%;
        margin-left: 30px;
    }

    .need-section h3 {
        margin-bottom: 20px;
    }
}