/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/**
* Set up a decent box model on the root element
*/
html {
  box-sizing: border-box;
  scroll-behavior: smooth;
  font-size: 16px;
  font-weight: 400;
  color: #e1e9e5;
}

body {
  font-size: 16px;
  font-weight: 400;
  font-family: "Jost", sans-serif;
  color: #e1e9e5;
  line-height: 1.8;
  background-color: #0E0101;
}

/**
* Make all elements from the DOM inherit from the parent box-sizing
* Since `*` has a specificity of 0, it does not override the `html` value
* making all elements inheriting from the root box-sizing value
* See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
*/
*,
*::before,
*::after {
  box-sizing: inherit;
  margin: 0;
}

ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

/**
* Basic styles for links
*/
a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

@media only screen and (max-width: 600px) {
  html {
    font-size: 14px;
  }
}
.quintessential-regular {
  font-family: "Quintessential", serif;
  font-weight: 400;
  font-style: normal;
}

/**
 * Basic typography style for copy text
 */
/**
 * Clear inner floats
 */
.clearfix::after {
  clear: both;
  content: "";
  display: table;
}

.full-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
}

.button {
  padding: 10px 20px;
  text-transform: capitalize;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 400;
  color: #e1e9e5;
  text-shadow: none;
  background: transparent;
  cursor: pointer;
  box-shadow: transparent;
  border: 1px solid #e1e9e5;
  transition: 0.5s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  display: inline-block;
}

.button:hover,
.button:focus {
  color: #283890;
  background: #e1e9e5;
  border: 1px solid #e1e9e5;
  text-shadow: 0 0 5px #ffffff, 0 0 10px #ffffff, 0 0 20px #ffffff;
  box-shadow: 0 0 5px #e1e9e5, 0 0 20px #e1e9e5, 0 0 50px #e1e9e5, 0 0 100px #e1e9e5;
}

.dark {
  color: #0E0101;
  border-color: #0E0101;
}

.button:hover,
.button:focus {
  color: #f3f4e5;
  background: #283890;
  border: 1px solid #283890;
  text-shadow: 0 0 5px #ffffff, 0 0 10px #ffffff, 0 0 20px #ffffff;
  box-shadow: 0 0 5px #283890, 0 0 20px #283890, 0 0 50px #283890, 0 0 100px #283890;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
header .logo-dark {
  display: none;
}
header.colored {
  background-color: #fff;
}
header.colored .logo-dark {
  display: block;
}
header.colored .logo-light {
  display: none;
}

.nav-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 10px 0;
}
.nav-bar .main-menu {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 25px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.nav-bar .main-menu li a {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #e1e9e5;
}

.colored .nav-bar .main-menu li a {
  color: #0E0101;
}
.colored .nav-bar .button {
  border-color: #0E0101;
  color: #0E0101;
}
.colored .nav-bar .button:hover {
  color: #e1e9e5;
  border-color: #283890;
}

.has-submenu {
  position: relative;
}
.has-submenu .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 200px;
  background-color: #e1e9e5;
  opacity: 0;
  visibility: hidden;
}
.has-submenu .sub-menu li {
  border-bottom: 1px solid #cfcfcf;
}
.has-submenu .sub-menu li a {
  color: #0E0101;
  padding: 8px 10px;
  display: inline-block;
}
.has-submenu .sub-menu li a:hover {
  color: #283890;
}
.has-submenu:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}

.close-menu {
  display: none;
}

@media only screen and (max-width: 1400px) {
  .nav-bar .main-menu {
    gap: 17px;
  }
}
@media only screen and (max-width: 1199px) {
  .nav-bar .main-menu {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 15px;
    position: fixed;
    padding: 35px;
    padding-top: 55px;
    top: 50%;
    left: 50%;
    transform: translate(-200%, -50%);
    width: 100%;
    height: 100dvh;
    background-color: #fff;
    transition: all ease-in-out 0.5s;
  }
  .nav-bar .main-menu li {
    display: block;
    width: 100%;
  }
  .nav-bar .main-menu li a {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #0E0101;
    width: 100%;
  }
  .nav-bar .main-menu.show-menu {
    transform: translate(-50%, -50%);
    transition: all ease-in-out 0.5s;
  }
  .d-lg-none {
    display: block !important;
  }
  .nav-cta {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .nav-cta .button {
    font-size: 12px;
    padding: 8px 15px;
  }
  .nav-cta .menu-trigger {
    font-size: 24px;
    color: #e1e9e5;
  }
  .colored .nav-cta .menu-trigger {
    color: #0E0101;
  }
  .colored .nav-brand img {
    height: 50px !important;
  }
  .close-menu {
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
    color: #000;
    font-size: 18px;
  }
  .has-submenu .sub-menu {
    position: relative;
    height: auto;
    top: 0;
    left: 0;
    width: 100%;
    color: #000;
    display: none;
    margin-top: 3px;
    background-color: transparent;
  }
  .has-submenu .sub-menu li a {
    padding-left: 10px;
  }
  .has-submenu .sub-menu.show-submenu {
    display: block;
  }
}
@media only screen and (max-width: 600px) {
  .nav-brand img {
    height: 60px !important;
  }
}
footer {
  padding: 60px 0 30px 0;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #e1e9e5;
  color: #0E0101;
  z-index: 0;
}
footer h2 {
  font-size: 48px;
  font-weight: 300;
  text-transform: capitalize;
  margin-bottom: 5px;
}
footer .social-list {
  text-align: end;
}
footer .social-list li a {
  font-size: 16px;
  color: #0E0101;
  font-weight: 400;
  letter-spacing: 0.5px;
}
footer .social-list li a:hover {
  color: #283890;
}
footer .footer-image:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 85%;
  height: 1px;
  background-color: #0E0101;
  transform: translateY(-50%) scaleY(1.0001);
  opacity: 0.25;
}
footer .call-list li a {
  font-size: 16px;
  color: #0E0101;
  font-weight: 300;
  letter-spacing: 1px;
  transition: all 0.45s ease-in-out;
}
footer .call-list li a:hover {
  color: #283890;
}
footer .button {
  color: #0E0101;
  border-color: #0E0101;
  margin: 15px 0 30px 0;
  display: inline-block;
}

@media only screen and (max-width: 1400px) {
  footer {
    padding-bottom: 15px;
  }
}
@media only screen and (max-width: 600px) {
  footer {
    padding-bottom: 5px;
    text-align: center !important;
  }
  footer .footer-image:before {
    display: none;
  }
  footer .social-list {
    text-align: center;
    margin-bottom: 30px;
  }
  footer .call-list {
    margin-bottom: 30px;
  }
  footer h2 {
    font-size: 30px;
  }
}
.default-padding {
  padding: 40px 0;
}

.padding-top {
  padding-top: 40px;
}

.padding-bottom {
  padding-bottom: 40px;
}

.background-alternate {
  background-color: #fff5ec;
}

.swiper-pagination-bullet-active {
  background-color: #e1e9e5;
}

.swiper-pagination-bullet {
  background-color: #e1e9e5;
}

main {
  margin-bottom: 485px;
  position: relative;
  z-index: 2;
  background-color: #0E0101;
}

#partners {
  background-color: #0E0101;
}

/* Input container */
.input-container {
  position: relative;
  margin: 20px 10px;
}

/* Input field */
.input-field {
  display: block;
  width: 100%;
  padding: 10px;
  font-size: 16px;
  border: none;
  border-bottom: 2px solid #ccc;
  outline: none;
  background-color: transparent;
}

/* Input label */
.input-label {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 16px;
  color: rgba(204, 204, 204, 0);
  pointer-events: none;
  transition: all 0.3s ease;
}

/* Input highlight */
.input-highlight {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #283890;
  transition: all 0.3s ease;
}

/* Input field:focus styles */
.input-field:focus + .input-label {
  top: -20px;
  font-size: 12px;
  color: #283890;
}

.input-field:focus + .input-label + .input-highlight {
  width: 100%;
}

.pt-0 {
  padding-top: 0 !important;
}

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

@media only screen and (max-width: 600px) {
  main {
    margin-bottom: 100vh;
  }
}
@media only screen and (max-width: 1200px) {
  #eventGallery {
    height: 45vh;
  }
  #eventGallery .eventGallery-title {
    font-size: 59px;
  }
  #services .service-single-heading {
    font-size: 38px;
  }
  #services .servicce-single-image {
    height: 65vh;
  }
}
@media only screen and (max-width: 992px) {
  #landing .landing-content h1 {
    line-height: 1.2;
  }
  #contacts .contact-image {
    display: none;
  }
  #eventGallery {
    height: 55vh;
  }
  #eventGallery .eventGallery-title {
    font-size: 44px;
  }
  #about h2 {
    font-size: 62px;
  }
  #services .service-heading-content {
    font-size: 30px;
  }
  #services .service-image {
    margin-bottom: 30px;
  }
  #services .service-image.left-padding {
    padding-left: 0;
  }
  #services .service-image.right-padding {
    padding-right: 0;
  }
  #story .story-image {
    margin-bottom: 35px;
  }
  .glass-image {
    z-index: -1;
  }
}
@media only screen and (max-width: 700px) {
  #contacts .contact-title {
    font-size: 44px;
  }
  #contacts.planEvent .contact-title {
    font-size: 32px;
  }
  #services .service-heading-header {
    margin-bottom: 55px;
  }
  #services .service-heading-content {
    font-size: 24px;
  }
  #services .service-single-heading {
    font-size: 24px;
  }
  #services .services-wrapper .services-title {
    font-size: 34px;
  }
  #services.events .listsSections .events-wrapper {
    flex-direction: column;
    gap: 0;
    margin-bottom: 35px;
  }
  #services.events .listsSections .events-wrapper:last-child {
    border-bottom: none;
    margin-bottom: 0;
  }
  #services.events .listsSections .events-wrapper .wrapper-images {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    transform: translateX(0);
    padding-left: 0;
    opacity: 1;
    visibility: visible;
  }
  #services.events .listsSections .events-wrapper.active .wrapper-images {
    transform: translateX(0);
  }
  #services.events .listsSections .includeLists {
    padding: 10px 0;
    border-top: none;
    flex-direction: column;
  }
  #services.events .serviceInclude .list-title {
    line-height: 1.2;
    margin-top: 5px;
  }
  #services.events .serviceInclude .list-desc {
    line-height: 1.2;
  }
  #eventGallery {
    height: auto;
    padding-bottom: 95px;
  }
  #eventGallery .eventGallery-title {
    width: 100%;
    font-size: 33px;
    top: 0;
    left: 0;
    padding: 15px;
    margin-bottom: 15px;
    position: relative;
    transform: translateY(0);
  }
  #eventGallery .gallerySwiper2 {
    height: 35vh;
    position: relative;
  }
  #eventGallery .gallerySwiper {
    height: 100px;
    width: auto;
    margin-top: 15px;
  }
  #eventGallery .gallerySwiper .swiper-slide img {
    opacity: 1;
  }
  #blogSingle {
    padding-bottom: 90px;
  }
  #blogSingle .blogSingle-title {
    font-size: 36px;
  }
  #blogSingle .blogSingle-share {
    flex-direction: column;
    align-items: flex-start;
    padding: 25px;
    border-bottom: 0;
    padding-top: 12px;
  }
  #blogSingle .blogSingle-share .blog-share-icon {
    gap: 15px;
  }
  #career .career-heading .career-title {
    line-height: 1.2;
    font-size: 28px;
  }
  #contacts .contact-info {
    padding-right: 0;
  }
  #faqs .accordion-body {
    padding: 30px 15px;
    padding-top: 0;
    font-size: 18px;
  }
  #faqs .accordion-button {
    padding: 15px;
  }
  #faqs .accordion-header button {
    font-size: 23px;
  }
  #faqs .faq-contact {
    font-size: 20px;
  }
  #story {
    overflow: hidden;
  }
  #story .side-content-heading {
    margin-bottom: 25px;
  }
  #plan-event p {
    font-size: 18px;
  }
  #landing .landing-content .landing-desc {
    width: 95%;
  }
  #bartenders.teamPage h3 {
    font-size: 32px;
  }
  #serviceSingle .serviceInclude .includeTitle {
    font-size: 54px;
  }
  #serviceSingle .serviceInclude .includeLists {
    padding: 15px 0;
  }
  #serviceSingle .serviceInclude .list-title {
    font-size: 28px;
  }
  #serviceSingle .listsSections {
    padding-left: 0;
    margin-top: 25px;
  }
  #serviceSingle .glass-image {
    top: auto;
    bottom: 0;
  }
  #serviceSingle .overviewHeading .headingTitle {
    font-size: 32px;
  }
  #about h2 {
    font-size: 48px;
  }
}
#landing .landing-main img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

#contacts {
  padding: 115px 0;
}
#contacts .contact-info {
  padding-top: 35px;
  padding-right: 35px;
}
#contacts .contact-title {
  font-size: 62px;
  font-family: "Italiana", sans-serif;
  line-height: 1.2;
  margin-bottom: 20px;
}
#contacts .contact-desc {
  font-size: 18px;
}
#contacts .contact-heading {
  margin-bottom: 40px;
}
#contacts .contact-link a {
  color: #fff;
  font-size: 20px;
  position: relative;
  margin-bottom: 8px;
  display: inline-block;
}
#contacts .contact-link a::before {
  content: "";
  position: absolute;
  width: 0%;
  height: 1px;
  background-color: #fff;
  left: 0;
  bottom: 0;
  transition: all ease-in-out 0.35s;
}
#contacts .contact-link a:hover::before {
  width: 100%;
  transition: all ease-in-out 0.35s;
}
#contacts.planEvent .contact-title {
  font-size: 42px;
}
#contacts.planEvent input, #contacts.planEvent .input-field, #contacts.planEvent .input-field:focus + .input-label {
  color: #fff;
}
#contacts.planEvent .input-highlight {
  background-color: #fff;
}
#contacts.planEvent .contact-heading {
  margin-bottom: 30px;
}

#map {
  overflow: hidden;
}

.modal {
  color: #283890;
}

.policy-checkbox {
  padding-left: 10px;
  color: #000;
  line-height: 1.2;
  margin-bottom: 20px;
}

.modal-btn {
  margin-left: 10px;
  margin-bottom: 15px;
}

@media only screen and (max-width: 1200px) {
  #eventGallery {
    height: 45vh;
  }
  #eventGallery .eventGallery-title {
    font-size: 59px;
  }
  #services .service-single-heading {
    font-size: 38px;
  }
  #services .servicce-single-image {
    height: 65vh;
  }
}
@media only screen and (max-width: 992px) {
  #landing .landing-content h1 {
    line-height: 1.2;
  }
  #contacts .contact-image {
    display: none;
  }
  #eventGallery {
    height: 55vh;
  }
  #eventGallery .eventGallery-title {
    font-size: 44px;
  }
  #about h2 {
    font-size: 62px;
  }
  #services .service-heading-content {
    font-size: 30px;
  }
  #services .service-image {
    margin-bottom: 30px;
  }
  #services .service-image.left-padding {
    padding-left: 0;
  }
  #services .service-image.right-padding {
    padding-right: 0;
  }
  #story .story-image {
    margin-bottom: 35px;
  }
  .glass-image {
    z-index: -1;
  }
}
@media only screen and (max-width: 700px) {
  #contacts .contact-title {
    font-size: 44px;
  }
  #contacts.planEvent .contact-title {
    font-size: 32px;
  }
  #services .service-heading-header {
    margin-bottom: 55px;
  }
  #services .service-heading-content {
    font-size: 24px;
  }
  #services .service-single-heading {
    font-size: 24px;
  }
  #services .services-wrapper .services-title {
    font-size: 34px;
  }
  #services.events .listsSections .events-wrapper {
    flex-direction: column;
    gap: 0;
    margin-bottom: 35px;
  }
  #services.events .listsSections .events-wrapper:last-child {
    border-bottom: none;
    margin-bottom: 0;
  }
  #services.events .listsSections .events-wrapper .wrapper-images {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    transform: translateX(0);
    padding-left: 0;
    opacity: 1;
    visibility: visible;
  }
  #services.events .listsSections .events-wrapper.active .wrapper-images {
    transform: translateX(0);
  }
  #services.events .listsSections .includeLists {
    padding: 10px 0;
    border-top: none;
    flex-direction: column;
  }
  #services.events .serviceInclude .list-title {
    line-height: 1.2;
    margin-top: 5px;
  }
  #services.events .serviceInclude .list-desc {
    line-height: 1.2;
  }
  #eventGallery {
    height: auto;
    padding-bottom: 95px;
  }
  #eventGallery .eventGallery-title {
    width: 100%;
    font-size: 33px;
    top: 0;
    left: 0;
    padding: 15px;
    margin-bottom: 15px;
    position: relative;
    transform: translateY(0);
  }
  #eventGallery .gallerySwiper2 {
    height: 35vh;
    position: relative;
  }
  #eventGallery .gallerySwiper {
    height: 100px;
    width: auto;
    margin-top: 15px;
  }
  #eventGallery .gallerySwiper .swiper-slide img {
    opacity: 1;
  }
  #blogSingle {
    padding-bottom: 90px;
  }
  #blogSingle .blogSingle-title {
    font-size: 36px;
  }
  #blogSingle .blogSingle-share {
    flex-direction: column;
    align-items: flex-start;
    padding: 25px;
    border-bottom: 0;
    padding-top: 12px;
  }
  #blogSingle .blogSingle-share .blog-share-icon {
    gap: 15px;
  }
  #career .career-heading .career-title {
    line-height: 1.2;
    font-size: 28px;
  }
  #contacts .contact-info {
    padding-right: 0;
  }
  #faqs .accordion-body {
    padding: 30px 15px;
    padding-top: 0;
    font-size: 18px;
  }
  #faqs .accordion-button {
    padding: 15px;
  }
  #faqs .accordion-header button {
    font-size: 23px;
  }
  #faqs .faq-contact {
    font-size: 20px;
  }
  #story {
    overflow: hidden;
  }
  #story .side-content-heading {
    margin-bottom: 25px;
  }
  #plan-event p {
    font-size: 18px;
  }
  #landing .landing-content .landing-desc {
    width: 95%;
  }
  #bartenders.teamPage h3 {
    font-size: 32px;
  }
  #serviceSingle .serviceInclude .includeTitle {
    font-size: 54px;
  }
  #serviceSingle .serviceInclude .includeLists {
    padding: 15px 0;
  }
  #serviceSingle .serviceInclude .list-title {
    font-size: 28px;
  }
  #serviceSingle .listsSections {
    padding-left: 0;
    margin-top: 25px;
  }
  #serviceSingle .glass-image {
    top: auto;
    bottom: 0;
  }
  #serviceSingle .overviewHeading .headingTitle {
    font-size: 32px;
  }
  #about h2 {
    font-size: 48px;
  }
}/*# sourceMappingURL=contactpage.css.map */