body {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: Montserrat;
  }
  
  .section-container {
    width: 90%;
    margin: auto;
    padding: auto;
  }
  
  .logo-section {
    margin-top: 50px;
    font-family: Comfortaa;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 20px;
    color: #FC690A;
    text-align: center;
  }
  
.claim-rewars-section {
    margin-top: 62px;
    width:100%;
  }
  
 
  
.claim-rewars-section .claim-reward-title {
    font-family: Comfortaa;
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 30px;
    color: #3F3F3F;
}

  /* @media screen and (max-width: 1108px) { */
  
.claim-reward-text {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: #7F7F7F !important;
  }
/* } */
.claim-rewars-section .claim-btn {
    width: 55px;
    background-color: #FC690A;
    background-blend-mode: color-burn;
    mix-blend-mode: color-burn;
    border-radius: 8px;
    padding: 5px 14px;
    text-decoration: none;
    margin-left: 20px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 8px;
    line-height: 10px;
    text-align: center;
    color: #FFFFFF;
  }
  
  .section-container #overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2;
    cursor: pointer;
  }
  
  .section-container #text {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 50px;
    color: white;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
  
  .claim-card-section {
    background: rgba(127, 127, 127, 0.06);
    padding: 20px 0px;
  }
  
  .claim-cards-container {
    width: 90%;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 30px;
  }
  
  .claim-card-active {
    opacity: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 32.3%;
    height: 204px;
    background: #FFFFFF;
    -webkit-box-shadow: 4px 2px 4px 2px rgba(0, 0, 0, 0.1);
            box-shadow: 4px 2px 4px 2px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    margin-bottom: 20px;
  }
  .claim-card-buy {
    opacity: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 49%;
    height: auto;
    background: #FFFFFF;
    -webkit-box-shadow: 4px 2px 4px 2px rgba(0, 0, 0, 0.1);
            box-shadow: 4px 2px 4px 2px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    margin-bottom: 20px;
  }
  .claim-card {
    opacity: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 32.3%;
    height: 204px;
    background: #212529a1;
    -webkit-box-shadow: 4px 2px 4px 2px rgba(0, 0, 0, 0.1);
            box-shadow: 4px 2px 4px 2px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    margin-bottom: 20px;
  }
  
  .claim-icon {
    width: 50px;
    height: 50px;
    padding: 0 20px;
  }
  
  .claim-card-text {
    padding: 0px 10px 0px 40px;
  }
  
  .claim-card-text h1 {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    margin-bottom: 14px;
  }
  
  .claim-card-text p {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: #7F7F7F;
  }
  
  .claim-card-text .claim-card-button {
    width: 122px;
    height: 20px;
    background-color: #da986c87;
    border-radius: 8px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-decoration: none;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 10px;
    text-align: center;
    color: #FFFFFF;
    padding: 7px 80px;
  }
  .claim-steps-header {
    justify-content: center;
    margin: 20px auto;
    color: #3F3F3F;
  }
  
  .claim-steps {
    justify-content: space-around;
    margin: 20px 20px;
  }
 
  .claim-steps-text {
    font-size: 14px;
    font-weight: 400;
    color: #7F7F7F;
  }
  
  .claim-step-left {
    padding: 20px;
  }
  .btn-size {
    width: 70%;
    background: #1b95e0;
    border-radius: 5px;
    text-align: center;
    padding-top: 8px;
    margin-left: 0;
  }
  .btn-size:hover {
    background-color: #0c7abf;
}
  .btn-size-fb {
    width: 70%;
    background: #1c75fe;
    border-radius: 5px;
    text-align: center;
    padding-top: 8px;
    padding-bottom: 7px;
    margin-left: 0;
  }
  .btn-size-like {
    width: 70%;
    background: #3b83f1;
    border-radius: 5px;
    text-align: center;
    padding-top: 8px;
    padding-bottom: 7px;
    margin-left: 0;
  }
 

  .column-3 {
    font-family: Comfortaa;
    text-align: end;
    color: #FC690A;
    font-weight: 900;
    padding: 0
  }
  .claim-card-text h1 {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #FC690A;
    margin-bottom: 14px;
  }
  @media screen and (max-width: 1108px) {
    .claim-card {
      width: 100% !important;
      height: 100% !important;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding: 20px 0;
    }
    .claim-card-active {
      width: 100% !important;
      height: 100% !important;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding: 20px 0;}
    .claim-card-buy{
      width: 100% !important;
      height: 100% !important;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding: 20px 0;
    }
  }
  @media screen and (max-width: 1108px) {
    .claim-icon {
      width: 50px;
      height: 50px;
      padding: 0;
    }
  }
  @media screen and (max-width: 1108px) {
    .claim-steps {
      margin: 0;
    }
  }
  @media screen and (max-width: 768px) {
    .section-container .claim-rewars-section {
      width: 100% !important;
    }
  }
  @media screen and (max-width: 1108px) {
    .claim-step-left {
      padding: 5px;
    }
  }
  @media screen and (max-width: 1108px) {
    .claim-rewars-section .claim-reward-title {
        text-align: center;
      }
    }
      @media screen and (max-width: 1108px) {
        .claim-steps-text {
          max-width: 284px;
        }
      }
      @media screen and (max-width: 1108px) {
        .claim-card-text {
           padding-top: 20px;
           text-align: center;
           padding-left: 10px;
         }
       }
      @media screen and (max-width: 1108px) {
        .btn-size {
            margin: auto;
          }
       }
      @media screen and (max-width: 1108px) {
        .claim-reward-text {
            font-family: Montserrat;
            font-style: normal;
            font-weight: normal;
            font-size: 14px;
            color: #7F7F7F !important;
          }
       }