@charset "UTF-8";
/* CSS Document */
body {
    background-color: black; /* Change the background color to black */
    color: white; /* Optionally, change text color to white for better contrast */
	margin: 0;
    padding: 0;
}

h1{
	font-family: 'Libre Bodoni', serif;
	font-style: italic;
	
}

.navbar-custom .navbar-brand, .navbar-custom .navbar-text,

.navbar-custom .navbar-nav .nav-link,

.navbar-custom .dropdown-item {

    color: #000000;
}

.navbar-custom, .navbar-custom .dropdown-menu {

    background-color: #FFFFFF;
}

.navbar {
    background-color: white; 
	display: flex;
}

.navbar-nav {
    justify-content: flex-end;
}

.navbar-nav li {
    display: block; /* Display items in a line */
    margin-left: 10px; /* Adjust margin between items as needed */
}

.linkedin-link {
    display: inline-block;
    margin-right: 10px; /* Adjust as needed */
}

.linkedin-link img {
    width: 40px; /* Adjust the width to make the logo smaller */
    height: auto; /* Maintain aspect ratio */
	margin-left: 0px;
	
}

.col-xl-12{
	color: black;
	background-color: white;
	text-align: center;
	position: relative;
	
}
.alloy2{
	opacity: 40%;
	width: 280px;
	height: 280px;
	top: -1000px;
	z-index: -1;
	position: relative;
}

.alloy3{
	opacity: 40%;
	width: 280px;
	height: 280px;
	right: -600px;
	top: -600px;
	z-index: -1;
	position: relative;
}

.alloy4{
	opacity: 40%;
	width: 280px;
	height: 280px;
	top: -950px;
	right: -680px;
	z-index: -1;
	position: relative;
}

.contact{
	position: relative;
	text-align: center;
	left: -30px;
	top: 44px;
}

.me{
	position: relative;
	text-align: center;
	right: -70px;
	top: -10px;
}

.phone{
	position: relative;
	height: 100px;
	left: 70px;
	top: 70px;
}

.phone1{
	position: relative;
	height: 100px;
	left: 70px;
	top: 90px;
}
.linkedin{
	position: relative;
	height: 100px;
	left: 600px;
	top: 70px;
}

.linkedin1{
	position: relative;
	height: 100px;
	left: 690px;
	top: -18px;
}

.email{
	position: relative;
	height: 100px;
	left: 1000px;
	top: 70px;
}

.email1{
	position: relative;
	height: 100px;
	left: 1140px;
	top: -126px;
}

.name1{
	position: relative;
	left: 50px;
	font-size: 180px;
	bottom: 100px;
}

.line{
	position: relative;
	 width: 100%;
    border-bottom: 4px solid black; /* Adjust color and style as needed */
	top: -230px;
	transform: rotate(-3deg);
	
}

.name2{
	position: relative;
	left: 190px;
	font-size: 130px;
	bottom: 130px;
}

.line1{
	position: relative;
	 width: 180px;
    border-bottom: 3px solid white; /* Adjust color and style as needed */
	top: -230px;
	left: 40px;
	
}

.outer-circle {
  width: 20px; /* Set the width and height of the outer circle */
  height: 20px;
  border-radius: 50%; /* Make the outer circle round */
  border: 3px solid white; /* Border color and thickness */
  position: relative; /* Positioning for inner circle */
  top: -240px;
  left: 23px;
}

.inner-circle {
  width: 80%; /* Set the width and height of the inner circle */
  height: 80%;
  border-radius: 50%; /* Make the inner circle round */
  background-color: transparent; /* Set background color of inner circle to transparent */
  position: absolute; /* Positioning relative to outer circle */
  top: 50%; /* Center vertically */
  left: 50%; /* Center horizontally */
  transform: translate(-50%, -50%); /* Center the inner circle */
}

.outer-circle2 {
  width: 20px; /* Set the width and height of the outer circle */
  height: 20px;
  border-radius: 50%; /* Make the outer circle round */
  border: 3px solid white; /* Border color and thickness */
  position: relative; /* Positioning for inner circle */
  top: -263px;
  left: 848px;
}

.inner-circle2 {
  width: 80%; /* Set the width and height of the inner circle */
  height: 80%;
  border-radius: 50%; /* Make the inner circle round */
  background-color: transparent; /* Set background color of inner circle to transparent */
  position: absolute; /* Positioning relative to outer circle */
  top: 50%; /* Center vertically */
  left: 50%; /* Center horizontally */
  transform: translate(-50%, -50%); /* Center the inner circle */
}

.line2{
	position: relative;
	 width: 180px;
    border-bottom: 3px solid white; /* Adjust color and style as needed */
	top: -253px;
	left: 670px;
	
}