/**
* Template Name: Restaurantly
* Updated: Sep 20 2023 with Bootstrap v5.3.2
* Template URL: https://bootstrapmade.com/restaurantly-restaurant-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# Estilos Generales
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Archivo de fuentes
--------------------------------------------------------------*/
@import url("fonts.css");


/*--------------------------------------------------------------
# Variables globales
--------------------------------------------------------------*/


:root {
  --hsj-blue: rgb(82, 114, 191, 0.9);
  --hsj-indigo: #727cf5;
  --hsj-purple: #6b5eae;
  --hsj-pink: #ff679b;
  --hsj-coral: #FFAD8F;
  --hsj-coral-light: rgb(255, 192, 170);
  --hsj-red: #FF3B30;
  --hsj-orange: #FF9500;
  --hsj-yellow: #FDD428;
  --hsj-green: #05830f;
  --hsj-teal: #02a8b5;
  --hsj-cyan: #2eb7f5;
  --hsj-white: #fff;
  --hsj-gray: #7F7F7F;
  --hsj-gray-dark: #555555;
  --hsj-gray-black: #000;
  --hsj-gray-100: #fafafa;
  --hsj-gray-200: #f2f2f2;
  --hsj-gray-300: #e1e1e1;
  --hsj-gray-400: #bebebe;
  --hsj-gray-500: #949494;
  --hsj-gray-600: #7F7F7F;
  --hsj-gray-700: #6c757d;
  --hsj-gray-800: #555555;
  --hsj-gray-900: #404040;
  --hsj-gray-1000: #2b2b2b;
  --hsj-gray-1100: #1f1f1f;
  --hsj-gray-white: #fff;
  --hsj-primary: #161820;
  --hsj-secondary: #6c757d;
  --hsj-success: #4CD964;
  --hsj-info: #2eb7f5;
  --hsj-warning: #FF9500;
  --hsj-danger: #FF3B30;
  --hsj-light: #fafafa;
  --hsj-dark: #1f1f1f;
  --hsj-white: #fff;
  --hsj-primary-rgb: 22, 24, 32;
  --hsj-secondary-rgb: 108, 117, 125;
  --hsj-success-rgb: 76, 217, 100;
  --hsj-info-rgb: 46, 183, 245;
  --hsj-warning-rgb: 255, 149, 0;
  --hsj-danger-rgb: 255, 59, 48;
  --hsj-light-rgb: 250, 250, 250;
  --hsj-dark-rgb: 31, 31, 31;
  --hsj-white-rgb: 255, 255, 255;
  --hsj-white-rgb: 255, 255, 255;
  --hsj-black-rgb: 0, 0, 0;
  --hsj-body-color-rgb: 85, 85, 85;
  --hsj-body-bg-rgb: 255, 255, 255;
  --hsj-font-sans-serif: "Futura PT", "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --hsj-font-monospace: "SFMono-Regular", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --hsj-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --hsj-body-font-family: Nunito, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  --hsj-body-font-size: 1rem;
  --hsj-body-font-weight: 400;
  --hsj-body-line-height: 1.45;
  --hsj-body-color: #333333;
  --hsj-body-bg: #fff
}

