:root {
  --purple: rgb(127, 0, 182);
  --blue: #01018b;
  --green: #006400;
}

body {
  background: #00000000;
  font-style: oblique;
  transition: all 0.3s, color 0.3s;
}

body.dark {
  background-color: rgb(0, 0, 0);
  color: aliceblue;
  --purple: rgb(225, 171, 248);
  --blue: #acacfc;
  --green: #a1ffa1;
}
body.dark svg {
  color: aliceblue;
}
body.dark.blue {
  color: rgb(37, 150, 249);
}
#topBtn {
  position: fixed;
  bottom: 20px;
  right: 30px;
  width: 50px;
  padding: 10px 5px;
  border: none;
  background-color: white;
}

p {
  font-size: 20px;
  font-weight: bold;
}
h6 {
  font-size: 20px;
}
.Bg-secondary-color {
  background-color: rgba(100, 149, 237, 0.1);
}
#Dark {
  position: fixed;
  top: 70px;
  left: 10px;
  border-radius: 30px;
  padding: 5px 20px;
}
.navbar-brand {
  font-size: 25px;
  font-weight: 500;
}
.nav-brand-number {
  color: var(--purple);
}
span {
  color: var(--purple);
}
.blue {
  color: var(--blue);
}
.green {
  color: var(--green);
}
.BG-icon {
  color: #7f00b630;
  width: 140px;
  position: absolute;
  z-index: -1;
}
.BG-left {
  left: 20px;
  top: 10%;
}
.BG-right {
  right: 20px;
  top: 17%;
}
#about h3 {
  color: #d2691e;
  font-style: italic;
}
#about {
  position: relative;
}
#about .BG-right {
  right: 20%;
  top: 24%;
}
.transmission h3 {
  color: #01018b;
}
.transmission h6 {
  color: var(--green);
}

#symptoms p span {
  color: rgb(174, 185, 8);
  font-size: 25px;
}
#symptoms img {
  width: 100px;
}
#symptoms {
  padding: 20px 0;
  margin-bottom: 70px;
}

#prevention img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
}

#steps h4 {
  color: #ff6247;
}
#steps {
  margin: 80px 0;
  padding: 10px 0;
  margin-right: auto;
  margin-left: auto;
}
#steps a {
  color: #363636;
}

.follow-steps a {
  text-decoration: none;
  font-size: 30px;
  font-weight: bold;
  font-style: oblique;
  color: darkgreen;
}
#treatment {
  background-color: rgba(0, 0, 139, 0.7);
  margin-top: 100px;
  padding: 10px;
}
#treatment .eprotect {
  margin-top: 50px;
  background-color: rgb(42, 4, 78);
}

#treatment .eprotect p {
  padding: 10px;
  margin-top: 15px;
  color: violet;
}

#treatment .eprotect h4 {
  margin-top: 20px;
  margin-left: 20px;
  font-size: 25px;
  font-weight: bold;
}
#treatment .eprotect h6 {
  margin-top: 15px;
  margin-left: 15px;
  padding: 0px;
  color: yellowgreen;
}
#treatment h4 {
  color: white;
  font-weight: bold;
  font-style: oblique;
  margin-top: 30px;
}

#treatment p {
  color: whitesmoke;
  padding: 10px;
  font-size: 20px;
  font-weight: bold;
  font-style: unset;
}

#treatment h1 {
  color: lavender;
  margin-top: 15px;
}
#treatment .fasiii {
  position: absolute;
  right: 50px;
  top: 200px;
  color: rgba(255, 255, 255, 0.5);
  width: 100px;
}
#treatment .fasii {
  position: absolute;
  right: 200px;
  top: 50px;
  color: rgba(255, 255, 255, 0.5);
  width: 100px;
}
#treatment .fasi {
  position: absolute;
  bottom: 50px;
  left: 50px;
  color: rgba(255, 255, 255, 0.5);
  width: 100px;
}
.protect {
  margin-top: 70px;
  padding: 10px;
  background-color: rgba(100, 149, 237, 0.3);
}

h4 {
  font-size: 25px;
  font-weight: bold;
  margin-top: 20px;
}
.protect h1 {
  color: var(--purple);
  margin-top: 20px;
}

.protect p {
  font-weight: bold;

  margin-top: 20px;
}
.protect .cr h3 {
  font-size: 18px;
  margin-top: 20px;
  margin-right: 10px;
  color: chocolate;
  display: flex;
  flex-direction: column;
  width: 160px;
}
.protect .cr h3 img {
  border-color: rgb(15, 14, 88);
  border-style: solid;
  border-width: 1px;
  border-radius: 50%;
}

.news {
  margin-top: 70px;
  background-color: rgba(57, 112, 214, 0.1);
  padding-top: 20px;
}

.news h1 {
  color: darkblue;
  font-size: 60px;
  font-weight: bold;
  font-style: initial;
  text-transform: capitalize;
}

.news .row {
  margin-top: 70px;
}
.news .row h4 {
  font-size: 20px;
}

.footer {
  margin-top: 70px;
  background-color: rgb(33, 33, 53);
}
.footer .row p {
  color: white;
  font-size: 17px;
  font-weight: bold;
  margin-left: 10px;
}
.footer .row li a {
  text-decoration: none;
  color: hotpink;
  margin-top: 15px;
  font-size: 15px;
  background-color: rgb(33, 33, 53);
  border: none;
}
.footer .row .ono a {
  color: yellowgreen;
  font-size: 15px;
}
.footer svg {
  width: 30px;
}
.footer .row h2 {
  color: white;
  font-size: 25px;
  font-weight: bold;
  font-style: initial;
  margin-top: 15px;
}
.footer .row h1 {
  font-size: 40px;
  font-style: oblique;
  color: white;
  font-weight: bold;
}
.footer .row li {
  margin: 30px;
  font-weight: 700;
}
.footer .row .ont a {
  color: rgb(190, 123, 190);
  font-size: 15px;
}
.footer .row svg {
  color: white;
  margin: 10px;
}
.footer .row .ont {
  color: darkgray;
}
.footer .row .ono {
  color: lavender;
}
.footer .row ol {
  color: yellowgreen;
  font-size: 20px;
  font-weight: bold;
  margin-top: 25px;
}

.list-group {
  padding: 40px;
  position: fixed;
  z-index: 3;
  left: 10px;
  bottom: 10px;
}

#listGroup.toggel .toggel {
  display: none;
}

.list-group svg {
  width: 20px;
}
.list-group li a {
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
  color: black;
}
.list-group-item {
  transition: all 0.4s ease;
}
@media (max-width: 768px) {
  .hero {
    margin-top: 20px;
  }
  .hero h1 {
    font-size: 25px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 1100px;
  }
  #health {
    margin-top: 30px;
  }
}
@media (max-width: 992px) {
  .container {
    overflow: hidden;
  }
  #health {
    margin-top: 30px;
  }
}
