/*! 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: 300;
  color: #2A2B2A;
}

body {
  font-size: 16px;
  font-weight: 400;
  font-family: "Playfair Display", serif;
  line-height: 1.8;
  background-color: rgb(255, 255, 255);
}

/**
* 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;
}

body {
  color: #2A2B2A;
}

@media only screen and (max-width: 600px) {
  html {
    font-size: 14px;
  }
}
.quintessential-regular {
  font-family: "Playfair Display", 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;
}

.btn-main {
  display: inline-block;
  display: inline-flex;
  min-width: 125px;
  justify-content: center;
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.25px;
  padding: 12px 35px;
  background-color: #c85103;
  color: #FFFFFF;
  transition: all 0.25s ease-in-out;
  border-radius: 140px;
  text-transform: uppercase;
}
.btn-main.btn-light {
  background-color: #FFFFFF;
  color: #131313;
}
.btn-main.btn-light:hover {
  background-color: #c85103;
  color: #FFFFFF;
}
.btn-main:hover {
  background-color: #FFCF40;
  color: #0E0101;
}

.btn-icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  width: 35px;
  height: 35px;
  background-color: #c85103;
  border-radius: 4px;
  color: #fff;
  transition: all 0.25s ease-in-out;
}
.btn-icon:hover {
  background-color: #FFCF40;
  color: #0E0101;
}


button.btn-main {
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  box-shadow: none;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  transition: all 0.45s ease-in;
}
header .logo img {
  height: 60px;
}
header .logo img.logo-dark {
  display: none;
}
header nav ul li a {
  display: inline-block;
  margin: 4px 15px;
  color: #FFFFFF;
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 16px;
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.8);
  position: relative;
}
header nav ul li a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  transition: all 0.25s ease-in-out;
  height: 1px;
  background-color: #FFFFFF;
  transform: scaleY(1.0001);
}
header nav ul li a:hover:before {
  width: 100%;
}
header nav ul li.logo a:before {
  display: none;
}
header #menu-toggler {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 2;
  display: inline-flex;
  align-items: center;
}
header #menu-toggler p {
  margin-left: 15px;
}
header #menu-contact {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  z-index: 2;
}
header label {
  display: flex;
  flex-direction: column;
  width: 30px;
  cursor: pointer;
}
header label span:nth-of-type(1) {
  width: 50%;
}
header label span:nth-of-type(2) {
  width: 100%;
}
header label span:nth-of-type(3) {
  width: 75%;
}
header label span {
  background: #FFFFFF;
  border-radius: 10px;
  height: 2px;
  margin: 4px 0;
  transition: 0.4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
}
header input[type=checkbox] {
  display: none;
}
header input[type=checkbox]:checked ~ span:nth-of-type(1) {
  transform-origin: bottom;
  transform: rotatez(45deg) translate(8px, 0px);
}
header input[type=checkbox]:checked ~ span:nth-of-type(2) {
  transform-origin: top;
  transform: rotatez(-45deg);
}
header input[type=checkbox]:checked ~ span:nth-of-type(3) {
  transform-origin: bottom;
  width: 50%;
  transform: translate(13px, -7px) rotatez(45deg);
}
header #menu-toggler p {
  color: #FFFFFF;
}
header .nav-right-menu a {
  color: #fff;
}
header.sticky {
  background-color: #fff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
header.sticky .logo img.logo-light {
  display: none;
}
header.sticky .logo img.logo-dark {
  display: block;
}
header.sticky label span {
  background-color: #0E0101;
}
header.sticky #menu-toggler p {
  color: #0E0101;
}
header.sticky nav ul li a {
  color: #0E0101;
  text-shadow: none;
}
header.sticky .nav-right-menu a {
  color: #0E0101;
}

.menu-is-showing header {
  background-color: #fff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.menu-is-showing header .logo img.logo-light {
  display: none;
}
.menu-is-showing header .logo img.logo-dark {
  display: block;
}
.menu-is-showing header label span {
  background-color: #0E0101;
}
.menu-is-showing header #menu-toggler p {
  color: #0E0101;
}
.menu-is-showing header nav ul li a {
  color: #0E0101;
  text-shadow: none;
}
.menu-is-showing header .nav-right-menu a {
  color: #0E0101;
}

#fullscreen-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #fff5ec;
  z-index: 9;
  display: flex;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-100%);
  transition: all 0.45s ease-in-out;
}
#fullscreen-menu.show-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
#fullscreen-menu .main-nav {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
#fullscreen-menu .main-nav li {
  display: inline-block;
}
#fullscreen-menu .main-nav li a {
  font-size: 24px;
  color: #0E0101;
  text-transform: uppercase;
  font-weight: 500;
  position: relative;
  display: inline-block;
  padding: 5px 0;
}
#fullscreen-menu .main-nav li a:before {
  content: "";
  width: 0;
  height: 2px;
  background-color: #c85103;
  position: absolute;
  bottom: 6px;
  left: 0;
  transform: scaleY(1.0001);
  transition: all 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
#fullscreen-menu .main-nav li a:hover:before {
  width: 100%;
}
#fullscreen-menu .has-children {
  position: relative;
  width: 275px;
}
#fullscreen-menu .has-children i {
  opacity: 0.35;
  font-size: 20px;
  margin-top: -7px;
  display: inline-block;
}
#fullscreen-menu .has-children .is-children {
  opacity: 0;
  visibility: hidden;
  transform: translateX(-40px);
  position: absolute;
  left: 95%;
  top: 0;
  width: 200px;
  transition: all 0.35s cubic-bezier(0.19, 1, 0.22, 1);
}
#fullscreen-menu .has-children .is-children li a {
  font-size: 18px;
  text-transform: capitalize;
}
#fullscreen-menu .has-children:hover .is-children {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
#fullscreen-menu .menu-contact-wrapper h3 {
  font-weight: 600;
  margin-bottom: 15px;
}
#fullscreen-menu .menu-contact-wrapper ul li a {
  color: #0E0101;
  display: inline-block;
  margin: 4px 0;
}
#fullscreen-menu .menu-contact-wrapper ul li a:hover {
  color: #c85103;
}

@media only screen and (max-width: 1025px) {
  header nav ul li:not(.logo) {
    display: none;
  }
}
@media only screen and (max-width: 600px) {
  header .logo img {
    height: 40px;
  }
  header #menu-toggler p {
    font-size: 13px;
    display: none;
  }
  #fullscreen-menu {
    overflow-y: auto;
    align-items: flex-start;
    padding-top: 60px;
    transform: translate(-100%, 0);
    transition: all 0.45s ease-in-out;
  }
  #fullscreen-menu.show-menu {
    opacity: 1;
    visibility: visible;
    transform: translate(0, 0);
  }
  #fullscreen-menu .main-nav li {
    display: inline-block;
  }
  #fullscreen-menu .main-nav li a {
    font-size: 18px;
    color: #0E0101;
    text-transform: uppercase;
    font-weight: 500;
    position: relative;
    display: inline-block;
    padding: 5px 0;
  }
  #fullscreen-menu .main-nav li a:before {
    content: "";
    width: 0;
    height: 2px;
    background-color: #c85103;
    position: absolute;
    bottom: 6px;
    left: 0;
    transform: scaleY(1.0001);
    transition: all 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  }
  #fullscreen-menu .main-nav li a:hover:before {
    width: 100%;
  }
  #fullscreen-menu .has-children {
    position: relative;
    width: 100%;
  }
  #fullscreen-menu .has-children i {
    opacity: 0.35;
    font-size: 20px;
    margin-top: -7px;
    display: inline-block;
  }
  #fullscreen-menu .has-children .is-children {
    opacity: 0;
    visibility: hidden;
    transform: translateX(0);
    position: static;
    display: none;
    width: 100%;
    transition: all 0.35s cubic-bezier(0.19, 1, 0.22, 1);
    margin-bottom: 25px;
    padding-left: 25px;
  }
  #fullscreen-menu .has-children .is-children li {
    display: block;
  }
  #fullscreen-menu .has-children .is-children li a {
    font-size: 18px;
    text-transform: capitalize;
  }
  #fullscreen-menu .has-children:hover .is-children {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    display: block;
  }
  #fullscreen-menu .menu-contact-wrapper {
    margin: 25px 0;
  }
  #fullscreen-menu .menu-contact-wrapper h3 {
    font-weight: 600;
    margin-bottom: 15px;
  }
  #fullscreen-menu .menu-contact-wrapper ul li a {
    color: #0E0101;
    display: inline-block;
    margin: 4px 0;
  }
  #fullscreen-menu .menu-contact-wrapper ul li a:hover {
    color: #c85103;
  }
}
.cart-icon {
  margin-right: 20px;
  position: relative;
}
.cart-icon span {
  position: absolute;
  top: -6px;
  right: -12px;
  padding: 4px;
  background-color: #c85103;
  font-size: 10px;
  color: #fff;
  width: 16px;
  height: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.footer-section {
  background: #fff5ec;
  position: relative;
}

.footer-cta {
  border-bottom: 1px solid #dbdbdb;
}

.single-cta {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}

.single-cta i {
  color: #c85103;
  font-size: 32px;
  line-height: 1;
  margin-top: 5px;
}

.cta-text {
  padding-left: 15px;
  display: inline-block;
}

.cta-text h4 {
  color: #0E0101;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
}

.cta-text span a {
  color: #040404;
  font-size: 15px;
}

.footer-content {
  position: relative;
  z-index: 2;
}

.footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}

.footer-logo {
  margin-bottom: 30px;
}

.footer-logo img {
  max-width: 200px;
}

.footer-text p {
  margin-bottom: 14px;
  font-size: 14px;
  color: #040404;
  line-height: 28px;
}

.footer-social-icon span {
  color: #0E0101;
  display: block;
  font-size: 20px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  margin-bottom: 20px;
}

.footer-social-icon a {
  color: #0E0101;
  font-size: 16px;
  margin-right: 15px;
}

.footer-social-icon i {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
}

.facebook-bg {
  background: #3B5998;
}

.twitter-bg {
  background: #55ACEE;
}

.google-bg {
  background: #DD4B39;
}

.footer-widget-heading h3 {
  color: #0E0101;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
}

.footer-widget-heading h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
  width: 50px;
  background: #c85103;
}

.footer-widget ul li {
  display: inline-block;
  float: left;
  width: 50%;
  margin-bottom: 12px;
}

.footer-widget ul li a:hover {
  color: #c85103;
}

.footer-widget ul li a {
  color: #040404;
  text-transform: capitalize;
}

.subscribe-form {
  position: relative;
  overflow: hidden;
}

.subscribe-form input {
  width: 100%;
  padding: 14px 28px;
  background: #FFFFFF;
  border: 1px solid #FFFFFF;
}

.subscribe-form button {
  position: absolute;
  right: 0;
  background: #c85103;
  padding: 13px 20px;
  border: 1px solid #c85103;
  top: 0;
}

.subscribe-form button i {
  color: #fff;
  font-size: 22px;
  transform: rotate(-6deg);
}

.copyright-area {
  background: #c85103;
  padding: 15px 0;
}

.copyright-text p {
  margin: 0;
  font-size: 14px;
  color: #fff;
}

.copyright-text p a {
  color: #fff;
}

.footer-menu li {
  display: inline-block;
  margin-left: 20px;
}

.footer-menu li:hover a {
  color: #fff5ec;
}

.footer-menu li a {
  font-size: 14px;
  color: #fff;
}

@media only screen and (max-width: 1025px) {
  .footer-social-icon {
    margin-bottom: 35px;
  }
}
.menu-is-showing {
  overflow: hidden;
}

.default-padding {
  padding: 75px 0;
}

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

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

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

.main-title h2 {
  font-size: 40px;
  font-family: "Playfair Display", serif;
  font-weight: bold;
  letter-spacing: 1px;
}
.main-title img {
  height: 40px;
  display: block;
  margin-top: -10px;
}

.header-title h2 {
  font-size: 40px;
  font-family: "Playfair Display", serif;
  font-weight: bold;
  letter-spacing: 1px;
}
.header-title img {
  height: 40px;
  display: block;
  margin-top: -10px;
}

.card-service {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
}
.card-service:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  -webkit-backdrop-filter: blur(0px);
          backdrop-filter: blur(0px);
  z-index: 1;
  transition: all 0.35s ease-in-out;
}
.card-service .service-image {
  overflow: hidden;
  border-radius: 6px;
  position: relative;
}
.card-service .service-image img {
  transition: all 0.35s ease-in-out;
}
.card-service .service-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: auto;
  padding: 3px 15px 16px 15px;
  z-index: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  background-color: rgba(0, 0, 0, 0.15);
  transform: translateY(140px);
  transition: all 0.35s ease-in-out;
  z-index: 2;
}
.card-service .service-content h4 {
  margin-bottom: 0;
  padding: 10px 0;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.5px;
}
.card-service .service-content p {
  font-size: 14px;
  color: #fff;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.card-service:hover:before {
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  z-index: 1;
}
.card-service:hover .service-content {
  transform: translateY(0);
  background-color: rgba(0, 0, 0, 0);
}

.grid-card {
  height: 100%;
  position: relative;
  overflow: hidden;
}
.grid-card:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  -webkit-backdrop-filter: blur(0px);
          backdrop-filter: blur(0px);
  z-index: 1;
  transition: all 0.35s ease-in-out;
  border-radius: 8px;
}
.grid-card .grid-card-image {
  overflow: hidden;
  border-radius: 8px;
  height: 100%;
}
.grid-card .grid-card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.grid-card .grid-card-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 3px 15px 15px 15px;
  z-index: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  background-color: rgba(0, 0, 0, 0.15);
  transform: translateY(140px);
  transition: all 0.35s ease-in-out;
  z-index: 2;
}
.grid-card .grid-card-content h4 {
  margin-bottom: 0;
  padding: 10px 0;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.5px;
}
.grid-card .grid-card-content p {
  font-size: 14px;
  color: #fff;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.grid-card:hover:before {
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  z-index: 1;
}
.grid-card:hover .grid-card-content {
  transform: translateY(0);
  background-color: rgba(0, 0, 0, 0);
}

#gallery .grid-card .grid-card-content {
  transform: translateY(0);
  background-color: rgba(0, 0, 0, 0.5);
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
#gallery .grid-card::before {
  display: none;
}
#gallery .grid-card img {
  transition: all 0.45s ease-in-out;
}
#gallery .grid-card:hover:before {
  -webkit-backdrop-filter: none;
          backdrop-filter: none;
  opacity: 0;
}
#gallery .grid-card:hover img {
  transform: scale(1.05);
}

#video-gallery .grid-card .grid-card-content {
  transform: translateY(0);
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
#video-gallery .grid-card .grid-card-image {
  height: 225px;
  position: relative;
}
#video-gallery .grid-card::before {
  display: none;
}
#video-gallery .grid-card:hover img {
  transition: all 0.45s ease-in-out;
}
#video-gallery .grid-card .video-title {
  text-align: center;
  padding: 6px 12px;
  font-weight: 500;
  font-size: 14px;
}
#video-gallery .play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  color: #fff;
  font-size: 64px;
}

.program-card .card-image {
  height: 200px;
  overflow: hidden;
  overflow: hidden;
}
.program-card .card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.program-card .card-content {
  padding: 15px 15px;
  border: 1px solid #eaeaea;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.program-card .card-content h4 {
  font-size: 20px;
  font-weight: 600;
}
.program-card .card-content p {
  font-size: 14px;
}

.mySwiper, .mySwiper2 {
  overflow-x: hidden;
}

.mySwiper2 {
  padding-top: 65px;
}

.program-pill {
  position: absolute;
  font-size: 9px;
  padding: 6px 14px;
  border-radius: 100px;
  background-color: #FB9206;
  z-index: 2;
  top: 10px;
  right: 10px;
  width: auto;
  line-height: 1;
  font-weight: 300;
  letter-spacing: 0.25px;
  color: #fff;
  text-transform: uppercase;
}

.program-card {
  /* padding: 30px 45px; */
  background-color: #fff5ec;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}
