
.paid-user-redirection-modal{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 101;
    height: 100%;
    width: 100%;
    backdrop-filter: blur(5px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5vw;
  }
  .paid-user-redirection-modal .content-container{
    background: white;
    padding: 5vw;
    border-radius: 2vw;
    box-shadow: 0px 0px 10px -5px black;
    transform: scale(0);
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .paid-user-redirection-modal .main-logo{
    height: 10vw;
    width:auto;
    margin-bottom: 5vw;
  }
  .paid-user-redirection-modal .modal-heading{
    color:#3D4D5D;
    font-weight: 600;
    font-size: 5vw;
    text-align: center;
  }
  .popup-modal {
    animation: popup 0.5s ease-in-out forwards;
  }
  .paid-user-redirection-modal a{
    text-decoration: none;
  }
  .paid-user-redirection-modal button{
    display: inline-block;
    padding: 3.7333333333333334vw 4.8vw;
    background: #435ffd;
    text-decoration: none;
    font-size: 3.7333333333333334vw;
    line-height: inherit;
    color: #fff;
    font-weight: 600;
    border-radius: 1.6vw;
    cursor: pointer;
    border: none;
    text-align: center;
    margin:3vw 0;
  }
  .robotics  .paid-user-redirection-modal .modal-heading{
    font-weight: 200;
    font-size: 4vw;
    margin-bottom: 4vw;
  }

  @keyframes popup{
    0%{
        transform: scale(0);
    }
    70%{
        transform: scale(1.1);
    }
    100%{
        transform: scale(1);
    }
  }
@media only screen and (orientation: landscape) {
  .main-logo{
    height: 5vw !important;
    width:auto;
    margin-bottom: 2vw !important;
  }
  .paid-user-redirection-modal .modal-heading{
    font-size: 2.5vw;
  }
  .paid-user-redirection-modal button {
    padding: 1vw 3vw;
    font-size: 2vw;
}
}
