/* ###########################################
######### Done by Mohamed Elshamhout #########
############# Start 13/12/2023 ################
############################################## */



/* Arabic Fonts  */

@font-face {
    font-family: arFont;
    src: url(../fonts/Tajawal-Regular.ttf);
    font-weight: 400;
}

@font-face {
    font-family: arFont;
    src: url(../fonts/Tajawal-Medium.ttf);
    font-weight: 500;
}

@font-face {
    font-family: arFont;
    src: url(../fonts/Tajawal-Bold.ttf);
    font-weight: bold;
}

:root,
[data-theme=light] {
    --blue: #73CDFF;
    --white: #ffffff;
    --black: #000000;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --gray-light: #BDC7D8;

    --primary: #26AE65;
    --secondary: #D8EAEB;
    --tertiary: #35D780;
    --success: #198754;
    --info: #17a2b8;
    --warning: #FFDF0D;
    --danger: #dc3545;
    --light: #F9F9F9;
    --light-sec: #F9F7FF;
    --dark: #181818;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-ratio: 1;
    --container-padding: calc(4vw + 20px);

}

.bg-primary {
    background-color: var(--primary) !important;
}

.bg-secondary {
    background-color: var(--secondary) !important;
}

.text-primary {
    color: var(--primary) !important;
}

.text-secondary {
    color: var(--secondary) !important;
}


html {
    font-size: 16px;
}

body {
    font-weight: 400;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    justify-content: space-between;
    align-items: stretch;
    overflow-x: hidden;
}

body.modal-open {
    padding: 0 !important;
    overflow-y: scroll;
}

body::-webkit-scrollbar,
.scrolling::-webkit-scrollbar {
    width: 8px;
    background-color: transparent;
}


.xScrolling::-webkit-scrollbar {
    height: 5px;
}

body::-webkit-scrollbar-track,
.scrolling::-webkit-scrollbar-track,
.xScrolling::-webkit-scrollbar-track {
    background-color: transparent;
}

body::-webkit-scrollbar-thumb,
.scrolling::-webkit-scrollbar-thumb,
.xScrolling::-webkit-scrollbar-thumb {
    background-color: var(--primary);
    border-radius: 5px;
}



body * {
    font-family: arFont;
    text-align: start;
}

img {
    max-width: 100%;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
}

.container {
    max-width: 75vw;
}



.btn {
    line-height: normal;
    height: 4vw;
    min-height: 45px;
    transition: ease all 1s;
    font-size: calc((12px + 1vw) * var(--font-ratio));
    box-shadow: none !important;

}

