/*! 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: 0;
  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: 32px;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1.25;
  margin-bottom: 15px;
  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: 16px;
}
.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;
}
#page-header .container {
  z-index: 4;
}
#page-header:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #131313;
  opacity: 0.5;
}
#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;
}

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

.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;
}

#landing{
  overflow:hidden
}
#landing:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(15, 15, 15);
  background: linear-gradient(180deg, rgba(15, 15, 15, 0.8603816527) 0%, rgba(15, 15, 15, 0.2214460784) 16%, rgba(15, 15, 15, 0.249737395) 100%);
  z-index: 1;
}
#landing #video-player {
  height: 100vh;
  overflow: hidden;
}
#landing .landing-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  z-index: 4;
  text-align: center;
}
#landing .landing-content h1 {
  color: #fff;
  font-size: 64px;
  line-height: 1.15;
  letter-spacing: 0.25px;
  text-shadow: 0px 0px42px rgba(0, 0, 0, 0.8);
}

#about-home .bg-item {
  position: absolute;
  top: 20px;
  left: 0;
  opacity: 0.15;
  width: 40%;
  height: 75%;
  z-index: 0;
}
#about-home .bg-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
#about-home .bg-wave {
  margin-bottom: -125px;
  position: relative;
  z-index: -1;
}
#about-home .about-home-content {
  padding-right: 60px;
  padding-left: 50px;
  /* margin: 75px 0; */
}
#about-home h2 {
  font-size: 36px;
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
#about-home h2 span {
  display: block;
  font-size: 16px;
  margin-bottom: 7px;
  font-family: "Playfair Display", serif;
  letter-spacing: 0px;
  font-weight: 600;
  color: #c85103;
}
#about-home .ab-image1 {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: start;
}
#about-home .ab-image1 img {
  width: 175px;
  margin-left: auto;
  border-radius: 6px;
}
#about-home .ab-image2 {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: start;
}
#about-home .ab-image2 img {
  width: 250px;
  border-radius: 6px;
}

#what-we-do {
  margin-top: -30px;
}
#what-we-do .parent {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(4, 1fr);
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  height: 625px;
}
#what-we-do .div1 {
  grid-area: 1/1/5/7;
}
#what-we-do .div1 .grid-card .grid-card-content {
  transform: translateY(110px);
}
#what-we-do .div1 .grid-card:hover .grid-card-content {
  transform: translateY(0);
}
#what-we-do .div2 {
  grid-area: 1/7/3/13;
}
#what-we-do .div2 .grid-card .grid-card-content {
  transform: translateY(110px);
}
#what-we-do .div2 .grid-card:hover .grid-card-content {
  transform: translateY(0);
}
#what-we-do .div3 {
  grid-area: 3/7/5/10;
}
#what-we-do .div4 {
  grid-area: 3/10/5/13;
}

#packages .bg-wave {
  margin-bottom: -125px;
  position: relative;
  z-index: 0;
}
#packages .bg-wave.bottom {
  margin-top: -125px;
}
#packages .slide-arrows {
  position: absolute;
  top: 65%;
  transform: translateY(-50%);
  z-index: 9;
  width: 40px;
  height: 40px;
  background-color: #FB9206;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
}
#packages .slide-arrows:hover {
  cursor: pointer;
}
#packages .slide-arrows.slide-prev {
  left: -7px;
}
#packages .slide-arrows.slide-next {
  right: -7px;
}

#testimonial {
  background-color: #c85103;
  position: relative;
  background-size: 600px;
  background-position: top right;
  background-repeat: no-repeat;
}
#testimonial .bg-wave {
  margin-bottom: -150px;
}
#testimonial .single-testimonial {
  border: 7px solid #fff;
  text-align: start;
  border-radius: 45px;
  position: relative;
  z-index: 2;
  margin-top: 40px;
  padding:25px 14px;
}
#testimonial .single-testimonial p {
  color: #fff;
  font-size: 15px;
  line-height: 24px;
  padding: 0;
  position: relative;
  z-index: 3;
}
#testimonial .single-testimonial::before {
  content: "";
  position: absolute;
  left: -35px;
  top: -35px;
  background: url("../images/quote.png") no-repeat #c85103;
  background-size: 50%;
  width: 126px;
  height: 100px;
  transform: rotate(180deg);
  background-position: 34px 15px;
}
#testimonial .single-testimonial::after {
  content: "";
  position: absolute;
  right: -35px;
  bottom: -34px;
  background: url("../images/quote.png") no-repeat #c85103;
  background-size: 50%;
  width: 126px;
  height: 100px;
  background-position: 34px 19px;
}
#testimonial .round {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}
#testimonial .round-1::before {
  content: "";
  position: absolute;
  left: 88px;
  top: -7px;
  width: 50px;
  height: 7px;
  background: #fff;
  border-radius: 30px;
}
#testimonial .round-1::after {
  content: "";
  position: absolute;
  left: -7px;
  top: 62px;
  width: 7px;
  height: 50px;
  background: #fff;
  border-radius: 30px;
}
#testimonial .round-2::before {
  content: "";
  position: absolute;
  right: 87px;
  bottom: -7px;
  width: 50px;
  height: 7px;
  background: #fff;
  border-radius: 30px;
  z-index: 1;
}
#testimonial .round-2::after {
  content: "";
  position: absolute;
  right: -7px;
  bottom: 62px;
  width: 7px;
  height: 50px;
  background: #fff;
  border-radius: 30px;
  z-index: 1;
}
#testimonial .client-video {
  padding-right: 15px;
  width: 125px;
  height: 125px;
  aspect-ratio: 1 / 1;
}
#testimonial .client-video img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
#testimonial .client-info {
  position: relative;
  z-index: 3;
  padding-left: 50px;
}
#testimonial .client-info a {
  width: 40px;
  height: 40px;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.16);
  font-size: 22px;
}
#testimonial .client-info {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
}
#testimonial .client-info h6 {
  color: #000;
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  margin-bottom: 0;
}
#testimonial .client-info span {
  display: inline-block;
  color: #fff;
  font-size: 12px;
}

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

