*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
html{
    scroll-behavior: smooth;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
body{
    width: 100%;
    height: auto;
}
header{
    width: 100%;
    height: 25vh;
    margin-bottom: 50px;
}
nav{
    display: flex;
    justify-content: space-around;
    position: fixed;
    width: 100%;
    height: 60px;
    align-items: center;
    margin-top: 15px;
}
nav .logo{
    margin-left:170px;
}   
.list{
    width: 540px;
}
.list ul{
    list-style: none;
    display: flex;
    justify-content: space-between;
    font-size: 0.8rem;

}
ul li{
    padding: 7px;

}
.list ul #list-1{
    color: #EFA614;
}
li a{
    text-decoration: none;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #777777;
    font-weight: bold;
}
li a:hover{
    color: #EFA614;
}
.icons{
    color: #777777;
    padding: 10px;
}
#home{
    width: 100%;
    height:70vh;
    display: flex;
    margin-top: 10vh;
}
#home .content-1{
    color: #777777;
    padding-bottom:10px ;
    margin-left: 245px;
}
#home .content-1 h1{
    font-size: 3vw;
    font-weight: bolder;
    color: #777777;
    /* margin-bottom: 20px; */
}
.paragraph{
    margin-bottom: 50px;
    font-size: 1vw;
    color: #777777;
}
#button{
    width: 80px;
    height: 60px;
    text-decoration: none;
    padding: 15px 30px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: bold;
}
.btn-1{
    background-color: #EFA614;
    border: none;
    color: white;
    margin-right: 20px;
}
.btn-1:hover{
    background-color: white;
    color: #EFA614;
}
.btn-2{
    color: #EFA614; 
    border: thin solid #EFA614;
}
.btn-2:hover{
    background-color: #F5F5F5;
}
#home .content-2 .background{
    background-color: #F5F5F5F5;
    width: 700px;
    height: 370px;
    margin-left: 100px;
    border-radius: 80px;
    padding-left: 100px;
}
#home .content-2 .home-image{
    background-color: #EFA614;
    width: 380px;
    height: 430px;
    border-radius: 20px;
    position: absolute;
    margin-top: -100px !important;

}
#home .content-2 .home-image img{
    margin-left: auto;
    margin-right: auto;
    display: block;
    padding-top: 90px;
    border-radius: 20px;

}
#about{
    width: 100%;
    height: 90vh;
}
.about-head{
    margin-top: 5vh;
    margin-left: 245px;

}
.head-1{
    font-size: 2.5vw;
    font-weight: bolder;
    color: #777777;
}
.line{
    width: 5%;
    border: thin solid rgb(158, 59, 75) !important;
}
.para{
    color: #777777;
    font-size: 1vw;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin-top: 10px;
    margin-bottom: 12px;
}
#about .about-content{
    display: flex;
    width: 100%;
    height: 55vh;
    margin-top: 50px;
}
#about .about-content .backg{
    width: 11%;
    height: 370px;
    background-color: #EFA614;
    border-radius: 10px;
    margin-left:245px ;
}
#about .about-content .backg img{
    position: absolute;
    margin-left: 50px;
    margin-top: 30px;
}
#about .writeup{
    width: 400px;
    height: auto;
    margin-left: 290px;
    margin-top: 50px;
}
.writeup h1{
    color: #777777;
}
#portfolio{
    width: 100%;
    height: 130vh;
}
#portfolio #p-list{
    margin-left: 245px;
    margin-top: 30px;
}
#portfolio .port-images{
    width: 70%;
    height: 60vh;
    display: flex;
    flex-wrap: wrap;
    margin-left: 245px;
    margin-top: 20px;
}
#portfolio .port-images .image{
    width: 237px;
    height: 256px;
    margin-right: 20px;
    margin-top: 20px;
}
#portfolio .port-images #im-1{
    margin-bottom: 17px;
}
#blog{
    width: 100%;
    height: 70vh;
    background-color: #F5F5F5;

}
.prog-bar{
    width: 70%;
    height: auto;
    display: flex;
    margin-left: 245px;
    margin-top: 40px;
}
.prog-container{
    width: 400px;
    height: 200px;
    margin-right: 30px;
}
.p-content{
    margin-top: 30px;
}
.prog-container .prog-writeup{
    display: flex;
    justify-content:space-between;
}
.prog-writeup p{
    color: #777777;
}
.progress{
    width: 100%;
    background-color: #777777;
    border-radius: 10px;
}
.progress .bar{
    width: 80%;
    background-color: #EFA614;
    height: 7px;
    border-radius: 10px;
}
.bar-1{
    width: 70%;
    background-color: #EFA614;
    height: 7px;
    border-radius: 10px;
}
.bar-2{
    width: 60%;
    background-color: #EFA614;
    height: 7px;
    border-radius: 10px;
}
.bar-3{
    width: 98%;
    background-color: #EFA614;
    height: 7px;
    border-radius: 10px; 
}
.bar-4{
    width: 89%;
    background-color: #EFA614;
    height: 7px;
    border-radius: 10px;
}
#services{
    width: 100%;
    height: auto;
}
.services-content{
    width: 70%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    margin-left: 245px;
    margin-top: 60px;
}
.services-content .icon-writeup{
    width: 250px;
    height: auto;
    text-align: center;
    margin-bottom: 55px;
}
.icon-writeup i{
    color: #EFA614;
    font-size: 2.5vw;
    margin-bottom: 15px;
}
.icon-writeup h3{
    color: #414141;
    margin-bottom: 10px;
}
.services-image{
    width: 100%;
    height: 230px;
}
.services-image img{
    width: 100%;
    opacity: 0.3;
}
.reviews{
    width: 70%;
    height: auto;
}
.reviews-2{
    width: 70%;
    display: flex;
    height: 400px;
    margin-left: 245px;
    margin-top: 40px;
}
.reviews-2 .sub-reviews{
    width: 250px;
    height: 270px;
    padding: 10px;
    margin-right: 30px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.h-four{
    color: #414141;
    margin-bottom: 10px;
}
.pgh{
    color: #414141;
    font-size: 1vw;
    margin-bottom: 20px;
    margin-top: 15px;
}
.small{
    width: 200px;
    height: 100px;
    display: flex;
}
.sub-small{
    width: 90px;
    height: 90px;
    background-color: #EFA614;
    border-radius: 2px;
}
.sub-small img{
    position: absolute;
    margin-top: 5px;
    margin-left: 5px;
}
.small .rating{
    margin-left: 25px;
    width: 120px;
    height: 90px;
}
.small .rating i{
    font-size: 1vw;
    color: #EFA614;
}
.latest-update{
    width: 70%;
    height: auto;
}
.latest-update-1{
    width: 600px;
    height: auto;
    display: flex;
    margin-left: 245px;
    margin-top: 50px;
}
.latest-update-1 .update-1{
    width: 350px;
    height: auto;
    margin-right: 50px;
}
.up-content{
    position: relative;

}
.up-content .write-1{
    position: absolute;
    width: 50px;
    height: 47px;
    background-color: #EFA614;
    color: #F5F5F5;
    font-weight: bold;
    font-size: 0.9vw;
    border-radius: 3px;
    top: 7px;
    left: 7px;
    text-align: center;
    padding-top: 5px;
} 
.up-content .write-2{
    position: absolute;
    width: 150px;
    height: 33px;
    background-color: #EFA614;
    color: #F5F5F5;
    font-weight: bold;
    font-size: 0.9vw;
    border-radius: 20px;
    bottom: 17px;
    text-align: center;
    padding-top: 7px;
}
.updates-writeup{
    width: 370px;
    height: 120px;
    padding: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 2px;
    margin-top: -5px;
}
#contact{
    width: 100%;
    height: 110vh;
}
.contact-1{
    width: 70%;
    height: auto;
    display: flex;
    margin-left: 245px;
    margin-top: 50px;
}
.contact-2{
    width:300px;
    height: auto;
    text-align: center;
    padding: 7px;
    margin-top: 100px;
}
.contact-1 div{
    margin-bottom: 20px;
    
}
.contact-3{
    width: 500px;
    height: 400px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin-left: 70px;
}
.contact-3 .form-fill{
    border: none;
    border-bottom: thin solid #777777;
    width: 200px;
    height: 40px;
    color: #777777;
    font-weight: bold;
    margin: 20px;
}
.contact-3 textarea{
    border: none;
    border-bottom: thin solid #777777;
    color: #777777;
    font-weight: bold;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin-left: 20px;
}
.contact-btn{
    background-color: #EFA614;
    border: none;
    color: white;
    margin-right: 20px;
    margin-left: 40px;
    margin-top: 30px;
    width: 100px;
    height: 50px;
    padding: 12px 12px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: bold;
    border-radius: 5px;
}
footer{
    width: 100%;
    height: auto;
}
footer .footer-1{
    width: 70%;
    height: 200px;
    display: flex;
    margin-left: 245px;
}
.footer-1 .sub-foot{
    width: 150px;
    height: auto;
    font-size: 0.9vw;
    color: #777777;
    margin-right: 30px;
}
.sub-foot img{
    margin-bottom: 15px;
}
.sub-foot ul{
    list-style: none;
    margin: 10px;

}
.sub-foot a{
    text-decoration: none;
    color: #777777;
}
.sub-foot h2{
    margin-bottom: 15px;
}
.sub-foot p{
    margin-bottom: 10px;
}
.footer-2{
    width: 100%;
    text-align: center;
    color: #777777;
    font-size: 1vw;
}