@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk&display=swap');
@font-face {
    font-family: nunito-bold;
    src: url('../fonts/Nunito-Black.ttf');
}
@font-face {
    font-family: nunito-700;
    src: url('../fonts/Nunito-Bold.ttf');
}
h1{
    font-size: 24px;
}
h2{
    font-size: 20px;
}
h3{
    font-size: 16px;
}
body{
    margin: 0;
    overflow: hidden;
    height: 100vh;
    position: relative;
}
.body-class{
    height: 100vh;
    position: relative;
    font-family: 'Space Grotesk','sans-serif' !important;
    font-style: normal;
    font-size: 3.3vw !important;
    /* 12px */
    /* padding-left: 2.5vw !important;
    padding-right: 2.5vw !important; */
    font-weight: 400 !important;
    color:#000000;
    /* padding-bottom: 1.6vh;
    padding-top: 1.6vh; */
}
.logo{
    /* margin-top: 2.5vh; */
    justify-content: center;
    align-items: center;
    display: flex;
    padding-top: 1vh;
}
.logo-image{
    width: 26vw;
    height: 9.6vw;
    /* height: 40px;
    width: 52px; */
}
.greeting{
    line-height: 9.6vw;
    font-size: 6.4vw;
    /* margin-bottom: 1.7vh; */
    margin-top: 0px;
    font-family: 'Space Grotesk','sans-serif';
    font-style: normal;
    font-weight: 400;
    color: #000000;
}
.intro{
    /* font-size: 3.8vw; */
    /* margin-top: 3.4vh; */
    /* line-height: 3.5vh; */
    /* margin-bottom: 1.7vh; */
    font-weight: 900;
    font-size: 6.4vw;
    color: #134136;
    line-height: 4.9vh;
}
.btn-h{
    box-sizing: border-box;
    /* Auto layout */
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 2.6vw;
    gap: 3.8vw;
    background: #FFFFFF;
    border: 2px solid #0079BD;
    border-radius: 8px;
}
.help-btn{
    font-family: 'Space Grotesk';
    font-style: normal;
    font-weight: 700;
    font-size: 3.6vw;
    /* line-height: 15px; */
    text-align: center;
    color: #0079BD;
    flex: none;
    order: 0;
    flex-grow: 0;
}
.inst-btn{
    margin-bottom: 3.3vh;
}
.tajweed-btn{
    margin-bottom: 3.6vh;
}
.func-btn{
    font-style: normal;
    font-weight: 900;
    font-size: 4.4vw;
    line-height: 2vh;
    padding: 1rem 0.5rem !important;
    /* identical to box height, or 75% */
    text-align: center;
    color: #FFFFFF;
    font-family: 'nunito-bold';
    /* padding: 1rem 1rem !important; */
}
.login-func{
    color:#EFBA52;
}
.reg-func{
    color:#134136;
}
.login-btn{
    /* background: #00A2E8; */
    background:#134136;
   
    text-align: center;
    width: 50%;
}
.reg-btn{
    /* background: #0079BD; */
    background:#EFBA52;
    
    text-align: center;
    width: 50%;
}
.func-btns{
    display: flex;
    margin-right: -2.6vw;
    /* left: 0; */
    /* position: fixed; */
    margin-left: -2.5vw;
}
.footer-div{
    /* padding-right: 2.5vw !important; */
    position: fixed;
    bottom: 0;
}
@media only screen and (min-width: 768px) {
    .body-class{
        max-width: 592px;
        margin: auto;
        margin-top: 2%;
        margin-bottom: 2%;
        box-shadow: 0 0 6px 0px rgb(0 0 0 / 24%);
        background-color: #fff;
    }
    .logo{
        /* margin-top: 1.1vh; */
    }
    .logo-image{
        width: 14vw;
        height: 9.8vh;
    }
    .greeting{
        line-height: 2.8vw;
        font-size: 2.2vw;
    }
    .intro{
        font-size: 1.0vw;
    line-height: 2.5vh;
    /* margin-bottom: 4.7vh; */

    }
    .inst-btn {
        margin-bottom: 4.2vh;
        padding: 0.4vw;
    }
    .tajweed-btn {
        margin-bottom: 4.2vh;
        padding: 0.4vw;
    }
    .footer-div{
        width: 592px;
    }
    .help-btn{
        font-size: 1.4vw;
    }
    .func-btn{
        font-size: 1.8vw;
        line-height: 2vh;
        padding: 1.2rem 1.5rem !important;
    }
    .login-btn{
        font-size: 2.3vw !important;
    }
    .reg-btn{
        font-size: 2.3vw !important;
    }
    .func-btns{
        margin: 0px;
    }

}
.login-btn:hover {
    background: #134136;
}
.inst-btn:hover {
    background: #0079BD;
    color: white;
}
.inst-btn:hover .help-btn{
    color: white;
}
.tajweed-btn:hover {
    background: #0079BD;
    color: white;
}
.tajweed-btn:hover .help-btn{
    color: white;
}
.func-btn:hover{
    color: white;
}
.help-btn:hover {
    color: white;
}

.btn:focus {
    outline: none;
    box-shadow: none;
}
.body-class{
    background-image: url("../images/mask-bg.svg");
    background-size: cover;
    background-repeat: no-repeat;
}

.intro{
    padding-right: 16px;
    padding-left: 16px;
    padding-bottom: 30px;
    display: flex;
    height: 38vh;
    align-items: flex-end;
    text-align: center;
    font-family: 'nunito-700';
    background: linear-gradient(359deg, #FFFFFF 40.91%, rgba(255, 255, 255, 0) 99%);
}
