@charset "utf-8";

	
html {
	scroll-behavior: smooth;
	scroll-padding-top:120px
}

body {
    font-family: "Roboto", sans-serif;
    margin: 0;
	padding: 0;
}
.padding{
    margin-right: 20%;
    margin-left: 20%;
	margin-bottom: 3px;
}

.content-wrapper{
	width: 100%;
        max-width: 1200px;
        padding: 20px;
        background-color: white;
        overflow: hidden;
        margin: auto;
}

/* Responsive zoom out for smaller screens */
    @media only screen and (max-width: 999px) {
        .content-wrapper {
            transform: scale(0.8); /* Scale down the container */
            transform-origin: top left; /* Ensure it scales from top left */
            margin-left: -20%; /* Compensate for the scaling effect */
            margin-right: -20%; /* Compensate for the scaling effect */
        }
    }

h1{
    font-family: "Roboto", sans-serif;
    font-optical-sizing: 50%;
    font-weight: 800;
    font-style: normal;
    color: #000000;
    font-size: large;
}

h2{
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 30px;
}

h5{
	font-family: "Roboto", sans-serif;
	font-weight: 600;
	font-size: 30px;
}

hr{
	 border: none; /* Remove the default border */
     height: 2px; /* Set the height of the line */
     background-color: black; /* Set the color of the line */
     width: 100%; /* Set the width of the line */
     margin: 20px auto; /* Center the line and add some margin */
}

.navi {
	display: flex;
	list-style: none;
	justify-content: left;
	align-content: left;
	align-items: left;
	padding: 3% 3% 0 20%;
	gap:3%;
}

.navi a:link, a:active {
	color: #000000;
	text-decoration: none;
	font-size: 1.25em;
	font-weight: 700;
}

.navi a:hover, a:visited { 
	width: 30%;
	margin: -95px 0;
	background: #F83639;
	border: none;
	border-radius: 50px;
}

a:link, a:active {
	color: #F83639;
}

a:hover, a:visited{
	color: #F83639;
}

.squishy-h{
	line-height: 350%;
}

.grid-container{
	overflow: hidden; /* To contain the floated elements */
}

.text1, .text2, .text3{
	float: left;
    width: 15%; /* Adjust as needed */
    padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-top: 15px;
    box-sizing: border-box; /* Ensures padding and border are included in width */
}

.birth{
	transform: rotateZ(90deg);
	position: absolute;
	top: 570px;
	right:655px;
	color: #FF0004;
}

.resume{
	position: flex;
	margin-left: 68%;
	top: 60%; 
}

.pagenu{
	font-style: italic;
	font-size: 45px;
	font-weight: 200;
}

.center1{
	margin-left: 50%;
  	margin-right: 50%;
}

.center2{
	align-content: center;
}
.right{
	text-align: right;
	display: inline;
	right: 0px;
	position: flex;
	bottom: 30px;
}

.top-right{
	position: absolute;
	top: 385%;
	right: 48%;
	line-height: 320%;
}


.infocard{
	position: absolute;
	right: 19%;
	top: 154%;
	display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
	height: 100%;
	max-height: 900px;
}

.me{
	background: #fff;
    border-radius: 15px;
	height: auto;  /* Ensure the height is flexible */
	width: 600px; /* Set a fixed width for the card to make it rectangular */
    overflow: hidden;
    color: #000;
}

.info{
	display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px; /* Adjust the padding to reduce the height */
	margin-top: -5px;
    background: #333;
    color: #fff;
}

.location {
    display: flex;
    flex-direction: column;
}

.text-with-line {
	position: relative;
	padding-left: 20px;
}



.line {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 1px;
	background-color: black;
}

.image-container{
	  display: inline-block;
            background-color: black; /* Set the background color */
            padding: 10px; /* Add padding to create space around the image */
            border-radius: 5px; /* Optional: add border radius for rounded corners */
            position: relative; /* Required for absolute positioning of text */
            margin-right: 20px; /* Space between image container and text */
            width: 429px; 
        }

.crop-container{
    height: 180px; /* Set the height of the cropped area */
    overflow: hidden; /* Hide the overflow */
    position: relative;
}

  .crop-container img {
            position: absolute;
            top: -50px; /* Adjust the position to crop */
            right: 630px; /* Adjust the position to crop */
            width: auto;
            height: 300px; /* Adjust the height of the image */
}

.round-img{
	position: absolute;
	top: 517.5%;
	right: 31.5%;
}


.icon-name{
	  display: flex;
      justify-content: space-between; /* Align items on opposite ends */
      align-items: center; /* Align items vertically in the center */
      width: 100%;
}
.left {
            display: flex;
            align-items: center;
        }

.left img {
            width: 20px; /* Set the desired width of the image */
            height: auto; /* Maintain aspect ratio */
            margin-right: 10px; /* Space between image and text */
}

.title{
	color: black;
	font-size: 100px;
	font-weight: 550px;
	letter-spacing: -6px;
	margin-bottom: -95px;
	margin-left: 240px;
}

.img-center{
	display: block;
	margin-left: 249px;
}

.subheadings{
	color: black;
	font-size: 50px;
	font-weight: 300px;
	letter-spacing: -3px;
	margin-bottom: -10px;
	margin-top: -50px;
	margin-left: 245px;
}


.boxes{
	display: inline-flex;
	margin-left: 13px;
}

.box {
	margin: 0 5px;/* Reduced margin between boxes */
	width: 45px;
	height: 45px;
}

.box1 {
	background-color: #497957;
}

.box2{
	background-color: #ED9B88;
}

.box3{
	background-color: #EFE2D7;
}

.box4 {
	background-color: #C6D7FD;
}

.box5{
	background-color: #EBF4F3;
}

.box6{
	background-color: #EBF2FA;
}
.box7 {
	background-color: #C6D7FD;
}

.box8{
	background-color: #EBF4F3;
}



.labels{
	display: flex;
	margin-left: 60px;
	margin-top: 3px;
	font-size: 12px;
}

.label{
	width: 50px;
	margin: 0 2px; /* Reduced margin between labels */
}

.side-by-side{
	margin-right: 28px; /* Space between the texts */
	
}

.text-container{
	display: flex;
	margin-left: 249px;
}

.move-tgt{
	margin-left: 249px;
}

.side-by-side2{
	margin-right: 255px; /* Space between the texts */
	margin-top: -100px;
	margin-bottom: 150px;
	
}
.right-text{
	text-align: right;
}

.process{
	margin-top: -140px;
}


 /* Style for the glass shape */
.glass{
    position: relative;
	margin-left: 25%;
	margin-top: -31%;
	overflow:hidden;
	width: 350px;
	height: 200px;
	background: rgba(255, 255, 255, .4);/* Semi-transparent white background */
	box-shadow: 0 25px 45px rgba(0, 0, 0,.4);
	border-radius: 20px;
	border: 2px solid rgba(255, 255, 255, .5);	
}

 /* Content inside the glass shape */
    .glass-content {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: black;
        text-align: center;
        z-index: 2; /* Places content above the glass background */
		font-weight: 600;
    }

.tags{
	position: absolute;
	bottom: 455px;
	right: 1300px;
	background-color: black;
	color: white;
	padding-left: 20px;
	padding-right: 20px;
}