@media screen and  (max-width:991px) {

.product {
    display: flex;
    text-align: center;
    padding: 20px;
    flex-direction: column;
    align-items: center;
    position: relative;
    width: 100px;
}


.product img {
    width: 140px;
    height: 120px;
    margin-bottom: 20px;
    object-fit: contain;
}

.product button {
    margin-top: aut15px;
    padding: 10px 10px;
    border: 1px solid #16002e;
    background: #16002e;
    color: #d0d0f2;
    border-radius: 25px;
    cursor: pointer;
    font-size: 11px;
}


.product:not(:last-child)::after {
    content: "";
    position: absolute;
    right: -31px;
    top: 50%;
    height: 60%;
    width: 1px;
    background: #aaa;
    transform: translateY(-50%);
}
}



@media screen and (max-width:768px) ){

    .navbar {
    padding: 10px 10px;
}

.logo img {
    width: 125px;
}

}


@media screen and (max-width:480px){


    .nav-links li {
    color: #e6e6f8;
    cursor: pointer;
    font-size: 13px;
    font-weight: bold;
}

.nav-button {
    align-items: center;
    padding: 10px;
    color: #16002e;
    background-color: #e6e6fa;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    font-size: 10px;
    font-weight: bold;
}

.logo img {
    width: 80px;
}

.navbar {
    background-color: #16002e;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 10px 10px;
    /* background-image: url(/img/ChatGPT Image May 2, 2026, 07_09_27 PM.png);
    background-size: 330px; */
}

.nav-links {
    display: flex;
    list-style: none;
    gap: 20px;
}

.best-container {
    display: flex;
    gap: 50px;
    align-items: center;
    justify-content: space-between;
    max-width: 480px;
    padding: 10px;
    font-size: 12px;
}

button {
    align-items: center;
    padding: 10px;
    background-color: #16002e;
    color: #e6e6fa;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    font-size: 11px;
}

section.find-us {
    text-align: center;
    height: 100px;
    margin-top: 60px;
    margin-bottom: 20px;
}

.find-us h2 {
    font-size: 30px;
}

.find-us p {
    font-size: 20px;
}

section.store {
    background-color: #16002e;
    color: #d0d0f2;
    text-align: center;
    height: 200px;
    margin-top: 50px;
    margin-bottom: 2px;
}
.store h2 {
    padding-top: 40px;
    font-size: 20px;
}

.store p {
    font-size: 15px;
}

.footer-right img {
    width: 180px;
    display: block;
    height: auto;
    transform: translateY(50px);
}

.footer-container {
    display: flex;
    align-items: center;
    padding: 20px 20px;
    position: relative;
}

.footer-left h2 {
    text-align: center;
    font-size: 20px;
    color: #d0d0f2;
}

.links-social {
    display: flex;
    align-items: center;
    gap: 7px;
}

.links li {
    margin-bottom: 6px;
    font-size: 15px;
    cursor: pointer;
}
.social-icons {
    display: flex;
    font-size: 15px;
    margin-right: 14px;
    gap: 15px;
    cursor: pointer;
}

.footer-bottom {
    text-align: center;
    padding: 10px 0;
    font-size: 10px;
    border-top: 1px solid #ddd;
}
.about-text h1 {
    text-align: center;
    font-size: 21px;
}


.about-text p {
    font-size: 12px;
  
}
.about-img img {
    display: block;
    width: 150px;
    
}

.about-img {
    width: 50%;
    align-items: center;
    padding-left: 80px;
}

.ourstory-container p {
    font-size: 12px;
   
}

.ourstory-container {
    align-items: center;
    text-align: center;
    padding: 15px;
    
}
.ourstory h1 {
    font-size: 20px;
}

.mission-img img {
    display: block;
    width: 220px;
}

.mission-text h1 {
    font-size: 20px;
}

.mission-text p {
    font-size: 12px;
}
.mission-img {
    width: 50%;
    align-items: center;
    padding-left: 10px;
}

.about-do-container p {
    font-size: 12px;
}

.about-do-container h1 {
    text-decoration: underline;
    text-align: center;
    font-size: 20px;
}
.about-do-container h6 {
    font-size: 16px;
    color: #615172;
}
.about-do-container {
    align-items: center;
    text-align: center;
    padding: 10px;
    /* color: #d0d0f2; */
}


.contact-content {
    text-align: center;
    padding: 10px;
    color: #615172;
    line-height: 1.3;
}

.contact-content h1 {
    font-size: 20px;
}

.contact-container2 {
    max-width: 700px;
    align-items: center;
    padding: 20px 30px 20px 20px;
    margin: 20px auto;
    /* background-image: url(/img/ChatGPT Image May 2, 2026, 07_09_27 PM.png);
    background-size: 700px; */
}

.product {
    display: flex;
    text-align: center;
    padding: 20px;
    flex-direction: column;
    align-items: center;
    position: relative;
    width: 120px;
}

.product:not(:last-child)::after {
    content: "";
    position: absolute;
    right: -15px;
    top: 50%;
    height: 60%;
    width: 1px;
    background: #aaa;
    transform: translateY(-50%);
}
}


