#card {
    border: 1px solid #ddd;
    padding: 30px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    transition: all 0.5s ease;
  }

  .carousel-inner .carousel-item img {
    width: 100%;
    height: 100vh;
  }

  #fr {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
    width: 300px;
    height: 300px;
    object-fit: cover;
    margin: auto;
  }

  #fr:hover {
    transition-timing-function: linear;
    transition-duration: 500ms;
    transform: scale(1.1, 1.1);
    cursor: pointer;
  }

  .card-title {
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
  }

  #nv {
    background-color:rgba(172,182,184,0.8)
  }

  .card-text {
    font-family: 'Montserrat', sans-serif;
    color: rgba(15, 15, 15, 0.8);
    font-weight: 200;
    font-size: 23px;
  }

  .card-header{
    font-size: 30px;
    font-weight: 600;
  }

  #carouselMultiItemExample {
    background-color: white;
    padding: 5px;
  }

  #ai {
    padding: 40px;
    /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); */
  }
 #at{
  text-align: justify;
  padding-top: 20px;
  padding-right: 30px;
 }
  
 a{
  text-decoration: none;
 }
 img{
  object-fit: cover;
  
 }

 /* Contact section */

 .nav-link{
  /* font-family: 'Montserrat', sans-serif; */
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: 600;
  font-variant: small-caps;
  color: green;
 }
 

 /* Gallary */
 * {
  margin: 0;
  padding: 0;
}

.conta {
  /* background-color: #000; */
  height: 100vh;
  width: 100%;
  background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .8)), url(static/images/slide1.webp) no-repeat;
  background-size: cover;
}

.viewport {
  width: 42vw;
  height: 21vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  perspective: 1300px;
}


.cube {
  width: 100%;
  height: 33.366666666%;
  transform-style: preserve-3d;
  position: relative;
}

.cube-1 {
  transition: transform .4s;
}

.cube-2 {
  z-index: 10;
  transition: transform .4s .2s;
}

.cube-3 {
  transition: transform .4s .4s;
}

.face {
  width: 100%;
  height: 100%;
  position: absolute;
}

.front {
  transform: translateZ(21vw);
}

.cube-1 .front {
  background: url(static/images/slide1.webp) no-repeat 50% 0;
  background-size: cover;
}

.cube-2 .front {
  background: url(static/images/slide1.webp) no-repeat 50% -7vw;
  background-size: cover;
}

.cube-3 .front {
  background: url(static/images/slide1.webp) no-repeat 50% -14vw;
  background-size: cover;
}

.back {
  transform: translateZ(-21vw) rotateY(180deg);
}

.cube-1 .back {
  background: url(static/images/slide2.webp) no-repeat 50% 0;
  background-size: cover;
}

.cube-2 .back {
  background: url(static/images/slide2.webp) no-repeat 50% -7vw;
  background-size: cover;
}

.cube-3 .back {
  background: url(static/images/slide2.webp) no-repeat 50% -14vw;
  background-size: cover;
}

.left {
  transform: translateX(-21vw) rotateY(-90deg);
}


.cube-1 .left {
  background: url(static/images/slide3.webp) no-repeat 50% 0;
  background-size: cover;
}

.cube-2 .left {
  background: url(static/images/slide3.webp) no-repeat 50% -7vw;
  background-size: cover;
}

.cube-3 .left {
  background: url(static/images/slide3.webp) no-repeat 50% -14vw;
  background-size: cover;
}

.right {
  transform: translateX(21vw) rotateY(90deg);
}


.cube-1 .right {
  background: url(static/images/ac_room_pool_view.webp) no-repeat 50% 0;
  background-size: cover;
}

.cube-2 .right {
  background: url(static/images/ac_room_pool_view.webp) no-repeat 50% -7vw;
  background-size: cover;
}

.cube-3 .right {
  background: url(static/images/ac_room_pool_view.webp) no-repeat 50% -14vw;
  background-size: cover;
}

.top {
  height: 42vw;
  background-color: #111;
  transform: translateY(-21vw) rotateX(90deg);
}

.bottom {
  height: 42vw;
  background-color: #111;
  transform: translateY(-14vw) rotateX(-90deg);
}

.control {
  position: absolute;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  background-color: rgba(59, 52, 50, .7);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border-radius: 100%;
  cursor: pointer;
  z-index: 100;
  transition: background-color .3s;
}

.control:hover {
  background-color: rgba(42, 38, 36, .8);
}

.control i {
  pointer-events: none;
}

.left-arrow {
  top: 50%;
  left: -35%;
}

.right-arrow {
  top: 50%;
  left: 135%;
}


/* gallery */
.filter-container {
  text-align: center;
  margin-bottom: 20px;
}

.filter-btn {
  padding: 10px 20px;
  margin: 5px;
  border: none;
  background-color: #4CAF50;
  color: white;
  cursor: pointer;
  border-radius: 20px;
  font-size: 16px;
  transition: background-color 0.3s ease;
}

.filter-btn:hover {
  background-color: #45a049;
}

.gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-gap: 20px;
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px;
}

.gallery .item {
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.gallery .item img {
  width: 100%;
  height: auto;
  display: block;
  
}

.gallery .item:hover {
  transform: scale(1.05);
}

/* Add some animation for the gallery items */
@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

.gallery .item {
  animation: fadeIn 0.6s ease;
}





