body {
  -webkit-font-smoothing: antialiased;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  padding-top: 3rem;
}

html {
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}

p {
  text-align: justify !important;
  line-height: 1.5rem;
}

.img-nav {
  height: 80px;
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.808);
  font-size: large;
  text-transform: lowercase;
}

/* carousel */
.carousel-fade .carousel-inner .carousel-item {
  transition: -webkit-transform 10s ease;
  transition: transform 10s ease;
  transition: transform 10s ease,
    -webkit-transform 10s ease;
}

.carousel-caption {
  bottom: 45% !important;
}

.carousel-caption h3 {
  line-height: 2.5rem;
}

.carousel-item .img-fluid {
  width: 100%;
  height: 100%;
}

.carousel-caption h1 {
  text-transform: uppercase;
}

.drk::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000;
  opacity: 0.5;
}

@media (min-width: 768px) and (max-width:1024px) {
  .carousel-inner {
    height: 432px;
  }

  .carousel-caption {
    bottom: 30% !important
  }
}

@media (max-width: 768px) {
  .carousel-caption {
    bottom: 15% !important;
  }

  .carousel-caption h1 {
    font-size: 2rem;
  }

  .carousel-caption h3 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

/* Small devices (landscape phones, 576px and up) */
@media (max-width: 576px) {
  .navbar-brand {
    font-size: 1rem;
  }

  .carousel-inner {
    height: 300px;
  }

  .carousel-item .img-fluid {
    height: 300px;
  }

  .carousel-caption {
    bottom: 5% !important;
  }

  .carousel-caption h1 {
    font-size: 1.5rem !important;
  }

  .carousel-caption h3 {
    font-size: 1rem !important;
    line-height: 1.5rem !important;
  }
}

#services {
  background-color: #edae44;
  padding: 5rem 0rem;
}

.spots {
  background-image: url("/images/portfolio/Wedding/15-wedding_events.jpg");
  /* background-position: center; */
  background-attachment: fixed;
  max-width: 50%;
  padding: 2.7rem;
  border-radius: 0px 25px;
}

.content-w {
  border-radius: 0px 50px;
  background-image: url("/images/453.jpg");
  background-size: cover;
  background-position: center;
  max-width: 50%;
  padding: 9rem;
  text-align: center;
}

@media(max-width:576px) {
  .content-w {
    padding: 1rem !important;
    max-width: 100%;
    color: #fff;

  }

  .mob-overlay {
    background-color: rgba(17, 17, 17, 0.486);
    border-radius: 0px 50px;
    padding: 2rem;

  }

  .content-p {
    padding: 0rem 1rem !important;
  }

}

.content-w p,
.content-w h3,
.content-p p {
  text-align: center !important;
}

.btn-art {
  background-color: #edae44;
  border-color: #edae44;
  border-radius: 0px 10px;
}

.btn-art:hover {
  background-color: #edaf44d7;
}

.btn.focus,
.btn:focus {
  box-shadow: 0 0 0 0.2rem #f0a21b9a;
}

#corporate {
  padding: 5rem 0rem;
}

.content-c {
  padding: 3rem;
}

.img-c {
  padding: 5rem 8rem;
}

#promo {
  background-image: url("/images/launch.jpg");
}

.parallax {
  background-attachment: fixed;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.overlay {
  background-color: rgba(0, 0, 0, 0.527);
  padding: 10rem 0rem;
}

.content-p {
  text-align: center;
  color: #fff;
  padding: 0rem 5rem;
}

#social {
  background-image: url("/images/social.jpg");
  padding: 10rem 0rem;
}

.wave {
  position: relative;
  background: linear-gradient(90deg, #edae44, #38d1e6);
  min-height: 70vh;
  padding: 3rem 0rem;


}

.wave:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 217px;
  background: url("/images/wave.png");
  background-size: cover;
  background-repeat: no-repeat;

}


.content-a {
  padding: 5rem 1rem;
}

/* masonry */

.masonry {
  columns: 1;
  /* column-gap: 20px; */
}

.masonry-item {
  display: inline-block;
  vertical-align: top;
  filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, .3));
  transition: filter .25s ease-in-out;
  /* margin-bottom: 1rem; */

}

@media only screen and (max-width: 1023px) and (min-width: 768px) {
  .masonry {
    columns: 2;
  }
}

@media only screen and (min-width: 1024px) {
  .masonry {
    columns: 3;
  }
}

.masonry-item,
.masonry-content {
  overflow: hidden;
  max-width: 100%;
  height: auto;
  padding: 1.5rem;
}

.masonry-item:hover {
  filter: drop-shadow(0px 5px 5px rgba(0, 0, 0, .3));
}

#about {
  background-image: url("/images/about_bg-3.png");
  /* background-color: #edae4429; */
  /* height: 100vh; */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: inset 0 0 20px 1px #111;
  /* margin-top: 5rem; */
  padding: 10rem 0rem;
}

#about p {

  text-align: center !important;

}











.footer p {
  text-align: left !important;
}

.footer a {
  color: #ffa200;
  font-weight: 500;
}

.fa-mobile {
  font-size: 1.5rem !important;
}

.form-control::placeholder {
  font-size: 0.95rem;
  color: #aaa;
  font-style: italic;
}


.bottom-footer {
  background-color: #485053;
  color: #ffa200;
  padding: 2rem 0rem;
  font-size: 1.2rem;
}

.bottom-footer a {
  color: #ffa200c5;


}

.bottom-footer a:hover {
  color: #fff
}