ul li {
  list-style-type: none;
}
.socialmedia li:hover {
  background-color: rgb(0, 0, 0) !important;
  border-radius: 50%;
}
.socialiconhover:hover {
  color: #ffbd39 !important;
}

.list-unstyled li a:hover {
  text-decoration: underline;
  color: #ffbd39 !important;
}

.navbar-brand img {
  height: 130px;
  width: 130px;
  border-radius: 42%;
  position: absolute;
  top: 10px;
  left: 10px;
}
.one-third.img {
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  height: auto !important;
  min-height: 100vh;
}


.whatsapp {
  position: fixed;
  bottom: 100px;
  z-index: 99;
}
.whatsapp img {
  width: 100px;
  height: 100px;
  box-shadow: 2px 2px 15px 2px black;
}
.wallpaper{
    object-fit: cover;
    height: auto !important;
    min-height: 100vh;
    background-size: cover;
}
.color-danger{
    color: red !important;
}
.one-forth span{
  color: #ffbd39 !important;
}

.images img{
  width: 100%;
  height: auto;
  object-fit: cover;
}

.mySlides {display: none;}
img {vertical-align: middle;}

.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}


.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: #717171;
}

.zoom {
  animation-name: zoomIn;
  animation-duration: 1s;
}


@keyframes zoom{
  from {opacity: .4} 
  to {opacity: 1}
}


@media screen and (max-width: 768px) {
  .whatsapp img {
    width: 60px;
    height: 60px;
    bottom: 0;
  }
  .navbar-brand img{
    width: 100px;
    height: 100px;
  }
  .one-third.img {
    height: auto !important;
    min-height: 100vh;
  }
  .mobiletext{
    margin-top: -50% !important;
  }
}


.animate-modal {
  animation: zoomIn 0.5s ease;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.3);
}

@keyframes zoomIn {
  from { transform: scale(0.8); opacity: 0; }
  to { transform: scale(1); opacity: 1; }
}

/* Hover effect on See More button */
.see-more-btn {
  transition: all 0.3s ease;
}
.see-more-btn:hover {
  background: #0056b3;
  transform: scale(1.05);
}
