.slider_section {
  background-color: #242424;

  padding-top: 155px;
  padding-bottom: 160px;
}

.con {
  max-width: 1200px;
  margin: 0 auto;
}

.con h1 {
  font-weight: 600;
  font-size: 50px;
  line-height: 1.2401612903225807em;
  letter-spacing: -0.03em;

  color: #ffffff;
}

.con h2 {
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 1.25em;
  letter-spacing: -0.02em;

  background: linear-gradient(25.29deg, #c4a983 17.72%, #b3966e 65.01%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;

  margin-bottom: 41px;
}

.display_none {
  display: none;
}

.mid_girl {
  transform: scale(1.218);
}

.musk {
  max-width: 992px;
  margin: 0 auto;
  padding: 66px 0;

  overflow: hidden;
}

.img_wrapper img {
  width: 290px;
}

.img_wrapper {
  transition: transform 300ms ease;
}

.cam {
  display: flex;
  grid-gap: 60px;
  transform: translateX(-351px);
}

.tran_inject {
  transition: transform 500ms ease;
}

.musk_wrapper {
  position: relative;
}

.slide-nav {
  position: absolute;
  top: 50%;

  cursor: pointer;
  z-index: 2;
}

#l-nav {
  transform: translateY(-50%);
}

#r-nav {
  right: 0;
  transform: translateY(-50%);
}

/* iPhone */

.iphone_bg {
  width: 290px;
  height: 590px;

  background-color: #fff;
  border-radius: 46px;
  padding: 14px;

  box-shadow: inset 0px 0px 0px 5px #e3e1eb;
}

.frame_iphone img {
  width: 100%;
}

.noch {
  border-radius: 15px 15px 0 0;
}
.chin {
  border-radius: 0 0 15px 15px;
}

.slide_content {
  position: relative;
}

.mid_image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

div.slide_content .play_btn {
  width: 70px;

  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  z-index: 4;
  cursor: pointer;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;

  width: 100%;
  height: 100%;

  background-color: black;
  opacity: 0.1;
  z-index: 3;
}

/* */

.mobile-slider {
  display: none;
  position: relative;
}

.mobile_wrapper {
  transition: transform 300ms ease;
}

.mobile_nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}

.right_nav_mobile {
  right: 0;
}

.cam2 {
  display: flex;
  width: 290px;
}

.musk2 {
  display: flex;
  justify-content: center;
}

.mobile_slide_wrapper {
  width: 290px;
  overflow: hidden;
}

/* Media query */

@media screen and (max-width: 800px) {
  .con {
    padding: 0 20px;
  }

  .cam {
    transform: translateX(-351px) scale(0.735);
  }

  .con h1 {
    font-size: 50px;
  }
  .con h2 {
    font-size: 24px;
  }
  .musk {
    padding-top: 0;
  }
}

@media screen and (max-width: 480px) {
  .con h1 {
    font-size: 39px;
  }
  .con h2 {
    font-size: 22px;
    margin-top: 5px;
  }
  .slider_section {
    padding: 100px 0;
  }

  .Slider {
    display: none;
  }

  .mobile-slider {
    display: block;
  }
}
