@import url('https://fonts.googleapis.com/css2?family=Fira+Code:wght@300..700&family=Lexend:wght@100..900&family=Michroma&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
* {
    margin: 0;
    border: border-box;
}
body{
  font-family: "Fira Code", monospace;
  font-weight: 200;
}
.navbar {
    height: 60px;
    background-color: #0f1111;
    display: flex;
    color: white;
    align-items: center;
    justify-content: space-evenly;
}
.logo {
    background-image: url(assets/amazon_logo.png);
    height: 50px;
    width: 100%;
    background-size: cover;
}
.nav-logo {
    height: 50px;
    width: 100px;
}
.border {
    border: 1.5px solid transparent;
}
.border:hover {
    border: 1.5px solid white;
}
.add-first {
    color: white;
    font-size: 0.85rem;
    margin-left: 16px;
}
.add-second {
    font-size: 1rem;
    margin-left: 3px;
}
.add-icon {
    display: flex;
    align-items: center;
}
.nav-search {
    display: flex;
    background-color: pink;
    width: 620px;
    height: 40px;
    border-radius: 4px;
    justify-content: space-evenly;
}
.nav-search:hover {
    border: 2px solid orange;
}
.search-select {
    background-color: #f3f3f3;
    width: 50px;
    text-align: center;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border: none;
}
.search-input {
    width: 100%;
    font-size: 1rem;
    border: none;
}
.search-icon {
    width: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2rem;
    background-color: rgb(244, 181, 87);
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    color: black;
}
span {
    font-size: 0.7rem;
}
.nav-second {
    font-size: 0.85rem;
    font-weight: 700;
}
.nav-cart i {
    font-size: 29px;
}
.nav-cart {
    font-size: 0.85rem;
    font-weight: 700;
}
.panel {
    height: 40px;
    background-color: #222f3d;
    display: flex;
    color: white;
    align-items: center;
    justify-content: space-evenly;
}
.panel-ops p {
    display: inline;
    margin-left: 15px;
}
.panel-ops {
    width: 70%;
    font-size: 0.85rem;
}
.panel-deals {
    font-size: 0.9rem;
    font-weight: 700;
}
.hero-section {
    background-image: url(assets/hero_image.jpg);
    height: 380px;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.hero-msg {
    background-color: white;
    color: black;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 86%;
    margin-bottom: 25px;
}
.hero-msg a {
    color: #007185;
}
.shop-section {
    display: flex;
    justify-content: space-evenly;
    background-color: #e2e7e6;
    flex-wrap: wrap;
}
.box {
    height: 400px;
    border: 2px solid black;
    width: 23%;
    background-color: white;
    padding: 20px 0px 15px;
    margin-top: 11px;
}
.box-img {
    height: 300px;
    background-size: cover;
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.box-content {
    margin-left: 1rem;
    margin-right: 1rem;
}
.box-content p {
    color: #007185;
}
footer {
    margin-top: 15px;
}
.foot-panel1 {
    background-color: #37475a;
    color: white;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.85rem;
}
.foot-panel2 {
    background-color: #222f3d;
    color: white;
    height: 400px;
    display: flex;
    justify-content: space-evenly;
}
ul {
    margin-top: 20px;
}
ul a {
    display: block;
    color: #dddddd;
    font-size: 0.85rem;
    margin-top: 10px;
}
.foot-panel3 {
    background: #222f3d;
    color: white;
    border-top: 0.1px solid white;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.logo {
    background-image: url(assets/amazon_logo.png);
    background-size: cover;
    height: 50px;
    width: 100px;
    margin-left: 20px;
}
.extra {
    width: 30%;
    display: flex;
    height: 30px;
    justify-content: space-evenly;
    align-items: center;
    margin-left: 60px;
}
.extra .items {
    width: 9.5vw;
    height: 100%;
    background-color: #222f3d;
    margin-left: 20px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    border-radius: 4px;
    border: 0.01px solid white;
    font-size: 0.86rem;
}
.foot-panel4 {
    background-color: #0f1111;
    color: white;
    height: 80px;
}
.foot-panel4 a{
    color: aqua;
}
.pages {
    font-size: 0.7rem;
    text-align: center;
    padding-top: 25px;
}
.copyright {
    font-size: 0.7rem;
    text-align: center;
    padding-top: 5px;
}

.foot-panel3{
    background: #222f3d;
    color: white;
    border-top: 0.1px solid white;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.logo{
    background-image: url(assets/amazon_logo.png);
    background-size: cover;
    height: 50px;
    width: 100px;
    margin-left: 20px;

}

 .extra .items{
    width: 9.5vw;
    height: 100%;
    background-color: #222f3d;
    margin-left: 20px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    border-radius: 4px;
    border: 0.01px solid white;
    font-size: 0.86rem;
}



.panelmid {
    background-color: #0f1111;
    color: white;
    padding: 40px 20px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 30px;
}
.grid-box h3 {
    margin-bottom: 12px;
    font-size: 1rem;
    color: white;
}
.grid-box a {
    display: block;
    color: #dddddd;
    font-size: 0.85rem;
    margin-top: 8px;
    text-decoration: none;
}
.grid-box a:hover {
    text-decoration: underline;
}

@media (min-width: 1200px) {
    .navbar {
        padding: 0 20px;
    }
    
    .shop-section {
        padding: 0 40px;
    }
    
    .box {
        width: 22%;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .nav-search {
        width: 500px;
    }
    
    .box {
        width: 23%;
    }
    
    .extra .items {
        width: 8vw;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .navbar {
        height: auto;
        flex-wrap: wrap;
        padding: 10px;
    }
    
    .nav-logo {
        width: 80px;
    }
    
    .nav-address {
        display: none;
    }
    
    .nav-search {
        width: 400px;
        order: 3;
        margin-top: 10px;
    }
    
    .nav-singin, .nav-return {
        font-size: 0.8rem;
    }
    
    .nav-cart {
        font-size: 0.8rem;
    }
    
    .nav-cart i {
        font-size: 24px;
    }
    
    .panel {
        flex-wrap: wrap;
        height: auto;
        padding: 10px;
    }
    
    .panel-ops {
        width: 100%;
        text-align: center;
        margin-top: 10px;
    }
    
    .panel-ops p {
        margin: 0 10px;
    }
    
    .panel-deals {
        display: none;
    }
    
    .hero-section {
        height: 300px;
    }
    
    .hero-msg {
        width: 90%;
        font-size: 0.9rem;
        padding: 0 10px;
    }
    
    .shop-section {
        padding: 0 20px;
    }
    
    .box {
        width: 48%;
        margin: 10px 1%;
    }
    
    .foot-panel2 {
        height: auto;
        flex-wrap: wrap;
        padding: 20px 0;
    }
    
    .foot-panel2 ul {
        width: 45%;
        margin: 10px 2.5%;
    }
    
    .extra {
        width: 50%;
        margin-left: 20px;
    }
    
    .extra .items {
        width: 12vw;
        font-size: 0.75rem;
    }
    
    .panelmid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        padding: 30px 20px;
    }
}


@media (max-width: 767px) and (min-width: 576px) {
    .navbar {
        height: auto;
        flex-direction: column;
        padding: 10px;
    }
    
    .navbar > div {
        margin: 5px 0;
    }
    
    .nav-logo {
        width: 100px;
        align-self: flex-start;
    }
    
    .nav-address {
        display: none;
    }
    
    .nav-search {
        width: 100%;
        max-width: 500px;
        margin: 10px 0;
    }
    
    .nav-singin, .nav-return, .nav-cart {
        font-size: 0.8rem;
        text-align: center;
        padding: 5px 10px;
    }
    
    .nav-cart i {
        font-size: 20px;
    }
    
    .panel {
        flex-direction: column;
        height: auto;
        padding: 15px;
    }
    
    .panel-all {
        margin-bottom: 10px;
    }
    
    .panel-ops {
        width: 100%;
        text-align: center;
    }
    
    .panel-ops p {
        display: block;
        margin: 5px 0;
    }
    
    .panel-deals {
        display: none;
    }
    
    .hero-section {
        height: 250px;
    }
    
    .hero-msg {
        width: 95%;
        font-size: 0.85rem;
        height: auto;
        padding: 10px;
        text-align: center;
    }
    
    .shop-section {
        padding: 0 15px;
    }
    
    .box {
        width: 48%;
        height: 350px;
        margin: 8px 1%;
    }
    
    .box-img {
        height: 250px;
    }
    
    .foot-panel1 {
        font-size: 0.8rem;
        height: 45px;
    }
    
    .foot-panel2 {
        height: auto;
        flex-direction: column;
        padding: 20px 15px;
    }
    
    .foot-panel2 ul {
        width: 100%;
        margin: 15px 0;
    }
    
    .foot-panel3 {
        height: auto;
        flex-direction: column;
        padding: 20px 0;
    }
    
    .extra {
        width: 100%;
        flex-wrap: wrap;
        margin: 15px 0;
        gap: 10px;
    }
    
    .extra .items {
        width: 30%;
        margin: 0;
        font-size: 0.7rem;
        padding: 8px 4px;
    }
    
    .panelmid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
        padding: 25px 15px;
    }
    
    .foot-panel4 {
        padding: 15px;
        height: auto;
    }
    
    .pages {
        padding-top: 15px;
    }
}


@media (max-width: 575px) {
    .navbar {
        height: auto;
        flex-direction: column;
        padding: 10px 5px;
    }
    
    .nav-logo {
        width: 80px;
        align-self: center;
        margin-bottom: 10px;
    }
    
    .nav-address {
        display: none;
    }
    
    .nav-search {
        width: 100%;
        margin: 10px 0;
        height: 35px;
    }
    
    .search-select {
        width: 40px;
        font-size: 0.7rem;
    }
    
    .search-input {
        font-size: 0.9rem;
    }
    
    .search-icon {
        width: 40px;
        font-size: 1rem;
    }
    
    .navbar-bottom {
        display: flex;
        justify-content: space-around;
        width: 100%;
        margin-top: 10px;
    }
    
    .nav-singin, .nav-return, .nav-cart {
        font-size: 0.7rem;
        text-align: center;
        padding: 5px;
        flex: 1;
    }
    
    .nav-singin span, .nav-return span {
        font-size: 0.6rem;
    }
    
    .nav-second {
        font-size: 0.7rem;
    }
    
    .nav-cart i {
        font-size: 18px;
        display: block;
        margin-bottom: 2px;
    }
    
    .panel {
        flex-direction: column;
        height: auto;
        padding: 10px 5px;
    }
    
    .panel-all {
        text-align: center;
        margin-bottom: 10px;
    }
    
    .panel-ops {
        width: 100%;
        text-align: center;
    }
    
    .panel-ops p {
        display: block;
        margin: 8px 0;
        font-size: 0.8rem;
    }
    
    .panel-deals {
        display: none;
    }
    
    .hero-section {
        height: 200px;
    }
    
    .hero-msg {
        width: 98%;
        font-size: 0.75rem;
        height: auto;
        padding: 8px;
        margin-bottom: 15px;
    }
    
    .shop-section {
        padding: 0 10px;
    }
    
    .box {
        width: 100%;
        height: 320px;
        margin: 8px 0;
    }
    
    .box-img {
        height: 220px;
    }
    
    .box-content h2 {
        font-size: 1.1rem;
    }
    
    .foot-panel1 {
        font-size: 0.75rem;
        height: 40px;
    }
    
    .foot-panel2 {
        height: auto;
        flex-direction: column;
        padding: 15px 10px;
    }
    
    .foot-panel2 ul {
        width: 100%;
        margin: 10px 0;
    }
    
    .foot-panel2 ul p {
        font-size: 0.9rem;
        font-weight: bold;
    }
    
    .foot-panel2 ul a {
        font-size: 0.75rem;
    }
    
    .foot-panel3 {
        height: auto;
        flex-direction: column;
        padding: 15px 0;
    }
    
    .logo {
        width: 80px;
        height: 40px;
        margin: 0;
    }
    
    .extra {
        width: 100%;
        flex-direction: column;
        margin: 10px 0;
        gap: 8px;
    }
    
    .extra .items {
        width: 80%;
        margin: 0 auto;
        font-size: 0.75rem;
        padding: 10px;
        height: auto;
    }
    
    .panelmid {
        grid-template-columns: 1fr;
        gap: 15px;
        padding: 20px 10px;
    }
    
    .grid-box {
        text-align: center;
    }
    
    .foot-panel4 {
        padding: 10px;
        height: auto;
    }
    
    .pages {
        padding-top: 10px;
        font-size: 0.65rem;
    }
    
    .pages a {
        display: inline-block;
        margin: 0 5px;
    }
    
    .copyright {
        font-size: 0.65rem;
        padding-top: 8px;
    }
}


@media (max-width: 360px) {
    .navbar {
        padding: 8px 3px;
    }
    
    .nav-logo {
        width: 70px;
    }
    
    .nav-search {
        height: 32px;
    }
    
    .search-select {
        width: 35px;
        font-size: 0.65rem;
    }
    
    .search-input {
        font-size: 0.8rem;
    }
    
    .search-icon {
        width: 35px;
        font-size: 0.9rem;
    }
    
    .nav-singin, .nav-return, .nav-cart {
        font-size: 0.65rem;
    }
    
    .panel {
        padding: 8px 3px;
    }
    
    .hero-section {
        height: 180px;
    }
    
    .hero-msg {
        font-size: 0.7rem;
        padding: 6px;
    }
    
    .shop-section {
        padding: 0 5px;
    }
    
    .box {
        height: 300px;
        margin: 6px 0;
        padding: 15px 0;
    }
    
    .box-img {
        height: 200px;
    }
    
    .box-content h2 {
        font-size: 1rem;
    }
    
    .extra .items {
        width: 90%;
        font-size: 0.7rem;
        padding: 8px;
    }
    
    .panelmid {
        padding: 15px 5px;
    }
}

.hide-mobile {
    display: block;
}

.show-mobile {
    display: none;
}

@media (max-width: 767px) {
    .hide-mobile {
        display: none;
    }
    
    .show-mobile {
        display: block;
    }
}
        .credits {
            background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
            border-radius: 15px;
            padding: 30px;
            margin: 3px 0;
            text-align: center;
            border-left: 5px solid #667eea;
            font-family: 'Arial', sans-serif;
            box-shadow: 0 10px 30px rgba(0,0,0,0.1);
        }

        .credits h3 {
            color: #333;
            margin-bottom: 15px;
            font-size: 1.5rem;
        }
        .creator-name {
            font-weight: bold;
            color: #667eea;
            font-size: 1.2rem;
        }
        .social-buttons {
            display: flex;
            justify-content: center;
            gap: 20px;
            margin-top: 20px;
        }
        .social-btn {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            padding: 12px 24px;
            border: none;
            border-radius: 50px;
            font-size: 1rem;
            font-weight: 600;
            text-decoration: none;
            color: white;
            transition: all 0.3s ease;
            box-shadow: 0 5px 15px rgba(0,0,0,0.2);
            cursor: pointer;
        }

        .github-btn {
            background: linear-gradient(135deg, #333 0%, #24292e 100%);
        }

        .github-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 8px 25px rgba(0,0,0,0.3);
            background: linear-gradient(135deg, #24292e 0%, #1a1e22 100%);
        }

        .linkedin-btn {
            background: linear-gradient(135deg, #0077b5 0%, #005885 100%);
        }

        .linkedin-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 8px 25px rgba(0,119,181,0.4);
            background: linear-gradient(135deg, #005885 0%, #004065 100%);
        }
        .social-icon {
            width: 20px;
            height: 20px;
            fill: currentColor;
        }
        @media (max-width: 768px) {
            .social-buttons {
                flex-direction: column;
                align-items: center;
            }
            .social-btn {
                width: 200px;
                justify-content: center;
            }
        }