.content
{
   margin-top: 5%;
}
.the-main-rate
{
    margin-bottom: 10%;
}
.breadcrumb a
{
    color: #FFFFFF80 !important;
    font-size: 14px;
    margin-top: 49px;
    margin-left: 10px;
    text-decoration: none;
}
.breadcrumb svg
{
    margin-top: 48px;
}
.breadcrumb label
{
    color:#fff;
}
.breadcrumb p
{
    margin-top: 47px;
    color: #fff;
    margin-right: 9px;
}
.search12
{
    width: 350px;
    height: 62px;
    margin-right: 20%;
}
.mosts
{
    padding-right:2%;
    width: 624px;
    height: 64px;
    border-radius: 16px;
    background: rgba(148, 148, 148, 0.1);
    box-shadow: 0px 1px 5px 0px rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(2px)
}
.mosts a
{

    font-style: Medium;
    font-size: 20px;
    line-height: 100%;
    vertical-align: middle;
    padding: 2% 4%;
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
}
.mosts a:hover
{
    border:1px solid #fff;
    border-radius: 4px;
    color: #fff;
    background-color: #2e2e2e;
}
.mosts2
{
    margin-right: 12%;
    border-radius: 16px;
    width: 174px;
    height: 62px;
    background: rgba(148, 148, 148, 0.1);
    box-shadow: 0px 1px 5px 0px rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(2px)
}
.mosts2 a
{
    font-style: Medium;
    font-size: 20px;
    line-height: 100%;
    vertical-align: middle;
    padding: 7% 10%;
    margin-right: 8%;
    color: rgba(255, 255, 255, 1);
    text-decoration: none ;
}
.mosts2 a:hover
{
    border:1px solid #fff;
    border-radius: 4px;
    color: #fff;
    background-color: #2e2e2e;
}
.main-rate
{
    margin-top: 2%;
}

.box-rate
{
    border-radius: 16px;
    background: rgba(148, 148, 148, 0.1);
    box-shadow: 0px 1px 5px 0px rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(2px)
}
.box-rate img
{
    float: left;
}
.box-rate p
{
    padding: 0%;
    font-size: 16px;
}


.show-more button
{
    background-color: #1E1C1D;
    color: rgba(255, 255, 255, 1);
    font-size: 20px;
    border: none;
}
.show-more svg
{
    cursor: pointer;
}


.box-rate {
    overflow: hidden;
    position: relative;
  }
  
  .box-content {
    transition: filter 0.3s ease;
  }
  
  .box-rate:hover .box-content {
    filter: blur(4px);
  }
  
  .overlay-button {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    display: none;
    width: 120px;
  }
  
  .overlay-button:first-of-type {
    top: 30%;
  }
  
  .overlay-button:last-of-type {
    top: 60%;
  }
  
  .box-rate:hover .overlay-button {
    display: block;
  }
  

  .main-rate button
  {
    font-weight: bold;
    width: 160px;
    height: 40px;
    border-radius: 4px;
    font-size: 16px;
    border: 1px;
    color: rgba(255, 255, 255, 1);
    background: rgba(148, 148, 148, 0.1);
    border: 1px solid rgba(255, 255, 255, 1);
  }
  .main-rate button:hover
  {
    font-weight: bold;
    background-color: #fff;
    color: #000;
  }


  /*////////////// media/////////////// */

  @media (max-width: 768px)
  {
    .breadcrumb a 
    {
        font-size: 8px;
        margin-top: 5%;
        margin-right: 5%;
    }
    .breadcrumb p
    {
        font-size: 8px;
        margin-top: 5%;
    }
    .breadcrumb svg
    {
        width: 18px;
        height: 15px;
        margin-top: 5%;
    }
    .search12
    {
        width: 270px;
        height: 30px;
        border-radius: 5px;
        margin-right: 0%;
        font-size: 12px;
    }
    .mosts2
    {
        margin-right:10%;
        border-radius: 4px;
        width: 90px;
        height: 30px;   
    }
    .mosts2 a
    {
        font-style: Medium;
        font-size: 8px;
        padding: 5% 10%;
        margin-right: 8%;
    }

    .mosts
    {
        margin-top: 5%;
        margin-right: 3%;
        padding-right:10%;
        width: 400px;
        height: 30px;
        border-radius: 4px;
        padding-bottom: 8%;
    }
    .mosts a
    {
        font-size: 8px;
        padding: 2% 5%;
    }

    .main-rate
    {
        margin-top: 5%;
    }

    .box-rate
    {
       border-radius: 8px;
       width: 118px !important;
       height: 120px !important;
    }
    .box-rate img
    {
       float: left;
       width: 27px;
       height: 25px;
    }
    .box-rate p
    {
      padding: 0%;
      font-size: 8px;
    }
   .justify-content-between {
      justify-content: flex-start !important; /* or center, flex-end, etc. */
    }
   .main-rate button
   {
      width: 68px;
      height: 27px;
      border-radius: 4px;
      font-size: 4px;
   }
   .show-more button
   {
      font-size: 12px;
   }


   }

/*//////// media (smallest)/////////// */

@media (max-width: 430px)
{
    .box-rate
    {
      
       width: 95px !important;
       height: 100px !important;
    }
    .search12
    {
        width: 211px;
        height: 28px;
        border-radius: 8px;
        margin-right: 0%;
        font-size: 12px;
    }
    .mosts2
    {
        margin-right: 0%;
        border-radius: 4px;
        width: 82px;
        height: 28px;   
    }
    .mosts2 a
    {
        font-style: Medium;
        font-size: 8px;
        padding: 5% 10%;
        margin-right: 8%;
    }

    .mosts
    {
        margin-top: 5%;
        margin-right: 3%;
        padding-right:2%;
        width: 333px;
        height: 30px;
        border-radius: 4px;
        padding-bottom: 8%;
    }


}

/* Portrait orientation */ @media only screen and (device-width: 430px) and (device-height: 932px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait)
 {
    .ex-rate
    {
        padding: 0% 1%  !important;
    }
    
    .mosts {
        margin-top: 5% !important;
        margin-right: 0% !important;
        padding-right: 5% !important;
        width: 100% !important;
        height: 30px;
        border-radius: 4px;
        padding-bottom: 9%;
    }
    .box-rate { width: 100% !important; height: 110px !important; } 
    .search12 { width: 211px; height: 28px; border-radius: 8px; margin-right: 0%; font-size: 12px; }
     .mosts2 { margin-right: 0%; border-radius: 4px; width: 82px; height: 28px; }
     .mosts2 a { font-style: Medium; font-size: 8px; padding: 5% 10%; margin-right: 8%; } 
     .mosts { margin-top: 5%; margin-right: 3%; padding-right: 2%; width: 333px; height: 30px; border-radius: 4px; padding-bottom: 8%; }
   }
 /* Landscape orientation */
  @media only screen and (device-width: 932px) and (device-height: 430px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape)
   { /* Same styles or adjust as needed */ }

   /*iPhone14 promax*/
@media screen and (min-width: 429px) and (max-width: 432px)
{
    .search12 {
        width: 245px;
        height: 28px;
        border-radius: 3px;
        margin-right: 0%;
        font-size: 12px;
    }
    .rate-search
    {
        padding-right: 1%;
    }
}    