.sidedevices .iphoneandroid .mask {
  height: 100%;
  width: 100%;
  overflow: hidden;
  border-radius: 8px;
  background: #d8d5d5;
  border: 1px solid #d8d5d5;
}

.sidedevices {
  margin: 30px;
}

.sidedevices .iphoneandroid .mask-img {
  width: 100%;
  display: block;
}

.sidedevices .iphoneandroid .iphone {
  border-radius: 40px;
  background: linear-gradient(
    to bottom,
    rgba(247, 251, 254, 1) 0%,
    rgba(221, 226, 232, 1) 100%
  );
  box-shadow: inset 0 4px 7px 1px #fff,
    inset 0 -5px 20px rgba(187, 200, 225, 0.35),
    0 2px 6px rgba(40, 39, 66, 0.14), 0 10px 20px rgba(40, 39, 66, 0.06);
  overflow: hidden;
  width: 255px;
  height: 520px;
  z-index: 2;
  padding: 60px 12px 70px;
  margin-left: auto;
  position: relative;
}

.sidedevices .iphoneandroid .iphone:after {
  content: "";
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.05);
  position: absolute;
  bottom: 14px;
  left: calc(50% - 22px);
}

.sidedevices .iphoneandroid .iphone:before {
  content: "";
  width: 58px;
  height: 10px;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.08);
  position: absolute;
  top: 28px;
  left: calc(50% - 29px);
}

.sidedevices .iphoneandroid .android {
  border-radius: 5px;
  background: linear-gradient(
    to right,
    rgba(55, 55, 55, 1) 0%,
    rgba(22, 22, 22, 1) 100%
  );
  width: 280px;
  height: 518px;
  padding: 35px 12px;
  position: absolute;
  left: 0;
  top: 30px;
  border: 4px solid #58595e;
  transform: scale(0.86) translate3d(-10%, 0, 0);
}

.sidedevices .iphoneandroid .android .mask {
  border-radius: 4px;
}

.sidedevices .iphoneandroid .android:before,
.sidedevices .iphoneandroid .android:after {
  content: "\25CF";
  text-align: center;
  font-size: 40px;
  line-height: 46px;
  color: rgba(255, 255, 255, 0.1);
  width: calc(100% + 8px);
  height: 30px;
  border-radius: 50% 50% 0 0;
  position: absolute;
  top: -17px;
  left: -4px;
  border-width: 4px;
  border-style: solid;
  border-width: 4px 4px 0 4px;
  border-color: #58595e;
  background: linear-gradient(
    to right,
    rgba(55, 55, 55, 1) 0%,
    rgba(22, 22, 22, 1) 100%
  );
}

.sidedevices .iphoneandroid .android:after {
  content: "";
  top: initial;
  bottom: -17px;
  border-top: none;
  border-width: 0 4px 4px 4px;
  border-radius: 0 0 50% 50%;
}

@media screen and (max-width: 800px) {
  .sidedevices .iphoneandroid .sidedevices .iphoneandroid {
    position: relative;
    white-space: nowrap;
    vertical-align: top;
    overflow-x: scroll;
    width: calc(100% + 40px);
    margin: 0 0 0 -20px;
    -webkit-overflow-scrolling: touch;
  }

  .sidedevices .iphoneandroid .sidedevices .iphoneandroid .iphone {
    transform: none;
    border: none;
    position: relative;
    box-shadow: inset 0 4px 7px 1px #fff,
      inset 0 -5px 20px rgba(187, 200, 225, 0.35),
      0 2px 6px rgba(40, 39, 66, 0.14), 0 10px 20px rgba(40, 39, 66, 0.06);
    background: linear-gradient(
      to bottom,
      rgba(247, 251, 254, 1) 0%,
      rgba(221, 226, 232, 1) 100%
    );
    margin: 0 20px;
    display: inline-block;
    vertical-align: top;
    height: 440px;
    width: 220px;
    padding: 50px 8px 60px;
    border-radius: 30px;
    margin: 0 0 0 20px;
  }

  .sidedevices .iphoneandroid .sidedevices .iphoneandroid .iphone .mask {
    border-radius: 4px;
  }

  .sidedevices .iphoneandroid .sidedevices .iphoneandroid .iphone:before {
    top: 24px;
    width: 50px;
    height: 7px;
    left: calc(50% - 25px);
  }

  .sidedevices .iphoneandroid .sidedevices .iphoneandroid .iphone:after {
    width: 38px;
    height: 38px;
    left: calc(50% - 19px);
    bottom: 12px;
  }

  .sidedevices .iphoneandroid .sidedevices .iphoneandroid .android {
    position: relative;
    display: inline-block;
    vertical-align: top;
    height: 440px;
    width: 220px;
    margin: 0 20px;
    transform: scale(0.925);
    top: 5px;
  }
}

