*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family:sans-serif;
}
html, body{
    width: 100%;
    height: auto;
    display: grid;
}
#container {
    background-image: url(https://websitedemos.net/sierra-nature-02/wp-content/uploads/sites/339/2018/11/bg-02-free-img.jpg);
    background-attachment:fixed ;
    display: grid;
    gap:0px;
    background-size:cover;
    background-position: center;
}
#banner{
    background: #01162880;
    height: 414vh;
    width: 100%;
}
#navbar{
    width: 85%;
    margin: auto;
    padding: 35px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.logo{
    width: 120px;
    cursor: pointer;
    margin-left: 40px;
    font-size: 3rem;
    color: #fff;
}
#navbar ul{
    margin-right:40px ;
}
#navbar ul li{
    list-style: none;
    display: inline-block;
    margin: 0 20px;
    position: relative;
}
#navbar ul li a{
    text-decoration: none;
    color: white;
    text-transform: uppercase;
}
#navbar ul li::after{
    content: '';
    height: 5px;
    width: 0;
    background: #009688;
    position: absolute;
    left: 0;
    bottom: -10px;
    transition: 0.2s;
}
#navbar ul li:hover::after{
    width: 100%;
}
/* content */

#content{
    margin-top:360px ;
    width: 100%;
    position: absolute;
    transform: translateY(-50%);
    text-align: center;
    color: #fff;
}

/* .content-box1 */
#content .content-box1 h1{
    margin: 43px;
    text-transform: uppercase;
    font-size: 70px;
    font-weight: 700;
}
#content .content-box1 button{
    height: 47px;
    padding: 16px 30px;
    border: none;
    border-radius: 35px;
    cursor: pointer;
    background: #d94948;
    color: #fff;
    font-size: 14.68px;
    font-weight: 700;
    transition: .5s;
}
#content .content-box1 button:hover{
    background-color: rgb(255, 0, 0);
    box-shadow: red 0px 0px 50px;
}

#content .content-box1 h3 i{
    position: absolute;
    top:645.84px;
}


/* .content-box2 */

#content .content-box2 {
    position: absolute;
    top:700px ;
    width: 100%;
    height: auto;
    background-color: white;
    color: black;
}

#content .content-box2 .abt{ 
    padding: 140px 200px 140px;
    display: grid;
    justify-items: center;
    gap: 40px;
}
#content .content-box2 .abt h4{
    font-size:  1.5em;
    text-align:center;
    font-weight: 800;
}
#content .content-box2 .abt h1{
    font-size:  3em;
    text-align:center;
    font-weight: 800;
}

#content .content-box2 .abt button{
    height: 50px;
    width:150px;
    padding: 16px 30px;
    border: none;
    border-radius: 35px;
    cursor: pointer;
    background: #d94948;
    color: #fff;
    font-size: 14.68px;
    font-weight: 700;
    transition: .5s;
}
#content .content-box2 button:hover{
    background-color: rgb(255, 0, 0);
    box-shadow: red 0px 0px 50px;
}

/* content box3 */

 .services{
    background-image: url(https://websitedemos.net/sierra-nature-02/wp-content/uploads/sites/339/2018/11/bg-09-free-img.jpg);
    filter: blur();
    position: absolute;
    top: 1690px;
    background-attachment: fixed;
    background-size:cover;
    width: 100%;
    height: 900px;
    color: white;
    overflow: hidden;
}

.services .bg{
    background: #011628BF;
    height: 100%;
    width: 100%;
    padding-top: 100px;
    display: flex;
    justify-content: center;
    gap: 100px;
}
.services .bg .services1 {
    max-width: 700px;
    padding-left: 100px;
    padding-bottom: 100px;
    /* display: grid; */
}
.services .bg .services1 p{
    margin-top: 20px;
    letter-spacing: 2px;
    display: grid;
}
.services .bg .services1 .top{
    font-size: 26px;
}
.services .bg .services1 .line{
    height: 0px;
    margin-top: 20px;
    border: #ffffff solid 1px;
    margin-bottom: 30px
}
.services .bg .services2{
    position: relative;
    top: 30%;
    padding-right: 100px;
}



/* projects */


#project{
    background-color: white;
    padding-top: 100px;
    width: 100%;
    display: grid;
    gap: 20px;
    justify-items: center;
    overflow: hidden;
}
#project p, #project h1{
    position:relativ;
    transform: translateY(50%);
    text-align: center;
}
#project .imagef{
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 10px 45% 100px;
    justify-items: center;
}
#project .imagef div{
    width: 389.95px;
    height: 624.75px;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
}
#project .imagef div p{
    text-align: justify;
    font-size: 16px;
    padding-right:70px;
    font-weight: 100;
}

/* footer */
footer {
    display: grid;
    justify-content: center;
    background-color: #011628;
    color: #fff;
    font-size: 20px;
    height: 50vh;
    padding: 20px;
}

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

.footer-section {
    flex: 1;
}

.footer-section h4 {
    font-size: 18px;
    margin-bottom: 10px;
}

.footer-section p {
    margin-bottom: 5px;
}

.social-media-icons a {
    color: #fff;
    margin-right: 10px;
    font-size: 45px;
    transition: .5s;
}
.social-media-icons .facebook:hover {
    color: #3b5998; 
}

.social-media-icons .instagram:hover{
    color: #e4405f; 
}

.social-media-icons .twitter:hover {
    color: #1da1f2; 
}

.footer-bottom {
    margin-top: 100px;
    height: 50px;
    background-color: #222;
    padding: 10px;
    text-align: center;
}

.footer-bottom p {
    margin: 0;
}