.btn:hover {
    transform: scale(.95);
    transition: ease all 1s;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown-item.active,
.dropdown-item:active,
.dropdown-item:focus {
    background-color: var(--primary);
    color: var(--white) !important;
}

.dropdown-toggle {
    padding-inline-end: 16px !important;
}

.dropdown-toggle::after {
    width: 8px;
    height: 8px;
    border: 2px solid;
    border-top: 0px;
    border-left: 0px;
    transform: rotate(45deg) skew(-2deg, -2deg);
}

.row {
    margin: 0px;
}

.row>div {
    padding: 0px;
}

h1 {
    font-size: calc((20px + 4.16vw) * var(--font-ratio));
    font-weight: bold;
    line-height: 108%;
    color: var(--dark);
}

h2 {
    font-size: calc((20px + 2.8vw) * var(--font-ratio));
    color: var(--dark);
    font-weight: bold;
    line-height: calc((20px + 2.8vw) * var(--font-ratio));
}

.shadow {
    box-shadow: 0px 6px 14px 0px rgba(0, 0, 0, 0.14) !important;
}




/* Start Modal Style  */
.modal-content {
    height: 100%;
    width: 100%;
    border-radius: 16px;
    overflow: hidden;
}

.modal-header {
    padding: 0px;
    border: none;
}

.modal-header .close {
    margin: 0px;
    margin-inline-start: auto;
    opacity: 1;
    padding: 10px;
}

.modal-header .close span {
    font-size: 30px;
    font-weight: 400;
    display: inline-block;
    width: 36px;
    height: 36px;
    border-radius: 22px;
    border: 2px solid var(--secondary);
    color: var(--secondary);
    line-height: 30px;
}

/* End Model Styling  */

/* Start intro style  */
.intro {
    height: 100vh;
    background-image: url(../images/top_bg.png);
    background-size: 100% 100%;


}

.intro .phoneImg {
    max-width: 100%;
    max-height: 80vh;
    object-fit: contain;
    border-radius: 3vw;
    box-shadow: 3px 3px 13px 3px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 3px 3px 13px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 3px 3px 13px 3px rgba(0, 0, 0, 0.3);
}

.intro .row {
    padding: 5vw 0;
}

.intro .logo {
    max-width: 50%;
}

h3 {
    font-size: calc((18px + 1.5vw)* var(--font-ratio));
    font-weight: bold;
    margin-bottom: calc(15px + 1vw);
}

h5 {
    font-size: calc((12px + 1vw)* var(--font-ratio));
    font-weight: bold;
    margin-bottom: 10px;
}

p {
    font-size: calc((13px + .5vw)* var(--font-ratio));
    margin: 0px;
    font-weight: 500;
}

.intro h3 {
    margin: calc(15px + 1vw) 0;
}



.intro .outlineBtn {
    margin: 10px 0px;
}

.outlineBtn {
    padding: 0px 15px;
    font-size: calc((8px + .5vw) *var(--font-ratio));
    display: flex;
    align-items: center;
    font-weight: bold;
    color: var(--primary) !important;
}

.outlineBtn img {
    margin-inline-start: 10px;
}

.storeBtns {
    display: flex;
    align-items: center;
}

.storeBtns .btn {
    height: 45px;
    padding: 0px;
    margin: 5px;
    background-color: transparent;
}

.storeBtns .btn img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* End intro style  */

/* Start features style  */
.features {
    padding: var(--container-padding) 0;
}

.features * {
    text-align: center;
}

.feature {
    padding: 22px 10px;
    --font-ratio: .8;
}

.feature h5 {
    margin: 10px 0px;
}

.feature img {
    width: 38px;
    height: 38px;
}


/* end features style  */

/* Start whatsay style  */
.whatSay {
    background-color: var(--secondary);
    padding: var(--container-padding) 0;
}

.comment {
    --font-ratio: .85;
    background-color: var(--white);
    border-radius: 10px;
    padding: 20px;
    margin: 10px;
    box-shadow: 0px 2px 8px 0px #00000020;
}

.comment .title {
    display: flex;
    align-items: start;
}

.comment .title img {
    margin: 5px 0;
}

.comment h5 {
    margin: 20px 0px 0px;
}

.comment span {
    color: var(--gray);
}

/* End whatsay style  */
/* start appStores style  */
.appStores {
    background-color: var(--tertiary);
    --font-ratio: .9;
}

.appStores h3 {
    margin-top: 30px;
    margin-bottom: 15px;
}

.appStores p {
    font-size: calc((11px + .4vw)* var(--font-ratio));
}

.appStores .content {
    padding: var(--container-padding) 0;
}

.appStores h6 {
    font-size: calc((13px + .5vw)* var(--font-ratio));
    font-weight: bold;
    margin: 40px 0px 10px;
}

/* End appStores style  */

/* Start Footer Style  */
footer {
    background-color: var(--dark);
    padding: calc(10px + 1.5vw) calc(15px + 2vw);
}

footer * {
    color: var(--white);
    text-decoration: none !important;
}

footer .links {
    display: flex;
    align-items: center;
}

footer .footerLink {
    display: block;
    font-size: calc((12px + .27vw) * var(--font-ratio));
    padding: 8px;
    transition: ease all 1s;
}

footer .footerLink:hover {
    color: var(--primary);
    transform: scale(.96);
    transition: ease all 1s;
}

footer .brand {
    width: 50px;
    margin-inline-start: 15px;
}

footer p {

    font-size: calc((10px + .3vw)* var(--font-ratio));
    text-align: center;
    margin: 0px;
    font-weight: 400;
}

footer .btn {
    height: auto;
    padding: 0px;
}




/* End Footer Style  */

/* ===============================
===============================
=============================== */
/* Start media query  */
@media only screen and (max-width: 1199.99px) {
    .appStores .content {
        padding: 20px 0;
    }

    .container {
        max-width: 90vw;
    }
}

@media only screen and (max-width: 991.99px) {
    .container {
        max-width: 85vw;
    }

    .intro .phoneImg {
        max-height: 60vh;
    }

    .comment {
        --font-ratio: .8;
        padding: 14px;
        margin: 5px;
    }
}


@media only screen and (max-width: 768px) {
    body {
        --font-ratio: .9;
    }

    .intro {
        height: auto;
    }

    .intro .phoneImg {
        max-height: 40vh;
        border-radius: 4vw;
        margin-bottom: 20px;
    }

    .intro .logo {
        max-width: 31%;
    }

    .outlineBtn {
        --font-ratio: 1.1;
    }

    .intro .storeBtns {
        justify-content: center;
    }

    .feature {
        --font-ratio: 1;
    }
}

@media only screen and (max-width: 575.99px) {
    .appStores p {
        --font-ratio: 1.2;
    }

    .appStores h3 {
        margin-top: 0px;
    }

}