@import './base.css';

@import './header.css';

@import './faq.css';

@import './social.css';



.page-header {
   /* background-color: #FDD92A;/*#131718;*/
   background: rgb(2,22,158);
   width: 100%;
   height: 100vh;
   padding-top: 0rem
}


.ltr .page-header {
    background: linear-gradient(225deg, rgba(2,22,158,1) 0%, rgba(62,166,255,1) 100%);
}

.rtl .page-header {
    background: linear-gradient(225deg, rgba(62,166,255,1) 0%, rgba(2,22,158,1) 100%);
}

/*
#page-header-inner {
    background-image: url("../images/home-infograph-bg.svg");
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 50%;
}
*/

.page-header-flex {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 100vh;
}



.header-section-col {
    width: 50%;
    padding-bottom: 6rem;
}

.header-image-col {
    width: 50%;
}


.slogan {
    font-size: 6rem;
    font-weight: bold;
    margin-bottom: 2rem;
    color: #fff;
}


.rtl .slogan {
    font-weight: normal;
    line-height: 8rem;
}



.header-section-col p {
    color: #fff;
    font-size: 1.6rem;
    line-height: 3.5rem;
}

.header-image-col img {
    display: block;
    width: 110%;
}

#main-image {
    display: block;
}

#home-image {
    display: block;
}


#main-content {
    margin: 0rem auto 0rem auto
}



/*
.about-section {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;

}

.about-image-col {
    width: 50%
}

.about-image-col img {
    display: block;
    width: 100%;
    margin: auto
}

.about-content-col {
    width: 50%
}

.about-content-col p {
    padding: 0rem;
    margin: 0rem;
    font-size: 1.8rem;
    line-height: 3rem;
    text-align: justify;
}

.ltr .about-content-col p {
    padding-left: 4rem;
}

.rtl .about-content-col p {
    padding-right: 4rem;
}*/




.products-menu {
    padding: 2rem 0rem;
}

.product {
    display: block;
    width: 20rem;
    margin: auto;
}

.product img {
    display: block;
    width: 100%
}


.section {
    padding-bottom: 0rem;
    margin: 8rem auto 8rem auto;
   /* border-bottom: 1px solid #EBEBEB*/
}

.section-bg {
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    background-image: url("../images/section-bg.png");
}


/*
    background-image: url("../images/divider.png");
    background-position: bottom center;
    background-size: contain;
    background-repeat: no-repeat;*/



.section > div > header {
    margin-bottom: 8rem;

}

.section > div > header h2 {
    display: table;
    margin: auto;
    font-size: 3.5rem;
    text-transform: capitalize;
    text-align: center;
    color: #0E35B3;
    font-weight: bold;
}

.rtl .section > div > header h2  {
    font-weight: normal;
}


.about-section {
    margin-top: 0rem;
}

.about-section p {
    font-size: 2.2rem;
    line-height: 3.7rem;
    text-align: center;
}


#services-menu {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}


.service-article {
    width: 33%;
    margin-bottom: 4rem;

}

.service-article h3 {
    font-size: 2.2rem;
    text-align: center;
    margin-top: 2rem;
    color: #2971DB
}

.ltr .service-article h3 { 
    font-weight: bold;
}


.service-article-content {
    padding: 0rem 4rem;
}

.service-article-icon {
    display: block;
    margin: auto;
    width: 15rem;

}

.service-article-content p {
    font-size: 1.8rem;
    text-align: start
}

/*
.section header h2:after {
    display: block;
    margin-top: 1rem;
    content: "";
    width: 40px;
    height: 8px;
    background-color: #2971DB;
}

.rtl .section header h2:after {
    margin-top: 1rem
}
*/


#message-form-feedback {
    display: none;
}


.download-app-links {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-bottom: 8rem;
}

.download-app-links a {
    display: block;
    width: 40%;
    max-width: 180px;
    margin: 0rem 2rem
}

.download-app-links img {
    display: block;
    width: 100%
}

.contact-text {
    text-align: center;
    font-size: 2rem;
    line-height: 4rem;
}

.footer-app-links {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-top: 4rem;
}


.footer-app-links a {
    display: block;
    width: 40%;
    max-width: 150px;
    margin: 0rem;
    margin-right: 4rem
}

