
  .premium-container{
    display: flex;
    /* width: 62%; */
    /*margin: -150 auto auto auto;*/
    direction: rtl;
    /* display: grid; */
    gap: 20px;
    /*grid-template-columns: repeat(auto-fill,360px);*/
    flex-wrap: wrap;
    justify-content: center;

  }

  .premium-container-a {
    flex-grow: 0;
    flex-shrink: 0;
    width: 360px;
    cursor: pointer;
  }
  .Bronze{
    background-color: #D88C58;
  }
  .Silver{
    background-color: #B3B2CF;
  }
  .Gold{
    background-color: #FFB118;
  }
  .Diamond{
    background-color: #928FFF;
  }
  .premium-container-div{

    background: #FFFFFF;
    border-radius: 6.59028px;
    padding: 29px 24px 24px 24px;
    background: #FFFFFF;
    border: 1px solid #F3F3F3;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.05);
    border-radius: 15px;

    border: solid 7px white;
  }


  .premium-container-div-section{
    width: 100%;
    margin-top: 0px;
  }
  .premium-container div:hover{
    background: #211037;  
    border: solid 7px white;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.0);
  }
  .premium-container-div-img{
    border :none;
    border-radius: 20px;
    width: 79.83px;
    height: 79.83px;
    float: right;
    margin-top: -6px !important;
    margin-left: 7px !important;
    overflow: hidden;
  }
  .premium-container-div-img-span-circle{
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 30px;
    background: white;
    opacity: 0.3;
    position: relative;
    top: -11px;
    left: 7px;
  }
  .premium-container-div-img-span-box{
    display: block;
    width: 50px;
    height: 50px;
    background: white;
    opacity: 0.3;
    position: relative;
    right: 38px;
    bottom: 5px;
  }
  .premium-container div p{
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 27px;
    text-align: right;
    font-family: myFirstFont;
    color: #333333;
    display: inline-block;
    /* float: right; */
  }
  .premium-container-div-span{
    font-style: normal;
    font-weight: 500;
    font-size: 21px;
    line-height: 25px;
    font-family: myFirstFont;
    text-align: right;
    color: #777A85;
    margin-top: 3px;
    display: inline-block;
   

  }
  .premium-container div span b{
    color:black;
  }
  .premium-container div:hover .hoverchange{
    color: white;
    fill:white
  }
  .premium-container div hr{
    margin-bottom: 23px !important;
    margin-top: 29px !important;
  }
  .premium-container div button{
    width: 90%;
    border: none;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
    border-radius: 7px;
    height: 35px;
    background-position: center center;
    margin: 25px auto auto auto !important;
    justify-content: center;
    align-items: center;
    display:flex;
    font-family: myFirstFont;
  }
  .vizherootmain{
    background: #211037;
    width: 100%;
    margin-top: 0px;
    height: 624px;
  }
  .vizherootdiv{
      background-image: url('/img//backvizhe.png');
      background-repeat: no-repeat;
      background-size: cover;
      padding-top: 138px;
  }
  .vizherootdiv h1{
    font-family: myFirstFont;
    font-style: normal;
    font-weight: 900;
    font-size: 45px;
    line-height: 75px;
    text-align: center;
    color: #FFFFFF;
  
  }
  .vizherootdiv img{
    background-position: center center;
    margin: 25px auto auto auto !important;
    justify-content: center;
    align-items: center;
    display:flex;
    width: 676.5px;
    height: 24.07px;
  }
  .vizherootdiv h2{
    font-family: myFirstFont;
    font-style: normal;
    font-weight: 100;
    font-size: 35px;
    line-height: 60px;
    text-align: center;
    color: #FFFFFF; 
    margin-top: 2px;
  }
  .premium-logo-container{
    background-position: center center;
    margin: 0px auto 80px auto !important;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
  }
  .premium-logo-container img{
    margin-top: 70px;
      margin-right: 70px;
      margin-left: 70px;
  }
