@charset "utf-8";
@font-face{font-family:segoe ui;font-style:normal;font-weight:400;src:local('Segoe UI'),url('https://fonts.cdnfonts.com/s/15051/Segoe UI.woff') format('woff')}
@font-face {
    font-family: SegoeUI;
    src:
        local("Segoe UI Light"),
        url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff2) format("woff2"),
        url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff) format("woff"),
        url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.ttf) format("truetype");
    font-weight: 100;
}

@font-face {
    font-family: SegoeUI;
    src:
        local("Segoe UI Semilight"),
        url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff2) format("woff2"),
        url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff) format("woff"),
        url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.ttf) format("truetype");
    font-weight: 200;
}

@font-face {
    font-family: SegoeUI;
    src:
        local("Segoe UI"),
        url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff2) format("woff2"),
        url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff) format("woff"),
        url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.ttf) format("truetype");
    font-weight: 400;
}

@font-face {
    font-family: SegoeUI;
    src:
        local("Segoe UI Bold"),
        url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff2) format("woff2"),
        url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff) format("woff"),
        url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.ttf) format("truetype");
    font-weight: 600;
}

@font-face {
    font-family: SegoeUI;
    src:
        local("Segoe UI Semibold"),
        url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff2) format("woff2"),
        url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff) format("woff"),
        url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.ttf) format("truetype");
    font-weight: 700;
}

@font-face {
	font-family: SegoeUI;
	font-weight: 900;
	src: url("HTML File/Fonts/segoe-ui-black.ttf") format("truetype");
}

* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	margin: 0;
	padding: 0;
	font-family: 'SegoeUI';
	font-weight: 600;
	height: 100vh;
}

.left-yellow-line {
	background: #DBBC6C;
	float: right;
	height: 5px;
	width: 50%;
	margin: 0;
	padding: 0;
}

p {
	font-family: 'SegoeUI';
	font-weight: 400;
	
}

.Interest p, .Talents-detail p, .Languages p {
	font-family: 'SegoeUI';
	font-weight: 600;
}

.Resume{
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	height: 100vh;
}

