.dailog{
    display: none;
    height: 0rem;
    height: 0rem;
    top: -1000rem;
    overflow-y: auto;
    z-index: 999999;
    position: relative;
}

.dailog .content{

    background-color:white;
    height: 100vh!important;
    width: 27.5rem;
    margin: 0rem;
    border-radius: 0 0  1rem;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    top: 0rem;
    right: 0rem;
   display: grid;
   grid-template-rows: 40% 1fr;
   box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;

}
 
.dailog .content .header{
    height: 100%!important;
    width: 100%!important;
    margin: 0!important;
    background:#000000e6!important;
    position: relative!important;

}
.dailog .content .header .background-header{

    height: 100%;
    width: 100%;
    opacity: 0.2;
    z-index: 1;
}

.dailog .content .header .header-icon{
    height:12rem;
    width: 12rem;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 99999999;
}
.Demo img{
    height: 100%!important;
    width: 100%!important;
}
.dailog .content .header .close{
    border-radius:50%;
    height: 2.5rem;
    width: 2.5rem; 
    background:var(--active);
    color:white;
    border:1px solid  white;
    position: absolute;
    top: 1rem;
    right: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
    cursor: pointer;

}
.dailog .content .body{
    display: grid;
    padding: 2rem;
    justify-items: center;
    align-content: flex-start;
    gap: 2rem;

}

.dailog .content .body h3{
    width: 100%;
    text-align: center;
    color: var(--active);
    font-size: 32px;
    font-weight: 900;
    margin-top: 16px;
}
.dailog .content .body p{
    display: flex;
    justify-items: center;
    justify-content: center;
    line-height: 26px;
    width: 100%;
    font-size: 20px;
    color: #344c59;
    text-align: center;
    padding: 8px 24px 11px
    
}

.dailog .content .body input{
    border-radius: 2rem;
    outline: 0px;
    padding: 16.5px 14px;
    width: 90%;
    font-size: 16px;
    font-weight: 700;
    min-height: 50px;
    border: 2px solid transparent;
    background-color: rgb(40, 41, 61);
    color: rgb(249, 250, 255);
    overflow: hidden;
    /* letter-spacing: 1ch; */
    text-align: center;
    cursor: pointer;
}
.dailog .content .body button{
    background: var(--active);
    border-radius: 30px;
    transition: all 250ms ease 0s;
    border: none;
    cursor: pointer;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    font-family: Nunito;
    font-weight: 800;
    font-size: 16px;
    box-sizing: border-box;
    padding: 8px 16px;
    color: rgb(249, 250, 255);
    margin-top: 0rem;
    height: 50px;
    margin-bottom: 3em;
}
.open-dailog{

    display: block!important;
    position: fixed!important;
    top: 0!important;
    bottom: 0!important;
    left: 0!important;
    right: 0!important;
    height: 100vh!important;
    width: 100%!important;
    background-color: rgb(55 65 81 /.5)!important;
}
 
 
 
.Demo{
    border-radius: 50%!important;
    height: 4rem;
    width: 4rem!important;
    position: fixed!important;
    right: 1rem!important;
    bottom: 5.5rem!important;
    padding: 0.5rem;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px!important;
    overflow: hidden;
    background:#1e7dab;
    cursor: pointer;
    z-index: 999!important;
    display: flex;
    justify-content: center;
    align-items: center;
}
.Demo svg{
    height: 4rem;
    width: 4rem!important;
}
@media only screen and (max-width: 920px) {

    .dailog .content{
        width: 100%!important;
    }
}

.dailogGames{
    display: none;
    height: 0rem;
    height: 0rem;
    top: -1000rem;
    overflow-y: auto;
    z-index: 999999;
}

.dailogGames .content{

    background-color:white;
    height: fit-content;
    width: 45%;
    padding: 2rem;
    border-radius: 1rem;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 1rem auto;
    position: relative;


}
.dailogGames .larg{

    width: 55%!important;

}

.dailogGames .content .close{
    border-radius:50%;
    height: 2.5rem;
    width: 2.5rem; 
    color:var(--active);
    background:transparent;
    border:1px solid var(--active);
    position: absolute;
    top: 1rem;
    right: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;

    cursor: pointer;

}
.dailogGames .content .close:hover{
    color:white;
    background:var(--active);
    border:1px solid  white;
}
.dailogGames .content h3{
    font-size: 1.5rem;
    line-height: 2re m;
}
.dailogGames .content p{
    color: rgb(107 114 128 );
}

.dailogGames .content .form{
    margin-top: 1.9rem;
    display: grid;
    gap: 1rem;
}
.dailogGames .content .form div{
    display: grid;

}

.dailogGames .content .form div label{
    color: rgb(17 24 39 ); 
    font-weight: 500;
    margin-bottom: 0.5rem;
}

.dailogGames .content .form div input{
    padding: 0.7rem 1rem;
    outline: none;
    border: 1px solid rgb(107 114 128 );
    border-radius: 0.4rem;

}
.dailogGames .content .form div input:hover{
    border: 1.3px solid var(--active);
}

.dailogGames .content .form  .btn-send{
    display: block;
    border:1px solid  white;
    color:white;
    background:var(--active);  
    width:fit-content;
    height: fit-content;
    padding: 1rem; 
    padding: 1rem 3rem;
    border-radius: 1rem;
    margin:1rem auto;
    cursor: pointer;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.open-dailogGames{

    display: block!important;
    position: fixed!important;
    top: 0!important;
    bottom: 0!important;
    left: 0!important;
    right: 0!important;
    height: 100vh!important;
    width: 100%!important;
    background-color: rgb(55 65 81 /.5)!important;
}
 
 
 
@media only screen and (max-width: 920px) {

    .dailogGames .content {
        width: 99%!important;
        height: fit-content!important;
    }
}