.rendering {
  image-rendering: unset;
}

a {
  text-decoration: none;
}
ul {
  list-style: none;
}
main {
  overflow-y: hidden !important;
  overflow-x: hidden !important;
}
/* test */
html,
body {
  overflow-x: hidden;
  color: #323234;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.6;
  min-height: 100%;
}
.footer-rotate {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
}
body,
html {
  background-color: #fff;
}
html {
  font-size: 16px;
  height: 100%;
}

p a:hover {
  opacity: 0.9;
}

*,
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  box-sizing: border-box;
}
svg {
  fill: currentColor;
  vertical-align: middle;
}
header,
main,
nav,
picture {
  display: block;
}
ul {
  list-style: none;
}
a > img {
  border: 0;
  outline: 0;
}
img {
  display: block;
  border: 0;
}
h1,
h2,
h3 {
  color: #012c6c;
}

img,
picture {
  max-width: 100%;
}
img,
svg {
  vertical-align: bottom;
}

h1 {
  font-size: 35px;
  line-height: 45px;
}
h2 {
  margin: 0 0 15px;
  font-size: 33px;
  line-height: 44px;
}
h3 {
  font-size: 1.25rem;
  line-height: 1.2;
  margin-bottom: 14px;
}
/* p {
  color: #323234;
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 16px;
} */

@media (min-width: 768px) {
  .rendering {
    image-rendering: -webkit-optimize-contrast;
  }
}

