.rubik-font {
font-family: "Rubik", sans-serif;
font-optical-sizing: auto;
font-weight: 800;
font-style: normal;
}

body {
height: 100%;
background-color: #000020;
display: flex;
flex-direction: column;
}

*{
margin: 0;
font-family: "Rubik";
}

.header { 
display: flex;
background: #000020; 
height: 75px;
align-items: center;
justify-content: space-between;

#logo {
float:left;
margin:0;
width: 200px;
margin-left: 50px;
}

#navlist {
float: center;

li {
display: inline;
list-style-type: none;
padding-right: 20px;
}
a{
line-height: 50px;
height: 75px;
font-size: 26px;
text-decoration: none;
font-family: "Rubik";
color: rgb(255, 255, 255);
}
a:active{
text-decoration: none;
background: linear-gradient(to right, #ffbd23, #fd7201);
-webkit-text-fill-color: transparent;
-webkit-background-clip: text;
}
a:hover{
text-decoration: none;
background: linear-gradient(to right, #ffbd23, #fd7201);
-webkit-text-fill-color: transparent;
-webkit-background-clip: text;
}
a:visited{
text-decoration: none;
}

}

.signup{
display: inline-block;
position: relative ;
text-align: center;
line-height: 50px;
color: black;
text-decoration: none;
z-index: 9;
height: 50px;
width: 100px;
border-radius: 10px;
font-size: 20px;
margin-right: 50px;
background: linear-gradient(to right, #ffbd23, #fd7201);
} 

.signup-helper{
position: absolute;
height: 50px;
width: 100px;
margin-left: -15px;
z-index: -1;
border-radius: 10px;
opacity: 0;
transition: opacity 0.5s linear;
background: linear-gradient(to right, #fd7201,#ffbd23);
}
.signup:hover .signup-helper{
opacity: 1;
}
}

.action {
position: relative;
margin-right: 30px;
z-index: 10;
}

.action .profile {
position: relative;
width: 55px;
height: 55px;
border-radius: 50%;
overflow: hidden;
cursor: pointer;
z-index: 10;
}

.action .profile img {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
background-color: white;
}

.action .menu {
position: absolute;
top: 120px;
right: -10px;
padding: 10px 20px;
background: #fff;
width: 200px;
box-sizing: 0 5px 25px rgba(0, 0, 0, 0.1);
border-radius: 15px;
transition: 0.5s;
visibility: hidden;
opacity: 0;
z-index: 10;
}

.action .menu.active {
top: 80px;
visibility: visible;
opacity: 1;
z-index: 10;
}

.action .menu::before {
content: "";
position: absolute;
top: -5px;
right: 28px;
width: 20px;
height: 20px;
background: #fff;
transform: rotate(45deg);
z-index: 10;
}

.action .menu h3 {
width: 100%;
text-align: center;
font-size: 18px;
padding: 20px 0;
font-weight: 500;
color: #555;
line-height: 1.5em;
z-index: 10;
}

.action .menu h3 span {
font-size: 14px;
color: #cecece;
font-weight: 300;
z-index: 10;
}

.action .menu ul li {
list-style: none;
padding: 16px 0;
border-top: 1px solid rgba(0, 0, 0, 0.05);
display: flex;
align-items: center;
z-index: 10;
}

.action .menu ul li img {
max-width: 20px;
margin-right: 10px;
opacity: 0.5;
transition: 0.5s;
z-index: 10;
}

.action .menu ul li:hover img {
opacity: 1;
z-index: 10;
}

.action .menu ul li a {
display: inline-block;
text-decoration: none;
color: #555;
font-weight: 500;
transition: 0.5s;
z-index: 10;
}

.action .menu ul li:hover a {
background: linear-gradient(to right, #ffbd23, #fd7201);
-webkit-text-fill-color: transparent;
-webkit-background-clip: text;
z-index: 10;
}
.heading1 {
    color: rgb(219, 219, 111);
    text-align: center;
    margin-bottom: 30px;
    
}

.heading2 {
    text-align: center;
    color: rgb(219, 219, 111);
}
.head h1{
    color: white;
}

.main {
    height: 80vh;
    width: 100vw;
    /* background-color: red; */
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 50px;
}

.left {
    width: 80vh;
    /* background-color: green; */
    height: 80vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-left: 100px;
}

.right {
    width: 50%;
    height: 80vh;
    /* background-color: yellow; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.image img {
    width: 300px;
    height: 300px;
    margin-bottom: 30px;
    border-radius: 50px;
}

.icons {
    display: flex;
    width: 30%;
    justify-content: center;
    justify-content: space-evenly;
    margin-top: 30px;

}

.icons a {
    color: white;
    font-size: 40px;
}

.icons1 a {
    margin-left: 40px;
    display: block;
    text-decoration: none;
    color: #dbdbd3;
    padding: 5px 10px;
    margin-bottom:  5px;
    /* background-color: #141414; */
    border-radius: 50px;
    transition: transform 0.5s ease-in-out;
}
.icons1 a :hover{
    transform: scale(1.2);
}
.icons2 a {
    margin-left: 40px;
    display: block;
    text-decoration: none;
    color: #dbdbd3;
    padding: 5px 10px;
    margin-bottom:  5px;
    /* background-color: #141414; */
    border-radius: 50px;
    transition: transform 0.5s ease-in-out;
  

}
.icons2 a :hover{
    transform: scale(1.2);
}
.icons3 a {
    margin-left: 40px;
    display: block;
    text-decoration: none;
    color: #dbdbd3;
    padding: 5px 10px;
    margin-bottom:  5px;
    /* background-color: #141414; */
    border-radius: 50px;
    transition: transform 0.5s ease-in-out;
   

}
.icons3 a :hover{
    transform: scale(1.2);
}
.content{
    width: 60%;
    border: 1px solid white;
    padding: 60px 60px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 5px rgba(255, 255, 255, 0.7);
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    text-align: center;
    align-items: center;
}
.content h1{
    text-align: center;
    margin-bottom: 40px;
    color: white;
}
.content p{
    color: white;
    font-size: 20px;
    font-family: "Poppins", sans-serif;
    box-shadow: 0px 0px 10px 5px rgba(239, 232, 232, 0.2);
    text-shadow: 2px 2px 4px rgba(243, 239, 239, 0.5);
}
figure {
    position: relative;
  }
  .content figcaption{
    position: absolute;
    bottom:89%;
    left:2%;
    right: 0;
    padding: 24px;
    width: 60%;
    height: 1%;
    font-size: 30px;
    font-weight: 500;
    color: #ffffff;
    text-align: center;
    opacity: 1;
    border-radius: 0 0 10px 10px;
}


.head h1{
    margin-bottom: 10px;
}

.metercontainer{
display: flex;
}
.meterheading{
color: white;
font-size: 26px;
margin-right: 20px;
}
.progressBar {
display: block;
width: 200px;
min-width: 200px;
height: 30px;
background-color: #f7f7f7;
border-radius: 50px;
}

.bar {
background-color: #f59504;
float: left;
padding: 0px;
margin: 0px;
width: 0px;
height: 30px;
border-radius: 50px;
}