:root,
:root.light,
:root .light {
  --hsj-facebook: #3b5998;
  --hsj-colored-link-facebook-hover-color: #2f477a;
  --hsj-google-plus: #db4437;
  --hsj-colored-link-google-plus-hover-color: #af362c;
  --hsj-twitter: #1da1f2;
  --hsj-colored-link-twitter-hover-color: #1781c2;
  --hsj-linkedin: #0077b5;
  --hsj-colored-link-linkedin-hover-color: #005f91;
  --hsj-youtube: #ff0001;
  --hsj-colored-link-youtube-hover-color: #cc0001;
  --hsj-github: #24292e;
  --hsj-colored-link-github-hover-color: #1d2125;
  --hsj-black: #000;
  --hsj-colored-link-black-hover-color: black;
  --hsj-100: #fafafa;
  --hsj-colored-link-100-hover-color: #fbfbfb;
  --hsj-200: #f2f2f2;
  --hsj-colored-link-200-hover-color: whitesmoke;
  --hsj-300: #e1e1e1;
  --hsj-colored-link-300-hover-color: #e7e7e7;
  --hsj-400: #bebebe;
  --hsj-colored-link-400-hover-color: #cbcbcb;
  --hsj-500: #949494;
  --hsj-colored-link-500-hover-color: #767676;
  --hsj-600: #7F7F7F;
  --hsj-colored-link-600-hover-color: #666666;
  --hsj-700: #6c757d;
  --hsj-colored-link-700-hover-color: #565e64;
  --hsj-800: #555555;
  --hsj-colored-link-800-hover-color: #444444;
  --hsj-900: #404040;
  --hsj-colored-link-900-hover-color: #333333;
  --hsj-1000: #2b2b2b;
  --hsj-colored-link-1000-hover-color: #222222;
  --hsj-1100: #5272BF;
  --hsj-colored-link-1100-hover-color: #191919;
  --hsj-white: #fff;
  --hsj-colored-link-white-hover-color: white;
  --hsj-primary: #161820;
  --hsj-colored-link-primary-hover-color: #12131a;
  --hsj-secondary: #6c757d;
  --hsj-colored-link-secondary-hover-color: #565e64;
  --hsj-success: #4CD964;
  --hsj-colored-link-success-hover-color: #70e183;
  --hsj-info: #2eb7f5;
  --hsj-colored-link-info-hover-color: #2592c4;
  --hsj-warning: #FF9500;
  --hsj-colored-link-warning-hover-color: #cc7700;
  --hsj-danger: #FF3B30;
  --hsj-colored-link-danger-hover-color: #cc2f26;
  --hsj-light: #fafafa;
  --hsj-colored-link-light-hover-color: #fbfbfb;
  --hsj-dark: #1f1f1f;
  --hsj-colored-link-dark-hover-color: #191919;
  --hsj-list-group-bg: #fff;
  --hsj-list-group-action-hover-color: #6c757d;
  --hsj-list-group-hover-bg: #fafafa;
  --hsj-body-bg: #fff;
  --hsj-body-color: #555555;
  --hsj-headings-color: #1f1f1f;
  --hsj-headings-underline-color: #5272BF;
  --hsj-link-color: #161820;
  --hsj-link-hover-color: #12131a;
  --hsj-border-color: #e1e1e1;
  --hsj-box-shadow: 0 7px 14px 0 rgba(65, 69, 88, 0.1), 0 3px 6px 0 rgba(0, 0, 0, 0.07);
  --hsj-box-shadow-sm: 0 0 1.563rem rgba(0, 0, 0, 0.08);
  --hsj-box-shadow-lg: 0 1rem 4rem rgba(0, 0, 0, 0.175);
  --hsj-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --hsj-component-active-color: #fff;
  --hsj-component-active-bg: #161820;
  --hsj-text-muted: #434344;
  --hsj-blockquote-footer-color: #7F7F7F;
  --hsj-hr-color: #e1e1e1;
  --hsj-hr-opacity: 0.25;
  --hsj-mark-bg: #fcf8e3;
  --hsj-input-btn-focus-color: rgba(22, 24, 32, 0.25);
  --hsj-btn-link-color: #161820;
  --hsj-btn-link-hover-color: #12131a;
  --hsj-btn-disabled-color: #7F7F7F;
  --hsj-heading-color: #404040;
  --hsj-input-bg: #fff;
  --hsj-input-color: #404040;
  --hsj-input-border-color: #e1e1e1;
  --hsj-input-focus-border-color: #8b8c90;
  --hsj-input-focus-color: #555555;
  --hsj-input-placeholder-color: #bebebe;
  --hsj-input-plaintext-color: #555555;
  --hsj-form-check-label-color: ;
  --hsj-form-check-input-bg: var(--hsj-100);
  --hsj-form-check-input-border: 1px solid rgba(0, 0, 0, 0.25);
  --hsj-form-check-input-border-color: #bebebe;
  --hsj-form-check-input-checked-color: var(--hsj-primary);
  --hsj-form-check-input-checked-bg-color: #161820;
  --hsj-form-check-input-checked-border-color: #161820;
  --hsj-form-check-input-indeterminate-color: var(--hsj-primary);
  --hsj-form-check-input-indeterminate-bg-color: #161820;
  --hsj-form-check-input-indeterminate-border-color: #161820;
  --hsj-form-switch-color: rgba(0, 0, 0, .25);
  --hsj-form-switch-focus-color: #8b8c90;
  --hsj-form-switch-checked-color: var(--hsj-primary);
  --hsj-input-group-addon-color: var(--hsj-input-border-color);
  --hsj-input-group-addon-bg: #f2f2f2;
  --hsj-input-group-addon-border-color: var(--hsj-input-border-color);
  --hsj-form-select-color: #555555;
  --hsj-form-select-disabled-color: #7F7F7F;
  --hsj-form-select-bg: var(--hsj-100);
  --hsj-form-select-disabled-bg: #f2f2f2;
  --hsj-form-select-indicator-color: #555555;
  --hsj-form-select-focus-box-shadow: 0 0 0 0.25rem rgba(22, 24, 32, 0.25);
  --hsj-form-select-border-color: var(--hsj-input-border-color);
  --hsj-form-select-focus-border-color: #8b8c90;
  --hsj-form-range-track-bg: #e1e1e1;
  --hsj-form-range-track-box-shadow: var(--hsj-box-shadow-inset);
  --hsj-form-range-thumb-bg: #161820;
  --hsj-form-range-thumb-box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
  --hsj-form-range-thumb-focus-box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(22, 24, 32, 0.25);
  --hsj-form-range-thumb-active-bg: #5f678a;
  --hsj-form-range-thumb-disabled-bg: #949494;
  --hsj-form-file-focus-border-color: #8b8c90;
  --hsj-form-file-focus-box-shadow: 0 0 0 0.25rem rgba(22, 24, 32, 0.25);
  --hsj-form-file-disabled-bg: #f2f2f2;
  --hsj-form-file-disabled-border-color: ;
  --hsj-form-file-color: #555555;
  --hsj-form-file-bg: var(--hsj-100);
  --hsj-form-file-border-color: var(--hsj-input-border-color);
  --hsj-form-file-box-shadow: 0 0 0 transparent;
  --hsj-form-file-button-bg: #f2f2f2;
  --hsj-form-feedback-valid-color: #4CD964;
  --hsj-form-feedback-invalid-color: #FF3B30;
  --hsj-form-feedback-icon-valid-color: var(--hsj-form-feedback-valid-color);
  --hsj-form-feedback-icon-invalid-color: var(--hsj-form-feedback-invalid-color);
  --hsj-bg-navbar-glass: linear-gradient(to top, rgba(255, 255, 255, 0.95) 100%, #fff 0);
  --hsj-dropdown-bg: #fff;
  --hsj-dropdown-color: #e1e1e1;
  --hsj-dropdown-border-color: var(--hsj-border-color);
  --hsj-dropdown-box-shadow: var(--hsj-box-shadow-sm);
  --hsj-dropdown-link-color: rgba(0, 0, 0, 0.55);
  --hsj-dropdown-link-hover-color: #161820;
  --hsj-dropdown-link-hover-bg: null;
  --hsj-dropdown-link-active-color: var(--hsj-primary);
  --hsj-dropdown-link-active-bg: null;
  --hsj-dropdown-link-disabled-color: #7F7F7F;
  --hsj-dropdown-header-color: #7F7F7F;
  --hsj-dropdown-dark-color: #e1e1e1;
  --hsj-dropdown-dark-bg: #555555;
  --hsj-dropdown-dark-border-color: var(--hsj-dropdown-border-color);
  --hsj-dropdown-dark-divider-bg: var(--hsj-dropdown-border-color);
  --hsj-dropdown-dark-box-shadow: null;
  --hsj-dropdown-dark-link-color: #e1e1e1;
  --hsj-dropdown-dark-link-hover-color: #fff;
  --hsj-dropdown-dark-link-hover-bg: rgba(255, 255, 255, 0.15);
  --hsj-dropdown-dark-link-active-color: var(--hsj-dropdown-link-active-color);
  --hsj-dropdown-dark-link-active-bg: var(--hsj-dropdown-link-active-bg);
  --hsj-dropdown-dark-link-disabled-color: #949494;
  --hsj-dropdown-dark-header-color: #949494;
  --hsj-pagination-color: #000;
  --hsj-pagination-bg: #fff;
  --hsj-pagination-border-color: #e1e1e1;
  --hsj-pagination-hover-color: #fff;
  --hsj-pagination-hover-bg: #161820;
  --hsj-pagination-hover-border-color: #161820;
  --hsj-pagination-active-color: #fff;
  --hsj-pagination-active-bg: #161820;
  --hsj-pagination-active-border-color: #161820;
  --hsj-pagination-disabled-bg: #fff;
  --hsj-card-border-color: #f2f2f2;
  --hsj-card-cap-bg: rgba(0, 0, 0, 0);
  --hsj-card-cap-color: null;
  --hsj-card-color: null;
  --hsj-card-bg: #fff;
  --hsj-swiper-nav-bg: rgba(255, 255, 255, 0.8);
  --hsj-toast-background-color: rgba(255, 255, 255, 0.85);
  --hsj-scrollbar-bg: rgba(190, 190, 190, 0.55);
  --hsj-hover-bg-black: #000;
  --hsj-hover-bg-100: #fafafa;
  --hsj-hover-bg-200: #f2f2f2;
  --hsj-hover-bg-300: #e1e1e1;
  --hsj-hover-bg-400: #bebebe;
  --hsj-hover-bg-500: #949494;
  --hsj-hover-bg-600: #7F7F7F;
  --hsj-hover-bg-700: #6c757d;
  --hsj-hover-bg-800: #555555;
  --hsj-hover-bg-900: #404040;
  --hsj-hover-bg-1000: #2b2b2b;
  --hsj-hover-bg-1100: #1f1f1f;
  --hsj-hover-bg-white: #fff;
  --hsj-btn-disabled-custom-background: rgba(250, 250, 250, 0.65);
  --hsj-btn-disabled-custom-color: rgba(31, 31, 31, 0.3)
}

/* ------------------------------------
Fin de variables
--------------------------------------*/

body {
  font-family: var(--hsj-body-font-family);
  color: var(--hsj-body-color);
  background: var(--hsj-white);
}

i {
  font-style: normal;
}

a {
  color: var(--hsj-coral);
  text-decoration: none;
}

a:hover {
  color: #FFB69D;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: .5rem;
  font-family: var(--hsj-body-font-family);
  font-weight: 500;
  line-height: 1.2;
  color: var(--hsj-headings-color);
}

.table-header h4 i {
  color: var(--hsj-blue);
}

/* Checkbox */

.toggle {
  cursor: pointer;
  display: inline-block;
}

.toggle-switch {
  display: inline-block;
  background: #ccc;
  border-radius: 16px;
  width: 49px;
  height: 22px;
  position: relative;
  vertical-align: middle;
  transition: background 0.25s;

  &:before,
  &:after {
    content: "";
  }

  &:before {
    display: block;
    background: linear-gradient(to bottom, #fff 0%, #eee 100%);
    border-radius: 50%;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25);
    width: 16px;
    height: 16px;
    position: absolute;
    top: 3px;
    left: 4px;
    transition: left 0.25s;
  }

  .toggle:hover &:before {
    background: linear-gradient(to bottom, #fff 0%, #fff 100%);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5);
  }

  .toggle-checkbox:checked+& {
    background: var(--hsj-coral);

    &:before {
      left: 30px;
    }
  }
}

.toggle-checkbox {
  position: absolute;
  visibility: hidden;
}

.toggle-label {
  margin-left: 5px;
  position: relative;
  top: 2px;
}

/* End checkbox*/

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #ffffff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #ffffff;
  border-top-color: var(--hsj-coral);
  border-bottom-color: var(--hsj-coral);
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1s linear infinite;
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  width: 44px;
  height: 44px;
  border-radius: 50px;
  transition: all 0.4s;
  border: 2px solid var(--hsj-coral);
}

.back-to-top i {
  font-size: 28px;
  color: var(--hsj-coral);
  line-height: 0;
}

.back-to-top:hover {
  background: var(--hsj-coral);
  color: #1a1814;
}

.back-to-top:hover i {
  color: #444444;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  height: 40px;
  font-size: 14px;
  transition: all 0.5s;
  z-index: 996;
}

#topbar.topbar-scrolled {
  top: -40px;
}