.program-card:before {
  content: "";
  position: absolute;
  top: 25%;
  left: 10%;
  display: block;
  width: 550px;
  height: 550px;
  background-image: url("../images/bg-about.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right bottom;
  z-index: 0;
  opacity: 0.25;
  transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.program-card .program-title {
  font-size: 18px !important;
  font-weight: 600;
  /* text-transform: uppercase; */
  line-height: 1.25;
  margin-bottom: 25px;
  position: relative;
  z-index: 2;
}
.program-card .program-description {
  font-size: 14px;
  position: relative;
  z-index: 2;
}
.program-card .program-cost {
  font-weight: 900;
  font-size: 22px;
  line-height: 1;
  position: relative;
  z-index: 2;
}
.program-card .program-cost span {
  font-weight: 400;
  display: block;
  font-size: 14px;
  margin-bottom: 5px;
}
.program-card ul {
  list-style-type: disc;
  padding-left: 25px;
  margin-bottom: 25px;
  position: relative;
  z-index: 2;
}
.program-card ul .title {
  font-weight: 600;
  list-style: none;
  margin-left: -25px;
  font-size: 16px;
}
.program-card ul li {
  font-size: 13px;
}
.program-card .extra-details {
  line-height: 1;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  z-index: 2;
}
.program-card .extra-details span {
  font-weight: 400;
  display: block;
  font-size: 14px;
  margin-bottom: 5px;
}
.program-card:hover:before {
  transform: scale(1.25);
  opacity: 0.1;
}
.program-card:hover .btn-main {
  background-color: #FFCF40;
  color: #0E0101;
}

.team-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 2px solid #eaeaea;
  border-radius: 8px;
}
.team-card .team-image {
  width: 125px;
  height: 125px;
  padding: 2px;
  border: 1px solid #c85103;
  background-color: #c85103;
  border-radius: 8px;
  margin-top: -25%;
}
.team-card .team-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 6px;
}
.team-card .team-content {
  width: 100%;
  text-align: center;
  padding: 15px 0 0 0;
}
.team-card .team-content .title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0;
}

