
body, .geologica{
  font-family: 'Spectral', serif;
  vw: 100%;
}

/* Font for headings */
h1, h2, h3, h4, h5, .garamond {
  font-family: 'Spectral', serif;
}

.header-bg{
  background-color: #2c2725;
}



 @media (max-width:699px) {
         /* .logo{
            width: 40% ;
            height: 70%;
          }*/
    }

    @media (min-width:700px) {
        /*  .logo{
            width: 80% ;
            height: 110%;
          }*/
          .line-height{
        line-height: 88px;
      }
    }




.no-outline{
  outline: none;
  text-decoration: none;
}



/* Animasta*/


/* pulsating and blinking */
.pulsate-bck{animation:pulsate-bck 2s ease-in-out infinite both}
/* ----------------------------------------------
 * Generated by Animista on 2023-7-20 22:15:47
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

@keyframes pulsate-bck{0%{transform:scale(1)}50%{transform:scale(.9)}100%{transform:scale(1)}}
/* my set color*/
    .Navy-blue{
      background-color: #003366;
      } 
    .bg-neutral-gray{
      background-color: #808080;
    }
    .btn-gold{
      background-color: #ffd700;
    }
    /* Set the height of the header */
    .header {
      height: px;
    }
    .bar1, 
    .bar2, 
    .bar3 {
            width: 35px;
            height: 5px;
            background-color: black;
            margin: 6px 0;
            transition: 0.4s;
    } 
    .change .bar1 {
            transform: translate(0, 11px) rotate(-45deg);
    }
        /* Fade out the second bar */
    .change .bar2 {
            opacity: 0;
    }
        /* Rotate last bar */
    .change .bar3 {
            transform: translate(0, -11px) rotate(45deg);
    }
    
/*Sticky header*/
.navbar {
  background-color: #f1f1f1;
  padding: 0px 0px 0px 0px;
  position: sticky;
  top: 0;
  z-index: 100; /* Set a higher z-index to keep the navbar above other elements */
}
    
    
    /*homepage background float in*/
    @keyframes float-in-left {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

.animate-float-in-left {
  animation: float-in-left 4s ease-in-out;
}

/* wants more button*/
@keyframes float-in-from-bottom {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.animate-float-in-from-bottom {
  animation: float-in-from-bottom 6s ease-out;
}


/* amother motion*/
@keyframes float-in-from-right {
  0% {
    opacity: 0;
    transform: translateX(10px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.float-in-from-right {
  animation: float-in-from-right 0.5s ease-out;
}

.my-pub{
  height: 3rem;
}


.flowbite-gallery {
  display: flex;
  flex-wrap: wrap;
}

.flowbite-gallery img {
  flex: 0 0 calc(33.333% - 10px);
  margin: 5px;
  transition: transform 0.3s ease;
}

.flowbite-gallery img:hover {
  z-index: 1;
  transform: scale(1.2);
}




/*bg-neutral-gray*/
  @media (max-width:699px) {
      .bottom-sinker{
        bottom:-300px 
      }
    }

    @media (min-width:700px) {
      .bottom-sinker{
        bottom:-450px 
      }
    }




/* Style the dropdown button */
.dropbtn {
  background-color: ;
  color: white;
  border: none;
  width: 100vw;
  outline: none;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown content (hidden by default) */
.dropdown-content {
  display: none;
  position: absolute;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  width: 100vw;
}

/* Show the dropdown content when the button is clicked */
.show {
  display: block;
}



/*slider*/ 
.slider-container {
  position: relative;
  max-width: 100%;
  overflow: hidden;
}

.slider {
  display: flex;
  transition: transform 0.5s;
}

.slide {
  flex: 0 0 100%;
}

.btn-slider {
  position: absolute;
  top: 60%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  font-size: ;
  cursor: pointer;
}

.prev {
  left: 0;
}

.next {
  right: 0;
}