#topbar .contact-info i {
  font-style: normal;
  color: #FFB69D;
}

#topbar .contact-info i span {
  padding-left: 5px;
  color: #fff;
}

#topbar .languages ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  color: var(--text-white)
}

#topbar .languages ul a {
  color: white;
}

#topbar .languages ul li+li {
  padding-left: 10px;
}

#topbar .languages ul li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: rgba(255, 255, 255, 0.5);
  content: "/";
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: rgba(82, 114, 191, 0.9);
  border-bottom: 1px solid rgba(82, 114, 191, 0.9);
  transition: all 0.5s;
  z-index: 997;
  padding: 15px 0;
  top: 40px;
}

#header-0 {
  background: rgba(82, 114, 191, 0.9);
  border-bottom: 1px solid rgba(82, 114, 191, 0.9);
  transition: all 0.5s;
  z-index: 997;
  padding: 15px 0;
  top: 0px;
}

#header.header-scrolled {
  top: 0;
  background: rgba(82, 114, 191, 0.9);
  border-bottom: 1px solid #5272BF;
}

#header .logo {
  font-size: 28px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
}

#header .logo a {
  color: #fff;
}

#header .logo img {
  max-height: 60px;
}

.text-white {
  color: var(--text-white)
}

.text-coral {
  color: var(--hsj-coral);
}

.text-blue {
  color: var(--hsj-1100);
}

.text-green {
  color: var(--hsj-green);
}

.text-red {
  color: var(--hsj-red);
}

.text-bold {
    font-weight: bold;
}


/*--------------------------------------------------------------
# Book a table button Menu
--------------------------------------------------------------*/
.book-a-table-btn {
  margin: 0 0 0 15px;
  border: 2px solid var(--hsj-coral);
  color: #fff;
  border-radius: 50px;
  padding: 8px 25px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
  transition: 0.3s;
}

.book-a-table-btn:hover {
  background: var(--hsj-coral);
  color: #fff;
}

.primary-btn {
  margin: 0 0 0 15px;
  border: 2px solid var(--hsj-coral);
  color: var(--hsj-coral);
  border-radius: 50px;
  padding: 8px 25px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
  transition: 0.3s;
}

.primary-btn:hover {
  background: var(--hsj-coral);
  color: #fff;
}

@media (max-width: 992px) {
  .book-a-table-btn {
    margin: 0 15px 0 0;
    padding: 8px 20px;
  }

  .section-home-logo-img {
    background-size: 20%;
  }

}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding-top: 0.51rem;
  padding-bottom: 0.52rem;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  color: #fff;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: var(--hsj-coral);
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}

.navbar .dropdown ul li {
  min-width: 205px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  color: #444444;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: var(--hsj-coral);
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}


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

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

@media (max-width: 991px) {
  .navbar {
    padding-top: 1rem;
    padding-bottom: 1.05rem
  }

  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: var(--hsj-blue);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 6px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #1a1814;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: var(--hsj-coral);
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: var(--hsj-coral);
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 800px;
  background: url("../images/hero-bg.jpg") top center;
  background-size: cover;
  position: relative;
  padding: 0;
}

