body {
    background-color: #01040A;
    justify-content: center;
    align-items: center;
  }
  

.nav-div {
    display: flex;
    flex-direction: row; /* Changed to row for horizontal alignment */
    justify-content: space-between; /* Distribute space evenly */
    align-items: center; /* Vertically center the items */
    z-index: 9999;
    height: 100px;
    padding: 50px 0 0 50px;
    cursor: default !important;
}

nav {
    z-index: 1;
    height: 60px;
    position: absolute;
    width: 100%; /* Ensures it spans the full width */
    display: flex;
    justify-content: space-between; /* Align the items in the nav */
    align-items: center; /* Vertically center the nav items */
}

.bar {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 220px;
    background-color: #ffffff;
    height: 60px;
    border-radius: 100px;
    box-shadow: rgba(255, 255, 255, 0.267) 0px 0px 100px 0px;
}

.activity {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding-right: 90px;
    font-weight: 600;
}
.my-bugs {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border-radius: 20px;
    color: #fff;
    background-color: #636363;
    gap: 10px;
    padding: 8px 24px;
}
.my-badges {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border-radius: 20px;
    color: #fff;
    background-color: #636363;
    gap: 10px;
    padding: 8px 24px;
}
.my-coins {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border-radius: 20px;
    color: #fff;
    background-color: #636363;
    gap: 10px;
    padding: 8px 24px;
}

.icon-activity {
    height: 25px;
    width: 25px;
}

.profile-icon {
    display: flex;
    gap: 15px;
    width: 50px;
    height: 50px;
    justify-content: right;
    align-items: center;
    cursor: pointer !important;
  }
  .profile-icon img {
    width: 50px;
    height: 50px;
    cursor: pointer !important;
  }
  

.bar-ele-but {
    display: none;
}

.bar-elements {
    color: rgb(0, 0, 0);
    display: flex;
    justify-content: center;
    align-items: center;
}

.mob-nav-ele {
    display: block;
    justify-content: center;
    align-items: center;
}

.nav-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: bold;
    font-size: 1.45rem;
    padding: 20px 0;
    letter-spacing: 0.06rem;
    gap: 8px;
}

.mob-nav-ele span:first-child {
    font-weight: 900;
}

.mob-nav-ele span:last-child {
    font-weight: 500;
}

.fullpage {
    position: relative;
    justify-content: center;
    align-items: center;
    max-width: 1428px;
    margin: 0 auto;
  }
  
.main-box{
    margin-left: 50px;
    margin-right: 50px;
    display: grid;
    grid-template-columns: 67% 31%;
    column-gap: 35px;
    margin-top: 80px;
}


  /* .fullpage {
  justify-content: center;
  position: relative;
  align-items: center;
  display: flex;
  flex-direction: column;
  z-index: 0;
  } */
  
  .main1 {
    /* margin: 80px; */
    background-color: rgba(0, 255, 255, 0);
    height: 400px;
    width: 100%;
    display: grid;
    grid-template-columns: 30% 66%;
    column-gap: 35px;
  }
  .main2 {
    /* margin: 80px; */
    background-color: #333333;
    height: 300px;
    border-radius: 18px;
    width: 100%;
    /* display: grid; */
    /* border: 1px solid black; */
  }

  .profile-img {
    border-radius: 24px;
    height: 100%;
    width: 100%;
    background-color: #333333;
  }

   .profile-img img {
    border-radius: 18px;
    height: 100%;
    width: 100%;
    object-fit: cover;
  }

  .profile-info {
    height: 100%;
    width: 100%;
    background-color: rgba(250, 235, 215, 0);
    display: grid;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 35px;
    row-gap: 35px;
  }

.profile-info div {
        background-color: #333333;
        border-radius: 18px;
    }  

.earnings {
    color: #fff;
    background-color: #333333;
    border-radius: 18px;
    padding: 24px 25px;
    display: flex;
    flex-direction: column;
    gap: 33px;
    align-items: center;

    h2 {
        font-size: 2.4rem;
        font-weight: 700;
    }
    h4 {
        font-size: 1.2rem;
        font-weight: 500;
    }
}

.badges {
    color: #fff;
    background-color: #333333;
    border-radius: 18px;
    padding: 24px 25px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;

    h4 {
        font-size: 1.2rem;
        font-weight: 500;
    }
}

.profile-grid2 {
    grid-column-start: 2;
    grid-column-end: 4;
    }

.profile-grid3 {
    grid-column-start: 1;
    grid-column-end: 4;
    display: flex;
    }

.profile-grid3 div {
    background-color: rgba(181, 181, 181, 0);
    border: 1px solid rgba(255, 255, 255, 0);
    height: 100%;
    width: 100%;
    justify-content: center;
    align-items: center;

}
.circular-graph {
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.profile-group {
    background-color: rgba(255, 105, 180, 0);
    margin-left: 50px;
    margin-right: 50px;
    margin-top: 35px;
    display: grid;
    grid-template-columns:67% 31% ;
    grid-template-rows: 273px 62px 252px;
    height: 653px;
    column-gap: 35px;
    row-gap: 35px;
}

.profile-group div {
    border-radius: 18px;
    background-color: #333333;
    border: 1px solid black;
    height: 100%;
    width: 100%;
}

.about {
    height: 273px;
}

.details {
    margin-top: -90px ;
    grid-column-start: 2;
    grid-row-start: 1;
    grid-row-end: 4;
    height: 747px !important;
    
}

.education {
    grid-row-start: 3;
    grid-row-end: 4;
}

.profile-group2 {
    margin-left: 50px;
    margin-right: 50px;
    display: grid;
    grid-template-columns: auto auto 30.5%;
    grid-template-rows: 1fr 1fr;
    column-gap: 35px;
    row-gap: 35px;
    margin-top: 35px;
    height: 642px;
    background-color: rgba(205, 92, 92, 0);
}

.profile-group2 div {
    border-radius: 18px;
    background-color: #333333;
    border: 1px solid black;
    height: 100%;
    width: 100%;
}

.certificates {
    height: 345px;
    width: 100%;
    grid-column-start: 1;
}

.bugs {
    height: 252px;
    width: 100%;
    grid-column-start: 1;
    grid-column-end: 3;
}