/************************
 landing Navbar 
************************/
.landing-nav{
    border: 0.75px solid rgba(255, 255, 255, 0.50);
    background: rgba(255, 255, 255, 0.49);
    backdrop-filter: blur(7.649999618530273px);
}
.landing-nav-logo{
    width: 150px;
    height: 43px;
}
.g-color{
    background: var(--G5, linear-gradient(135deg, #0B7CC0 0%, #13143A 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.try-btn{
    border-radius: 8px;
    border: 2px solid var(--G5, #0B7CC0);
    background-color: #fff;
}
.login-btn{
    border-radius: 8px;
    border: 2px solid var(--G5, #0B7CC0);
    background-color: #fff;
}
@media screen and (max-width: 620px)
{
    #nav-try-btn{
        display: none;
    }
    #nav-login-btn{
        display: none;
    }
    .landing-nav-logo{
        width: 130px;
        height: 38px;
    }
}
.language-dropdown{
    border-radius: 17px;
    border: none;
    box-shadow: var(--shadow-all);
    min-width: initial;
    width: fit-content;
}
.language-dropdown .dropdown-item.active{
    color: var(--color-accent-a500);
    background-color: #fff;
}

.language-dropdown .dropdown-item:hover{
    color: var(--color-accent-a500);
    background-color: #fff;
}
/* End Navbar */




/************************
 landing Hero 
************************/
@keyframes animate {
    to {
        --angle: -127deg;
    }
}

@property --angle {
    syntax: "<angle>"; /* this can be angle or percentage */
    initial-value: 233deg;
    inherits: false;
}

.hero{
    padding-top: 80px;
    padding-bottom: 120px;
    background: conic-gradient(from var(--angle) at 50% 50%, #FFF 0deg, #BCDBED 360deg);
    animation: 5s animate 0s linear infinite;
}
.hero-intro{
    padding-left: 20px;
    padding-right: 73px;
}
.hero-caption{
    color: var(--colors-black-B200, #3B3C5B);
    text-align: center;
    font-family: JF-flat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600 !important;
    line-height: 31px; /* 193.75% */
    width: 50rem;
    margin: auto;
}
@media screen and (max-width: 991px) {
    .hero-caption{
        width: 80%;
    }
}
.welcome-back{
    color: var(--colors-black-B300, #13143A);
    text-align: center;
    font-family: Montserrat-Arabic-Medium;
    font-size: 62px;
    font-style: normal;
    font-weight: 500;
}
.in{
    color: var(--colors-black-B300, #13143A);
    text-align: center;
    font-family: Montserrat-Arabic-Bold;
    font-size: 62px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 10px;
}
.orga{
    background: var(--G1, linear-gradient(135deg, #0B7CC0 0%, #203363 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: Montserrat-Arabic-Bold;
    font-size: 62px;
    font-style: normal;
    font-weight: 700;
}
.orga-container{
    width: fit-content;
    margin: auto;
}
.orga-container .v-line{
    position: absolute;
    width: 6px;
    height: 100%;
    border-radius: 0px 0px 8px 8px;
    background: var(--G1, linear-gradient(135deg, #0B7CC0 0%, #203363 100%));
}
.orga-container .orga-flag{
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 8px 8px 8px 0px;
    background: var(--G1, linear-gradient(42deg, #0B7CC0 0%, #203363 100%));   
    transform: translate(calc(100% - 6px), -100%);
    color: #fff;
}
.in-orga{
    width: fit-content;
    margin: auto;
    border-radius: 12px 0px 0px 12px;
    background: rgba(11, 124, 192, 0.20);
}
@media screen and (max-width: 620px){
    .welcome-back{
        font-size: 45px;
    }
    .in{
        font-size: 45px;
    }
    .orga{
        font-size: 45px;
    }
}
.site-images{
    position: relative;
    padding-top: 100px;
}
.site-images img{
    border-radius: 16px;
    box-shadow: 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
}
.admin-panel-img{
    width: 60%;
}
.client-area-img{
    position: absolute;
    left: 50%;
    transform: translate(-50%, -10%);
    height: 110%;
}
@media screen and (max-width: 991px){
    .admin-panel-img{
        width: 80%;
    }
}
/* End Hero */



/************************
 landing App Features 
************************/
.why-orga{
    background: var(--color-1, linear-gradient(135deg, #0B7CC0 0%, #1897CD 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.feature-card{
    border-radius: 16px;
    background: rgba(230, 243, 255, 0.20);
    max-width: 400px;
}
.feature-title{
    background: var(--color-1, linear-gradient(135deg, #0B7CC0 0%, #1897CD 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.features-end span{
    background: var(--G1, linear-gradient(135deg, #0B7CC0 0%, #203363 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: NotoKufi;
    font-weight: 400;
}
.contact-for-success{
    background: var(--color-1, linear-gradient(135deg, #0B7CC0 0%, #1897CD 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
/* End App Features */


/************************
 landing Contact Form 
************************/
.contact-form{
    border-radius: 8px; 
    border: 15px solid #F2F8FF;
}
.contact-us-word{
    font-size: 128px;
    font-family: New-Sans-Ararbic;
}
@media screen and (max-width: 500px) {
    .contact-us-word{
        display: none;
    }
}

.contact-us .contact-input-group input{
    border: 0;
    border-bottom: 0.75px solid rgba(34, 39, 51, 0.20);
    border-radius: 0;
    background: transparent
}
.contact-us .contact-input-group input:hover,
.contact-us .contact-input-group input:focus{
    box-shadow: none
}
.contact-us .contact-input-group .icon{
    background: transparent !important;
    border: 0;
    border-bottom: 0.75px solid rgba(34, 39, 51, 0.20);
    border-radius: 0
}
.contact-us .contact-input-group .required{
    background: transparent !important;
    border: 0;
    border-bottom: 0.75px solid rgba(34, 39, 51, 0.20);
    border-radius: 0;
    color: #CB002D
}
.contact-us .contact-msg{
    border: 0;
    border-bottom: 0.75px solid rgba(34, 39, 51, 0.20);
    border-radius: 0;
    background: transparent
}
.contact-us .contact-msg:hover,
.contact-us .contact-msg:focus{
    box-shadow: none
}
#contact-submit-btn{
    border-radius: 22.5px;
    background: var(--G1, linear-gradient(135deg, #0B7CC0 0%, #203363 100%));
    color: #fff;
    box-shadow: 0px 5.25px 18.75px 0px rgba(255, 91, 74, 0.20);
}
/* End Contact Form */


/************************
 landing Footer
************************/

.landing-footer{
    margin-top: 600px;
    background: #0081fd1a;
    width: 100%;
    position: relative;
}
.landing-footer .footer-corner{
    position: absolute;
    background: #0081fd1a;
    width: 105%;
    height: 60%;
    border-top-left-radius: 80%;
    border-top-right-radius: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -10;
    top: 0;
}
@media screen and (max-width: 600px) {
    .landing-footer .footer-corner{       
        width: 130%;
    }
}
.landing-footer .footer-corner .corner-bottom{
    width: 100%;
    height: 50%;
    background-color: #fff;
    position: absolute;
    bottom: 0;
}

.landing-footer .logo-holder{
    position: absolute;
    width: 100%;
    height: 60%;
    top: 0;
    transform: translateY(-50%);
}
.logo-circle{
    position: absolute;
    background: #fff;
    width: 32rem;
    max-width: 70%;
    aspect-ratio: 1;
    box-shadow: 0px 0px 0px 15px rgba(0,129,254,0.05);
    left: 50%;
    transform: translate(-50%, -80%);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.logo-circle img{
    width: 85%;
}
@media screen and (min-width: 1200px) {
    .logo-circle{
        left: 10%;
        transform: translate(0, -45%);
    }
}
.download-app-img{
    width: 120px;
}
@media screen and (min-width: 576px) {
    .download-app-img{
        width: 155px;
    }   
}
.footer-copy-rights{
    width: fit-content;
}
.copy-right-container{
    display: flex;
    flex-direction: column;
    height: 100%;
    align-items: center;
}
@media screen and (min-width: 1200px) {
    .copy-right-container{
        align-items: end;
    }
    .footer-copy-rights{
        margin-top: auto;
    }
}
.contact-info{
    text-align: start;
}

/* End Footer */