.product-card {
  border: 1px solid #eaeaea;
  border-radius: 12px;
  margin-bottom: 25px;
}
.product-card .product-image {
  overflow: hidden;
  width: 100%;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  background-color: #f6f6f6;
}
.product-card .product-image img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
}
.product-card .product-details {
  padding: 25px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product-card .product-details h4 {
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 0;
}
.product-card .product-details .price {
  font-size: 14px;
  margin-bottom: 0;
}
.product-card .product-details .price ins {
  text-decoration: none;
  font-weight: 600;
  margin-right: 15px;
}
.product-card .product-details .price del {
  font-size: 12px;
}

#page-header {
  padding-top: 70px;
  padding-bottom: 20px;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background-position: center;
  background-size: cover;
  background-color: #c85103;
}
#page-header .container {
  z-index: 4;
}

#page-header h1 {
  font-family: "Playfair Display", serif;
  color: #fff;
  font-size: 36px;
  letter-spacing: 0.5px;
  font-weight: 600;
}
#page-header p {
  font-size: 16px;
  color: #fff;
}
#page-header .bg-wave {
  position: absolute;
  bottom: -100px;
  left: 0;
  width: 100%;
  z-index: 0;
}
.detail-side-box{
  padding:15px;
  border:2px solid #eaeaea;
  border-radius:16px;
  position: sticky;
  top:40px;
}
.detail-side-box ul li p:last-of-type{
  font-size:18px;
  font-weight:700;
  color:#c85103;
}
.list-d li p:last-of-type{
  font-size:18px;
  font-weight:700;
  color:#c85103;
}
.title-font {
  font-family: "Playfair Display", serif;
}
.ticket-available{
  display: flex;
  font-size:18px;
  padding: 6px;
  gap:8px;
  justify-content: center;
  border:1px solid #eaeaea;
  background-color: #eaeaea;
  border-radius: 12px;
}
.ticket-available p{
  margin-bottom: 0;
}

