*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font: Arial;
}
body{
    width: 100vw;
    height: 100vh;
    display: flex;
    background:-webkit-linear-gradient(right, #56d8e4,#9f01ea,#56d8e4,#9f01ea);
    /* background-image: url(gunter-hoffmann-LYaW8eq3mjs-unsplash.jpg); */
    background-size: cover;
    align-items: center;
    justify-content: center;
    z-index: -999;
   
}
.box{
    max-width: 1000px;
    max-height: 700px;
    display: flex;
    flex-direction: column;
    padding-left: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 30px;
    align-items: center;
    justify-content: center;
    position: relative;
    gap: 50px;
    border-radius: 10px;
    z-index: 500;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.40);
    backdrop-filter: blur(30px);
    background-color: rgba(255,255,255,0.30);

}
.coloumns{
    width: 100%;
background-color: transparent;
display: flex;
align-items: center;
    justify-content: space-between;
    flex-direction: column;
    gap: 10px;
    padding: 10px 0px;
    position: relative;
}
.rows{
    width: 100%;
    display: flex;
align-items: center;
    justify-content: space-between;
    flex-direction: column;
    gap: 10px;
    background-color: transparent;
    padding: 10px 0px;
    position: relative;
}
    
    .get{
        /* position: absolute;
        bottom: 30px; */
        width: 100%;
    
        left: 30px;
        padding: 6px;
        border: none;
        color: white;
        background:-webkit-linear-gradient(left, #56d8e4,#9f01ea,#56d8e4);
       border-radius: 10px;
       transition: all 2s ease-in-out ;
       

    }
    
    .get:hover{
        background:-webkit-linear-gradient(right,#9f01ea,#56d8e4,#9f01ea);
    }
    .get:active{
    color:  #7c04b3;
    background-color: rgb(9, 141, 134);
    }
    .cover{
        height: 100%;
        width: 100%;
        backdrop-filter: blur(25px);
        z-index: 5;
        position: absolute;
        left: 0;
        top: 0;
        transition: 0.60s;
        opacity: 0;
        transition: 1s;

    }
    .show-cover{
        opacity: 1;
        z-index: 800;
    }
    .popup{
        max-width: 750px;
        height: 200px;
        background:-webkit-linear-gradient( right #56d8e4,#9f01ea,#56d8e4,#9f01ea);
        border: 1px solid rgba(0,0,0,0.40);
        border-radius: 10px;
        box-shadow: 0px 0px 15px rgba(0,0,0,0.40);
        position: absolute;
        left: 50%;
        top: -50%;
        transform: translate(-50%,-50%);
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: Arial, Helvetica, sans-serif;
        padding-left: 30px;
        padding-right: 30px;
        transition: 1.5s;
        z-index: 10;
    
    }
    .show-popup{
        top: 50%;
        z-index: 999;
    }
    .result{
        font-size: 100px;
    }
    .cs{
        width: 250px;
        background-color: transparent;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 30px;
    }
    .rs{
        width: 250px;
        background-color: transparent;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 30px;
        }
    .abcr{
        width: 100%;
        height:200px;
        background-color: transparent;
        display: none;
        flex-direction: column;
        justify-content: space-evenly;
        position: relative;
        transition: 0.50s;
    }
    .abcc{
        width: 100%;
        height: 200px;
        background-color: transparent;
        display: none;
        flex-direction: ROW;
        justify-content: space-evenly;
        position: relative;
        transition: 0.50s;
        


    }
    .cl{
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        border-left:2px solid rgba(255, 255, 255, 0.799) ;
        position: relative;

    }
    .cl5{
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        border-left:2px solid rgba(255, 255, 255, 0.801) ;
        border-right:2px solid rgba(255, 255, 255, 0.8) ;
        position: relative;
    }
    .ro{
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        border-top:2px solid rgba(255, 255, 255, 0.8) ;

    }
    .ro5{
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        border-top:2px solid rgba(255, 255, 255, 0.804) ;
        border-bottom:2px solid rgba(255, 255, 255, 0.802);
        position: relative;
    }
    h3{
        font-size: 23px;
        font-family: Arial, Helvetica, sans-serif;
        padding: 5px 14px;
    }
    input{
        width:90%;
        padding:3px 5px;
        background-color: transparent;
        border: none;
        border-bottom: 2px solid rgba(255, 255, 255, 0.802);
        outline: none;
        

    }
    ::-webkit-input-placeholder{
        color: rgba(255, 255, 255, 0.802);
    }
    .c-z{
position: absolute;
bottom: -20%;
left: 0;

    }
    .r-z{
        position: absolute;
        bottom: -40px;
        left: 5px;
    }
    .col-head{
        width: 100%;
        position: absolute;
        top: -30px;
        left: 6px;
        display: flex;
        align-items: center;
        justify-content: space-around;
        padding-top: 15px;
        
    }
    .row-head{
        height: 250px;
        left: -30px;
        top: 6px;
        position: absolute;
        display: flex;
        align-items: center;
        flex-direction: column;
        gap: 17px;
        padding-left: 20px;

    }
    .col-head h2{
        font-size: 16px;
        color: #9f01ea;
        
    }
    .row-head h2{
        font-size: 16px;
        color: #56d8e4;
       
    }
    .btn-row{
        position: absolute;
        top: -20px;
        left: 40%;
        font-size: 15px;
        padding: 3px 10px;
        border: none;
        color: white;
        border-radius: 4px;
        background-color: #a001ea55;
        border: 1px solid rgba(255, 255, 255, 0.802);
        cursor: pointer;

    }
    .btn-col{
        position: absolute;
        top: -20px;
        left: 40%;
        font-size: 15px;
        padding: 3px 10px;
        border: none;
        color: white;
        border-radius: 5px;
        background-color:#56d8e455;
        border: 1px solid rgba(255, 255, 255, 0.802);
        cursor: pointer;
    }
    .btn-col:hover {
        background-color: #a001ea55;
    }
    .btn-row:hover {
        background-color: #56d8e455;
    }
    .btn-col:active {
        background-color: rgb(86, 114, 28);
    }
    .btn-row:active {
        background-color: rgb(86, 114, 28);
    }
    @media (max-width: 768px) {
        .box{
            
            max-height: 3300px;
            
        }
        body{
            padding-top: 30px;
            padding-bottom: 30px;
            height: 100%;
        }
        .get{
            width: 100%;
        }
        .wrap{
            flex-direction: column;
            gap: 40px;
        }
        .result{
            font-size: 50px;
        }
        .popup{
            max-width: 450px;
        height: 100px;
        }
        
    }
    .wrap{
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 20px;
    }
    