* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  list-style: none;
}

body {
  background: -webkit-gradient(linear, left top, left bottom, from(#e66465), to(#9198e5));
  background: linear-gradient(#e66465, #9198e5);
  width: 100%;
}

#maciPhone_box {
  margin-top: 100px;
}

.iphone_box {
  background-image: url("/img/iPhone.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.link_box {
  background-color: black;
  padding: 15px;
  border-radius: 5px;
  color: white;
  -webkit-transition: .3s;
  transition: .3s;
  text-decoration: none;
  margin: 8px;
}

.list {
  -webkit-transition: .3s;
  transition: .3s;
  margin-top: 10px;
  margin-bottom: 20px;
}

.list:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.link_box:hover {
  color: black;
  background-color: rgba(0, 0, 0, 0.212);
}

.iphone_box::before {
  content: '';
  width: 300px;
  height: 400px;
  background-image: url("/img/iPhone.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  z-index: 55;
}

.macbook_box {
  width: 750px;
  height: 400px;
  background-image: url("/img/macbook.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.box_one {
  width: 170px;
  border-radius: 5px;
  position: absolute;
  height: 365px;
  top: 4%;
  padding: 15px;
  background-color: white;
  margin: 0 auto;
  left: 111px;
}

#n {
  margin-top: 150px;
}

.box_two {
  width: 491px;
  position: absolute;
  height: 313px;
  top: 7%;
  padding: 15px;
  background-image: url("/img/macbookIMG.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 auto;
  left: 129px;
}

.box_one_text {
  font-size: 14px;
  margin-top: 10px;
  text-align: center;
  font-weight: 800;
  font-style: initial;
}

.insta_logo {
  border-radius: 300px;
}

.insta_link {
  position: relative;
  z-index: 999;
}

@media (max-width: 767px) {
  body {
    overflow-x: hidden;
  }
  #maciPhone_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .iphone_box {
    margin-left: 50px;
  }
  .box_one {
    margin-top: 11px;
  }
  .box_two {
    width: 486px;
    top: 14%;
    height: 305px;
    left: 100px;
  }
  #n {
    margin-top: 130px;
  }
  .macbook_box {
    width: 700px;
    margin-left: -100px;
    background-image: url("/img/mac2.png");
  }
}

@media (max-width: 677px) {
  body {
    overflow-x: hidden;
  }
  #maciPhone_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .iphone_box {
    margin-left: 50px;
  }
  .box_one {
    margin-top: 11px;
  }
  .box_two {
    width: 455px;
    top: 13.9%;
    height: 290px;
    left: 95px;
  }
  #n {
    margin-top: 130px;
  }
  .macbook_box {
    width: 600px;
    margin-left: -60px;
    margin-top: -100px;
    background-image: url("/img/mac2.png");
  }
}

@media (max-width: 550px) {
  body {
    overflow-x: hidden;
  }
  #maciPhone_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .iphone_box {
    margin-left: 50px;
  }
  .box_one {
    margin-top: 11px;
  }
  .box_two {
    width: 455px;
    top: 13.9%;
    height: 290px;
    left: 95px;
  }
  #n {
    margin-top: 130px;
  }
  .macbook_box {
    width: 650px;
    margin-left: -60px;
    margin-top: -100px;
    background-image: url("/img/mac2.png");
  }
}

@media (max-width: 500px) {
  body {
    overflow-x: hidden;
  }
  * body {
    height: 40vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #maciPhone_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .iphone_box {
    margin-left: 35px;
    margin-top: -90px;
  }
  .box_one {
    margin-top: 11px;
  }
  .box_two {
    width: 455px;
    top: 13.9%;
    height: 290px;
    left: 95px;
    display: none;
  }
  #n {
    margin-top: 130px;
  }
  .macbook_box {
    display: none;
  }
}

@media (max-width: 450px) {
  body {
    overflow-x: hidden;
  }
  * body {
    height: 40vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #maciPhone_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .iphone_box {
    margin-left: 0px;
    margin-top: -90px;
  }
  .box_one {
    margin-top: 11px;
  }
  .box_two {
    width: 455px;
    top: 13.9%;
    height: 290px;
    left: 95px;
    display: none;
  }
  #n {
    margin-top: 130px;
  }
  .macbook_box {
    display: none;
  }
}

@media (max-width: 400px) {
  body {
    overflow-x: hidden;
  }
  * body {
    height: 40vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #maciPhone_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .iphone_box {
    margin-left: -15px;
    margin-top: -90px;
  }
  .box_one {
    margin-top: 11px;
  }
  .box_two {
    width: 455px;
    top: 13.9%;
    height: 290px;
    left: 95px;
    display: none;
  }
  #n {
    margin-top: 130px;
  }
  .macbook_box {
    display: none;
  }
}

@media (max-width: 380px) {
  body {
    overflow-x: hidden;
  }
  * body {
    height: 35vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #maciPhone_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .iphone_box {
    margin-left: -20px;
    margin-top: -90px;
    width: 400px;
    height: 200px;
  }
  .box_one {
    margin-top: 11px;
  }
  .box_two {
    width: 455px;
    top: 13.9%;
    height: 290px;
    left: 95px;
    display: none;
  }
  #n {
    margin-top: 130px;
  }
  .macbook_box {
    display: none;
  }
}

@media (max-width: 350px) {
  body {
    overflow-x: hidden;
  }
  * body {
    height: 40vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #maciPhone_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .iphone_box {
    margin-left: -35px;
    margin-top: -90px;
  }
  .box_one {
    margin-top: 11px;
  }
  .box_two {
    width: 455px;
    top: 13.9%;
    height: 290px;
    left: 95px;
    display: none;
  }
  #n {
    margin-top: 130px;
  }
  .macbook_box {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */