@import url("https://fonts.googleapis.com/css?family=Hind:400,700");
/* html, body { 
   font-family: 'Hind', sans-serif; 
  /* margin: 0;
  padding: 0;
  background-color: #d9e2fd;
  width: 100%;
  height: 100%; 
}*/

.border-blue{
  border-style: solid;
  border-color: rgba(84, 104, 170, 0.616);
}

.container-flex{
  height: auto;
  background-color: rgb(33, 38, 53);
}

.row-content{
  position: relative;
  align-content: center;
}

.img-Carousel {
  max-width: 100%;
  margin-top: auto;
  height: auto;
  display: block;
  object-fit: cover;
}

/* h3 {
  text-align: center;
  font-weight: 400;
  margin-bottom: 0;
} */

.container-fluid{
  height: 100%;
}

/* .carousel-wrapper {
  position: absolute;
  width: 70%;
  height: 70%;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #FFFFFF;
  /* background-image: linear-gradient(#525fa8 50%, #FFFFFF 50%, #171d30 50%); 
  background-image: linear-gradient(to bottom, #525fa8 5%, #171d30);
  /* box-shadow: 0px 12px 39px -19px rgba(0, 0, 0, 0.75); 
  overflow: hidden;
  z-index: 0;
} */

.carousel-wrapper {
  position: relative;
  width: 80%;
  min-height: 600px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  background-color: #FFFFFF;
  background-position: bottom;
  background-image: url("../Asset/blue_curtain.jpg");
  overflow: hidden;
}

.carousel-wrapper .carousel {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: auto;
}
.carousel-wrapper .carousel .carousel-cell {
  border-radius: 10px;
  border-width: 5px;
  border-style: double;
  padding: 10px;
  background-color: #9fcef5;
  width: 23%;  
  min-height: 450px;
  height: auto;
  min-width: 200px;
  margin: 0 20px;
  margin-top: auto;
  margin-right: 10%;
  transition: transform 500ms ease;
}

.carousel-wrapper .carousel .carousel-cell .more {
  display: block;
  opacity: 0;
  margin: 5px 0 15px 0;
  text-align: center;
  font-size: 10px;
  color: #000000;
  text-decoration: none;
  transition: opacity 300ms ease;
}

.carousel-wrapper .carousel .carousel-cell .more:hover, .carousel-wrapper .carousel .carousel-cell .more:active, .carousel-wrapper .carousel .carousel-cell .more:visited, .carousel-wrapper .carousel .carousel-cell .more:focus {
  color: #CFCFCF;
  text-decoration: none;
}
/* .carousel-wrapper .carousel .carousel-cell .line {
  position: absolute;
  width: 2px;
  height: 0;
  background-color: black;
  left: 50%;
  margin: 5px 0 0 -1px;
  transition: height 300ms ease;
  display: block;
}
.carousel-wrapper .carousel .carousel-cell .price {
  position: absolute;
  font-weight: 700;
  margin: 45px auto 0 auto;
  left: 50%;
  transform: translate(-50%);
  opacity: 0;
  transition: opacity 300ms ease 300ms;
} */

/* .carousel-wrapper .carousel .carousel-cell .price sup {
  top: 2px;
  position: absolute;
} */

.carousel-wrapper .carousel .carousel-cell.is-selected {
  transform: scale(1.2);
}

/* .carousel-wrapper .carousel .carousel-cell.is-selected .line {
  height: 35px;
} */

.carousel-wrapper .carousel .carousel-cell.is-selected .price, .carousel-wrapper .carousel .carousel-cell.is-selected .more {
  opacity: 1;
  color: #6e6e6e;
}
.carousel-wrapper .flickity-page-dots {
  display: none;
}
.carousel-wrapper .flickity-viewport, .carousel-wrapper .flickity-slider {
  overflow: visible;
}
