.nav-pills {
  margin: 10px;
  
}

.nav-link {
    color: #f2f2f2;   
}

.nav-item {
  font-size: large;
  padding-left: 10px;
  padding-right: 10px;
}
.nav-link:hover {
  color: #f2f2f2;
    background-color: #17a2b8;
}
.nav-link:active {
  background-color: #f2f2f2;
  color: #007ea7;
}
/*.active-link {
    background-color: #00a4bf;
    color: white;
}*/
.active-link {
  background-color: #17a2b8;
  color: white;
}

.nav-item .active-link:active {
  background-color: #f2f2f2;
  color: #007ea7;
}
.active-link:hover {
    background-color: #007ea7;
    color: white;
}
/*.btn-primary {
background-color: #007ea7;
background-image: linear-gradient(to right, #007ea7 0%, #00a4bf 100%);
}*/


.primary-btn:hover  {
    background-color:#006a93;
    color: white;
}

/*.primary-btn:active {
  background-color: #f2f2f2;
  color: #007ea7;
}*/

.d-grid .primary-btn:active,
.d-md-flex .primary-btn:active {
  background-color: #f2f2f2;
  color: #007ea7;
}

.main_title .primary-btn:active {
  background-color: #f2f2f2;
  color: #007ea7;
}

/* CSS to style the secondary button */
.main_title .secondary-btn:active {
  background-color: #f2f2f2;
  color: #6c757d;
}


.d-grid .secondary-btn:active,
.d-md-flex .secondary-btn:active {
  background-color: #f2f2f2;
  color: #007ea7;
}

.text-center .submit-btn:active {
  background-color: #f2f2f2;
  color: #007ea7;
}

.submit-btn {
  background-color:#17a2b8;
  color: white;
}

.submit-btn:hover {
  background-color: #006a93;
  color:white;
}

.submit-btn:active {
  background-color: #f2f2f2;
  color: #007ea7;
}

.primary-btn{
    background-color: #007ea7;
    color: white;
}

.primary-border {
  background-color: #17a2b8;
  color: white;
  
}

.bg-gradient {
  background-image: var(--bs-gradient);
}

.secondary-btn, .border-color {
    border-color:#007ea7;
    border-width: 2px;
    color: #f2f2f2;
    /*color: #f2f2f2;
    color: #007ea7;*/

}
.secondary-btn:hover {
    background-color: #007ea7;
    
}

/*.primary-btn.active {
    background: #007ea7;
}*/

.custom {
  font-family: sans-serif;
  color:lightgray;
}

.about_area {
    padding-top: 30px;
    padding-bottom: 30px;   
}

.section_gap_bottom {
    padding-bottom: 100px; }
    @media (max-width: 1199px) {
      .section_gap_bottom {
        padding-bottom: 80px; } }

.section_gap_top {
    padding-top: 100px; }
    @media (max-width: 1199px) {
        .section_gap_top {
            padding-top: 80px; } }

.main_title {
    padding-bottom: 50px;
}

.devicon {
    font-size: 50px;   
}

.fa {
    color: #17a2b8;
}

.fa-envelope-header {
  color: white;
}

.media-link {
    font-size: 35px;
    padding-bottom: 20px;
    padding-right: 30px;
    margin-top: none;
    color: #17a2b8;    
    
}

.devicon-label {
    font-size: 25px;
    padding-top: 20px;
}

.image-container {
  max-width: 100%; /* Ensures the container doesn't exceed its parent's width */
  height: auto; /* Allows the image to maintain its aspect ratio */
  display: block; /* Ensures that the container behaves like a block element */
}

.image-container img {
  max-width: 100%; /* Ensures the image doesn't exceed its container's width */
  height: auto; /* Allows the image to maintain its aspect ratio */
  display: block; /* Ensures that the image behaves like a block element */
}


.single-brand-item {
    width: 130px;
    height: 100px;
    cursor: pointer;
    margin-bottom: 150px;
    padding-top: 20px;
    border: 1px solid #eeeeee;
}
    @media only screen and (max-width: 767px) {
        .single-brand-item {
            height: 100px;
            width: 120px;
        }
    }
    @media (max-width: 575px) {
        .single-brand-item{
            margin: 0px auto;
            margin-bottom: 30px;
        }
    }
    .single-brand-item .d-table-cell {
        vertical-align: middle;
    }
    .single-brand-item img {
        max-width: 80px;
        margin: 0 auto; 
    }

    .profile-pic {
        height: 200px;
        width: 200px;
    }

    .project-pic {
       width: auto;
       margin: 0 auto;
       height: auto;
    }
    
    .carousel-control-next-icon, .carousel-control-prev-icon {
      background-color: #007ea7;
    }
    
.resume-section {
    display: flex;
    justify-content: center;
}


