*{
    padding: 0;
    margin: 0;
}
/* start navbar secton */

.nav-home{
display: flex;
justify-content: space-between;
align-items: center;
background-color: #212121;
height: 70px;
position: fixed;
width: 100%;
top: 0;
left: 0;

}

.nav-home a{
    text-decoration: none;
    color: white;
    font-size: 19px;
    font-family: monospace;
    letter-spacing: 1px;
     margin-right: 8px;
     transition: all 4s;
     padding-bottom: 5px;
   
}
.nav-home a:hover{
    padding-bottom: 4px;
    border-bottom: 3px white solid;
  
}

/* 
.nav-home div a:nth-of-type(1){
    border-bottom: 2px white solid;
    padding-bottom: 3px;
} */


/* start main secion in home */

.main-home{
    height:730px;

    background-image: url(../img/img/back.jpg);
    background-size: cover;
    background-position: center;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
   

}

.main-home h2{
    font-size: 35px;
    color: white;
    letter-spacing: 2px;
    text-transform: capitalize;
    font-family: monospace;
    margin-bottom: 8px;
}

.main-home p{
    margin-bottom: 8px;
    text-transform: capitalize;
    color: white;
    font-size: 18px;
    font-family: monospace;
    letter-spacing: 1px;
}

.main-home button{
  
   
    background-color: #6f0f41;
    color: white;
    padding: 8px 27px;
    border: none;
    font-size: 18px;
    border-radius: 2px;
    margin-top: 8px;
    margin-right: 10px;
    letter-spacing: 1px;
    font-family: monospace;
}

.main-home button:nth-of-type(2){
    background-color: #2c9279;
}

/* start childern part in home */

.children-home{
    margin-top: 20px;
}

.children-content{
    display: flex;
    flex-wrap: wrap;
    justify-content:space-around;
    align-items: center;

}

.children-home h3 {
    text-align: center;
    font-family: monospace;
    letter-spacing: 1px;
    font-size: 30px;
    margin-bottom: 7px;
}
.children-home hr{
    background-color: red;
    width: 250px;
    border: none;
    height: 3px;
    margin: auto;
}
.children-content img{
    width: 40%;
    margin-top: 40px;
   
}

.children-content p{
    width: 40%;
    font-family: monospace;
    font-size: 18px;
    letter-spacing: 2px;
    text-transform: capitalize;
    line-height: 2;
    text-align: center;
font-weight: 545;
}
.children-content p span{
  width: 100%;
  text-align: center;
    display: inline-block;
}

.children-content p::first-letter{
    color: red;
    font-size: 40px;
}

/* start photos section in home */
.photos-home div img{
    width: 650px;
    height: 400px;
}

.photos-home div p{
    width: 600px;
   text-align: center;
   font-family: monospace;
   font-size: 18px;
   font-weight: bold;
}



.photos-home div{
    height: 500px;
    border: 1px solid rgb(231 231 231);
    width: 45%;
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    justify-content:space-evenly;
    align-items:center;
    background-color: white;
}
.photos-home{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 70px;
    background-color:#f9f9f9;
    padding-bottom: 30px;
}

/* start contact section */
.contact-home{
    background-image: url(../img/img/contact\ us.gif);
    background-position:top center;
    height: 530px;
    background-size: cover;
    padding-top: 90px;

}
.contact-home input,textarea{
    width: 80%;
    height: 9%;
    padding: 10px 20px;
    font-family: monospace;
    border: none;
    font-size: 18px;
    border-radius: 2px;

}
.contact-content textarea{
    height:15%;
}
.contact-home h3{
    text-align: center;
    font-family: monospace;
    font-size: 30px;
    color: white;
    letter-spacing: 2px;
  

}
.contact-home .contact-content{
    height: 93%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    align-content: flex-end;

}
.contact-content button{
    background-color: black;
    color:white;
    padding:12px  32px;
    letter-spacing: 1px;
    border: none;
    border-radius: 2px;
    font-size: 17px;
    
}

/* start email section in home */
.email-home{
  height: 280px;
    background-image: url(../img/img/html-color-codes-color-tutorials-hero-00e10b1f.jpg);
    background-size: cover;
    background-position: top;
    padding: 70px 0px;    
} 
.email-content{
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    justify-content:space-around;
    align-content: center;
}
.email-content h3{
    font-size: 30px;
    color: white;
    font-family: monospace;
    letter-spacing: 3px;
}
.email-content input{
    width: 80%;
    height:20% ;
    border: none;
    border-radius: 2px;
}
.email-content button{
    background-color: black;
    color:white;
    padding:12px  32px;
    letter-spacing: 1px;
    border: none;
    border-radius: 2px;
    font-size: 17px;
}