@charset "UTF-8";
body {
    font-size: 1.6rem;
    /* font-family: 'Amiko', sans-serif; */
    color: #484848;
    background-color: #fff;
    -webkit-overflow-scrolling: touch!important;
    overflow-y: auto!important;
    height: 100%!important
}
a {
    color: #fff;
    text-decoration: none
}
a:hover, a:focus, a:visited {
    text-decoration: none;
    outline: none;
}

a.block-link {
    color: #f1f1f1
}
.header-primary {
    display: none;
}
.hdr-content {
    width: 40%;
    /* font-size: 14px; */
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.hdr-address {
    display: flex;
    font-size: 14px;
    justify-content: center;
    color: #fff;
    padding: 5px 0;
}
.hdr-social {
    display: flex;
    width: 100px;
    justify-content: space-evenly;
    color: #fff;
    font-size: 22px;
}
.hdr-social ion-icon {
    display: flex;
    align-items: center;
    transition: ease-in-out 0.3s;
    border-radius: 10px;
}
.full-address:hover, .hdr-phone:hover {
    color: #ebd8c4;
    /* background-color: #fff; */
}
.hdr-social ion-icon:hover {
    color: #472313;
    background-color: #fff;
}
.hdr-lang-sp {
  display: flex;
  flex-direction: row;
  width: 94px;
  justify-content: space-between;
}
.sp-en {
  display: flex;
  cursor: pointer;
}
.sp-en img {
  width: 40px;
  height: 40px;
  transition: ease-in-out 0.3s;
}
.full-address {
    display: flex;
    align-items: center;
    padding-right: 10px;
    transition: ease-in-out 0.3s;
}
.icon-address {
    padding-right: 5px;
    display: flex;
    align-items: center;
    font-size: 20px;
}
.full-address .street {
    display: flex;
    align-items: center;
    margin-bottom: -3px;
}
.hdr-phone {
    display: none;
    color: #482313;
}
.hdr-phone-sm {
    color: #ebd8c4;
    font-size: 35px;
}
.hdr-phone-nmbr {
    padding-right: 5px;
    display: flex;
    align-items: center;
}
.go-up {
    top: 0;
}

/* hamberger */
.menu-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 75%;
}
.hide-icon {
    /* transition: .6s ease; */
    display: none;
}
.show-icon {
    display: block!important;
    transition: .6s ease;
}
.navi-bg {
    background: url(../images/overlay.png) repeat;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .6s ease;
    transition: .6s ease;
  }

  .navi-bg.is-on {
    visibility: visible;
    opacity: 1;
    z-index: 50;
  }

  .humberger {
    cursor: pointer;
    display: block;
    position: absolute;
    top: 25px;
    right: 15px;
    width: 35px;
    height: 30px;
    z-index: 150;
  }

  .humberger span {
    background: #ebd8c4;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    -webkit-transition: .2s ease-out;
    transition: .2s ease-out;
  }

  .humberger span:nth-of-type(1) {
    top: 0;
  }

  .humberger span:nth-of-type(2) {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .humberger span:nth-of-type(3) {
    bottom: 0;
  }

  .humberger.is-on span:nth-of-type(1) {
    -webkit-transform: translateY(13px) rotate(45deg);
    transform: translateY(13px) rotate(45deg);
  }

  .humberger.is-on span:nth-of-type(2) {
    opacity: 0;
  }

  .humberger.is-on span:nth-of-type(3) {
    -webkit-transform: translateY(-15px) rotate(-45deg);
    transform: translateY(-15px) rotate(-45deg);
    width: 100%;
  }
  /* Other elemet when hover */
  /* .humberger:hover > span:hover {
    background: #7c9464;
  } */

  .sm-nav {
      position: fixed;
      right: 0;
      background: #313131;
      padding: 0;
      -webkit-transition: .5s ease;
      transition: .5s ease;
      -webkit-transform: translateX(100%);
      transform: translateX(100%);
      min-height: 100vh;
      width: 100%;
      z-index: 100;
  }

  .sm-nav.is-on {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  .sm-nav .navi-inner {
    /* padding: 80px 0 100px; */
    /* overflow-y: auto; */
    height: 100%;
  }
  .navi-list  {
    padding: 20px 0 0 30px;
  }
  .sm-nav .navi-inner .navi-list > li {
    text-align: left;
    line-height: 40px;
    list-style: none;
  }

  .sm-nav .navi-inner .navi-list > li > a {
    /* display: block; */
    display: flex;
    align-items: center;
    color: #ebd8c4;
    font-family: Roboto, sans-serif;
    font-size: 1.4rem;
    font-weight: bold;
    padding-bottom: 10px;
    position: relative;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    letter-spacing: 1px;
  }

  /* .sm-nav .navi-inner .navi-list > .closed > a:before {
    background: #7c9464;
    content: '';
    position: absolute;
    left: 70px;
    top: 56%;
    width: 0;
    height: 1px;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
  } */
  .ion-ios-square {
    font-size: 7px;
    vertical-align: top;
  }

  /* .sm-nav .navi-inner .navi-list > .closed > a:after {
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: solid #7c9464;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    left: 0;
    opacity: 0;
    -webkit-transition: all .3s ease-out .2s;
    transition: all .3s ease-out .2s;
  } */

  .sm-nav .navi-inner .navi-list > .closed > a:hover {
      text-shadow: 2px 2px 10px #253e5c;
    /* -webkit-transform: translate(-15px, 0); */
    /* transform: translate(-15px, 0); */
    color: #7c9464;
  }
  .sub-menu {
      line-height: 30px;
      padding-left: 30px!important;
  }
  .sm-nav .navi-inner .navi-list > .open > a:hover,
  .sm-nav .navi-inner .navi-list > .first-sub > a:hover,
  .sm-nav .navi-inner .navi-list > .second > a:hover {
    /* color: #7c9464; */
    cursor: pointer;
  }
  .move-left{
    padding-bottom: 40px!important;
    /* color: #7c9464!important; */
  }
  .first-sub {
    margin-top: -30px;;
  }
  .second {
    margin-top: 10px;
  }
  .last-sub-menu {
      margin-bottom: 10px;
  }
  .closed {
      animation: header-fix-on .5s ease-in-out forwards;
  }
  /* .sm-nav .navi-inner .navi-list > .closed > a:hover:before {
    width: 150px;
    left: -80px;
  }

  .sm-nav .navi-inner .navi-list > .closed > a:hover:after {
    left: 70px;
    opacity: 1;
  } *
  .closed
  /* Navi Ends */
  /* Navigation and Site Links */
  .dropdown-list {
      display:none;
  }
  .navigation {
    display: flex;
    flex-direction:row;
    justify-content: space-between;
  }
  .menu-links {
    display: flex;
    flex-direction:column;
    font-size: 1.8rem;
  }
  .menu-links a {
    color:#484848;
  }

/* Menu Starts */
.knd-container {
	display:none;
	position: relative;
	padding: 10px 15px 0px;
	/* margin-top: -40px; */
	/* background: linear-gradient(to top, #fff, #ffffffde); */
	/* max-width: 72vw; */
	min-height: 405px;
}
.srv-container {
    margin-top: 20px;
}
.knd-menu-dropdown {
	position: fixed;
    width: 100%;
    z-index: 100;
	background-color: #482313;
    height: 80px;
	top: 0;
}

.knd-menu-dropdown::before {
  content: 'mobile';
  display: none
}

.knd-menu-dropdown .main-nav {
  display: none
}

.knd-menu-dropdown .morph-dropdown-wrapper {
  /* display: none; */
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  padding: 1.2em 5%;
  box-shadow: inset 0 1px 0 #e6e6e6;
  background-color: #FFF;
  z-index: 100;
  opacity: 0;
  /* height: 100vh; */
}

.knd-menu-dropdown.nav-open .morph-dropdown-wrapper {
  opacity: 1;
}
.knd-menu-dropdown .label {
  display: block;
  font-size: 2.2rem;
  color: #484848;
  margin-bottom: 15px;
}
.knd-menu-dropdown .gallery .content ul:last-child {
  margin-bottom: 0
}

.knd-menu-dropdown .gallery .content a {
  display: block;
  /* height: 100px */
}
.knd-menu-dropdown .gallery .content strong {
  font-size: 1.6rem;
  font-weight: 600;
}
.morph-dropdown-wrapper .links {
  display:none
}
/* .knd-menu-dropdown .gallery .content a::before {
  content: '';
  display: inline-block;
  box-sizing: content-box;
  padding: .6em;
  height: 54px;
  width: 54px;
  margin-right: .6em;
  -webkit-transition: background .2s;
  transition: background .2s;
  border-radius: 50%
} */
.sub-arrow {
    line-height: 1;
    padding: 15px 0 10px 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 20px;
}
.knd-menu-dropdown .gallery .content a span,.knd-menu-dropdown .gallery .content a em {
  display: block;
  line-height: 1.2
}
.knd-menu-dropdown .gallery .content a em {
  font-size: 1.8rem;
  padding: .4em 0 .2em;
  color: #484848
}
.knd-menu-dropdown .gallery .content a {
  font-size: 1.9rem;
  color: #253e5c;
  font-family: Roboto, sans-serif;
  padding-bottom: 15px;
}
.knd-menu-dropdown .gallery .content a:hover {
  text-shadow: 2px 2px 10px #253e5c;
}
/* .knd-menu-dropdown .gallery .content a span {
  font-size: 1.4rem;
  color: #000000;
  text-shadow: none
} */
/* .knd-menu-dropdown .gallery li:nth-of-type(1) a::before {
  background: #000 url(../svg/app-design-mini.svg) no-repeat 0 0
}
.knd-menu-dropdown .gallery li:nth-of-type(1) a:hover::before {
  background: #0f726a url(../svg/app-design-mini.svg) no-repeat 0 0
}
.knd-menu-dropdown .gallery li:nth-of-type(1) a:hover {
  color: #0f726a;
}
.knd-menu-dropdown .gallery li:nth-of-type(2) a::before {
  background: #000 url(../svg/internet-cloud-mini.svg) no-repeat 0 0
}
.knd-menu-dropdown .gallery li:nth-of-type(2) a:hover::before {
  background: #4285f4 url(../svg/internet-cloud-mini.svg) no-repeat 0 0
}
.knd-menu-dropdown .gallery li:nth-of-type(2) a:hover {
  color: #4285f4;
}
.knd-menu-dropdown .gallery li:nth-of-type(3) a::before {
  background: #000 url(../svg/api-services-mini.svg) no-repeat 0 0
}

.knd-menu-dropdown .gallery li:nth-of-type(3) a:hover::before {
  background: #b46423 url(../svg/api-services-mini.svg) no-repeat 0 0
}
.knd-menu-dropdown .gallery li:nth-of-type(3) a:hover {
  color: #b46423;
}
.knd-menu-dropdown .gallery li:nth-of-type(4) a::before {
  background: #000 url(../svg/it-services-mini.svg) no-repeat 0 0
}
.knd-menu-dropdown .gallery li:nth-of-type(4) a:hover::before {
  background: #8d1f18 url(../svg/it-services-mini.svg) no-repeat 0 0
}
.knd-menu-dropdown .gallery li:nth-of-type(4) a:hover {
  color: #8d1f18;
} */
.knd-menu-dropdown .links-list a,.knd-menu-dropdown .btn,a.btn {
  display: block;
  margin-left: 14px;
  color: #484848;
  font-size: 2rem;
  line-height: 1.6;
  cursor: pointer
}
.knd-menu-dropdown .links-list a:hover,.knd-menu-dropdown .links-list a:focus,.knd-menu-dropdown .btn:hover,.knd-menu-dropdown .btn:focus {
  color: #484848
}

.knd-menu-dropdown .content h2 {
    color: #a6a6a6;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.3rem;
    margin: 20px 0 10px 14px
}
/* .menu-container {
    width: 95vw;
    margin: 0 auto;
    min-width: 1200px;
} */
/* Menu Ends */

/* Site Icon Starts */
.logo-mobile {
	display: none;
}
.logo-pc {
	display: block;
    transition: ease-in-out 0.5s;
    transform:scale(1);
}

.site-icon {
    width: 80px;
}
.site-icon img:focus,
.site-icon img:hover,
.footer-logo img:focus,
.footer-logo img:hover {
  /* opacity: .5; */
  transition: all 0.2s
}
.site-icon img {
    /* filter: brightness(120%); */
    height: 80px;
    padding: 5px;
    /* margin-left: 10px; */
}
/* Site Icon Ends */

.page-wrapper {
    min-height: 70vh;
    background-color: #fff;
    /* padding-top:125px; */
}

.video-wrapper {
  visibility: visible;
  opacity: 0.999;
  background: transparent;
  padding: 0px;
  height: 560px;
  display: block;
  width: auto;
  overflow: visible;
  transform: translate(0px, 0px);
}
.video-wrapper video {
    object-fit: cover;
    background-size: cover;
    opacity: 1;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    display: block;
}
.main-banner {
  width: 100%;
  height: 500px;
  position: absolute;
  display: flex;
  flex-direction: column;
  top: 60px;
  background-color: rgb(103 102 102 / 30%);
  justify-content: space-evenly;
  align-items: center;
}
.logo-main {
    width: 150px;
    transition: ease-in-out 0.5s;
    transform:scale(1);
}
.logo-main:hover,
.logo-main:focus,
.footer-logo:hover,
.footer-logo:focus,
.logo-pc:hover,
.logo-pc:focus,
.events-pic:hover,
.events-pic:focus,
.gall-pic img:hover {
    transition: ease-in-out 0.5s;
    transform:scale(1.1);
}

.slogan {
  text-align: center;
  font-family: 'Allura', cursive;
  font-size: 44px;
  color: #ffffff;
  letter-spacing: 4px;
  text-shadow: 2px 2px 3px black !important;
  margin: 0 10px;
}
.call-srv-button {
  display: flex;
  background-color: #482313;
  border-width: 2px;
  border-style: solid;
  padding: 5px 20px;
  color: #fff;
  font-size: 1.2rem;
  transition: ease-in-out 0.3s;
}
.call-srv-button:hover {
    background-color: transparent;
}
.section-title {
  display: flex;
  margin: 20px auto 5px;
  justify-content: space-around;
  color: #482313;
  letter-spacing: .5px;
  /* font-size: 20px; */
  font-size: 18px;
  font-weight: 600;
}
.separator-with-icon {
    display: flex;
    margin: 12px 0 6px;
    letter-spacing: 0;
    font-size: 0;
    line-height: 0;
    align-items: center;
    justify-content: center;
}
.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}
.separator-left {
    display: inline-block;
    background-color: #482313;
    width: 50px;
    margin-right: 7px;

    height: 2px;
}
.separator-right {
    display: inline-block;
    background-color: #482313;
    width: 50px;
    margin-left: 7px;
    height: 2px;
}
.ev-icon {
    padding-left: 5px;
}
.icon-inner, .ionicon, svg{
  transition: ease-in-out 0.3s;
}
.price-items {
    list-style-type: square !important;
    padding: 0;
    margin: 0;
}
.icon-holder {
    position: relative;
    background-color: #482313;
    height: 8px;
    width: 8px;
    transform: rotate(45deg);
}
.icon-holder-menu {
    position: relative;
    height: 8px;
    width: 8px;
    transform: rotate(45deg);
    background-color: #ebd8c4;
    margin-right: 10px;
}
.events-pic {
  filter: grayscale(50%);
  border-radius: 150px;
  margin-left: auto;
  margin-right: auto;
  z-index: 100;
  border: 2px;
  border-style: solid;
  border-color: #482313;
  object-fit: cover;
  width: 150px;
  height: 150px;
  -webkit-box-shadow: 0px 13px 34px -19px rgb(0 0 0 / 75%);
  -moz-box-shadow: 0px 13px 34px -19px rgba(0,0,0,0.75);
  box-shadow: 0px 13px 34px -19px rgb(0 0 0 / 75%);
  padding: 5px;
  background-color: #eef0ec;
  transition: ease-in-out 0.5s;
  transform: scale(1);
}
.service-pic {
    filter: grayscale(50%);
    margin-left: auto;
    margin-right: auto;
    /* z-index: 100; */
    object-fit: cover;
    width: 100px;
    height: 100px;
    padding: 5px;
}
.section-events {
    margin-bottom: 40px;
}
.section-services {
    margin-bottom: 0;
}
.service-row {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    /* padding: 5px 0; */
}
.events-row {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 10px 0;
    flex-direction: column;
}
.events,
.service {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    padding: 0 20px;
}
.events span {
    text-shadow: 2px 2px 3px #0000004a;
    padding: 5px 0 10px 0;
    font-family: 'Allura', cursive;
    font-size: 36px;
}
.service span {
    padding: 0 0 10px 0;
    font-size: 22px;
    text-shadow: 1px 1px 2px #00000036;
}
.events p,
.service p {
    font-size: 18px;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
}
.to-top-arrow {
    position: fixed;
    width: 40px;
    height: 40px;
    color: #482313;
    z-index: 20;
    bottom: -10px;
    transform: translateY(40px);
    transition: all .7s;
    right: 10px;
    border: 2px solid #482313;
    font-size: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.to-top-arrow.show {
    bottom: -40px;
    transform: translateY(-90px);
}
.to-top-arrow:hover {
    color: #fff;
    /* border: 2px solid #ab735b; */
    background-color: #482313;
}
.section-header {
    /* position: relative;
    top: 0;
    left: 0;
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: cover; */
    width: 100%;
    height: 200px;
    box-shadow: -1px 1px 9px 2px rgb(0 0 0 / 23%);
    margin: 0px auto 20px;
}
.included {
    background-image: url(/assets/images/banners/general.jpg);
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: cover;
}
.included-wedding {
  background-image: url(/assets/images/banners/wedding-1.jpg);
  background-position: 0% 0%;
}
.included-quince {
  background-image: url(/assets/images/banners/quince-inc.jpg);
  background-position: 0% 0%;
}
.included-birthday {
  background-image: url(/assets/images/banners/birthday-inc.jpg);
  background-position: 0% 0%;
}
.included-corporate {
  background-image: url(/assets/images/banners/corporate-inc.jpg);
  background-position: 0% 0%;
}
.included-family {
  background-image: url(/assets/images/banners/family-inc.jpg);
  background-position: 0% 0%;
}
.included-general {
  background-image: url(/assets/images/banners/all-events-inc.jpg);
  background-position: 0% 0%;
}
.included-pricing {
  background-image: url(/assets/images/banners/pricing-inc.jpg);
  background-position: 0% 0%;
}
.included-about {
    background-image: url(/assets/images/banners/about-inc.jpg);
    background-position: 0% 0%;
}
.add-ons {
    background-image: url(/assets/images/banners/add-ons.jpg);
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: cover;
}
.section-no-bkg-header {
    height: 120px;
    background-color: #ebd8c4;
    display: flex;
    justify-content: center;
    margin: 0 0 -20px 0;
}
.inner-section-header {
    position: relative;
    /* background-image: url(/assets/images/banners/general.jpg); */
    /* background-position: 50% 50%; */
    background-repeat: no-repeat;
    background-size: cover;
    /* background-attachment: fixed; */
    width: 100%;
    /* height: 400px; */
}
.inner-section-header h1,
.inner-section-no-bkg-header h1 {
    font-family: 'Allura', cursive;
    font-size: 40px;
    color: #ffffff;
    letter-spacing: 4px;
    text-shadow: 2px 2px 3px black;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.inner-section-header h1 {
    height: 200px;
    /* background-color: rgb(103 102 102 / 54%); */
    background-color: rgb(103 102 102 / 30%);
}
.section-location {
    width: 100%;
    background-color: #ebd8c4;
    display: block;
    position: relative;
    overflow: hidden;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0;
}

.map {
    margin-bottom: -10px;
}
.map iframe {
    height: 200px;
}
/* Footer */
.site-footer {
    background: #313131;
    position: relative;
    z-index: 15;
    color: #f1f1f1;
    padding: 0;
}
.footer-logo {
    text-align: center;
    margin: auto;
    transition: ease-in-out 0.5s;
    transform:scale(1);
}
.footer-logo img {
    width: 150px;
    margin: 20px 0 5px;
}
.footer-menu {
    text-align: center;
    padding: 10px 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.footer-menu a, .admin-footer-menu a {
    color: #f1f1f1;
    padding-right: 20px;
    font-size: 1.2rem;
    letter-spacing: 0.5px;
    line-height: 50px;
    text-transform: uppercase;
    transition: all .2s ease-in-out;
}
.footer-menu a:hover,
.admin-footer-menu a:hover,
.footer-social i:hover {
    color: #ebd8c4;
}
.bottom-bar {
    padding: 5px;
    text-align: center;
    font-size: 12px;
    background-color: #482313;
}

.footer-social {
    display: flex;
    justify-content: center;
    color: #fff;
    font-size: 26px;
    padding-bottom: 10px;
}
.footer-social ion-icon {
    transition: ease-in-out 0.3s;
    border-radius: 12px;
    margin-right: 10px;
}
.footer-social ion-icon:hover {
    color: #ebd8c4;
    background-color: #fff;
}

/* Gallery Page */
.gal-page-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  /* margin: 0 20%; */
  width: 90vw;
  /* padding: 2px 0; */
}
.col-h-40 {
  height: 30vh;
}
.col-h-20 {
  height: 15vh !important;
}
.col-h-25 {
  height: 25vw !important;
}
.square-pic {
  /* height: 18vw !important; */
  object-fit: cover;
  object-position: 40% 0%;
}
.big-square-pic {
  object-position: 45% 35%;
  object-fit: cover;
}
.rect-pic {
  height: 13vh !important;
  object-fit: cover;
}
.pic-centered-1 {
  object-position: 0% 35%;
}
.pic-centered-0 {
  object-position: 0% 0%;
}
.adjust-pic {
  object-fit: cover;
  object-position: 40% 0%;
}
.gal-page-pic {
  /* width: 33%; */
  overflow: hidden;
  /* padding: 0 2px; */
}


/* Gallery Home */
.main-gallery{
    margin-bottom: 40px;
}
.gallery-section {
  margin: 40px 0;
  display: flex;
  justify-content: center;
  /* align-items: flex-start; */
  flex-wrap: wrap;
  /* padding: 10px 0; */
}

/* Gallery */
.gallery{
    margin: 20px 0;
}
.gall-row {
    display: flex;
    flex-wrap: wrap;
    /* flex-direction: column; */
    width: 90vw;
}
.gall-pic {
    width: 50%;
    overflow: hidden;
    /* padding: 5px 10px; */
}
/* .gall-pic img {
    width: 100%;
    transition: ease-in-out 0.5s;
    transform:scale(1);
    cursor: pointer;
} */
.gall-pic img, .gal-page-pic img {
    width: 100%;
    padding: 1px;
    transition: ease-in-out 0.5s;
    transform:scale(1);
    cursor: pointer;
    height: 100%;
}
#all_pics {
    width: 100vw;
    height: 100vh;
    background-color: black;
}
.gallry {
    border: 2px solid black;
}
.gallry .paddle-nav a {
    /* opacity: 0.1; */
    height: 100px;
    width: 100px;
}
.gallry .slides .slide {
    background-size: contain!important;
    top: -20px;
}
.gallry .dotnav {
    display: none;
}
.view-modal-img {
    /* max-width: 60vw; */
    align-items: center;
    /* top: 90px; */
}
.modal-content {
    /* top: 60px; */
}
.modal-dialog, .admin-dialog {
    /* max-width: 60vw; */
    box-shadow: 0 12px 30px 0 rgba(0,0,0,0.5);
}
.gallry .paddle-nav a .paddle.paddle-left::before {
    transform: rotate(222deg);
    left: 10px;
}
.gallry .paddle-nav a .paddle::before{
    width: 40px;
    height: 40px;
}
.gallry .paddle-nav a .paddle.paddle-right::before {
    float: right;
    right: 55px;
    transform: rotate(45deg);
    top: 1.2em;
}
.gallry .paddle-nav {
    height: 100px;
    top: 42%;
}

/* Internal Pages */
.page-header {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 320px;
    box-shadow: 0 4px 7px rgba(0,0,0,.25);
}
.inner-page-header {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    /* background-attachment: fixed; */
    width: 100%;
    filter: grayscale(0.3);
    height: 240px;
    top: 80px;
}
.inner-page-header h1,
.inner-page-no-bkg-header h1 {
    font-family: 'Allura', cursive;
    font-size: 40px;
    color: #ffffff;
    letter-spacing: 4px;
    text-shadow: 2px 2px 3px #000000b8;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    font-weight: bold;
    width: 90vw;
    margin: auto;
    text-align: center;
}
.weddings {
    background-image: url(/assets/images/banners/wedding-2.jpg);
    background-position: 0% 20%;
}
.quince {
    background-image: url(/assets/images/banners/quinceanera.jpg);
    background-position: 60% 40%;
}
.birthday {
    background-image: url(/assets/images/banners/birthday.jpg);
    background-position: 0% -20%;
}
.corporate {
    background-image: url(/assets/images/banners/corporate.jpg);
    background-position: 0% 20%;
}
.family {
    background-image: url(/assets/images/banners/family.jpg);
    background-position: 60% 40%;
}
.general {
    background-image: url(/assets/images/banners/all-events.jpg);
    background-position: 0% 50%;
}
.gallery-bnn {
    background-image: url(/assets/images/banners/gallery.jpg);
    background-position: 60% 60%;
}
.pricing {
    background-image: url(/assets/images/banners/pricing.jpg);
    background-position: 0% 20%;
}
.about {
    background-image: url(/assets/images/banners/about.jpg);
    background-position: 0% 20%;
}
.page-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* margin-bottom: 20px; */
    justify-content: space-evenly;
    min-height: 280px;
    align-items: center;
    padding: 0 20px 20px;
    text-align: center;
}
.section-desc {
    /* width: 50%; */
    font-size: 18px;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    margin-top: 10px;
    /* min-height: 150px; */
}
.show-more {
    display: flex;
    justify-content: center;
}
.call-button, .more-pics {
    display: flex;
    background-color: #482313;
    border-width: 2px;
    border-style: solid;
    padding: 5px 15px;
    color: #fff;
    font-size: 20px;
    transition: ease-in-out 0.3s;
}
.call-button {
    /* margin-top: 30px; */
}
.more-pics {
    margin-top: 0;
}
.call-button:hover,
.more-pics:hover {
    background-color: #8f6945;
}
.top-section {
    display: flex;
    margin: 40px 0 0;
    background-color: #ebd8c4;
    flex-direction: column;
    align-items: center;
}
.left-sec {
    background-color: #ebd8c4;
    width: 100%;
}
.left-sec img {
    width: 100%;
    height: 240px;
}
.right-sec {
    position: relative;
    top: -60px;
    z-index: 10;
    background-color: #fff;
    /* height: 500px; */
    width: 90%;
}
/* .right-desc {
    width: 100%;
    padding: 20px;
} */
.right-desc {
    width: 100%;
    text-align: left;
    /* padding: 0 20px; */
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    /* margin-bottom: -30px; */
}
.title-desc {
    margin: 20px;
    letter-spacing: .5px;
    font-size: 18px;
    font-weight: 600;
    color: #482313;
    text-transform: uppercase;
}
.all-services {
    margin-bottom: 20px;
}
.srv-10 {
    margin-top: -10px;
}
.srv-20 {
    margin-top: -20px;
}
.srv-30 {
    margin-top: -30px;
}
.srv-40 {
    margin-top: -40px;
}
/* Contact Starts */
.view-header  {
    border: 1px solid #666;
    box-shadow: 0 12px 30px 0 rgba(0,0,0,.5);
    padding: 20px;
    min-height: 0;
    border-radius: 8px;
    justify-content: center;
    background-color: #f8f8f8;
    /* top: 60px; */
}
#modal-view-frm {
    top: 20px;
    width: 95vw;
    left: 10px;
}
.modal-open {
    padding-right: 0 !important;
}
.modal-open .modal {
    overflow: hidden;
    overflow-y: auto;
    padding: 0 !important;
}
.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none;
    margin: 0;
}
.close-cab-modal {
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
    color: #482313;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 40px;
}
.close-img-modal {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    color: var(--bs-white);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 100;
}
.close-cab-modal i {
    font-size: 40px;
    padding: 5px 13px;
}
.close-cab-modal .fa {
    font-size: 30px;
    padding: 0 4px;
}
.close-img-modal ion-icon {
    font-size: 40px;
}
.close-cab-modal:hover, .close-cab-modal:focus {
    background: #482313;
    color: #fff;
}
.form-group {
    display: flex;
    flex-direction: column;
    margin: 10px 0 0;
}
.form-group label {
    padding-bottom: 5px;
    font-size: 18px;
    color:#482313;
}
.form-group input, .form-group textarea {
/* font-family: 'Roboto', sans-serif; */
font-size: 18px;
border: 2px solid #48231369;
border-radius: 3px;
}
.form-group input {
/* height: 35px; */
}
input:focus, select:focus, textarea:focus {
    outline-color: #0d6efd87;
    outline-style: groove;
    outline-width: thin;
    border: 2px solid #0d6efd87;
}
.form-group select {
    font-family: 'Roboto', sans-serif;
    border: 2px solid #48231369;
    border-radius: 3px;
    height: 35px;
    padding: 0 2px;
    font-size: 16px;

    /* Up/Down Arrow */
    background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%);
    background-position: calc(100% - 20px) calc(0.8em + 1px), calc(100% - 15px) calc(0.8em + 1px);
    background-size: 5px 5px, 5px 5px, 1px 1.5em;
    background-repeat: no-repeat;
    font-weight: bold;
}

.form-group select option{
    color:#212529;
    font-weight: bold;
}
.div-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.btn {
    display: block;
    width: 50%;
    margin: 1.2rem 0 0;
    font-size: 18px;
    text-align: center;
    color: #FFF;
    background: #482313;
    padding: 5px 0;
}
.btn:hover {
    background-color: #fff;
    cursor: pointer;
    color: #482313;
    border: 2px solid #482313;
    padding: 4px 0;
}
/* Contact Ends */

.price-hdr {
    display: flex;
    align-items: center;
    padding: 2px 20px;
}
.price-hdr span {
  padding-left: 20px;
}
.price-title {
    font-size: 18px;
    color: #482313;
    margin: 5px 0;
    font-weight: 600;
}