/*navbar*/
.btn{
	background-color: #FFB13D;
	border-radius: 20px;
	width: 143px;
	font-size: 18px;
	box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.3);
	font-weight: bold;
}

.btn:hover{
	background-color: white;
	color: #FFB13D;
}

.navbar{
	font-family: IBM Plex Sans;
	background-color: white;

}

.navbar-brand{
	font-weight: bold;
	font-family: poppins;


}

.nav-link:hover::after{
	content:  '';
	display: block;
	border-bottom: 3px solid #FFB13D;
	width: 50%;
	margin: auto;
	margin-bottom: -3px;

}

.nav-link a{
	font-size: 18px;
	margin: 0 10px;
}


.social{
	margin-right: 100px;
}
.social a{
	font-size: 20px;
	margin: 0 10px;


}

.fa-twitter{
	color: lightskyblue;
}

.fa-youtube {
	color: red;
}

.fa-instagram{
	color: magenta;
}

/*navbartutup*/


/*jumbotron*/

.name-model img{
	width: 530px;
	margin-left: 17%;

}
.name-model1 img{
	display: none;
}

.name-text h2{
	font-family: IBM Plex Sans;
	font-style: normal;
	font-weight: bold;
	font-size: 48px;
	margin: 0px;

}

.name-text h1{
	font-family: IBM Plex Sans;
	font-style: normal;
	font-weight: bold;
	font-size: 65px;
	line-height: 80px;
	color: #FFB13D;
	margin: 0px;
}

.name-text p{
	font-size: 18px;
}

.row{
	margin-top: 180px;

}

.name-model img{
	margin-top: -100px;
}

.name-text h3{
	font-size: 40px;
	text-transform: uppercase;
	font-weight: lighter;
}

.cv-btn1{
	border: 2px solid #FFB13D;
	border-radius: 21px;
	padding: 10px 10px 10px 30px;



}

#name{
	background-image: url("../img/uu.png");
	background-repeat: no-repeat;


}

.name-text a {
	font-size: 18px;
	text-decoration: none;
	color: #FFB13D;
	font-weight: 500;

} 

.button a:nth-child(1){
	padding: 10px 0 10px 40px;
	text-align: center;
}


.fa-envelope{
	background-color: #FFB13D;
	color: white;
	padding: 14px;
	border-radius: 20px;
	margin-left: 50px;

}
.cv-btn{
	border: 2px solid #FFB13D;
	border-radius: 21px;
	padding: 10px 0 10px 20px;

}


.cv-btn:hover, .cv-btn1:hover {
    box-shadow: 0 0 25px 0 rgba(20, 27, 201, .05);
    cursor: pointer;
    background-image: linear-gradient(55deg, #fc6a0e 0%, #FFB13D 100%);
    color:white;
}

.fa-inbox{
	background-color: #FFB13D;
	color: white;
	padding: 14px;
	border-radius: 20px;
	margin-left: 10px;

}

.button{
	margin-top: 50px;

}

/*tutupnavbar*/

/*servis*/

#services{
	padding: 3rem 0;
	margin-top: 100px;
}

.text-center h3{
	font-size: 40px;
	font-weight: bold;
}

h5{
	color: #FFB13D
}

.services-main{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 2rem;
	margin: 50px;

}

.single-service{
	/*background-color: #ffc166;*/
	border-radius: 10px;
	text-align: center;
	
	position: relative;

}

.single-service.active .services-inner{
	background-color: #f7f7f7;
	
	
}

.single-service.active .bg,
.single-service:hover .bg{
	position: absolute;
	background-color: #FFB13D;
	right: -2%;
	bottom: -3%;
	height: 90%;
	width: 90%; 
	z-index: -0;
	border-radius: 20px;
	box-shadow: 0px 0px 5px 0 #0000002c;
	
	
}

.single-service:hover .services-inner{
	background-color: #f7f7f7;
}

