* {
	font-family: "Roboto", sans-serif;
}

h1,
h2,
h3,
h4,
h5 {
	font-family: "Montserrat", sans-serif;
}

html,
body {
	width: 100%;
	margin: 0px;
	padding: 0px;
	overflow-x: hidden;
}

/* navbar-start */
.navbar {
	width: 100%;
	padding: 0;
	background-color: rgba(0, 0, 0, 0.1);
}

.navbar-afterclick {
	background-color: rgba(0, 0, 0, 0.6);
}

.navbar .navbar-brand {
	width: 3.5rem;
	height: 3.5rem;
	margin: 1rem 0 0.5rem 2.3rem;
	/* padding: 0 1rem 1.2rem 5rem; */
}

.navbar .nav-item .nav-link {
	color: white;
	margin: 1.5rem 0 0 0;
	padding: 0 2.3rem 1.5rem 2.3rem;
	text-transform: uppercase;
	box-sizing: border-box;
}

.navbar .navbar-toggler {
	margin: 1rem 1rem 1rem 0;
}

.custom-toggler .navbar-toggler-icon:hover {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='white' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.custom-toggler.navbar-toggler {
	border-style: none;
	outline: none;
	box-shadow: none;
}

/* navbar-end */

/* hero-start */
#hero {
	display: flex;
	justify-content: center;
}
#hero .left-intro {
	width: 50%;
	height: 100vh;
	background-color: rgb(38, 38, 38);
	color: white;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
@media (max-width: 768px) {
	#hero .left-intro {
		height: 90vh;
	}
}

#hero .hi {
	font-size: 10rem;
}
@media (max-width: 768px) {
	#hero .hi {
		font-size: 7.5rem;
	}
}

#hero .left-arrow,
#hero .hashtag {
	background: linear-gradient(
		to right,
		rgba(255, 239, 119, 1) 0%,
		rgba(255, 255, 255, 0) 85%
	);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

#hero .right-arrow {
	background: linear-gradient(
		to left,
		rgba(255, 239, 119, 1) 0%,
		rgba(255, 255, 255, 0) 85%
	);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

#hero .name h1 {
	font-size: 3rem;
}
@media (max-width: 768px) {
	#hero .name h1 {
		font-size: 2rem;
	}
}

#hero .left-intro h3 {
	font-size: 1.18rem;
	padding-bottom: 3rem;
}
@media (max-width: 768px) {
	#hero .left-intro h3 {
		font-size: 0.78rem;
		padding-bottom: 1.5rem;
	}
}

#hero .download {
	border-bottom: 0.2rem solid rgb(255, 239, 119);
	margin-bottom: 1.5rem;
}

#hero a.download-resume {
	color: white;
}

#hero .links img {
	opacity: 0.5;
	width: 2rem;
	height: 2rem;
	margin: 0 0.75rem;
	text-decoration: none;
}
#hero .links img:hover {
	opacity: 1;
}

#hero .right-photo {
	width: 50%;
	height: 100vh;
	background-color: rgb(232, 189, 180);
	overflow: hidden;
	display: flex;
	justify-content: center;
	position: relative;
	background-image: url("../pic/Background_HeroRight.svg");
	background-repeat: no-repeat;
	background-size: 50%;
	background-attachment: fixed;
	background-position: right top;
}
@media (max-width: 991.98px) {
	#hero .right-photo {
		background-size: 100%;
		background-position: center top;
		background-attachment: scroll;
	}
}
@media (max-width: 768px) {
	#hero .right-photo {
		height: 50vh;
	}
}

#hero .right-photo img {
	width: 115%;
	height: 115%;
	position: absolute;
	top: 3rem;
}
/* hero-end */

/* about-me-start */
#about-me {
	width: 100%;
	height: 50vh;
	background-color: whitesmoke;
	display: flex;
	justify-content: center;
	align-items: center;
}

#about-me .about-me-bcg {
	width: 90%;
	height: 40vh;
	background-color: rgb(38, 38, 38);
	color: white;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	position: relative;
}

#about-me .top-left-color {
	position: absolute;
	width: 10rem;
	height: 10rem;
	background: linear-gradient(
		135deg,
		rgba(232, 189, 180, 0.8) 0%,
		rgba(255, 255, 255, 0) 60%
	);
	z-index: 5;
	top: -1.2rem;
	left: -1.2rem;
}