.footer-app-links img {
    display: block;
    width: 100%
}

#main-footer {
    padding: 2rem 0rem 2rem 0rem;
    background-color: #fff;
    background-size: 100%;
    background-repeat: no-repeat;
    background-image: url("../images/footer-bg.png");
}
#main-footer p {
    font-size: 1.6rem;
    text-align: center;
    color: #2971DB
}

.contact-menu {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.contact-menu .contact-item {
    width: 33%;
    padding: 0rem;
    margin: 0rem;
    font-size: 2rem;
    font-style: normal;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;

}


.contact-item .icon {
    font-size: 6rem;
    display: inline-block;
    color: #2971DB
}

.contact-item a {
    display: inline-block;
    font-style: normal;
    text-decoration: none;
    color: #000;
}

.contact-item a:hover {
    color: #2971DB;
    text-decoration: underline;
}

.ltr .contact-item .icon {
    margin-right: 1rem;
}

.rtl .contact-item .icon {
    margin-left: 1rem;
}

#slideout-container {
    background-color: #0E35B3;
   /* background: linear-gradient(225deg, rgba(2,22,158,1) 0%, rgba(62,166,255,1) 100%);*/
}

#slideout-nav > a {
    display: block;
    color: #fff;
    font-weight: bold;
    font-size: 2rem;
    text-align: center;
    text-decoration: none;
    margin-left: 3rem;
    margin-right: 3rem;
    margin-top: 4rem;
}

#slideout-nav .current-tab {
    padding-top: 1rem;
    padding-bottom: 1rem;
    background-color: #FFF;
    border-radius: 20px;
    color: #2971DB;
}

#slideout-logo {
    display: block;
    width: 15rem;
    margin-left: auto !important;
    margin-right: auto !important;
    border-bottom: 0rem;
}

#slideout-logo img {
    display: block;
    width: 100%;
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 800px) {


    .section {
        padding-bottom: 4rem;
        margin: 4rem auto;
    }


    #main-image {
        width: 14rem;
    }


    .section header h2 {
        font-size: 3rem;
        margin-bottom: 4rem
    }


    .page-header {
        height: auto !important;
        padding-top: 13rem;
        padding-bottom: 5rem
    }

    .page-header-flex {
        flex-direction: column-reverse;
        justify-content: flex-start;
        align-items: center;
        height: auto !important;
    }

    .header-image-col img {
        display: block;
        width: 100%;
    }


    .header-section-col p {
        display: none
    }

    .header-section-col,
    .header-image-col {
        width: 100%
    }

    .header-image-col img {
        margin: auto
    }


    #header-social-menu {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center       
    }

    #header-social-menu li {
    }


    .slogan {
        font-size: 3rem;
        text-align: center;
        margin-top: 4rem;
    }

    .rtl .slogan {
        line-height: 4rem;
    }


    .about-section p {
        padding: 0rem 2rem;
        margin: 0rem;
        font-size: 1.6rem;
    
    }


    .service-article {
        width: 95%;
        margin-bottom: 2rem;
    }

    .service-article-content {
        padding: 0rem 0rem;
    }

    .contact-menu {
        display: block
    }

    .contact-menu .contact-item {
        width: 100%;
        margin-bottom: 2rem;
        justify-content: flex-start;
        font-size: 1.8rem;
    }

    
  


    .download-app-links {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-top: 2rem;
    }
    
    
    .download-app-links a {
        display: block;
        width: 100%;
       /* max-width: 150px;*/
        margin: 2rem 0rem;
        margin-right: 0rem
    }


    .feature-item {
        width: 50%
    }

    .feature-item img {
        width: 80px
    }

    #how-section {

        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        flex-wrap: wrap;
    
    }

    .how-item {
        width: 95%
    }


    .order-steps-menu {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;    
    }


    .order-step {
        width: 100%;
        margin: 0rem 4rem
    }


    #main-nav {
        display: none;
    }


    #main-footer {
        background-size: 90%;
    }
}
/*
@page {
    margin: 0.1in;
}
*/
@media print {



    .section { 
      page-break-before: always;
    }

    #main-footer {
        page-break-before: always;
    }
    
}


