@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@200;300;400;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');

:root {
	--black: #1e1e1e;
	--koran: #f5f5f5;
}

* {
	font-family: "Nunito Sans";
}

/* === STYLE === */
.line-black {
	width: 90px;
	height: 2px;
	background: var(--black);
}

.py-6 {
	padding: 6rem 0 !important;
}

.section-title h2 {
	font-weight: 700 !important;
	letter-spacing: 1px;
}

/* === COLOR === */
.bg-black {
	background: var(--black) !important;
}

.bg-koran {
	background: var(--koran) !important
}

.c-black {
	background: var(--black)
}

/* === SECTION JUMBOTRON === */
#jumbotron {
	background: var(--koran)
}

#jumbotron .title-jumbotron h1 {
	font-family: Montserrat;
}

#jumbotron .title-jumbotron h1 span {
	font-family: Montserrat;
}

#jumbotron .img-jumbotron {
	position: relative;
}

#jumbotron .img-jumbotron::after {
	position: absolute;
	content: '';
	right: 0;
	width: calc(100% - 35px);
	height: calc(100% - 105px);
	bottom: 0;
	background: rgba(30, 30, 30, .85);
}

#jumbotron .img-jumbotron img {
	position: relative;
	z-index: 1;
	padding-right: 20px;
	padding-bottom: 20px;
}

/* === SECTION ABOUT === */
#about {
	background: var(--koran)
}

#about .name h3 {
	font-weight: 700;
}

#about .paragraf {
	font-weight: 600;
}

/* === SECTION SERVICES === */
#services {
	background: var(--koran);
}

#services .section-title h2 {
	font-family: Montserrat !important;
}

#services .item i {
	font-size: 40px;
}

#services .item h3 {
	font-weight: 700;
}

/* === SECTION RESUME === */
#resume {
	background: var(--koran)
}

#resume .section-title h2 {
	font-weight: 700 !important;
	font-family: Montserrat !important;
}

#resume .timeline {
	border-left: 2px solid var(--black);
	padding: 0 25px 0 25px;
}

#resume .timeline .content {
	position: relative;
}

#resume .timeline .content::before {
	content: '';
	display: block;
	width: 16px;
	height: 16px;
	position: absolute;
	border: 2px solid var(--black);
	border-radius: 50%;
	background: #f5f5f5;
	left: -34px;
	transform: rotate(-45deg)
}

#resume .timeline .content h3 {
	font-weight: 700;
}

/* === SECTION PORTFOLIO === */
#portfolio {
	background: var(--koran);
}

#portfolio .section-title h2 {
	font-family: Nunito Sans !important;
}

.img-border {
	border: 1px solid rgba(30, 30, 30, .2)
}

#portfolio .section-title h2 {
	font-weight: 700 !important;
	letter-spacing: 3px;
	color: transparent;
	-webkit-text-stroke: 2px rgba(30, 30, 30, .25);
}

/* === SECTION FOOTER === */
#footer .text-footer p {
	color: rgba(224, 223, 218, .7);
}

#footer .link-footer ul {
	padding: 0;
}

#footer .link-footer ul li {
	list-style: none;
}

#footer .link-footer ul li a {
	text-decoration: none;
	color: rgba(224, 223, 218, .4);
}

#footer .link-footer ul li a:hover {
	transition: .2s;
	color: rgba(224, 223, 218, .8);
}

#footer .link-social a {
	padding: 0 .5rem;
	text-decoration: none;
	color: rgba(224, 223, 218, .4);
}

#footer .link-social a:hover {
	transition: .2s;
	color: rgba(224, 223, 218, .8);
}

#footer .link-social a i {
	font-size: 1.5rem;
}
