* {
    font-family: 'Inter';
  }
  
  body {
    background-color: #0A1930;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100vw;
    overflow-x: hidden;
  }

  .project-body{
    overflow-x: hidden;
    overflow-y: hidden;
    height: 100vh;
  }

  .contact-body{
    overflow-x: hidden;
    height: 100vh;
  }
  
  #nav_bar {
    height: 70px;
    margin: 0;
    padding: 0;
    background-color: #000000;
    align-items: center;
    position: relative;
    z-index: 2;
  }
  
  #my_logo {
    width: 50px;
  }
  
  .active-btn {
    color: #0A1930;
    background-color: #00ED64;
  }
  
  .deactivate-btn {
    color: white;
    background-color: transparent;
  }

  .deactivate-btn:hover {
    color: #00ED64;
  }
  
  
  #content {
    height: 675px;
    position: relative;
    z-index: 1;
  }
  
  .left {
    align-items: center;
    justify-content: center;
  }
  
  h3 {
    font-size: 30px;
  }
  
  .name {
    color: #00ED64;
    font-weight: 1000;
  }


  
  .green-bg {
    background-color: #066E45;
  }
  
  #profile {
    width: 200px;
    border: 3px solid #00ED64;
    border-radius: 50%;
  }

  #profile-contact {
    border: 3px solid #00ED64;
  }
  
  

  .circle {
    position: absolute;
    border-radius: 50%;
    height: 500px;
    width: 500px;
    border: 1px solid #00ED64;
    z-index: -1;
    box-sizing: border-box;
  }
  
  
  #circle1 {
    top: 90%;
    left: 10%;
    transform: translate(-50%, -50%);
  }
  
  #circle2 {
    top: 10%;
    left: 10%;
    transform: translate(-50%, -50%);
  }

  #circle2-center {
    top: 10%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  
  #circle3 {
    top: 90%;
    left: 90%;
    transform: translate(-50%, -50%);
  }
  
  
 
  .vertical-menu a {
    background-color: #eee; /* Grey background color */
    color: black; /* Black text color */
    display: block; /* Make the links appear below each other */
    padding: 12px; /* Add some padding */
    text-decoration: none; /* Remove underline from links */
  }
  
  .vertical-menu a:hover {
    background-color: #ccc; /* Dark grey background on mouse-over */
  }
  
  .vertical-menu a.active {
    background-color: #00ED6470; /* Add a green color to the "active/current" link */
    color: white;
  }

  .card-btn {
    border: 3px solid #00ED64;
  }

  .download-btn {
    background-color: transparent;
    border: 2px solid #00ED64;
    color: white;
  }

  .download-btn:hover {
    background-color: #00ED64;
    color: #000000;
}

#resume {
    background: #21313C;
    color: #00ED64;
    position: relative; /* Add this line */
    z-index: 1;
}


  
#intro > div > h1 {
    font-size: 37px;
    border-bottom: white 2px solid;
    display: inline-block;
}

#intro > div > h3 {
    font-size: 23px;
}


.section-title {
    color: #00ED64;
    font-weight: 800;
}

.section-subtitle{
    font-size: 18px;
    font-weight: 500;
}

.card {
    border: 0;
}

.circle.hollow-circle {
    position: absolute;
    border: 2px solid #00ED64;
    border-radius: 50%;
    height: 70px;
    width: 70px;
    z-index: 1;
    background-color: #21313C;
}

#edu_cir{

    top: 14%;
}

#exp_cir{
    top: 24%;
}

#pro_cir{
    top: 76%;
}

#skill_cir{
    top: 89%;
}

.line-through {
    position: absolute;
    left: 50%;
    top: 0;
    height: 100%;
    width: 2px;
    background-color: #00ED64;
    z-index: -1;
  }
  

  .card.bg-transparent.border-0.pl-3.pt-3 {
    position: sticky;
    left: 0;
    top: 50px; /* Adjust the value to your desired height from the bottom */
  }

.loc-dat > *{
    font-size: 16px;

}
  
  

.project-card {
    width: 1000px;
}
.project-card img {
    width: 87%;
    align-items: center;
    justify-content: center;
    
}

.project-card > a{
    color: #00ED64;
    font-weight: 1000;
    font-size: 42px;
}

.project-text{

    padding-left: 60px;
    padding-right: 60px;

}



.color-gray {
    background-color: #20303C;
}

.form-control {
    background-color: #00ED6470;
    color: #000000;
  }

  button {
    background-color: #00ED6470 !important;

  }

  
#message {
    height: 17%;
}

.form-title {
    color: #00ED64;
  }

  
  @media (max-width: 767.98px) {
    #resume h1, #resume h2, #resume h3, #resume h4, #resume h5, #resume h6, #resume p, #resume li {
        font-size: calc(1rem - 2px);
    }
  }




@media (max-width: 767.9px) {
    .vertical-menu {
        display: flex;
    }

    .vertical-menu a {
        margin: 0;
        padding-right: 4px;
        padding-left: 4px;
        border-right: #000000 0.5px solid;
        font-size: 15px;
    }

    .card-btn{
        font-size: 18px;
    }

}

@media (max-width: 550.9px) {
    .vertical-menu {
        display: flex;
        width: 100%;
    }

    .vertical-menu a {
        margin: 0;
        padding-right: 3px;
        padding-left: 3px;
        border-right: #000000 0.5px solid;
        font-size: 10px;
        padding-top: 9px;
        padding-bottom: 9px;

    }

    .card-btn{
        font-size: 13px;
    }

}

@media (max-width: 991.98px) {
    .project-card .project-text {
        margin-top: 20px;
        padding: 1rem !important;
        line-height: 28px;
    }
}

@media (min-width: 575.9px) {
    .contact-body {
        overflow-y: hidden;
    }
  }


#special {
overflow-x: hidden;
position: relative;
}

@media (min-width: 992px) {
#special {
    overflow-x: hidden;
    overflow-y: hidden;

}
}