﻿

/*#region General*/

body, * {
    font-family: 'IranSans_FaEn';
    cursor: default;
}

a, a:hover {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

button {
    outline: none;
    border: none;
}

.myCenterCenter {
    display: flex;
    justify-content: center;
    justify-items: center;
    justify-self: center;
    align-content: center;
    align-items: center;
    align-self: center;
    height: 100%;
}

/*#endregion General*/



/*#region LanguageOptions_Page*/

body, * {
    font-family: 'Open Sans', 'IranSans_Fa';
    cursor: default;
}

.FontEng, .FontEng * {
    font-family: 'Open Sans';
}

.FontFa, .FontFa * {
    font-family: 'IranSans_Fa';
}

.LanguageOptionBg {
    background-attachment: scroll;
    /*background-image: url('../Emerald Images/1A7A4580.jpg');*/
    background-image: url('../../BeautySalounContents/Emerald Images/DSC07363_OK.H.Low.jpg');
    position: fixed;
    background-position: center 0;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    height: 100vh;
    width: 100vw;
    z-index: -1;
    display: grid;
    overflow-y: scroll;
}

.DarkOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    /*background-color: rgba(0, 0, 0, 0.77);*/
    background-color: rgba(0, 0, 0, 0.35);
    z-index: -1;
}

.LanguageLogo {
    display: flex;
    justify-content: center;
}

    .LanguageLogo img {
        width: 90px;
        position: fixed;
        right: 30px;
        top: 20px;
    }

.Language_Title {
    display: flex;
    justify-content: center;
    font-size: 42px;
    font-weight: bold;
    color: white;
    margin-bottom: 75px;
    white-space: nowrap;
}

.LanguageTitle_FontFa {
    padding-top: 8px;
    font-weight: 500;
}

.LanguageTitle_Slash {
    line-height: 70px;
    font-weight: normal;
}

.Language_Container {
    max-width: 1000px;
    display: grid;
    align-content: space-between;
    /*padding-top: 32px;
    padding-bottom: 100px;*/
    padding: 40px 0;
    margin: auto;
}

.Flag_Col {
    display: grid;
    justify-content: center;
    justify-items: center;
    align-content: space-between;
    height: 207px;
    margin-bottom: 50px;
}

    .Flag_Col img {
        width: 125px;
        height: 83.4px;
        border-radius: 10px;
    }

.Language_Btn {
    background-color: #D3D3D3;
    background-color: rgba(211, 211, 211, 0.7);
    color: rgb(0, 0, 0);
    line-height: 21.6px;
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
    padding: 12px 50px 10px 50px;
    /*border-radius: 4px;*/
    border-radius: 20px;
}

div.Flag_Col a.Language_Btn:hover {
    background-color: rgb(0, 0, 0) !important;
    color: rgb(255, 255, 255) !important;
}


@media only screen and (max-width: 767px) {

    .myCenterCenter {
        height: auto;
    }

    .Flag_Col {
        /*margin-bottom: 150px;*/
        margin-bottom: 0;
        height: 150px;
    }

    .LanguageLogo img {
        width: 150px;
        position: relative;
        right: initial;
        top: initial;
    }

    .Language_Title {
        font-size: 30px;
        margin: 50px 0;
    }

}

@media only screen and (max-width: 575px) {
    .myCenterCenter {
        display: grid;
        gap: 115px;
    }

}

/*#endregion LanguageOptions_Page*/