.primary-color {
  color: #c85103;
}

#breaker .items {
  place-content: center;
  place-items: center;
  grid-auto-columns: 1fr;
  height: inherit;
}

@media screen and (min-width: 41.25rem) {
  #breaker .items {
    display: grid;
    grid-template-areas: "heading heading heading heading" "box-1 box-1 transparent transparent" "box-3 box-4 box-5 box-6";
  }
}
@media screen and (min-width: 61.875rem) {
  #breaker .items {
    grid-template-areas: "heading box-1 transparent ." "box-3 box-4 box-5 box-6";
  }
}
#breaker h2 {
  text-transform: capitalize;
  grid-area: heading;
  text-align: left;
  width: 100%;
  padding: 0 1.25rem 1.25rem 0;
  font-size: clamp(1.5625rem, 1.531rem + 1.6615vw, 4.25rem);
  letter-spacing: 0.031rem;
  font-family: "Playfair Display", serif;
}

#breaker .box {
  width: 100%;
  height: calc(10rem + 5vw);
  background: #fff5ec;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  border: 0.125rem solid #fff5ec;
}

#breaker .box a {
  margin-left: 20px;
}

#breaker .box > span {
  padding: 20px;
  font-size: clamp(0.75rem, 0.52rem + 0.568vw, 1rem);
}

