

.cover {
    background-image: url("water_world_img/cover.png");
    width: 100%;
    height: 500px;
    background-size: 100% 100%
}

.h1{
    margin-top: 25px;
    margin-bottom: 0px;
    text-align: left;
    font-size: 100px;
    margin-inline-start: 60px;
    
    font-family: Apple Chancery;
    color: #1932f0;
}

.h2{
    margin-top: 0px;
    margin-bottom: 25px;
    text-align: left;
    font-size: 75px;
    margin-inline-start: 60px;
    font-family: Apple Chancery;
    color: #c1bc23;
}
.img1 {
    max-width: 50%;
  height: auto;
  margin-left: 50%;
  margin-top:-20%;
}

.tex1{
    font-family:Georgia, 'Times New Roman', Times, serif;
    font-size: 16px;
    text-align: left;
    display: block;
    margin-block-start: -150px;
    margin-block-end: 1em;
    margin-inline-start: 15px;
    margin-inline-end: 0px;
   
}

* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #c509b5;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}
.img2{margin-left: 35%;
  margin-right: 35%;
  margin-top: 3%;

}

.list1 {border-radius: 25px;
  margin-left: 8%;
    
   }

.list2{border-radius: 25px;
  margin-left: 3%;

}
.list3{
  border-radius: 25px;
  margin-left: 3%;

}
.txt1{
  font-size: 50px;
  margin-inline-start: 150px;
  margin-top: 0;
  background-color: transparent;
}
.par1{margin-inline-start: 150px;
  margin-top: -50px;
  background-color: transparent;

}
.det1{font-size: 16px;
  margin-inline-start: 150px;
  margin-top: 0;}

.txt2{
    font-size: 50px;
    margin-inline-start: 570px;
    margin-top: -17%;
    background-color: transparent;
  

}
.par2{margin-inline-start: 570px;
  margin-top: -50px;
  background-color:transparent;

}
.det2{font-size: 16px;
  margin-inline-start: 570px;
  margin-top: 0;}

.txt3{ font-size: 50px;
  margin-inline-start: 970px;
  margin-top: -19%;
  background-color: transparent;}

.par3{margin-inline-start: 970px;
    margin-top: -50px;
    background-color: transparent;

}
.det3{font-size: 16px;
  margin-inline-start: 970px;
  margin-top: 0;}




