@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

body {
  background-image: linear-gradient(
      to bottom,
      rgba(1, 4, 20, 0.397),
      rgba(15, 1, 12, 0.596)
    ),
    url("../image/bg.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.phone {
  width: 220px;
  height: 400px;
}

@media screen and (max-width: 480px) {
  .phone {
    width: 165px;
    height: 300px;
  }
}

.warpper {
  /* border: 1px solid yellow; */
  display: flex;
  overflow-x: auto;
  min-height: 400px;
  scroll-behavior: smooth;
}

.warpper::-webkit-scrollbar {
  width: 0;
}

.warpper .item {
  min-width: 200px;
  height: 350px;
  width: 190px;
  /* line-height: 300px; */
  /* text-align: center; */
  margin-right: 20px;
}

.warpper .previous {
  position: absolute;
  left: 1;
  top: 1;
}

.warpper .next {
  position: absolute;
  left: 97%;
  top: 1;
}

.sar {
  font-size: 13px;
}

.roboto-black {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: normal;
  color: wheat;
}