#breaker .box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#breaker .items > div:nth-of-type(1) {
  display: none;
  grid-area: box-1;
}

@media screen and (min-width: 41.25rem) {
  #breaker .items > div:nth-of-type(1) {
    display: block;
  }
}
#breaker .items > div:nth-of-type(2) {
  display: none;
  background: transparent;
  grid-area: transparent;
  border-bottom: 0;
}

@media screen and (min-width: 41.25rem) {
  #breaker .items > div:nth-of-type(2) {
    display: block;
  }
}
#breaker .items > div:nth-of-type(3) {
  grid-area: box-3;
}

#breaker .items > div:nth-of-type(4) {
  grid-area: box-4;
}

#breaker .items > div:nth-of-type(5) {
  grid-area: box-5;
}

#breaker .items > div:nth-of-type(6) {
  grid-area: box-6;
}

#breaker .email-input {
  grid-area: input;
  width: 100%;
  position: relative;
  margin-top: 2.5rem;
}

@media screen and (min-width: 41.25rem) {
  #breaker .email-input {
    max-width: 45%;
  }
}
#breaker .email-input > div {
  position: absolute;
  right: 1.25rem;
  top: 0.75rem;
}

#breaker .email-input img {
  width: 1.563rem;
  filter: invert(100%);
}

#breaker input {
  width: 100%;
  padding-left: 1.563rem;
  border: none;
  background: rgba(255, 255, 255, 0.14);
  box-shadow: 0 0.25rem 1.875rem rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(0.125rem);
  -webkit-backdrop-filter: blur(0.125rem);
  border: 0.063rem solid rgba(255, 255, 255, 0.3);
  padding-block: 0.938rem;
  border-radius: 10rem;
  color: #fff;
}

#breaker input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
  font-size: 1rem;
}

#breaker input::placeholder {
  color: rgba(255, 255, 255, 0.7);
  font-size: 1rem;
}

.boking-form {
  box-shadow: rgba(50, 50, 105, 0.05) 0px 2px 2px 0px, rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
  border-radius: 8px;
}

.group {
  position: relative;
  margin-bottom: 45px;
}

.boking-form {
  /* LABEL ======================================= */
  /* active state */
  /* BOTTOM BARS ================================= */
  /* active state */
  /* HIGHLIGHTER ================================== */
  /* active state */
  /* ANIMATIONS ================ */
}
.boking-form input, .boking-form select, .boking-form textarea {
  font-size: 14px;
  padding: 10px 10px 10px 5px;
  display: block;
  width: 100%;
  border: none;
  border-bottom: 1px solid #040404;
}
.boking-form input:focus, .boking-form select:focus, .boking-form textarea:focus {
  outline: none;
}
.boking-form .group label {
  color: #999;
  font-size: 14px;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 5px;
  top: 10px;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}