#hero:before {
  content: "";
  background: rgba(0, 0, 0, 0.15);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero .container {
  padding-top: 110px;
}

@media (max-width: 992px) {
  #hero .container {
    padding-top: 98px;
  }
}

#hero h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 400;
  line-height: 56px;
  color: #fff;
  /* font-family: "Poppins", sans-serif; */
}

#hero h1 span {
  color: var(--hsj-coral);
}

#hero h2 {
  color: #eee;
  margin-bottom: 10px 0 0 0;
  font-size: 22px;
}

#hero .btns {
  margin-top: 30px;
}

#hero .btn-menu,
#hero .btn-book {
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  display: inline-block;
  padding: 12px 30px;
  border-radius: 50px;
  transition: 0.3s;
  line-height: 1;
  color: white;
  border: 2px solid var(--hsj-coral);
}

#hero .btn-menu:hover,
#hero .btn-book:hover {
  background: var(--hsj-coral);
  color: #fff;
}

#hero .btn-book {
  margin-left: 15px;
}

#hero .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#FFAD8F 50%, rgba(255, 192, 170, 0.6) 52%);
  border-radius: 50%;
  display: block;
  position: relative;
  overflow: hidden;
}

#hero .play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

#hero .play-btn::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  animation-delay: 0s;
  animation: pulsate-btn 2s;
  animation-direction: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(205, 164, 94, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

#hero .play-btn:hover::after {
  border-left: 15px solid var(--hsj-coral);
  transform: scale(20);
}

#hero .play-btn:hover::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  animation: none;
  border-radius: 0;
}



/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 800px;
  background: url("../images/hero-bg.jpg") top center;
  background-size: cover;
  position: relative;
  padding: 0;
}

#hero-0 {
  width: 100%;
  height: 180px;
  background: url("../images/page-header.jpg") top center;
  background-size: cover;
  position: relative;
  padding: 0;
  top: 92px;
}

#hero-0:before {
  width: 100%;
  height: 180px;
  background: url("../images/page-header.jpg") top center;
  background-size: cover;
  position: relative;
  padding: 0;
  top: 74px;
}

#hero-0:before {
  content: "";
  background: rgba(0, 0, 0, 0.15);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero-0 .container {
  padding-top: 0px;
}

@media (max-width: 992px) {
  #hero-0 .container {
    padding-top: 10px;
  }
}

#hero-0 h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 400;
  line-height: 56px;
  color: #fff;
  /* font-family: "Poppins", sans-serif; */
}

#hero-0 h1 span {
  color: var(--hsj-coral);
}

#hero-0 h2 {
  color: #eee;
  margin-bottom: 10px 0 0 0;
  font-size: 22px;
}

#hero-0 .btns {
  margin-top: 30px;
}

#hero-0 .btn-menu,
#hero-0 .btn-book {
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  display: inline-block;
  padding: 12px 30px;
  border-radius: 50px;
  transition: 0.3s;
  line-height: 1;
  color: white;
  border: 2px solid var(--hsj-coral);
}

#hero-0 .btn-menu:hover,
#hero-0 .btn-book:hover {
  background: var(--hsj-coral);
  color: #fff;
}

#hero-0 .btn-book {
  margin-left: 15px;
}

#hero-0 .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#FFAD8F 50%, rgba(255, 192, 170, 0.6) 52%);
  border-radius: 50%;
  display: block;
  position: relative;
  overflow: hidden;
}

#hero-0 .play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

#hero-0 .play-btn::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  animation-delay: 0s;
  animation: pulsate-btn 2s;
  animation-direction: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(205, 164, 94, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

#hero-0 .play-btn:hover::after {
  border-left: 15px solid var(--hsj-coral);
  transform: scale(20);
}

#hero-0 .play-btn:hover::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  animation: none;
  border-radius: 0;
}

/**/

/*--------------------------------------------------------------
# Hero Section about
--------------------------------------------------------------*/
#about-section {
  width: 100%;
  height: 800px;
  background: url("../images/hero-bg.jpg") top center;
  background-size: cover;
  position: relative;
  padding: 0;
}

#about-section:before {
  content: "";
  background: rgba(0, 0, 0, 0.15);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#about-section .container {
  padding-top: 110px;
}

@media (max-width: 992px) {
  #about-section .container {
    padding-top: 98px;
  }
}

#about-section h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 400;
  line-height: 56px;
  color: #fff;
  /* font-family: "Poppins", sans-serif; */
}

#about-section h1 span {
  color: var(--hsj-coral);
}

#hero h2 {
  color: #eee;
  margin-bottom: 10px 0 0 0;
  font-size: 22px;
}

#about-section .btns {
  margin-top: 30px;
}

#about-section .btn-menu,
#about-section .btn-book {
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  display: inline-block;
  padding: 12px 30px;
  border-radius: 50px;
  transition: 0.3s;
  line-height: 1;
  color: white;
  border: 2px solid var(--hsj-coral);
}

#about-section .btn-menu:hover,
#about-section .btn-book:hover {
  background: var(--hsj-coral);
  color: #fff;
}

#about-section .btn-book {
  margin-left: 15px;
}

#about-section .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#FFAD8F 50%, rgba(255, 192, 170, 0.6) 52%);
  border-radius: 50%;
  display: block;
  position: relative;
  overflow: hidden;
}

#about-section .play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

#about-section .play-btn::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  animation-delay: 0s;
  animation: pulsate-btn 2s;
  animation-direction: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(205, 164, 94, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

#about-section .play-btn:hover::after {
  border-left: 15px solid var(--hsj-coral);
  transform: scale(20);
}

#about-section .play-btn:hover::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  animation: none;
  border-radius: 0;
}


/**/

.border-1 {
  border: 1px solid #f5f5f5;
}

.background-1 {
  background-color: #f5f5f5;
}

.section-home-logo-img {
  /* background: url(../images/logo/logo.png) center center no-repeat; */
  background-size: 50%;
  min-height: 220px;
}

.home-logo-img {
  width: 80%;
  margin: auto;
  margin-left: 2rem !important;
}

.contact-section {
  padding-top: 120px;
}

@media (min-width: 1366px) {
  #hero {
    background-attachment: fixed;
  }
}

@media (max-width: 992px) {
  #hero .play-btn {
    margin-top: 30px;
  }

  .section-home-logo-img {
    background-size: 15%;
    min-height: 150px;
  }

}

@media (max-height: 500px) {
  #hero {
    height: auto;
  }

  #hero .container {
    padding-top: 130px;
    padding-bottom: 60px;
  }
}

