body {
  background-color: #c4c4ca;
}
#copy {
  color: #269995;
  font-size: 1.5rem;
  margin-bottom: 0%;
  text-align: center;
  width: 100%;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-weight: lighter;
  text-shadow: 0.5px 0.5px 0.5px rgb(10, 10, 9);
}
#copy1 {
  color: #737704;
  font-size: 0.8rem;
  margin-bottom: 1rem;
  text-align: center;
  font-family: verdana;
  font-weight: bold;
  text-shadow: 0.9px 0.9px 0.9px #020242;
}
#copy2 {
  color: #256e76;
  font-size: 0.9rem;
  margin-bottom: 1rem;
  text-align: center;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-weight: bold;
  text-shadow: 0.3px 0.3px 0.3px rgb(10, 10, 9);
}
#copy3 {
  color: #256e76;
  font-size: 0.7rem;
  text-align: left;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-weight: bold;
  text-shadow: 0.2px 0.3px 0.3px rgb(10, 10, 9);
}
#copy4 {
  color: #8f7f5d;
  font-size: 0.7rem;
  text-align: left;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-weight: bold;
  text-shadow: 0.3px 0.3px 0.3px rgb(10, 10, 9);
}
#copy5 {
  color: #269995;
  font-size: 1.5rem;
  margin-bottom: 1rem;
  text-align: center;
  font-family: verdana;
  font-weight: bold;
  text-shadow: 0.6px 0.6px 0.6px rgb(10, 10, 9);
}
#copy6 {
  color: #269995;
  font-size: 0.9rem;
  margin-bottom: 1rem;
  text-align: center;
  font-family: verdana;
  font-weight: bold;
  text-shadow: 0.4px 0.4px 0.4px rgb(10, 10, 9);
}

#copy7 {
  color: #55555c;  
  font-size: 0.7rem;
  margin-bottom: 1rem;
  text-align: left;
  font-family: verdana;
  font-weight: lighter;
  text-shadow: 0.3px 0.3px 0.3px #0f0f10;  
}
#copy8 {
  color: #fff; 
  font-size: 0.8rem;
  text-align: left;
  font-family: verdana;
  font-weight: lighter;
  text-shadow: 0.6px 0.6px 0.6px rgb(10, 10, 9);
}
.card {
  width: 23%;
  height: auto;
  margin-left: 7px;
  padding: 5px;
  background-color: #fdfdfb77;
  box-sizing: border-box;
  box-shadow: 2px 2px 3px -2px #06080077;
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
  border: solid 1px #c7ccc7;
}
.container10 { /*Hii ni container ya ma cartes ya footer*/
  width: 100%;
  height: auto;
  padding: 15px;
  background-color: #02083f;
  display: inline-block;
  justify-content: center;
}
.card1 {
  width: 28%;
  height: auto;
  background: #fdfdfb77;
  text-align: justify;
  text-shadow: none;
  margin-left: 5px;
  margin-right: 7px;
  padding: 5px;
  box-sizing: border-box;
  box-shadow: 2px 2px 3px -2px #06080077;
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
  border: solid 1px #c7ccc7;
}
.card2 {
  width: 23%;
  height: auto;
  padding: 7px;
  background: #fdfdfb77;
  text-align: justify;
  text-shadow: none;
  margin-left: 5px;
  margin-right: 5px;
  padding: 10px;
  box-sizing: border-box;
  box-shadow: 5px 5px 7px -4px rgb(11, 11, 11);
  -webkit-border-radius: 6px 6px 6px 6px;
  -moz-border-radius: 6px 6px 6px;
  border-radius: 6px 6px 6px 6px;
  border: solid 1px #c7ccc7;
}
.card3 {
  width: 19%;
  height: 780px;
  margin-left: 5px;
  padding: 5px;
  background-color: #fdfdfb77;
  box-sizing: border-box;
  box-shadow: 2px 2px 3px -2px #06080077;
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
  border: solid 1px #c7ccc7;
}
.card4 {
  width: 19%;
  height: auto;
  margin-left: 5px;
  padding: 5px;
  background-color: #02083f;
  box-sizing: border-box;
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
 
}
 .card10{ /*card ya ma sieges ya footer*/
   background-color: ##061ef2;
   box-sizing: border-box;
   border-radius: 3px 3px 6px 3px;
   border: solid 1px #02083f;
   display: inline-block;
   height: 200px;
   margin-top: 5px;
   margin-right: 40px;
   padding: 10px;
   text-align: left;
   width: 300px;
}
#dashboardTabs {
  justify-content: center;
  gap: 8px;
}

.tab-pane > .d-flex {
  justify-content: center;
  flex-wrap: wrap;
  gap: 3px;
}

.nav-tabs .nav-link {
  color: #39392b;
  border: solid 0.5px #737704;
  background-color: #ceced8;
  text-align: center;
}

.nav-tabs .nav-link.active {
  font-weight: 600;
  background-color: #9fc4c2;
}

@media (max-width: 768px) {
  #dashboardTabs {
    flex-direction: column;
    align-items: center;
    border-bottom: 0;
  }

  #dashboardTabs .nav-item,
  #dashboardTabs .nav-link {
    width: min(100%, 360px);
  }

  .tab-pane > .d-flex {
    flex-direction: column;
    align-items: center;
  }

  .card,
  .card1,
  .card2,
  .card3,
  .card4{
    width: min(100%, 520px);
    margin-left: 0;
    margin-right: 0;
  }
}
.card3 img{
     max-width: 100%;
}

.texts button{
     border: none; 
     padding: 5px;
     background: #566270; 
     height: 30px;
     border-radius: 3px 3px 3px 3px;
     color: #fff;
     transition: all 0.1s ease-in;
}
.texts button:hover{
     background: #040476;   color: #566270; cursor: pointer;
}
img {
  width: 100%;
  height: 50%;
  object-fit: cover;
  vertical-align: middle;
}
.logo img{
  width: 10%;
  height: 10%;
  vertical-align: middle;
  display: block;
  margin-left: auto;
  margin-right: auto;
}