


*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  
    
    
}


.one{
  background-color: #37dbff;}

.navbar a{
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  font-family: sans-serif ;
}




p, h6{
  font-family: sans-serif ;
}


.navbar a:hover{
  color: black;
  text-decoration: underline;
}


/* Style for the nav tab buttons */
.nav-pills .nav-link {
  background-color: #fff;
  border: none;
  border-bottom: 1px solid #eee;
  color: #333;
  font-weight: 600;
  padding: 1rem;
  text-align: left;
  transition: all 0.3s ease;
}

/* Style for the active nav tab button */
.nav-pills .nav-link.active {
  background-color: #007bff;
  border: none;
  color: #fff;
}

/* Style for the nav tab content */
.tab-content {
  background-color: #f8f9fa;
  border: 1px solid #eee;
  border-radius: 0 0.25rem 0.25rem 0.25rem;
  padding: 1rem;
}

/* Style for the tab pane fade in effect */
.tab-pane.fade.show {
  opacity: 1;
  transition: opacity 0.3s ease;
}

/* Style for the tab pane fade out effect */
.tab-pane.fade {
  opacity: 0;
  transition: opacity 0.3s ease;
}

/* Style for the nav tab container */
.container-fluid {
  margin-top: 2rem;
}

/* Style for the nav tab column */
.col-2 {
  padding-right: 0;
}

/* Style for the nav tab button hover */
.nav-pills .nav-link:hover {
  background-color: #f8f9fa;
  color: #333;
  text-decoration: none;
}


@media (max-width: 768px) {
  /* Style for the nav tab buttons on smaller screens */
  .nav-pills .nav-link {
    font-size: 0.9rem;
    padding: 0.5rem;
  }

  /* Style for the nav tab content on smaller screens */
  .tab-content {
    padding: 0.5rem;
  }
}