@media (min-width: 600px) {
  .link-more {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (min-width: 768px) {
  h1 {
    font-size: 38px;
    line-height: 50px;
    margin-bottom: 16px;
  }
  h2 {
    margin: 0 0 26px;
    font-size: 38px;
    line-height: 48px;
  }
  h3 {
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 16px;
  }
}
@media (min-width: 1024px) {
  h1 {
    font-size: 42px;
    line-height: 52px;
  }
}
@media (min-width: 1424px) {
}
@media (max-width: 767px) {
  h2 {
    font-size: 32px;
    line-height: 42px;
  }
}

.main-header {
  width: 100%;
  background-color: #f6fafd;
  position: relative;
}

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

.section-title {
  font-weight: 600;
  width: 100%;
}

.section-description {
  font-weight: 300;
}

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

.pw_sitemap_row {
  display: flex;
  margin-bottom: 15px;
}

.play_a_game_button,
.google_cashback_addon {
  background-color: #3171fe;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  position: relative;
  gap: 20px;
  align-items: center;
  box-sizing: border-box;
  color: #fff;
  border-radius: 30px;
  width: auto;
  -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);
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.play_a_game_button {
  padding: 14px 32px 14px 32px;
}

.google_cashback_addon {
  padding: 14px 32px 14px 60px;
}

.play_a_game_button:hover,
.google_cashback_addon:hover {
  cursor: pointer;
  background-color: #0051ca;
}

.shopping-resources-cashback {
  margin-bottom: 40px;
}

img .google_chrome_button {
  vertical-align: middle;
  border: 0;
}

.google_cashback_addon img {
  position: absolute;
  max-width: 24px;
  left: 20px;
}

.pw_sitemap_row_column {
width: 50%;
word-break: break-word;
}

.pw_sitemap_row a {
  color: #3171fe;
}

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

.second-row {
  height: 35vh;
}

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

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


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

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

.apps-btns-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.app-store-button {
  background-color: #292b2e;
  margin-right: 25px;
}

[dir="rtl"] .app-store-button {
  margin-right: 0;
  margin-left: 25px;
}

.google-play-button {
  background-color: #fff;
}

.app-store-button,
.google-play-button {
  position: relative;
  width: 137px;
  height: 48px;
  text-align: center;
  border-radius: 33.5px;
  -webkit-border-radius: 33.5px;
  -moz-border-radius: 33.5px;
  -ms-border-radius: 33.5px;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  margin-top: 20px;
  transition: background-color 0.2s ease-in-out;
  cursor: pointer;
}
.google-play-button:hover {
  background-color: #edf5fc;
}
.app-store-button:hover {
  cursor: pointer;
  background-color: #000;
}

.app-store-button img,
.google-play-button img {
  margin: 0 auto;
  position: absolute;
  width: 75%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

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

[dir="rtl"] .header-vector {
  top: 60%;
  left: inherit;
  right: 88vw;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.cashback_button_addon {
  top: 30%;
  right: 20%;
}

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

/* MEDIA QUERIES */
@media (max-width: 470px) {
  .header-vector {
    width: 200px;
    height: 200px;
  }
}

@media (max-height: 500px) {
  .second-row {
    height: 20vh;
  }

  .picture-container img {
    width: 200px;
  }

  .video-index-container img {
    width: 200px;
  }
}

@media (max-height: 500px) and (max-width: 767px) {
  .header-container {
    height: 150%;
    justify-content: flex-start;
    margin-bottom: 10vh;
  }
}

@media (min-width: 767px) {
  .header-container {
    flex-direction: row;
    align-items: center;
  }
  .picture-container {
    height: auto;
    width: 400px;
  }
  .video-index-container {
    height: auto;
    width: 400px;
    outline: none !important;
    position: relative;
    overflow: hidden;
    border: none !important;
    margin: -1px;
    clip-path: inset(0px);
  }

  .section-title {
    font-size: 58px;
    line-height: 76px;
  }

  .section-description {
    font-size: 24px;
    width: 80%;
    line-height: 40px;
    margin: 30px 0 50px 0;
  }
  .header-vector {
    width: 350px;
    height: 350px;
    top: 90%;
    left: 110vw;
  }
  [dir="rtl"] .header-vector {
    top: 60%;
    left: inherit;
    right: 92vw;
  }
}

@media (min-width: 1000px) {
  .header-vector {
    left: 108vw;
  }
}

@media (min-width: 1100px) {
  .app-store-button,
  .google-play-button {
    width: 207px;
    height: 56px;
  }

  .app-store-button img,
  .google-play-button img {
    width: 52%;
  }
}

@media (min-width: 1200px) {
  .header-vector {
    left: 106vw;
  }
}

@media (min-width: 1330px) {
  .header-vector {
    width: 450px;
    height: 350px;
    left: 108vw;
  }
  [dir="rtl"] .header-vector {
    top: 60%;
    left: inherit;
    right: 90vw;
  }

  .second-row {
    height: 60vh;
    display: flex;
    align-items: center;
  }
  .first-row {
    width: 50%;
  }

  .app-store-button,
  .google-play-button {
    width: 277px;
    height: 56px;
  }

  .app-store-button img,
  .google-play-button img {
    width: 40%;
  }
}

@media (min-width: 1500px) {
  .header-vector {
    left: 106vw;
  }
}


.s_s-container-trustpilot {
  width: 80%;
    flex-direction: row-reverse;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto 20px auto;
}


.trusted-by-paidwork__title {
  color: #9899ac;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
}

@keyframes slide {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

@keyframes slide-rtl {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}



.logo-slider--animated {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  pointer-events: none;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.logo-slider {
  overflow-x: hidden;
}
.trusted-by-paidwork__wrapper {
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
    gap: 1.2rem;
    justify-content: space-between;
    padding: 0 0.6rem;
}

.trusted-by-paidwork__wrapper {
  animation: slide 35s linear 1s infinite;
}

[dir="rtl"] .trusted-by-paidwork__wrapper {
  animation: slide-rtl 35s linear 1s infinite;
}

.trusted-by-paidwork__logo {
  align-items: center;
  display: flex;
  height: 8.5rem;
  justify-content: center;
  opacity: .4;
  width: 9rem;
}

.trusted-by-paidwork__logo img {
  max-width: 13rem;
  max-height: 3rem;
  width: auto;
}

@media screen and (min-width: 992px) {
  .trusted-by-paidwork__wrapper {
    gap: 8.9rem;
    padding: 0 4.45rem;
}
.trusted-by-paidwork__logo {
  height: 7rem;
  width: 4rem;
}
}

.testimonials-section {
  position: relative;
  width: 100%;
  font-size: 40px;
  padding: 0 14px;
  margin: 50px 0 150px 0;
}

.token-rocket-emoji {
  width: 20px;
  display: inline-block;
  margin-left: 5px;
}

.trusted-by-section {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 50px 0 0 0;
}

.about-section {
  position: relative;
  width: 100%;
  font-size: 40px;
  padding: 0 14px;
}

.featured-content-list {
 padding: 80px 0 0 !important;
}

.about-container {
  background-color: #ffff;
  display: flex;
  flex-direction: column;
  justify-content: center;

  margin: 0 auto;
}

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

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

.section {
  padding: 80px 0 120px;
  position: relative;
}

.section-white-gray {
  background-color: #f6fafd;
}

.section-white {
  background-color: #fff;
}

.site-width {
  vertical-align: baseline;
  box-sizing: content-box;
  margin: 0 auto;
  padding: 0 15px;
  max-width: 984px;
}

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

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

.ellipse {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 75%;
  left: 50%;

  width: 75vw;
  height: 75vw;

  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  z-index: -1;
}

.light-blue {
  background-color: #dce7f8; /* COLOR FOR ELLIPSES */
}

.blue {
  background-color: #3171fe; /* COLOR FOR ELLIPSES */
}

.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 */

.about-section-title {
  text-align: center;
  font-weight: 600;
  margin-bottom: 10px;
  padding-top: 0;
  margin-top: 60px;
  margin-left: 10px;
        margin-right: 10px;
}

.resources-section-title {
  text-align: center;
  font-weight: 600;
  margin-bottom: 30px;
  padding-top: 0;
  margin-top: 60px;
}

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

.item-small-title {
  color: #3171fe;
  font-weight: 700;
  font-size: 20px;
  padding-bottom: 20px;
}

.item-descripiton {
  color: #012c6c;
  font-weight: 300;
  font-size: 16px;
}

/* 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: revert;
  }

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

  [dir="rtl"] .section-item:nth-child(3) {
    flex-direction: row-reverse;
  }

  /*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;
  }
  /*END MEDIA FOR TEXTS */

  .ellipse {
    width: 300px;
    height: 300px;
  }

  .about-vector {
    width: 350px;
    height: 350px;
  }
}

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

  .ellipse {
    width: 400px;
    height: 400px;
  }
  .about-vector {
    width: 450px;
    height: 450px;
  }
}

/* END CSS FOR ABOUT SECTION  */

/* CSS FOR HOW PAIDWORK HELP */

.how-section-item {
  display: flex;
  flex-direction: column;
  margin: 0px auto;
  width: 96%;
  align-items: center;
}

.how-can-section {
  position: relative;
  width: 100%;
  background-color: #f6fafd;
  padding: 20px 0 60px 0;
}

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

.how-section-item {
  /* margin-bottom: 200px; */
}

.title-description {
  text-align: center;
  font-size: 18px;
  color: #012c6c;
  font-weight: 300;
  padding: 0 0 40px 0;
}

.text-row {
  width: 80%;
}

.text-row .description-title {
  color: #012c6c;
  padding: 80px 0 10px 0;
  font-size: 32px;
  font-weight: 500;
}

.text-row .description-text {
  font-size: 20px;
  font-weight: 300;
  color: #012c6c;
}

.sc-gXfVKN {
  padding-top: 20px;
  padding-bottom: 50px;
}

.bwSYJA {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

.dibAOa {
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  background: linear-gradient(to right, rgb(0, 182, 122) 100%, rgb(220, 220, 230) 0%);
  margin: 2px;
}

.jKLUHq {
  -webkit-box-align: center;
  align-items: center;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  justify-content: center;
  margin: 0 30px;
}

.dSOsXa {
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  background: linear-gradient(to right, rgb(0, 182, 122) 50%, rgb(220, 220, 230) 0%);
  margin: 2px;
}

.trustpilot-container {
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.trustpilot-container a {
  text-decoration: none;
  color: inherit;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}

.widgetTrustpilotLogo {
  height: 20px;
  position: relative;
  min-height: 20px;
  margin: 0px 10px 15px 6px;
}

.widgetMainText {
  flex-shrink: 0;
  font-size: 14px;
}

@media (max-width: 560px) {
  .bwSYJA {
    margin-top: 10px;
    margin-bottom: 3px;
  }
}


.text-row .start-now {
  font-size: 20px;
  color: #3171fe;
  margin: 20px 0;
  font-weight: 600;
}

.testimonials-title {
  font-size: 40px;
  font-weight: normal;
}
.testimonials-description {
  font-size: 20px;
  color: #012c6c;
}

.text-row .start-now a {
  color: #3171fe;
}

.img-row img {
  max-width: 350px;
  padding-right: 50px;
}

@media (min-width: 767px) {
  .how-section-item {
    width: 80%;
    justify-content: space-around;
    flex-direction: row;
  }

  .text-row {
    width: 70%;
  }
  .how-can-vector {
    width: 350px;
    height: 350px;
    top: 0;
    left: 106vw;
  }
  .second-row {
    height: 54vh;
    margin: 40px 20px 0 20px;
    z-index: 1;
}
}

@media (min-width: 1330px) {
  .how-section-item {
    width: 70%;
  }
  .text-row .description-text {
    width: 45vw;
  }
  .title-description {
    font-size: 28px;
    padding-bottom: 90px;
  }
  .about-section-title {
    font-size: 46px;
    margin-top: 100px;
    padding-top: 0;
    padding-bottom: 0;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    line-height: normal;
  }

  .resources-section-title {
    font-size: 46px;
    margin-top: 10px;
    padding-top: 0;
    padding-bottom: 0;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    line-height: normal;
  }
  
.testimonials-title {
  font-size: 40px;
  font-weight: normal;
}
.testimonials-description {
  font-size: 20px;
  color: #012c6c;
}
  .how-can-vector {
    width: 450px;
    height: 450px;
    top: 0;
    left: 102vw;
  }
  .first-row {
    width: 50%;
  }
  .picture-container {
    width: 560px;
  }
  .video-index-container {
    width: 540px;
  }
  .second-row {
    height: 100%;
    max-height: 450px;
    margin: 50px 10px 70px 10px;
    padding-bottom: 20px;
    -webkit-box-sizing: content-box !important;
    box-sizing: content-box !important;
  }
}

.footer {
  margin-top: 0;
}

.start-making-money {
  width: 100%;
  height: 30%;
  text-align: center;
  padding-bottom: 77px;
  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;
}

.pw_header_container {
  display: block;
}

a { 
  cursor: pointer;
}

@media (max-width: 767px) {

  .resources-section-title {
    margin-top: 0;
    margin-bottom: 0;
  }

  .pw_header_container {
    display: flex;
  }
  .testimonials-title {
    font-size: 29px;
    line-height: 42px;
  }
  .testimonials-description {
    font-weight: 300;
    font-size: 16px;
  }
  .testimonials-section {
    margin: 50px 0 50px 0;
  }
  .s_s-container-trustpilot {
    width: 100%;
  }

  .start-making-money h2 {
    margin-top: 30px;
  }
  .start-making-money {
    padding-bottom: 67px;
  }

  .app-store-button, .google-play-button {
    width: 146px;
    height: 48px;
  }
  .app-store-button {
    margin-right: 20px;
  }
  
  [dir="rtl"] .app-store-button {
    margin-left: 20px;
  }
  .first-row {
    margin: 40px 20px 10px 20px;
  }
  .picture-container img {
    margin: 0 auto 0 auto;
  }
  .video-index-container img {
    margin: 0 auto 0 auto;
  }
  .section-description {
    margin-bottom: 10px;
  }

  .img-row img {
    max-width: 250px;
    padding-right: 0;
  }
  .text-row .description-title {
    padding: 20px 0 10px 0;
  }
  .picture-container {
    height: 38vh;
  }
  .video-index-container {
    height: 38vh;
  }
  .video-index-container {
    height: 38vh;
  }
  .second-row {
    height: 35vh;
    margin: 0px 20px 45px 20px;
}
  .text-row {
    width: 90%;
  }
  .making-money-vector {
    width: 350px;
    height: 350px;
  }
  .item-about-container {
    background-color: #f6fafd;
  }
  .description-conatiner {
    order: 3;
    padding-top: 40px;
  }
  .item-img-container {
    margin-top: 0;
    order: 2;
  }
  .section-item {
    margin: 30px auto;
  }
  .description-conatiner-name {
    order: 1;
  }
  .about-vector {
    display: none;
  }
  .header-vector {
    display: none;
  }
  .how-can-vector {
    display: none;
  }
  .hamburger-btn {
    background-color: #ffffff !important;
  }
  .menu-btn_burger {
    background-color: #000 !important;
  }
  .menu-btn_burger::before {
    background-color: #000 !important;
  }
  .menu-btn_burger::after {
    background-color: #000 !important;
  }
  .making-money-vector {
    display: none;
  }
  .ellipse {
    display: none;
  }
  .trusted-by-paidwork__logo {
    height: 5.5rem
  }
}

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

@media (min-width: 770px) {
  .language-selector {
    display: none;
  }
}

@media (max-width: 770px) {
  .show-picture-mobile {
    display: block;
  }
  .cashback_button_addon {
    top: unset;
    right: unset;
    left: 30%;
  }
  .pw_sitemap_row {
    display: block;
  }
  .pw_sitemap_row_column {
    width: 100%;
    margin-bottom: 10px;
    }
    .pw_sitemap_row_column:nth-of-type(even) {
      margin-bottom: 30px;
    }
    
}