@media (max-width: 768px) {
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }

  .contact-section {
    padding-top: 60px;
  }


  #hero h2 {
    font-size: 18px;
    line-height: 24px;
  }

  .section-home-logo-img {
    background-size: 25%;
    min-height: 180px;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #ffffff;
}

.section-title {
  padding-bottom: 20px;
}

.section-title h2 {
  font-size: 1.2rem;
  ;
  font-weight: 500;
  padding: 0;
  line-height: 1px;
  margin: 0 0 5px 0;
  /* letter-spacing: 2px; */
  text-transform: uppercase;
  color: var(--hsj-blue);
  font-family: var(--hsj-body-font-family);
}

.section-title h2::after {
  content: "";
  width: 120px;
  height: 1px;
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  margin: 4px 10px;
}

.section-title p {
  margin: 0;
  margin: 0;
  font-size: 2.2rem;
  font-weight: 500;
  /* font-family: "Playfair Display", serif; */
  font-family: var(--hsj-body-font-family);
  color: var(--hsj-coral);
}

.services.card {
  border-radius: 3px;
  background-color: #fcfcfc;
}

.services.card .card-body {
  height: 223px;
}

.show-more {
  position: absolute;
  bottom: 10px;
}

.btn-close-detail {
  background: #000;
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #ffffff;
  border: 0;
  position: absolute;
  z-index: 999;
  top: 0px;
  right: 0px;
}

#modalService {
  & .modal-content {
    border-radius: 5px;
  }

  & .modal-header {
    border-radius: 3px;
  }

  & #modal-header {
    height: 150px;
  }

  & .contact.modal-body {
    height: 280px;
  }
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #1d1b16;
  margin-top: 110px;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 98px;
  }
}

.breadcrumbs h2 {
  font-size: 26px;
  font-weight: 300;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #37332a;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about {
  background-size: cover;
  position: relative;
  color: var(--hsj-body-color);
}

.about:before {
  content: "";
  background: rgba(255, 255, 255, 1);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

.about .about-img {
  position: relative;
  transition: 0.5s;
}


.about .about-img img {
  max-width: 100%;
  border: 4px solid rgba(255, 255, 255, 0.2);
  position: relative;
}

.about .about-img::before {
  position: absolute;
  left: 20px;
  top: 20px;
  width: 60px;
  height: 60px;
  z-index: 1;
  content: "";
  border-left: 5px solid var(--hsj-coral);
  border-top: 5px solid var(--hsj-coral);
  transition: 0.5s;
}

.about .about-img::after {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 60px;
  height: 60px;
  z-index: 2;
  content: "";
  border-right: 5px solid var(--hsj-coral);
  border-bottom: 5px solid var(--hsj-coral);
  transition: 0.5s;
}

.about .about-img:hover {
  transform: scale(1.03);
}

.about .about-img:hover::before {
  left: 10px;
  top: 10px;
}

.about .about-img:hover::after {
  right: 10px;
  bottom: 10px;
}

.about .content {
  position: relative;
}

.about .content h3 {
  font-weight: 500;
  font-size: 2.2rem;
  color: var(--hsj-blue);
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding-bottom: 10px;
}

.about .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: var(--hsj-coral);
}

.about .content p:last-child {
  margin-bottom: 0;
}

@media (min-width: 1024px) {
  .about {
    background-attachment: fixed;
  }
}

/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/

.why-us {
  padding: 100px 0 60px 0;
}

.why-us .box {
  padding: 50px 30px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  transition: all ease-in-out 0.3s;
  background: #ffffff;
}

.why-us .box span {
  display: block;
  font-size: 28px;
  font-weight: 700;
  color: var(--hsj-coral);
}

.why-us .box h4 {
  font-size: 24px;
  font-weight: 600;
  padding: 0;
  margin: 20px 0;
  color: rgba(0, 0, 0, 0.8);
}

.why-us .box p {
  color: #3b3b3b;
  font-size: 15px;
  margin: 0;
  padding: 0;
}

.why-us .box:hover {
  background: var(--hsj-coral-light);
  padding: 30px 30px 70px 30px;
  box-shadow: 10px 15px 30px rgba(0, 0, 0, 0.18);
}

.why-us .box:hover span,
.why-us .box:hover h4,
.why-us .box:hover p {
  color: #fff;
}

/*--------------------------------------------------------------
# Menu Section
--------------------------------------------------------------*/
.menu #menu-flters {
  padding: 0;
  margin: 0 auto 0 auto;
  list-style: none;
  text-align: center;
  border-radius: 50px;
}

.menu #menu-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 12px 10px 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  margin-bottom: 10px;
  transition: all ease-in-out 0.3s;
  border-radius: 50px;
  font-family: "Playfair Display", serif;
}

.menu #menu-flters li:hover,
.menu #menu-flters li.filter-active {
  color: var(--hsj-coral);
}

.menu #menu-flters li:last-child {
  margin-right: 0;
}

.menu .menu-item {
  margin-top: 50px;
}

.menu .menu-img {
  width: 70px;
  border-radius: 50%;
  float: left;
  border: 5px solid rgba(255, 255, 255, 0.2);
}

.menu .menu-content {
  margin-left: 85px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  position: relative;
}

.menu .menu-content::after {
  content: "......................................................................""....................................................................""....................................................................";
  position: absolute;
  left: 20px;
  right: 0;
  top: -4px;
  z-index: 1;
  color: #bab3a6;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.menu .menu-content a {
  padding-right: 10px;
  /* background: #1a1814; */
  position: relative;
  z-index: 3;
  font-weight: 700;
  color: #1a1814;
  transition: 0.3s;
}

.menu .menu-content a:hover {
  color: var(--hsj-coral);
}

.menu .menu-content span {
  /* background: #1a1814; */
  position: relative;
  z-index: 3;
  padding: 0 10px;
  font-weight: 600;
  color: var(--hsj-coral);
}

.menu .menu-ingredients {
  margin-left: 85px;
  font-style: italic;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  color: rgba(255, 255, 255, 0.5);
}

/*--------------------------------------------------------------
# Specials
--------------------------------------------------------------*/
.specials {
  overflow: hidden;
  background-color: #f2f2f2;
}

.specials .nav-tabs {
  border: 0;
}

.specials .nav-link {
  border: 0;
  padding: 12px 15px;
  transition: 0.3s;
  color: #3f3e3e;
  border-radius: 0;
  border-right: 2px solid var(--hsj-coral-light);
  font-weight: 600;
  font-size: 15px;

}

.specials .nav-link:hover {
  color: var(--hsj-coral-light);
}

.specials .nav-link.active {
  color: #424242;
  background: var(--hsj-coral-light);
  border-color: var(--hsj-coral-light);
}

