.img1{
    position: absolute;
      width: 99%;
      height: 600px;
      top: 0px;
}
.img2{
    position: absolute;
      width: 20%;
      height: 400px;
      left: 70% ;
}
.img3{
    position: absolute;
      width: 40%;
      height: 450px;
      left: 60% ;

}
.img4{
    position: absolute;
      width: 40%;
      height: 200px;
      left: 60% ;
      top: 340px;

}
.img5{
    position: absolute;
      width: 75%;
      height: 200px;
      right:20% ;
      top: 350px;

}
.menu{
    position:fixed;
    top: 0px;
    width: 100%;
    height: 60px;  
    display: flex;
    flex-direction: row; 
    align-items: center;
    padding-left: 40px;
    box-sizing: border-box;
    z-index: 1;
}
.menu ul{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}
.menu ul li{
    list-style: none;
    padding-right: 30px;
    padding-left: 30px;
    box-sizing: border-box;
}
.menu ul li:hover{
    background-color: rgb(120, 141, 180);
}
.menu ul li a{
    text-decoration: none;
    color: rgba(39, 35, 35, 0.856);
    color: purple;
}
.menu button{
            border-style: none;
            border-radius: 30px;
            -webkit-border-radius: 30px;
            -moz-border-radius: 30px;
            -ms-border-radius: 30px;
            -o-border-radius: 30px;
            width: 80px;
            background-color: white;
            color: rgba(36, 32, 32, 0.89);
}
.section{
    display: flex;
    flex-direction: column;
}
.header{
    width: 100%;
    position: absolute;
  
}
.header2{
    position: relative;
    top: 100px;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}
.header3{
    position: relative;
    top: 50px;
    font-size: 30px;
    width: 600px;
    height: 100px;
    color: rgb(20, 18, 20);
}
.header2 p{
    font-size: 25px;
    
}
.secand{
    display: flex;
    flex-direction: row;
    position: relative;
    top: 550px;
    padding-left: 60px;
    box-sizing: border-box;
}
.girl{
    position: relative;
    display: flex;
    flex-direction: column; 
    top: 50px;
}
.watch{
    position: relative;
    top:170px ;
    left: 20%;
    width: 350px;
    height: 200px;
}
.discount{
    position: relative;
    width: 310px;
    height: 200px;
    top: 400px;
    left: 25%;
}
.third{
    position: relative;
    top: 850px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-left: 60px;
    box-sizing: border-box;
}
.thirdMiddle{
    display: flex;
    flex-direction: column;
    width: 200px; 
}
.footer{
    position: relative;
    top: 700px;  
   width: 100%;
   height: 500px;
   overflow: hidden;
}
.footer2{
    position: relative;
    top: 300px;
    right: 550px;
      display: flex;
      flex-direction: row;
      justify-content: space-around;
}
.footer3{
    display: flex;
    flex-direction: column;
    position: relative;
    top: 200px;
    padding-left: 350px;
    box-sizing: border-box;
}
.footer3-2{
    background-color: white;
    width: 110px;
    height: 30px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin-left: 10px;
}
.footer3-3{
    background-color: white;
    width: 110px;
    height: 30px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin-left: 20px;
    
}
.footer3-1{
   display: flex;
   flex-direction: row;
   justify-content: flex-start;
   padding-bottom: 30px;
   padding-top: 20px;
   padding-left: 20px;
}
.footericon{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    padding-left: 40px;
    box-sizing: border-box
}
.footer3 ul{
    list-style: none;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    padding-top: 10px;
    padding-left: 20px;
    box-sizing: border-box;
}
.footer3 ul li{
    padding-right: 30px;
    padding-left: 30px;
    box-sizing: border-box;
}
.footer3 ul li a{
    text-decoration: none;
    color: white;
}
.footer3 ul li:hover{
    background-color: turquoise;
}