.centerdevices .iphones .mask {
  height: 100%;
  width: 100%;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: -1px 1px 4px rgba(107, 124, 147, 0.45);
  background: white;
}

.centerdevices .iphones .mask-img {
  width: 100%;
  display: block;
}

.centerdevices .iphones .iphone {
  border-radius: 40px;
  background: linear-gradient(
    to bottom,
    rgba(247, 251, 254, 1) 0%,
    rgba(221, 226, 232, 1) 100%
  );
  box-shadow: inset 0 4px 7px 1px #fff,
    inset 0 -5px 20px rgba(187, 200, 225, 0.35),
    0 2px 6px rgba(40, 39, 66, 0.14), 0 10px 20px rgba(40, 39, 66, 0.06),
    0px 0px 104px 0px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  width: 280px;
  height: 560px;
  z-index: 2;
  padding: 60px 12px 70px;
  margin: auto;
  position: relative;
  border-width: 5px 1px 2px 6px;
  border-style: solid;
  border-color: #e7ecf1;
  transform: matrix3d(
    0.94,
    0.25,
    0,
    0.0001,
    -0.28,
    0.97,
    0,
    0,
    0,
    0,
    1,
    0,
    135,
    -13,
    0,
    1
  );
}

.centerdevices .iphones .iphone__2 {
  position: absolute;
  left: calc(50% - 340px);
  top: 0;
  z-index: 0;
  border-width: 2px 2px 4px 6px;
  border-style: solid;
  border-color: #e7ecf1;
  box-shadow: inset 0 4px 7px 1px #fff,
    inset 0 -5px 20px rgba(187, 200, 225, 0.35),
    0 2px 6px rgba(40, 39, 66, 0.14), 0 10px 20px rgba(40, 39, 66, 0.06),
    0px 0px 104px 0px rgba(0, 0, 0, 0.3);
  transform: matrix3d(
    0.94,
    -0.25,
    0,
    0.0001,
    0.28,
    0.97,
    0,
    0,
    0,
    0,
    1,
    0,
    60,
    -13,
    0,
    1.1
  );
}

.centerdevices .iphones .iphone:after {
  content: "";
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.05);
  position: absolute;
  bottom: 14px;
  left: calc(50% - 22px);
}

.centerdevices .iphones .iphone:before {
  content: "";
  width: 58px;
  height: 10px;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.08);
  position: absolute;
  top: 28px;
  left: calc(50% - 29px);
}

@media screen and (max-width: 600px) {
  .centerdevices .iphones {
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    vertical-align: top;
    overflow: scroll;
    width: calc(100% + 40px);
    margin: 0 0 0 -20px;
  }

  .centerdevices .iphones .iphone {
    transform: none;
    border: none;
    position: relative;
    margin: 0 20px;
    display: inline-block;
    height: 440px;
    width: 220px;
    padding: 50px 8px 60px;
    margin: 0 0 0 20px;
    border-radius: 30px;
    box-shadow: inset 0 4px 7px 1px #fff,
      inset 0 -5px 20px rgba(187, 200, 225, 0.35),
      0 2px 6px rgba(40, 39, 66, 0.14), 0 10px 20px rgba(40, 39, 66, 0.06);
  }

  .centerdevices .iphones .iphone__2 {
    margin: 0 20px 0 20px;
    left: inherit;
  }

  .centerdevices .iphones .iphone .mask {
    border-radius: 4px;
  }

  .centerdevices .iphones .iphone:before {
    top: 24px;
    width: 50px;
    height: 7px;
    left: calc(50% - 25px);
  }

  .centerdevices .iphones .iphone:after {
    width: 38px;
    height: 38px;
    left: calc(50% - 19px);
    bottom: 12px;
  }
}

