header {
  width: 100%;
  margin: 0 auto;
  height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  z-index: 99;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.14);
  background-color: rgb(255, 255, 255);
      font-family:  Helvetica, sans-serif;


}
.paragraph{
    margin-top: 0 !important;
    margin-bottom: 1rem !important;
    
}


#chk1 {
  display: none;
}

i {
  color: #000000;
  cursor: pointer;
}

header ul {
  display: block;
}

header ul li {
  list-style: none;
  margin-top: 0px;
}

header ul li a {
  text-decoration: none;
  color: #000000;
  font-weight: 600;

  padding: 10px 15px;

}

header ul li a:hover {
  /* border-bottom: 5px solid rgb(0, 0, 0); */
  color: purple;
}

header .menu {
  display: none;
  margin: 0px 22px;
  font-size: 25px;
}

.logo img {
  display: block;
  height: 28px;
  width: 100px;
}

.logo li {
  list-style: none;
}

.logo li a {
  text-decoration: none;
  font-size: 20px;
  color: black;
  font-weight: 600;
}

.carousel-caption d-none d-md-block {
  margin-top: 0px;
  margin-bottom: 25.5rem;
  line-height: 1.2;

}









.logo span {
  font-size: 25px;
  font-weight: 900;
  color: #a100ff;
}


.logo-2 span {
  font-size: 50px;
  font-weight: 900;
  color: #a100ff;
  margin-left: 50px;
}



.fa-solid,
.fas {
  font-weight: 900;
  color: #010479;
}

#p {
  font-style: italic;
}

#button {
  margin-top: 0px;
  margin-left: -20px;
  border-color:#004dff;
  color:#004dff;
}

.navbar a {
  margin-top: 5px;
  float: left;
  font-size: 16px;
  color: #000000;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

.subnav {
  float: left;
  overflow: hidden;
}

.subnav .subnavbtn {
  font-size: 16px;
  border: none;
  outline: none;
  color: rgb(0, 0, 0);
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.navbar a:hover,
.subnav:hover .subnavbtn {
  background-color: rgba(255, 255, 255, 0);
}

.subnav-content {
  display: none;
  position: fixed;
  left: 0;
  background-color: rgb(221, 221, 221);
  width: 100%;
  z-index: 1;
}

.sub-p {
  width: 50%;
  padding: 2rem;
  margin: 0 auto;
}

.sub-p h3 {
  font-size: 20px;
  font-weight: 500;
}

.sub-p p {
  font-size: 15px;
  font-weight: 400;
}

.sub-p h4 {
  font-size: 15px;
  font-weight: 500;
  color: #004dff;
}

.start-button a {
  font-size: 15px;
  font-weight: 500;
  color: #004dff;
  border: 1px solid blue; 
  margin-top: 5px;
  padding: 9px 25px;
  font-size: 12px;
  border-radius: 7px;
  background-color: transparent;
}
.start-button a:hover{
  text-decoration: none;
}


.main {
  display: flex;
  justify-content: space-between;
}

.subnav-content a {
  font-size: 19px;
  float: left;
  color: #004dff;
  text-decoration: none;
}

.subnav-content a:hover {
  /* background-color: #ffffff; */
  color: #004dff;
  text-decoration: underline;
}

.subnav:hover .subnav-content {
  display: block;
}

@media (max-width: 1200px) {
  header {
    display: none;
  }
}


/* cookies popup */

.cookie-popup {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  color: #040404;
  padding: 10px;
  text-align: center;
  z-index: 850000;
  border: 1px solid black;

}

.cookie-popup-content {
  max-width: 100%;
  margin: 0 auto;
}

.cookie-popup-buttons button {
  background: #fff;
  color: #333;
  border: none;
  padding: 5px 15px;
  margin: 5px;
  cursor: pointer;
  border: 1px solid black;
}

#cookies {
  font-size: 14px;
}