.arrow {
  width: 45px;
  height: 45px;
  position: absolute;
  z-index: 9;
  bottom: 30px;
  left: 50%;
  transform: translate(-50%, 0);
  margin: auto;
  transition: ease-in;
  animation: down 1.5s infinite;
  -webkit-animation: bounce 1.5s infinite;
}

.arrow::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 13px;
  width: 12px;
  height: 12px;
  border-left: 2px solid #fafafa;
  border-bottom: 2px solid #fafafa;
  transform: rotate(-45deg);
}

@keyframes bounce {
  0% {
    transform: translate(-50%, 0);
  }
  20% {
    transform: translate(-50%, 15px);
  }
  40% {
    transform: translate(-50%, 0);
  }
}
.fade-in {
  opacity: 1;
  transition: 1s all ease-in;
}

.fade-out {
  opacity: 0;
  transition: 1s all ease-out;
}

.stats-wrapper {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.stat-box {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 0.5rem;
    padding: 1.5rem 2rem;
    background: #ffffff; /* similar to Tailwind's gray-100 */
    border-radius: 10px;
    position: relative;
    z-index: 10;
    border-radius: 12px;
}

.stat-number {
    font-size: 2.25rem;
    font-weight: 700;
    color:#c85103;
    font-family: "Playfair Display", serif;
    margin: 0;
}

.stat-label {
    font-size: 1.125rem;
    font-weight: 600;
    margin: 0;
}
.event-image{
  width: 100%;
  height:auto;
  aspect-ratio: 16 / 9;
}
.event-image img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
}
.event-content{
  padding:20px 30px;
}
.event-content ul{
  list-style-type: none;
  padding:0;
  margin:0;
}
#support ul{
  list-style-type: none;
  margin-top: 40px;
}
#support ul li{
  display: flex;
  align-items: flex-start;
  gap:15px;
  justify-content: flex-start;
}
#support ul li p{
  font-size: 20px;
}
#support ul li p:first-of-type{
  color:#c85103;
}
.donation-option {
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 8px 16px;
    font-size: 14px;
    cursor: pointer;
    transition: 0.2s ease;
    user-select: none;
}

.donation-radio:checked + .donation-option {
    background-color: #ffa54b;
    color: white;
    border-color: #ffa54b;
}


@media only screen and (max-width: 1025px) {
  .plyr__video-wrapper {
    height: 100vh;
  }
  .plyr video {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  #about-home .ab-image1 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  #about-home .ab-image2 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  #about-home .about-home-content {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
  }
  #packages .bg-wave {
    margin-bottom: -60px;
  }
  #what-we-do .parent {
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
  #what-we-do .parent > div {
    width: calc(50% - 15px);
    height: 300px;
  }
  #what-we-do .div1 .grid-card .grid-card-content, #what-we-do .div2 .grid-card .grid-card-content {
    transform: translateY(140px);
  }
  #what-we-do {
    padding-top: 20px;
    margin-top: -30px;
  }
  #packages .bg-wave.bottom {
    margin-top: -80px;
  }
  #testimonial .bg-wave {
    margin-bottom: -76px;
  }
}
@media only screen and (max-width: 600px) {
  #landing .landing-content h1, #about-home h2, .header-title h2 {
    font-size: 24px;
  }
  #packages .bg-wave {
    margin-bottom: 20px;
  }
  #packages .bg-wave.bottom {
    margin-top: 0;
    margin-bottom: 0;
  }
  #what-we-do .parent > div {
    width: calc(100% - 15px);
  }
  #testimonial .bg-wave {
    margin-bottom: 0;
  }
  #testimonial .single-testimonial::before {
    content: "";
    position: absolute;
    left: -10px;
    top: -25px;
    background: url(../images/quote.png) no-repeat #c85103;
    background-size: 50%;
    width: 64px;
    height: 64px;
    transform: rotate(180deg);
    background-position: center;
  }
  #testimonial .single-testimonial::after {
    content: "";
    position: absolute;
    right: -10px;
    bottom: -20px;
    background: url(../images/quote.png) no-repeat #c85103;
    background-size: 50%;
    width: 64px;
    height: 64px;
    background-position: center;
  }
  #breaker .box > span {
    font-size: 24px;
    line-height: 1.25;
  }
  #breaker .box .btn-main {
    margin-bottom: 25px;
  }
}

/* Cards */
.support-card {
    border: 1px solid #e2e8f0;   /* slate-200 */
    border-radius: 16px;         /* rounded-xl */
    background: #fff;
}

/* Circular icon background */
.icon-circle {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(245, 158, 66, 0.25); /* mainColor/25 */
}
/* @media only screen and (-webkit-min-device-pixel-ratio: 2),
       only screen and (min-resolution: 192dpi),
       only screen and (min-resolution: 2dppx) {

    #landing .landing-content h1 {
      font-size:64px;
    }
} */