#about-me .bottom-right-color {
	position: absolute;
	width: 10rem;
	height: 10rem;
	background: linear-gradient(
		315deg,
		rgba(255, 224, 0, 0.8) 0%,
		rgba(255, 255, 255, 0) 60%
	);
	z-index: 5;
	bottom: -1.2rem;
	right: -1.2rem;
}

#about-me .about-me-bcg h3 {
	font-size: 2rem;
	transform: translate(0, -1.5rem);
	padding: 1.5rem 3rem 0 3rem;
	text-align: center;
}
@media (max-width: 768px) {
	#about-me .about-me-bcg h3 {
		font-size: 1.2rem;
	}
}

#about-me .about-me-bcg p {
	font-size: 1.2rem;
	padding: 0 3rem 0 3rem;
	text-align: center;
}
@media (max-width: 768px) {
	#about-me .about-me-bcg p {
		font-size: 1rem;
	}
}
/* about-me-end */

/* skill-set-start */
#skill-set {
	width: 100%;
	height: 93rem;
	background-color: rgb(38, 38, 38);
	color: white;
	position: relative;
	display: flex;
	justify-content: center;
}
@media (max-width: 992px) {
	#skill-set {
		height: 140rem;
	}
}
@media (max-width: 768px) {
	#skill-set {
		height: 170rem;
	}
}

#skill-set .title-trans {
	font-size: 15rem;
	letter-spacing: 2rem;
	color: rgba(255, 255, 255, 0.2);
}
@media (min-width: 992px) {
	#skill-set .title-trans {
		position: absolute;
		left: 4rem;
	}
}
@media (max-width: 768px) {
	#skill-set .title-trans {
		font-size: 12rem;
		letter-spacing: 0rem;
	}
}

#skill-set .container {
	background-color: rgb(38, 38, 38);
	box-shadow: 0 0 1rem rgba(139, 202, 241, 0.5);
	border-radius: 2%;
	position: absolute;
	top: 18rem;
	padding-bottom: 3rem;
}
@media (max-width: 768px) {
	#skill-set .container {
		top: 15rem;
	}
}

#skill-set .skill-card {
	padding: 0;
	margin-bottom: 2rem;
}
@media (max-width: 991.98px) {
	#skill-set .skill-card {
		padding: 0;
		margin-top: 0;
	}
}

#skill-set .skill-card-title {
	color: white;
	padding: 3.5rem 0 0 1.5rem;
	font-size: 2rem;
	background: linear-gradient(
		to right,
		rgba(255, 239, 119, 1) 0%,
		rgba(255, 255, 255, 0) 80%
	);
	background-size: 15rem;
	background-repeat: no-repeat;
	background-position-y: 5.5rem;
}

#skill-set .skill-card-text {
	font-size: 1rem;
	margin: 0;
	padding: 1rem 1rem 1.5rem 3rem;
	opacity: 0.75;
}

#skill-set .icon {
	display: flex;
	justify-content: space-around;
	transform: translate(0, 2.5rem);
}

#skill-set .image {
	width: 6rem;
	height: 6rem;
	opacity: 0.2;
	filter: grayscale(75%);
}

#skill-set .image:hover {
	opacity: 1;
	filter: grayscale(0%);
}
/* skill-set-end */

/* work-start */
#work {
	width: 100%;
	height: 145rem;
	background-color: rgb(38, 38, 38);
	color: white;
	position: relative;
	display: flex;
	justify-content: center;
}
@media (max-width: 992px) {
	#work {
		height: 250rem;
	}
}

#work .title-trans {
	font-size: 15rem;
	letter-spacing: 1rem;
	color: rgba(255, 255, 255, 0.2);
	position: absolute;
}
@media (min-width: 992px) {
	#work .title-trans {
		position: absolute;
		right: 1rem;
		letter-spacing: 2rem;
	}
}
@media (max-width: 768px) {
	#work .title-trans {
		font-size: 10rem;
		letter-spacing: 0rem;
	}
}

#work .container {
	position: absolute;
	top: 18rem;
}
@media (max-width: 768px) {
	#work .container {
		top: 13rem;
	}
}

#work .row {
	padding-bottom: 3rem;
}

