* {
    margin: 0%;
    padding: 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;

    ;
    /* box-sizing: border-box; */
}

body {
    background-color: #f5f5f5;
    font-family: Arial, sans-serif;
}

nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #48afff;
    padding: 20px 20px;
    width: 97.4vw;



}

.main-sec {
    background-image: url(https://static.priceoye.pk/images/categories/section-earbuds-bg-md.png);
    height: 16rem;
    margin-top: 2rem;
    width: 100vw;
}

.price-off {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.first-div {
    display: flex;
    justify-content: space-around;
}

.fh {
    color: #fff;
    font-size: 30px;
}

.card-heading {
    color: #333;
    font-size: 16px;
}

.left {
    display: flex;
    gap: 20px;
}

.logo {
    width: 15vh;
}

.right {
    display: flex;
    gap: 20px;
}

.mid {
    display: flex;
    gap: 20px;
}

.mid input {
    padding: 15px;
    border: none;
    border-radius: 5px;
    width: 530px;
}

.input {
    background-color: #fff;
    width: 600px;
    border-radius: 6px;
    display: flex;
    align-items: center;


}

.input :focus {
    outline: black;

}

.right {
    display: flex;
    gap: 20px;

}

button {
    padding: 10px 20px;

    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.btn1 button {
    background-color: #f5f4f9;
    color: #48afff;
    border-radius: 5px;

}

.btn1 button:hover {
    background-color: black;
    color: #faf9fd;
    border: none;

}

.btn2 button {
    background-color: #48afff;
    color: #f5f4f9;
    border-radius: 5px;
    border: 1px solid #f5f4f9;
}

.btn2 button:hover {
    background-color: black;
    color: white;
    border: none;


}

.offers {

    width: 100vw;
    /* border: 2px solid #040011; */

}

.card1 {
    width: 200px;
    height: 380px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin: 20px;
    /* display: flex; */
    flex-direction: column;
    align-items: center;
    padding: 25px;
}

.card1 img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.btn {
    /* background-color: #2a09e9; */
    color: white;
    /* background-color:#48afff; */
    border: none;
    border-radius: 5px;
    padding: 10px 20px;
    cursor: pointer;
    margin-top: 10px;
}

.order-btn {
    background-color: #48afff;
    width: 100%;
    color: white;
}
.order-btn:hover {

    opacity: 0.7;
   
      }

.contdown {
    display: flex;
    gap: 5px;
    text-align: center;
    color: red;
    font-size: 12px;
    align-items: center;
    justify-content: center;
}

.price {
    display: flex;
    justify-content: center;
}

.price p {
    font-size: large;
}

.price sup {
    font-size: xx-small;

}

.price-sec {
    display: flex;

    gap: 10px;

}

.right-offer {
    gap: 5px;
    margin-left: 10px;
}

.diff-price {
    color: gray;
    text-decoration: line-through;
}

.off {
    color: #0bb07e;
    background-color: #f0faf7;
    border-radius: 6px;
    font-size: 15px;
    padding: 6px;
}

.banner-sec {
    display: flex;
    align-items: center;
    width: 70vw;
    padding-left: 15vw;
}

.real-price {
    font-size: 18px;
    font-weight: bolder;
}

footer {
    display: flex;
    justify-content: center;
    gap: 7px;
    background-color: #48afff;
    color: white;
    text-align: center;
    padding: 20px 0;
    margin-top: 20px;
    /* margin-top: 120vh; */
}

.head-btn {
    background-color: #ffffff;
    color: rgb(10, 0, 0);
    border: none;
    border-radius: 5px;
    padding: 5px 10px;
    cursor: pointer;
    margin-top: 5px;
}


.head-btn:hover {
    opacity: 0.8;
}