.specials .nav-link:hover {
  border-color: var(--hsj-coral-light);
}

.specials .tab-pane.active {
  animation: fadeIn 0.5s ease-out;
}

.specials .details h3 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 20px;
  color: var(--hsj-body-color);
}

.specials .details p {
  color: var(--hsj-text-muted);
}

.specials .details p:last-child {
  margin-bottom: 0;
}

@media (max-width: 992px) {
  .specials .nav-link {
    border: 0;
    padding: 15px;
  }

  .home-logo-img {
    width: 30%;
  }

}

.container-table {
  max-width: 95%;
  margin: auto auto;
}

label {
  font-size: .8rem;
  color: #2d2d2d;
}

.form-switch .form-check-input {
  --bs-form-switch-bg: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e);
  width: 2em;
  margin-left: -2.5em;
  background-image: var(--bs-form-switch-bg);
  background-position: left center;
  border-radius: 2em;
  transition: background-position .15s ease-in-out;
}

.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}

input[type="radio"],
input[type="checkbox"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

.form-check-input {
  --bs-form-check-bg: var(--bs-body-bg);
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-form-check-bg);
  background-image: var(--bs-form-check-bg-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: var(--bs-border-width) solid var(--bs-border-color);
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
}

/*--------------------------------------------------------------
# Events
--------------------------------------------------------------*/
.events {
  /* background: url(../images/events-bg.jpg) center center no-repeat; */
  background-size: cover;
  position: relative;
}

.events::before {
  content: "";
  background-color: rgba(255, 255, 255, 1);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.events .section-title h2 {
  color: var(--hsj-blue);
}

.events .container {
  position: relative;
}

@media (min-width: 1024px) {
  .events {
    background-attachment: fixed;
  }
}

.events .events-carousel {
  background: rgba(255, 255, 255, 0.08);
  padding: 30px;
}

.events .event-item {
  color: var(--hsj-body-color);
}

.events .event-item h3 {
  font-weight: 600;
  font-size: 26px;
  color: var(--hsj-coral);
}

.events .event-item .price {
  font-size: 26px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  margin-bottom: 15px;
}

.events .event-item .price span {
  border-bottom: 2px solid var(--hsj-coral);
}

.events .event-item ul {
  list-style: none;
  padding: 0;
}

.events .event-item ul li {
  padding-bottom: 10px;
}

.events .event-item ul i {
  font-size: 20px;
  padding-right: 4px;
  color: var(--hsj-coral);
}

.events .event-item p:last-child {
  margin-bottom: 0;
}

.events .swiper-pagination {
  margin-top: 30px;
  position: relative;
}

.events .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: rgba(82, 114, 191, 0.8);
  opacity: 1;
}

.events .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--hsj-coral);
}

/*--------------------------------------------------------------
# Book A Table
--------------------------------------------------------------*/
.book-a-table .php-email-form {
  width: 100%;
}

.book-a-table .php-email-form .form-group {
  padding-bottom: 8px;
}

.book-a-table .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.book-a-table .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.book-a-table .php-email-form .error-message br+br {
  margin-top: 25px;
}

.book-a-table .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.book-a-table .php-email-form .loading {
  display: none;
  text-align: center;
  padding: 15px;
}

.book-a-table .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid var(--hsj-coral);
  border-top-color: #1a1814;
  animation: animate-loading 1s linear infinite;
}

.book-a-table .php-email-form input,
.book-a-table .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  background: #fff;
  border-color: #e9e7e7;
  color: rgb(92, 91, 91);
}

.book-a-table .php-email-form input::-moz-placeholder,
.book-a-table .php-email-form textarea::-moz-placeholder {
  color: #a49b89;
}

.book-a-table .php-email-form input::placeholder,
.book-a-table .php-email-form textarea::placeholder {
  color: #a49b89;
}

.book-a-table .php-email-form input:focus,
.book-a-table .php-email-form textarea:focus {
  border-color: var(--hsj-coral);
}

.book-a-table .php-email-form input {
  height: 44px;
}

.book-a-table .php-email-form textarea {
  padding: 10px 12px;
}

.book-a-table .php-email-form button[type=submit] {
  background: var(--hsj-coral);
  border: 0;
  padding: 10px 35px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

.book-a-table .php-email-form button[type=submit]:hover {
  background: #FFB69D;
}

/* thead, tr {
    border: 1px solid #b1b0b0;
    background-color: #b1b0b0;
}     */

/*--------------------------------------------------------------
# User Session
--------------------------------------------------------------*/
.user-session .php-email-form {
  width: 100%;
}

.user-session .php-email-form .form-group {
  padding-bottom: 8px;
}

.user-session .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.user-session .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.user-session .php-email-form .error-message br+br {
  margin-top: 25px;
}

.user-session .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.user-session .php-email-form .loading {
  display: none;
  text-align: center;
  padding: 15px;
}

.user-session .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid var(--hsj-coral);
  border-top-color: #1a1814;
  animation: animate-loading 1s linear infinite;
}

.user-session .php-email-form input,
.user-session .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  background: #fff;
  border-color: #e9e7e7;
  color: rgb(92, 91, 91);
}

.user-session .php-email-form input::-moz-placeholder,
.user-session .php-email-form textarea::-moz-placeholder {
  color: #a49b89;
}

.user-session .php-email-form input::placeholder,
.user-session .php-email-form textarea::placeholder {
  color: #a49b89;
}

.user-session .php-email-form input:focus,
.user-session .php-email-form textarea:focus {
  border-color: var(--hsj-coral);
}

.user-session .php-email-form input {
  height: 44px;
}

.user-session .php-email-form textarea {
  padding: 10px 12px;
}

.user-session .php-email-form button[type=submit] {
  background: var(--hsj-coral);
  border: 0;
  padding: 10px 35px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

.user-session .php-email-form button[type=submit]:hover {
  background: #FFB69D;
}

.session {
  color: var(--hsj-white);
}

.session:hover {
  color: var(--hsj-coral);
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item {
  box-sizing: content-box;
  min-height: 320px;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50%;
  margin: -40px 0 0 40px;
  position: relative;
  z-index: 2;
  border: 6px solid rgba(255, 255, 255, 0.2);
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 45px;
  color: white;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  margin: 0 0 0 45px;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: var(--hsj-coral);
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 15px 0 15px;
  padding: 20px 20px 60px 20px;
  background: #ffffff;
  position: relative;
  border-radius: 6px;
  position: relative;
  z-index: 1;
}

.testimonials .swiper-pagination {
  margin-top: 30px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: rgba(82, 114, 191, 0.8);
  opacity: 1;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--hsj-coral);
}

/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/
.gallery .gallery-item {
  overflow: hidden;
  /* border-right: 3px solid #454035;
  border-bottom: 3px solid #454035; */
}

.gallery .gallery-item img {
  transition: all ease-in-out 0.4s;
}

.gallery .gallery-item:hover img {
  transform: scale(1.1);
}

.gallery-text-name {
  position: absolute;
  /* top: -30px; */
}

/*--------------------------------------------------------------
# staff
--------------------------------------------------------------*/
.staff .member {
  text-align: center;
  margin-bottom: 20px;
  background: #343a40;
  position: relative;
  overflow: hidden;
}

.staff .member .member-info {
  opacity: 0;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.2s;
}

.staff .member .member-info-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  transition: bottom 0.4s;
}

