@import "/public/__Global/Styles/global.css?v=5621";

:root {
    --base-color: #0051ff;
    --pop-color: #349bef;
    --box-color: rgba(0, 0, 0, 0);
    --bilt-color: rgba(0, 0, 0, 0);
    --boarder-color: rgba(0, 0, 0, 0);
    --back-color: #0c0c0cf2;
    --select-color: #fdfdfd;
    --hover-color: rgba(0, 0, 0, 0);
    --gold-color: gold;
    --snow-color: snow;
    --order: 15;
}

html {
    position: relative;
    direction: rtl;
    display: block;
    clear: both;
    height: 100%;
    width: 100vW;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    overflow: hidden;
    z-index: 0;
    transform-style: preserve-3d;
    perspective: 1000px;
    perspective-origin: center;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

body {
    position: relative;
    direction: ltr;
    display: block;
    clear: both;
    height: 100%;
    width: 100%;
    margin: 0px auto;
    overflow: hidden;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

application {
    position: relative;
    margin: 0px auto;
    display: block;
    clear: both;
    z-index: 0;
    overflow: hidden;
    width: 100vW;
    height: 100vH;
    background: #c9c9c9 url(/public/files/icons/headbg5.png);
}

secret {
    position: absolute;
    margin: 0px auto;
    display: block;
    clear: both;
    z-index: 1;
    overflow: hidden;
    overflow-y: auto;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.splash {
    position: absolute;
    margin: 0px auto;
    display: block;
    clear: both;
    z-index: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.splash .backimg {
    position: absolute;
    display: block;
    margin: auto;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    opacity: 0.7;
}

ios.login-box {
    position: absolute;
    margin: auto;
    top: 7%;
    right: 0;
    left: 0;
    max-width: min(1000px, 70vW);
    height: auto;
    display: block;
    z-index: 2;
}


.row {
    display: block;
    margin: auto;
    clear: both;
    width: 90vW;
    max-width: 1300px;
    height: calc(85vH - 10%);
    position: absolute;
    top: 20%;
    right: 0;
    left: 0;
}

.three_mob {
    position: relative;
    display: grid;
    margin: auto;
    grid-template-columns: 33% 33% 33%;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.three_mob ios.mobile-box {
    position: relative;
    margin: auto;
    display: block;
    width: 80%;
    height: 90%;
}


.phone-simulator {
    width: 100%;
    height: 100%;
    border: 5px solid #ffffff;
    border-radius: 40px;
    background: #ffffff29;
    box-shadow: 0 0 30px rgb(255 255 255 / 40%);
    overflow: hidden;
    margin: auto;
    position: relative;
    z-index: 10;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

@keyframes popUp {
    0% { transform: scale(0.8); opacity: 0; }
    100% { transform: scale(1); opacity: 1; }
}

.phone-simulator::before {
    content: '';
    position: absolute;
    top: 12px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 6px;
    background: #ffffff;
    border-radius: 10px;
}

.phone-simulator iframe {
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 24px;
    opacity: 0.4;
    filter: invert(1);
    -moz-transition: transform 0.5s ease;
    -webkit-transition: transform 0.5s ease;
    transition: transform 0.5s ease;
}

.three_mob ios.mobile-box:hover  iframe {
    transform: scale(1.01);
    filter: invert(0);
    opacity: 0.6;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

@media only screen and (max-width: 1000px) {


    @media only screen and (max-width: 700px) {


        @media only screen and (max-width: 500px) {


            @media only screen and (max-width: 400px) {


            }
        }
    }

}