#work .col-text {
	background-color: rgba(232, 189, 180, 0.8);
	/* box-shadow: 0 0 1rem rgba(232, 189, 180, 0.8); */
	border-radius: 2%;
}

#work .logo {
	width: 5rem;
	height: 5rem;
}

#work .work-card-title {
	color: rgb(62, 103, 128);
	padding: 2rem 0 0 1rem;
	font-size: 2rem;
}

#work .work-card-text {
	font-size: 1rem;
	margin: 0;
	padding: 1rem 1rem 1.5rem 3rem;
	opacity: 0.75;
}

#work a.url {
	color: rgb(62, 103, 128);
	text-align: center !important;
}

#work .icon {
	display: flex;
	justify-content: space-around;
	padding: 2rem 0;
}

#work .image {
	width: 100%;
	height: 100%;
	opacity: 0.5;
	padding: 0 0.5rem;
}

#work .image:hover {
	opacity: 1;
}

/* contact-me-start */
#contact-me {
	width: 100%;
	height: 45rem;
	background-color: rgb(232, 189, 180);
	color: white;
	position: relative;
	display: flex;
	justify-content: space-around;
	flex-direction: column;
	align-items: center;
}
@media (max-width: 991.98px) {
	#contact-me {
		height: 49rem;
	}
}

#contact-me .background-word {
	width: 100%;
	height: 100%;
	background-image: url("../pic/Background_Contact.svg");
	background-repeat: no-repeat;
	background-size: 100%;
	background-attachment: fixed;
	background-position: center bottom;
}
@media (max-width: 991.98px) {
	#contact-me .background-word {
		background-attachment: scroll;
		background-image: url("../pic/Background_Contact_sm.svg");
	}
}

#contact-me .title-trans {
	font-size: 15rem;
	letter-spacing: 1rem;
	color: rgba(62, 103, 128, 0.7);
	position: absolute;
	top: -0.75rem;
	text-shadow: -1rem 0 0 rgba(255, 255, 255, 0.2);
}
@media (max-width: 991.98px) {
	#contact-me .title-trans {
		font-size: 10rem;
		letter-spacing: 0;
		text-shadow: -0.66rem 0 0 rgba(255, 255, 255, 0.2);
	}
}
@media (max-width: 768px) {
	#contact-me .title-trans {
		font-size: 6rem;
		text-shadow: -0.4rem 0 0 rgba(255, 255, 255, 0.2);
	}
}

#contact-me .form-container {
	position: absolute;
	top: 18rem;
	width: 100%;
}
@media (max-width: 991.98px) {
	#contact-me .form-container {
		top: 11rem;
	}
}
@media (max-width: 768px) {
	#contact-me .form-container {
		top: 8rem;
	}
}

#contact-me .form-group input {
	height: 4rem;
}

#contact-me .left-form .form-group {
	padding-bottom: 0.5rem;
}

#contact-me textarea {
	height: 15rem;
	padding: 1rem;
	color: rgb(73, 122, 151);
}

#contact-me .form-control::placeholder {
	color: rgba(62, 103, 128, 0.7);
	font-size: 1rem;
}

#contact-me .btn:focus,
.btn:active:focus,
.btn.active:focus,
.form-control:focus,
.form-control:active:focus,
.form-control:focus {
	outline-color: none;
	box-shadow: 0.5rem 0.5rem 0 rgb(142, 187, 212);
}

#contact-me .submit-btn {
	padding-top: 1.2rem;
}

#contact-me .btn {
	background-color: rgb(89, 150, 185);
	color: white;
	width: 35%;
	height: 130%;
}
@media (max-width: 768px) {
	#contact-me .btn {
		width: 45%;
		font-size: 0.8rem;
	}
}

/* contact-me-end */

/* footer-start */
#footer {
	width: 100%;
	height: 4rem;
	background-color: rgb(38, 38, 38);
	color: white;
	font-size: 0.8rem;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media (max-width: 768px) {
	#footer {
		height: 8rem;
		align-items: flex-start;
		padding-top: 1.5rem;
	}
}

#footer .links img {
	opacity: 0.5;
	width: 1.5rem;
	height: 1.5rem;
	margin: 0 0.75rem;
	text-decoration: none;
}
#footer .links img:hover {
	opacity: 1;
}
/* footer-end */