.Resume-left{
	background-image: url("HTML File/Image/bgleft.svg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	width: 40%;
	height: 100vh;

}

.blueC {
	background: linear-gradient(to bottom, #404952, #3B4958, #323F4B);
	float: bottom;
	
}

h1 {
    text-align: center;
    font-family: 'SegoeUI';
    font-weight: 900;
	font-size: 36px;
	background: var(--Word, radial-gradient(50% 50% at 50% 50%, #DBBC6C 0%, #D5AB3C 100%));
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

h2 {
    text-align: center;
    font-family: 'SegoeUI';
    font-weight: 800;
	font-size: 24px;
	margin: auto;
	color: #1F2F22;
}

h3 {
    text-align: center;
    font-family: 'SegoeUI';
    font-weight: 600;
	font-size: 20px;
	margin: auto;
}

.Name{
	height: 5%;
}

.Photo {
	text-align: center;
	height: 30%;
}

.AboutMe {
	height: 20%;
}

.AboutMe h2{
	color: #1F2F22;
	margin-bottom: -2%
}

.AboutMe p {
	width: auto;
	padding: 0 2% ;
}

ul {
	list-style: none;
	padding: 0
}

.Details {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 10px;
	height: 20%;
}

.Details-left li img {
	display: block;
	margin-bottom: 1em;
}

.address {
	padding: 1.5em 0.5em 1em 0;
}

.Details-Middle li {
	display: block;
	padding: 5px;
}

.Details-Right {
	margin: 0 1em 0 0;
}


.Languages h2 {
	background: var(--Word, radial-gradient(50% 50% at 50% 50%, #DBBC6C 0%, #D5AB3C 100%));
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.l3anguages {
	display: flex;
	justify-content: space-between;
	height: 10%;
}

.l3anguages div {
	flex: 1;
	text-align: center;
	position: relative;
}

.l3anguages p {
	color: white;
}

.l3anguages div::after {
	content: '';
	display: block;
	width: 60%;
	height: 8px;
	border-radius: 4px;
	position: absolute;
	bottom: 5%;
	left: 50%;
	transform: translateX(-50%);
}

.chinese::after {
	background: linear-gradient(to right, #DBBC6C 0%, #DBBC6C 100%);
}

.malay::after {
	background: linear-gradient(to right, #DBBC6C 51%, #FFF 100%);
}

.english::after {
	background: linear-gradient(90deg, #DBBC6C 56%, #FFF 100%);
}

.Interest {
	height: 10%;
}

.Interest h2 {
	background: var(--Word, radial-gradient(50% 50% at 50% 50%, #DBBC6C 0%, #D5AB3C 100%));
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-top: 1em;
	margin-bottom: 0.5em;
}

.interest-icon {
	display: flex;
	justify-content: space-between;
	color: white;
	padding: 0 2em;
	text-align: center;
}

.interest-icon p {
	margin-top: -0.25em;
}

.leftdown-yellow-line {
	background: #DBBC6C;
	float: bottom ;
	height: 5px;
	margin: 0;
	padding:0;
}

.Resume-right{
	background: linear-gradient(to bottom, #FFFFFF, #C3C3C3);
	width: 60%;
	height: 100vh;
	
}

.right-blue-line{
	background: #414A53;
	float: left;
	height: 5px;
	width: 50%;
	margin: 0;
	padding: 0;
}

/*.WE-D {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	position: relative;
}

.WEyears, .WEdetail {
	margin: 0;
	padding: 0;
}

.WEdetail ul {
	list-style: outside;
	padding: 0;
}

.WEyears ul {
	padding-right: 20px;
	border-right: 2px solid #000000;
	margin-right: 0.75em;
	position: relative;
}

.WEyears ul li {
	position: relative;
	padding: 10px 0;
}

.WEyears ::after {
	content: '';
	position: absolute;
	left: 100%;
	top: 10px;
	width: 2px;
	height: 50%;
}
*/

.Workexperiences {
	padding: 10px;
	height: 20%;
}

.WE-D {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	position: relative;
}

.WEyears, .WEdetail {
	margin: 0;
	padding: 0;
}

.WEdetail ul {
	list-style: outside;
	padding: 0;
	margin: 0;
}

.WEyears ul {
	padding-right: 20px;
	margin-right: 0.95em;
	position: relative;
}

.WEyears ul li {
	position: relative;
	padding: 1em 0;
}

.WEyears ul::after {
	content: '';
	position: absolute;
	left: 100%;
	top: 0;
	bottom: 0;
	border-left: 2px solid #000000;
	margin-top: 15px;
	margin-bottom: 38px;
}

.WEdetail ul li {
	position: relative;
	padding-left: 20px;
}

.WEdetail ul {
	margin-top: 10px;
	display: table;
	margin-left: auto;
	margin-right: auto
}

.WEdetail li {
	margin: 10px 0;
	position: relative;
}

.line-between-workability {
	display: flex;
	justify-content: center;
	margin: 1em;
}

.blueline1 {
	width: 115px;
	height: 3px;
	background: #414A53;
}

.yellowline1 {
	width: 115px;
	height: 3px;
	background: #DBBC6C;
}

.Ability {
	text-align: center;
	height: 35%;
	align-content: center
}

.sph3 {
	margin-bottom: 1em;
}

.SP1 {
	display: flex;
	justify-content: space-evenly;	
	margin-bottom: 1em;
}

.SP2 {
	display: flex;
	justify-content: space-evenly;	
	margin-bottom: 1.5em;
}

.Talents-detail {
	padding: 1em;
	text-align: center;
}

.TD1, .TD2 {
	display: flex;
	justify-content: space-evenly ;
	padding: 0 3em;
	text-align: center;
}

.TD1 p , .TD2 p {
	margin: -1% 1em;
}

.TD1 {
	margin-bottom: 1em;
	margin-right: 1em
}

.TD2 {
	margin-bottom: 1em;
}


.line-between-abilityeducation {
	display: flex;
	justify-content: center;
	margin: 1em;
}

.blueline2 {
	width: 115px;
	height: 3px;
	background: #414A53;
}

.yellowline2 {
	width: 115px;
	height: 3px;
	background: #DBBC6C;
}

.Education {
	height: 20%;
	align-content: center;
}

.Education-Detail {
	display: flex;
	justify-content: center;
}

.ED-left, .ED-Right {
	margin: 0;
	padding: 0;
}

.ED-left ul {
	padding-right: 20px;
	margin-right: 0.95em;
	position: relative;
}

.ED-left {
	text-align: center;
}

.ED-left ul li {
	position: relative;
	padding: 1.3em 0;
}

.ED-left ul::after {
	content: '';
	position: absolute;
	left: 100%;
	top: -4px;
	bottom: 2.5em;
	border-left: 2px solid #000000;
	margin-top: 15px;
}

.ED-Right li {
	padding-bottom: 10px;
	padding-left: 10px;
	list-style: outside;
}

.line-between-educationproject {
	display: flex;
	justify-content: center;
	margin: 1em;
}

.blueline3 {
	width: 115px;
	height: 3px;
	background: #414A53;
}

.yellowline3 {
	width: 115px;
	height: 3px;
	background: #DBBC6C;
}


.Project{
	height: 15%;
	align-content: center
}

.PP {
	text-align: center;
	display: flex;
	justify-content: space-evenly;
	
}

.PP img {
	margin-top: 10px;
}

.rightdown-blue-line {
	background: #414A53;
	float: bottom ;
	height: 5px;
	margin: 0;
	padding: 0;
}

@media only screen and (max-width : 739px ){
	body {
		height: auto;
		
	}
	
	html{
		scroll-behavior: smooth
	}
	
	.Name {
		padding: 1%
	}
	
	.Resume {
		display: block;
		justify-content: center;
		overflow: scroll
	}
	
	.Resume-left, .Resume-right {
		width: 100%;
		height: auto;
	}
	
	.Project {
		padding-bottom: 1%
	}
}