.sidedevices .iphones .mask {
  height: 100%;
  width: 100%;
  overflow: hidden;
  border-radius: 8px;
  background: #d8d5d5;
  border: 1px solid #d8d5d5;
  padding: 3px;
}

.sidedevices .iphones .mask-img {
  width: 100%;
  display: block;
}

.sidedevices .iphones .iphone {
  border-radius: 40px;
  background: linear-gradient(
    to bottom,
    rgba(247, 251, 254, 1) 0%,
    rgba(221, 226, 232, 1) 100%
  );
  box-shadow: inset 0 4px 7px 1px #fff,
    inset 0 -5px 20px rgba(187, 200, 225, 0.35),
    0 2px 6px rgba(40, 39, 66, 0.14), 0 10px 20px rgba(40, 39, 66, 0.06),
    0px 0px 104px 0px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  width: 280px;
  height: 560px;
  z-index: 2;
  padding: 60px 12px 70px;
  margin-left: auto;
  position: relative;
}

.sidedevices .iphones .iphone__2 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  box-shadow: inset 0 4px 7px 1px #fff,
    inset 0 -5px 20px rgba(187, 200, 225, 0.35),
    0 2px 6px rgba(40, 39, 66, 0.14), 0 10px 20px rgba(40, 39, 66, 0.06);
  transform: scale(0.9) translate3d(-5%, 0, 0);
}

.sidedevices .iphones .iphone:after {
  content: "";
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.05);
  position: absolute;
  bottom: 14px;
  left: calc(50% - 22px);
}

.sidedevices .iphones .iphone:before {
  content: "";
  width: 58px;
  height: 10px;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.08);
  position: absolute;
  top: 28px;
  left: calc(50% - 29px);
}

@media screen and (max-width: 900px) {
  .sidedevices .iphones {
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    vertical-align: top;
    overflow: scroll;
    width: calc(100% + 40px);
    margin: 0 0 0 -20px;
    text-align: center;
  }

  .sidedevices .iphones .iphone {
    transform: none;
    border: none;
    position: relative;
    margin: 0 20px;
    display: inline-block;
    height: 440px;
    width: 220px;
    padding: 50px 8px 60px;
    margin: 0 0 0 20px;
    border-radius: 30px;
    box-shadow: inset 0 4px 7px 1px #fff,
      inset 0 -5px 20px rgba(187, 200, 225, 0.35),
      0 2px 6px rgba(40, 39, 66, 0.14), 0 10px 20px rgba(40, 39, 66, 0.06);
  }

  .sidedevices .iphones .iphone__2 {
    margin: 0 20px 0 20px;
  }

  .sidedevices .iphones .iphone .mask {
    border-radius: 4px;
  }

  .sidedevices .iphones .iphone:before {
    top: 24px;
    width: 50px;
    height: 7px;
    left: calc(50% - 25px);
  }

  .sidedevices .iphones .iphone:after {
    width: 38px;
    height: 38px;
    left: calc(50% - 19px);
    bottom: 12px;
  }
}

.dot {
  height: 12px;
  width: 12px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
}

.container {
  background-color: #f1f1f1;
  border: 8px solid #f1f1f1;
  border-radius: 10px;
}

.top {
  padding: 10px;
  background: #f1f1f1;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

/* Page content */
.content {
  width: 100%;
}
