@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,regular,500,600,700,800,300italic,italic,500italic,600italic,700italic,800italic);
@import url("../styles/navbar.css");
@import url("../styles/app.css");
@import url("../styles/application.css");
@import url("../styles/footer.css");

* {
    margin: 0;
    padding: 0;
    font-family: "Open Sans";
  }
  
  input::-webkit-outer-spin-button,
  input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }
  
  /* Firefox */
  input[type="number"] {
    -moz-appearance: textfield;
  }
  
  .title {
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: 0em;
    
    margin: 0;
  }
  
  .title3 {
    font-size: 2rem;
    font-weight: 700;
    line-height: 38px;
    letter-spacing: 0em;
    margin: 0;
    
  }
  
  .title2 {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.5rem;
    letter-spacing: 0em;
    text-align: left;
    margin: 0;
  }
  
  .subtitle {
    font-size: 1rem;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    margin: 0;
  }
  
  .button {
    padding: 8px 24px;
    color: white;
    background-color: #FF7528;
    border-radius: 12px;
    border: none;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: center;
  }
  
  .button:hover, .download-btn:hover {
    background-color: #017CFF;
  }
  
  .main {
    display: flex;
    background: #f4f4f4;
  
    flex-direction: column;
  }

  .pt96 {
    padding-top: 96px;
  }
  .pt72 {
    padding-top: 72px;
  }
  .pt24 {
    padding-top: 24px;
  }

