/* popup start */
.overlay{
    background: #0a0a0a33;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100vh;
    width: 100%;
    z-index: 1000;
    overflow: hidden;
    display: none;
}
.popup{
    height: 600px;
    background-color: #fff;
    width: 400px;
    padding: 30px 40px;
    position: absolute;
    transform: translate(-50%,-50%);
    left: 50%;
    top: 50%;
    border-radius: 8px;
    font-family: "Poppins",sans-serif;
    text-align: center;
    z-index: 100000000;
    box-shadow: 0 0 35px 0 rgb(10 97 221 / 15%);
}
.popup button{
    display: block;
    margin:  0 0 20px auto;
    background-color: transparent;
    font-size: 30px;
    color: #c5c5c5;
    border: none;
    outline: none;
    cursor: pointer;
}
.pop-content{
    text-align: center;
}
.popup p{
    font-size: 14px;
    text-align: justify;
    margin: 20px 0;
    line-height: 25px;
}
.popup-btn{
    display: block;
    width: 150px;
    position: relative;
    margin: 20px auto;
    text-align: center;
    background-color: #2250fc;
    color: #ffffff;
    text-decoration: none;
    padding: 5px 0;
    border-radius: 3px;
}
.popup-font{
    font-size: 2.4em;
    line-height: 1.4em;
    font-weight: 700;
}
.popup-border{
    border-right: 1px solid #cdc3c3;
    background-color: #2250fc;
}
.pop-logo{
    margin-left: 30%;
}
.pop-img{
    width: 60%;
    height: 200px;
}
/* popup end */

@media only screen and (min-device-width :320px) and (max-device-width :480px) {
    .popup{
        width: 80%;
        top: 85%;
        height: auto;
    }
    .popup-font{
        font-size: 2em;
        padding: 20px 35px;
    }
    .popup button{
        margin-left:  auto;
    }
    .pop-logo {
        margin-left: auto;
    }
    .popup-font {
        padding: 10px 10px;
    }
}
@media only screen and (min-device-width :481px) and (max-device-width :540px) {
    .popup{
        width: 80%;
        top: 85%;
        height: auto;
    }
    .popup-font{
        font-size: 2em;
        padding: 20px 35px;
    }
    .popup button{
        margin-left:  auto;
    }
    .pop-logo {
        margin-left: auto;
    }
    .popup-font {
        padding: 10px 10px;
    }
}
@media only screen and (min-device-width :541px) and (max-device-width :767.8px) {
    .popup{
        width: 80%;
        top: 85%;
        height: auto;
    }
}
@media only screen and (width :768px) {
    .popup{
        width: 50%;
        top: 80%;
        height: auto;
    }
    .popup button{
        margin-left:  auto;
    }
    .pop-logo {
        margin-left: auto;
    }
}
@media only screen and (min-device-width :769px) and (max-device-width :991px) {
    .popup{
        width: 50%;
        top: 90%;
        height: auto;
    }
    .popup button{
        margin-left:  auto;
    }
    .pop-logo {
        margin-left: auto;
    }
}
@media only screen and (min-width:992px) and (max-width:1024px) {
    .popup{
        width: 50%;
        top: 90%;
        height: auto;
    }
    .popup button{
        margin-left:  auto;
    }
    .pop-logo {
        margin-left: auto;
    }
}
