* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
    word-spacing: 0.5rem;
}

@font-face {
    font-family: "aram";
    src: url("assets/fonts/Aram_sf.ttf");
}

@font-face {
    font-family: "poppins";
    src: url("assets/fonts/Poppins-Regular.ttf");
}

@font-face {
    font-family: "cairo";
    src: url("assets/fonts/Cairo-Regular.ttf");
}

/** animation section **/

@keyframes product-ani {
    0% {
        opacity: 0;
        transform: translateY(-30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0px);
    }
    
}

body {
    background-color: #eaf2e7;
}

hr {
    opacity: 50%;
}

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 10%;
    background-color: #e7ffdb;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.05);
    top: 0;
    z-index: 100;
    position: sticky;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

#cart-icon {
    transform: scale(1.2);
    transition: all .2s ease;
    cursor: pointer;
}

#cart-icon:hover {
    transform: scale(1.5);
}

footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 6%;
    font-family: "poppins";
    color: #333b30;
    background-color: #e7ffdb;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.05);
    border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.social-links-footer a i{
    transform: scale(2);
    transition: all 0.2s ease;
    margin-left: 1rem;
}

.social-links-footer a i:hover {
    transform: scale(1.5);
}

.nav-links {
    list-style: none;
}

.nav-links a {
    text-decoration: none;
    font-family: "poppins";
    color: #606b5a;
    transition: all .2s ease;
    padding-right: 2.5rem;
}

.nav-links a:hover,
.nav-links .active {
    color: #232921;
    transition: all .3s ease-in;
}

/*** products section ***/

.product01-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5rem 10rem;
}

.product01-text {
    justify-content: center;
    font-family: "poppins";
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.product01-title {
    font-size: 3rem;
    animation: product-ani 0.5s ease;
    color: #333b30;
}

.product01-description {
    font-weight: 600;
    animation: product-ani 0.5s ease
}

.product01-img {
    border: 3px solid #e7ffdb;
    border-radius: 30px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
    animation: product-ani 1s ease

}

.product01-features-list {
    list-style: none;
    animation: product-ani 0.5s ease;
    margin-top: 2rem;
}

.product01-btns {
    display: flex;
    justify-content: center;
    margin-left: 2rem;
}

.order-btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    font-family: "poppins";
    font-weight: 300;
    color: #e7ffdb;
    background-color: #232921;
    border: 3px solid #6a7565;
    border-radius: 30px;
    padding: 0.5rem 1rem;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
    text-decoration: none;
    transition: all 0.2s ease;
    animation: product-ani 0.5s ease;
    margin-top: 1rem;
    
}

.order-btn:hover {
    color: #232921;
    background-color: #eaf2e7;
    border: 3px solid #6a7565;
}

.addtocart-btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    font-family: "poppins";
    font-weight: 300;
    color: #e7ffdb;
    background-color: #232921;
    border: 3px solid #6a7565;
    border-radius: 30px;
    padding: 0.5rem 1rem;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
    text-decoration: none;
    transition: all 0.2s ease;
    animation: product-ani 0.5s ease;
    margin-top: 1rem;
    margin-left: 2rem;
}

.addtocart-btn:hover {
    color: #232921;
    background-color: #eaf2e7;
    border: 3px solid #6a7565;
}

/** customer-info section **/

.customerinfo-container {
    display: flex;
    justify-content: space-between;
    padding: 10rem;
    background-color: #333b30;
}

.customerinfo-text {
    justify-content: center;
    text-align: left;
    padding: 5rem;
}

.customerinfo-title {
    font-size: 4rem;
    font-family: "poppins";
    font-weight: 300;
    color: #e7ffdb;
}

.customerinfo-description {
    font-size: 1rem;
    font-family: "poppins";
    font-weight: 300;
    color: #eaf2e7;
}

.customerinfo-info {
    display: flex;
    flex-direction: column;
    
}

