* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Rokkitt", sans-serif;
}

.shop-logo{
    height: 45px;
    vertical-align: bottom;
}

.header {
    background-color: #205781;
    color: #F6F8D5;
    font-size: larger;
    padding: 15px 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    box-shadow: 0px 0 12px 0 rgba(0, 0, 0, 0.5); 
}

.navbar {
    display: flex;
    align-items: center;
    width: 100%;
}

.logo {
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #F6F8D5;
}

.login-logo{
    height: 35px;
    vertical-align: bottom;
}
.nav-links {
    list-style: none;
    display: flex;
    flex-grow: 1;
    justify-content: center;
}

.nav-links-text {
    position: relative;
    margin: 0 15px;
    text-decoration: none;
    color: #F6F8D5;
    font-weight: bold;
    display: inline-block;
}

.nav-links-text::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -2px;
    width: 0;
    height: 2px;
    background-color: #F6F8D5;
    transition: all 0.3s ease-out;
    transform: translateX(-50%);
}

.nav-links-text:hover::after {
    width: 100%;
}

.top-bar {
    position: absolute; 
    top: 10px;
    right: 20px;
    font-size: 14px;
}

.top-options {
    display: flex;
    gap: 10px;
    align-items: center;
}

.top-link {
    text-decoration: none;
    color: #F6F8D5;
    font-weight: 500;
    transition: color 0.3s ease;
}

.search-bar{
    display: flex;
    align-items: center;
    background-color: #f5f5f5;
    border-radius: 20px;
    padding: 8px 12px;
    width: 150px;
    margin-top: 20px;
    border: none;
    outline: none;
    font-size: 16px;
 }

 .search-bar input{
    border: none;
    background: transparent;
    outline: none;
    flex: 1;
    font-size: 16px;
 }

.footer {
    background-color: #2c3e50;
    color: #f8f9fa;
    padding: 40px 0;
    text-align: center;
}

.footer-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    max-width: 1100px;
    margin: 0 auto;
    /* padding: 20px; */
}

.footer-section {
    width: 250px;
    margin-bottom: 20px;
}

.header-third {
    font-size: 1.3em;
    margin-bottom: 15px;
    color: #98D2C0;
}

.footer-section p, .footer-section ul {
    font-size: 0.9em;
    line-height: 1.6;
}

.list {
    list-style: none;
    padding: 0;
}

.list-footer {
    margin: 8px 0;
}

.list-footer a {
    color: #f8f9fa;
    text-decoration: none;
    transition: color 0.3s ease;
}

.list-footer a:hover {
    color: #98D2C0;
    font-weight: bold;
}

.social-icons a {
    font-size: 1.5em;
    color: #f8f9fa;
    margin: 0 10px;
    transition: color 0.3s ease;
}

.social-icons a:hover {
    color: #98D2C0;
}

.footer-bottom {
    padding: 15px 0;
    margin-top: 25px;
}

.footer-bottom p {
    font-size: 16px;
    margin: 0;
}

.contact-link{
    text-decoration: none;
    color: #fff;
}
.contact-link:hover{
    color: #98D2C0;
    font-weight: bold;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Rokkitt", sans-serif;
}

.shop-logo {
    height: 45px;
    vertical-align: bottom;
}

.header {
    background-color: #205781;
    color: #F6F8D5;
    font-size: larger;
    padding: 15px 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.5);
}

.navbar {
    display: flex;
    align-items: center;
    width: 100%;
}

.logo {
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #F6F8D5;
}

.login-logo {
    height: 35px;
    vertical-align: bottom;
}

.nav-links {
    list-style: none;
    display: flex;
    flex-grow: 1;
    justify-content: center;
}

.nav-links-text {
    position: relative;
    margin: 0 15px;
    text-decoration: none;
    color: #F6F8D5;
    font-weight: bold;
    display: inline-block;
}

.nav-links-text::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -2px;
    width: 0;
    height: 2px;
    background-color: #F6F8D5;
    transition: all 0.3s ease-out;
    transform: translateX(-50%);
}

.nav-links-text:hover::after {
    width: 100%;
}

.top-bar {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 14px;
}

.top-options {
    display: flex;
    gap: 10px;
    align-items: center;
}

.top-link {
    text-decoration: none;
    color: #F6F8D5;
    font-weight: 500;
    transition: color 0.3s ease;
}

.search-bar {
    display: flex;
    align-items: center;
    background-color: #f5f5f5;
    border-radius: 20px;
    padding: 8px 12px;
    width: 150px;
    margin-top: 20px;
    border: none;
    outline: none;
    font-size: 16px;
}

.search-bar input {
    border: none;
    background: transparent;
    outline: none;
    flex: 1;
    font-size: 16px;
}

.footer {
    background-color: #2c3e50;
    color: #f8f9fa;
    padding: 40px 0;
    text-align: center;
}

.footer-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    max-width: 1100px;
    margin: 0 auto;
    padding: 20px;
}

.footer-section {
    width: 250px;
    margin-bottom: 20px;
}

.header-third {
    font-size: 1.3em;
    margin-bottom: 15px;
    color: #98D2C0;
}

.footer-section p,
.footer-section ul {
    font-size: 0.9em;
    line-height: 1.6;
}

.list {
    list-style: none;
    padding: 0;
}

.list-footer {
    margin: 8px 0;
}

.list-footer a {
    color: #f8f9fa;
    text-decoration: none;
    transition: color 0.3s ease;
}

.list-footer a:hover {
    color: #98D2C0;
    font-weight: bold;
}

.social-icons a {
    font-size: 1.5em;
    color: #f8f9fa;
    margin: 0 10px;
    transition: color 0.3s ease;
}

.social-icons a:hover {
    color: #98D2C0;
}

.footer-bottom {
    padding: 15px 0;
    margin-top: 25px;
}

.footer-bottom p {
    font-size: 16px;
    margin: 0;
}

.contact-link {
    text-decoration: none;
    color: #fff;
}

.contact-link:hover {
    color: #98D2C0;
    font-weight: bold;
}

@media (max-width: 768px) {
    .header {
        flex-direction: column;
        text-align: center;
        padding: 10px 20px;
    }

    .navbar {
        flex-direction: column;
    }

    .nav-links {
        flex-direction: column;
        align-items: center;
        padding-top: 10px;
    }

    .nav-links-text {
        margin: 10px 0;
    }

    .search-bar {
        width: 100%;
        margin-top: 10px;
    }

    .footer-container {
        flex-direction: column;
        align-items: center;
    }

    .footer-section {
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }
}

@media (max-width: 480px) {
    .logo {
        font-size: 24px;
    }

    .header {
        padding: 10px;
    }

    .nav-links {
        display: block;
        text-align: center;
    }

    .nav-links-text {
        display: block;
        margin: 10px 0;
    }

    .top-bar{
        display: none;
    }
    .footer {
        padding: 20px 0;
    }

    .footer-section {
        padding: 10px;
    }

    .search-bar {
        padding: 6px;
        font-size: 14px;
    }

    .footer-bottom p {
        font-size: 14px;
    }
}
