.support-home-img {
    background-image: url('media/support.jpg');
    background-size: cover;
    background-position: center;
    height: 100vh;
}
/*  screen*/
.support-screen-page-box {
    display: flex;
    flex-direction: column;
    margin-top: 14%;
    align-items: flex-end;
    margin-left: 100px;
    color: white;

}

.topscreen-side-head {
    font-size: 30px;
}

.topscreen-page-card {
    background-color: rgba(36, 40, 36, 0.6);
    padding: 50px;
    max-width: 500px;
}



/*  popup1*/
.popup1 {
    background: #fff;
    border-radius: 6px;
    width: 60%;
    position: absolute;    
    left: 0;
    transform: translate(-50%, -50%) scale(0);
    text-align: center;
    color: #333;

    transition: transform, bottom 0.4s;
    display: flex;
    flex-direction: column;    
    align-items: center;
    padding: 20px;

}

.close-tag1 {
    align-self: flex-end;
}

.popup1 h1 {
    font-size: 38px;
    font-weight: bold;
    margin: 0px 0px 30px;
}

.popup1 p {
    font-size: 14px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    margin: 2px 0px;
    color: rgb(88, 87, 87);
    width: 60%;
}

.openpopup1 {
    visibility: visible;   

    transform: translate(30%, -50%) scale(1);
}

.support-card {
    background-color: rgb(71, 69, 71);
    height: 300px;
    margin: 20px;
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
}

.support_icons {
    font-size: 80px;
    padding: 10px;
}

.support-mail {
    color: white;
}

.support-img {
    background-image: url('support.jpg');
    width: 100vw;
    height: 100vh;
    background-size: cover;
    margin: 0;
}



/*page-footer*/