div{
    height: 550px;
    width: 500px;
    position: relative;
    right: -399px;
    top: 50px;
}
body{
    overflow-y: hidden;
    background-color: #eaeaea;
    overflow: hidden;
}
#box1{
    background-image:url(bag.jpg);
    /* background-image: url(sunday.jpg); */
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 15px;
    position: relative;
    top: -195px;
    right: 1185px;
}
nav a{
    display: block;
    padding: 15px;
    color: rgb(241, 147, 7);
    text-decoration: none;
    display: inline-block;
}
#box2{
    height: 500px;
    width: 550px;
    position: relative;
    right: 400px;
    top: -1230px;
    border-style: none;
    border-radius: 10px;
    
}
 em{
    position: relative;
    left:-380px;
    top: -35px;
    font-family: Arial,Helvetica,sans-serif;
    font-weight: 400;
    letter-spacing: 0em;
    font-family: futura-pt;
    font-weight: 300;
    font-style: normal;
    font-size: 16px;
    letter-spacing: .06em;
    line-height: 1.6em;
    text-transform: none;
    color: #000;
    white-space: pre-wrap;
    font-style: italic;

}
   
H1{
    text-decoration: none;
    color: #121212;
    font-size: 32px;
    letter-spacing: .03929825px;
    font-family: Arial,Helvetica,sans-serif;
    font-weight: 700;
    font-size: 32px;
    letter-spacing: 0em;
    line-height: 1em;
    font-family: futura-pt;
    font-weight: 100;
    font-style: normal;
    font-size: 57px;
    letter-spacing: .07em;
    line-height: .9em;
    text-transform: none;
    position: relative;
    top: -1195px;
    left: -400px;
}
.social li{
    display: inline-block;
    position: relative;
    top: -600px;
    right: -540px;
}
#box3{
    position: relative;
    top: -65px;
    right: -50px;
}
#box4{
    position: relative;
    top: -621px;
    right: -86px;
}
@media (max-width: 600px) {
    #box1, #box2 {
      width: 100%;
    }
  
  .social {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
footer{
    
    position: relative;
    top:-1130px;
    right: -200px;
    -webkit-text-size-adjust: 100%;
     pointer-events: auto;
     --rem: 16;
    font-family: futura-pt;
     font-weight: 300;
     font-style: normal;
     font-size: 16px;
     letter-spacing: .06em;
     line-height: 1.6em;
     text-transform: none;
     color: #000;
     -webkit-font-smoothing: subpixel-antialiased;
     display: block;
}
.buttons{
    position: absolute;
    bottom: 30px;
    z-index: 222222;
    text-align: ;
}
@-webkit-keyframes slide_animation{
    }
.slide-images{
    -webkit-animation-name: slide animation;
    -webkit-animation-duration: 33s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    -webkit-animation-play-state: running;

}
.img-container{
    float: left;
}
img{
    mix-blend-mode: multiply;
}
.buttons{
    position: relative;
    top: 06px;
    right: -420px ;
    bottom:30px;
    z-index: 222222;
    text-align: center;
    width:100%;
}
.buttons button{
    width:30px;
    height:30px;
    border-radius: 50%;
    border:1px solid #555;
    transition: 0.5s;
}.buttons button:hover{
    background-color: #eedddd;
}
