:root{
	--background: #c3c0ba;
	--white: #fff;
	--one: peachpuff;
	--two: indianred;
	--black: #54585d;
	--process: #a5a5a5;
}
*{
	margin:0px; 
	padding:0px; 
	box-sizing: border-box; 
	font-family: system-ui;
}

body{
	background: var(--background);
}

.col-div-3 {
	width: 25%; 
	float: left;
}

.col-div-7 {
	width: 75%; 
	float: left;
}

.col-div-4 {
	width: 35%; 
	float: 
	left;
}

.col-div-8{
	width: 65%; 
	float: left;
}

.col-div-6{
	width: 80%; 
	float: left; 
}

.clearfix{
	clear: both;
}

.resume-main{
	width: 700px; 
	height: 800px; 
	background: linear-gradient(var(--one), var(--two));
	margin: 50px auto;
	box-shadow:5px 5px 5px 5px #54585d33;
}

.left-box{
	width: 35%; 
	float: left; 
	height: 700px;
}

.right-box{
	width: 65%; 
	float: left; 
	background-color: var(--white); 
	height: 700px;
	margin: 50px 0px; 
	border-radius: 50px 0px 0px 50px; 
	padding:30px 50px;
	box-shadow: -7px 2px 15px 2px #54585d52;
}

.profile{
	width: 150px; 
	height: 150px; 
	border: 3px solid var(--white); 
	padding: 7px; 
	border-radius: 50%; 
	margin: 20px auto;
}

.profile img{
	width: 100%; 
	border-radius: 50%;
}

.content-box{
	padding: 0px 40px 0px 45px;
}

.content-box h2{
	text-transform: uppercase;
	font-weight: 500;
	color: var(--white); 
	letter-spacing: 1px; 
	font-size: 20px;
}

ol {
	text-transform: uppercase;
	font-weight: 500;
	color: var(--white); 
	letter-spacing: 1px; 
}


ul {
	color: var(--white); 
}

.hr1{
	border: none; 
	height: 1px; 
	background: var(--white); 
	margin-top: 3px;
}

.p1 {
	font-size: 11px;
	color: var(--white);
	letter-spacing: 1px;
	padding-top: 12px;
}


.content-box h3{
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding-top: 10px;
    color: white;
	font-weight: 500;
}
.p2{
	font-size: 11px;
	margin-bottom: 5px; 
	margin-top: 5px; 
	color: var(--white);
	white-space: nowrap;
}

.circle{
	color:var(--white); 
	font-size: 14px!important; 
	margin-top: 7px;
}

.circle1{
	color:var(--process); 
	font-size: 14px!important; 
	margin-top: 7px;
}
.in{
	background:var(--white);
	color: var(--one);
	padding: 8px;
	border-radius: 20px; 
	font-size: 14px!important;
}

.inp{
	color: var(--white); 
	font-size: 11px;
	width: 80%;
	white-space: nowrap;
}

.col3{
	text-align: center;
}

h1{
	font-size: 50px; 
	text-transform: uppercase; 
	color: var(--black); 
	line-height: 50px;
}

h1 span{
	color: var(--one);
}

.p3{
	letter-spacing: 4px;
	color: #54585d; 
	font-weight: 500;
}

.heading{
	text-transform: uppercase;
	font-weight: 500;
	color: var(--one); 
	letter-spacing: 1px; font-size: 20px;
}

.work {
	text-transform: uppercase;
	font-weight: 500;
	color: var(--one); 
	letter-spacing: 1px; font-size: 20px;
}

.hr2{
	border: none; 
	height: 1px; 
	background: var(--black);
	margin-top: 3px;
}

.p5{
	font-weight: 700;
	color: var(--black);
}

.span1{
	font-size: 12px;
	color: var(--black);
}

.btn{
    border: none;
    font-size: 0.9rem;
    text-transform: uppercase;
    border: 2px solid #fff;
    border-radius: 20px;
    padding: 0.55rem 0;
    width: 150px;
    font-weight: 600;
    background: transparent;
    margin: 0 0.5rem;
    cursor: pointer;
    color:#fff;
	float: right;
}

a {
	text-decoration: none;
	color:#fff
}

.btn.btn-white{
    transition: all 0.5s ease-in-out;
}
.btn.btn-white:hover{
    background: #912934;
    border-color: #912934;
    color: #fff;
}