body {
  margin: 0%;
  background-color: #001f1f;
  overflow-x: hidden;
}


 ul.topnav {
    list-style-type: none;
    width: 100%;
    padding: 20px;
    align-items: center;
    text-align: center;
    height: auto;
    overflow: hidden;
    background-image:url('../assets/uul.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border-radius:15px;
    padding-right:  10%;
    
  }

  ul.topnav li {
    float:right;
  }

  
  ul.topnav li a {
    display: block;
    color:#C4F3E0;
    text-align: center;
    font-family:century gothic;
    padding: 14px 30px;
    text-decoration: none;
    margin-left: 10px;

  }

    ul.topnav li a:hover:not(.active) {
    color: #C4F3E0;
    border:dotted;
    border-radius:15px;
    }


  ul.topnav li a.active {
    background-color: none;
    border:solid;
    border-radius:15px;
    border-width: 1px;
  }



@media screen and (max-width: 600px) {

  ul.topnav li.right,
  ul.topnav li {
    float: left;
  }
}


.p1 {
  color: rgb(230, 237, 234);
  font-size: 25px;
  text-align: justify;
  font-family: century gothic;
}


.p2 {
  color: rgb(212, 223, 219);
  font-size: 25px;
  text-align: justify;
  font-family: century gothic;
  padding: 4% 5%;




}

.h1 {
  color: #fff;
  text-shadow: 2px 2px 2px #ffffff;
  font-size: 45px;
  text-align: center;
  font-family: century gothic;
      margin-bottom: 25px;
      color: #00bcd4;
      text-shadow: 0 0 15px rgba(0, 188, 212, 0.5);



}

.img {
  height: 100%;
  width: 40%;
  border-color: #13625A;
  border-radius: 10px;
  padding: 20px;
  margin: 3%;

}

.para {
  width: 60%;
  font-size: 25px;
  font-family: century gothic;
  text-align: justify;
  padding: 10px;
  margin: 3%;
}


.para1 {
  width: 85%;
  font-size: 25px;
  font-family: century gothic;
  text-align: justify;
  padding-left: 50px;
  margin: 3%;
  align-content: center;
}

.imgimg {
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
  border-radius: 5%;
  cursor: pointer;
  margin-top: 10px;
  margin-left: 20px;
}
.imgimg:hover{
   transform: scale(1.1);
}

.main {
  padding: 10px;
  display: flex;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
  margin: 3%;
  border-radius: 15px;
  background-color:rgba(0, 0, 0, 0.5);
  text-align: justify;
}


.main1 {
  padding: 10px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
  border-radius: 15px;
    background-color:rgba(0, 0, 0, 0.295);
  text-align: justify;
  margin: 3%;


}


.first1 {
  color: #ccc;
  text-shadow: 2px 2px 2px #ffffff;
  font-size: 70px;
  padding: 2px 30px;
  text-align: center;
  font-family: century gothic;
}


.first {
  font-size: 25px;
  color: #ffffff;
  padding: 25px 30px;
  text-align: justify;
  font-family: century gothic;

}

.slideshow-container {
  max-width: 80%;
  max-height: 80%;
  position: relative;
  margin: auto;
}


.fade {
  animation-name: fade;
  animation-duration: 1s;
}
  footer {
    width: 90%;
    border-radius: 15px;
      background: #071212;
      color: #ccc;
      text-align: center;
      padding: 14px 0;
      margin-top: 30px;
    }

    footer a {
      color: #00bfbf;
      text-decoration: none;
    }

    footer a:hover {
      text-decoration: underline;
    }




#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: rgb(1, 1, 1);
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
  
  
}

#myBtn:hover {
  background-color: #14503964;
}