.customerinfo-input {
    margin-bottom: 1rem;
    font-family: "poppins";
}

.customerinfo-label {
    font-size: 1rem;
    font-family: "poppins";
    color: #e7ffdb;
}

.customerinfo-input {
    padding: 0.5rem 2rem;
    border-radius: 30px;
    border: none;
    outline: 0;
}

.customerinfo-input:hover {
    color: #333b30;
}

.orderconfirm-btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    font-family: "poppins";
    font-weight: 300;
    color: #e7ffdb;
    background-color: #232921;
    border: 3px solid #6a7565;
    border-radius: 30px;
    padding: 0.5rem 1rem;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
    text-decoration: none;
    transition: all 0.2s ease;
    animation: product-ani 0.5s ease;
    margin-top: 1rem;
}

.orderconfirm-btn:hover {
    color: #232921;
    background-color: #eaf2e7;
    border: 3px solid #6a7565;
}





#topBtn {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: #232921;
    color: #e7ffdb;
    cursor: pointer;
    padding: 0.75rem;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
}

#topBtn.show {
    opacity: 1;
    visibility: visible;
}

#topBtn:hover {
    background-color: #6a7565;
    transform: translateY(-5px);
}


.file {
    background-color: #e7ffdb;
    border-radius: 10px;
}


@media (max-width: 768px) {

    header {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    
    .nav-links {
        display: none;
    }

    .product01-container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding-inline: 1rem;
    }

    .product01-text {
        justify-content: center;
        font-family: "poppins";
        display: flex;
    }

    .product01-title {
        font-size: 2rem;
        animation: product-ani 0.5s ease;
        color: #333b30;
    }

    .product01-description {
        font-weight: 600;
        animation: product-ani 0.5s ease
    }

    .product01-img {
        border: 3px solid #e7ffdb;
        border-radius: 30px;
        box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
        animation: product-ani 1s ease;
        width: 300px;
        margin-bottom: 2rem;
    }

    .product01-features-list {
        list-style: none;
        animation: product-ani 0.5s ease;
        margin-top: 1rem;
    }

    .product01-btns {
        display: flex;
        justify-content: center;
        margin-left: 1rem;
    }

    .order-btn {
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
        font-family: "poppins";
        font-weight: 300;
        color: #e7ffdb;
        background-color: #232921;
        border: 3px solid #6a7565;
        border-radius: 30px;
        padding: 0.25rem 0.5rem;
        box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
        text-decoration: none;
        transition: all 0.2s ease;
        animation: product-ani 0.5s ease;
        margin-top: 1rem;
        
    }

    .order-btn:hover {
        color: #232921;
        background-color: #eaf2e7;
        border: 3px solid #6a7565;
    }

    .addtocart-btn {
        display: flex;
        justify-content: center;
        text-align: center;
        font-family: "poppins";
        font-weight: 300;
        color: #e7ffdb;
        background-color: #232921;
        border: 3px solid #6a7565;
        border-radius: 30px;
        padding: 0.25rem 0.5rem;
        box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
        text-decoration: none;
        transition: all 0.2s ease;
        animation: product-ani 0.5s ease;
        margin-left: 2rem;
    }

    .addtocart-btn:hover {
        color: #232921;
        background-color: #eaf2e7;
        border: 3px solid #6a7565;
    }

    /** customer-info section **/

    .customerinfo-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background-color: #333b30;
        padding-inline: 2rem;
    }

    .customerinfo-text {
        justify-content: center;
        padding: 2rem;
        text-align: center;
    }

    .customerinfo-title {
        font-size: 3rem;
        font-family: "poppins";
        font-weight: 300;
        color: #e7ffdb;
    }

    .customerinfo-description {
        font-size: 1rem;
        font-family: "poppins";
        font-weight: 300;
        color: #eaf2e7;
    }

    .file {
        width: 250px;
        height: 500px;


}
}