body {
  font-size: 16px;
  font-family: "Cinzel", serif;
  color: #444;
}

.live-btn{
  text-decoration: none;
  border: 1px solid red;
  padding: 5px 10px;
  color: red;
  font-weight: 600;
}
.live-here{
  color: red;
  font-weight: 600;
}

span.live-icon {
  display: inline-block;
  position: relative;
  /* top: calc(50% - 5px); */
  background-color: red;
  width: 10px;
  height: 10px;
  margin-left: 10px;
  margin-right: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  z-index: 1;
}
span.live-icon:before {
  content: "";
  display: block;
  position: absolute;
  background-color: rgba(255, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-animation: live 2s ease-in-out infinite;
          animation: live 2s ease-in-out infinite;
  z-index: -1;
}

@-webkit-keyframes live {
  0% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(3.5, 3.5);
    background-color: rgba(255, 0, 0, 0);
  }
}

@keyframes live {
  0% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(3.5, 3.5);
    background-color: rgba(255, 0, 0, 0);
  }
}

p {
  font-family: "Montserrat", sans-serif;
  line-height: 2;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  p {
    font-size: 0.8rem;
    line-height: 2;
  }
}

section {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 80px 20px;
}
@media screen and (max-width: 767px) {
  section {
    padding: 40px 30px;
  }
}

strong {
  font-weight: 600;
}

.myBtn {
  font-family: "Montserrat", sans-serif;
  border-radius: 0;
  padding: 10px 50px;
  text-transform: uppercase;
}
.myBtn:hover {
  background: #fff !important;
  color: #000 !important;
}
@media screen and (max-width: 767px) {
  .myBtn {
    font-size: 1rem;
    padding: 8px 30px;
  }
}

.giftBtn {
  background-color: #e6aa00 !important;
  border-color: 1px solid #ffc013;
  color: #2c2c2c;
}

.space-bottom {
  margin-bottom: 100px;
}

header {
  border-bottom: 1px solid #ededed;
  position: relative;
  height: 80px;
}

.sticky-open {
  position: fixed;
  height: 80px;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 99999;
  background: #fff;
  -webkit-animation: fadeDown 0.3s linear;
          animation: fadeDown 0.3s linear;
}

@-webkit-keyframes fadeDown {
  0% {
    opacity: 0;
    top: -50px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}

@keyframes fadeDown {
  0% {
    opacity: 0;
    top: -50px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
.navbar-brand {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.5rem;
}

.navbar-nav .nav-link {
  margin-left: 15px;
  text-transform: uppercase;
  position: relative;
  -webkit-transition: ease-in-out 0.2s;
  transition: ease-in-out 0.2s;
}

@media screen and (max-width: 767px) {
  .navbar-nav .active.nav-link {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
}
.navbar-nav .active.nav-link::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-15px);
          transform: translateX(-15px);
  background: rgb(120, 120, 120);
  height: 2px;
  width: 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .navbar-nav .active.nav-link::before {
    top: 100%;
    left: 0;
    width: 100%;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.navbar-nav .nav-link::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-15px);
          transform: translateX(-15px);
  background: rgb(120, 120, 120);
  height: 2px;
  width: 0;
  text-align: center;
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
}
@media screen and (max-width: 767px) {
  .navbar-nav .nav-link::before {
    top: 100%;
    left: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@media screen and (max-width: 767px) {
  .navbar-nav .nav-link:hover {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
}
.navbar-nav .nav-link:hover::before {
  width: 30px;
}
@media screen and (max-width: 767px) {
  .navbar-nav .nav-link:hover::before {
    width: 100%;
  }
}

.navbar-toggler {
  margin: 0;
  padding: 0;
}
.navbar-toggler img {
  max-width: 40px;
}

#collapsibleNavId {
  position: relative;
  z-index: 999999;
  background: #fff;
}

#banner {
  background: url("assets/img/homepage-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 20%;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  #banner {
    background: url("assets/img/homepage-bg-mobile.jpg");
    background-position: center center;
  }
}
.banner-overlay {
  padding: 80px 20px;
  padding-bottom: 50px;
  background: rgba(0, 0, 0, 0.25);
}

.banner-contents {
  text-align: center;
  color: #f4f4f4;
  margin-top: 150px;
  text-transform: uppercase;
}
.banner-contents .display-2 {
  font-weight: 600;
}
.banner-contents .display-6 {
  font-weight: 500;
  margin-bottom: 30px;
  margin-top: 30px;
}
.banner-contents .display-5 {
  font-weight: 600;
  margin-bottom: 30px;
}
.banner-contents .btn {
  padding: 10px 40px;
  font-weight: 600;
  font-size: 2rem;
  letter-spacing: 5px;
  border-radius: 0;
}
.banner-contents .btn:hover {
  color: #fff !important;
  background: #000 !important;
}

@media screen and (max-width: 767px) {
  .our-story {
    margin-top: 50px;
  }
}

.ceremony-item img {
  width: 96px;
  height: 72px;
}
.ceremony-item h6 {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .ceremony-item {
    margin-bottom: 50px;
  }
}

#google-map {
  width: 100%;
  height: 400px;
}

#location-overview {
  margin: 0;
  padding: 0;
}

#reservation .display-4 {
  font-size: 1.5rem;
}
#reservation .reservation {
  margin-top: 25px;
}

.img-container-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.smallsquare {
  max-width: 20%;
  height: auto;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  padding-top: 20%;
  display: grid;
  position: relative;
}

.h_rectangle {
  max-width: 40%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  padding-top: 20%;
  position: relative;
}

.bigsquare {
  max-width: 40%;
  height: auto;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  padding-top: 40%;
  display: grid;
  position: relative;
}

.bigsquare_blank {
  max-width: 40%;
  height: auto;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.inner_square {
  max-width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  height: 50%;
  position: relative;
}

.v_rectangle {
  max-width: 20%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  padding-top: 40%;
  position: relative;
}

.img-grid-c {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  padding: 2.5px;
}

#gift {
  background: #000;
  position: relative;
  z-index: 0;
}
#gift::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(16, 1, 93, 0.5);
  z-index: 1;
}
#gift .gift-bgvideo {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
#gift .gift-bgvideo video {
  width: 100%;
  height: auto;
}

.gift-content {
  color: #b0b0b0;
  z-index: 99;
  position: relative;
  max-width: 768px;
  margin: 0 auto;
}
.gift-content img {
  width: 180px;
  margin-bottom: 40px;
}

.reservation .myBtn {
  padding: 10px 15px;
  margin-bottom: 15px;
}

.contact-content {
  max-width: 768px;
  margin: 0 auto;
}

.contact-page #location-overview {
  background: #f2f2f2;
}

#activities .space-bottom {
  margin-bottom: 60px;
}
@media screen and (max-width: 992px) {
  #activities .space-bottom {
    margin-bottom: 40px;
  }
}
#activities .img-fluid {
  padding-bottom: 20px;
}
#activities .display-3 {
  font-size: 3.5rem;
}
@media screen and (max-width: 992px) {
  #activities .display-3 {
    font-size: 1.6rem;
  }
}
#activities .activities-list {
  font-family: "Montserrat", sans-serif !important;
  text-transform: capitalize !important;
}

#livBtnFixed{
  position: fixed;
  right: -110px;
  bottom: 40%;
  z-index: 999;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  display: none;
}
#livBtnFixed:hover{
  position: fixed;
  right: 0;
}
#go-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.8;
  cursor: pointer;
  border-radius: 50%;
  background-color: #444;
  color: #f4f4f4;
  position: fixed;
  right: 100px;
  z-index: 999;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.go-up {
  bottom: 100px;
}
@media screen and (max-width: 992px) {
  .go-up {
    right: 30px !important;
    bottom: 40px !important;
  }
}
@media screen and (max-width: 767px) {
  .go-up {
    right: 20px !important;
    bottom: 40px !important;
  }
}

.go-down {
  bottom: -100px;
  display: none;
}
.go-visa-info a{
  margin-top: 80px;
  text-decoration: none;
  color: #000;
  font-weight: 800;
}
.go-visa-info a span{
  font-size: 50px;
  display: inline-block;
  animation: arrowUpDown 2s linear infinite;
}
@keyframes arrowUpDown {
  0%{
    transform: translateY(0);
  }
  50%{
    transform: translateY(15px);
  }
  100%{
    transform: translateY(0);
  }
}
#visa-alert{
  font-family: "Montserrat", sans-serif;
  line-height: 2;
  font-weight: 300;
}

#footer {
  background: url("assets/img/footer-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}