@media screen and (min-width: 1900px) {
  .claim {
    margin-top: -100px;
    padding-bottom: 40px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1360px) {
  /* container */
  .container {
    padding: 0 20px;
  }
}

@media screen and (max-width: 1024px) {
  /* container */
  .container {
    padding: 0 20px;
  }

  /* form */
  #formbox3 .submit {
    font-size: 16px;
  }

  /* bot */
  .botTitle,
  .botTitle a {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 800;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    color: #3696f5;
  }

  /* claim */
  .claimSub,
  .claimSub a {
    font-size: 17px;
  }

  /* nasdaq */
  .nasdaqTitle,
  .nasdaqTitle a {
    font-size: 30px;
    line-height: 40px;
  }
}

@media screen and (max-width: 991px) {
  /* header */
  .logo {
    padding-left: 20px;
  }
  .logo img {
    display: block;
    max-width: 150px;
  }
  .headerSub {
    font-size: 16px;
    line-height: 20px;
    padding: 15px 20px;
  }

  /* intro */
  .intro {
    margin-top: 50px;
  }
  .introSub,
  .introSub a {
    font-size: 28px;
  }
  .introContent {
    flex-direction: column;
  }
  .introVideoContainer {
    width: 100%;
  }

  /* form */
  #formbox {
    max-width: 100%;
  }

  /* bot */
  .botBoxs {
    flex-direction: column;
    row-gap: 25px;
  }
  .botBox {
    width: 100%;
  }
  .botBoxImg {
    width: 25%;
  }
  .botBoxText {
    width: 70%;
  }
  .botTitle {
    font-size: 23px;
    line-height: 35px;
  }
  /* claim */
  .claimBtn {
    font-size: 23px;
    line-height: 30px;
    padding: 15px 150px;
  }
  .claimBtn::before {
    width: 30px;
    height: 30px;
  }
  .claimBtn::after {
    width: 30px;
    height: 30px;
  }
  .claimTitle {
    font-size: 27px;
    line-height: 35px;
    margin-top: 30px;
  }

  /* persons */
  .personsInner {
    flex-direction: column;
    row-gap: 30px;
  }
  .personsBlocks {
    width: 100%;
  }
  .personBlockBottom {
    margin-top: 30px;
  }

  /* form */
  #formbox1,
  #formbox2 {
    max-width: 400px;
    margin: 0 auto;
  }

  /* items */
  .itemsTitle {
    font-size: 25px;
  }
  .itemBlockImg img {
    max-width: 115px;
  }
  .itemBlockTitle {
    font-size: 18px;
    line-height: 20px;
  }
  .itemBlockSub {
    font-size: 16px;
    line-height: 20px;
  }
  .itemsBottomTitle {
    font-size: 27px;
    line-height: 35px;
  }

  /* nasdaq */
  .nasdaqTitle {
    font-size: 23px;
    line-height: 33px;
    padding-bottom: 20px;
  }
  .nasdaqSub {
    font-size: 16px;
    line-height: 20px;
  }

  /* register */
  .registerTitle {
    font-size: 20px;
  }
  .registerImg img {
    max-width: 100px;
  }

  /* form3 */
  #formbox3 .filed_group {
    flex-direction: column;
  }
  #formbox3 .fname,
  #formbox3 .lname,
  #formbox3 .email,
  #formbox3 .phone {
    width: 100%;
    margin-bottom: 10px;
  }
  #formbox3 .intl-tel-input.allow-dropdown {
    width: 100%;
  }
  #formbox3 .submit {
    width: 100%;
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  /* header */
  .logo {
    padding: 0 20px;
  }
  .logo img {
    display: block;
    max-width: 110px;
  }
  .headerSub {
    font-size: 17px;
    line-height: 20px;
    padding: 5px;
  }

  /* intro */
  .intro {
    padding-top: 30px;
    padding-bottom: 20px;
  }
  .introTitle {
    font-size: 25px;
    line-height: 35px;
  }
  .introSub,
  .introSub a {
    font-size: 18px;
    line-height: 25px;
    margin-top: 15px;
  }
  .introVideoContainer {
    height: 190px;
  }
  .introBottomSub {
    font-size: 17px;
    line-height: 20px;
    margin-top: 25px;
  }

  /* bot */
  .bot {
    padding-top: 30px;
  }
  .botBox {
    flex-direction: column;
    row-gap: 20px;
  }
  .botBoxImg {
    width: 100%;
  }
  .botBoxImg img {
    display: block;
    max-width: 100%;
    width: 100%;
  }
  .botBoxText {
    width: 100%;
  }
  .botTitle,
  .botTitle a {
    font-size: 18px;
    line-height: 30px;
  }

  /* crypto */
  .crypto {
    margin-top: 0px;
    background-position: 0 0;
    min-height: 800px;
  }
  .cryptos {
    max-width: 100%;
    padding-top: 140px;
  }

  /* claim */
  .claimBtn {
    font-size: 18px;
    padding: 15px 50px;
  }
  .claimBtn::before {
    width: 20px;
    height: 20px;
    left: 10px;
  }
  .claimBtn::after {
    width: 20px;
    height: 20px;
    right: 10px;
  }
  .claimTitle {
    font-size: 19px;
    line-height: 30px;
    margin-top: 20px;
  }
  .claimSub {
    font-size: 15px;
    line-height: 22px;
  }

  /* persons */
  .persons {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .personsBlocks {
    flex-direction: column;
    row-gap: 30px;
  }
  .personBlock {
    width: 100%;
    align-items: center;
  }
  .personBlockBottom {
    margin-top: 30px;
  }

  /* items */
  .itemsBlocks {
    flex-direction: column;
    row-gap: 30px;
  }
  .itemsTitle {
    font-size: 20px;
  }
  .itemsSub,
  .itemsSub a {
    font-size: 18px;
  }
  .itemBlock {
    width: 100%;
  }
  .itemBlockImg img {
    max-width: 100px;
  }
  .itemBlockBottomImg {
    margin-top: 25px;
  }
  .itemsBottomImg img {
    max-width: 100px;
  }
  .itemsBottomTitle {
    font-size: 20px;
    line-height: 30px;
  }

  /* nasdaq */
  .nasdaqInner {
    flex-direction: column;
    row-gap: 30px;
  }
  .nasdaqImg {
    width: 100%;
  }
  .nasdaqText {
    width: 100%;
  }
  .nasdaqTitle,
  .nasdaqTitle a {
    font-size: 20px;
    line-height: 30px;
  }

  /* comments */
  .facebookImg img {
    max-width: 120px;
  }
  .commentBlock {
    flex-direction: column;
    row-gap: 20px;
  }
  .commentBlockImg {
    width: 100%;
  }
  .commentBlockText {
    width: 100%;
  }

  /* register */
  .register {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .registerTitle,
  .registerTitle a {
    font-size: 20px;
  }
  .registerImg img {
    max-width: 100px;
  }

  /* footer */
  .footerLinks {
    gap: 20px;
  }
  .footerLink {
    font-size: 17px;
    line-height: 23px;
  }
  .footerLogo img {
    display: block;
    max-width: 150px;
    margin: 0 auto;
  }
}
