
@font-face{
    font-family: "regular";
    src: url(../fonts/Helvetica_Neue_LT_Arabic.ttf);
}
@font-face{
    font-family: "roman";
    src: url(../fonts/Helvetica_Neue_LT_Arabic_55_Roman.ttf);
}

body{
    font-family: "regular";
    color: #707070;
}
section{
    padding: 10rem 0;
}
.navbar{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: transparent;
}
.navbar .logo{
    width: 127px;
    height: 127px;
    overflow: hidden;
}
.navbar .logo img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.navbar .navbar-nav .nav-link{
    color: #fff;
    font-size: 20px;
}
.navbar .navbar-toggler{
    outline: none;
    border: none;
    box-shadow: none;
}
.navbar .navbar-toggler svg{
    fill: #fff;
    width: 50px;
}
.nav-link{
    color: #bba99e;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: #bba99e;
}
.header{
    background-image: url(../img/header.png);
    background-size: cover;
    height: 990px;
    display: flex;
    align-items: center;
}

.header-box{
    color: #fff;
}
.header-box .title{
    font-size: 80px;
    line-height: 1.5;
    max-width: 900px;
    margin-bottom: 60px;
}
.header-box .info{
    font-size: 24px;
    max-width: 800px;
}

.about-section .about-box .title{
    font-size: 40px;
    margin-bottom: 70px;
    padding-top: 20px;
    border-top: 2px solid #707070;
}
.about-section .about-box .info{
    font-size: 20px;
    max-width: 900px;
}

/*------------------------------------------
    quotation section
------------------------------------------*/

.quotation-section{
    position: relative;
    background-color: #F9F9F9;
    overflow: hidden;
}
.quotation-box{
    position: relative;
    max-width: 900px;
    /* padding-inline-start: 100px; */
}
.quotation-box .quotation-pic{ 
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-45%);
    max-width: 200px;
}
[dir="ltr"] .quotation-box .quotation-pic{ 
    right: auto;
    left: 0;
}
.quotation-section .big-logo{ 
    position: absolute;
    top: 50%;
    left: -8%;
    transform: translateY(-50%); 
}
[dir="ltr"] .quotation-section .big-logo{ 
    left: auto;
    right: -8%;
}
.quotation-box .title{
    font-size: 30px; 
    line-height: 1.8;
    color: #707070;
    margin-bottom: 40px;
}
.quotation-box blockquote{
    margin-inline-start: 20%;
    padding-inline-start: 30px;
    border-inline-start: 2px solid #707070;
}
.quotation-box blockquote .name{
    font-weight: 800;
    font-size: 30px; 
    color: #707070;
}
.quotation-box blockquote .job{
    font-weight: 300;
    font-size: 20px; 
    color: #707070;
}

/*------------------------------------------
    principles section
------------------------------------------*/

.principles-box{
    max-width: 340px;
    position: relative;
    margin-bottom: 20px;
}
.principles-box .number{
    font-size: 30px;
    margin-bottom: 1rem;
}
.principles-box hr{
    border-width: 2px;
    border-color: #707070;
    width: 120px;
    opacity: 1;
}
.principles-box .title{
    font-size: 30px;
    margin-bottom: 1rem;
    color: #707070;
    font-weight: 700;
}
.principles-box .info{
    font-size: 18px; 
    line-height: 1.5;
    color: #707070;
    margin-bottom: 0;
}

/*------------------------------------------
    solution section
------------------------------------------*/

.solution-section{
    position: relative;
    overflow: hidden;
    padding-bottom: 0;
    margin-bottom: 10rem,
}
.solution-section .big-logo{
    position: absolute;
    bottom: 0;
    right: 0;
}
[dir="ltr"] .solution-section .big-logo{
    right: auto;
    left: 0;
}
.solution-box{
    display: flex;
    margin-bottom: 30px;
}
.solution-box .icon{
    min-width: 50px;
    margin-inline-end: 2rem;
}
.solution-box .icon img{
    object-fit: cover;
    width: 100%;
}
.solution-box .content .title{
    font-size: 20px;
    font-weight: 800;
    margin-top: .5rem;
    margin-bottom: 1.5rem;
}
.solution-box .content .info{
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 2rem;
}

/*------------------------------------------
    member section
------------------------------------------*/