.boking-form input:focus ~ label, .boking-form input:valid ~ label, .boking-form textarea:focus ~ label, .boking-form textarea:valid ~ label, .boking-form select:focus ~ label, .boking-form select:valid ~ label {
  top: -20px;
  font-size: 12px;
  color: #c85103;
}
.boking-form .bar {
  position: relative;
  display: block;
  width: 100%;
}
.boking-form .bar:before, .boking-form .bar:after {
  content: "";
  height: 2px;
  width: 0;
  bottom: 1px;
  position: absolute;
  background: #c85103;
  transform: scaleY(1.0001);
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}
.boking-form .bar:before {
  left: 50%;
}
.boking-form .bar:after {
  right: 50%;
}
.boking-form input:focus ~ .bar:before, .boking-form input:focus ~ .bar:after, .boking-form select:focus ~ .bar:before, .boking-form select:focus ~ .bar:after, .boking-form textarea:focus ~ .bar:before, .boking-form textarea:focus ~ .bar:after {
  width: 50%;
}
.boking-form .highlight {
  position: absolute;
  height: 60%;
  width: 100px;
  top: 25%;
  left: 0;
  pointer-events: none;
  opacity: 0.15;
}
.boking-form input:focus ~ .highlight {
  animation: inputHighlighter 0.3s ease;
}
@keyframes inputHighlighter {
  from {
    background: #c85103;
  }
  to {
    width: 0;
    background: transparent;
  }
}
.boking-form input[type=date] ~ label, .boking-form select ~ label {
  top: -20px;
}
.boking-form button.btn-main {
  outline: none;
  border: none;
  box-shadow: none;
  padding: 12px 32px;
}

.form-check-input:checked {
  background-color: #c85103;
  border-color: #c85103;
}

.form-check-input:focus {
  border-color: rgba(253, 13, 13, 0.25);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(253, 13, 13, 0.25);
}

.custom-label {
  margin-bottom: 5px;
  font-weight: 300;
  opacity: 0.75;
  letter-spacing: 0.5px;
  font-size: 13px;
  color: #000;
}

.custom-field {
  width: 100%;
  border: 1px solid #eaeaea;
  border-radius: 0;
  outline: none;
  box-shadow: none;
  padding: 5px;
  height: 40px;
  background-color: #f7f7f7;
  font-size: 14px;
  margin-bottom: 15px;
}

textarea.custom-field {
  height: 120px;
}

.custom-field:focus, .custom-field:focus-visible, .custom-field:focus-within {
  border: 1px solid #131313;
  background-color: #fff;
}

.font-alternative {
  font-family: "Playfair Display", serif;
}

.red-color {
  color: #c85103;
}

.package-image {
  max-height: 420px;
  overflow: hidden;
  border-radius: 12px;
  margin-bottom: 25px;
}
.package-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.package-description h4 {
  font-family: "Playfair Display", serif;
  font-weight: bold;
  font-size: 28px;
  letter-spacing: 0.5px;
  margin-bottom: 15px;
}
.package-description p {
  font-size: 14px;
  text-align: justify;
}
.package-description .price {
  line-height: 1.4;
}
.package-description .price span {
  display: block;
  font-size: 14px;
  font-weight: 400;
}
.package-description .price ins {
  font-size: 24px;
  text-decoration: none;
  font-weight: 800;
  color: #c85103;
  margin-right: 15px;
}
.package-description .price del {
  font-size: 18px;
  font-weight: 700;
  opacity: 0.65;
  margin-left: 25px;
}

