/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 100 version
*/

body {
  margin: 0;
  font-family: "Open Sans", serif;
}
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.w-100 {
  width: 100%;
}
.w-80 {
  width: 80%;
}
button {
  padding: 10px;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  background-color: #fa684f;
  font-size: 0.5rem;
  line-height: 1.25px;
  font-weight: 700;
  letter-spacing: 2px;
  border: none;
  color: white;
  text-transform: uppercase;
  cursor: pointer;
}
img {
  display: block;
  margin: auto;
}
p,
h1,
h2,
h3,
h4,
h5 {
  font-family: "Arvo", serif;
  font-weight: 400;
}
h3 {
  margin: 0;
}
.heading {
  max-width: 17.5rem;
}
.heading2 {
  max-width: 9.375rem;
}

.center-child {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.py-md {
  padding-block: 2.8125rem;
}
.text-center {
  text-align: center;
}
.ancour-with-arrow {
  display: inline-block;
  color: #ffc80a;
  margin: 1.25rem 0;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2.4px;
  text-decoration: none;
}
.span {
  display: inline-block;
  color: #9fa3a7;
  font-size: 0.75rem;
  line-height: 20px;
  margin-bottom: 0.625rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: "Montserrat", serif;
}
/*start header*/
.header-item {
  background-color: #f7f8f9;
}
.header-item h1 {
  font-size: -webkit-calc(1vw + 1.875rem);
  font-size: -moz-calc(1vw + 1.875rem);
  font-size: calc(1vw + 1.875rem);
  max-width: 600px;
  margin: 0.625rem 0;
}
.header-item .ancour-with-arrow {
  color: #85b9c5;
}

/*end header*/
/*start mobile */
.mobile {
  padding: 2.1875rem 1.875rem 0 1.875rem;
}
.mobile h3 {
  line-height: 28px;
  font-size: 1.375rem;
  margin-bottom: 1.25rem;
}
.mobile p {
  color: #9fa3a7;
  font-size: 0.875rem;
  line-height: 28px;
}
.mobile img {
  margin: auto;
  width: 80%;
}

/*end mobile */
/*start keyboard*/
.keyboard {
  background-color: #f05638;
}
.keyboard h3 {
  color: white;
  font-weight: 600;
}

/*end keyboard*/
/*start game*/
.game {
  background-color: #f7f8f9;
}
.game img {
  -webkit-transform: translateX(-30px);
     -moz-transform: translateX(-30px);
      -ms-transform: translateX(-30px);
       -o-transform: translateX(-30px);
          transform: translateX(-30px);
}
/*end game*/
/* start touch*/
.touch {
  padding-top: 1.25rem;
  padding-inline: 1.25rem;
  overflow: hidden;
}

.touch img {
  width: 100%;
  margin-top: 1.5625rem;
  -webkit-transform: translateX(-150px);
     -moz-transform: translateX(-150px);
      -ms-transform: translateX(-150px);
       -o-transform: translateX(-150px);
          transform: translateX(-150px);
}
.touch p {
  color: #a5a9aa;
  font-size: 14px;
  line-height: 25px;
  margin-bottom: 0.3125rem;
}
.touch a {
  color: #27bac2;
}
/* end touch*/

/*start twiter*/
.twiter {
  background-color: #38d5f4;
  overflow: hidden;
}
.twiter .circle {
  padding: 2.1875rem;
  aspect-ratio: 1 / 1;
  -webkit-clip-path: circle(50%);
          clip-path: circle(50%);
  background-color: #35cfed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: -7px 0;
}

.twiter .circle img {
  width: 50px;
}
.twiter .circle h3 {
  color: white;
  margin: 15px 0;
}
/*end twiter*/
/*start ipad*/
.ipad {
  background-color: #93b6b7;
  overflow: hidden;
  position: relative;
  padding: 2.1875rem;
}
.ipad button {
  position: absolute;
  left: 18px;
  top: 10px;
}
.ipad h3 {
  color: white;
  max-width: 250px;
  font-weight: 700;
  margin: auto;
  margin-top: 25px;
}

.ipad .img1 {
  width: 100%;
  position: relative;
  top: 55px;
}
.ipad .img2 {
  position: absolute;
  width: 90%;
  margin: auto;
  left: -98px;
  right: 0;
  bottom: 0;
}

/*end ipad*/
/*start icloud*/
.icloud {
  padding: 25px;
  background-color: #8f76bc;
  overflow: hidden;
}
.icloud .circle {
  aspect-ratio: 1 / 1;
  padding: 35px;

  -webkit-clip-path: circle();

          clip-path: circle();
  background-color: #8166b0;
  font-size: 17px;
}
.icloud .pop {
  color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  background-color: #8b72b6;
  -webkit-border-radius: 200px;
     -moz-border-radius: 200px;
          border-radius: 200px;
  padding: 5px 18px;
  margin: 20px auto;

  letter-spacing: 2px;
}

.icloud .pop img {
  width: 14px;
}
.icloud h3 {
  font-size: 28px;
  font-weight: 700;
}
.icloud .img2 {
  width: 70%;
}
.icloud span {
  color: white;
}
.icloud .text {
  color: white;
  margin: 20px 0;
}
.icloud .text button {
  background-color: #ffc80a;
  color: black;
  font-size: 16px;
  -webkit-border-radius: 80px;
     -moz-border-radius: 80px;
          border-radius: 80px;
  padding: 20px 25px;
}
.icloud .text p {
  line-height: 28px;
  max-width: 300px;
}
/*end icloud*/
/*start popular*/
.popular button {
  background-color: #7bc424;
}
.popular h3 {
  color: black;
  margin: 20px 0;
}
/*end popular*/
/*start tv*/
.tv {
  background-color: #2c2c2c;
  padding-bottom: 20px;
  color: white;
}
.tv img {
  width: 65%;
  -webkit-transform: translateX(-50px);
     -moz-transform: translateX(-50px);
      -ms-transform: translateX(-50px);
       -o-transform: translateX(-50px);
          transform: translateX(-50px);
}
/*end tv*/