.member-box{
    position: relative;
    margin-bottom: 2rem;
}
.member-box .pic{
    /* max-width: 416px; */
    height: 416px;
    overflow: hidden;
    margin-bottom: 2rem;
}
.member-box .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.member-box .content .name{
    font-size: 20px;
    font-weight: 700;
    position: relative;
}
.member-box .content .name::after{
    width: 100%;
    height: 2px;
    background-color: #707070;
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    z-index: -1;
    transform: translateY(-50%);
}
[dir="ltr"] .member-box .content .name::after{
    left: auto;
    right: 0;
}
.member-box .content .name span{
    background-color: #fff;
    display: inline-block;
    padding-inline-end: 2rem;
}
.member-box .content .job{
    font-size: 20px;
}

/*------------------------------------------
    disclosures section
------------------------------------------*/

.disclosures-section{
    background-color: #F9F9F9;
}
.disclosures-box{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    text-align: center;
    margin-bottom: 1.5rem;
    border: 1px solid #707070;
    height: 124px;
    line-height: 124px;
    transition: all .3s ease;
}
.disclosures-box .title{
    font-size: 20px;
    color: #BAAA9E;
    text-decoration: underline;
    transition: all .3s ease;
}
.disclosures-box:hover{
    background-color: #BAAA9E;
    border-color: #BAAA9E;
}
.disclosures-box:hover .title{
    color: #fff;
}

/*------------------------------------------
    contact section
------------------------------------------*/

.contact-box{
    margin-bottom: 3rem;
}
.contact-box .title{
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 1.5rem;
}
.contact-box .info{
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 0;
}
.contact-box a{
    color: #707070;
}
[dir="ltr"] .contact-pic{
    transform: rotateY(180deg);
}

/*------------------------------------------
    footer section
------------------------------------------*/

.footer{
    padding: 5rem 0;
    background-color: #BAAA9E;
}
.footer .logo{
    max-width: 130px; 
}
.footer-list{
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
}
.footer-list .nav{
    margin-bottom: 1rem;
}
.footer-list .nav{
    max-width: calc(100% / 4);
}
.footer-list .nav .nav-item,
.footer-list .nav .nav-link{
    font-weight: 400;
    font-size: 18px;
    color: #fff;
} 
.footer .nav-link:hover, a:hover{ 
    color: #222;
}

.footer li{
    list-style: none;
}

.footer .nav-link{
    color: white;
}

.footer p, a{
    color: white;
    text-decoration: none;
}

.copyright{
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 2px solid #fff;
    color: #fff;
    font-size: 14px;
}
.copyright-nav .nav-item{
    height: 15px;
    line-height: 2;
    border-inline-end: 1px solid #fff;
    padding: 0 1rem;
    margin: 4px;
}
.copyright-nav .nav-item:last-child{
    height: 15px;
     line-height: 2;
         margin: 4px;


    border-inline-end: 1px solid transparent;
    padding-inline-end: 0;
}
.copyright-nav a{
    color: #fff;
    text-decoration: none;
}
.copyright-nav a:hover{
    color: #222;
}

/* Img hover for the team */
#member .image {
    display: block;
    width: 100%;
    /* height: auto; */
}

#member .member-box:hover .overlay {
    opacity: 1;
}

#member .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 83%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: #edededed;
    padding: 2em;
    overflow: hidden;
}
/* end */

@media (max-width: 1024px){ 
    .header-box .title {
        font-size: 60px;
    }
    .header-box .info {
        font-size: 20px;
    }
    .member-box .pic { 
        height: 296px;
    }
    .footer-list .nav .nav-item, .footer-list .nav .nav-link {
        font-size: 14px;
            line-height: 2;
            margin: 4px;

    }
    .about-section .about-box .title {
        font-size: 30px;
        margin-bottom: 40px;
    }
    .about-section .about-box .info {
        font-size: 16px;
    }
    .principles-box .title,
    .quotation-box .title {
        font-size: 24px;
    }
    .quotation-box blockquote .name {
        font-size: 24px;
    }
    .quotation-box blockquote .job { 
        font-size: 16px;
    }
    
    .solution-box .content .info,
    .principles-box .info{
        font-size: 16px;
    }
    .disclosures-box { 
        height: 90px;
        line-height: 90px;
    } 
    .contact-box .info {
        font-size: 16px;
    }
}

