body {
    font-family: 'Cairo', sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f2f2f2;
}

header {
    background-color: #0625d8;
    color: white;
    padding: 15px;
    text-align: center;
    font-size: 50px;
}

nav {
    background: #333;
    display: flex;
    justify-content: center;
}

nav a {
    color: white;
    padding: 14px 20px;
    text-decoration: none;
    text-align: center;
}

nav a:hover {
    background-color: #575757;
}

footer {
    background-color: #333;
    color: white;
    text-align: center;
    padding: 15px;
    margin-top: 115x;
}

.title {
    display: flex;
    justify-content: center;
    font-size: 2.4em;
    color: rgb(3, 38, 113);
    font-weight: 800;
    margin-bottom: 30px;
}

.content {
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: nowrap;
    color: rgb(249, 247, 252);
}
/**/
.icons {
    color: rgb(252, 163, 17);
    font-size: 8em;
    text-align: center;
    padding: 25px;
}

.info {
    text-align: center;
}

.info h3 {
    color: rgb(252, 163, 17);
    font-size: 1.2em;
    font-weight: 700;
    margin: 10px;
}

.info a {
    text-decoration: none;
    color: rgb(252, 163, 17);
}

.info a:hover {
    color: rgb(174, 172, 172);
    transform: scale(1);
    transition: 0.7s ease;
}

.head-product {
    margin-top: -40px;
    margin-bottom: 20px;
    position: absolute;
}

.head-pro {
    position: absolute;
    top: -4px;
}

.Glasses1 .content {
    margin-top: 0px;
}

.Glasses1 h2 {
    float: center;
    margin-top: 90px;
    margin-bottom: 0px;
}

.Glasses-card {
    background-color: rgb(38, 25, 86);
    border: 1px solid black;
    min-height: 14em;
    width: 23em;
    overflow: hidden;
    border-radius: 10px;
    margin: 20px;
    transition: 0.7s ease;
}

.Glasses-card:hover {
    transform: scale(1.1);
}

.Glasses-card:hover .Glasses-image {
    opacity: 0.9;
}

.Glasses-info {
    padding: 1.5em;
}

.Glasses-image img {
    width: 100%;
}

.price {
    color: aliceblue;
    font-weight: 200px;
    font-size: 15px;
}

.buy {
    display: flex;
    text-decoration: none;
    justify-content: space-between;
    color: rgb(252, 163, 17);
    font-weight: 800;
    margin-top: 10px;
    padding: 4px;
    border: 1px solid white;
    border-radius: 12px;
    justify-content: center;
    margin-left: 120px;
    margin-right: 0px;
    animation: pluse 1.5s infinite;
}

@keyframes pluse {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
        color: aliceblue;
        background-color: rgb(252, 163, 17);
    }
}

.Headphone h2 {
    margin-bottom: -15px;
}

.Headphone .content {
    margin-top: 30px;
}

.Headphone-card {
    background-color: rgb(20, 33, 61);
    border: 1px solid black;
    min-height: 14em;
    width: 23em;
    overflow: hidden;
    border-radius: 10px;
    margin: 20px;
    transition: 0.7s ease;
}

.Headphone-card:hover {
    transform: scale(1.1);
}

.Headphone-card:hover .Headphone-image {
    opacity: 0.9;
}

.Headphone-info {
    padding: 1.5em;
}

.Headphone-image img {
    width: 100%;
}

.click {
    display: flex;
    text-decoration: none;
    justify-content: space-between;
    color: rgb(252, 163, 17);
    font-weight: 800;
    margin-top: 10px;
}

.click:hover {
    color: aliceblue;
    transition: 0.7s ease;
}

.sub {
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.sub img {
    width: 100%;
}

.w-body {
    margin-top: px;
    padding: 0;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 120vh;
    background-color: #ddd;
}

.Login {
    width: 420px;
    background-color: rgb(252, 163, 17);
    color: rgb(20, 33, 61);
    border-radius: 20px;
    padding: 30px 40px;
    padding-bottom: 15%;
    height: 450px;
}

.Login h1 {
    font-size: 36px;
    text-align: center;
}

.Login .input-box {

    position: relative;
    width: 100%;
    height: 50px;
    margin: 30px 0;
}

.input-box input {
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    border: 2px solid rgba(255, 255, 255, 2);
    border-radius: 40px;
    font-size: 20px;
    padding: 20px 45px 20px 20px;
}

.input-box input ::placeholder {
    color: rgb(20, 33, 61);
}

.input-box i {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50);
    font-size: 20px;
}

.Login.remember-forgot {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    margin: -15px 0 15px;
}

.buton {
    width: 100%;
    height: 45px;
    color: rgb(20, 33, 61);
    border: none0;
    outline: none;
    border-radius: 40px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
}

body {

    transition: 2s;

}

.head-about {
    position: absolute;
    top: 0px;
}

.contact-section {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 120vh;
    background: #ce2525;
}

.contact-container {
    background-color: rgb(252, 163, 17);
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 650px;
    text-align: center;
    margin: 20px;
}

h1 {
    font-size: 1.8rem;
    color: #333;
    margin-bottom: 10px;
}

.intro-text {
    font-size: 1rem;
    color: #666;
    margin-bottom: 20px;
}

.contact-form {
    display: flex;
    flex-direction: column;
}

.form-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.form-group {
    width: 48%;
    text-align: right;
}

label {
    font-size: 0.9rem;
    color: #333;
    margin-bottom: 5px;
    display: block;
}

input,
textarea {
    width: 100%;
    padding: 10px;
    font-size: 0.9rem;
    border: 2px solid #ddd;
    border-radius: 6px;
    transition: border-color 0.3s ease;
}

input:focus, 
textarea:focus {
    border-color: #020202;
    outline: none;
}

h1 {
    font-size: 2rem;
    color: #333;
    margin-bottom: 25px;
}

h2 {
    color: #555;
    font-size: 1.2rem;
    margin-bottom: 10px;
}

.form-section {
    margin-bottom: 20px;
    text-align: right;
}

label {
    display: block;
    font-size: 1rem;
    margin-bottom: 8px;
    color: #444;
}
/*js*/

body.dark-mode {
    background-color: #282727;
    color: #ffffff;
}
button {
    background-color: #020246;
    color: rgb(251, 251, 254);
    padding: 10px 15px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin: 5px;
}
button:hover {
    background-color: #000000;
}
nav.dark-mode {
    background-color: #000000;
}
#toggleTheme{
    margin-right:auto;
}