.staff .member .member-info-content h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
  color: #fff;
}

.staff .member .member-info-content span {
  font-style: italic;
  display: block;
  font-size: 13px;
  color: #fff;
}

.staff .member .social {
  position: absolute;
  left: 0;
  bottom: -38px;
  right: 0;
  height: 48px;
  transition: bottom ease-in-out 0.4s;
  text-align: center;
}

.staff .member .social a {
  transition: color 0.3s;
  color: #fff;
  margin: 0 10px;
  display: inline-block;
}

.staff .member .social a:hover {
  color: var(--hsj-coral);
}

.staff .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

.staff .member:hover .member-info {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.8) 20%, rgba(0, 212, 255, 0) 100%);
  opacity: 1;
  transition: 0.4s;
}

.staff .member:hover .member-info-content {
  bottom: 60px;
  transition: bottom 0.4s;
}

.staff .member:hover .social {
  bottom: 0;
  transition: bottom ease-in-out 0.4s;
}

.btn {
  margin-bottom: 0px;
}

#socials, .edit-contents {
  & .btn {
    height: 60px;
    width: 60px;
    display: inline-block;
    font-weight: 700;
    line-height: 1.4;
    color: #67748e;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.5rem 0.5rem;
    font-size: 0.75rem;
    border-radius: 0.25rem;
    transition: all 0.15s ease-in;
    margin-bottom: 0rem;
    letter-spacing: -0.025rem;
    text-transform: uppercase;
    box-shadow: 0 4px 7px 1px rgba(0, 0, 0, 0.11), 0 2px 4px 1px rgba(0, 0, 0, 0.07);
    background-size: 150%;
    background-position-x: 25%;
  }

  & .btn:hover:not(.btn-icon-only) {
    box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.09), 0 2px 3px -1px rgba(0, 0, 0, 0.07);
    transform: scale(1.02);
  }

  & h4 {
    margin-bottom: 0;
  }

  & .btns {
    vertical-align: middle !important;
  }

}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
  width: 100%;
}

.contact .info i {
  font-size: 20px;
  float: left;
  width: 44px;
  height: 44px;
  background: var(--hsj-coral);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 5px;
  font-family: var(--hsj-body-font-family);
  color: var(--hsj-700);
}

.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #bab3a6;
}

.contact .info .open-hours,
.contact .info .email,
.contact .info .phone {
  margin-top: 40px;
}

.contact .php-email-form {
  width: 100%;
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  text-align: center;
  padding: 15px;
}

.modal-header {
  background-color: #f1f1f1;
}

.btn-close {
  background: none;
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: var(--hsj-white);
  border: 0;
  border-radius: 0.375rem;
  opacity: var(--bs-btn-close-opacity);
}

.btn-close:hover {
  color: var(--hsj-white);
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid var(--hsj-coral);
  border-top-color: #1f1f1e;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  background: #ffffff;
  border-color: #e9e7e7;
  color: rgb(92, 91, 91);
}

.contact .php-email-form select {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-color: #e9e7e7;
  color: rgb(92, 91, 91);
}

.contact .php-email-form input:read-only,
.contact .php-email-form select:read-only .contact .php-email-form textarea:read-only {
  background: #f0f0f0;

}

.contact .php-email-form input::-moz-placeholder,
.contact .php-email-form textarea::-moz-placeholder {
  color: #a49b89;
}

.contact .php-email-form input::placeholder,
.contact .php-email-form textarea::placeholder {
  color: #a49b89;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: var(--hsj-coral);
}

/* select {
  background: url(../images/Caret_down_font_awesome_whitevariation.svg) no-repeat right 0.8em center/1.4em, linear-gradient(to left, rgba(255, 182, 157, 1) 3em, rgba(255, 255, 255, 1) 3em);
} */

.contact .php-email-form input,
.contact .php-email-form select {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type=submit] {
  background: var(--hsj-coral);
  border: 0;
  padding: 10px 35px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

.contact .php-email-form button[type=submit]:hover {
  background: #FFB69D;
}


/**/

.page-section .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid var(--hsj-coral);
  border-top-color: #1f1f1e;
  animation: animate-loading 1s linear infinite;
}

.page-section .php-email-form input,
.page-section .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  background: #ffffff;
  border-color: #e9e7e7;
  color: rgb(92, 91, 91);
}

.page-section .php-email-form select {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-color: #e9e7e7;
  color: rgb(92, 91, 91);
}

.page-section .php-email-form input:read-only,
.page-section .php-email-form select:read-only .contact .php-email-form textarea:read-only {
  background: #f0f0f0;

}

.page-section .php-email-form input::-moz-placeholder,
.contact .php-email-form textarea::-moz-placeholder {
  color: #a49b89;
}

.page-section .php-email-form input::placeholder,
.page-section .php-email-form textarea::placeholder {
  color: #a49b89;
}

.page-section .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: var(--hsj-coral);
}

select {
  background: url(../images/Caret_down_font_awesome_whitevariation.svg) no-repeat right 0.8em center/1.4em, linear-gradient(to left, rgba(255, 182, 157, 1) 3em, rgba(255, 255, 255, 1) 3em);
}

.page-section .php-email-form input,
.page-section .php-email-form select {
  height: 44px;
}

.page-section .php-email-form textarea {
  padding: 10px 12px;
}

