* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;

}

body {
    margin: 0;
    overflow-x: hidden;
}

.announcement-bar {
    align-items: center;
    padding-top: 10px;
    display: flex;
    background-color: #f7d8d6;
    justify-content: space-between;
}

.free-shipping{
    padding-bottom: 10px;
    position: relative;
    left: 20px;
}

.first-order{
    padding-bottom: 10px;
}

#help-and-track {
    display: flex;
    gap: 2rem;
    padding-bottom: 10px;
    position: relative;
    right: 20px;
}

.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 30px;
}

.glamora{
    text-align: center;
}

.glamora span {
    display: block;
    font-size: 32px;
    letter-spacing: 3px;
}

.glamora small {
    display: block;
    font-size: 10px;
    letter-spacing: 4px;
}

.nav-bar {
    display: flex;
    align-items: center;
    gap: 30px;
}

.nav-bar ul {
    display: flex;
    align-items: center;
    gap: 30px;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    left: -170px;
}

.nav-bar li {
    font-size: 16px;
    white-space: nowrap;
    position: relative;
    left: -100px;

}

.icons {
    display: flex;
    align-items: center;
    gap: 18px;
}

.icons img {
    width: 25px;
    height: 25px;
    object-fit: contain;
}

.background-img {
    background-image: url(makeup.png);
    height: 80vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.front-text{
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.new-collection{
    position: relative;
    left: 70px;
    top: 60px;
    color: #d04c64;
}

.makeup-that {
    position: relative;
    left: 70px;
    top: 100px;
    font-size: 70px;
}

.empowers-you{
    position: relative;
    left: 70px;
    top: 100px;
    font-size: 70px;
    color: #d04c64;
}

.high-performance{
    display: flex;
    flex-direction: column;
    position: relative;
    left: 72px;
    top: 120px;
    
}

.high-performance span {
    font-size: 15px;

}

.btns{
    display: flex;
    position: relative;
    top : 150px;
    left: 72px;
    height: 10px;
    gap: 20px;
}

.first{
    height: 40px;
    width: 150px;
    color: white;
    background-color: #d04c64;
    border: none;
    border-radius: 4px;
}

.second{
    border-radius: 4px;
    height: 40px;
    width: 195px;
    background-color: #fbefea;
}

.dot{
    display: flex;
    flex-direction: column;
}

.firstdot{
    position:relative;
    top: 150px; 
    left: 72px;
    font-size: 30px;
}

.tabs {
    background-color: #f8f2f2;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 25px 50px;
    width: 100%;
    box-sizing: border-box;
}

.tab {
    display: flex;
    align-items: center;
    gap: 20px;
    flex: 1;
    padding: 10px 30px;
    border-right: 1px solid #ddd;
    justify-content: flex-start;
}

.tab:last-child {
    border-right: none;
}

.tab img {
    width: 50px;
    height: 50px;
    object-fit: contain;
}

.tab-text {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.tab-text span {
    font-size: 16px;
    font-weight: bold;
}

.tab-text small {
    font-size: 13px;
    color: #555;
}

.category {
    text-align: center;
    font-weight: bold;
    color: black;
    font-size: 20px;
}

.category-images {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: 50px;
    padding-top: 20px;
    
}

.category-item {
    text-align: center;
}

.category-item img {
    width: 190px;
    height: 190px;
    border-radius: 50%;
    object-fit: cover;
}

.category-item p {
    font-weight: bold;
    margin-top: 10px;
}

.best-sellers{
    font-weight: bold;
    color: black;
    font-size: 18px;
    position: relative;
    top: 30px;
    left: 62px;

}

.best-seller-imgs {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 90px;
    padding-top: 60px;
    padding-right: 44px;
}

.best-seller-item {
    width: 150px;
    text-align: center;
}

.best-seller-item img {
    width: 200px;
    height: 220px;
    object-fit: cover;
}

.rating {
    margin-top: 2px;
    text-align: left;
}

.rating span {
    color: #c9184a;
    font-size: 14px;
    letter-spacing: 1px;
}

.rating small {
    color: #555;
    font-size: 10px;
    margin-left: 4px;
}

.offers{
    display: flex;
    justify-content: center;
    gap: 40px;
    padding-top: 30px;
    padding-right: 70px;
}

.first-banner,
.second-banner {
    width: 45%;
}

.first-banner img,
.second-banner img {
    width: 110%;
    height: 300px;
    object-fit: cover;
    display: block;
}

.second-banner img{
    padding-left: 40px;
}

.newsletter {
    margin-top: 25px;
    display: flex;
    align-items: center;
    width: 100%;
    height: 90px;
    background-color: #f5f3f4;
    padding: 0 80px;
    box-sizing: border-box;
    gap: 40px;
    padding-bottom: 10px;
}

.newsletter-text {
    display: flex;
    align-items: center;
    gap: 20px;
    width: 35%;
}

.newsletter-text img {
    object-fit: contain;
    width: 55px;
    height: 45px;
    object-fit: fill;
    margin-left: -15px;
}

.newsletter-text div {
    display: flex;
    flex-direction: column;
}

.newsletter-text span {
    font-weight: bold;
    font-size: 16px;
}

.newsletter-text small {
    font-size: 14px;
    margin-top: 6px;
}

.email-box {
    width: 40%;
    margin-left: -40px;
}

.email-box input {
    width: 100%;
    height: 50px;
    padding: 0 20px;
    border: none;
    outline: none;
    box-sizing: border-box;
    font-size: 14px;
}

.subscribe {
    width: 15%;
}

.subscribe button {
    margin-left: -15px;
    width: 100%;
    height: 50px;
    border: none;
    background-color: #c9184a;
    color: white;
    font-weight: bold;
    font-size: 14px;
    cursor: pointer;
}

hr {
    border: none;
    border-top: 1px solid #ddd;
    margin: 0;
}

.footer-box {
    background-color: #f5f3f4;
    box-sizing: border-box;
    display: flex;
    width: 100%;
    box-sizing: border-box;
    padding: 30px 70px;
    gap: 40px;
}

.brand {
    width: 22%;
    margin-left: 0;
}

.brand-logo {
    padding-top: 30px;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 2px;
    padding-left: 60px;
    margin-left: 0;
}

.brand-logo small {
    display: block;
    font-size: 15px;
    letter-spacing: 3px;
    margin-top: 2px;
    margin-left: 35px;
}

.brand-description {
    padding-left: 60px;
    font-size: 14px;
    line-height: 1.6;
    margin-top: 15px;
}

.social-icons {
    display: flex;
    gap: 15px;
    margin-top: 10px;
}

.social-icons img{
    padding-left: 50px;
    width: 200px;
    height: auto;   
}

.footer-box {
    display: flex;
    justify-content: flex-start;
}

.shop{
    width: 10%;
    margin-top: 30px;
}

.shop ul {
    margin-top: 15px;
    list-style: none;
    padding: 0;
}

.shop li {
    font-size: 14px;
    margin-bottom: 7px;
}

.customer-care {
    width: 10%;
    margin-top: 30px;
}


.customer-care ul {
    list-style: none;
    padding: 0;
    margin-top: 12px;
}

.customer-care li {
    font-size: 14px;
    margin-bottom: 7px;
}

.about-us {
    width: 15%;
    margin-top: 30px;
    border-right: 1px solid #ccc;
    margin-left: 50px;
    padding-right: 10px;
}

.about-us ul {
    list-style: none;
    padding: 0;
    margin-top: 15px;
}

.about-us li {
    font-size: 14px;
    margin-bottom: 7px;
}


.features {
    display: flex;
    width: 20%;
    margin-top: 30px;
}  

.features img{
    margin-top: -8px;
    width: 50%;
    height: 170px;
}

.feature-text {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 10px;
}

.feature-text div {
    display: flex;
    flex-direction: column;
}

.feature-text strong {
    font-size: 14px;
}

.feature-text small {
    font-size: 12px;
    margin-top: 3px;
}

.last-footer {
    width: 100%;
    height: 50px;
    background-color: black;
    display: flex;
    align-items: center;
    padding: 0 70px;
    box-sizing: border-box;
}

.copyright {
    color: white;
    font-size: 13px;
    white-space: nowrap;
}

.payment-methods{
    margin-left: auto;
}

.payment-methods img {
    width: 200px;
    height: 20px;
    display: block;
}


@media(max-width-768px){
    .feature-text{
        font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    }
    
    .about-us{
        
    }
}











