.imgeups{
        position: absolute;
        bottom: 0rem;
        left: 1px;
        width: 100%;
        height: auto;
        display: flex;
        align-items: center;
        justify-content: end;
        color: rgb(255, 255, 255);
        font-size: 4rem;
        text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.666);
        z-index: 1;
        pointer-events: none;
        font-family: Playfair_bold;
        
      }


      .imgeups img{
        width: 100px;
        margin-right: 5rem;
      }


      .btnstore{
        text-align: left;
        min-width: 200px;
        margin-top: 1.5rem;
      }
      .btnstore a{
        display: inline-block;
        padding: 15px 25px;
        color: #ffffff;
        background-color: #5ABA0E;
        text-decoration: none;
        font-family: San-Francisco_Light;
        transition:.5s;
    
      }
      .btnstore a:hover{
        display: inline-block;
        padding: 15px 25px;
        color: #ffffff;
        background-color: #dc7931;
        text-decoration: none;
        font-family: San-Francisco_Light;
    
      }
      .btnstore a i{
        display: inline-block;
        padding: 0 10px;
     
    
    
      }
      .btnstore a img{
     height: 10px;
     width: 20px;
     object-fit: cover;
     margin-left: 5px;
     
    
    
      }

      .scroolsessionstore {
        /* direction:rtl; */
   
        min-height: 200px;
        margin: 10px 0;
    
      }

      .scroll .scroolsession{
        height: 150px;
      }


      
   .transfersession{
    width: 90%;
    margin:6rem auto;
    text-align: center;
  height: auto;
  /* margin: 4rem; */

  }

  
  .transfersession h2{
    font-size: 50px;
    font-family: Playfair_Semibold;
    font-weight: 300;
    text-align: center;
    color: #2D2D2D;
    
  }
  .transfersession a{
    font-size:18px;
    font-family: San-Francisco;;
    font-weight: 300;
    text-align: center;
    color: #ffffff;
    padding: 15px 25px;
    background: #5ABA0E;
    text-decoration: none;
    display: inline-block;
    margin-top: 1rem;
  }
  .transfersession a img{
    width: 20px;
    height: 10px;
    object-fit: cover;
    margin-left: 10px;
    
  }

  @media only screen and (max-width: 640px) {
    .transfersession h2{
      font-size: 35px;
    }
  }