input {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
}
a{
    text-decoration: none;
}
body{
    margin: 0;
    padding: 0; 
    width: 100%;
    min-height: 100vh;
    min-height: -webkit-fill-available;
    max-height: 100vh;
    max-height: -webkit-fill-available;
    overflow-x: hidden;
    box-sizing: border-box;  
    font-family: 'Roboto', sans-serif;
    -webkit-user-select: none;  
       -moz-user-select: none;  
        -ms-user-select: none;  
            user-select: none;
    background-color: rgb(255, 255, 255);
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased; 
    -webkit-tap-highlight-color: transparent;
    font-family: sans-serif;
}
.fon{
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #c9b6a7;
    background-image: url(../gicons/fon.jpg);
    background-size: 100%;
    background-position: 60%;
    background-repeat: no-repeat;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0.8;
    z-index: -1;
}
.bottom{
    display: none;
   }
.top_bar{
    position: fixed;
    width: 100%;
    height: 50px;
    background-color: white;
    z-index: 10;
}
.top_wrapper{
    position: relative;
    width: 100%;
    max-width: 1920px;
    height: 50px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.logo{
    background-image: url(../gicons/full_logo.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 120px;
    height: 40px;
    opacity: 0.6;
    margin-left: 0;
}
#settings{
    background-image: url(../gicons/geara.png);
    background-size: 30px 30px;
    background-repeat: no-repeat;
    margin-top: 4px;
    overflow: hidden;
    width: 35px;
    height: 32px;
    opacity: 1;
    margin-left: 20px;
    font-size: 14px;
    padding-right: 4px;
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background-color: rgb(255, 255, 255);
    border: 2px solid rgb(255, 255, 255);
    color: transparent;
    box-sizing: border-box;
    border-radius: 10px;
    transition: 0.6s ease;
}
#settings:hover{
    opacity: 0.5;
    border: 2px solid silver;
    color:rgb(39, 39, 39);
    width: 138px;
    transition: color 0.6s ease, width 0.6s ease, border 0.6s ease;
    cursor: pointer;
}
#settings:active{
    opacity: 1;
    background-color: rgb(221, 221, 221);
    color: rgb(36, 36, 36);
    border: 2px solid rgb(255, 255, 255);
    transition: color 0.01s ease, width 0.6s ease;
}
#lang{
    position: relative;
    top: 8px;
    margin-right: 20px;
    width: 25px;
    height: 35px;
    overflow: hidden;
    border: 1px solid silver;
    background-color: white;
    box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.109);
    border-radius: 12px;
    align-self: flex-start;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    transition: 0.4s ease;  
}
#lang:hover{
    height: 100px;
    border: 1px solid rgb(95, 95, 95);
    transition: 0.4s ease;
}
#lang > span{
    transition: 0.3s ease;
    color: rgb(155, 155, 155);
    font-size: 16px;
    font-weight: 700;
    margin-top: 2px;
    padding: 0;
    line-height: 30px;
    cursor: pointer;
}
#lang > span:hover{
    color: rgb(102, 102, 102);
    transform-origin: center center;
    transform: scale(1.2);
    transition: 0.3s ease;
}
.width_wrapper{
    background-color: #ffffff;
    background-size: calc(min(1920px, 80%));
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    opacity: 0.4;
    top: 50px;
    width: 100%;
    height: 100px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
h1, h2{
    color: rgb(75, 75, 75);
    margin: 0;
    opacity: 1;
}
.button_wrapper{
    position: relative;
    top: 60px;
    width: 80%;
    max-width: 1720px;
    height: min-content;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.card_1{
    display: flex;
    flex-direction: column;
    margin-left: 40px;
    margin-right: 40px;
    padding: 20px;
    height: 180px;
    justify-content: space-around; 
}
.edit_block{
    font-size: 18px;
    font-weight: 600;
    color: rgb(114, 114, 114);
    background-color: rgba(255, 255, 255, 0.329);
    backdrop-filter: blur(4px);
    border-radius: 15px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    height: inherit;
    width: 150px;
    text-align: center;
    justify-content: space-between;
}
.inn{
    text-align: center;
    font-size: 13px;
    padding: 5px 10px 5px 10px;
    border-radius: 12px;
}
.inn:focus{
    border:2px solid rgb(255, 196, 196);
}
.but{
    background-color: rgba(228, 228, 228, 0.6);
    padding: 8px 15px 8px 15px;
    color: rgb(41, 41, 41);
    width: 150px;
    box-sizing: border-box;
    line-height: 50%;
    border: 2px solid rgb(255, 255, 255);
    border-radius: 20px;
    font-size: 18px;
    cursor: pointer;
}
.wide{
    width: 180px;
}
.but:hover{
    background: rgb(173, 173, 173);
    border: 2px solid rgb(54, 54, 54);
    color: rgb(255, 255, 255);
    box-sizing: border-box;
}
.but:active{
    border: 2px solid rgb(255, 255, 255);
    background: rgb(138, 138, 138);
    box-sizing: border-box;
}
.demo{
    position: absolute;
    left: 0;
    right: 0;
    top: 50px;
    height: 420px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.video{
    position: relative;
    width: 500px;
    height: calc(500px * 0.562);
    border-radius: 15px;
    opacity: 0.0;
    z-index: 10;
    box-shadow: -5px 10px 10px rgba(0, 0, 0, 0.191);
    transition: 0.6s;
    pointer-events: none;
}
.video:hover{
    transform-origin: center center;
    transform: scale(1.6);
}
.fade_in{
    opacity: 1;
    transition: 0.6s;
    pointer-events: fill;
}
.fade_out{
    opacity: 0.0;
    transition: 0.6s;
    pointer-events: none;
}
.block_wrapper{
    position: relative;
    top: 70px;
    width: 80%;
    max-width: 1920px;
    left: 50%;
    transform: translateX(-50%);
    padding-bottom: 50px;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-evenly;
}
.bullets{
    background-color: rgb(255, 255, 255);
    width: 170px;
    height: 220px;
    border-radius: 20px;
    margin: 10px;
    padding: 5px;
    box-sizing: border-box;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    transition: 0.5s;
}
.bullets:hover{
    transform: scale(1.1);
    transition: 0.5s;
    cursor: pointer;
}
.o_icon{
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    transform: scale(1.1);
    width: 100px;
    height: 100px;
    margin-top: 100px;
    transition: 0.5s;
}
#oa{
    background-image: url(../gicons/Open-planing.png);
}
#ob{
    background-image: url(../gicons/Open-photo.png);
}
#oc{
    background-image: url(../gicons/Open-banda.png);
    transform: scale(0.9);
}
#od{
    background-image: url(../gicons/Open-note.png);
}
#oe{
    background-image: url(../gicons/Open-link.png);
}
.in_text{
    margin: 10px 1px 10px 1px;
    text-align: center;
    display: block;
    position: relative;
    color: rgb(133, 133, 133);
    font-size: 16px;
}
.in_text_1{
    margin: 0px 1px 10px 1px;
    text-align: center;
    display: block;
    position: relative;
    font-size: 14px;
    color: rgb(133, 133, 133);
}
.footer_wrapper{
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    height: 30px;
    background-color: #fff8f2d0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.container{
    position: relative;
    width: 90%;
    max-width: 1920px;
    height: 30px;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.inline{
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    font-size: 12px;
    line-height: 15px;
    /* margin: auto; */
}
.logo_copyright{
    background-image: url(../gicons/logo.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    opacity: 1;
    margin-left: 0;
}
.insta{
        background-image: url(../gicons/insta.png);
        background-size: contain;
        background-repeat: no-repeat;
        width: 22px;
        height: 22px;
        opacity: 0.6;
        margin-right: 3px;
        margin-left: 3px;
}
.fb{
    background-image: url(../gicons/fb.png);
}
.you{
    background-image: url(../gicons/you.png);
    width: 22px;
    height: 22px;
}

@media (max-width: 1200px) {
    .bottom{
        display: block;
        position: absolute;
        background-color: white;
        width: 100%;
        top: 500px;
        bottom: 0;
       }
    .block_wrapper{
        position: relative;
        top: 70px;
        width: 100%;
        max-width: 1200px;
        left: 50%;
        transform: translateX(-50%);
        height: max-content;
        z-index: 1;
        background-color: rgb(255, 255, 255);
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        align-items: center;
        justify-content: space-evenly;
    }
    .bullets{
        position: relative;
        background-color: rgb(255, 255, 255);
        width: 100%;
        height: 40px;
        border-radius: 0;
        margin: 1px;
        padding: 5px;
        box-sizing: border-box;
        box-shadow: 0px -5px 10px rgba(0, 0, 0, 0.1);
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        transition: 0.5s;
    }
    .bullets:hover{
        height: 40px;
        transform: translateY(-50%);
        transition: 0.5s;
        cursor: pointer;
    }
    .o_icon{
        position: relative;
        background-size: cover;
        background-repeat: no-repeat;
        width: 40px;
        height: 40px;
        left: 25px;
        top: 2px;
        margin: 0;
    }
    .in_text{
        position: relative;
        margin: 10px 1px 10px 1px;
        text-align: center;
        display: block;
        position: relative;
        font-size: 18px;
    }
    .in_text_1{
        display: none !important;
    }
}
@media (max-width: 850px) {
    .width_wrapper{
        width: 100%;
        top: 50px;
    }
    h1, h2{
        font-size: 4vw;
        margin: 0;
        opacity: 0.8;
        text-align: center;
    }
    h2{
        font-size: 3.5vw; 
    }
    .button_wrapper{
        position: relative;
        top: 60px;
        width: 80%;
        max-width: 800px; 
    }
    .card_1{
        display: flex;
        flex-direction: column;
        margin-left: 10px;
        margin-right: 10px;
        padding: 20px;
        height: 180px;
        justify-content: space-around; 
    }
    .edit_block{
        font-size: 14px;
        padding: 10px;
        display: flex;
        flex-direction: column;
        height: inherit;
        width: 120px;
        text-align: center;
        justify-content: space-between;
    }
    .inn{
        padding: 5px 10px 5px 10px;
        border-radius: 12px;
        font-size: 10px;
        text-align: center;
    }
    .but{
        width: 120px;
        font-size: 12px;
        line-height: 15px;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .wide{
        width: 140px;
    }
    .video{
        width: 400px;
        height: calc(400px * 0.562);
    }
    .video:hover{
        transform-origin: center center;
        transform: scale(1.2);
    }
    .block_wrapper{
        top: 80px;
    }
    .inline{
        font-size: 10px;
        line-height: 12px;
        opacity: 0.6;
        margin: -15px;
    }
    .logo_copyright{
        width: 20px;
    }
    
}
@media (max-width: 400px) {
    .width_wrapper{
        top: 50px;
        width: 100%;
        height: 80px;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    h1, h2{
        font-size: 16px;
        margin: 0;
        opacity: 1;
    }
    h2{
        font-size: 14px; 
    }
    .logo{
        background-image: url(../gicons/logo.png);
        width: 40px;
        height: 40px;
    }
    .button_wrapper{
        position: relative;
        top: 40px;
        width: 100%;
        max-width: 400px;
        height: min-content;
        left: 50%;
        transform: translateX(-50%);
        z-index: 1;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .card_1{
        display: flex;
        flex-direction: column;
        margin-left: 1px;
        margin-right: 1px;
        padding: 20px;
        height: 180px;
        justify-content: space-around; 
    }
    .edit_block{
        font-size: 14px;
        padding: 10px;
        display: flex;
        flex-direction: column;
        height: inherit;
        width: 100px;
        text-align: center;
        justify-content: space-between;
    }
    .inn{
        padding: 5px 5px 5px 5px;
        border-radius: 12px;
        font-size: 9px;
        text-align: center;
    }
    .but{
        width: 100px;
        font-size: 12px;
        line-height: 20px;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        white-space: normal;
    }
    .wide{
        width: 100px;
    }
    .video{
        width: 300px;
        height: calc(300px * 0.562);
        bottom: 30px;
    }
    .video:hover{
        transform-origin: center center;
        transform: scale(1.2);
    }
    .block_wrapper{
        top: 30px;
    }
}
@media (max-height: 600px) {
    .demo{
        position: fixed;
        left: 0;
        right: 0;
        top: 50px;
        height: 250px;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 1111;
        pointer-events: none;
    }
   
}
