.section-title,
.section-description {
  color: #012c6c;
}

.section-title {
  font-weight: 600; /*  Semi bold  */
}

.section-description {
  font-weight: 300; /*  Light  */
}

.container {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  justify-content: center;
}

.first-row,
.second-row {
  margin: 40px 20px;
}

.second-row {
  height: 35vh;
  display: flex;
  align-items: center;
}

.item-descripiton a {
  color: #3171fe;
}
.item-descripiton a:hover {
  text-decoration: underline;
}

.picture-container {
  margin: 0 auto;
  width: 500px;
  height: 500px;
  text-align: center;
}

.picture-container img {
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto 30px auto;
}

.header-vector {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 80%;
  left: 120vw;
  z-index: 1;
  width: 450px;
  height: 450px;
}

@media (max-width: 767px) {
  .hide-picture-mobile {
    display: none;
  }
  .section-title {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .section-description {
    font-size: 14px;
  }
}

@media (min-width: 767px) {
  .container {
    flex-direction: row;
    align-items: center;
  }

  .second-row {
    height: 48vh;
  }

  .picture-container {
    width: 100%;
  }
  .picture-container img {
    margin: auto;
    width: 100%;
  }
  .section-title {
    font-size: 48px;
    line-height: 60px;
    padding-top: 30px;
  }

  .section-description {
    font-size: 24px;
    width: 80%;
    line-height: 36px;
    margin: 40px 0 50px 0;
  }
  .header-vector {
    width: 350px;
    height: 350px;
    top: 90%;
    left: 110vw;
  }
}

@media (min-width: 1330px) {
  .header-vector {
    width: 450px;
    height: 350px;
    top: 80%;
    left: 103vw;
  }
  .picture-container {
    width: 100%;
  }
  .picture-container img {
    margin: auto;
    width: 100%;
  }
  .second-row {
    height: 60vh;
  }

  .first-row {
    width: 30%;
  }
  .game-header-row-first {
    width: 40%;
  }
  .shopping-first-row {
    width: 40%;
  }
}

.about-section {
  position: relative;
  width: 100%;
  font-size: 40px;
  margin-bottom: 60px;
  margin-top: 10px;
}

.about-container {
  background-color: inherit;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
}

.footer {
  margin-top: 0;
}

.start-making-money {
  width: 100%;
  height: 30%;
  text-align: center;
  padding-bottom: 77px;
  padding-top: 120px;
  padding-left: 14px;
    padding-right: 14px;
}

.discover-making-money {
  width: 100%;
  height: 30%;
  text-align: center;
  padding-bottom: 77px;
  padding-top: 0;
  padding-left: 14px;
    padding-right: 14px;
}

.start-making-money h2 {
  margin-top: 10px;
}
.start-making-money-btn {
  font-family: inherit;
  width: auto;
  height: 60px;
  border-radius: 80px;
  -webkit-border-radius: 80px;
  -moz-border-radius: 80px;
  -ms-border-radius: 80px;
  border: none;
  text-align: center;
  background-color: #3171fe;
  color: white;
  font-size: 17px;
  font-weight: 500;
  margin-top: 30px;
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  padding: 0 40px;
}
.start-making-money-btn:hover {
  cursor: pointer;
  background-color: #0051ca;
}

.making-money-vector {
  position: absolute;
  width: 250px;
  height: 250px;
  transform: translate(-50%, -50%);
  z-index: 1;
}

[dir="rtl"] .making-money-vector {
  left: 0;
}

.section-item {
  display: flex;
  flex-direction: column;
  margin: 20px auto;
  width: 96%;
}

.item-img-container {
  margin-top: 30px;
  position: relative;
  z-index: 1;
}

/*END STYLES FOR CONTAINERS */

/* STYLES FOR ELEMENTS OF CONTAINERS */

.item-img-container .iphone {
  width: 100%;
  z-index: 1;
}

.item-img-container img {
  margin: 0 auto;
}

.about-vector {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 33%;
  width: 250px;
  height: 250px;
  left: 0;
}
/* END STYLES FOR ELEMENTS OF CONTAINERS */

/* STYLES FOR TEXTS */

.item-title {
  color: #012c6c;
  font-weight: normal;
}

.item-small-title {
  color: #3171fe;
  font-weight: 700;
}

.item-descripiton {
  color: #012c6c;
  font-weight: 300;
  font-size: 20px;
  padding-right: 100px;
}

[dir="rtl"] .item-descripiton {
  padding-left: 100px;
  padding-right: 0;
}

/* END STYLES FOR TEXTS */

@media (min-width: 767px) {
  /* MEDIA FOR CONTRAINERS */
  .section-item {
    flex-direction: row-reverse;
    justify-content: space-around;
    align-items: center;
  }

  [dir="rtl"] .section-item {
    flex-direction: row-reverse;
  }

  .section-item:nth-child(2) {
    flex-direction: row;
  }

  /*END MEDIA FOR CONTRAINERS */

  /* MEDIA FOR TEXTS */

  .item-title {
    font-size: 40px;
  }

  .item-small-title {
    font-size: 20px;
  }
  .item-descripiton {
    font-size: 20px;
    width: 437px;
  }
  .about-vector {
    width: 350px;
    height: 350px;
  }
  /*END MEDIA FOR TEXTS */
}

@media (min-width: 1330px) {
  .section-item {
    width: 70%;
  }
  .item-img-container .iphone {
    width: 100%;
    z-index: 1;
    max-width: 560px;
  }
  .about-vector {
    width: 450px;
    height: 450px;
  }
}

.number {
  width: 55px;
  height: 55px;
  margin: 0 40px 0 0;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  background-color: #dce7f8;
}

[dir="rtl"] .number {
  margin: 0 0 0 40px;
}


.number:nth-of-type(2) {
  width: 10px;
  background-color: red;
}
.description-conatiner {
  display: flex;
  justify-content: center;
}
.number p {
  color: #012c6c;
  text-align: center;
  font-weight: 600;
  font-size: 23px;
  width: 55px;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section-container {
  width: 100%;
  background-color: #f6fafd;
  position: relative;
}

.item-container {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.how-item-1 {
  margin: 0 10px 15px 10px;
  text-align: center;
}
.how-item-2 {
  margin: 15px 10px 30px 10px;
  text-align: center;
}

.how-item img {
  width: 180px;
}

.how-item p {
  padding-top: 10px;
  color: #012c6c;
  font-size: 17px;
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.how-item a {
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.how-item a:hover {
  opacity: 0.8;
}

.how-item p a {
  color: #012c6c;
}

.how-can-vector {
  position: absolute;
  top: -30%;
  left: 100vw;
  width: 250px;
  height: 250px;
  transform: translate(-50%, -50%);
}

.methods-title-select {
  padding-top: 100px;
  font-size: 40px;
  font-weight: normal;
  display: block;
  margin-top: 60px;
}

@media (min-width: 767px) {
  .how-item-1 {
    margin: 0 30px 15px 30px;
    min-width: 200px;
    max-width: 200px;
  }
  .how-item-2 {
    margin: 15px 30px 110px 30px;
    min-width: 200px;
    max-width: 200px;
  }
  .number {
    width: 55px;
    height: 55px;
  }
  .item-container {
    flex-direction: row;
  }
  .how-item img {
    width: 150px;
    margin: auto;
  }
  .how-can-vector {
    width: 350px;
    height: 350px;
    top: 0;
    left: 110vw;
  }
}

@media (min-width: 1330px) {
  .item-container {
    width: 80%;
  }
  .how-item-1 {
    margin: 0 50px 40px 50px;
  }
  .how-item-2 {
    margin: 40px 50px 110px 50px;
  }
  .testimonials-description {
    padding-bottom: 60px;
}
  .how-item p {
    margin-top: 0;
    color: #012c6c;
    font-size: 19px;
  }
  .how-item img {
    width: 180px;
  }

  .how-can-vector {
    width: 450px;
    height: 450px;
    top: 0;
    left: 100vw;
  }
}

@media (max-width: 770px) {
  .testimonials-description {
    padding-left: 14px;
    padding-right: 14px;
  }
  .methods-title-select {
    font-size: 29px;
    line-height: 42px;
    font-weight: normal;
    display: block;
    padding-top: 70px;
    padding-left: 14px;
    padding-right: 14px;
  }
  .item-container {
    flex-direction: unset;
    justify-content: unset;
    gap: 20px;
    padding-left: 30px;
    padding-right: 30px;
  }
  
  .item-container-1 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    gap: 0;
  }

  .item-container-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    gap: 0;
  }

  .how-item-1 {
    min-width: auto;
  }
  .how-item-2 {
    min-width: auto;
  }
  .how-item-1:nth-last-child(1):nth-child(odd) {
    grid-column: 1 / span 2;
  }
  .how-item-2:nth-last-child(1):nth-child(odd) {
    grid-column: 1 / span 2;
  }
  .item-descripiton {
     padding-right: 0;
  }
  .item-title {
    font-size: 28px;
    line-height: normal;
  }
  .item-descripiton {
    font-size: 17px;
  }
  .number {
    margin: 0 20px 0 0;
  }

  [dir="rtl"] .number {
    margin: 0 0 0 20px;
  }

  .number {
    width: 45px;
    height: 45px;
  }
  .number p {
    width: 45px;
    height: 45px;
    font-size: 21px;
  }
  .how-item-1 {
    margin: 20px auto;
  }
  .how-item-2 {
    margin: 20px auto;
  }
  .how-item p {
    padding-top: 10px;
    font-size: 17px;
  }
  .how-item img {
    width: 140px;
  }
  .item-container {
    padding-bottom: 25px;
  }

}


@media (max-width: 767px) {
  .start-making-money h2 {
    margin-top: 30px;
  }
  .start-making-money {
    padding-bottom: 67px;
    padding-top: 80px;
  }

  .discover-making-money {
    padding-bottom: 67px;
    padding-top: 40px;
  }
  
  .making-money-vector {
    width: 350px;
    height: 350px;
  }
  .making-money-vector {
    display: none;
  }
}

@media (min-width: 1330px) {
  .making-money-vector {
    width: 450px;
    height: 450px;
  }
}