@media screen and (max-width:320px){
   
  .navbar {
    background-color: #16002e;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 10px 10px;
    
}

.logo img {
    width: 50px;
}

.nav-links {
    display: flex;
    list-style: none;
    gap: 10px;
}

.best-container {
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    max-width: 900px;
            padding: 10px;
}

   .best img {
        height: 100px;
        object-fit: contain;
    }

    .find-us h2 {
    font-size: 26px;
}

.find-us p {
    font-size: 18px;
}


.store h2{
     font-size: 20px;

}

.store p {
    font-size: 14px;
}

section.find-us {
    text-align: center;
    height: 90px;
    margin-top: 30px;
    margin-bottom: 30px;
}

section.store {
    background-color: #16002e;
    color: #d0d0f2;
    text-align: center;
    height: 200px;
    margin-top: 65px;
    margin-bottom: 2px;
}


.footer-container {
    display: flex;
    align-items: center;
    padding: 10px 10px;
    position: relative;
}

.footer-left h2 {
    text-align: center;
    font-size: 20px;
    color: #d0d0f2;
}

.links li {
    margin-bottom: 6px;
    font-size: 12px;
    cursor: pointer;
}

.social-icons {
    display: flex;
    font-size: 14px;
    margin-right: 14px;
    gap: 10px;
    cursor: pointer;
}

.footer-right img {
    width: 140px;
    display: block;
    height: auto;
    transform: translateY(50px);
}

.footer-bottom {
    text-align: center;
    padding: 10px 0;
    font-size: 10px;
    border-top: 1px solid #ddd;
}

.about-img {
    width: 50%;
    align-items: center;
    padding-left: 20px;
}

.about-text p {
    font-size: 10px;
    
}

.about-text h1 {
    font-size: 20px;
    text-align: center;
}

.ourstory-container p {
    font-size: 12px;
    
}

.ourstory-container h1 {
    text-decoration: underline;
    text-align: center;
    font-size: 20px;
}

.mission-text p {
    font-size: 10px;
   
}

.mission-text h1 {
    font-size: 20px;
   
}

.mission-img img {
    display: block;
    width: 100px;
}


.mission-img {
    width: 50%;
    align-items: center;
    padding-left: 20px;
}
.about-img img {
    display: block;
    width: 160px;
}

.about-do-container p {
    font-size: 10px;
   
}
.about-do-container h1 {
    font-size: 20px;
   
}

.about-do-container h6 {
    font-size: 15px;
    color: #615172;
}


.contact-content {
    text-align: center;
    padding: 20px;
    color: #615172;
    line-height: 1.5;
}

.contact-container2 {
    max-width: 700px;
    align-items: center;
    padding: 20px 20px 20px 20px;
    margin: 10px auto;
   
}

input, select, textarea {
    width: 100%;
    padding: 1px;
    margin-top: 5px;
    border: 1px solid;
    border-bottom: 2px solid #d0d0f2;
    background: transparent;
    outline: none;
    color: #d0d0f2;
        font-size: 10px;
}

.product img {
    width: 150px;
    height: 140px;
    margin-bottom: 20px;
    object-fit: contain;
}

.product {
    display: flex;
    text-align: center;
    padding: 20px;
    flex-direction: column;
    align-items: center;
    position: relative;
    width: 65px;
}

.product button {
    margin-top: aut15px;
    padding: 5px 20px;
    border: 1px solid #16002e;
    background: #16002e;
    color: #d0d0f2;
    border-radius: 14px;
    cursor: pointer;
    font-size: 10px;
}

.product:not(:last-child)::after {
    content: "";
    position: absolute;
    right: -30px;
    top: 50%;
    height: 85%;
    width: 1px;
    background: #aaa;
    transform: translateY(-50%);
}

    .nav-button {
        align-items: center;
        padding: 6px;
        color: #16002e;
        background-color: #e6e6fa;
        border-radius: 8px;
        border: none;
        cursor: pointer;
        font-size: 8px;
        font-weight: bold;
        margin-left: 10px;
        margin-bottom: 10px;
    }

    .nav-links li {
        color: #e6e6f8;
        cursor: pointer;
        font-size: 10px;
        font-weight: bold;
    }

    .products {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 19px 5px;
    gap: 50px;
}

}