.millionBg {
  background-color: #B6EBE9;

}

  .million {
    display: flex;
    justify-content: space-between;
    height: 412px;
  }
  .million__leftside {
    padding-top: 60px;
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 24px;
  }
  .item__million {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .item-million__title {
    font-size: 56px;
    font-weight: 700;
    line-height: 67px;
    letter-spacing: 0em;
    text-align: left;
    margin: 0;
  }
  .item-million__subtitle {

  }
  .million__rightside {
    align-self: end;
    transform: translateX(-82px);
  }



.gold {
}
.gold__row {
    gap: 24px;
}
.gold__column {
    padding: 0;
    max-width: 424px;

}

.gold__column:nth-child(1) .item-gold_text {
  max-width: 50% !important;
}

.gold__column:nth-child(2) .item-gold_text {
  max-width: 50% !important;
}
.item-gold {
    display: flex;
    align-items: center;
    gap: 24px;
    padding: 24px;
    background-color: white;
    border-radius: 20px;
}
.item-gold_img {
}
.item-gold_text {
font-size: 18px;
font-weight: 700;
line-height: 27px;
letter-spacing: 0em;
text-align: left;
margin: 0;
}


.price {
    display: flex;
    justify-content: space-between;
    padding: 0 0 0 48px;
    background-color: white;
    border-radius: 20px;
  }
  .price__leftside {
    padding-top: 60px;
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 24px;
  }
  .item__price {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .item-price__title {
    font-size: 32px;
    font-weight: 700;
    line-height: 38px;
    letter-spacing: 0em;
    text-align: left;
    
    margin: 0;
  }
  .item-price__subtitle {

  }
  .price__rightside {
    max-height: 390px;
    border-radius: 0 20px 20px 0;
  }



.pass {
    display: flex;
    flex-direction: column;
    gap: 48px;
}
.pass__title {
    text-align: center;

}

.pass__body {
padding: 24px 12px;
}
.pass__row {
    display: flex;
    gap: 24px;
}
.pass__leftside {
    background-color: white;
    border-radius: 20px;
    padding: 24px;
    max-width: 620px;
    display: flex;
    align-items: center;
}
.pass__br {
  display: none;
}

.leftside-pass_text {
    margin: 0;
    width: 84% !important;
}
.pass__rightside {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    padding: 0;
    justify-content: center;
}
.rightside-pass_column {
    width: 620px;
    max-height: 132px;
    display: flex;
    align-items: center;
    gap: 24px;
    background-color: white;
    border-radius: 20px;
    padding: 24px;
    
}
.rightside-pass_img {
}
.rightside-pass_text {
    margin: 0;

    max-width: 60%;
font-size: 18px;
font-weight: 700;
line-height: 27px;
letter-spacing: 0em;
text-align: left;

}

  .docs {
    display: flex;
    flex-direction: column;
    gap: 48px;
  }
  .docs__title {
    text-align: center;
  }
  
  .docs__row {
  }
  
  .justify-content-center {
  }
  
  .docs__column {
    width: 636px;
    background-color: white;
    border-radius: 24px;
    padding: 0;
  }
.row2   .docs__column {
  width: 416px;
  background-color: white;
  border-radius: 24px;
  padding: 0;
}




  
  .item-docs {
    padding: 24px;
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 24px;
  }

  .howitem__icon,.item-gold_img {
    width: 48px !important;
    height: 48px !important;
  }
  
  
  .item-docs__row {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .item-docs__title {
    margin: 0;
  }
  
  .item-docs__subtitle {
    margin: 0;
  }







@media screen and (max-width: 1200px) {
  .million__rightside{
    transform: translateX(0);
    width: 300px;
    height: 300px;
    align-self: center !important;
  }
    .million {
        flex-direction: column;
        align-items: center !important;
        justify-content: center;

        padding: 0 48px;
        gap: 64px;
        height: max-content !important;
      }
      .million__leftside {
        place-items: center;
        padding-top: 40px;
      }
    
      .item-million__title {
        text-align: center;
      }
      .item-million__subtitle {
        text-align: center;
      }
      .price {
        flex-direction: column;
        align-items: center;
        justify-content: center;

            padding: 0;
            gap: 46px;
      }
      .price__leftside {
        place-items: center;
        padding-top: 40px;
      }

      .price__rightside {
        max-height: 390px;
        border-radius: 0 0 20px 20px;
        width: 100%;
        object-fit: cover;
      }
    
      .item-price__title {
        text-align: center;
      }
      .item-price__subtitle {
        text-align: center;
      }

      .pass__body {
        padding: 0;
      }
      .gold__column {
        max-width: 500px;
    } 


    .docs__column {
        max-width: 526px;

    }

  }
  @media screen and (min-width: 1200px) {
  }
  
  @media screen and (max-width: 992px) {

.million__leftside{
  padding: 0 !important;
}



  }
  @media screen and (min-width: 992px) {
  }
  
  @media screen and (max-width: 768px) {
    .pass__leftside {
        width: 95%;
        margin: auto;
    }
    .rightside-pass_column{
        width: 95%;
        margin: auto;
    }
  
  }
  @media screen and (min-width: 768px) {
  }
  
  @media screen and (min-width: 576px) {
  }
  @media screen and (max-width: 576px) {
    .gold {
      align-items: center !important;
      width: 100% !important;
      
    }
    .gold__row{
      width: 100% !important;
      margin: 0 auto !important;
    }
    .gold__column  {
      max-width: auto !important;
      width: 100% !important;
    }
    .leftside-pass_text {
      margin: 0;
      width: 100% !important;
  }
    .pt72 {
      padding-top: 48px !important;
    }
    .million{
      padding: 0 12px !important;
    }
    .gold,.docs,.pass {
      padding: 0 16px !important;
      align-items: center !important;
    }
    .docs,.pass {
      gap: 24px !important;
    }
    .pass,.pass__body{
      align-items: center !important;
    }
    .docs__row {
      width: 100% !important;
    }
    .docs__column  {
      width: 100% !important;
    }
    .docs{
      align-items: center !important;
    }
.pass__row{
  width: 100% !important;
  align-items: center !important;
  justify-content: center !important;
  margin: auto !important;
}
.pass__leftside,.rightside-pass_column {
  width: 100% !important;
}
    .million__rightside {
      width: 260px !important;
        height: 250px !important;
      }
      .item-million__title {
        font-size: 24px;
        font-weight: 700;
        line-height: 29px;
        letter-spacing: 0em;
        text-align: center;
        
        text-align: center;
      }
      .item-million__subtitle {
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: 0em;
        text-align: center;
        max-width: 231px;
        margin: auto !important;
      }

      .price__rightside {
        max-height: 314px;
      }
      .item-price__title {
        font-size: 20px;
        font-weight: 700;
        line-height: 24px;
        letter-spacing: 0em;
        
        text-align: center;
      }
      .item-price__subtitle {
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: 0em;
        text-align: center;
      }

    .title {
      font-size: 24px;
      font-weight: 700;
      line-height: 29px;
      letter-spacing: 0em;
      text-align: center;
      
        
      margin: auto;
    }



    .docs__column {
        width: 90%;
        margin: auto;

    }

    .item-docs {
    }
    .docs__br {
        display: none;
    }


    .gold__br {
      display: none;
    }





  }
  
  @media screen and (max-width: 430px) {

  

    .million__rightside {
      max-height: 202px;
    }

  }


  