body{
    font-family: cairo;
}

.navbar{
    background-color: #2f4c70;    
}
.navbar container{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.navbar-brand{
    color: #94afcc;
    font-family: 'Times New Roman', Times, serif;
    font-size: x-large;
    max-width: 10%;
}
.logo {
    max-width: 30px;
}

.navbar .navbar-toggler{
    color: white;
    font-size: 20px;
    z-index: 12;
}

.navbar .navbar-toggler:focus{
    box-shadow: none;
}
.navbar .navbar-nav .nav-item .nav-link{
    color: white
}

.dropdown-menu {
    background-color: #2f4c70;
} 
.dropdown-menu .dropdown-item .nav-link{
    color: white;
    display: block;
}
.navbar .navbar-nav .one{
    border-top-color:1px solid white ;
} 
/* .navbar .navbar-nav .two{
    background: #f9f8f7;
    padding: 20px;
} */

/* .navbar .navbar-nav .three{
    background-color: #2f4c70;
    padding: 20px;
} */
.navbar .navbar-nav .one,
.navbar .navbar-nav .two,
.navbar .navbar-nav .three{
    border-bottom: 1px solid white
}


video{
    position: fixed;
    overflow: hidden;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index:-10;
}


/* landing */
.landing {
    height: calc(100vh - 85px);
    align-content:center;
    padding: 10px 30px;
    margin: 0px 0px 0px;
    position: relative;
}

.landing .container{
    display: flex;
    justify-content:space-between;
    flex-wrap:wrap;
    
}
.img-fluid{
    border-radius: 15px;
    box-shadow: 0 0 3px;
}

.landing .text{
    padding: 70px;
}

.first-text {
    display:-moz-marker;
    align-items: center;
    justify-content: center;
}

@media(min-width:990px){
    .landing .first-text{
        margin-top: 50px;
    }
    .about .first-text{
        margin-top: 30px;
    }
    .our_work  .first-text{
        margin-top: 170px;
    }
    .img-fluid {
        max-width: 90%;
    }
}

.landing .text h3{
    color: #2f4c70;
}

.landing .text button:focus{
    box-shadow: none;
}


/* start about */
.about{
    background-color: rgba(148, 175, 204, 0.7);
    padding: 60px 10px ;
}
.about .container{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;

}
.about .container .img{
    width: 100%;

}
.about .container .img img{
    max-width: 100%;
}


.but{
    background:#2f4c70 ;
    color: white;
    outline: none;
    border: none;
    border-radius: 30px;
    padding: 5px;
    width: 30%;
    margin: auto;
    cursor: pointer;
}
.about .container button{
    background:#2f4c70 ;
    color: white;
    outline: none;
    width: 30%;
    margin: auto;
    border: none;
}
.about .text button:focus{
    box-shadow: none;
}

/* end about */


/* start service */
.service {
    background-color: rgba(249, 248, 247, 0.7);
    padding: 60px 10px;
}
.service .container{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
} 
.service .texts{
    display: flex;
    justify-content: space-between;
}

.service .texts h4{
    color:#2f4c70;
    font-size: 16px;
    font-weight: bold;
}
.service .texts p{
    color: black;
}
.service .container button{
    background:#2f4c70 ;
    color: white;
    outline: none;
    border: none;
    border-radius: 30px;
    padding: 5px;
    width: 30%;
    margin: auto;
}



 /* end service */ 

 /* start our work */
.our_work{
    padding: 20px 10px 50px 10px;
    background-color: rgba(196, 179, 164, 0.7);
}
.our_work .container{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.our_work .texts{
    display: flex;
    justify-content: space-between;
}

.our_work .texts h4{
    color:#2f4c70;
    font-size: 16px;
    font-weight: bold;
}
.our_work .texts p{
    color: black;
}
.our_work .container button{
    background:#2f4c70 ;
    color: white;
    outline: none;
    border: none;
    border-radius: 30px;
    width: 30%;
    margin: auto;
}
.our_work .container button:focus{
    box-shadow: none;
}
 /* end our work */

 /* start why_we */
.why_we{
    padding: 50px 10px 20px 10px;
}
.why_we .container{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.why_we .texts{
    display: flex;
    justify-content: space-between;
}

.why_we .texts h4{
    color:#2f4c70;
    font-size: 20px;
    font-weight: bold;
}
.why_we .texts p{
    color: black;
}
.why_we .container button{
    background:#2f4c70 ;
    color: white;
    outline: none;
    border: none;
    border-radius: 30px;
    padding: 5px;
    width: 30%;
    margin: auto;
}
 /* end why_we */


/* START CONTACT */
.contact{
    background-color: rgba(249, 248, 247, 0.7);

}
.contact .container{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;

}
.contact .container h4{
    color: white;
    font-size: 20px;
}
.contact .emp{
    background-color:  #2f4c70;
}
.contact .fr h3{
    color: #2f4c70;
}

.contact .fr .form-label{
    color: #2f4c70;
    padding-top:15px auto 0px auto;
    margin: 10px 20px 0px 20px;
}

.fc {
    margin: 0px;
}
.second{
    align-content:center;
    margin:20px auto;
}
.contact .container .mmmm{
    text-align: center;
}
.text-center{
    padding-top:47px;
    color:white;
}

.contact .container input {
    min-width: 100%;
    padding: 7px;
    margin: 5px 20px;
    border-radius: 10px;
    border: 1px solid #2f4c70;
    outline: none;
    opacity: 90%;
} 
.contact .container textarea{
    min-width: 100%;
    padding: 7px;
    margin: 5px 20px;
    border-radius: 10px;
    border: 1px solid #2f4c70;
    outline: none;
    opacity: 90%;
}

.contact .container .sub{
    border: none;
    outline: none;
    padding: 5px;
    background-color: #2f4c70;
    color: white;
    min-width: 30%;
    padding: 7px;
    margin: 5px 20px;
    border-radius: 30px;
}

.contact .container .sub:hover {
    background-color: white;
    border: 1px solid #2f4c70;
    color: #2f4c70;
}

 /* end CONTACT */


.social-icons {
    margin-top: 10px;
}

.social-icons a {
    color: #fff;
    margin: 0px 15px;
    text-decoration: none;
    font-size: 24px;
    transition: color 0.3s ease;
}
.social-icons a:hover {
    color: #ffd700;
}

.but a {
    color: #fff;
    margin: 0px 15px;
    text-decoration: none;
    font-size: 16px;
    transition: color 0.3s ease;
}

.first-text button:hover {
    background-color: white;
    border: 1px solid #2f4c70;
    color: #2f4c70;
}

/* start footer */
.footer {
    background-color: #2f4c70;
    color: white;
    text-align: center;
}
/* end footer */






@media(max-width:990px){
    .landing {
        margin: 80px 0px;
        height: calc(80vh - 65px);
    }
    .form{
        margin:0px;
        padding:0px;    
    }
    .first-text{
        margin: 20px auto;
        
    }

    .our_work .container .img {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
    }
    
    .contact .container input{
        margin:0px;
        min-width: 100%;
    }
    .contact .container textarea{
        margin:0px;
        min-width:100%;
    }
    
    .contact .container{
        display: flex;
        justify-content:flex-start;
        flex-wrap: wrap;
    }
    
    .second {
        width: 50%;
        margin: 20px 20px 20px 20px;
    }
    
    .contact .container .form-label{
        margin: 13px 0px auto 0px;
    }
    .contact .container .sub {
        min-width: 70%;
    }
    .service .container .first-text .texts h4{
        min-width: 41%;
    }
    .service .container .first-text .texts .p4{
        min-width: 60%;
        text-align:right;
    }
    .service .container .first-text .texts .p3{
        min-width: 60%;
        text-align:left;
    }
    .our_work .container .first-text .texts h4{
        min-width: 38%;
    }
    .why_we .container .first-text .texts h4{
        min-width: 35%;
    }
}



@media(min-width:990px) {
    .aa{
        margin-bottom: 70px;
    }
}