.program-card .short-description p {
  font-size: 13px;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.package-sidebar {
  padding: 15px;
  border: 1px solid #eaeaea;
  border-radius: 8px;
  position: sticky;
  top: 100px;
}
.package-sidebar h3 {
  font-family: "Playfair Display", serif;
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid #eaeaea;
}
.package-sidebar .price {
  line-height: 1;
  margin: 25px 0;
}
.package-sidebar .price p {
  margin-bottom: 0;
}
.package-sidebar .price del {
  font-size: 14px;
  font-weight: 600;
  opacity: 0.7;
  display: block;
  margin-bottom: 4px;
}
.package-sidebar .price ins {
  text-decoration: none;
  font-size: 20px;
  font-weight: 700;
  color: #c85103;
}
.package-sidebar .description {
  font-size: 13px;
  text-align: justify;
}

.product-package {
  margin-top: 25px;
}
.product-package h5 {
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.product-package .product-requirements .tags {
  list-style-type: disc;
  margin: 0;
  overflow: hidden;
  padding: 0;
  -moz-columns: 4;
       columns: 4;
  padding-left: 25px;
}
.product-package .product-requirements .tags li {
  list-style: disc;
}
.product-package .product-requirements .tags li a {
  font-size: 14px;
  color: #0E0101;
  font-weight: 500;
}
.product-package .product-requirements .tags li a:hover {
  color: #c85103;
}

#book-package {
  padding: 80px 0;
  position: relative;
}
#book-package .book-card {
  padding: 15px 15px;
  border-radius: 8px;
  box-shadow: rgba(9, 30, 66, 0.05) 0px 1px 1px, rgba(9, 30, 66, 0.05) 0px 0px 1px 1px;
}
#book-package .book-card h4 {
  font-size: 18px;
  margin-bottom: 0;
  font-weight: 700;
}

.payment-card ul li {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 15px;
}

.payment-methods {
  padding: 15px;
  border: 1px solid #eaeaea;
  margin-top: 10px;
}
.payment-methods h4 {
  font-size: 20px;
}
.payment-methods .payment-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.payment-methods .payment-box p {
  margin-bottom: 10px;
}
.payment-methods .payment-box p:nth-of-type(2) {
  font-weight: 700;
}
.payment-methods .payment-method {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.payment-methods .payment-method li {
  width: 100%;
  margin-bottom: 5px;
  position: relative;
}
.payment-methods .payment-method li:hover {
  cursor: pointer;
}
.payment-methods .payment-method li div {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 4px 10px;
  border: 2px solid #eaeaea;
}
.payment-methods .payment-method li div:hover {
  cursor: pointer;
  border-color: #131313;
}
.payment-methods .payment-method li div img {
  height: 24px;
  display: block;
  width: auto;
  margin-right: 15px;
}
.payment-methods .payment-method li div p {
  margin-bottom: 0;
  font-weight: 300;
}
.payment-methods .payment-method li div span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  z-index: 2;
}
.payment-methods .payment-method li div span .ri-checkbox-fill {
  display: none;
}
.payment-methods .payment-method li div span .ri-checkbox-line {
  opacity: 0.25;
}
.payment-methods .payment-method li label {
  display: block;
}
.payment-methods .payment-method li label input:checked ~ div {
  border-color: rgb(25, 201, 25);
}
.payment-methods .payment-method li label input:checked ~ div span .ri-checkbox-fill {
  color: rgb(25, 201, 25);
  display: inline;
}
.payment-methods .payment-method li label input:checked ~ div span .ri-checkbox-line {
  display: none;
}
