*{
    margin: 0;
    padding: 0;
    font-family: Helvetica;
}
body{
    /* position:absolute; */
    background: #FFFFFF;
    box-sizing: border-box;
    
}

/* nav bar */
/* header{
    
    margin: 37px 80px;
    align-items: center;
    padding: 0 24px;
    font-size: 18px;
    font-weight: 400;
    line-height: 20.7px;
    max-height: 77px;
   
    
} */

header{
    

    /* margin: 1.5em 4em; */
    padding: 1.5em 4em;
    align-items: center;
    /* padding: 0 24px; */
    font-size: 18px;
    font-weight: 400;
    line-height: 20.7px;
    max-height: 20%; 
      
}
@media (max-width: 700px ){
    header{
        padding-right: 30px;
        padding-left: 30px;
    }
}
li{
    list-style-type: none;
}
ul{
    margin: 0;
    padding: 0;

}

a{
    color: #4F4F4F;
    text-decoration: none;
}

h2{
    font-style: normal;
    font-weight: 700;
    font-size: 34px;
    line-height: 39px;
    /* identical to box height */
    letter-spacing: 0.02em;   
    color: #E77002;
}

.navbar{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.logo-container{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 2px;
}

.logo-container:hover{
    cursor: pointer;
}

.slogan{
    font-style: italic;
    margin-left: 15px;
    color: #E77002;
}
.nav-logo{
width: 180px;
height: auto;
}
.nav-logo:hover{
    cursor: pointer;
}
.nav-menu{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    
}
.nav-item{
    font-weight: 400;
font-size: 18px;
line-height: 21px;
padding: 10px;
border-radius: 10px;

}
.nav-item:hover{
    color: #FFFEFE;
    background: #E77002;
}

.nav-contact{
    color: #FFFEFE;
    padding: 10px;
    background: #003E90;
border-radius: 10px;
}

.hamburger{
    display: none;
    cursor: pointer;
}
.bar{
    display: block;
    width: 2rem;
    height: .18rem;
    margin: .4rem .8rem .2rem .3rem;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: rgb(0, 0, 0);
}

@media(max-width:800px){
    header{
        z-index: 100;
        background: white;
        position: sticky;
        top: 0;
    }
    .hamburger{
        display: block;
    }

    .hamburger.active .bar:nth-child(2){
        opacity: 0;
    }
    .hamburger.active .bar:nth-child(1){
        transform: translateY(9px) rotate(45deg);
    }
    .hamburger.active .bar:nth-child(3){
        transform: translateY(-9px) rotate(-45deg);
    }


    .nav-menu{
       
        position: fixed;
        left: -100%;
        top: 104px;
        gap: 20px;
        flex-direction: column;
        background-color: #262626;
        width: 100%;
        text-align: center;
        transition: 0.3s;
        padding-top: 30px;
        padding-bottom: 40px;  
    }

    .nav-item{
        margin: 16px 0;
        color: #FFFFFF;
    }
    .nav-menu.active{
        left: 0;
        
    }


}

/* hero section */


/* .hero-container{
    background: url(../assets/working.jpg);
    background-position-y: -280px ;

    background-repeat: no-repeat;
    display: flex;
    background-size:cover;
     max-height: 660px;
     /* height: auto; */
    /* width:100%;       

}  */

.hero-container{
    background: url(../assets/shane-mclendon-EN1tF2EG-50-unsplash.jpg);
    /* background-position-y: 370px ; */
    background-position-y: -290px ;
 
    display: flex;
    height: 360px;
    background-size:cover;
}

/* hero smaller screen  */
@media only screen and (max-width: 980px) {
    .hero-container{
        background-position-y: 370px ;
    }
   
}


.hero-overlay{
    background: rgba(0, 19, 44, 0.75);  
    width: 35%; 
    display: flex;
    align-items: center;

}

.hero-header{
    font-size: 60px;
    color: #FFFEFE;
}

.hero-text-block{
    margin: 0  80px;
    display: flex;
  
    width:100%;

}


@media (max-width: 800px){
    .hero-text-block{
        margin:0 5%;
        /* text-align: justify; */
    }
}

/* About Section */


.about-background{
    /* margin-top: 100px; */
   padding-top: 10px;
    margin: 38px 40px;
    margin-bottom: 0;
    
    /* background: #fef6e7; */

}
.about-sect{
    /* background: #E77002; */
    background: #003E90;

}
.about-container{
    /* margin: 0  84px; */
    
}


.about-title{
    /* text-align: center; */
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    letter-spacing: 0.02em;   
    color:#000000;
    /* color: #E77002; */
    margin-bottom: 60px;
    margin-top: 90px;
    margin-left: 84px;
    margin-right: 84px;
    /* margin:90px  0 60px 84px; */
}


.profile-background{
    position:absolute;
}
.profile-container{

    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 18px;
    flex-wrap: wrap;
    padding-bottom: 50px;
    flex-grow: 1;

}
.profile{
    /* color: #E77002; */
    color: #4F4F4F;
}

.profile-khalid{
  margin-bottom: 30px;
  margin-right: 10px;
}
.profile-img-afe{
    /* margin-bottom: 30px; */
    margin-bottom: 10px;
}
.design-title-pro{
    margin-left: 12px;
    font-size: 16px;
   
   
    color: #000000;
}
.ig-info{
    display: flex;
    flex-direction: row;

    /* display: inline-flex; */
    /* margin-left: 20px; */
    /* display: flex; */
    gap: 10px;
    /* display: flex; */
    /* justify-content: space-around; */
}
.ig-img-profile{
   /* display: inline-flex; */
  /* align-items: center; */

}
ig-img-profile-a{
     /* display: inline-flex; */
     
}
.ig-pro{
    max-width: 20px;
    max-height: 18px;
    width: 20px;
  
}

.profile-img{
    /* height: 360px;
    width: auto;
    max-width: 260px;  */
    height: 300px;
    width: auto;
    max-width: 200px;
    /* margin-bottom: 43px; */

}
.img-cntr-container{
    display: flex;
    justify-content: flex-start;
}

.profile-info{
 /* margin-right: px; */
}
.profile-info-nl{
    margin-top: 2px;
    
}

.profile-img-item{
    border-radius: 20px;
}

.profile-info-item{
    text-align: center;
    font-weight:400;
    font-size: 16px;
    margin-bottom:10px;
    
}
.name-item{
    font-weight: 600;
    color: #000000;
}

.info-img-container{
    /* margin-right: 40px; */
}

.profile-bio{
    color: #000000;
    /* line-height: 19px; */
    /* color: #000000; */
    font-size: 17px;
    /* font-weight: 400; */
    width: 360px;
    /* min-height: 149.9px; */
    height: auto;
    text-align:start;
    
}

.bio-afe{
    /* padding-bottom: 80px; */
    margin-top: 93px;
}
.bio-khalid{
    padding-top: 80px;
    margin-top: 10px;
}
.profile-side-side{
display: flex;
justify-content: center;
flex-direction: row;
align-items: flex-start;
flex-wrap: wrap;
gap: 20px;

}
.licenses{
    text-align: left;
}
.profile-khalid{
    /* align-items:flex-start; */
}

.info-bottom{
margin-top: 0;
}

.lic-title, .ed-title{
    margin: 0;
    padding: 0;
    margin-bottom: 4px;
    color: #000000;
}
.design-title{
    margin-top: 8px;
}

@media (min-width:1400px){
    .profile-container{
        
        justify-content: space-around;
    }
}

.statements{
    margin: 0 40px;
    margin-top: 10px;
    margin-bottom: 30px;
    padding: 20px;
    display: flex;
   
    justify-content:center;
    align-items: center;
    /* gap: 100px; */
}
.statement-container{
    /* margin-top: 90px; */
    /* width: 700px; */
    height: auto;
    width: auto;
    /* margin-bottom:30px ; */
    /* margin-left: 84px;
    margin-right: 84px; */
}

.stmnt{

    /* box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
border-radius: 10px;
padding: 10px 0;
background-color: #e8f3ff; */
}
.mission-title, .purpose-title{
    font-weight: 700;
    font-size: 17px;
    letter-spacing: 0.02em;
    /* color: #00132C; */
  
    margin-bottom: 3px;
}

.mission-text{
    margin-bottom:24px ;
}
.mission-text, .purpose-text{
    /* font-weight: 600; */
    font-size: 17px;
    /* line-height: 16px; */
    /* letter-spacing: 0.02em; */
    color: #000000;
}

.statement-image{
 /* width: 300px;
    height: 300px; */
    width: 441px;
height: 341px;
} 
img{
   width: 100%;
   height: 100%;
   object-fit: cover;
   object-position: center;
}


/* Contact Section */
/* Contact Section */

.contacts-sect{
    background: #00132C;
    margin-top: 100px;
    padding-top: 46px;
    display: flex;
    flex-direction: column;
    align-items: center;


}

.contact-title{
    
    font-weight: 700;
    font-size: 36px;
    color: #DD9D5E;
    margin-bottom: 15px;

}

form{
    display: flex;
    flex-direction: column;
}

form > ::placeholder{
    padding-left: 8px;
    font-weight: 400;
    font-size: 16px;
    color: rgba(79, 79, 79, 0.8);  
}
.msg-area::placeholder {
    padding-left: 8px;
    padding-top: 8px;
    font-weight: 400;
    font-size: 16px; 
}
label{
    font-weight: 400;
    font-size: 18px;
    color: #E77002;

}
input{
    margin-bottom: 11px;
    font-size: 20px;
}

.name-input, .email-input{
    margin-top: 10px;
    width: auto;
    height: 41px;
    background: #FFFEFE;
    border-radius: 10px;
}
.msg-area{
    font-size: 20px;
    margin-top: 12px;
    height: 193px;
    width: auto;
    /* width: auto; */
    background: #FFFEFE;
    border-radius: 10px;
}

.submit-container{
    display: flex;
    justify-content: flex-end;
}

.submit-btn{
margin-top:20px;
margin-bottom: 30px;
border-style: none;
width: 81px;
height: 41px;
    background: #E77002;
border-radius: 10px;
/* padding: 10px 15px; */
font-weight: 400;
font-size: 18px;
color: #F2F2F2;
}

.follow-us{
    /* margin-bottom: 50px; */
    color: rgb(240, 240, 240);
    display: flex;
    align-items: center;
    justify-content:center;
    font-size: 17px;
    /* text-align: right; */
    /* margin-right: 80px; */
    gap: 4px;
    margin-bottom: 8px;
}

.ig{
    width: 20px;
}

.wix-logo{
    border-width: 9px;
    border-radius: 4px;
    width: 19px;
}
.wix-site{
    color: rgb(240, 240, 240);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    /* text-align: right; */
    /* margin-right: 70px; */
    gap: 4px;
    margin-bottom: 50px;
}
.wix-img, .ig-img{
    display: flex;
}

/* Larger Screens */

@media (min-width:1400px){
    .statement-container{
        max-width: 1400px;
    }
    
}
@media (min-width:2200px){
    .about-title-container{
        text-align: center;
    }
    .about-title{
        
        max-width: 1900px;
    }
}

@media (min-width:1900px){
    .about-background{
        width: 1900px;
        margin: auto;
        margin-top: 50px;
    }
}



/* mobile version */
@media (max-width:660px){
    .bio-khalid{
        padding-top: 5px;
    }
    .profile-bio{
        margin-top: 5px;
    }
    .profile-img{
        margin-bottom: 5px;
    }
}
@media (max-width:550px){

    /* profiles */
    /* .profile-side-side{
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: auto;
        display: block;
    } */

    .bio-khalid{
        padding-top: 15px;
    }
    .profile-bio{
       height: auto;
       width: auto;
       
    }

    .about-container{
        margin: 0 5%;
        height: auto;
    }

    /* mission - purpose */

    .statement-container{
        /* text-align: justify; */
    }
    .statements{
        margin: 30px 5%;
    }

    /* contact form */
    form{
        
        max-width: 600px;
        width: 15rem;
    }

    .msg-area{
        max-width: 600px;
        width: 15rem;
    }
    


}

@media (max-width:500px){
   /* navbar */
    header{
        padding: 1.5em 8%;
    }
  
    /* about statement */
    .about-title{
        text-align: center;
        font-weight: 700;
        font-size: 30px;
        letter-spacing: 0.02em; 
        margin-left: 5%;
        margin-right: 5%;  
      
      
    }

    .mission-text, .purpose-text{
        /* font-weight: 300; */
    }


    
}

@media (max-width:550px){
      /* hero  */
    
      .hero-overlay{
        /* max-width: 100%; */
        min-width: 35%;
        width: 100%;
    }

    .hero-text-block{
        text-align: center;
        width: 100%;
        justify-content: center;
    }

}