
@media (max-width: 460px) {
  body {
    background: #1d1d1b;
    overflow-x: hidden;
  }

  .mobilepadding {
    padding: 20px;
  }

  #video {
    width: 100%;
    height: 500px;
  }

  .hero-1 {
    margin-top: 48px;
  }

  .hero-1_descr {
    width: 145px;
    margin-bottom: 43px;
    color: #e7e3da;
    font-size: 15px;
    font-weight: 700;
    line-height: 21px;
    text-transform: capitalize;
  }

  .hero-1_info {
    display: flex;
    flex-direction: column;
    gap: 45px;
    margin-bottom: 90px;
  }

  .hero-1_title {
    color: #e7e3da;
    width: 100%;
    max-width: 260px;
    font-size: 80px;
    line-height: 90px;
    text-transform: capitalize;
  }

  .hero-1_btnList {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }

  .hero-1_btn {
    position: relative;
    width: 240px;
    height: 53px;
    cursor: pointer;
    border: 2px solid transparent;
    border-radius: 50px;
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
  }

  .hero-1_btnList_fakeBorder {
    width: 240px;
    height: 53px;
    padding: 1px;
    border: solid 2px transparent;
    border-radius: 50px;
    background-image: linear-gradient(#000, #000),
      linear-gradient(to right, #b22c2f, #241680);
    background-origin: border-box;
    background-clip: content-box, border-box;
  }

  .hero-1_descr-2 {
    margin-left: auto;
    color: #e7e3da;
    text-align: right;
    width: 309px;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    word-wrap: break-word;
  }

  .services_list {
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
    margin: 90px auto;
  }

  .services_item {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 335px;
    margin: 0 auto;
    align-items: center;
    text-align: center;

    color: #e7e3da;
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
    text-transform: lowercase;
  }

  .involted {
    position: relative;
    max-width: 1440px;
    margin: 0 auto 152px;
  }

  .involted_text {
    position: absolute;
    font-family: Poppins;
    font-weight: 500;
    font-size: 25px;
    width: 100px;
    color: #e7e3da;
    white-space: nowrap;
    animation: moveLeft 8s linear infinite;
  }

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

  .ourproducts {
    padding: 200px 0 415px 10px;
        background: url(../images/ourservicesMobile.png) left top 140px / 35px 653px no-repeat, url(../images/sphere.png) right -325px bottom -60px / 688px 595px no-repeat;
  }

  .ourproducts_list {
    display: flex;
    flex-direction: column;
    gap: 77px;
    align-items: end;
    margin-bottom: 140px;
  }

  /*.ourproducts_item {*/
  /*  width: 330px;*/
  /*}*/

  .ourproducts_item_desct {
    color: #e7e3da;
    font-size: 20px;
    font-weight: 400;
    line-height: 25px;
  }

  .join_our_team_block {
    padding-top: 30px;
    padding-left: 31px;
    padding-right: 20px;
    padding-bottom: 65px;
  }

  .join_our_team_text {
    background: linear-gradient(to left, #b92326, #241680);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 40px;
    text-align: center;
    font-weight: 700;
    width: 200px;
    margin-bottom: 19px;
    text-transform: uppercase;
    margin-left: auto;
    margin-right: auto;
  }

  .join_our_team_list {
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.4;
    color: #E7E3DA;
  }

  .join_our_team_item:not(:last-child) {
    margin-bottom: 35px;
    text-indent: 25px;
  }

  .join_team_email {
    text-decoration: underline;
  }

}

@media (min-width: 461px) {
  body {
    background: #1d1d1b;
    overflow-x: hidden;
  }

  .hero-1 {
    margin-top: 84px;
    padding-left: 31px;
    /* padding-right: 96px; */
  }

  .hero-1_descr {
    width: 174px;
    margin-bottom: 39px;
    color: #e7e3da;
    font-size: 25px;
    font-weight: 700;
    text-transform: capitalize;
  }

  .hero-1_info {
    display: flex;
    align-items: center;
    gap: 160px;
    margin-bottom: 156px;
  }

  .hero-1_title {
    color: #e7e3da;
    width: 656px;
    font-size: 155px;
    line-height: 165px;
    text-transform: capitalize;
  }

  .hero-1_btnList {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }

  .hero-1_btn {
    position: relative;
    width: 240px;
    height: 53px;
    cursor: pointer;
    border: none;
    border-radius: 50px;
    background: linear-gradient(to right, rgba(178, 44, 47, 0.5), rgba(36, 22, 128, 0.5));
    color: #fff;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
  }

  .hero-1_btn:hover {
    background: rgba(0, 0, 0, 0.4);
  }

  .hero-1_btnList_fakeBorder {
    display: contents;
  }


  .hero-1_btnList_fakeBorder:hover {
    display: block;
    width: 240px;
    height: 53px;
    padding: 1px;
    border: solid 2px transparent;
    border-radius: 50px;
    background-image: linear-gradient(#000, #000),
      linear-gradient(to right, #b22c2f, #241680);
    background-origin: border-box;
    background-clip: content-box, border-box;
  }

  /* .hero-1_btn.bright {
    background: linear-gradient(90deg, #b22c2f 0%, #241680 100%);
  } */

  .hero-1_descr-2 {
    margin-left: auto;
    color: #e7e3da;
    text-align: right;
    width: 844px;
    height: 225px;
    font-size: 35px;
    font-style: normal;
    font-weight: 400;
    line-height: 45px;
    word-wrap: break-word;
  }

  .services {
    padding: 146px 0 86px 0;
  }

  .services_list {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    margin: 0 auto;
  }

  .services_item {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 340px;

    color: #e7e3da;
    font-size: 25px;
    font-weight: 700;
    line-height: 35px;
    text-transform: lowercase;
  }

  .services_item:not(:nth-child(3)) {
    margin-right: 35px;
  }

  .involted {
    position: relative;
    max-width: 1440px;
    margin: 0 auto 142px;
  }

  .involted_text {
    position: absolute;
    font-family: Poppins;
    font-weight: 500;
    font-size: 135px;
    color: #e7e3da;
    white-space: nowrap;
    animation: moveLeft 8s linear infinite;
  }

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

  .ourproducts {
    padding: 200px 0 260px 0;
    background: url("../images/ourservices.png") left top 140px / 148px 596px
        no-repeat,
      url("../images/sphere.png") right -65px bottom / 931px 760px no-repeat;
  }

  .ourproducts_list {
    display: flex;
    flex-direction: column;
    gap: 77px;
    align-items: end;
    margin-bottom: 345px;
  }

  .ourproducts_item {
    width: 840px;
  }

  .ourproducts_item_desct {
    color: #e7e3da;
    font-size: 25px;
    font-weight: 400;
    line-height: 35px;
  }

  .join_our_team_block {
    padding-left: 176px;
    padding-right: 237px;
    padding-bottom: 94px;
  }

  .join_our_team_text {
    background: linear-gradient(to left, #b92326, #241680);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 70px;
    font-weight: 700;
    width: 572px;
    margin-bottom: 76px;
        text-transform: uppercase;

  }

  .join_our_team_list {
    font-family: Poppins;
    font-weight: 400;
    font-size: 25px;
    line-height: 1.4;
    color: #E7E3DA;
  }

  .join_our_team_item:not(:last-child) {
    margin-bottom: 50px;
  }

  .join_team_email {
    text-decoration: underline;
  }
}
