
  @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');
 

*, 
*::after,
*::before{
    margin: 0;
    padding: 0;
    -webkit-box-sizing: inherit;
            box-sizing: inherit;
}

body{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-family: "Poppins", sans-serif ;
    line-height: 1.7;
    position: relative;
    background-image: url("bg.jpg");
    height: 100vh;
}

.container{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    overflow: hidden;
    background-color: #e9e3e3;
    height: 560px;
    width: 300px;
    border-radius: 30px;
    -webkit-box-shadow : 0px 57px 72px -30px rgba(81, 108, 95, 0.46);
    box-shadow : 0px 57px 72px -30px rgba(81, 108, 95, 0.46);
}


.next-screen{
    position: absolute;
    background: #101010;
    height: 100%;
    width: 100%;
    padding: 40px 25px 0px 25px;
    z-index: 100;
    opacity: 0;
}
.next-screen svg{
    fill: #fff;
    cursor: pointer;
}
.next-screen h1{
    color: #fff;
    margin-top: 15px;
    line-height: 1;
}
.next-screen h1 span{
    font-size: 24px;
    font-weight: 600;
}
.next-screen .header{
    height: 150px;
    width: 100%;
    background-image: url("Sideeq.JPG");
    border-radius: 20px;
    background-size: cover;
    background-position: center;
    margin-top: 15px;
}
.screen-1 .top{
    position: relative;
    margin: 25px;
    width: 100%;
    height: 300px;
    background-image: url("abdwaheed.jpg");
    background-size: cover;
    border-radius: 20px;
    overflow: hidden;
    background-position: center;
}
.next-screen p{
    color: #fff;
    position: relative;
    margin-top: 15px;
    font-size: 10px;
    line-height: 2;
    padding-bottom: 25px;
}
.next-screen .send{
    cursor: pointer;
    width: 20px;
    height: 20px;
}
.screen-1{
    padding: 10px 50px 0px 0px;
}
.screen-1 .top h1{
    text-shadow: 0px 2px 12px rgba(0,0,0,0.86);
    position: absolute;
    padding: 40px 20px;
    color: #fff;
    bottom: 0;
    line-height: 1;
    z-index: 1;
}

.screen-1 .top h1 span{
    font-size: 24px;
    font-weight: 200px;
}
.screen-1 img{
    height: 16px;
}
.screen-1 .button{
    position: absolute;
    left: 50%;
    top: 84%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background-color: #101010;
    height: 42px;
    width: 42px;
    border-radius: 50%;
    z-index: 200;
    cursor: pointer;
}

.screen-1 .button svg{
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    top: 50%;
    left: 52%;
    fill: #fff;
}

.screen-1 .loading{
    position: absolute;
    bottom: 16px;
    left: 40px;
    font-size: 14px;
    font-weight: 500;
    z-index: 210;
    color: #cacaca;
}
.next-screen a, .next-screen label{
    font-size: 12px;
    /* font-weight: bold; */
    color: white;
    text-decoration: none;
     border-bottom:3px solid orangered;
}
