.slogan {
  background-color: #00172d;
  color: white;
  size: 5px;
  text-align: center;
  height: 30px;
}

.footersection{
  background-color:rgb(6, 6, 43);
}


/* content change animation in css */
/* .word {
  display: inline-block;
  color: #00172d !important;
}

.word span {
  position: absolute;
  overflow: hidden;
  animation: animate 10s linear infinite;
  opacity: 0;
}

@keyframes animate {
  0% {
    opacity: 0;
    transform: translateY(-50px);
  }
  2% {
    opacity: 1;
    transform: translateY(0px);
  }
  18% {
    opacity: 1;
    transform: translateY(0px);
  }
  20% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 0;
    transform: translateY(50px);
  }
} */

.word span:nth-child(1) {
  animation-delay: 0s;
}

.word span:nth-child(2) {
  animation-delay: 2s;
}

.word span:nth-child(3) {
  animation-delay: 4s;
}

.word span:nth-child(4) {
  animation-delay: 6s;
}

/* finish word animation */

.nav-item:hover .dropdown-menu {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  padding: 0;
  border: none;
  display: block;
}

.nav-title:hover {
  display: block;
}

.navbar_content:hover {
  /* color: blue !important; */
  font-size: 15px !important;
}

.dp1:hover .dm1 {
  display: block;
}
.dp1 .dm1 {
  display: none;
}

.dm2:hover .dm21 {
  display: block;
}
/* .card:hover {
  transform: scale(1.1);
  transition: 1s;
} */
.volunteet-section {
  background-color: none;
  text-align: center;
  padding-top: 10px;
  color: black;
}
.image__overlay {
  position: absolute;
  opacity: 0;
  justify-content: center;
  padding-top: 20px;
  padding-left: 20px;
  background-color: rgba(17, 63, 105, 0.6);
  display: flex;
  flex-direction: column;
  align-items: center;
  font-style: bold;
  width: 100%;
  height: 100%;
}
.image__overlay:hover {
  color: white;
  opacity: 1;
  font-size: 20px;
  font-family: "Times New Roman", Times, serif;
  border-radius: 20px;
}




.menu {
  display: flex;
  flex-direction: row;
  color: white;
  padding-top: 10px;
}
.menu li {
  list-style: none;
}
.menu li a {
  display: block;
  text-decoration: none;
  color:black;
  padding: 0.5em 1.5em;
  font-size: 0.9rem;
}

/* Styling submenu */
.has-dropdown {
  position: relative;
}
.submenu {
  position: absolute;
  left: 0;
  background-color:white;
  color: black;
  white-space: nowrap;
  padding: 1.0em 0;
  min-width: 16em;
  /* hide submenus */
  opacity: 0;
  transform: scaleY(0);
  transform-origin: top center;
}
.submenu > li > a {
  padding: 0.5em 1.5em;
}
.submenu .submenu {
  left: 100%;
  top: 0;
}
.submenu .submenu .submenu {
  left: -100%;
  top: 0;
}

.menu > li:hover > a,
.submenu > li:hover > a {
  background-color: whitesmoke;

  color: black;
}
/* .menu > li:hover > a {
  background-color: hsla(0, 0%, 0%, 0.95);
} */

/* Arrows */

.arrow {
  width: 0.5em;
  height: 0.5em;
  display: inline-block;
  vertical-align: middle;
  border-left: 0.15em solid currentColor;
  border-bottom: 0.15em solid currentColor;
  transform: rotate(-45deg);
  margin-top: -0.25em;
  transition: transform 100ms ease-in-out;
}

/* Reveal  */
.menu > li:hover > a + .submenu,
.submenu > li:hover > a + .submenu {
  opacity: 1;
  transform: scaleY(1);
}

/* ANIMATE aRROWS */
.menu > li:hover > a > .arrow,
.submenu > li:hover > a > .arrow {
  transform: rotate(225deg);
}



.scrollable{
  height: 400px;
  width: auto;
  overflow: scroll;
  overflow-x: hidden; 
}
.scrollable1{
  height: 250px;
  width: 100%;
  overflow: scroll;
  overflow-x: hidden; 
  color:transparent;
  color:white;
}
.scrollable12{
  height: 350px;
  width: 100%;
  overflow: scroll;
  overflow-x: hidden;
}
.scrollable52{
  height: 350px;
  width: 100%;
  overflow: scroll;
  overflow-x: hidden; 
  color:transparent;
  color:white;
}
.scrollable101{
  height: 300px;
  width: 100%;
  overflow: scroll;
  overflow-x: hidden;
  color:transparent;
  color:white;
}

.wrapper{
  display: flex;
  font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  font-size: 30px;
}
span1{
  display: block;
  padding-left: 5px;
  /* font-size: 30px; */
  
  padding-top: 0px;
  color: blue;
  animation: spin_words 6s infinite;
}
.word{
  overflow: hidden;
  font-size: 35px;
}

@keyframes spin_words {
  10% {
    transform: translateY(-112%);
  }
  25% {
    transform: translateY(-100%);
  }
  35% {
    transform: translateY(-212%);
  }
  50% {
    transform: translateY(-200%);
  }
  60% {
    transform: translateY(-312%);
  }
  75% {
    transform: translateY(-300%);
  }
  85% {
    transform: translateY(-412%);
  }
  100% {
    transform: translateY(-400%);
  }

}
