body {
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  background-color: #323232;
  color: white;
  /*background:url('../assets/particles2.gif') no-repeat center center fixed;
  -webkit-background-size:cover;
  -moz-background-size:cover;
  -o-background-size:cover;
  background-size:cover;*/
}
.navbar-light .navbar-nav .nav-link{
  font-family: 'Arvo', serif;
  color:  #e8f044;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 3px;
}
.navbar-light .navbar-nav .nav-link:hover{
  font-family: 'Arvo', serif;
  color:  white;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 5px;
}
h1{
  text-align: center;
  color: #ed6663; 
  letter-spacing: 20px;
  font-weight: bold;
  font-size: 45px;
}
a{
  color: white;
  padding: 5px;
  letter-spacing: 3px;
  font-size: 20px;
  font-weight: bold;
}
.btn{
  border-style: none;
  color: white;
  margin: 10px; 
  padding-left: 20px;
  padding-right: 20px;
}
.butdiv{
  text-align: center;
  font-weight: bold;
  font-size: 30px;
  border: solid 1px white;
}
.vis{
  padding-top: 20px;
  margin-top: 20px;
}
.cardbtn{
  color: black;
  font-weight: bold;
}
.cardbtn:hover{
  color: white;
}




.swiper-container {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}

.swiper-slide {
  background-position: center;
  background-size: cover;
  width: 320px;
  background-color: #fff;
  overflow: hidden;
  border-radius: 8px;
}

.picture {
  width: 320px;
  height: 320px;
  overflow: hidden; 
}
img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
.detail {
  padding: 25px 20px;
  font-weight: 600;
  text-align: center;
}
 h3 {
    color: black;
    margin: 0;
    font-size: 20px;
  }
  span {
    display: block;
    font-size: 16px;
    color: #f44336;
  }

