@import "fonts.css";

.rtl {
    direction: rtl;
}

.k-modal {
    position: fixed;
    display: flex;
    justify-content: center;
    width: 100vw;
    height: 100vh;
    z-index: 2001;
    background-color: rgba(0, 0, 0, 0.05);
    backdrop-filter: blur(4.5px);
}

.kbtn-noBorder {
    padding: 5px 20px;
    text-decoration: none;
    font-family: "HecanLinearScreen", serif;
    font-weight: 400;
    font-size: 18px;
    cursor: pointer;
    background-blend-mode: overlay, normal;
    box-shadow: inset 0 2px 3px rgba(147, 147, 147, 0.31), inset 0 0 8px rgba(106, 106, 106, 0.09);
    border-radius: 20px;
    border: 0;
}

.k-modal .close-modal-button {
    position: absolute;
    top: 12px;
    right: 12px;
}

.k-modal .k-logo {
    position: absolute;
    top: -40px;
    width:  100%;
    text-align: center;
}

.k-modal .k-modal-dialog {
    position: relative;
    margin: auto;
    width: 520px;
    background-color: white;
    border-radius: 25px;
    animation: fadeInSlideUp 1s;
}

.k-modal .k-modal-dialog.hidden {
    animation: fadeInSlideUp 1s;
}

.k-modal .k-modal-dialog .k-modal-content {
    padding: 60px 30px 16px 30px;
}

.k-modal .k-modal-dialog .k-modal-content .k-modal-title-container {
    margin-bottom: 36px;
    text-align: center;
}

.k-modal .k-modal-dialog .k-modal-content .k-modal-title-container .k-modal-title {
    font-weight: 400;
    color: #333333;
    font-family: Hacen_Liner_Screen, Fallback, sans-serif;
    font-style: normal;
    font-size: 36px;
    line-height: 27px;
}

.k-modal .k-modal-dialog .k-modal-content .k-modal-title-container .k-modal-subtitle {
    margin-top: 8px;
    font-weight: 400;
    color: #8B8B8B;
    font-family: Hacen_Liner_Screen, Fallback, sans-serif;
    font-style: normal;
    font-size: 18px;
    line-height: 27px;
}


.social-login-btn {
    height:  38px;
    width: 102px;
    border-radius: 8px;
    text-align: center;
}

#login-content {
    -webkit-transition: display 0.25s ease-in-out;
    -moz-transition: display 0.25s ease-in-out;
    -o-transition: display 0.25s ease-in-out;
    transition: display 0.25s ease-in-out;

}

@media (min-width: 993px) {
    .hero-section {
        min-height: 100vh;
        background-image: url("../../kimages/home/home-hero-bg-1-blur.svg");
        background-size: cover;
        background-position: top center;
        background-repeat: no-repeat;
        resize: both;
 

    }
    
}

@media (max-width: 992px) {
    .hero-section {
        background-image: url("../../kimages/home/home-hero-bg-1-mobile-blur.svg") !important;
        padding-bottom: 20%;
        min-height: 100vh;
        background-size: cover;
        background-position: top center;
        background-repeat: no-repeat;
        resize: both;

    }
}

@media (max-width: 768px) {
    .k-modal .k-modal-dialog {
        position: relative;
        margin: auto;
        width: 90vw;
        max-width: 520px;;
        background-color: white;
        border-radius: 25px;
        animation: fadeInSlideUp 1s;
    }

    .k-modal .k-modal-dialog .k-modal-content {
        padding: 60px 10px 15px 10px !important;
    }

    .k-modal .k-modal-dialog .k-modal-content .k-modal-title-container .k-modal-title {
        font-size: 28px;
    }

    .k-modal .k-modal-dialog .k-modal-content .k-modal-title-container .k-modal-subtitle {
        font-size: 18px;
    }
    
    .login-button {
        font-family: HecanLinearXL, Fallback, sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 24px;
        line-height: 28px;   
        margin-top: 20px !important;
        margin-bottom: 25px !important;
    }
    
    .forget-password {
        font-family: HecanLinearScreen, Fallback, sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 15px;
        line-height: 17px;
        text-align: center;
    }

    .social-login-btn {
        margin: 0 5px;
        height:  26px;
        width: 70px;
        border-radius: 8px;
        text-align: center;
    }

    #apple-icon {
        width: 15px;
        height: 18px;
    }

    #twitter-icon {
        width: 19px;
        height: 16px;
    }

    #google-icon {
        width: 16px;
        height: 16px;
    }

    #facebook-icon {
        width: 16px;
        height: 16px;
    }
}

@media (max-width: 575px) {
    .login-button {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

}