/*
*	DESTINY - WEDDING HTML TEMPLATE
* 	Copyright 2016
* 	www.mutationmedia.net
* 	Created by : mutationthemes
*
*/
/* Table of Content
==================================================
	1.Preloader
	2.Site wrapper
	3.Hero section
	4.Restaurant section
	5.Menu section
	6.Special section
	7.Reservation section
	8.Gallery section
	9.Contact section
	10.Footer
	11.Mediaqueries
/*Preloader*/

@font-face {
    font-family: 'GE_SS_TWO';
    src: url('../font/GE-SS-Two/ge.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'GE_SS_TWO';
    src: url('../font/GE-SS-Two/ge2.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}

[animate] {
    transition: transform 1s 0.5s, opacity 1s 0.5s;
    opacity: 0;
}
[animate].show {
    opacity: 1;
}
[animate="left"] {
    transform: translateX(-15px);
}
[animate="left"].show {
    transform: translateX(0);
}
[animate="right"] {
    transform: translateX(15px);
}
[animate="right"].show {
    transform: translateX(0);
}
[animate="up"] {
    transform: translateY(-15px);
}
[animate="up"].show {
    transform: translateY(0);
}
[animate="down"] {
    transform: translateY(15px);
}
[animate="down"].show {
    transform: translateY(0);
}

.row:before,
.row:after {
    display: none !important;
}

body {
    overflow-x: hidden;
}

.loader {
    background: #ffffff;
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
}
.loader-inner {
    left: 0;
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.loading-spinner {
    width: 100px;
    height: 100px;
    animation: spinner-rotate 2s ease-in-out infinite;
    -webkit-animation: spinner-rotate 2s ease-in-out infinite;
    -moz-animation: spinner-rotate 2s ease-in-out infinite;
    -ms-animation: spinner-rotate 2s ease-in-out infinite;
    -o-animation: spinner-rotate 2s ease-in-out infinite;
}
.spinner {
    animation: spinner-color 8s ease-in-out infinite,
        spinner-dash 2s ease-in-out infinite;
    -webkit-animation: spinner-color 8s ease-in-out infinite,
        spinner-dash 2s ease-in-out infinite;
    -moz-animation: spinner-color 8s ease-in-out infinite,
        spinner-dash 2s ease-in-out infinite;
    -ms-animation: spinner-color 8s ease-in-out infinite,
        spinner-dash 2s ease-in-out infinite;
    -o-animation: spinner-color 8s ease-in-out infinite,
        spinner-dash 2s ease-in-out infinite;
    stroke-linecap: round;
}
@keyframes spinner-rotate {
    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -moz-transform: trotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
    }
}
@keyframes spinner-color {
    0%,
    100% {
        stroke: #a68b7c;
    }
    20% {
        stroke: #353031;
    }
    40% {
        stroke: #a68b7c;
    }
    60% {
        stroke: #353031;
    }
    80% {
        stroke: #a68b7c;
    }
}
@keyframes spinner-dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 90, 200;
        stroke-dashoffset: -35px;
    }
    100% {
        stroke-dasharray: 90, 200;
        stroke-dashoffset: -125px;
    }
}
/*End preloader*/
/*Site wrapper*/

.wrapper {
    position: relative;
}
/*End site wrapper*/
/* Hero Section*/

.scroll {
    font-family: 'GE_SS_TWO';
    font-weight: 300;
}

.filter-menu::before {
    content: "";
    position: absolute;
    background-color: #ebab63;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
}

.filter-menu-1::before {
    content: "";
    position: absolute;
    background-color: #ebab63;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
}

.hover-state:hover {
    color: #ebab63;
}

.give-height {
    height: 450px;
}

.give-height .swiper-show {
    height: 100%;
}

.adjust-padding {
    padding-right: 7px;
    padding-left: 7px;
}

.mobile-menu .over-menu li a.active {
    color: #ebab63 !important;
}

.active {
    color: #ebab63 !important;
}
.active.mobile {
    color: #ebab63 !important;
}

/* .menu-mobile {
  background-color: red;
  height: 100vh;
} */

.learn-more-button {
    background-color: #0a1e40;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 50px;
    width: 185px;
    border: none;
    font-size: 14px;
    color: #ebab63;
    font-family: 'GE_SS_TWO';
    font-weight: 300;
    text-transform: capitalize;
}

.reserve-button{
    height: 45px !important;
    width: 155px !important;
}

.button-reserve-a{
    margin: 0 !important;
    padding: 0 !important;
}

.learn-more-button.view-all p {
    font-size: 16px;
    margin-bottom: 0.5px;
    left: calc(100% - 118px);
    padding: 2px 0.7rem 0 0.7rem;
}

.learn-more-button.send p {
    font-size: 16px;
    margin-top: 2px;
    left: calc(100% - 108px);
}

.learn-more-button.load p {
    font-size: 16px;
    left: calc(100% - 123px);
    margin-top: 2px;
}

.learn-more-button p {
    font-size: 14px;
    color: #ebab63;
    font-family: 'GE_SS_TWO';
    font-weight: 300;
    text-transform: capitalize;
    transition: 0.5s;
    padding: 2px 0.7rem 0 1.5rem;

    position: absolute;
    left: calc(100% - 123px);
}

.page-not-found .learn-more-button p {
    padding: 0;
}

.learn-more-button.visit p {
    font-size: 14px;
    color: #ebab63;
    font-family: 'GE_SS_TWO';
    font-weight: 300;
    text-transform: capitalize;
    transition: 0.5s;
    padding: 2px 1.5rem 0 0.7rem;
    position: absolute;
    left: calc(100% - 113px);
}

.learn-more-button img {
    transition: 0.5s;
    position: absolute;
    height: 50px;
    width: 50px;
    right: calc(100% - 50px);
}

.reserve-button img {
    height: 45px !important;
    width: 45px !important;
    right: calc(100% - 45px);
}

.reserve-button p {
    left: calc(100% - 80px);
    padding: 0 0 0 0.7rem !important;
}

@media (hover: hover) {
    .learn-more-button:hover img {
        right: 0;
    }

    .learn-more-button:hover p {
        left: 15px;
    }
    
    .reserve-button:hover p {
        left: 25px !important;
    }

    .learn-more-button.load:hover p {
        left: 12px;
    }

    .learn-more-button.view-all:hover p {
        left: 25px;
    }

    .learn-more-button.send:hover p {
        left: 38px;
    }

    .learn-more-button.visit:hover p {
        left: 23px;
    }
}

section.hero {
    background: #353031;
    padding: 0;
    position: relative;
    overflow: hidden;
}

.contact-us {
    z-index: 999;
    position: fixed;
    bottom: 4vh;
    left: 4vh;
    cursor: pointer;
}

.contact-us-sections {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.form-container {
    width: 80%;
    background-color: #fdf7ef;
    padding: 100px;
}

/* .form-container div {
  display: inline-block;
  width: 49%;
} */

/* .form-container div {
  padding-right: 1%;
} */

.form-container label {
    color: #0a1e40;
    padding-bottom: 10px;
    font-family: 'GE_SS_TWO';
    font-weight: 300;
    font-size: 18px;
}

.active-error {
    border: 1px solid red !important;
}

.form-container textarea {
    padding: 8px 15px;
    outline: none;
    margin-bottom: 50px;
}

.form-container textarea:focus {
    border: 1px solid #ebab63;
}

.form-container textarea:focus-within {
    border: 1px solid #ebab63;
}

.form-container textarea:focus-visible {
    border: 1px solid #ebab63 !important;
}

.form-container textarea {
    width: 100%;
    background: #fdf7ef;
}

.contact-us .contact-us-whatapp {
    position: absolute;
    z-index: -1;
    transition: 0.5s;
    visibility: hidden;
    padding-bottom: 50px;
}

.contact-us .contact-us-phone {
    position: absolute;
    z-index: -1;
    transition: 0.5s;
    visibility: hidden;
    max-width: unset;
    padding-left: 100px;
}

@media (hover: hover) {
    .contact-us:hover .contact-us-whatapp {
        transform: translateY(-4.3rem);
        padding-bottom: 0.5rem;
        visibility: visible;
    }

    .contact-us:hover .contact-us-phone {
        transform: translateX(4.3rem);
        visibility: visible;
    }
}

.show-contact-mobile-wtp {
    transform: translateY(-4.3rem);
    padding-bottom: 0.5rem;
    visibility: visible !important;
}

.show-contact-mobile-phone {
    transform: translateX(-4.3rem);
    visibility: visible !important;
}

.events-section {
    background-color: rgba(235, 171, 99, 0.1);
    padding-bottom: 110px;
}

.menu {
    padding-top: 110px;
    padding-bottom: 110px;
}

.resto {
    padding-bottom: 110px;
    padding-top: 110px;
}

/* .col-on-hover .col-12 {
  padding-right: 7px;
  padding-left: 7px;
} */

.container-fluid.instagram-section .custom-col {
    padding-right: 7px !important;
    padding-left: 7px !important;
    margin-bottom: 14px !important;
}

.container-fluid.instagram-section .custom-col img {
    object-fit: cover;
}

.events-section .container-fluid {
    padding-right: 7px;
    padding-left: 7px;
}

.blogs .container-fluid {
    padding-right: 7px;
    padding-left: 7px;
}

.events-title {
    color: #ebab63;
    text-align: center;
    font-family: 'GE_SS_TWO';
    font-weight: 300;
    font-size: 30px;
    text-transform: capitalize;
}

.menuSwiper .swiper-button-next {
    background-image: url("../img/nextnext.svg") !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 2rem;
    width: 2rem;
}

.menuSwiper .swiper-slide{
    height: auto;
    display: flex;
    align-items: flex-end;
}

.menuSwiper .swiper-button-prev {
    background-image: url("../img/prevprev.svg") !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 2rem;
    width: 2rem;
}

.exquisite {
    text-align: center;
    text-transform: capitalize;
    font-family: 'GE_SS_TWO';
    font-weight: 300;
    color: #0a1e40;
    font-size: 18px;
}

section.single-hero {
    min-height: 400px;
}
.background-img img {
    display: none;
}
.background-img {
    width: 100%;
    height: 100%;
}

.background-img {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #353031;
    background-image: none;
    background-origin: padding-box;
    background-position: 50% 50% !important;
    background-repeat: repeat;
    background-size: cover !important;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}

.background-imgg {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #353031;
    background-image: none;
    background-origin: padding-box;
    background-position: 50% 50% !important;
    background-repeat: repeat;
    background-size: cover !important;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
    height: 50%;
    transform: translateY(100%);
}

/* .odd-resizing:nth-child(odd) img {
  width: 100%;
  height: 50vh;
  object-fit: cover;
  object-position: 50% 50%;
}

.even-resizing:nth-child(even) img {
  width: 100%;
  height: 50vh;
  object-fit: cover;
  object-position: 50% 50%;
} */

.big-image {
    height: 50vh;
    object-fit: cover;
    width: 100%;
}

.small-image {
    height: 30vh;
    object-fit: cover;
    width: 100%;
}

.masonry-row {
    margin: 10px;
}

.big-image .show1 {
    height: 100%;
}

.big-image div img {
    height: 100%;
    object-fit: cover;
}

.home-blog-title {
    font-family: 'GE_SS_TWO';
    font-weight: 500;
    text-align: center;
    color: #ebab63;
    font-size: 30px;
    padding-bottom: 15px;
    text-transform: capitalize;
}

.resizing img {
    width: 100%;
    height: 50vh;
    object-fit: cover;
    object-position: 50% 50%;
}

.col-on-hover:nth-child(even) .around-img-content {
    text-align: center;
    padding: 15px;

    background-color: #0a1e40;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    box-shadow: 0 -15px 0px rgb(10 30 64 / 60%);
}

.col-on-hover:nth-child(odd) .around-img-content {
    text-align: center;
    padding: 15px;
    background-color: #0a1e40;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    box-shadow: 0 15px 0px rgb(10 30 64 / 60%);
}

.around-img-content-mobile {
    text-align: center;
    padding: 11%;
    position: relative;
    background-color: #0a1e40;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    box-shadow: 0 -15px 0px rgb(10 30 64 / 60%);
}

.default .single-blog-li a {
    color: #0a1e40;
}
.col-on-hover.col-on-hover1 {
    transition: 0.5s;
    padding: 0;
    transform-origin: center left;
}

.col-on-hover.col-on-hover2 {
    transition: 0.5s;
    padding: 0;
}

.col-on-hover.col-on-hover3 {
    transition: 0.5s;
    padding: 0;
    transform-origin: center right;
}

/* .col-on-hover.col-on-hover1 .around-img-content{
    box-shadow: 0 15px 0px rgb(10 30 64 / 60%);
}

.col-on-hover.col-on-hover3 .around-img-content{
    box-shadow: 0 15px 0px rgb(10 30 64 / 60%);
}

.col-on-hover.col-on-hover2 .around-img-content{
    box-shadow: 0 -15px 0px rgb(10 30 64 / 60%);
} */

.col-on-hover-mobile {
    transition: 0.5s;
    padding: 40px;
    padding-top: 0;
}

.col-on-hover-mobile .blog-date {
    font-size: 16px;
    font-family: 'GE_SS_TWO';
    font-weight: 300;
    color: #fff;
}

.col-on-hover-mobile .blog-title {
    font-size: 20px;
}

.col-on-hover-mobile .blog-desc {
    font-size: 16px;
}

.col-on-hover-mobile .blog-read-more {
    font-size: 14px;
}



.contact-title {
    font-family: 'GE_SS_TWO';
    font-weight: 500;
    color: #ebab63;
    font-size: 30px;
    text-align: center;
    text-transform: capitalize;
    padding-bottom: 12px;
}

.input-shadow {
    box-shadow: 0 1px 5px rgb(0 0 0 / 15%) !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.contact-subtitle {
    font-family: 'GE_SS_TWO';
    font-weight: 300;
    font-size: 18px;
    text-align: center;
    color: #0a1e40;
}

.blog-read-more {
    font-family: 'GE_SS_TWO';
    font-weight: 500;
    color: white;
    text-transform: uppercase;
    text-decoration: underline;
    text-underline-offset: 5px;
    opacity: 0;
    transition: 0.5s;
}

.blog-read-more:hover {
    color: #ebab63;
}

.blog-food-item {
    width: 100%;
}

.on-hover-translate {
    transform: translateY(25px);
    transition: 0.5s;
}

@media (hover: hover) {
    .col-on-hover:hover {
        transform: scale(1.03);
        box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%) !important;
        z-index: 998;
    }

    .col-on-hover:hover .on-hover-translate {
        transform: translateY(0);
    }
}

.col-on-hover:hover .blog-read-more {
    opacity: 1;
    /* padding-bottom: 10px;
  padding-top: 10px; */
}

.blog-title {
    font-family: 'GE_SS_TWO';
    font-weight: 300;
    color: #ebab63;
    font-size: 20px;
    text-transform: uppercase;
}

.bolg-desc {
    color: white;
    font-family: 'GE_SS_TWO';
    font-weight: 500;
    font-size: 18px;
    padding-bottom: 25px;
}

.blog-date {
    color: white;
    font-family: 'GE_SS_TWO';
    font-weight: 300;
    font-size: 18px;
}

#interior {
    background-color: #0a1e40;
}

.single-blog-date {
    font-family: 'GE_SS_TWO';
    font-weight: 300;
    color: #0a1e40;
    text-align: center;
    font-size: 18px;
}

.single-blog-title {
    font-family: 'GE_SS_TWO';
    font-weight: 500;
    text-transform: capitalize;
    color: #ebab63;
    text-align: center;
    font-size: 40px;
}

.singleBlogSwiper {
    height: 550px;
    min-height: 550px;
}

.singleBlogSwiper .swiper-slide .swiper-slide-active {
    width: 80%;
}

.follow-us-insta {
    text-align: center;
    font-family: 'GE_SS_TWO';
    font-weight:500;
    color: #ebab63;
    font-size: 18px;
    text-transform: capitalize;
    margin-bottom: 10px;
    margin-top: 110px;
}

.at-vaga {
    text-align: center;
    font-size: 30px;
    font-family: GE_SS_TWO;
    font-weight: 300;
    padding-bottom: 60px;
    color: #fff;
}

.instagram-section {
    padding-bottom: 110px;
}

.interior-single-event {
    padding-top: 0 !important;
}

    .no-overflow {
        overflow: hidden;
    }

@media (max-width: 992px) {
    .content-wrapper-single-event img {
        height: auto !important;
    }

    .image-display {
        padding-bottom: 90px !important;
    }

    .choose-us-middle {
        width: 70% !important;
    }

    .our-story .container-fluid .row {
        width: 100%;
    }

    .right-col-team {
        padding: 50px 0;
    }

    .agassy {
        padding: 50px 0;
    }

    .even-resizing:nth-child(even) p {
        bottom: 0;
    }

    .point-content {
        padding: 45px;
        margin-left: 0 !important;
    }

    .agassy {
        justify-content: center;
        align-items: center;
    }

    .show-on-hover h1 {
        font-size: 30px !important;
        padding-bottom: 0.5rem !important;
    }

    .show-on-hover p {
        font-size: 14px;
        padding-top: 0 !important;
        padding: 0rem 1rem 0 !important;
    }

    .show-on-hover.brunch .pad-20 {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
    }

    .show-on-hover a p {
        font-size: 14px;
        padding-top: 0 !important;
        padding: 0.5rem 1rem 0.5rem !important;
    }
}

.img-caption {
    padding-top: 14px;
    padding-bottom: 12px;
    font-size: 16px;
    font-family: GE_SS_TWO;
    font-weight: 300;
    color: #0a1e40;
}

.gallery-pics .img-caption {
    padding-top: 14px;
    font-size: 16px;
    font-family: GE_SS_TWO;
    font-weight: 300;
    color: #0a1e40;
    padding-bottom: 0 !important;
}

.interior-header {
    text-align: center;
    font-size: 30px;
    font-family: GE_SS_TWO;
    font-weight: 500;
    text-transform: capitalize;
    color: #ebab63;
}

.lovely-nights {
    text-align: center;
    font-size: 18px;
    color: #0a1e40;
    padding-top: 12px;
    padding-bottom: 30px;
    font-family: GE_SS_TWO;
    font-weight: 300;
}

.food-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.splide__slide img {
    width: 90%;
}

.food-title {
    font-size: 24px;
    font-family: GE_SS_TWO;
    font-weight: 300;
    color: #ebab63;
    text-transform: capitalize;
}

.splide {
    display: flex;
    justify-content: center;
}

.splide__track {
    width: 70%;
}

.food-item {
    text-align: center;
    font-family: GE_SS_TWO;
    font-weight: 300;
    color: black;
    font-size: 0.3rem;
    padding: 0 2px;
}

.header-concept {
    color: #ebab63;
    font-family: GE_SS_TWO;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 30px;
}

.about-vaga {
    font-family: GE_SS_TWO;
    font-size: 18px;
    padding-top: 12px;
    padding-bottom: 15px;
    color: #0a1e40;
    font-weight: 300;
}

.home-interior {
    padding-right: 7px;
    padding-left: 7px;
}

.swiper {
    width: 100%;
    position: relative;
    cursor: grab;
}

.swiper:active {
    cursor: grabbing;
}

.swiper-button-prev {
    display: none;
}

.swiper-button-next {
    display: none;
}

.menuSwiper .swiper-button-next {
    background-image: url("../img/nextnext.svg") !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 3rem;
    width: 3rem;
}

.menuSwiper .swiper-button-prev {
    background-image: url("../img/prevprev.svg") !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 3rem;
    width: 3rem;
}

.single-blog-points * {
    color: #0a1e40;
    font-family: GE_SS_TWO;
    font-weight: 300;
    line-height: 2;
    font-size: 18px;
}

.single-blog-points * strong {
    font-family: GE_SS_TWO;
    font-weight:
}

.single-blog-points * li {
    list-style-position: inside;
}

.single-blog-points * em {
    font-style: italic;
}

.single-blog-points * u {
    text-decoration: underline;
}

.single-blog-points * a {
    color: blue;
    position: static;
}

.single-blog-points * a:hover {
    text-decoration: underline;
}

.single-blog-points img {
    max-width: 100%;
}

.point-content-wrapper {
    width: 82%;
    padding: 7px;
}

.description-single-blog-container {
    background-color: #0a1e40;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.description-single-blog-container * {
    font-family: GE_SS_TWO;
    font-weight: 300;
    width: 80%;
    font-size: 18px;
    padding: 2rem;
    text-align: center;
    color: white;
    display: inline;
}

.description-single-blog-container h1,
h2,
h3,
h4,
h5,
h6 {
    padding-bottom: 0 !important;
}

.description-single-blog-container * strong {
    font-family: GE_SS_TWO;
    font-weight: 500;
}

.description-single-blog-container * strong {
    list-style-position: inside;
}

.description-single-blog-container * em {
    font-style: italic;
}

.description-single-blog-container * u {
    text-decoration: underline;
}

.description-single-blog-container * a {
    color: blue;
    position: static;
}

.description-single-blog-container * a:hover {
    text-decoration: underline;
}

.description-single-blog-container img {
    max-width: 100%;
    height: auto !important;
}

.point-content {
    background-color: #fdf7ef;
    padding: 40px;
    margin-left: 10px;
}

.text-share * {
    font-family: GE_SS_TWO;
    font-weight: 300;
    color: #0a1e40;
    font-size: 18px;
}

.text-share * strong {
    font-family: GE_SS_TWO;
    font-weight: 500;
}

.text-share * li {
    list-style-position: inside;
}

.text-share * em {
    font-style: italic;
}

.text-share * u {
    text-decoration: underline;
}

.text-share * a {
    color: blue;
    position: static;
}

.text-share * a:hover {
    text-decoration: underline;
}

.text-share * img {
    max-width: 100%;
    height: auto !important;
}

.no-padding .col {
    padding: 0.3rem;
}

.point-title {
    font-family: GE_SS_TWO;
    font-weight: 500;
    font-weight: 200;
    color: #ebab63;
    font-size: 20px;
}

.point-desc * {
    font-family: GE_SS_TWO;
    font-weight: 300;
    color: #0a1e40;
    font-size: 18px;
}

.point-desc * strong {
    font-family: GE_SS_TWO;
    font-weight: 500;
}

.point-desc * li {
    list-style-position: inside;
}

.point-desc * em {
    font-style: italic;
}

.point-desc * u {
    text-decoration: underline;
}

.point-desc * a {
    color: blue;
    position: static;
}

.point-desc * a:hover {
    text-decoration: underline;
}

.point-desc * img {
    max-width: 100%;
    height: auto !important;
}

.share {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.share p {
    font-family: GE_SS_TWO;
    font-weight: 300;
    color: #0a1e40;
    font-size: 18px;
}

.upcoming-events {
    padding-bottom: 110px;
    padding-top: 110px;
}

.upcoming-events-title {
    text-align: center;
    font-family: GE_SS_TWO;
    font-weight: 500;
    color: #ebab63;
    font-size: 30px;
    text-transform: none;
}

.column-content {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40vh !important;
    min-height: 250px;
}

.column-content img {
    width: 100%;
}

.column-content:hover .show-on-hover {
    background-color: rgba(10, 30, 64, 0.6);
    opacity: 1;
}

.column-content:hover h1.event-title {
    opacity: 0;
}

.column-content:hover h1.brunch-event {
    opacity: 0;
}

.column-content h1.event-title {
    position: absolute;
    opacity: 1;
    transition: 0.5s ease-in-out;
    font-family: GE_SS_TWO;
    font-weight: 300;
    color: white;
    font-size: 45px;
    text-transform: uppercase;
    text-align: center;
}

.column-content h1.brunch-event {
    position: absolute;
    opacity: 1;
    transition: 0.5s ease-in-out;
    font-family: GE_SS_TWO;
    font-weight: 300;
    color: white;
    font-size: 50px;
    text-transform: uppercase;
}

.pad-20 {
    padding: 20px;
}

.show-on-hover {
    opacity: 0;
    position: absolute;
    width: 80%;
    background-color: rgba(10, 30, 64, 0);
    transition: 0.5s ease-in-out;
    flex-direction: column;
    align-items: center;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    width: calc(100% - 30px);
    max-height: 95%;
}

@media (min-width: 1200px) {
    .pad-top {
        margin-top: 30px !important;
    }

    .prev-event-col {
        height: 500px;
    }

    .container-concept {
        max-width: 800px;
    }
}

.show-on-hover h1 {
    font-family: GE_SS_TWO;
    font-weight: 300;
    color: #ebab63;
    font-size: 45px;
    text-transform: uppercase;
}

.show-on-hover p {
    color: white;
    font-family: GE_SS_TWO;
    font-weight: 300;
}

.show-on-hover a p {
    color: #ebab63;
    padding-bottom: 0 !important;
    text-decoration: underline;
    text-underline-offset: 5px;
    text-transform: uppercase;
    font-family: GE_SS_TWO;
    font-weight: 300;
}

.show-on-hover a p:hover {
    color: white;
}

.content-container-prev {
    background-color: #fdf7ef;
}

.lb-data .lb-close {
    opacity: 1;
}

.lb-data .lb-close:hover {
    filter: invert(33%) sepia(62%) saturate(338%) hue-rotate(342deg)
        brightness(101%) contrast(77%);
}

.prev-event-col div {
    height: 100%;
}

.prev-events-title {
    font-family: GE_SS_TWO;
    font-weight: 300;
    color: #ebab63;
    font-size: 35px;
    text-transform: uppercase;
    padding-bottom: 14px;
}

.prev-events-wrapper {
    /* position: absolute;
    top: 0;
    left: 0; */
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.prev-events-wrapper img {
    height: 100%;
    transition: 0.5s;
}

.prev-events-wrapper:hover img {
    transform: scale(1.05);
}

.prev-events-desc {
    font-family: GE_SS_TWO;
    font-weight: 300;
    color: #0a1e40;
    font-size: 18px;
    padding-bottom: 26px !important;
}

.prev-events-date {
    color: #0a1e40;
    font-family: GE_SS_TWO;
    font-weight: 300;
    font-size: 18px;
    padding-bottom: 5px;
}

.content-container-prev {
    padding: 120px 60px;
    height: 100%;
}

.content-container-prev a p {
    color: #ebab63;
    text-decoration: underline;
    text-underline-offset: 5px;
    text-transform: uppercase;
    font-family: GE_SS_TWO;
    font-weight: 300;
}

.content-container-prev a:hover p {
    color: #0a1e40;
}

.previous-events .col {
    padding: 0;
}

.content-wrapper-single-event {
    position: relative;
}

.content-wrapper-single-event img {
    height: 78vh;
    width: 100%;
    object-fit: cover;
}

.image-display {
    z-index: 20;
}

.vl1 {
    border-left: 12px solid white;
    height: 100%;
    position: absolute;
    left: 30%;
    margin-left: -5px;
    top: 0;
}

.vl2 {
    border-left: 12px solid white;
    height: 100%;
    position: absolute;
    right: 30%;
    margin-left: -5px;
    top: 0;
}

.event-title-container {
    background-color: #ebab63;
    position: absolute;
    left: 50%;
    padding: 5%;
    width: 65%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.event-title-container.blue-colored {
    background-color: #0a1e40;
}

.single-event-date {
    font-family: GE_SS_TWO;
    font-weight: 300;
    font-size: 22px;
    color: #0a1e40;
}

.single-event-date.white-colored {
    color: white;
}

.gallery-pics .col-12 {
    padding: 7px;
    padding-bottom: 0;
    margin-bottom: 7px !important;
}

.single-gallery .col-12 {
    padding: 8px;
}

.below-two-pics {
    font-size: 18px;
}

.single-event-title {
    font-family: GE_SS_TWO;
    font-weight: 500;
    text-transform: capitalize;
    color: white;
    text-align: center;
    font-size: 60px;
}

.single-event-colored-section {
    background-color: #ebab63;
    display: flex;
    justify-content: center;
    text-align: center;
    position: relative;
    overflow: visible;
    z-index: 99;
}

.single-event-colored-section.upcoming-blue {
    background-color: #0a1e40;
}

.single-event-section-wrapper * {
    color: white;
    font-family: GE_SS_TWO;
    font-weight: 300;
    font-size: 18px;
    line-height: 2;
}

.single-event-section-wrapper * strong {
    font-family: GE_SS_TWO;
    font-weight: 500;
}

.single-event-section-wrapper * li {
    list-style-position: inside;
}

.single-event-section-wrapper * em {
    font-style: italic;
}

.single-event-section-wrapper * u {
    text-decoration: underline;
}

.single-event-section-wrapper * a {
    color: blue;
    position: static;
}

.single-event-section-wrapper * a:hover {
    text-decoration: underline;
}

.single-event-section-wrapper * img {
    max-width: 100%;
    height: auto !important;
}

.content-single-event * {
    font-family: GE_SS_TWO;
    font-weight: 300;
    font-size: 18px;
    line-height: 2;
    color: #0a1e40;
}

.content-single-event * strong {
    font-family: GE_SS_TWO;
    font-weight: 500;
}

.content-single-event * li {
    list-style-position: inside;
}

.content-single-event * em {
    font-style: italic;
}

.content-single-event * u {
    text-decoration: underline;
}

.content-single-event * a {
    color: blue;
    position: static;
}

.content-single-event * a:hover {
    text-decoration: underline;
}

.content-single-event * img {
    max-width: 100%;
    height: auto !important;
}

.menu-swiper.home .swiper-button-next::after {
    content: "";
}

.menu-swiper.home .swiper-button-prev::after {
    content: "";
}

.menu-swiper.home .swiper-button-next {
    display: block;
}

.menu-swiper.home .swiper-button-prev {
    display: block;
}

.menu-swiper.home .swiper-button-next {
    background-image: url("../img/next-black.svg") !important;
    transition: 0.5s;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 2rem;
    width: 2rem;
    opacity: 0.5;
    margin-top: 0;
}

.menu-swiper.home .swiper-button-next:hover {
    opacity: 1;
}

.menu-swiper.home .swiper-button-prev {
    background-image: url("../img/prev-black.svg") !important;
    transition: 0.5s;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 2rem;
    width: 2rem;
    opacity: 0.5;
    margin-top: 0;
}

.menu-swiper.home .swiper-button-prev:hover {
    opacity: 1;
}

.singleBlogSwiper .swiper-button-next {
    background-image: url("../img/next-circle-arrow-white.png") !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 2rem;
    width: 2rem;
    right: 53px;
    transform: translateY(2px);
}

.singleBlogSwiper .swiper-button-prev {
    background-image: url("../img/prev-circle-arrow-white.png") !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 2rem;
    width: 2rem;
    left: 53px;
    right:unset;
    transform: translateY(2px);
}

.singleBlogSwiper .swiper-button-next::after {
    content: "";
}

.singleBlogSwiper .swiper-button-prev::after {
    content: "";
}

.singleBlogSwiper .swiper-button-next {
    display: block;
}

.singleBlogSwiper .swiper-button-prev {
    display: block;
}

/* .menu-swiper .swiper-button-next {
  display: block;
  background-image: url("../img/swiperNext.png");
  background-repeat: no-repeat;
  object-fit: cover;
  color: transparent;
}

.menu-swiper .swiper-button-prev {
  display: block;
  background-image: url("../img/sliderPrev.png");
  background-repeat: no-repeat;
  object-fit: cover;
  color: transparent;
} */

.food-item-mobile {
    text-align: center;
    font-family: GE_SS_TWO;
    font-weight: 300;
    color: #0a1e40;
    line-height: 1.6;
    font-size: 16px;
    padding: 10px 2px 25px;
}

.menu-img {
    width: 80% !important;
    margin-bottom: 1rem;
}

.slide-text {
    position: absolute;
    color: white;
    font-family: GE_SS_TWO;
    font-weight: 300;
    font-size: 50px;
    opacity: 1;
    transition: opacity 0.5s ease-in-out;
}

.mySwiper .swiper-slide.swiper-slide-active {
    width: 50% !important;
}

.mySwiper .swiper-wrapper {
    height: 450px;
}

.mySwiper .swiper-slide .swiper-show .swiper-hover .center-el h1 {
    font-size: 40px;
}

.mySwiper
    .swiper-slide.swiper-slide-active
    .swiper-show
    .swiper-hover
    .center-el
    h1 {
    font-size: 50px;
}

.mySwiper .swiper-slide img {
    padding-right: 0.5rem;
    height: 440px;
    width: 100%;
}

.mySwiper .swiper-slide {
    background-color: rgba(235, 171, 99, 0.1);
}

.interiorSwiper .swiper-slide p {
    font-family: GE_SS_TWO;
    font-weight: 300;
    color: black;
    font-size: 16px;
    margin: 1rem 0 2rem;
}

.interiorSwiper .swiper-pagination {
    bottom: 0;
}

.swiper-pagination-bullet {
    background-image: url("../img/not-active-bullet.svg");
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: contain;
    height: 1rem;
    width: 1rem;
}

.our-story-desc {
    background-color: #0a1e40;
    display: flex;
    align-items: center;
    flex-direction: column;
    box-shadow: 0 -15px 0px rgba(10, 30, 64, 0.6);
    transition: 0.5s;
    position: relative;
}

.inner-container-story {
    transition: 0.5s;
}

/* .inner-container-story:hover {
  transform: scale(1.05);
} */

/* div.hover-col {
  transition: 0.5s;
}

div.hover-col:hover {
  transform: scale(1.05);
} */

/* .our-story-desc:hover {
  transform: scale(1.05);
} */

.our-story {
    padding-bottom: 110px;
    padding-top: 110px;
}

.story-img {
    padding-top: 30%;
}

.story-img img {
    object-fit: cover;
}

.story-img:hover + .our-story-desc {
    transform: scale(1.05);
}
.our-story-title {
    color: #ebab63;
    font-family: GE_SS_TWO;
    font-weight: 500;
    font-size: 30px;
    text-align: center;
    text-transform: capitalize;
}

.our-story-glimpse {
    font-family: GE_SS_TWO;
    font-weight: 300;
    text-align: center;
    color: #0a1e40;
    font-size: 18px;
}

.home-blog-glimpse {
    font-family: GE_SS_TWO;
    font-weight: 300;
    font-size: 18px;
    text-align: center;
    color: #0a1e40;
}

.par-story {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-right: 15px;
    padding-left: 15px;
}

.par-story * {
    font-size: 18px;
    text-align: center;
    font-family: GE_SS_TWO;
    font-weight: 300;
    color: white;
}

.par-story * strong {
    font-family: GE_SS_TWO;
    font-weight: 500;
}

.par-story * li {
    list-style-position: inside;
}

.par-story * em {
    font-style: italic;
}

.par-story * u {
    text-decoration: underline;
}

.par-story * a {
    color: blue;
    position: static;
}

.par-story * a:hover {
    text-decoration: underline;
}

.par-story * u {
    text-decoration: underline;
}

.par-story * img {
    max-width: 100%;
    height: auto !important;
}

.menu-tabs {
    padding: 0 !important;
    margin-bottom: 50px;
}

.choose-us {
    display: flex;

    /* Set a specific height */
    min-height: 600px;
    position: relative;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: cover;
}

.concept-content * {
    padding-left: 20px;
    font-family: GE_SS_TWO;
    font-weight: 300;
    font-size: 18px;
    color: #0a1e40;
    line-height: 1.5;
}

.concept-content * strong {
    font-family: GE_SS_TWO;
    font-weight: 500;
}

.concept-content * li {
    list-style-position: inside;
}

.concept-content * u {
    text-decoration: underline;
}

.concept-content * em {
    font-style: italic;
}

.concept-content * a {
    color: blue;
    position: static;
}

.concept-content * a:hover {
    text-decoration: underline;
}

.concept-content * img {
    max-width: 100%;
    height: auto !important;
}

.food-column {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column;
    position: relative !important;
    top: auto !important;
    left: auto !important;
    transform: none !important;
}

.menu-container {
    width: 70%;
}

/* .menu-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
} */

.menu-container .row {
    /* padding: 2rem; */
}

.food-column p.food-column-desc {
    text-align: center;
    font-family: GE_SS_TWO;
    font-weight: 300;
    font-size: 14px;
    color: #0a1e40;
    padding-bottom: 30px;
    line-height: 22px;
}

.food-column p.food-column-title {
    font-family: GE_SS_TWO;
    font-weight: 500;
    color: #ebab63;
    font-size: 18px;
    padding-bottom: 9px;
    text-align: center;
}

p.gossip {
    text-transform: uppercase;
}

.choose-us-middle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: rgba(10, 30, 64, 0.8);
    width: 50%;
    text-align: center;
    padding-right: 60px;
    padding-left: 60px;
}

.choose-us-row {
    position: relative;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.choose-us-title {
    font-family: GE_SS_TWO;
    font-weight: 500;
    font-size: 30px;
    color: #ebab63;
    margin-bottom: 1rem;
    text-transform: capitalize;
}

.choose-us-desc * {
    font-family: GE_SS_TWO;
    font-weight: 300;
    font-size: 18px;
    color: white;
}

.choose-us-desc * strong {
    font-family: GE_SS_TWO;
    font-weight: 500;
}

.choose-us-desc * li {
    list-style-position: inside;
}

.choose-us-desc * em {
    font-style: italic;
}

.choose-us-desc * u {
    text-decoration: underline;
}

.choose-us-desc * u {
    color: blue;
    position: static;
}

.choose-us-desc * a:hover {
    text-decoration: underline;
}

.choose-us-desc * img {
    max-width: 100%;
    height: auto !important;
}

.swiper-pagination .swiper-pagination-bullet-active {
    background-image: url("../img/active-bullet.svg");
    background-color: transparent;
    background-repeat: no-repeat;
}

.swiper-pagination .swiper-pagination-bullet-active-prev {
    transform: scale(1);
}

.swiper-pagination .swiper-pagination-bullet-active-next {
    transform: scale(1);
}

.today-special-title {
    font-family: GE_SS_TWO;
    font-weight: 300;
    color: #ebab63 !important;
}

.today-special-p {
    font-family: GE_SS_TWO;
    font-weight: 300;
    color: white;
}

canvas {
    background-color: #0a1e40;
}

.pdf-section {
    margin: auto;
}

/* .set-height {
    height: 900px;
} */

._df_book {
    /* max-height: 750px !important; */
    height: 750px;
    /* width: 95%;

    margin: auto; */
    margin-bottom: 100px;
}

.pdf-menu-title {
    background-color: #0a1e40;
    width: 100%;
    margin: auto;
}

.menu-pdf-container {
    width: 95%;
    margin: auto;
}

.df-ui-prev {
    background-image: url("../img/prev-circle-arrow-white.png") !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 60px !important;
}

.df-ui-next {
    background-image: url("../img/next-circle-arrow-white.png") !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    right: 60px !important;
}

.df-container.df-floating > .df-ui-next,
.df-container.df-floating > .df-ui-prev {
    height: 40px !important;
    width: 40px !important;
}

.df-ui-next::before {
    content: "";
}

.df-ui-prev::before {
    content: "";
}

canvas {
    height: 100% !important;
    width: 100% !important;
}

.designed-by {
    color: #ebab63;
}

.designed-by:hover {
    color: #ebab63;
}
.info {
    transition: 0.5s;
    color: #0a1e40;
}

.info:hover {
    color: #eeb678;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.hospitality-b {
    display: flex;

    justify-content: center;
    align-items: center;
    padding-bottom: 110px;
}

.hospitality {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hosp-title {
    font-family: GE_SS_TWO;
    font-weight: 500;
    color: #ebab63;
    text-align: center;
    font-size: 30px;
    text-transform: capitalize;
}

.hosp-subtitle {
    font-family: GE_SS_TWO;
    font-weight: 300;
    font-size: 18px;
    text-align: center;
    color: #0a1e40;
}

#contact {
    background-color: rgba(235, 171, 99, 0.1);
    overflow: visible;
}

.hosp-desc {
    display: flex;
    justify-content: center;
}

.hosp-desc * {
    text-align: center;
    width: 50%;
    font-family: GE_SS_TWO;
    font-weight: 300;
    color: #0a1e40;
    font-size: 16px;
}

.hosp-desc * strong {
    font-family: GE_SS_TWO;
    font-weight: 500;
}

.hosp-desc * em {
    font-style: italic;
}

.hosp-desc * u {
    text-decoration: underline;
}

.hosp-desc * a {
    color: blue;
    position: static;
}

.hosp-desc * a:hover {
    text-decoration: underline;
}

.hosp-desc * img {
    max-width: 100%;
    height: auto;
}

.concept-title {
    color: #ebab63 !important;
}

section.hero .inner-hero {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    z-index: 10;
}
.header {
    padding: 10px 0;
    height:68px;
}
.slider .slides li {
    background-size: cover;
    min-height: 600px;
}

.show1:hover .on-hover {
    opacity: 0.85;
}

.splide__arrow--prev {
    background-image: url("../img/slider-prev.svg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    object-fit: cover;
}

.swiper-slide:hover .slide-text {
    opacity: 0;
}

.swiper-slide:hover .swiper-hover {
    opacity: 0.85;
}

.swiper-hover h1 {
    font-size: 30px;
    font-family: GE_SS_TWO;
    font-weight: 500;
    font-weight: 100;
    color: #ebab63;
}

.swiper-hover .center-el {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.center-el p {
    margin-bottom: 0.5rem;
}

.swiper-hover p {
    font-family: GE_SS_TWO;
    font-weight: 300;
    color: white;
    font-size: 16px;
    width: 80%;
}

.swiper-hover a {
    font-family: GE_SS_TWO;
    font-weight: 300;
    color: #ebab63;
    font-size: 16px;
    text-decoration: underline;
    text-underline-offset: 5px;

    text-transform: uppercase;
    margin-top: 0.5rem;
}

.swiper-hover a:hover {
    color: #fff;
}

.swiper-show {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-hover {
    position: absolute;
    background-color: #0a1e40;
    transition: opacity 0.5s ease-in-out 0s;
    opacity: 0;
    width: calc(100% - 50px);
    height: calc(100% - 200px);

    display: flex;
    justify-content: center;
    align-items: center;
}

.splide__arrow--next {
    background-image: url("../img/slider-next.svg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    object-fit: cover;
}

.on-hover {
    position: absolute;
    background-color: #0a1e40;
    opacity: 0;
    transition: opacity 0.5s ease-in-out 0s;
    width: calc(100% - 50px);
    height: calc(100% - 50px);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.on-hover img {
    width: 100px !important ;
    height: 100px !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.header .left-part {
    width: 15%;
}

.header.default {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1000;
    transition: all 0.5s;
}
.header.switched-header {
    /* background-color: rgba(255, 255, 255, 0.98); */
    background-color: #0a1e40;
    opacity: 85%;
    box-shadow: 0 0 20px rgba(41, 41, 41, 0.5);
    -webkit-box-shadow: 0 0 20px rgba(41, 41, 41, 0.15);
    -moz-box-shadow: 0 0 20px rgba(41, 41, 41, 0.15);
    -ms-box-shadow: 0 0 20px rgba(41, 41, 41, 0.15);
    -o-box-shadow: 0 0 20px rgba(41, 41, 41, 0.15);
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2999;
}
.header.switched-header.no-opacity {
    opacity: 1 !important;
}
.header .left-part {
    float: right;
    margin-right: 50px;
}
.header .logo {
    margin: 4px 0 0 auto;
    display: block;
    width: 100%;
}

.header .logo img {
    margin: 0 0 0 auto;
    display: block;
}

.logo {
    width: 11rem;
}

.header .logo h2 {
    color: #ffffff;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 700;
}
.header.switched-header .logo h2 {
    color: #353031;
}
.header .right-part {
    float: left;
    margin-left: 50px;
    position: relative;
    padding-top: 4px;
}
.mobile-but {
    display: inline-block;
    height: 24px;
    position: absolute;
    left: -20px;
    top: 50%;
    z-index: 1000;
    display: none;
}

.mobile-but .lines {
    transform: translate(0px, 10px) rotate(0deg);
    -webkit-transform: translate(0px, 10px) rotate(0deg);
    -ms-transform: translate(0px, 10px) rotate(0deg);
    -moz-transform: translate(0px, 10px) rotate(0deg);
}
.mobile-but .lines,
.mobile-but .lines:after,
.mobile-but .lines:before {
    height: 2px;
    width: 28px;
}
.mobile-but .lines:after,
.mobile-but .lines:before {
    content: " ";
    display: block;
}
.mobile-but .lines:after {
    transform: translate(0px, 4px) rotate(0deg);
    -webkit-transform: translate(0px, 4px) rotate(0deg);
    -ms-transform: translate(0px, 4px) rotate(0deg);
    -moz-transform: translate(0px, 4px) rotate(0deg);
}
.mobile-but .lines:before {
    transform: translate(0px, -4px) rotate(0deg);
    -webkit-transform: translate(0px, -4px) rotate(0deg);
    -ms-transform: translate(0px, -4px) rotate(0deg);
    -moz-transform: translate(0px, -4px) rotate(0deg);
}
.mobile-but .lines:after,
.mobile-but .lines:before {
    background: #353031;
}
.toggle-mobile-but.active .mobile-but .lines:after {
    transform: translate(0px, -1px) rotate(45deg);
    -webkit-transform: translate(0px, -1px) rotate(45deg);
    -ms-transform: translate(0px, -1px) rotate(45deg);
    -moz-transform: translate(0px, -1px) rotate(45deg);
}
.toggle-mobile-but.active .mobile-but .lines:before {
    transform: translate(0px, 1px) rotate(-45deg);
    -webkit-transform: translate(0px, 1px) rotate(-45deg);
    -ms-transform: translate(0px, 1px) rotate(-45deg);
    -moz-transform: translate(0px, 1px) rotate(-45deg);
}
.main-nav li {
    display: block;
    float: right;
    text-transform: uppercase;
    margin-right: 18px;
    font-size: 15px;
    font-weight: 400 !important;
}
.main-nav li a {
    color: #ffffff;
    display: block;
    padding: 12px 0;
    position: relative;
    font-size: 15px;
}
.header.switched-header .main-nav li a {
    color: white;
}

.header.switched-header .main-nav li a:hover {
    color: #ebab63;
}
.hero-content {
    color: #ffffff;
    position: relative;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.middle-text .title h1,
h2,
h3,
h4,
h5,
h6 {
    /* word-wrap: break-word; */
    color: #ffffff;
    font-size: 40px;
    font-weight: 200;
    font-family: GE_SS_TWO;
    font-weight: 500;
    text-transform: none;
    line-height: 2;
    direction: rtl;
}

.middle-text .title p strong {
    font-family: GE_SS_TWO;
    font-weight: 500;
}

.middle-text .title * em {
    font-style: italic;
}

.middle-text .title * u {
    text-decoration: underline;
}

.middle-text .title * a {
    color: blue;
    position: static;
}

.middle-text .title * a:hover {
    text-decoration: underline;
}

.middle-text .title img {
    display: inline-block !important;
    margin:0 10px 0 0;
}

.middle-text .title span {
    font-size: 40px;
    font-family: GE_SS_TWO;
    font-weight: 500;
    text-transform: none;
    line-height: 2;
}

.middle-text .title p {
    font-size: 25px;
    color: white;
    font-family: GE_SS_TWO;
    font-weight: 300;
    text-transform: uppercase;
    padding-top: 1rem;
    line-height: 30px;
    /* word-wrap: break-word; */
}

.middle-text .title p span {
    font-size: 25px;
    color: white;
    font-family: GE_SS_TWO;
    font-weight: 300;
    text-transform: uppercase;
    padding-top: 1rem;
}

.middle-text {
    width: 85%;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 100;
    transform: translate(-50%, -50%);
    text-align: center;
}

video {
    width: 100%;
    height: 100%;
}

.inner-hero .title > * strong {
    color: #ebab63 !important;
}
/* End hero section*/

/* Restaurant section*/

/* .team-mixologist {
  min-height: 760px;
} */

.cols-wrapper-team .col {
    padding-left: 0;
    padding-right: 0;
}

.img-team-wrapper {
    height: 100%;
}

.img-team-wrapper img {
    height: 600px;
    object-fit: cover;
    width: 100%;
}

.agassy {
    background-color: #0a1e40;
}

.right-col-team {
    background-color: #0a1e40;
}

.team-content {
    padding-left: 50px;
    padding-right: 70px;
}

.mixologist-title {
    font-family: GE_SS_TWO;
    font-weight: 500;
    padding-bottom: 15px;
    color: #ebab63;
    text-transform: capitalize;
    font-size: 30px;
}

.mixologist-bio {
    font-family: GE_SS_TWO;
    font-weight: 300;
    color: #fff;
    font-size: 18px;
}

.mixologist-right * {
    font-family: GE_SS_TWO;
    font-weight: 300;
    color: #fff;
    font-size: 18px;
    text-align: center;
    padding: 10px;
}

.mixologist-right * strong {
    font-family: GE_SS_TWO;
    font-weight: 500;
}

.mixologist-right * li {
    list-style-position: inside;
}

.mixologist-right * em {
    font-style: italic;
}

.mixologist-right * u {
    text-decoration: underline;
}

.mixologist-right * a {
    color: blue;
    position: static;
}

.mixologist-right * a:hover {
    text-decoration: underline;
}

.mixologist-right * img {
    max-width: 100%;
    height: auto !important;
}

.the-team-title {
    font-family: GE_SS_TWO;
    font-weight: 500;
    color: #ebab63;
    font-size: 30px;
    text-align: center;
    text-transform: capitalize;
}

.the-team-subtitle {
    font-family: GE_SS_TWO;
    font-weight: 300;
    font-size: 18px;
    text-align: center;
}

.container-fluid.team-cards-container {
    display: flex;
    justify-content: center;
}

.container-fluid.team-cards-container .row {
    width: 90%;
}

.under-staff-content {
    background-color: #0a1e40;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    flex-grow: 1;
    box-shadow: 0 -15px 0px rgb(10 30 64 / 60%), 0px 10px 15px -4px #888;
}

.staff-card {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.staff-card-image-ratio::before {
    padding-top: 100%;
}

.staff-card img {
    object-fit: cover;
    width: 100%;
    transition: 0.5s;
}

@media (hover: hover) {
    .staff-card:hover img {
        transform: scale(1.05);
    }
}

.staff-name {
    font-family: GE_SS_TWO;
    font-weight: 300;
    color: #ebab63;
    text-transform: capitalize;
    font-size: 25px;
    padding-bottom: 13px;
    text-align: center;
}

.staff-position {
    font-family: GE_SS_TWO;
    font-weight: 300;
    color: #fff;
    font-size: 18px;
    text-align: center;
}

.team-cards-container .col {
    padding: 7.5px;
}

.two-pictures {
    z-index: 122;
    overflow: visible;
    /* background: linear-gradient(to top, transparent 50%, #ebab63 50%); */
    position: relative;
}

.colored {
    position: absolute;
    width: 100%;
    height: 50%;
    background-color: #ebab63;
}

.colored.upcoming-blue {
    background-color: #0a1e40;
}

.two-pictures .container-fluid {
    width: 65%;
}

.two-pictures .container-wrapper {
    width: 100%;
}

.two-pictures .container-wrapper .row img {
    width: 100%;
    height: 100%;
}

.two-pictures .container-fluid .row .single-event-pic {
    padding-right: 7px;
    padding-left: 7px;
    z-index: 1;
}

.btn-wrapper {
    padding: 10px 0 60px 0;
}

.vertical-align {
    display: -webkit-flex !important;
    display: -moz-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}
.block-img {
    display: block;
    height: 300px;
    position: relative;
}
.sing {
    max-width: 30%;
}
/* End restaurant section*/
/* Menu section*/

.block-tabs {
    /* border-bottom: 1px solid #ebab63; */
    margin: auto;
    width: fit-content;
}

.block-tabs li {
    cursor: pointer;
    display: inline-block;
    height: 40px;
    margin: 0 -2px;
    position: relative;
    top: 1px;
    padding-bottom: 50px !important;
    font-family: GE_SS_TWO;
    font-weight: 300;
    color: #0a1e40;
    text-transform: uppercase;
    font-size: 20px;
    text-transform: capitalize;
}

.block-tabs li:not(:last-child) {
    margin-left: 50px;
}

.block-tabs a:not(:last-child) {
    margin-left: 50px;
}

.block-tabs a:last-child {
    margin-top: 22px;
}
.block-tabs li.active {
    border-bottom: 2px solid #ebab63;
}
.block-tab li {
    display: none;
    padding-top: 30px;
}
.block-tab li.active {
    display: block;
}
.block-cat h2 {
    font-size: 60px;
    font-weight: 400;
    text-transform: none;
    color: #a68b7c;
}
.block-price {
    color: #a68b7c;
    font-weight: 700;
    display: block;
    font-size: 15px;
    margin-top: 10px;
}
/* End menu section*/
/* Review section*/

.block-review {
    background: rgba(54, 47, 45, 0.5) none repeat scroll 0 0;
    color: #ffffff;
    margin: 0 auto;
    padding: 50px 40px;
    width: 41.6667%;
}
.block-star li {
    display: inline-block;
    font-size: 18px;
    color: #ffffff;
}
/* End review section*/
/* Special section*/

.block-content.special {
    position: absolute;
    left: 0;
    width: 100%;
    padding: 50px 130px 50px 70px !important;
    color: #ffffff;
    overflow: visible;
}
.block-special {
    cursor: pointer;
    position: relative;
}
.block-special:hover,
.block-special.active {
    z-index: -1 !important;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    z-index: 40;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    box-shadow: 0 0 10px rgba(166, 139, 124, 0.8);
    -webkit-box-shadow: 0 0 10px rgba(166, 139, 124, 0.8);
    -moz-box-shadow: 0 0 10px rgba(166, 139, 124, 0.8);
    -ms-box-shadow: 0 0 10px rgba(166, 139, 124, 0.8);
    -o-box-shadow: 0 0 10px rgba(166, 139, 124, 0.8);
}
.block-special:hover .block-content.special.sp-1:after,
.block-special.active .block-content.special.sp-1:after {
    background: #0a1e40;
}
.block-special:hover .block-content.special.sp-2:after,
.block-special.active .block-content.special.sp-2:after {
    background: #0a1e40;
}
.block-special:hover .block-content.special.sp-3:after,
.block-special.active .block-content.special.sp-3:after {
    background: #0a1e40;
}
.block-content.special.sp-1 {
    background: #0a1e40;
}
.block-content.special.sp-2 {
    background: #0a1e40;
}
.block-content.special.sp-3 {
    background: #0a1e40;
}
.block-content.special.sp-1,
.block-content.special.sp-3 {
    top: 0;
}
.block-content.special.sp-2 {
    bottom: 0;
}
.block-content.special:after {
    content: "";
    width: 100%;
    padding: 8px 0;
    position: absolute;
    left: 0;
}
.block-content.special.sp-1:after {
    background: #0a1e40;
    opacity: 0.85;
    bottom: -15px;
}
.block-content.special.sp-2:after {
    background: #0a1e40;
    opacity: 0.85;
    top: -15px;
}
.block-content.special.sp-3:after {
    background: #0a1e40;
    opacity: 0.85;
    bottom: -15px;
}
.block-price.special {
    color: #ffffff;
    position: absolute;
    right: 50px;
    top: 40px;
}
.block-img.special {
    height: 415px;
}
.special.sp-1 h2 {
    color: #c5b3aa;
}
.special.sp-2 h2 {
    color: #c9c1b9;
}
.special.sp-3 h2 {
    color: #d7d2cb;
}
/* End special section*/
/* Reservation section*/

.block-form {
    background: #ffffff;
    padding: 60px;
    border: 1px solid #ececec;
}
.block-input {
    margin-bottom: 30px;
}
.block-input label {
    margin-bottom: 15px;
    color: #555555;
}
form,
.select-input {
    position: relative;
}
.input-columns .column-1,
.input-columns .column-2 {
    float: left;
    width: 50%;
    position: relative;
}
.input-columns .column-1 .column-inner {
    margin: 0 12px 0 0;
}
input[type] {
    background: #fdf7ef;
    border: 1px solid #0a1e40;
    outline: 0 none;
    overflow: hidden;
    padding: 0 15px;
    resize: none;
    width: 100%;
    height: 40px;
}
input[type]:focus {
    border: 1px solid #ebab63;
}

.ico-input {
    position: relative;
}
.ico-input i {
    color: #b3b3b3;
    font-size: 18px;
    position: absolute;
    right: 10px;
    top: 40px;
}
.submit {
    background: #a68b7c;
    cursor: pointer;
    position: relative;
    width: 100%;
    color: #ffffff;
    border: none;
    height: 42px;
    line-height: 0;
}

input.error {
    border: 1px solid #353031 !important;
}

.success-msg,
.error-msg {
    display: none;
    position: relative;
}
.success-msg h2,
.error-msg h2 {
    font-size: 11px;
    right: 0;
    position: absolute;
    text-transform: none;
    top: -50px;
}
.success-msg h2 {
    color: #4e93e6;
}
.error-msg h2,
.success-msg h2 {
    color: #61279e;
}

.shadow-css {
    height: 0.1px;
    box-shadow: 0 -0.5rem 0.8rem rgb(0 0 0 / 30%) !important;
}

.fixed-height {
    height: 25vh;
    width: 100%;
}

.shadow-overlay{
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(41, 41, 41, 0.5);
    z-index: 10;
}

/*End reservation section*/
/* Contact section*/

.block-map {
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
    right: 0;
    box-shadow: 0 0rem 1rem rgba(0, 0, 0, 0.15);
}
.map {
    width: 100%;
    height: 100%;
}
.block-social li {
    display: inline-block;
    margin-right: 2px;
    text-align: center;
}

.block-social a {
    display: inline-block;
    height: 42px;
    width: 42px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    line-height: 40px;
}

.insta-icon {
    background: none;
}

.designed-by {
    transition: 0.5s;
}

.designed-desc * {
    font-family: GE_SS_TWO;
    font-weight: 300;
    color: #0a1e40;
    font-size: 16px;
    margin-bottom: 0.5rem;
    transition: 0.5s;
}

.designed-desc * strong {
    font-family: GE_SS_TWO;
    font-weight: 500;
}

.designed-desc * em {
    ffont-style: italic;
}

.designed-desc * u {
    text-decoration: underline;
}

.designed-desc a {
    color: #ebab63;
}

.designed-desc a:hover {
    color: #eeb678;
}

.social-logo {
    transition: 0.5s;
}

.social-logo:hover {
    transform: translateY(-3px);
}

/* .fb-logo:hover {
  filter: brightness(0) saturate(100%) invert(7%) sepia(73%) saturate(2406%)
    hue-rotate(209deg) brightness(97%) contrast(96%);
}

.twitter-logo:hover {
  filter: brightness(0) saturate(100%) invert(7%) sepia(73%) saturate(2406%)
    hue-rotate(209deg) brightness(97%) contrast(96%);
} */

.block-info p {
    font-size: 18px;
    font-family: GE_SS_TWO;
    font-weight: 300;
    text-align: right;
    direction: ltr;
}
.block-info p strong {
    color: #555555;
    text-transform: capitalize;
}
/* End contact section*/
/* Footer*/

.image-map {
    width: 140px;
    margin-bottom: 2rem;
}

.desc-map {
    width: 80%;
    margin-bottom: 2rem;
    font-family: GE_SS_TWO;
    font-weight: 300;
    font-size: 18px;
    color: #0a1e40;
}

.show-menu-button {
    display: block;
}

.hide-menu-button {
    display: none;
}

.close-burger-menu {
    margin-top: -21px;
    transform: translateX(-10px);
}

.close-burger-menu:hover {
    filter: invert(67%) sepia(78%) saturate(338%) hue-rotate(342deg)
        brightness(101%) contrast(77%);
}

.swiper-pagination-bullet {
    opacity: 1;
}

.home-blogs-title {
    font-family: GE_SS_TWO;
    font-weight: 500;
    font-size: 25px;
    color: #ebab63;
    padding-bottom: 12px;
    text-transform: capitalize;
}

.home-blogs-desc {
    font-family: GE_SS_TWO;
    font-weight: 300;
    color: #0a1e40;
    font-size: 18px;
}

.mobile-lis li a {
    color: #0a1e40;
}

.mobile-lis .lang-switcher span {
    color: #0a1e40;
}

.swiper-pagination .swiper-pagination-bullet-active-prev {
    transform: scale(0.8);
}

.swiper-pagination .swiper-pagination-bullet-active-next {
    transform: scale(0.8);
}

.sent-message-popup-container {
    display: none;
    z-index: 1999;
    position: relative;
}

.not-sent-message-popup-container {
    display: none;
    z-index: 1999;
    position: relative;
}

.close-popup {
    cursor: pointer;
    position: absolute;
    top: -65px;
    right: -10px;
}

.close-popup:hover {
    filter: invert(67%) sepia(78%) saturate(338%) hue-rotate(342deg)
        brightness(101%) contrast(77%);
}

.sent-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(10, 30, 64, 0.8);
    display: flex;
    z-index: 20000;
}

.not-sent-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(10, 30, 64, 0.8);
    display: flex;
    z-index: 20000;
}

.sent-popup-content {
    text-align: center;
    background-color: #fdf7ef;
}

.not-sent-popup-content {
    text-align: center;
    background-color: #fdf7ef;
}

.sent-popup .centered {
    width: 570px;
    margin: auto;
}

.not-sent-popup .centered {
    width: 570px;
    margin: auto;
}

.hide-image {
    display: none;
}

/* .pdf-section{
    height: 90vh !important;
} */

.df-ui-wrapper .df-ui-next {
    display: none;
}

.df-ui-wrapper .df-ui-prev {
    display: none;
}

.df-ui-wrapper {
    background-color: transparent !important;
}

.df-ui-btn,
.df-ui-wrapper {
    background-color: transparent !important;
}

.df-ui-thumbnail {
    display: none;
}

.df-ui-share {
    display: none;
}

.df-ui-more {
    display: none;
}

.message-sent * {
    font-family: GE_SS_TWO;
    font-weight: 300;
    font-size: 40px;
    line-height: 1.5;
    color: #0a1e40;
    padding-bottom: 33px;
}

.message-sent * strong {
    font-family: GE_SS_TWO;
    font-weight: 500;
    color: #ebab63;
}

.message-sent * li {
    list-style-position: inside;
}

.message-sent * em {
    font-style: itlaic;
}

.message-sent * u {
    text-decoration: underline;
}

.message-sent * a {
    color: blue;
    position: static;
}

.message-sent * a:hover {
    text-decoration: underline;
}

.message-not-sent p {
    font-family: GE_SS_TWO;
    font-weight: 300;
    font-size: 18px;
    line-height: 45px;
    color: #0a1e40;
}

.message-not-sent p:last-child {
    padding-bottom: 50px;
}

.message-sent span {
    color: #ebab63;
}

.message-not-sent span {
    color: #ebab63;
}


.get-back {
    font-family: GE_SS_TWO;
    font-weight: 300;
    color: #0a1e40;
    font-size: 25px;
    line-height: 30px;
}

.get-back p {
    line-height: 35px;
}

section.blogs {
    padding: 20px;
}

input {
    color: #0a1e40;
}

textarea {
    color: #0a1e40;
    border: 1px solid #0a1e40;
}

.row.pad {
    padding-left: 15px;
}

.form-container .col-12 {
    padding-left: 0;
    padding-right: 0;
}

.lname {
    padding-right: 15px;
}

.phone {
    padding-right: 15px;
}

.ratio-custom {
    --bs-aspect-ratio: 100%;
    height: 100%;
}

.html-404 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.page-404 {
    background-image: url("../img/Vaga-FF-V-3-resized.png");
    background-position: center;
    object-fit: cover;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.overlay-404 {
    position: absolute;
    width: 100vw;
    height: 100vh;
    background-color: rgba(10, 30, 64, 0.4);
    z-index: -10;
}

.main-container-404 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.inner-container-404 {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}

.inner-404 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.oops-404 p {
    font-family: GE_SS_TWO;
    font-weight: 500;
    font-size: 40px;
    color: #ebab63;
    transform: translateY(50px);
}

.inner-404 h1 {
    font-family: GE_SS_TWO;
    font-weight: 500;
    font-size: 260px;
    color: #fff;
}

.inner-404 img {
    height: 260px;
    padding-left: 136px;
    padding-right: 136px;
}

.page-not {
    font-family: GE_SS_TWO;
    font-weight: 300;
    font-size: 25px;
    color: #fff;
}

.show-md {
    display: block;
}

.hide-md {
    display: none;
}

section.blogs {
    padding-bottom: 110px;
    padding-top: 110px;
}

.previous-events .container-fluid .row.mb-10 .pad {
    padding-left: 8px;
    padding-right: 8px;
}

.interior.home-interior {
    padding-left: 7px;
    padding-right: 7px;
}

.menu.home-menu {
    padding-right: 4px;
    padding-left: 4px;
}

.events-section.home-events .container-fluid {
    padding-left: 14px;
    padding-right: 14px;
}

@media (min-width: 1750px) {
    .swiper-hover {
        height: 300px;
    }
}

@media (min-width: 992px) {
    .on-ipad-padding {
        padding-right: 7px !important;
        padding-left: 7px !important;
    }
}

.last-div-single-event * {
    font-family: GE_SS_TWO;
    font-weight: 300;
    font-size: 18px;
    line-height: 2;
    color: #0a1e40;
}

.last-div-single-event * strong {
    font-family: GE_SS_TWO;
    font-weight: 500;
}

.last-div-single-event * li {
    list-style-position: inside;
}

.last-div-single-event * em {
    font-style: italic;
}

.last-div-single-event * u {
    text-decoration: underline;
}

.last-div-single-event * a {
    color: blue;
    position: static;
}

.last-div-single-event * a:hover {
    text-decoration: underline;
}

.last-div-single-event * img {
    max-width: 100%;
    height: auto !important;
}

.interior-single-event .container-fluid .row .col-sm-6 {
    padding-right: 8px;
    padding-left: 8px;
    margin-bottom: 16px !important;
}

.oy-pic {
    padding-right: 20px;
    padding-left: 20px;
}

.image-text-container .image-single-blog-wrapper,
.image-text-container .image-single-blog-wrapper img {
    /* position: absolute; */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.on-hover-overlay {
    position: relative;
}

@media (hover: hover) {
    .on-hover-overlay:hover .insta-overlay {
        opacity: 1;
    }
}

.insta-overlay {
    cursor: pointer;
    opacity: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 14px 20px;
    z-index: 1;
    background-color: rgba(10, 30, 64, 0.6);
    transition: 0.5s;
}

.insta-overlay .insta-caption {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-align: left;
}

.insta-overlay p {
    color: #ffffff;
    font-family: GE_SS_TWO;
    font-weight: 300;
    font-size: 18px;
}

/* .no-overflow {
  overflow: hidden;
}

.no-overflow img {
  transition: 0.5s;
}

@media (hover: hover) {
  .no-overflow:hover img {
    transform: scale(1.05);
  }
} */

.burger-menu-white {
    display: none;
}

/*.burger-menu {*/
/*    margin-top: 22px;*/
/*}*/

.show-on-hover .pad-20 {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

/* End footer*/
/*Media queries*/

@media (max-width: 1200px) {
      .close-burger-menu {    
        margin-top: 0;
        max-width: none;
    }
    
    .mobile-but{
        display: block !important;
    }
    
        .over-menu-container {
        position: fixed;
        height: 100vh;
        width: 100%;
        top: 0;
        left: 0;
        background-color: #0a1e40;
        display: none;
        z-index: 999;
    }
    
    .over-menu a.scroll {
        color: white !important;
    }
    
    .over-menu {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-left: 0 !important;
        height: 100%;
        background-image: url(/img/menu-background.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        padding: 163px 0;
    }
    
    .over-menu li {
        font-family: AleoRegular;
        font-size: 18px;
        line-height: 24px;
        text-align: center;
        list-style: none;
    }

    .over-menu li:not(:last-of-type) {
        margin-bottom: 30px;
    }

    .over-menu li a {
        margin: 0;
        padding: 0;
    }
    
    .desktop-menu{
       display: none !important;
    }
    .staff-card img {
        width: 100%;
    }

    .df-ui-prev {
        left: 30px !important;
    }

    .df-ui-next {
        right: 30px !important;
    }

    .middle-text .title h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-size: 40px;
    }

    .middle-text .title p {
        font-size: 30px;
    }

    .middle-text .title p span {
        font-size: 30px;
    }

    .pad-20 h1 {
        font-size: 40px;
    }

    .col-on-hover:hover {
        transform: none;
    }

    .blogs.blogs-page .container-fluid.pb-50 .col-on-hover:last-child {
        margin-bottom: 0 !important;
    }

    .blogs.blogs-page .container-fluid.pb-50 {
        margin-bottom: 20px !important;
        padding-bottom: 0 !important;
    }

    .image-text-container .single-blog-ratio {
        --bs-aspect-ratio: 40%;
    }

    .image-text-container .single-blog-ratio img {
        object-fit: cover;
    }

    .content-container-prev {
        padding: 100px 40px;
    }

    .col-on-hover:nth-child(even) .around-img-content {
        box-shadow: 0 0px 0px;
    }

    .col-on-hover:nth-child(odd) .around-img-content {
        box-shadow: 0 0px 0px;
    }

    @media (hover: hover) {
        .col-on-hover:hover .blog-read-more {
            opacity: 1;
        }
    }

    .col-on-hover {
        padding-right: 20px !important;
        padding-left: 20px !important;
    }

    .col-on-hover .col-12 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .around-img-content-mobile {
        box-shadow: 0 0px 0px;
    }

    .story-img {
        padding-top: 40%;
    }

    .single-event-section-wrapper .container-fluid {
        width: 100% !important;
    }

    .below-two-pics .container-fluid {
        width: 100% !important;
    }

    .oops-404 p {
        transform: translateY(30px);
    }

    .inner-404 h1 {
        font-size: 200px;
    }

    .inner-404 img {
        height: 250px;
    }

    .blogs-container:nth-child(even) .blog-item-row {
        flex-direction: row-reverse;
    }
}

@media (min-width: 768px) and (max-width: 1200px) {
    .width-adjust {
        width: 100%;
    }

    .width-adjust img {
        height: 40vh;
    }
}

@media (max-width: 992px) {
    .center-el h1 {
        font-size: 20px;
    }

    .single-event-title {
        font-size: 40px;
    }

    .single-event-date {
        font-size: 20px;
    }

    .mixologist-bio {
        text-align: center;
    }

    .form-container {
        width: 90%;
        padding: 100px;
    }

    .center-el p {
        font-size: 14px;
    }

    .header .right-part {
        margin-left: 40px;
        float: left;
    }

    .oops-404 p {
        transform: translateY(20px);
    }

    .inner-404 h1 {
        font-size: 170px;
    }

    .inner-404 img {
        height: 220px;
    }
    .img-team-wrapper img {
        height: auto;
    }
}

@media (max-width: 853px) {
    .on-mobile-padding {
        padding-right: 1rem !important;
    }
}

@media (max-width: 768px) {
    
    .close-burger-menu{
        margin-top: -21px !important;
    }
    .mobile-but {
    transform: translateY(50%) !important;
}
    .mySwiper {
        display: none;
    }

    .burger-menu {
        position: absolute;
        left: 0;
    }

    /* .pdf-section{
        height: 80vh;
    } */

    .home-blog-glimpse {
        padding-bottom: 0 !important;
    }

    .home-blog-glimpse {
        padding-bottom: 50px !important;
    }

    .menuSwiperMobile {
        display: block !important;
        height: 450px !important;
        padding-bottom: 3rem;
        margin-bottom: 20px;
    }

    .menuSwiperMobile .content {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .menuSwiperMobile .content div {
        align-items: center;
        display: flex;
        flex-direction: column;
        height: 80%;
        justify-content: space-evenly;
        background-color: rgb(10, 30, 64, 0.6);
        width: 80%;
        padding: 10px;
    }

    .menuSwiperMobile .swiper-wrapper {
        height: 100%;
    }

    .menuSwiperMobile .swiper-wrapper .swiper-slide {
        height: 100%;
    }

    .menuSwiperMobile .swiper-wrapper .swiper-slide .content {
        height: 100%;
        width: inherit;
    }

    .mobile-swiper-menu-title {
        font-family: GE_SS_TWO;
        font-weight: 500;
        color: #ebab63;
        font-size: 25px;
    }

    .mobile-swiper-menu-desc {
        font-family: GE_SS_TWO;
        font-weight: 300;
        color: #fff;
        font-size: 18px;
    }

    .mobile-swiper-menu-more {
        font-family: GE_SS_TWO;
        font-weight: 300;
        color: #ebab63;
        text-decoration: underline;
        text-underline-offset: 5px;
    }

    .mobile-swiper-menu-more:hover {
        color: #fff;
    }

    .col-on-hover-mobile .blog-date {
        padding-top: 0 !important;
    }

    .around-img-content-mobile {
        box-shadow: 0 -15px 0px rgb(10 30 64 / 60%);
    }

    .image-text-container .image-single-blog-wrapper,
    .image-text-container .image-single-blog-wrapper img {
        position: relative;
    }
}

@media screen and (min-width: 600px) and (max-width: 768px) {
    input,
    textarea {
        -webkit-appearance: none;
        -webkit-border-radius: 0;
    }

    .column-content .event-title {
        opacity: 0 !important;
    }

    .column-content h1.brunch-event {
        opacity: 0 !important;
    }

    .show-on-hover {
        background-color: rgba(10, 30, 64, 0.6);
    }

    .header .left-part,
    .header .right-part {
        display: block;
    }
    .header .left-part {
        margin-right: 30px;
    }
    .header {
        background-color: rgba(255, 255, 255, 0.98);
        padding: 15px 0 11px;
    }
    .header .logo {
        margin-top: 0;
    }
    .header .logo h2 {
        color: #353031;
    }

    .mobile-but {
        display: block;
    }
    .main-nav ul {
        margin-left: 30px;
    }
    .main-nav li {
        float: none;
        display: block;
        margin-left: 0;
        font-size: 11px;
    }
    .main-nav li a {
        color: #353031;
        display: inline-block;
    }
    .sing {
        max-width: 40%;
    }
    .contact {
        padding-top: 100px !important;
        padding-bottom: 100px !important;
    }
}

@media (min-width: 1750px) {
    .mySwiper .swiper-slide img {
        padding-right: 0.5rem;
        height: 760px;
    }
}

@media only screen and (min-device-width: 720px) and (max-device-width: 1280px) {
    input,
    textarea {
        -webkit-appearance: none;
        -webkit-border-radius: 0;
    }
    .sing {
        max-width: 40%;
    }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: landscape) {
    input,
    textarea {
        -webkit-appearance: none;
        -webkit-border-radius: 0;
    }
    .main-nav li {
        font-size: 11px;
    }
    .contact {
        padding-top: 150px !important;
        padding-bottom: 150px !important;
    }
    .vertical-align {
        display: flex !important;
    }
    .sing {
        max-width: 30%;
    }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: portrait) {
    input,
    textarea {
        -webkit-appearance: none;
        -webkit-border-radius: 0;
    }
    .title-medium {
        font-size: 17px;
    }
    .block-content.special {
        padding: 50px 100px 50px 50px !important;
    }
    .main-nav li {
        font-size: 11px;
    }
    .contact {
        padding-top: 150px !important;
        padding-bottom: 150px !important;
    }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) and (orientation: landscape) {
    input,
    textarea {
        -webkit-appearance: none;
        -webkit-border-radius: 0;
    }
    .title-medium {
        font-size: 17px;
    }
    .main-nav li {
        font-size: 11px;
    }
    .contact {
        padding-top: 150px !important;
        padding-bottom: 150px !important;
    }
    .block-content.special {
        padding: 50px 100px 50px 50px !important;
    }
}
@media only screen and (max-width: 768px) and (orientation: portrait) {
    input,
    textarea {
        -webkit-appearance: none;
        -webkit-border-radius: 0;
    }

    .column-content h1.brunch-event {
        opacity: 0 !important;
    }

    .column-content .event-title {
        opacity: 0 !important;
    }

    .text-center .title > * {
        font-size: 110px;
    }
    .header .left-part,
    .header .right-part {
        float: none;
        display: block;
    }
    .header .left-part {
        margin-left: 30px;
    }
    .header {
        padding: 15px 0 11px;
    }
    .header .logo {
        margin-top: 0;
    }
    .header .logo h2 {
        color: #353031;
    }

    .main-nav ul {
        margin-left: 30px;
    }

    .main-nav li {
        float: none;
        display: block;
        margin-left: 0;
        font-size: 11px;
    }
    .main-nav li a {
        color: #353031;
        display: inline-block;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
    .brunch-div {
        height: 40vh !important;
    }

    .brunch-div img {
        width: 100%;
    }
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
    input,
    textarea {
        -webkit-appearance: none;
        -webkit-border-radius: 0;
    }

    .column-content h1.brunch-event {
        opacity: 0 !important;
    }

    .column-content .event-title {
        opacity: 0 !important;
    }

    .show-on-hover {
        background-color: rgba(10, 30, 64, 0.6);
    }

    .header .left-part,
    .header .right-part {
        display: block;
    }

    .header .left-part {
        margin-right: 30px;
        float: right;
    }
    .header {
        background-color: transparent;
        padding: 15px 0 11px;
    }
    .header .logo {
        margin-top: 0;
    }
    .header .logo h2 {
        color: #353031;
    }
    .text-center .title > * {
        font-size: 40px;
    }
    .text-center .title > p {
        font-size: 20px;
        font-family: GE_SS_TWO;
        font-weight: 300;
    }
    .title-medium {
        font-size: 17px;
    }
    p.title-lead {
        font-size: 15px;
    }
    .mobile-but {
        display: block;
        width: 50px;
    }
    .main-nav ul {
        margin-left: 30px;
    }
    .header.switched-header {
        background-color: #0a1e40;
        opacity: 0.85;
    }
    .burger-menu {
        margin-top: -21px;
        height: 50px;
    }
    .main-nav li {
        float: none;
        display: block;
        margin-left: 0;
        font-size: 11px;
    }
    .main-nav li a {
        color: #353031;
        display: inline-block;
    }
    .but {
        font-size: 10px;
        padding: 13px 20px;
    }
    .vertical-align {
        display: block !important;
    }
    .row.vertical-align:last-child .block-img {
        margin-bottom: 30px;
    }
    .block-price.special {
        right: 70px;
    }
    .review-slider .flex-control-nav,
    .review-slider .flex-direction-nav a {
        display: none;
    }
    .block-review {
        width: auto;
    }
    .block-tabs li {
        color: #0a1e40;
    }
    .contact {
        padding-top: 110px !important;
        padding-bottom: 100px !important;
    }
    .block-form {
        padding: 40px;
    }
    .input-columns .column-1,
    .input-columns .column-2 {
        float: none;
        width: 100%;
    }
    .input-columns .column-1 .column-inner {
        margin: 0;
    }
    .input-columns .column-1 {
        margin-bottom: 30px;
    }
    .sing {
        max-width: 30%;
    }
}

@media only screen and (max-width: 479px) {
    input,
    textarea {
        -webkit-appearance: none;
        -webkit-border-radius: 0;
    }
    .header .left-part,
    .header .right-part {
        float: none;
        display: block;
    }
    .header .right-part {
        position: absolute;
        top: 45%;
        left: 40px;
        margin: 0;
        transform: translateY(-50%);
    }
    .header {
        background-color: rgba(255, 255, 255, 0.98);
        padding: 15px 0 11px;
    }
    .header .logo {
        margin-top: 0;
    }
    .header .logo h2 {
        color: #353031;
    }
    .text-center .title > * {
        font-size: 40px;
    }
    .text-center .title > p {
        font-size: 18px;
    }
    .mobile-but {
        display: block;
        top: -24px;
        height: 50px;
        width: 50px;
    }
    .burger-menu {
        margin: -21px auto 0 0;
        display: block;
    }
    .main-nav ul {
        margin-left: 30px;
    }
    .main-nav li {
        float: none;
        display: block;
        margin-left: 0;
        font-size: 11px;
    }
    .main-nav li a {
        color: #353031;
        display: inline-block;
    }
    .but {
        font-size: 10px;
        padding: 13px 20px;
    }
    .vertical-align {
        display: block !important;
    }
    .row.vertical-align:last-child .block-img {
        margin-bottom: 30px;
    }
    .sing {
        max-width: 40%;
    }
    .flex-control-nav,
    .flex-direction-nav a {
        display: none;
    }
    .block-content.special {
        padding: 50px 100px 50px 40px !important;
    }
    .block-review {
        width: auto;
    }
    .block-tabs li {
        padding: 0 6px;
        color: #0a1e40;
    }
    .contact {
        padding-top: 100px !important;
        padding-bottom: 100px !important;
    }
    .block-form {
        padding: 40px;
    }
    .input-columns .column-1,
    .input-columns .column-2 {
        float: none;
        width: 100%;
    }
    .input-columns .column-1 .column-inner {
        margin: 0;
    }
    .input-columns .column-1 {
        margin-bottom: 30px;
    }
    .interior .hide-mobile {
        display: none;
    }
}

@media (max-width: 769px) {
    .show-md {
        display: none;
    }

    .hide-md {
        display: block;
    }

    .header .left-part {
        position: absolute;
        width: 100px;
        height: 37px;
        top: 50%;
        right: 30px;
        margin: 0;
        transform: translateY(-50%);
    }
}

@media (min-width: 576px) and (max-width: 769px) {
    .width-fix {
        width: 100%;
    }

    .choose-us-desc p {
        font-size: 15px;
    }

    .choose-us-title {
        font-size: 25px;
    }
}

@media (max-width: 820.1px) {
    .choose-us {
        background-attachment: unset;
    }
}

/**/
/*  .blog-read-more {*/
/*    opacity: 1;*/
/*  }*/

/*  .show-on-hover {*/
/*    background-color: rgba(10, 30, 64, 0.6);*/
/*    opacity: 1;*/
/*  }*/

/*  .column-content .Title {*/
/*    opacity: 0 !important;*/
/*  }*/
/*}*/

@media (min-width: 1080px) {
    .image-display {
        padding-bottom: 140px !important;
    }
}

@media (min-width: 1400px) {
    .image-display {
        padding-bottom: 160px !important;
    }
}

@media (min-width: 767.9px) {
    .col-sm-offset-6-custom {
        margin-right: 50%;
        padding-right: 30px;
    }
}

@media (max-width: 767.9px) {
    .show-on-hover {
        width: calc(100% - 70px);
        opacity: 1;
    }
    .block-map {
        height: 70vh;
    }

    .home-blogs-hide {
        display: none !important;
    }
    .homeBlogSwiper {
        display: block !important;
    }

    .block-map {
        position: relative;
        width: 100%;
        margin-top: 30px;
    }
}

@media (max-width: 768px) {
    /* .form-container div {
    width: 100%;
  } */

    .on-hover-translate {
        transform: translateY(0);
    }

    .blog-read-more {
        opacity: 1;
    }

    .block-tabs li {
        /* display: block; */
        padding: 0 9px;
        margin-right: 0 !important;
        font-size: 16px;
    }

    .show-on-hover .pad-20 {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
    }

    .single-blog-date {
        font-size: 16px;
    }

    .single-blog-title {
        font-size: 35px;
    }

    .pad-20 h1 {
        padding-bottom: 10px !important;
    }

    .pad-20 a p {
        padding-top: 10px !important;
    }

    #menu .container {
        width: 100%;
    }

    .block-tabs li:nth-child(1) {
        margin-right: 15px;
    }

    .block-tabs li:nth-child(2) {
        margin-right: 15px;
    }

    .burger-menu-white {
        margin-top: -21px;
        height: 50px;
    }

    .switched-header.single-page-header .burger-menu-white {
        display: block;
    }

    .switched-header.single-page-header .burger-menu {
        display: none !important;
    }

    .single-event-date {
        font-size: 18px;
    }

    .oops-404 p {
        font-size: 35px;
        transform: translateY(20px);
    }

    .inner-404 h1 {
        font-size: 150px;
    }

    .inner-404 img {
        height: 200px;
        padding-left: 85px;
        padding-right: 85px;
    }

    .remove-background {
        background-color: transparent !important;
    }

    .rights-reserved {
        padding-bottom: 80px;
    }

    .padding {
        padding-left: 0;
    }

    .story-img {
        padding-top: 45%;
    }

    .menu-container .row {
        padding: 0;
        padding-top: 30px;
    }

    .mobile-appear {
        display: block !important;
    }

    .mobile-not-show {
        display: none;
    }

    .blog-items {
        flex-direction: column;
        align-items: center;
    }

    .form-container {
        width: 90%;
    }

    .flex-prev {
        left: 20px !important;
    }

    .flex-next {
        right: 20px !important;
    }

    .message-sent p {
        font-size: 30px;
    }

    .get-back {
        font-size: 18px;
    }

    .sent-popup .centered {
        width: 70%;
    }

    .not-sent-popup .centered {
        width: 70%;
    }

    .img1 {
        transform: translateY(83%);
    }


    .hide {
        opacity: 0;
    }

    .over-menu a.scroll {
        color: white !important;
    }

    .contact {
        padding-bottom: 0 !important;
    }

    /* .prev-events-date {
    padding-top: 50px !important;
  }

  .prev-events-learn-more {
    padding-bottom: 50px !important;
  } */

    .column-content .event-title {
        opacity: 0;
    }
}

@media (max-width: 576px) {
    .header {
        background-color: transparent;
    }

    /* .pdf-section{
        height: 70vh !important;
    } */

    .block-tabs li:not(:last-child) {
        margin-right: 0;
    }

    .middle-text {
        width: 100%;
    }

    .middle-text .title h1 {
        font-size: 30px;
    }

    .middle-text .title h1 span {
        font-size: 30px;
    }

    .middle-text .title p {
        font-size: 18px;
    }

    .middle-text .title p span {
        font-size: 18px;
    }

    .message-not-sent p {
        font-family: GE_SS_TWO;
        font-weight: 500;
        font-size: 16px;
        line-height: 55px;
        color: #0a1e40;
    }

    .big-image {
        height: 30vh;
        object-fit: cover;
    }

    /* .insta-overlay{
    background-color: rgba(10, 30, 64, 0.4);
    opacity: 1;
  }

  .insta-overlay p{
    font-size: 16px;
  } */

    .menu-container {
        width: 100%;
    }

    .block-tabs li {
        font-size: 16px;
        padding-bottom: 30px !important;
    }

    .block-tabs {
        border-bottom: none;
    }

    .single-blog-title {
        font-size: 25px;
    }

    .description-single-blog-container p {
        font-size: 16px;
    }

    .single-event-description-section {
        padding-top: 0 !important;
    }

    .pad-10 {
        padding-top: 10px !important;
    }

    .events-section {
        padding-bottom: 50px !important;
    }

    .show-on-hover {
        width: calc(100% - 50px);
    }

    .col-on-hover-mobile img {
        height: 27vh;
    }

    .content-container-prev {
        padding: 40px 20px;
    }

    .prev-events-desc {
        padding-bottom: 16px !important;
    }

    .blogs.blogs-page .col-on-hover .around-img-content {
        box-shadow: 0 15px 0px rgb(10 30 64 / 60%) !important;
    }

    .mixologist-title {
        font-size: 25px;
        text-align: center;
    }

    .the-team-title {
        font-size: 25px;
    }

    .around-img-content {
        box-shadow: 0 15px 0px rgb(10 30 64 / 60%);
    }

    .hosp-desc {
        width: 100%;
    }

    .col-on-hover-mobile {
        padding: 0;
        padding-bottom: 60px;
    }

    .homeBlogSwiper {
        margin-bottom: 20px;
    }

    .col-on-hover-mobile .bolg-desc {
        font-size: 16px;
    }

    .menu-swiper.home .swiper-button-prev {
        opacity: 1;
        width: 1.5rem;
    }

    .menu-swiper.home .swiper-button-next {
        opacity: 1;
        width: 1.5rem;
    }

    .colored {
        height: 75%;
    }

    .lovely-nights {
        padding-bottom: 30px !important;
    }

    .interior-single-event .container.py-5 {
        padding-top: 0 !important;
    }

    .content-single-event p {
        font-size: 16px;
    }

    .single-event-section-wrapper p {
        font-size: 16px;
    }

    .last-div-single-event p {
        font-size: 16px;
    }

    .single-event-date {
        font-size: 14px;
    }

    .single-event-title {
        font-size: 22px;
    }

    .our-story {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .our-story .container-fluid {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .story-img {
        --bs-aspect-ratio: 10%;
    }

    .ratio-custom {
        --bs-aspect-ratio: 75%;
    }

    .single-blog-points {
        width: 100% !important;
    }

    .point-content {
        width: 100% !important;
    }

    .description-single-blog-container p {
        width: 100% !important;
        padding: 1rem;
    }

    .point-content-wrapper {
        width: 100%;
        padding: 15px;
    }

    .point-content-wrapper .col-sm-12 {
        width: 100%;
        padding-right: 0;
        padding-left: 0;
    }

    .description-points p {
        font-size: 16px !important;
    }

    .image-text-container p {
        font-size: 16px !important;
    }

    .text-share p {
        font-size: 16px !important;
    }

    .text-share .row div {
        width: 100% !important;
    }

    .staff-position {
        font-size: 16px;
    }

    .staff-name {
        font-size: 20px;
    }

    .lname {
        padding-right: 0;
        padding-top: 30px;
    }

    .phone {
        padding-right: 0;
    }
    .show-on-hover {
        background-color: rgba(10, 30, 64, 0.6);
        width: 90%;
    }

    .prev-events-title {
        font-size: 30px;
    }

    .prev-events-desc {
        font-size: 14px;
    }

    .prev-events-learn-more {
        font-size: 14px;
    }

    .show-on-hover h1 {
        padding-top: 10px !important;
        font-size: 23px !important;
    }

    .show-on-hover a p {
        padding-bottom: 0 !important;
    }

    .column-content .event-title {
        opacity: 0 !important;
    }

    .height-sm-screen .col-12 .show img {
        height: auto !important;
    }

    .single-gallery .row img {
        height: auto;
    }

    .flex-next,
    .flex-prev {
        display: none;
    }

    .image-map {
        width: 140px;
    }

    .swiper {
        height: auto;
    }

    .even-resizing {
        width: auto !important;
        height: auto !important;
        padding-right: 15px !important;
    }

    .form-container {
        padding: 40px;
    }

    .mySwiper .swiper-slide.swiper-slide-active {
        width: 100% !important;
    }

    .header.header.switched-header {
        background-color: #0a1e40;
        opacity: 0.85;
    }

    .burger-menu {
        height: 50px;
        margin-top: -21px;
    }

    .choose-us-middle {
        width: 90%;
    }

    .singleBlogSwiper {
        min-height: auto !important;
    }

    .singleBlogSwiper .swiper-slide {
        height: auto !important;
    }

    .singleBlogSwiper .swiper-button-next {
        right: 31px;
    }

    .singleBlogSwiper .swiper-button-prev {
        left: 31px;
    }

    .mobile-swiper-menu-title {
        font-size: 20px;
    }

    .mobile-swiper-menu-desc {
        font-size: 14px;
    }

    .mobile-swiper-menu-more {
        font-size: 13px;
    }

    .block-map {
        height: 70vh;
    }

    .message-sent p {
        font-size: 25px;
    }

    .get-back {
        font-size: 14px;
    }

    .sent-popup .centered {
        width: 80%;
    }

    .not-sent-popup .centered {
        width: 80%;
    }

    .our-story-title {
        font-size: 25px;
    }

    .header-concept {
        font-size: 25px;
    }

    .choose-us-title {
        font-size: 25px;
    }

    .our-story-glimpse {
        font-size: 14px;
    }

    .about-vaga {
        font-size: 14px;
    }

    .par-story p {
        font-size: 16px;
    }

    .puch-right {
        font-size: 16px;
    }

    .choose-us-middle {
        padding-left: 40px;
        padding-right: 40px;
        width: 80% !important;
    }

    .oops-404 p {
        transform: translateY(15px);
    }

    .inner-404 h1 {
        font-size: 110px;
    }

    .inner-404 img {
        height: 160px;
        padding-right: 55px;
        padding-left: 55px;
    }

    .prev-events-wrapper {
        position: relative;
        height: auto;
    }

    .prev-events-wrapper img {
        height: auto;
    }
}

@media (max-width: 478px) {
    .desktop-menu {
        display: none;
    }

    .mixologist-right {
        font-size: 16px;
    }
}

@media (max-width: 430px) {
    .oops-404 {
        font-size: 30px;
    }

    .inner-404 img {
        height: 130px;
        padding-right: 20px;
        padding-left: 20px;
    }

    .inner-404 h1 {
        font-size: 80px;
    }

    .page-not {
        font-size: 18px;
    }
}

@media (max-width: 400px) and (max-height: 710px) {
    .column-content {
        height: 45vh !important;
    }
}

@media (max-width: 400px) {
    .story-img {
        --bs-aspect-ratio: 20%;
    }

    .show-on-hover h1 {
        padding-top: 0 !important;
    }

    .blogs.blogs.blogs-page .col-on-hover .bolg-desc {
        font-size: 16px;
    }

    .blogs.blogs-page .col-on-hover .ratio {
        --bs-aspect-ratio: 65%;
    }

    .blogs.blogs-page .col-on-hover .bolg-desc {
        font-size: 14px;
    }

    .form-container {
        padding: 25px;
    }
}

@media (min-width: 576px) and (max-width: 768px) {
    .col-on-hover:nth-child(even) .around-img-content {
        padding: 9px;
    }

    .col-on-hover:nth-child(odd) .around-img-content {
        padding: 9px;
    }

    .two-pictures .container-fluid {
        width: 100% !important;
    }

    .blog-date {
        font-size: 15px;
    }

    .blog-title {
        font-size: 18px;
    }

    .bolg-desc {
        font-size: 15px;
    }
}

@media (max-width: 500px) {
    .container-fluid.team-cards-container .row .col {
        width: 100% !important;
    }

    .container-fluid.team-cards-container .row {
        width: 80%;
    }
}

@media (min-width: 576px) and (max-width: 820px) {
    .blogs.blogs-page .col-on-hover .ratio {
        --bs-aspect-ratio: 70%;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    /* .brunch {
    height: calc(100% - 123px) !important;
  } */
}

/*End media queries*/
.lang-switcher {
    position: relative;
    width: 40px;
}

.lang-switcher span {
    color: #ffffff;
    display: block;
    padding: 12px 0;
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    font-size: 13px;
}

.lang-switcher:hover span, .lang-switcher ul li a:hover {
    color: #ebab63;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}

.lang-switcher span:before {
    content:'';
    position: absolute;
    width: 10px;
    height: 15px;
    background-image: url('../img/arrow-down.png');
    background-size: contain;
    background-position: center;
    top: 50%;
    left: 5px;
    transform: translateY(-50%);
}

.lang-switcher ul {
    position: absolute;
    top: 25px;
    opacity:0;
    visibility: hidden;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}

.lang-switcher:hover ul {
    opacity:1;
    visibility: visible;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}

.lang-switcher ul li {
    margin:0;
}

.rights-reserved {
    font-family: GE_SS_TWO;
    font-weight: 300;
    font-size: 16px;
    color: #0a1e40;
}
