*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Onest", sans-serif;
}

li{
     list-style: none;
}
html{
    scroll-behavior: smooth;
}
h2{
    font-size: 55px;
    font-weight: 600;
    font-family: "Onest", sans-serif;
}
p{
    font-family: "Onest", sans-serif;
}
.navbar{
    width: 100%;
    z-index: 99999;
}
.navbar-nav{
	margin-left: auto;
}
.navbar-brand{
    text-decoration: none;
    color: #fff;
    font-weight: 600;
}
.navbar-brand img{
    width: 120px;
}


/* .active a{
    font-family: 'helvetica-neue-blod';
    text-decoration: none;
	color: #1D8AD8!important;
    font-weight: 900;
} */
.nav-item{
	padding-left:30px!important;
}
.nav-item a{
	cursor: pointer;
}
.nav-item a{
    text-decoration: none;
	color: #ffffff;
    font-size: 16px;
    transition: .4s;
}
.navbar-toggler-icon{
	color: #EDAF05;
}
.nav-bton{
    margin-left: 20px;
}

.nav-item a:hover{
    color: #EDAF05;
}
.header-btn a {
    background: #F1B10A;
    text-decoration: none;
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    border-radius: 5px;
    padding: 10px 25px 10px 25px;
    transition: .6s;
}
.header-btn a:hover {
    color: #000000;
}
.header-btn :hover {
    background: #f0f0f0;
}
.header-btn a img{
    width: 18px;
    margin-right: 10px;
}

#head{
    width: 100%;
}
.slider{
    width: 100%;
    align-items: center;
    background: url(../images/head-bg.png)center center no-repeat;
    background-position: center center!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
    color: #FFF;
}
.top-details h4 {
    font-size: 35px;
    margin-bottom: 10px;
}
.top-details h2 {
    font-size: 70px;
    margin-bottom: 10px;
}

.top-details p {
    font-size: 18px;
    color: #C0C0C0;
    margin-bottom: 30px;
}
.header-main{
    display: flex;
    align-items: center;
    padding: 70px 0;
}
.header-top-btn a {
    background: rgba(255, 255, 255, 1);
    text-decoration: none;
    color: rgba(14, 14, 14, 1);
    font-size: 16px;
    font-weight: 600;
    border-radius: 50px;
    padding: 10px 25px 10px 25px;
    transition: .6s;
}
.header-top-btn a:hover{
    transform: translateY(-10px);
}
.header-top-btn a img{
  width: 15px;
  margin-right: 10px;
}
.header-photo img{
    width: 100%;
}
.gradient-background {
    background: linear-gradient(93.18deg, #FFFFFF 17.2%, #F1B10A 95.37%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    background-size: 100%;
    display: inline-block;
}
.top-photo img{
    width: 100%;
}
#about{
    width: 100%;
    background:#000;
    padding: 100px 0;
    
}
.about-main h2{
    color: #FFF;
}
.about-main p{
    font-size: 18px;
    color: rgba(192, 192, 192, 1);

}


#skill{
    width: 100%;
    padding-bottom: 100px ;
    background:#000;
}
.title{
    text-align: center;
}
.title h1{
    color: #FFFF;
    font-weight: 600;
}
.about-all-box{
    margin-top: 70px;
}
.about-box{
    text-align: center;
    border-width: 2px;
    border-style: solid;
    border-image: linear-gradient(to top, #ffffff00,   #f1af0a81) 1;
    padding: 30px;   
}
.about-box img{
   width: 65px;
   margin-bottom: 20px;
}
.about-box p{
    font-size: 20px;
   color: #FFF;
}

#project{
    width: 100%;
    background: url(../images/project-bg.png);
}
.project-main{
    width: 75%;
    margin: 0 auto;
    padding: 120px 0;
    text-align: center;
}
.project-main p{
    font-size: 25px;
    color: #FFF;
    margin-bottom: 25px;
}



#my-experience{
    width: 100%;
    background:#000;
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}
.experience-main-box{
    padding: 50px 0;
}
.experience-box-main{
    margin-top: 70px;
}
.experience-box{
    color: #FFF;
    margin-left: 7px;
    border-left: 3px #FFF solid;
}
.experience-box h5{
    padding-left: 20px;
    font-size: 18px;
    font-weight: 500;
}
.experience-box p{
    padding-left: 20px;
    font-size: 16px;
}
.experience-box-info {
    margin-left: 20px;
    border: 1px solid #f1af0a81;
    background: rgba(32, 32, 32, 1);
    padding: 20px;
    border-radius: 5px;
}
.top-pad{
    margin-top: 30px;
}
.box-mar{
    margin-top: 46px;
}
.box-title h4{
    font-size: 22px;
    color: #EDAF05;
    font-weight: 600;
    margin-bottom: 20px;
}
.round{
    width: 11px;
    height: 11px;
    background: #EDAF05;
    border-radius: 50px;
    margin-left: 3px;
}

#portfolio{
    width: 100%;
    background:#000;
    background-size: cover;
}
.service-top{
    text-align: center;
}
.service-top h2{
    font-size: 45px;
    color: #FFF;
    font-weight: 600;
    
}
.service-slider{
    width:100%;
    margin-left: auto;
    margin-top:50px;
    margin-bottom:20px;
}

.custom-nav {
    text-align: right;
    margin-top: 30px;
}
.custom-nav button {
    background: #EDAF05;
    padding: 8px;
    border-radius: 3px;
    border: none;
}
.custom-nav button i{ 
    font-size: 25px;
    display: flex;
    align-items: center;
}

.arrow-btom{
    display: flex;
    float: right;
    margin-top: 40px;
    margin-right: 150px;
    
}
.arrow-btom-left a i{
    font-size: 35px;
    margin-right: 45px;
    color: #000;
}
.arrow-btom-right a i{
    font-size: 35px;
    color: #000;
} 

#successful{
    width: 100%;
    padding: 100px 0;
    background:#000;
    background-size: cover;
}
.successful-main{
    margin-top: 70px;
}
.successfuL-box img{
    width: 100%;
}


#footer{
    width: 100%;
    padding: 70px 0;
    background: #0F0F0F;
    
}
.footer-box img {
   width: 120px;
}
.footer-box h5{
    font-weight: 600;
    color: #FFF;
}
.footer-box p{
    margin-top: 20px;
    color: rgba(255, 255, 255, 1);

}

.footer-main{
    width: 100%;
    display: flex;
    
}
.footer-left{
    width: 100%;
    display: flex;
    align-items: center;   
}
.footer-in{
    border: none;
    border-radius: 2px;
}
.footer-in:focus{
    outline: none;
}
.footer-left a i{
    margin-left: -32px;
    padding: 9px;
    background: #F6633D;
    margin-bottom: 10px;
    color: #ffffff;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}
.last-box{
    padding-left: 50px;
}
.last-box p img{
   width: 16px;
   margin-right: 8px;
}
.last-box-top{
    margin-bottom: 25px;
}
.footer-main-bar{
    display: flex;
    justify-content: space-between;
    padding-bottom: 50px;
    border-bottom: 1px solid #F8F7F0;
}
.footer-btm-line{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 25px;
    color: #F8F7F0;
}
.footer-btm-line-left ul {
    display: flex;
}
.footer-btm-line-left ul li a img{
    width: 35px;
}
.footer-btm-line-left ul li{
    margin-right: 20px;
}



