body {
  margin: 0;
  font-family: Helvetica,sans-serif;
  font-weight: 550;
  font-size:15px;
  padding: 0;
}

/* Other styles ... */
.top-nav {
  margin-top: 12px;
  height: 48px;
  top: 0;
  background-color: #ffffff;
  border-bottom: 1px solid #888888; /* Add a gray line at the bottom */
}

.menu {
  height: 100%;
  list-style-type: none;
  display: flex;
  align-items: center;
  background-color: #ffffff;
}

.menu li {
  margin-bottom: 12px;
}

.menu li a {
  color: #383838;
  text-decoration: none;
  padding: 18px 0px;
}

.dropdown {
  position: relative;
}

.dropdown-toggle::after {
  content: "\25BC"; /* Unicode down arrow character */
  margin-left: 6px;
}

.dropdown-menu {
  display: none;
  position: absolute;
  background-color: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  z-index: 1;
  padding: 0;
  list-style: none;
  border-radius: 10px;
  border: 1px solid #8a8a8a;
}


.dropdown:hover .dropdown-menu {
  display: block;
}

.dropdown-menu li {
  padding: 4px 20px;
  list-style: none;
}

.dropdown-menu li a {
  color: #333;
  text-decoration: none;
  display: block;
}




#logo {
  height: 50px;
  margin-right: 10px;
  margin-left: -14px;


}

/* slideshow carousel */
/* Slideshow container */
.slideshow-container {
  width: %;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: 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;
  margin-bottom: 60px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}



/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 10px;
  width: 10px;
  margin: 0 6px;
  background-color: #89898900;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
  box-shadow: 0 0 0 1.4px #ffffff; /* Add a white "outline" */
}
.dot-container {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding-bottom: 30px;
}


.dot:hover {
  background-color: rgba(113, 113, 113, 0.415);
}

.active {
  background-color: #ffffff;
  animation: pulse 1s infinite alternate; /* Apply pulsating animation */
}

@keyframes pulse {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.2);
  }
}


/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1s;
  animation-name: fade;
  animation-duration: 1s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

  /* Search bar styling */
  .search-bar {
    position: absolute;
    top: 50%;
    left: 50%;
    
    transform: translate(-50%, -50%);
    background-color: #ffffff;
    width:48%;
    height: 10%;
    border-radius: 40px;
    border: none;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    align-items: center;
   
  }

  .search-bar input[type="text"] {
    width: 100%;
    height: 100%;
    border-radius: 40px;
    border: none;
    background-color: #ffffff;
    font-size: 24px;
    background: url('images/icons8-search.gif') no-repeat 4% center, #ffffff; /* Adjust the background position and add white background */
    background-size: 30px auto, auto; /* Adjust the icon size and clear text input background size */
    padding-left: 70px; /* Add padding to the left of the text input */
  }


  #cardcarouselcont {
    display: flex;
    flex-direction: row;
    overflow-x: scroll;
  }

  .cardimg {
    background-color: #edc6c6;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    width: 320px;
    height: 220px;
    margin-left: 20px;
    margin-bottom: 12px;
    overflow: hidden;

  }
 
  
  .card-title {
    margin-left: 20px;
    font-size: 17px;
    font-weight:600;
    margin-bottom: 0px;
    margin-top: 4px;
  }
  
  .card-subtitlebot {
    margin-left: 20px;
    font-size: 14px;
    color: #666;
    font-weight: lighter;
    margin-bottom: 5px;
    margin-top: 5px;
    
  }

  .card-subtitletop1  {
    margin-left: 20px;
    margin-right: 4px;
    font-size: 14px;
    color: #666;
    font-weight: lighter;
    margin-bottom: 10px;
    margin-top: 6px;
    display: inline;
    
  }

  .card-subtitletop2  {
    margin-left: 6px;
    font-size: 14px;
    color: #666;
    font-weight: lighter;
    margin-bottom: 6px;
    margin-top: 6px;
    display: inline;
    
  }

  #cardcarhead {
    font-size: 30px;
    margin-left: 20px;
  }
  
  .preview {
    object-fit: contain;
    max-width: 140%;
    
  }

  .preview:hover {
    transform: scale(1.1); 
    transition: transform 0.3s ease-in-out;
  }

  .fa.fa-star.checked {
    color: #34cf68;
  }


  @import url("https://fonts.googleapis.com/css2?family=Alfa+Slab+One&family=Black+Han+Sans&display=swap");

* {
  padding: 0;
  margin: 0 auto;
}
.container {
  background: rgba(255, 255, 255, 0.596);
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
}
.container h1 {
  font-family: "Black Han Sans", sans-serif;
  letter-spacing: 6px;
  word-spacing: 6px;
  color: #fff;
}
.content {
  padding-top: 8px;
}
.pbox {
  width: 100vw;
  height: 180px;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
}
.box {
  width: 200px;
  height: 200px;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  background: rgba(229, 232, 233, 0.301);
  border-radius: 50%;
  -webkit-box-shadow: 1px 21px 41px -8px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 1px 21px 41px -8px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 21px 41px -8px rgba(0, 0, 0, 0.5);
}
/* .box:first-of-type{
            border-top-left-radius: 8px;
            border-bottom-left-radius: 8px;
        }
        .box:last-of-type{
            border-top-right-radius: 8px;
            border-bottom-right-radius: 8px;
        } */
.font {
  font-family: "Alfa Slab One", cursive;
  color: #000000;
  font-size: 18px;
  letter-spacing: 4px;
  width: 400;
}

