/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

.language-form {
    --background: #ffffff;
    --text: #414856;
    --radio: #7C96B2;
    --radio-checked: var(--color-primary);
    --radio-size: 20px;
    --width: 150px;
    --height: 260px;
    --border-radius: 10px;
    background: var(--background);
    width: var(--width);
    height: var(--height);
    border-radius: var(--border-radius);
    color: var(--text);
    position: relative;
    -webkit-box-shadow: 0 10px 30px rgba(65, 72, 86, 0.05);
    box-shadow: 0 10px 30px rgba(65, 72, 86, 0.05);
    padding: 15px 20px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto var(--radio-size);
    grid-template-columns: auto var(--radio-size);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.language-form label {
    cursor: pointer;
}

.language-form input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    height: var(--radio-size);
    width: var(--radio-size);
    outline: none;
    margin: 0;
    cursor: pointer;
    border: 2px solid var(--radio);
    background: transparent;
    border-radius: 50%;
    display: -ms-grid;
    display: grid;
    -ms-grid-column-align: end;
    justify-self: end;
    justify-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    -webkit-transition: border .5s ease;
    -o-transition: border .5s ease;
    transition: border .5s ease;
}

.language-form input[type="radio"]::before,
.language-form input[type="radio"]::after {
    content: "";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-grid-column-align: center;
    justify-self: center;
    border-radius: 50%;
}

.language-form input[type="radio"]::before {
    position: absolute;
    width: 100%;
    height: 100%;
    background: var(--background);
    z-index: 1;
    opacity: var(--opacity, 1);
}

.language-form input[type="radio"]::after {
    position: relative;
    width: calc(100% /2);
    height: calc(100% /2);
    background: var(--radio-checked);
    top: var(--y, 100%);
    -webkit-transition: top 0.5s cubic-bezier(0.48, 1.97, 0.5, 0.63);
    -o-transition: top 0.5s cubic-bezier(0.48, 1.97, 0.5, 0.63);
    transition: top 0.5s cubic-bezier(0.48, 1.97, 0.5, 0.63);
}

.language-form input[type="radio"]:checked {
    --radio: var(--radio-checked);
}

.language-form input[type="radio"]:checked::after {
    --y: 0%;
    -webkit-animation: stretch-animate .3s ease-out .17s;
    animation: stretch-animate .3s ease-out .17s;
}

.language-form input[type="radio"]:checked::before {
    --opacity: 0;
}

.language-form input[type="radio"]:checked~input[type="radio"]::after {
    --y: -100%;
}

.language-form input[type="radio"]:not(:checked)::before {
    --opacity: 1;
    -webkit-transition: opacity 0s linear .5s;
    -o-transition: opacity 0s linear .5s;
    transition: opacity 0s linear .5s;
}

@-webkit-keyframes stretch-animate {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    28% {
        -webkit-transform: scale(1.15, 0.85);
        transform: scale(1.15, 0.85);
    }
    50% {
        -webkit-transform: scale(0.9, 1.1);
        transform: scale(0.9, 1.1);
    }
    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}

@keyframes stretch-animate {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    28% {
        -webkit-transform: scale(1.15, 0.85);
        transform: scale(1.15, 0.85);
    }
    50% {
        -webkit-transform: scale(0.9, 1.1);
        transform: scale(0.9, 1.1);
    }
    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}

.socials {
    position: fixed;
    display: block;
    left: 20px;
    bottom: 20px;
}

.socials>a {
    display: block;
    width: 30px;
    opacity: .2;
    -webkit-transform: scale(var(--scale, 0.8));
    -ms-transform: scale(var(--scale, 0.8));
    transform: scale(var(--scale, 0.8));
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.38, -0.12, 0.24, 1.91);
    transition: -webkit-transform 0.3s cubic-bezier(0.38, -0.12, 0.24, 1.91);
    -o-transition: transform 0.3s cubic-bezier(0.38, -0.12, 0.24, 1.91);
    transition: transform 0.3s cubic-bezier(0.38, -0.12, 0.24, 1.91);
    transition: transform 0.3s cubic-bezier(0.38, -0.12, 0.24, 1.91), -webkit-transform 0.3s cubic-bezier(0.38, -0.12, 0.24, 1.91);
}

.language-btn .iconsax svg [fill] {
    fill: var(--color-primary);
}

.socials>a:hover {
    --scale: 1;
}

.language-form input[type="radio"] {
    z-index: 1;
}

.language-form label {
    z-index: 2;
}

#google_translate_element {
    position: fixed;
    width: auto;
    top: 65px;
    right: 20px;
    z-index: 999;
}

.goog-te-gadget img {
    display: none !important;
}

.goog-te-gadget-simple {
    padding: 10px !important;
    border-radius: 8px;
    border: 2px solid var(--color-primary) !important;
}

#\:0\.container {
    visibility: hidden !important;
}

#goog-gt-tt {
    display: none !important;
}

#google_translate_element {
    visibility: hidden !important;
}

font {
    box-shadow: none !important;
    background: transparent !important;
}