@charset "utf-8";
html,body {
    font-family: 'Abhaya Libre', sans-serif;
}
.mw-1400{
    max-width: 1400px;
    padding-right: 15px;
    padding-left: 15px;
}
.cursor-pointer{
    cursor: pointer;
}
.color-1{
    color: #d6b28a;
}
.color-2{
    color: #876c51;
}
.color-blue-logo{
    color: #425f87;
}
.btn-blue-logo{
    --bs-btn-color: #425f87;
    --bs-btn-border-color: #425f87;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #425f87;
    --bs-btn-hover-border-color: #425f87;
    --bs-btn-focus-shadow-rgb: 13, 110, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #425f87;
    --bs-btn-active-border-color: #425f87;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #425f87;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #425f87;
    --bs-gradient: none;
}
.call-us{
    width: 28px;
    height: 28px;
}
.text-us{
    width: 28px;
    height: 28px;
}
.fs-h{
    font-size: 16px;
}
.bg-wedding{
    background-color: #e1e7ea;
}
.bg-private-event{
    background-color: #493538;
}
.bg-section-h{
    background-color: #4a8faf;
}
.video-container
{
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}
.video-container video
{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
}
.gallery-item {
    aspect-ratio: 3 / 4;
    overflow: hidden;
    border-radius: 0.5rem;
}

.gallery-item img,
.gallery-item video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.logo-skybar
{
    position: relative;
    top: 0;
    background-color: rgba(255, 255, 255, 0.8);
    height: auto;
}
.logo-skybar
    img 
{
    max-height: 200px;
}
.content {
    height: 100%;
    overflow-y: auto;
  }

.sticky-form {
  position: sticky;
  top: 0;
}
.zoom {
    overflow:hidden;
    position:relative;
}
.zoom>a>img {
    transition:1s
}
.zoom:hover>a>img {
    transform:scale(1.1);
    transition:1s
}
.photo_plus:hover{
    background-image: url(https://www.elliottwrightgroup.com/images/plus.webp);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50px auto;
}

.overlay_hover:hover{
    background-color: rgba(0,0,0,0.5);
    opacity: 1;
}
.overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  /*background-color: rgba(0,0,0,0.5);  */
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transform: translate(-50%, -50%);
  opacity: 0;
}

.overlay > * {
  color: white;
  font-size: 3rem;
  text-align: center;
  text-shadow: 1px 1px 2px black;
}

/*            .h-video{
    height: 100vh;
}*/
@media screen and (min-width: 576px) {

}
@media screen and (min-width: 768px) {
    .fs-h{
        font-size: 17px;
    }
    .mw-1400{
        padding-right: 25px;
        padding-left: 25px;
    }
    .logo-skybar
        img 
    {
        max-height: 200px;
    }
    .call-us{
        display: none;
    }
    .text-us{
        display: none;
    }
}
@media screen and (min-width: 992px) {
    .fs-h{
        font-size: 18px;
    }
    .mw-1400{
        padding-right: 35px;
        padding-left: 35px;
    }
    .logo-skybar{
        position: absolute;
        top: 0;
        background-color: rgba(255, 255, 255, 0.8);
    }
    .logo-skybar
        img 
    {
        max-height: 190px;
    }
}
@media screen and (min-width: 1200px) {
    .mw-1400{
        padding-right: 50px;
        padding-left: 50px;
    }
    .logo-skybar
        img 
    {
        max-height: 220px;
    }
}
@media screen and (min-width: 1400px) {
    .logo-skybar
        img 
    {
        max-height: 250px;
    }
}