*{
    margin: 0em;
    padding: 0em;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
    overflow-x: hidden;
}
.first{
    display: flex;
    flex-direction: column;
    gap: 4.5em;
}
.first .top{
    display: flex;
    justify-content: center;
    gap: 1.5em;
    margin-top: 1em;
}
.first .top a{
    color: #0095ff;
    text-decoration: none;
    font-size: 1.2em;
}
.first .top a:hover{
    color: #4A4A4B;
}
.first .bottom{
    display: flex;
    align-items: center;
    margin: 1em 3em;
    padding: 3em 0em;
    gap: 2em;
    justify-content: center;
}
.first .bottom .content{
    display: flex;
    flex-direction: column;
    gap: 2em;
    width: 50%;
}
.first .bottom .content p{
    line-height: 2em;
    font-size: 1em;
    color: #565555;
}
.first .bottom .content button {
    width: 20%;
    padding: 0.8em 1em;
    background: red;
    color: white;
    border: none;
    border-radius: 6px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.first .bottom .content button::after {
    content: '';
    position: absolute;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #4A4A48;
    transition: left 0.7s;
    z-index: 0;
}
.first .bottom .content button:hover::after {
    left: 0;
}
.first .bottom .content button a {
    text-decoration: none;
    color: white;
    position: relative;
    z-index: 1;
}
.first .bottom .img {
    overflow: hidden;
    width: 40%;
}
.first .bottom .img img{
    width: 100%;
}
.first .bottom .content h1{
    font-size: 3em;
}
.second{
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1em;
    align-items: center;
}
.second .title {
    width: 70%;
}
.content {
    display: flex;
    gap: 4em;
}
.content div .new img:hover{
    transition: 1s;
    transform: scale(1.1);
}
.content div {
        text-align: center;
    display: flex;
    flex-direction: column;
    gap: 1.5em;
    overflow: hidden;
}
.new{
    overflow: hidden;
}
.content .sec-img{
    margin: 0em 4em;
}
.content p{
    font-size: 1.5em;
}
.content span{
    color: red;
}
.third{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    gap: 2em;
    margin: 4em 0em;
}
.third .text{
    display: flex;
    flex-direction: column;
    gap: 1em;
}
.third .watches{
    display: flex;
    gap: 3em;
}
.watches div{
    display: flex;
    flex-direction: column;
    gap: 1em;
}
.watches div h1{
    width: 99%;
    position: relative;
    padding: 0.5em;
    z-index: 1;
}
.watches div p{
    color: red;
    background: rgb(228, 228, 228);
    border-radius: 10px;
    font-weight: 900;
    font-size: 1.3em;
}
.watches div h1::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgb(173, 0, 0);;
    width: 100%;
    height: 7%;
    transition: height 0.5s;
    z-index: 0;
}
.watches div h1:hover::after{
    height: 100%;
    content: "Add to Card";
    color: white;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}
.fourth{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1em;
margin: 4em 1em;
}
.fourth .first{
    height: 50%;
    position: relative;
}
.fourth .first{
    position: relative;
}
.fourth .first .lefa{
    overflow: hidden;
}
.fourth .first:hover img{
    transform: scale(1.1);
    transition: 1.5s;
}

.fourth .first::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgb(0, 0, 0, 0);
}
.fourth .first:hover::after{
    background-color: rgb(0, 0, 0, 0.6);
    transition: 1.5s;
}
/* ------------ */
.fourth .second{
    height: 50%;
    position: relative;
}
.fourth .second{
    position: relative;
    overflow: hidden;
}
.fourth .second:hover img{
    transform: scale(1.1);
    transition: 1.5s;
}

.fourth .second::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgb(0, 0, 0, 0);
}
.fourth .second:hover::after{
    background-color: rgb(0, 0, 0, 0.6);
    transition: 1.5s;
}
.fourth .img-4{
    position: relative;
}
.fourth .img-4{
    position: relative;
    overflow: hidden;
}
.fourth .img-4:hover img{
    transform: scale(1.1);
    transition: 1.5s;
}

.fourth .img-4:hover::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgb(0, 0, 0, 0);
}
.fourth .img-4:hover::after{
    background-color: rgb(0, 0, 0, 0.6);
    transition: 1.5s;
}
.fourth .img-3{
    position: relative;
    overflow: hidden;
}
.fourth .img-3:hover img{
    transform: scale(1.1);
    transition: 1.5s;
}
@media screen and (min-width: 641px) and (max-width: 991px ) {
    .first .content{
        text-align: center;
    }
    .first h1{
        font-size: 2em !important;
    }
    .first button{
        width: 40% !important;
        align-self: center;
    }
    .first .bottom{
        margin: 4em 3em;
        padding: 4em 0em;
    }
    .second .title{
        text-align: center;
    }
    .second .content {
        flex-wrap: wrap;
        gap: 1em !important;
        justify-content: center;
        flex-direction: row;
    }
    .second .sec-img{
        margin: 0 !important;
    }
    .third .watches{
        flex-wrap: wrap;
        justify-content: center;
        gap: 1em !important;
    }
    .fourth{
        flex-direction: row;
        flex-wrap: wrap;
        margin: 4em 0em !important;
        gap: 0em !important;
    }
}
@media screen and (max-width:640px) {
    .first .bottom{
        flex-direction: column;
    }
    .first .content{
        text-align: center;
        width: auto !important;
    }
    .first .content h1{
        font-size: 2em !important;
    }
    .first button{
        align-self: center;
        width: 50% !important;
    }
    .first .img {
        width: auto !important;
    }
    .second .title{
        width: auto !important;
    }
    .second .content{
        flex-direction: column;
        align-items: center;
    }
    .third .watches{
        flex-direction: column;
    }
    .fourth{
        flex-direction: column;
    }
}