@media (max-width:990px){
    
    .navbar-collapse{
        position: fixed;
        z-index: 9;
    }
    .navbar-collapse.collapsing .navbar-nav {
        display: block;
        position: fixed;
        top: 0;
        bottom: 0;
        left: -300px;
        transition: all 0.2s ease; 
        justify-content: start !important;  
        height: 100%;
        overflow-y: scroll;
    } 
    .navbar-collapse.show .navbar-nav{
        background-color: #fff;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        flex-direction: column;
        height: auto;
        width: 270px; 
        padding: 1rem;
        transition: left 0.35s ease;
        box-shadow: 0 0.5rem 2rem rgba(0, 0, 0, 0.15);
        z-index: 99999999;
        overflow-y: scroll; 
        gap: 0 !important;
    }
    [dir="rtl"] .navbar-collapse.collapsing .navbar-nav{
        left: auto;
        right: -300px;
    } 
    [dir="rtl"] .navbar-collapse.show .navbar-nav{
        left: auto;
        right: 0;
        transition: right 0.35s ease;
    } 

    .navbar-collapse.show .navbar-nav .nav-link{
        color: #222;  
        padding-bottom: 1rem;
        border-bottom: 1px solid #f1f1f1;
        margin: 0;
    }   
    .navbar-collapse.show .navbar-nav li:last-child .nav-link{
        border-bottom: none;
    }
}
@media (max-width: 769px){
    section {
        padding: 5rem 0;
    }
    .header-box .title {
        font-size: 50px;
    }
    .header-box .info {
        font-size: 18px;
    } 
    .footer .copyright-text{
        margin-bottom: 2rem;
        text-align: center;
        line-height: 2;    }
    .about-section .about-box .title {
        font-size: 30px;
        margin-bottom: 40px;
    } 
    .principles-box {
        max-width: 100%;
    }
    .quotation-box { 
        padding-inline-start: 50px;
    }
    .quotation-box blockquote {
        margin-inline-start: 10%;
    }
    .member-box .pic {
        height: 336px;
    } 
    .big-logo { 
        height: 80%;
        z-index: -1;
    }
    .navbar .logo {
        width: 90px;
        height: auto;
    }
    footer .logo{
        margin: 0 auto 2rem;
    }
}

@media (max-width: 560px){
    .header {
        height: 790px;
    }
    .header-box .title {
        font-size: 36px;
    }
    .header-box .info {
        font-size: 16px;
    }
    .footer-list .nav{
        max-width: calc(100% / 2);
    }
    .solution-box .icon {
        min-width: 40px;
        margin-inline-end: 1rem;
    }
    .member-box .pic{
        height: auto;
    }
}


[dir="ltr"] .header-box .title {
    font-size: 60px;
}

@media(max-width:600px){
    [dir="ltr"] #header .title {
        font-size: 25px !important;
    }


    #member .overlay
{
font-size: 12px;

}


}


[dir="rtl"] .more_btn{
    float: left;
    color: #fff;
    background-color: #707070;
    border-color: #707070;
    width: 100px;
}
[dir="rtl"] .more_btn:hover{
    float: left;
    color: #707070;
    background-color: #fff;
    border-color: #707070;
    width: 100px;
}

[dir="ltr"] .more_btn{
    float: right;
    color: #fff;
    background-color: #707070;
    border-color: #707070;
}
[dir="ltr"] .more_btn:hover{
    float: right;
    color: #707070;
    background-color: #fff;
    border-color: #707070;
}
/* Start notification */
#toastWarning {
    position: fixed;
    bottom: 0.5rem;
    z-index: 10;
    display: flex;
    gap: 10px;
    max-width: 500px;
    width: 100%;
    padding: 1.5rem 1rem;
    background-color: #fff;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
    justify-content: space-between;
  }
  [dir="rtl"] #toastWarning {
    left: 0.5rem;
  }
  [dir="ltr"] #toastWarning {
    right: 0.5rem;
  }
  #toastWarning .toastWarning_icon,
  #toastWarning #toastWarningBtn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border: none;
    padding: 0;
    background-color: transparent;
  }
  #toastWarning .toastWarning_icon {
    flex-shrink: 0;
  }
  #toastWarning p{
    text-align: justify !important;
  }
  /* End notification */