* {
padding: 0;
margin: 0;
box-sizing: border-box;
}

.container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
}
.container .brand a {
    text-decoration: none;
    font-weight: bold;
    color: aliceblue;
    font-size: 1.2rem;
    

}




ul li {
    display: inline-block;
    margin-right: 10px;
    margin-left: 10px;
    padding: 5px;
    
}


.links ul li a{
    color: aliceblue;
    opacity: 0.5;
    font-size: 1.2rem;
    font-weight: bold;
    text-decoration: none;
}
.section {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.section button{

 margin-top: 2rem;
    border: none;
    background-color: #F4623A;
    color: #fff;
    padding: 1rem 2rem;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 2rem;
    transition: all 1.8s ease-in-out;
}
section button:hover {
    background-color: #fff;
    color: #F4623A;
}
.content {
background-size: cover;
background-repeat: no-repeat;

 /* background-image: linear-gradient(to bottom,#4E4239),  url('./images/bg-masthead.jpg'); */
/* background-image: linear-gradient(to bottom, #4E4239 0%, #61564e 100%), url("./images/bg-masthead.jpg"); */
    
     background: linear-gradient(to bottom, rgba(92, 77, 66, 0.8) 0%, rgba(92, 77, 66, 0.8) 100%), url("./images/bg-masthead.jpg");

}
.container{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    margin: 0 auto;
}



@media( max-width: 767.98px){
     .nav .container{
        width: 350px;
        flex-direction: column;
        
    }
    nav .links ul li {
        margin-left: 5px;
        margin-right: 5px;
    }
    .nav ul li a{
        font-size: 0.5rem;
    }

}
.about{
    display: flex;
    flex-direction: column;
    align-items: center;
     background-color: #F4623A;
     justify-content: center;
     height: 400px;
     
}

.about .container2{
    padding-top: 40px;
    padding-bottom: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
    gap: 20px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
   
.about h3{
    font-size: 40px;
    color:aliceblue;
    font-weight: bold;

}
.about hr {
    width: 12%;
    margin: 10px auto;
    height: 5px;
    border: none;
    background-color: #fff;
}
.about p {
color: aliceblue;
width: 60%;
margin: 10px auto;
}
.about button{
    color: black;
    background-color: aliceblue;
    border-radius: 20px;
    border: none;
    padding: 10px;
    margin: 10px;
    font-weight: bold;
    font-size: 1rem;
    padding-right: 25px;
    padding-left: 25px;
    
}
.services {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 30px;
    margin-bottom: 30px;
    height: 500px;
    
}
/* .services .container3 {

    display: flex;
    justify-content: center;
    align-items: center;
} */
 .row {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 30px;
    margin-bottom: 30px;
 }
 .row .col {
    width: 23%;
    display: flex;
    flex-direction: column;
    align-items: center;
 }
 .services h1 {
    text-align: center;
   font-size: 40px;
 }
 .col i{
color: #F4623A;
 }
 .col h3 {
    font-size: 25px;
 }
 .col p {
    text-align: center;
    color: rgb(78, 77, 92);
    font-size: 20px;
 }
 .services hr {
    width: 8%;
    margin: 30px auto;
    height: 4px;
    background-color: #F4623A;
 }
 .container4 {
    display: flex;
    flex-wrap: wrap;
 }
 .container5 {
    color: aliceblue;
    padding: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
    height: 400px;
   
 }
 .container5 h3 {
    font-size: 25px;
    color: aliceblue;
    text-align: center;
    
 }
 .container5 button {
    border-radius: 20px;
    padding: 15px;
    color: black;
    background-color: aliceblue;
    transition: all 2s ease-in-out;
    
    
      
 }
 
 .container5 button:hover{
    background-color: rgba(240, 248, 255, 0.748);
    color: #292D33;
 }
.contact {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 1000px;
}
.container6 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding-top: 25px;
    padding-bottom: 25px;
    margin-top: 25px;
    margin-bottom: 25px;
}
.container6 h3 {
    color: black ;
    font-size: 25px;
}
.container6 hr {
    width: 8%;
    margin: 10px auto;
    height: 3px;
    background-color: #F4623A;
}
section .container6 input{
margin-top: 15px;
width: 100%;
height: 35px;
border-radius: 5px;
border-color: rgba(47, 46, 46, 0.867);
}


    






