@font-face {
    font-family: MontserratReglur;
    src: url('/assets/font/Montserrat-Arabic Regular 400.otf');
}
@font-face {
    font-family: MontserratLight;
    src: url('/assets/font/Montserrat-Arabic Light 300.otf');
}

@font-face {
    font-family: MontserratThin;
    src: url('/assets/font/Montserrat-Arabic Thin 250.otf');
}

@font-face {
    font-family: MontserratReglur;
    src: url('/assets/font/Montserrat-Arabic Regular 400.otf');
}

@font-face {
    font-family: MontserratReglur;
    src: url('/assets/font/Montserrat-Arabic Regular 400.otf');
}


* {
   
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    flex-wrap: wrap;

}

a {
    text-decoration: none;
 
}

html {
    width: 100%;
}

body {
/*    font-family: 'MontserratReglur';*/
    width: 100%;
}

/* ----------------------NavBar styling------------------- */
.logo {
    margin-left: 100px;
}

.navbar {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    background-image: linear-gradient(92deg, #ffffff 0%, #ffffff 100%);
    display: flex;
    justify-content: center;
    box-shadow: inset 0px -0.5px 0px #C7D8DC;
}

.navbar-container {
    display: flex;
    width: 95%;
    font-size: 16px;
    height: 88px;
    justify-content: space-between;

}

.navbar-content {
    display: flex;

    justify-content: space-between;
}

/*
.nav-list {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: space-around;
    list-style: none;
}
*/
.navbar-buttons {

    align-items: center;
    display: flex;
    justify-content: flex-end;
}
/*
.nav-item {
    transition: 0.4s;
    display: flex;
    align-items: center;
    margin-left: 40px;

}*/

/*.nav-item span svg {
    fill: black !important;
    margin-left: 10px;
    transition: 0.5s;
}*/

/*.nav-item:hover {
    color: #0083a8;
}*/
/*
.nav-item:hover>span svg {
    fill: #0083a8 !important;
}
*/
.navbar-buttons .btn {
    margin-right: 30px;
}

.navbar-buttons .btn a {
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;


}

.navbar-buttons .btn:first-child a {
    padding: 12px 14px;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: black;
    border-radius: 3px;
    background-color: rgba(192, 215, 214, 0.2);
}



.navbar-buttons .btn:nth-child(2) a {
    padding: 12px 35px;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #0083a8;
    border-radius: 3px;
    border: #0083a8 solid 1px;
    transition: 0.4s;
    font-size: 12px;

}

.navbar-buttons .btn:nth-child(2) a:hover {
    background-color: #0083a8;
    color: white;

}

.navbar-buttons .btn:nth-child(3) a {
    padding: 12px 35px;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: white;
    background-color: #0083a8;
    border-radius: 3px;
    border: #0083a8 solid 1px;
    transition: 0.4s;
    font-size: 12px;

}

/* -----------------------------navBar media query-------------------------- */
@media (max-width:1350px) {

    .navbar-buttons .btn {
        margin-right: 10px;
    }

    .nav-item {
        margin-left: 10px;
    }

    .logo {
        margin-left: 10px;
    }
}
.page-contianer{
 /* -----------------------------   background: transparent linear-gradient(180deg, rgba(246, 255, 254, 1) 0%, rgba(255, 255, 255, 1) 100%) 0% 0% no-repeat padding-box;
 -------------------------- */    
 margin-top: 88px;
    display: flex;
    justify-content: center;
}
.container{
    width: 90%;

}
.content{
    display: flex;
   
}
.title{
    margin: 100px 0;
    text-align: center;
    font: normal normal normal 39px/48px GE Flow;
letter-spacing: 0px;
color: #114956;
opacity: 1;
}

.image img{width: 600px;}
.content-text{
   
      line-height: 24px;
    width: 45%;
    margin-left: 30px;
}
.content-text h2{
    margin-bottom: 20px;
    font-size: 20px;
}
.content-text p{
    margin: 18px 0 20px 0;
    font-size: 14px;
}
.content-text div{
margin-top: 32px;
}
.inputs-contact .input-text textarea{width: 93%;}
.content-form-contact{  width: 90%;
    box-shadow: 0px 12px 60px rgba(0, 44, 57, 0.1);
    border-radius: 8px;
    padding: 30px;
margin-top: 75px;}
.content-form{

box-shadow: 0px 12px 60px rgba(0, 44, 57, 0.1);
border-radius: 8px;
padding: 30px;

width: 56%;
}
.inputs-contact div{    display: flex;
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    width: 50%;
}

.badge{
    width: 268px;
    justify-content: center;
    /*font-family: 'MontserratReglur';*/
    color: white !important;
       padding: 10px 50px;
    text-align: center;
    font: normal normal normal 18px GE Flow;
letter-spacing: 0px;
color: #FFFFFF;
background: #0083A8 0% 0% no-repeat padding-box;
border-radius: 24px;
opacity: 1;
    display: flex;
    align-items: center;
 
   
}
.badge span{
    display: flex;
    justify-content: center;
}
.inputs-contact{
    display: flex;
    justify-content: space-between;
    display: flex;
    justify-content: space-between;
    
    flex-wrap: wrap;
    align-content: normal;
    margin-right: 50px;
    width: 90%;

}
.inputs{
    display: flex;
    justify-content: space-between;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: normal;
    margin-right: 50px;
    width: 90%;

}
.inputs div{
   display: flex;
    margin-top: 30px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    width: 100%;
}
.image{width: 40%;}
.first h2,.content-text h2{text-align: right;
    font: normal normal normal 32px/53px GE Flow;
    letter-spacing: 0px;
    color: #114956;
    opacity: 1;}
.first p{text-align: right;
font: normal normal normal 18px/32px GE Flow;
letter-spacing: 0px;
color: #0083A8;
width: 50%;
opacity: 1;}
.content-text p{text-align: right;
font: normal normal normal 18px/32px GE Flow;
letter-spacing: 0px;
color: #0083A8;

opacity: 1;}
.inputs-contact div input{
    margin-top: 15px;
    font-family:'MontserratReglur' ;
font-size: 16px;
/*height: 64px;*/
    padding:10px 16px;
    border: 1px solid #0083A8;
    border-radius: 19px;
max-width: 100%;
width: 85%;
color: #0083A8;
}
.inputs div input{
    margin-top: 15px;
    font-family:'MontserratReglur' ;
font-size: 16px;
/*height: 64px;*/
    padding:10px 16px;
    border: 1px solid #0083A8;
    border-radius: 19px;
max-width: 100%;
width: 65%;
}
.inputs-contact div label{font: normal normal normal 18px/32px GE Flow;
    letter-spacing: 0px;
    color: #0083A8;
    opacity: 1;}
.inputs div label{font: normal normal normal 18px/32px GE Flow;
    letter-spacing: 0px;
    color: #0083A8;
    opacity: 1;}
.inputs div select{
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    appearance:none;
    font-family:'MontserratReglur' ;
    margin-top: 15px;
    padding: 16px 22px ;
    height: 64px;
    font-size: 16px;
    border: 1px solid rgba(199, 204, 216, 1);
    border-radius: 8px;
}
.input-text{
   display: flex;
    margin-top: 30px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    width: 100%;
}
.input-text label{
    display: block;
    margin-bottom: 12px;
    font: normal normal normal 18px/32px GE Flow;
letter-spacing: 0px;
color: #0083A8;
opacity: 1;
}
.input-text textarea{
       margin-top: 15px;
    font-family:'MontserratReglur' ;
font-size: 16px;
/*height: 64px;*/
    padding:10px 16px;
    border: 1px solid #0083A8;
    border-radius: 19px;
max-width: 100%;
width: 65%;
height: 200px;
}
.form-btn{
    width: 100%;
    display: flex;
    justify-content: flex-end;
    margin-top: 20px;
   
}
.form-btn button{
   
    background: #124956 0% 0% no-repeat padding-box;
border-radius: 25px;
opacity: 1;
 font: normal normal normal 26px/41px GE Flow;
letter-spacing: 0px;
color: #FFFFFF;
opacity: 1;
    
     
text-align: center;
height: 50px;
        padding: 4px 65px;
}
/*.Description{
    display: flex;
    justify-content: space-between;
    background-color: #0083A8;
    padding: 72px 100px;
}
.Description .about{
    width: 28%;
    line-height: 24px;
    color: #fff;
}
.about-text{
    font-family: 'MontserratLight' !important;
}*/
.GoTo{
    
    color: #fff;
}
/*
.list{
    font-family: 'MontserratLight' !important;
   list-style: none;
   color: #fff;

}
.list li{
    margin-top: 20px;
   
}
.list li a{
    color: #fff;
    display: flex;
    align-items: center;

}
.follow-us{
    width: 30%;
    color: white;
}
.follow-us p{
    line-height: 24px;
    margin: 20px 0;
}
.copy-right{
    width: 100%;
    display: flex;
    justify-content: center;
    background-color: #007697;
    padding: 17px 0;
}
*/
footer{
    margin-top: 100px;
  }
  /*
  @media (max-width:450px) {
  
    .Description{
        padding-left: 16px;
        padding-right: 16px;
    }
    .Description div{
        width: 100%;
        margin-bottom: 30px;
    }
    .Description .about{
        width: 100%;
      
    }
    .footer{
        display: flex;
        justify-content: center;
        flex-wrap: wrap;

    }
}
*/
@media (max-width:450px) {.content-form-contact {width:100% !important;}}
@media (max-width:1050px) {
    .content-form{
        width: 100%;
    }
    .content-text{
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
    }
    .withBadge div{
display: flex;
justify-content: center;
    }
    
}
@media (max-width:600px) {
    .container{
        width: 100%;
    }
    
}
@media (max-width:550px) {
    .inputs div{
        width: 100%;
    }
    
}