.page-section .php-email-form button[type=submit] {
  background: var(--hsj-coral);
  border: 0;
  padding: 10px 35px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

.page-section .php-email-form button[type=submit]:hover {
  background: #FFB69D;
}

.separator {
  border-bottom: 1px solid #dddcdd;
}

/**/


/*Admin Form */

.admin-form.info {
  width: 100%;
}

.admin-form.info i {
  font-size: 20px;
  float: left;
  width: 44px;
  height: 44px;
  background: var(--hsj-coral);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.admin-form.info h4 {
  padding: 0 0 0 60px;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 5px;
  font-family: var(--hsj-body-font-family);
  color: var(--hsj-700);
}

.admin-form.info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #bab3a6;
}

.admin-form.info .open-hours,
.admin-form.info .email,
.admin-form.info .phone {
  margin-top: 40px;
}

.admin-form {
  width: 100%;
}

.admin-form .form-group {
  padding-bottom: 8px;
}

.admin-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.admin-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.admin-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.admin-form .loading {
  display: none;
  text-align: center;
  padding: 15px;
}

.modal-header {
  background-color: var(--hsj-blue);
  color: #fff;
}

.modal-header h5 {
  color: #fff;
}

.admin-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid var(--hsj-coral);
  border-top-color: #1f1f1e;
  animation: animate-loading 1s linear infinite;
}

.admin-form input,
.admin-form span,
.admin-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  background: #fbfbfb;
  border-color: #e9e7e7;
  color: rgb(92, 91, 91);
}

.admin-form span {
  min-height: 34.8px;
}

.input-group-text {
  border-radius: 0px;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
  border: 1px solid var(--hsj-coral);
  background-color: var(--hsj-coral);
}

.admin-form select {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-color: #e9e7e7;
  color: rgb(92, 91, 91);
}

.admin-form input:read-only,
.admin-form select:read-only,
.admin-form textarea:read-only {
  background: #fbfbfb;
}

.admin-form input::-moz-placeholder,
.admin-form textarea::-moz-placeholder {
  color: #a49b89;
}

.admin-form input::placeholder,
.admin-form textarea::placeholder {
  color: #a49b89;
}

.admin-form input:focus,
.admin-form textarea:focus {
  border-color: var(--hsj-coral);
}

.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: var(--hsj-coral-light);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(255, 192, 160, .25);
}

/* select.dataTable-selector {
  background: url(../images/Caret_down_font_awesome_whitevariation.svg) no-repeat right 0.7em center/1.2em, linear-gradient(to left, rgba(82, 114, 191, 1) 2.6em, rgba(255, 255, 255, 1) 2.6em);
  border: 1px solid #5272bf;
  padding-left: 2px;
  padding-top: 6px;
  padding-bottom: 4px;
  text-indent: 4px;
} */

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
}

select option {
  background: rgba(186, 186, 187, 0.192);
}

.admin-form input,
.admin-form select {
  height: 44px;
}

.admin-form textarea {
  padding: 10px 12px;
}

.admin-form button[type=submit] {
  background: var(--hsj-coral);
  border: 0;
  padding: 10px 35px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
  height: 44px;
}

.admin-form button[type=submit]:hover {
  background: var(--hsj-coral);
}

.section-btns {
  margin-top: 3rem !important;
}

.page-link {
  color: var(--hsj-blue);
  font-size: 0.8rem;
}

.font-small {
  font-size: 0.8rem;
}

.btn-edit-content {
    color: var(--hsj-blue);
    background-color: transparent;
    margin-right: 30px;
    margin-top: 0px;
    border: 1px solid  var(--hsj-blue);
    padding: 1px 10px;
}

.btn-edit-content:hover {
    color: #FFF;
    background-color:  var(--hsj-blue);
    cursor: pointer;
}

/* Fin Admin Form*/

/* Upload */

div.upload {
  margin-top: 15px;
  margin-left: 10px;
  width: 80px;
  height: 40px;
  background: url(../images/upload.png) no-repeat center;
  overflow: hidden;
  border: 1px solid #e1edf7;
  cursor: pointer;
}

div.upload:hover {
  background: url(../images/upload_white.png) no-repeat center;
  background-color: var(--hsj-blue);
}

div.upload input {
  background-color: #fff !important;
  display: block !important;
  width: 100px !important;
  height: 57px !important;
  opacity: 0 !important;
  overflow: hidden !important;
  cursor: pointer;
}

div.upload-small {
  margin-top: 0px;
  margin-left: 0px;
  width: 42px;
  height: 40px;
  background: url(../images/upload_small.png) no-repeat center;
  overflow: hidden;
  border: 1px solid #e1edf7;
  cursor: pointer;
}

div.upload-small:hover {
  background: url(../images/upload_small_white.png) no-repeat center;
  background-color: var(--hsj-blue);
}

div.upload-small input {
  display: block !important;
  width: 42px !important;
  height: 40px !important;
  opacity: 0 !important;
  overflow: hidden !important;
  cursor: pointer;
}

/* Fin upload*/

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: var(--hsj-blue);
  padding: 0 0 30px 0;
  color: #fff;
  font-size: 14px;
}

#footer .footer-top {
  background: var(--hsj-blue);
  border-top: 1px solid #4265b8;
  border-bottom: 1px solid #4265b8;
  padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 300;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  /* font-family: "Playfair Display", serif; */
  color: #fff;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: var(--hsj-coral-light);
  ;
  color: #424242;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: var(--hsj-coral);
  color: #fff;
  text-decoration: none;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .btn-menu {
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  display: inline-block;
  padding: 12px 30px;
  border-radius: 50px;
  transition: 0.3s;
  line-height: 1;
  color: white;
  border: 2px solid var(--hsj-coral);
}

#footer .btn-menu:hover {
  background-color: var(--hsj-coral);
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: var(--hsj-coral);
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  color: var(--hsj-coral);
}

#footer .footer-top .footer-newsletter form {
  margin-top: 30px;
  background: #28251f;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
  border: 1px solid #1d0391;
}

#footer .footer-top .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px;
  width: calc(100% - 110px);
  background: #28251f;
  color: white;
}

#footer .footer-top .footer-newsletter form input[type=submit] {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px 2px 20px;
  background: var(--hsj-coral);
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
}

#footer .footer-top .footer-newsletter form input[type=submit]:hover {
  background: #FFB69D;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}

@font-face {
  font-family: "Futura PT";
  src: url("../fonts/FuturaPT-Light.eot");
  src: url("../fonts/FuturaPT-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/FuturaPT-Light.woff2") format("woff2"), url("../fonts/FuturaPT-Light.ttf") format("truetype"), url("../fonts/FuturaPT-Light.svg#FuturaPT-Light") format("svg");
  font-weight: 300;
  font-style: normal
}

@font-face {
  font-family: "Futura PT";
  src: url("../fonts/FuturaPT-Book.eot");
  src: url("../fonts/FuturaPT-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/FuturaPT-Book.woff2") format("woff2"), url("../fonts/FuturaPT-Book.ttf") format("truetype"), url("../fonts/FuturaPT-Book.svg#FuturaPT-Book") format("svg");
  font-weight: 500;
  font-style: normal
}