.services-inner{
	position: relative;
	padding: 1rem;
	z-index: 5;
	box-shadow: 0px 0px 18px 0 #0000002c;
	transition: .3s ease box-shadow;
	border-radius: 20px;
}


.single-service span{
	font-size: 3rem;
	color: #FFB13D;

}


.single-service h3{
	font-size: 1.7rem;
	margin: 1rem 0;
}

 .single-service a{
 	color: #FFB13D;
 }

  #about{
 	width: 100%;
 	margin-top: -50px;
 	/*height: 100vh;*/
 	/*box-sizing: border-box;*/
 	
 	/*align-items: center;*/
 	/*justify-content: space-between;
 	padding: 50px 5% 0px 5%;
 	position: relative;*/



 }





.about-model img{
	width: 570px;
	margin-top: -90px;
	
 }
.about-text h1{
	font-style: normal;
	font-weight: bold;
	font-size: 43px;
}

.about-text h2{
	font-weight: bold;
	font-size: 30px;
	color: #FFB13D;
}

.about-text p{
	
	font-size: 18px;
	
}


.about-text a:nth-child(5){
	font-size: 50px;
	padding: 10px 15px;
	color:#ff4d9a;
	
}

.about-text a:last-child{
	 color: #4287f5;
	 font-size: 50px;
	padding: 10px 15px;
	
}

.about-text h5{
	
	font-size: 18px;
	color: #FFB13D;
}

/*.about-text hr{
	width: 70px;

}*/

#portfolio{
	margin:7rem 0;
	color: #000;


	
}

.gallery-box{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows:repeat(2, 220px);
	grid-gap: .5rem;
	margin-top: 50px;
}

.gallery-item{
	background-size: cover;
	background-repeat: no-repeat;
}

.gallery-item div,
.gallerry-item a{
	height: 100%;
	width: 100%;
}

.gallery-item a{
	display: block;
	background:rgba(0,0,0,0.5);
	font-size: 3rem;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	width: 100%;
	color: #fff;
}

.progress-bar{
	background-color: #FFB13D;
	border-radius: 20px;

}

.progress{
	border-radius: 20px;

}

/*#footer {
	margin-top: 2rem;
	


}*/

.foot{
	background-image: url("../img/aas.png");
	background-size: cover;
	height: 200px;
	padding: 80px 0 0 0;
	margin-top: 30px;
	/*text-align: center;*/

	


}

.foot h2{
	font-weight: bold;
	font-size: 30px;
}

.foot p{
	font-size: 14px;
}

#footer .fa-facebook-f, #footer .fa-instagram, #footer .fa-twitter,#footer .fa-youtube, #footer .fa-whatsapp{
	font-size: 20px;
	padding:0px 15px;


}

.fa-whatsapp{
	color: green;
}




@media(max-width:900px){
	.services-main{
		grid-template-columns:1fr;
		grid-template-rows:auto;
		grid-gap: 10px;
		height: auto;
	}

	#name .row{
		flex-direction: column-reverse!important;
	}

	.social{
		display: none;
	}

	.btn {
		display: none;

	}

	/*.name-model img{
		display: none;
	}
*/
	.name-model1 img{
		width: 450px;
		display: block;
		margin-top: -150px;

	}

	.about-model img{
		width: 450px;
		
	}

	.about-text{
		text-align: center;
	}

	.name-text{
		text-align: center;

	}

	.name-text h2{
		font-size: 30px;
	}

	.name-text h1{
		font-size: 55px;
	}

	.foot{
		background-image: none;
		text-align: center;
		
	}

	.nav-link:hover::after{
		display: none;
	}


}

// Extra small devices (portrait phones, less than 576px)
@media (max-width: 575.98px) {  }

// Small devices (landscape phones, 576px and up)
@media (min-width: 576px) and (max-width: 767.98px) { ... }

// Medium devices (tablets, 768px and up)
@media (min-width: 768px) and (max-width: 991.98px) { ... }

// Large devices (desktops, 992px and up)
@media (min-width: 992px) and (max-width: 1199.98px) { ... }

// Extra large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }