/*! 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 {
  height: 100vh;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
#landing .video-popup {
  transform: translateX(-50%);
  top: auto;
  bottom: 80px;
  opacity: 0.65;
}
#landing .video-popup span {
  margin-top: -6px;
  margin-left: -11px;
}
#landing .landing-main {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#landing .landing-main:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0E0101;
  opacity: 0.5;
}
#landing .landing-main video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#landing .landing-content {
  position: relative;
  z-index: 7;
}
#landing .landing-content h1 {
  font-size: 64px;
  text-align: center;
  line-height: 1.5;
  font-family: "Italiana", sans-serif;
  letter-spacing: 4px;
  transform-origin: center center;
}
#landing .landing-content h1 span {
  display: block;
  font-size: 18px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: "Jost", sans-serif;
}

#about {
  padding: 80px 0;
}
#about h2 {
  font-size: 72px;
  line-height: 1;
  font-family: "Italiana", sans-serif;
  margin-bottom: 60px;
}
#about h2 span {
  display: block;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 0.5px;
  font-family: "Jost", sans-serif;
  margin-bottom: 15px;
}

.glass-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 200px;
  height: 200px;
  opacity: 0.3;
}
.glass-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.video-popup {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.video-popup span {
  margin: 0px;
  transition: all 0.4s ease-in-out;
  color: #e1e9e5;
  display: flex;
  line-height: 1;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  margin-top: -12px;
  margin-left: -8px;
}
.video-popup .hero-circle {
  animation: textani 14s linear infinite;
  position: absolute;
  top: -57px;
  left: -64px;
  width: 142px;
  height: 142px;
}
.video-popup .hero-circle img {
  width: 100%;
  height: 100%;
}
.video-popup i {
  font-size: 48px;
  line-height: 1;
}

@keyframes textani {
  100% {
    transform: rotate(390deg);
  }
}
#section {
  padding: 80px 0;
}
#section .parent {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}
#section .div1 {
  grid-area: 1/1/2/2;
}
#section .div2 {
  grid-area: 1/2/2/3;
}
#section .div3 {
  grid-area: 1/3/2/4;
}
#section .div4 {
  grid-area: 1/4/2/5;
}
#section .div5 {
  grid-area: 2/1/3/2;
}
#section .div6 {
  grid-area: 2/2/3/3;
}
#section .div7 {
  grid-area: 2/3/3/4;
}
#section .div8 {
  grid-area: 2/4/3/5;
}
#section .grid-image {
  height: 525px;
}
#section .grid-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#section .grid-content {
  color: #0E0101;
}
#section .grid-content h3 {
  font-size: 22px;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 15px;
}
#section .grid-content p {
  font-weight: 400;
  line-height: 1.5;
}

#side-scroller {
  position: relative;
}
#side-scroller .arroww {
  position: absolute;
  left: 30px;
  top: 50px;
  z-index: 0;
  width: 100px;
  height: auto;
}
#side-scroller .arroww img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.side-scrolling-projects-container {
  overflow: hidden;
  padding-top: 8vw;
}

.side-scrolling-projects-container .side-scrolling-projects {
  display: flex;
  align-items: flex-end;
}

.side-scrolling-projects-container .side-scrolling-projects ul {
  box-sizing: border-box;
  margin: 0;
  display: flex;
  height: 100%;
  padding: 0 0 1.5625vw;
  align-items: center;
  margin-bottom: 40px;
}

.side-scrolling-projects-container .side-scrolling-projects ul li {
  margin: 0 0.78125vw;
  height: calc(100vh - 160px);
  flex-shrink: 0;
  width: calc(80vw - 100px);
}

.side-scrolling-projects-container .side-scrolling-projects ul li:last-child {
  margin-right: 300px;
}

.service-type {
  height: 100%;
  overflow: hidden;
  position: relative;
}
.service-type:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0E0101;
  opacity: 0.5;
  z-index: 1;
}
.service-type .service-image {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 8px;
}
.service-type .service-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.service-type .service-content {
  position: absolute;
  bottom: 30px;
  left: 30px;
  z-index: 2;
  width: 75%;
}
.service-type .service-content h3 {
  font-size: 64px;
  font-family: "Italiana", sans-serif;
  line-height: 1;
  margin-bottom: 35px;
}
.service-type .service-content h3 span {
  display: block;
  font-family: "Jost", sans-serif;
  font-size: 18px;
  letter-spacing: 0.65px;
  font-weight: 300;
  text-transform: uppercase;
}

#plan-event {
  height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
  margin: 40px 0;
  overflow: hidden;
}
#plan-event:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(14, 1, 1);
  background: linear-gradient(0deg, rgba(14, 1, 1, 0.2) 48%, rgb(14, 1, 1) 100%);
  z-index: 1;
}
#plan-event:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(14, 1, 1);
  background: linear-gradient(0deg, rgb(14, 1, 1) 0%, rgba(14, 1, 1, 0.2) 70%);
  z-index: 1;
}
#plan-event .break-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#plan-event .break-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#plan-event h3 {
  font-size: 56px;
  font-family: "Italiana", sans-serif;
}
#plan-event h3 span {
  display: block;
  font-size: 18px;
  font-family: "Jost", sans-serif;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 1px;
}

#bartenders {
  padding-bottom: 80px;
}
#bartenders .bar {
  position: absolute;
  top: 30px;
  left: 20px;
  opacity: 0.5;
  z-index: 0;
  width: 175px;
  height: 175px;
}
#bartenders .bar img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#bartenders h3 {
  font-size: 32px;
  font-family: "Italiana", sans-serif;
  margin-bottom: 24px;
}
#bartenders h3 span {
  font-size: 18px;
  display: block;
  font-family: "Jost", sans-serif;
  font-weight: 300;
}

.bartender-card .bartender-image {
  overflow: hidden;
  position: relative;
  border-radius: 8px;
}
.bartender-card .bartender-image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(14, 1, 1);
  background: linear-gradient(0deg, rgb(14, 1, 1) 0%, rgba(14, 1, 1, 0.2) 100%);
  z-index: 1;
  opacity: 0.95;
}
.bartender-card .bartender-image img {
  transition: all 0.45s ease-in-out;
}
.bartender-card .bartender-content {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  padding: 25px;
}
.bartender-card:hover .bartender-image img {
  transform: scale(1.25);
}

#events {
  padding: 80px 0;
}
#events h3 {
  font-family: "Italiana", sans-serif;
  margin-bottom: 45px;
  font-size: 48px;
}
#events h3 span {
  font-size: 18px;
  font-family: "Jost", sans-serif;
  display: block;
  font-weight: 300;
  letter-spacing: 1px;
}
#events .event-card {
  position: relative;
}
#events .event-image {
  margin-bottom: 25px;
}

#partners {
  padding: 80px 0;
}
#partners h3 {
  font-family: "Italiana", sans-serif;
  margin-bottom: 45px;
  font-size: 48px;
}
#partners h3 span {
  font-size: 18px;
  font-family: "Jost", sans-serif;
  display: block;
  font-weight: 300;
  letter-spacing: 1px;
}
#partners .partner-image {
  padding: 15px;
}
#partners .partner-image img {
  filter: brightness(0) invert(1);
}

@media only screen and (max-width: 600px) {
  #landing .landing-content h1 {
    font-size: 32px;
    line-height: 1;
  }
  #landing .landing-content h1 span {
    font-size: 12px;
    margin-bottom: 15px;
  }
  #about h2 {
    font-size: 36px;
  }
  #about h2 span {
    font-size: 14px;
  }
  .glass-image {
    width: 120px;
    height: 120px;
  }
  .box {
    margin-top: 90px;
  }
  #section .parent {
    display: block;
  }
  #section .grid-image {
    height: 425px;
    margin-bottom: 20px;
  }
  #section .grid-content {
    padding-top: 70px !important;
    padding-bottom: 20px !important;
  }
  .div2, .div5, .div8 {
    display: none;
  }
  .side-scrolling-projects-container .side-scrolling-projects {
    flex-direction: column;
    align-items: flex-start;
  }
  .side-scrolling-projects-container .side-scrolling-projects ul {
    flex-direction: column;
  }
  .side-scrolling-projects-container .side-scrolling-projects ul li {
    width: 100%;
    margin-bottom: 24px;
  }
  .service-type .service-content h3 {
    font-size: 36px;
  }
  .side-scrolling-projects-container .side-scrolling-projects ul li:last-child {
    margin-right: 0;
  }
  .service-type .service-content {
    left: 15px;
  }
  #bartenders .col-sm-3 {
    text-align: center;
    margin-bottom: 40px;
  }
  #events h3 {
    font-size: 36px;
  }
  .event-card {
    margin-bottom: 25px;
  }
  #partners, #events {
    padding-top: 0;
  }
  #plan-event {
    margin-top: 0;
  }
}
#landing .landing-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#landing .landing-content h1 {
  margin-bottom: 5px;
}
#landing .landing-content .landing-desc {
  text-align: center;
  font-size: 22px;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.5;
}
#landing .landing-content .landing-btn {
  text-align: center;
  margin: auto;
  display: block;
  margin-top: 25px;
}

#services {
  padding: 85px 0;
  position: relative;
  overflow: hidden;
}
#services .service-heading-header {
  margin-bottom: 105px;
}
#services .single-heading-header {
  margin-bottom: 50px;
}
#services .service-heading-content {
  font-size: 34px;
  line-height: 1.7;
}
#services .glass-image {
  top: 75px;
}
#services .service-image {
  overflow: hidden;
  border-radius: 8px;
}
#services .service-image img {
  border-radius: 8px;
}
#services .service-image.right-padding {
  padding-right: 40px;
}
#services .service-image.left-padding {
  padding-left: 40px;
}
#services .service-row {
  margin-bottom: 70px;
}
#services .services-wrapper {
  position: relative;
}
#services .services-wrapper .services-title {
  font-size: 52px;
  font-family: "Italiana", sans-serif;
  line-height: 1.2;
  margin-bottom: 20px;
}
#services .services-wrapper .services-desc {
  font-size: 18px;
}
#services .services-wrapper .service-btn {
  margin-top: 30px;
}
#services .services-wrapper .glass-image {
  top: auto;
  bottom: -85px;
}
#services .services-wrapper .glass-image img {
  opacity: 0.5;
}
#services .service-single-heading {
  font-family: "Italiana", sans-serif;
  font-size: 52px;
  text-align: center;
  line-height: 1.4;
}
#services .servicce-single-image {
  margin-top: 75px;
  height: 95vh;
}
#services .servicce-single-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#services.events .serviceInclude {
  padding: 55px 0;
}
#services.events .serviceInclude .includeLists {
  padding: 35px 0;
  border-top: 1.5px solid #a3a3a3;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
#services.events .serviceInclude .list-title {
  font-size: 38px;
  font-family: "Italiana", sans-serif;
  color: #fff;
}
#services.events .serviceInclude .list-desc {
  font-size: 22px;
  font-family: "Italiana", sans-serif;
}
#services.events .listsSections {
  position: relative;
}
#services.events .listsSections .events-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  position: relative;
}
#services.events .listsSections .events-wrapper:last-child {
  border-bottom: 1.5px solid #a3a3a3;
}
#services.events .listsSections .events-wrapper .wrapper-images {
  width: 330px;
  position: absolute;
  right: 50%;
  top: -60%;
  opacity: 0;
  visibility: hidden;
  z-index: 4;
  transform: scale(0.5) translateX(50%);
  transition: all ease-in-out 0.35s;
  padding-left: 30px;
}
#services.events .listsSections .events-wrapper.active .wrapper-images {
  opacity: 1;
  visibility: visible;
  z-index: 5;
  transform: scale(1) translateX(50%);
  transition: all ease-in-out 0.35s;
}
#services.events .listsSections .includeLists {
  width: 100%;
  padding: 25px 0;
  display: flex;
  color: #fff;
  align-items: center;
}

#serviceSingle {
  padding-top: 25px;
}
#serviceSingle .serviceOverview {
  color: #000;
}
#serviceSingle .overviewHeading {
  margin-bottom: 45px;
  position: relative;
}
#serviceSingle .overviewHeading .headingTitle {
  font-size: 5vw;
  font-family: "Italiana", sans-serif;
  line-height: 1;
  margin-bottom: 20px;
}
#serviceSingle .overviewHeading .overviewDesc {
  font-size: 20px;
  text-align: justify;
}
#serviceSingle .overviewHeading .glass-image {
  top: auto;
  bottom: 0;
  width: 250px;
  height: 250px;
}
#serviceSingle .serviceInclude {
  padding: 55px 0;
  color: #000;
}
#serviceSingle .serviceInclude .includeLists {
  padding: 35px 0;
  border-top: 1.5px solid #a3a3a3;
}
#serviceSingle .serviceInclude .includeLists:last-child {
  border-bottom: 1.5px solid #a3a3a3;
}
#serviceSingle .serviceInclude .list-title {
  font-size: 34px;
  font-family: "Italiana", sans-serif;
}
#serviceSingle .serviceInclude .includeSubtitle {
  font-size: 22px;
  text-transform: uppercase;
}
#serviceSingle .serviceInclude .includeTitle {
  font-size: 7.5vw;
  font-family: "Italiana", sans-serif;
  line-height: 0.8;
  letter-spacing: 2px;
}
#serviceSingle .serviceInclude .includeHeading {
  position: sticky;
  top: 95px;
  padding-top: 65px;
}
#serviceSingle .listsSections {
  padding-left: 35px;
}

#eventsInner {
  padding: 95px 0;
}
#eventsInner .event-title {
  font-size: 48px;
  font-family: "Italiana", sans-serif;
}
#eventsInner .event-desc {
  font-size: 20px;
  font-weight: 300;
}

#eventGallery {
  height: 90vh;
  position: relative;
}
#eventGallery .gallerySwiper2 {
  height: 100%;
  position: absolute;
  width: 100%;
}
#eventGallery .gallerySwiper2 ::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
}
#eventGallery .gallerySwiper2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#eventGallery .gallerySwiper {
  width: 125px;
  height: 100%;
  left: auto;
  right: 0px;
  margin-right: 0;
}
#eventGallery .gallerySwiper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  opacity: 0.4;
}
#eventGallery .gallerySwiper .swiper-slide.swiper-slide-thumb-active img {
  opacity: 1;
}
#eventGallery .eventGallery-title {
  color: #fff;
  font-size: 62px;
  line-height: 1.3;
  width: 60%;
  position: absolute;
  z-index: 5;
  left: 5%;
  top: 50%;
  transform: translateY(-50%);
  font-family: "Italiana", sans-serif;
}

#bartenders.teamPage {
  padding: 85px 0;
}
#bartenders.teamPage h3 {
  font-size: 48px;
  text-align: center;
  margin-bottom: 40px;
}
#bartenders.teamPage .bartender-card {
  margin-bottom: 30px;
}

#about .eventHeading-title {
  margin-bottom: 40px;
}

#courses {
  padding: 85px 0;
}
#courses .courseCard-wrapper .course-image {
  overflow: hidden;
  position: relative;
  border-radius: 8px;
}
#courses .courseCard-wrapper .course-image img {
  border-radius: 8px;
  transition: all 0.45s ease-in-out;
}
#courses .courseCard-wrapper .course-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(14, 1, 1);
  background: linear-gradient(0deg, rgb(14, 1, 1) 0%, rgba(14, 1, 1, 0.2) 100%);
  z-index: 1;
  opacity: 0.95;
}
#courses .courseCard-wrapper .course-content {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  padding: 25px;
}
#courses .courseCard-wrapper:hover .course-image img {
  transform: scale(1.15);
}

#story {
  padding: 95px 0;
  overflow: hidden;
}
#story .story-side-content.left-padding {
  padding-left: 20px;
}
#story .story-side-content.right-padding {
  padding-right: 20px;
}
#story .side-content-heading {
  font-size: 18px;
}
#story .side-content-heading .big-text {
  font-size: 28px;
  font-family: "Italiana", sans-serif;
  line-height: 1.5;
}

#plan-event p {
  font-size: 24px;
}

@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=servicepage.css.map */