/*CSS Table Of Content Ends Here*/
@import url("https://fonts.googleapis.com/css2?family=Abril+Fatface&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Wendy+One&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,200..900;1,200..900&family=Wendy+One&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Tapestry&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Odor+Mean+Chey&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Kdam+Thmor+Pro&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Aclonica&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playwrite+DK+Loopet:wght@100..400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Onest:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Athiti:wght@200;300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Orelega+One&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Original+Surfer&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Sriracha&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Old+Standard+TT:ital,wght@0,400;0,700;1,400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oleo+Script+Swash+Caps:wght@400;700&display=swap");
:root {
  --body: #fff;
  --black: #000;
  --white: #fff;
  --theme: #B61817;
  --header: #1B1D1C;
  --text: #595959;
  --border: #E3E3E3;
  --bg: #FFF1F0;
  --box-shadow: 0px 4px 50px 10px rgba(0, 0, 0, 0.08);
}

.theme-btn {
  font-size: 20px;
  font-weight: 600;
  font-family: "Open Sans";
  border-radius: 8px;
  border: 1px solid #DDD;
  color: var(--white);
  padding: 18px 32px;
  line-height: 1;
  display: inline-block;
  transition: all 0.4s ease-in-out;
}
.theme-btn:hover {
  background: #DB2A31;
  border: 1px solid #DB2A31;
}
@media (max-width: 767px) {
  .theme-btn {
    font-size: 14px;
    padding: 16px 22px;
  }
}
@media (max-width: 470px) {
  .theme-btn {
    font-size: 12px;
    padding: 14px 20px;
  }
}

.btn-border-base {
  color: var(--theme);
  border: 0;
  border: 1px solid var(--theme);
  background-color: var(--white);
}
.btn-border-base:hover::after {
  background: var(--theme);
}

/* --------------------------------------------
    Template Default Fonts & Fonts Styles
 ---------------------------------------------- */
body {
  font-family: "Open Sans", serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 28px;
  color: var(--text);
  background-color: var(--white);
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}

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

button {
  border: none;
  background-color: transparent;
  padding: 0;
}

input:focus {
  color: var(--white);
  outline: none;
}

input {
  color: var(--white);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Jost", serif;
  margin: 0px;
  padding: 0;
  color: var(--header);
  text-transform: capitalize;
  transition: all 0.4s ease-in-out;
}

h1 {
  font-size: 50px;
  font-weight: 700;
}

h2 {
  font-size: 50px;
  font-weight: 700;
}
@media (max-width: 1199px) {
  h2 {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 32px;
  }
}
@media (max-width: 575px) {
  h2 {
    font-size: 28px;
  }
}
@media (max-width: 470px) {
  h2 {
    font-size: 26px;
  }
}

h3 {
  font-size: 20px;
  font-weight: 700;
}
@media (max-width: 575px) {
  h3 {
    font-size: 20px;
  }
}

h4 {
  font-size: 18px;
  font-weight: 700;
}

h5 {
  font-size: 18px;
  font-weight: 700;
}

h6 {
  font-size: 16px;
  font-weight: 600;
  line-height: 145%;
}

a {
  text-decoration: none;
  outline: none !important;
  cursor: pointer;
  color: var(--header);
  transition: all 0.4s ease-in-out;
}

p {
  margin: 0px;
  transition: all 0.4s ease-in-out;
}

span {
  margin: 0px;
  transition: all 0.4s ease-in-out;
}

.map-section {
  position: relative;
}
.map-section .opening-time {
  background: #FFF;
  box-shadow: 0px 7px 53px 0px rgba(0, 0, 0, 0.05);
  position: relative;
  z-index: 99;
  padding: 100px 60px;
  max-width: 630px;
}
@media (max-width: 991px) {
  .map-section .opening-time {
    padding: 30px;
  }
}
.map-section .opening-time.color-2 .section-title span {
  background: #FFD400;
  color: #000;
}
.map-section .opening-time.color-2 .section-title h2 {
  color: #232021;
}
.map-section .opening-time.color-2 .call-now {
  border: 1px solid #FFD400;
}
.map-section .opening-time.color-3 .section-title span {
  background: #C1A03E;
  color: #fff;
}
.map-section .opening-time.color-3 .section-title h2 {
  color: #232021;
}
.map-section .opening-time.color-3 .call-now {
  border: 1px solid #C1A03E;
}
.map-section .opening-time.color-4 .section-title .bg-theme {
  background: #FCB912;
}
.map-section .opening-time.color-4 .section-title h2 {
  color: #5B4F32;
}
.map-section .opening-time.color-6 .section-title .bg-theme {
  background: #3F432A;
}
.map-section .opening-time.color-6 .section-title h2 {
  color: #3F432A;
}
.map-section .opening-time.color-8 .section-title .bg-theme {
  background: #D9B716;
}
.map-section .opening-time.color-8 .section-title h2 {
  color: #3F432A;
}
.map-section .opening-time.color-9 .section-title .bg-theme {
  background: #1F292B;
}
.map-section .opening-time.color-9 .section-title h2 {
  color: #1F292B;
}
.map-section .opening-time.color-9 ul li .date-list span {
  color: #1F292B;
}
.map-section .opening-time.color-9 ul li .date-list h3 {
  color: #1F292B;
}
.map-section .opening-time .section-title span {
  background: #3F432A;
}
.map-section .opening-time .section-title h2 {
  color: #3F432A;
  text-align: center;
  font-family: "Open Sans";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media (max-width: 575px) {
  .map-section .opening-time .section-title h2 {
    font-size: 32px;
  }
}
@media (max-width: 470px) {
  .map-section .opening-time .section-title h2 {
    font-size: 28px;
  }
}
.map-section .opening-time ul {
  margin-bottom: 40px;
  margin-top: 40px;
  position: relative;
}
@media (max-width: 767px) {
  .map-section .opening-time ul {
    margin-top: 20px;
  }
}
.map-section .opening-time ul::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  content: "";
  height: 100%;
  width: 1px;
  background: #ECECEC;
}
.map-section .opening-time ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 26px;
  border-top: 1px solid #ECECEC;
  height: 60px;
}
@media (max-width: 470px) {
  .map-section .opening-time ul li {
    padding: 0;
  }
}
.map-section .opening-time ul li:last-child {
  border-bottom: 1px solid #ECECEC;
}
.map-section .opening-time ul li .date-list span {
  color: #3F432A;
  text-align: center;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
@media (max-width: 470px) {
  .map-section .opening-time ul li .date-list span {
    font-size: 12px;
  }
}
.map-section .opening-time ul li .date-list h3 {
  color: #3F432A;
  text-align: center;
  font-family: "Open Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
@media (max-width: 470px) {
  .map-section .opening-time ul li .date-list h3 {
    font-size: 18px;
  }
}
.map-section .opening-time .call-now {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #3F432A;
  font-family: "Open Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border: 1px solid #3F432A;
  background: #FFF;
  padding: 14px 30px;
}
.map-section .map-items {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.map-section .map-items .googpemap {
  position: relative;
  height: 900px;
}
@media (max-width: 991px) {
  .map-section .map-items .googpemap {
    height: 690px;
  }
}
.map-section .map-items .googpemap iframe {
  width: 100%;
  height: 100%;
}

.about-section {
  background: #F6F4F2;
  position: relative;
}
.about-section .about-shape-1 {
  position: absolute;
  top: 0;
  right: 110px;
}
@media (max-width: 1199px) {
  .about-section .about-shape-1 {
    display: none;
  }
}
.about-section .about-shape-2 {
  position: absolute;
  bottom: 100px;
  right: 100px;
}
@media (max-width: 1199px) {
  .about-section .about-shape-2 {
    display: none;
  }
}

.about-section {
  padding: 60px 0;
}

.about-wrapper {
  position: relative;
}
.about-wrapper .text {
  color: rgba(5, 5, 5, 0.08);
  font-family: "Cormorant Garamond";
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  writing-mode: vertical-rl;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 1199px) {
  .about-wrapper .text {
    display: none;
  }
}
.about-wrapper .about-left-image {
  max-width: 450px;
  margin-left: 140px;
}
@media (max-width: 1199px) {
  .about-wrapper .about-left-image {
    margin-left: 0;
  }
}
.about-wrapper .about-left-image img {
  width: 100%;
  height: 100%;
}
.about-wrapper .about-right-content.color-2 .section-title span {
  background-color: #FFD400;
  color: var(--black);
}
.about-wrapper .about-right-content.color-2 .theme-btn {
  background: #FFD400 !important;
  color: var(--black);
  border: none;
}
.about-wrapper .about-right-content.color-2 .theme-btn svg path {
  fill: #000;
}
.about-wrapper .about-right-content.color-2 .theme-btn:hover {
  background: var(--header) !important;
  color: var(--white);
}
.about-wrapper .about-right-content.color-2 .theme-btn:hover svg path {
  fill: #fff;
}
.about-wrapper .about-right-content.color-2 .theme-btn.style-2 {
  background: #FFF !important;
  color: #1B1D1C;
}
.about-wrapper .about-right-content.color-2 .theme-btn.style-2 svg path {
  fill: var(--black);
}
.about-wrapper .about-right-content.color-2 .theme-btn.style-2:hover {
  background: #FFD400 !important;
  color: #000;
}
.about-wrapper .about-right-content.color-3 .section-title span {
  background-color: #C1A03E;
  color: #fff;
}
.about-wrapper .about-right-content.color-3 .theme-btn {
  background: #C1A03E !important;
  color: var(--white);
  border: none;
}
.about-wrapper .about-right-content.color-3 .theme-btn svg path {
  fill: #fff;
}
.about-wrapper .about-right-content.color-3 .theme-btn:hover {
  background: var(--header) !important;
  color: var(--white);
}
.about-wrapper .about-right-content.color-3 .theme-btn:hover svg path {
  fill: #fff;
}
.about-wrapper .about-right-content.color-3 .theme-btn.style-2 {
  background: #FFF !important;
  color: #1B1D1C;
}
.about-wrapper .about-right-content.color-3 .theme-btn.style-2 svg path {
  fill: var(--black);
}
.about-wrapper .about-right-content.color-3 .theme-btn.style-2:hover {
  background: #C1A03E !important;
  color: #fff;
}
.about-wrapper .about-right-content.color-4 .section-title span {
  background: #FCB912;
  color: #5B4F32;
}
.about-wrapper .about-right-content.color-4 .theme-btn {
  background: #FCB912 !important;
  color: #5B4F32 !important;
  border: none;
}
.about-wrapper .about-right-content.color-4 .theme-btn svg path {
  fill: #5B4F32 !important;
}
.about-wrapper .about-right-content.color-4 .theme-btn:hover {
  background: var(--header) !important;
  color: var(--white) !important;
}
.about-wrapper .about-right-content.color-4 .theme-btn:hover svg path {
  fill: #fff !important;
}
.about-wrapper .about-right-content.color-4 .theme-btn.style-2 {
  background: #FFF !important;
  color: #1B1D1C;
}
.about-wrapper .about-right-content.color-4 .theme-btn.style-2 svg path {
  fill: #5B4F32 !important;
}
.about-wrapper .about-right-content.color-4 .theme-btn.style-2:hover {
  background: #FCB912 !important;
  color: #5B4F32 !important;
}
.about-wrapper .about-right-content.color-6 .section-title span {
  background: #3F432A;
  color: #fff;
}
.about-wrapper .about-right-content.color-6 .section-title h2 {
  color: #3F432A;
}
.about-wrapper .about-right-content.color-6 p {
  color: #3F432A;
}
.about-wrapper .about-right-content.color-6 .theme-btn {
  background: #3F432A !important;
  color: #fff !important;
  border: none;
}
.about-wrapper .about-right-content.color-6 .theme-btn svg path {
  fill: #fff !important;
}
.about-wrapper .about-right-content.color-6 .theme-btn:hover {
  background: var(--header) !important;
  color: var(--white) !important;
}
.about-wrapper .about-right-content.color-6 .theme-btn:hover svg path {
  fill: #fff !important;
}
.about-wrapper .about-right-content.color-6 .theme-btn.style-2 {
  background: #fff !important;
  color: #232021 !important;
}
.about-wrapper .about-right-content.color-6 .theme-btn.style-2 svg path {
  fill: #232021 !important;
}
.about-wrapper .about-right-content.color-6 .theme-btn.style-2:hover {
  background: #3F432A !important;
  color: #fff !important;
}
.about-wrapper .about-right-content.color-6 .theme-btn.style-2:hover svg path {
  fill: #fff !important;
}
.about-wrapper .about-right-content.color-8 .section-title span {
  background: #D9B716;
  color: #fff;
}
.about-wrapper .about-right-content.color-8 .section-title h2 {
  color: #3F432A;
}
.about-wrapper .about-right-content.color-8 p {
  color: #3F432A;
}
.about-wrapper .about-right-content.color-8 .theme-btn {
  background: #D9B716 !important;
  color: #fff !important;
  border: none;
}
.about-wrapper .about-right-content.color-8 .theme-btn svg path {
  fill: #fff !important;
}
.about-wrapper .about-right-content.color-8 .theme-btn:hover {
  background: var(--header) !important;
  color: var(--white) !important;
}
.about-wrapper .about-right-content.color-8 .theme-btn:hover svg path {
  fill: #fff !important;
}
.about-wrapper .about-right-content.color-8 .theme-btn.style-2 {
  background: #fff !important;
  color: #232021 !important;
}
.about-wrapper .about-right-content.color-8 .theme-btn.style-2 svg path {
  fill: #232021 !important;
}
.about-wrapper .about-right-content.color-8 .theme-btn.style-2:hover {
  background: #D9B716 !important;
  color: #fff !important;
}
.about-wrapper .about-right-content.color-8 .theme-btn.style-2:hover svg path {
  fill: #fff !important;
}
.about-wrapper .about-right-content.color-9 .section-title span {
  background: #FD1D1E;
  color: #fff;
}
.about-wrapper .about-right-content.color-9 .section-title h2 {
  color: #1F292B;
}
.about-wrapper .about-right-content.color-9 p {
  color: #1F292B;
}
.about-wrapper .about-right-content.color-9 .theme-btn {
  background: #FD1D1E !important;
  color: #fff !important;
  border: none;
}
.about-wrapper .about-right-content.color-9 .theme-btn svg path {
  fill: #fff !important;
}
.about-wrapper .about-right-content.color-9 .theme-btn:hover {
  background: var(--header) !important;
  color: var(--white) !important;
}
.about-wrapper .about-right-content.color-9 .theme-btn:hover svg path {
  fill: #fff !important;
}
.about-wrapper .about-right-content.color-9 .theme-btn.style-2 {
  background: #fff !important;
  color: #232021 !important;
}
.about-wrapper .about-right-content.color-9 .theme-btn.style-2 svg path {
  fill: #232021 !important;
}
.about-wrapper .about-right-content.color-9 .theme-btn.style-2:hover {
  background: #FD1D1E !important;
  color: #fff !important;
}
.about-wrapper .about-right-content.color-9 .theme-btn.style-2:hover svg path {
  fill: #fff !important;
}
.about-wrapper .about-right-content p {
  color: #1B1D1C;
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 400;
}
.about-wrapper .about-right-content .about-btn {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 40px;
}
@media (max-width: 575px) {
  .about-wrapper .about-right-content .about-btn {
    margin-top: 20px;
    flex-wrap: wrap;
    gap: 15px;
  }
}
.about-wrapper .about-right-content .about-btn .theme-btn {
  background: #1B1D1C;
  border-radius: 0;
  padding: 16px 32px;
}
.about-wrapper .about-right-content .about-btn .theme-btn:hover {
  background: #DB2A31;
}
.about-wrapper .about-right-content .about-btn .theme-btn.style-2 {
  background: #FFF;
  color: #1B1D1C;
}
.about-wrapper .about-right-content .about-btn .theme-btn.style-2:hover {
  background: #DB2A31;
  color: #fff;
}
.about-wrapper .about-right-content .about-btn .theme-btn.style-2:hover svg path {
  fill: var(--white);
}

.footer-widget-wrapper {
  padding: 70px 0 50px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 991px) {
  .footer-widget-wrapper {
    padding-top: 20px;
  }
}
.footer-widget-wrapper .footer-widget-items {
  margin-top: 30px;
}
.footer-widget-wrapper .footer-widget-items .widget-title {
  margin-bottom: 30px;
}
.footer-widget-wrapper .footer-widget-items .widget-title h6 {
  color: var(--white);
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
}
.footer-widget-wrapper .footer-widget-items .widget-nav-list li {
  display: block;
  list-style: none;
  font-size: 16px;
  font-weight: 400;
}
.footer-widget-wrapper .footer-widget-items .widget-nav-list li:not(:last-child) {
  margin-bottom: 10px;
}
.footer-widget-wrapper .footer-widget-items .widget-nav-list li a {
  color: #BCBCBC;
}
.footer-widget-wrapper .footer-widget-items .widget-nav-list li a:hover {
  color: var(--theme);
}

.footer-middle {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 37px 0;
}
@media (max-width: 767px) {
  .footer-middle {
    text-align: center;
  }
}
.footer-middle .currency-img a {
  display: inline-block;
}
.footer-middle .currency-img a + a {
  margin-left: 2px;
}
@media (max-width: 470px) {
  .footer-middle .currency-img {
    text-align: left;
    margin-top: 20px;
  }
}
.footer-middle .footer-info h6 {
  color: #fff;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
}
.footer-middle .footer-info p {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  color: #BCBCBC;
}
.footer-middle .footer-social-list {
  margin: 0;
  padding: 0;
  text-align: end;
}
@media (max-width: 767px) {
  .footer-middle .footer-social-list {
    text-align: center;
    margin-top: 15px;
  }
}
.footer-middle .footer-social-list li {
  display: inline-block;
  list-style: none;
  color: #BCBCBC;
  font-weight: 550;
}
.footer-middle .footer-social-list li + li {
  margin-left: 15px;
}
.footer-middle .footer-social-list li a {
  cursor: pointer;
}
.footer-middle .footer-social-list li a img {
  transition: 0.5s;
  width: 25px;
  height: 25px;
}
.footer-middle .footer-social-list li a:hover img {
  filter: invert(20%) sepia(66%) saturate(4843%) hue-rotate(353deg) brightness(75%) contrast(92%);
}

.footer-bottom {
  padding: 25px 0;
}
.footer-bottom p {
  margin: 0;
  padding: 0;
  color: rgba(255, 255, 255, 0.4);
}
.footer-bottom p a {
  color: rgba(255, 255, 255, 0.4);
}
.footer-bottom p a:hover {
  color: var(--main-color);
}

@media (max-width: 1199px) {
  .menu-thumb {
    display: none !important;
  }
}

.header-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}
.header-1 .container-fluid {
  padding: 0 150px;
}
@media (max-width: 1600px) {
  .header-1 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .header-1 .container-fluid .header-logo img {
    width: 60px;
  }
}
@media (max-width: 1199px) {
  .header-1 .container-fluid .theme-btn {
    display: none;
  }
}
.header-1 .header-right {
  gap: 200px;
}
@media (max-width: 1199px) {
  .header-1 .header-right {
    gap: 20px;
  }
}
.header-1 .header-right .theme-btn {
  border-radius: 0;
  padding: 14px 30px;
}
.header-1 .header-right .sidebar__toggle {
  background: transparent;
  color: var(--white);
  display: inline-block;
  cursor: pointer;
}
.header-1.header-2 .discount-bg {
  position: absolute;
  top: 0;
}
.header-1.header-2 .discount-bg .content {
  position: absolute;
  text-align: center;
  top: 36%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.header-1.header-2 .discount-bg .content p {
  color: #0E0E0E;
  font-family: "Open Sans";
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}
.header-1.header-2 .discount-bg .content h2 {
  color: #0E0E0E;
  font-family: "Open Sans";
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
}
.header-1.header-2 .header-logo2 {
  display: none;
}
@media (max-width: 575px) {
  .header-1.header-2 .header-logo1 img {
    width: 150px;
  }
}
.header-1.header-2 .header-main .main-menu ul li a {
  font-size: 20px;
  text-transform: capitalize;
}
.header-1.header-2 .header-main .main-menu ul li a:hover {
  color: #F2B50A;
}
.header-1.header-2 .header-main .main-menu ul li .submenu li a:hover {
  color: #F2B50A;
}
.header-1.header-2 .header-main .main-menu ul li .submenu li:hover > a {
  color: #F2B50A;
}
.header-1.header-2 .header-main .main-menu ul li .submenu li:hover > a::before {
  width: 10px;
}
.header-1.header-2 .header-main .main-menu ul li .submenu li:hover > a::after {
  color: #F2B50A;
}
.header-1.header-2 .header-main .main-menu ul li:hover > a {
  color: #F2B50A;
}
.header-1.header-2 .header-main .main-menu ul li:hover > a::after {
  color: #F2B50A;
}
.header-1.header-2 .theme-btn {
  border: none;
  text-transform: capitalize;
  font-size: 17px;
  padding: 18px 30px;
  background-color: #FFB600;
}
.header-1.header-2 .theme-btn:hover {
  background-color: var(--header);
}
.header-1.header-2 .theme-btn.style-2 {
  background: var(--header);
  color: var(--white);
}
.header-1.header-2 .theme-btn.style-2:hover {
  background-color: #FFB600;
}
.header-1.header-3 .header-main .main-menu ul li a:hover {
  color: #F2B50A;
}
.header-1.header-3 .header-main .main-menu ul li .submenu li a:hover {
  color: #F2B50A;
}
.header-1.header-3 .header-main .main-menu ul li .submenu li:hover > a {
  color: #F2B50A;
}
.header-1.header-3 .header-main .main-menu ul li .submenu li:hover > a::before {
  width: 10px;
}
.header-1.header-3 .header-main .main-menu ul li .submenu li:hover > a::after {
  color: #F2B50A;
}
.header-1.header-3 .header-main .main-menu ul li:hover > a {
  color: #F2B50A;
}
.header-1.header-3 .header-main .main-menu ul li:hover > a::after {
  color: #F2B50A;
}
.header-1.header-3 .theme-btn {
  padding: 18px 30px;
  background-color: #C1A03E;
  color: var(--white) !important;
}
.header-1.header-3 .theme-btn:hover {
  background-color: var(--header);
}
.header-1.header-3 .theme-btn.style-2 {
  background: var(--header);
  color: var(--white) !important;
}
.header-1.header-3 .theme-btn.style-2:hover {
  background-color: #C1A03E;
  color: var(--white) !important;
}
.header-1.header-3 .header-left {
  display: flex;
  align-items: center;
  gap: 215px;
}
@media (max-width: 1600px) {
  .header-1.header-3 .header-left {
    gap: 40px;
  }
}
.header-1.header-4 .header-main .main-menu ul li a:hover {
  color: #FFD400;
}
.header-1.header-4 .header-main .main-menu ul li .submenu li a:hover {
  color: #FFD400;
}
.header-1.header-4 .header-main .main-menu ul li .submenu li:hover > a {
  color: #FFD400;
}
.header-1.header-4 .header-main .main-menu ul li .submenu li:hover > a::before {
  width: 10px;
}
.header-1.header-4 .header-main .main-menu ul li .submenu li:hover > a::after {
  color: #FFD400;
}
.header-1.header-4 .header-main .main-menu ul li:hover > a {
  color: #FFD400;
}
.header-1.header-4 .header-main .main-menu ul li:hover > a::after {
  color: #FFD400;
}
.header-1.header-4 .theme-btn {
  border: none;
  text-transform: capitalize;
  font-size: 17px;
  padding: 18px 30px;
  background-color: #FFD400;
  color: var(--header);
  border: 1px solid transparent;
}
.header-1.header-4 .theme-btn:hover {
  background-color: #000;
  color: var(--white);
}
.header-1.header-4 .theme-btn.style-2 {
  border: 1px solid #FFD400;
}
.header-1.header-4 .theme-btn.style-2:hover {
  background-color: #FFD400;
  color: var(--header);
}
.header-1.header-5 .theme-btn {
  border: none;
  text-transform: capitalize;
  font-size: 17px;
  padding: 18px 30px;
  background-color: #FCB912;
  color: var(--header);
  border: none;
}
.header-1.header-5 .theme-btn:hover {
  background-color: #000;
  color: var(--white);
}
.header-1.header-5 .theme-btn.style-2 {
  border: none;
}
.header-1.header-5 .theme-btn.style-2:hover {
  background-color: #FCB912;
  color: var(--header);
}
.header-1.header-5 .header-main .main-menu ul li a {
  text-transform: uppercase;
}
.header-1.header-5 .header-main .main-menu ul li a:hover {
  color: #FCB912;
}
.header-1.header-5 .header-main .main-menu ul li .submenu li a:hover {
  color: #FCB912;
}
.header-1.header-5 .header-main .main-menu ul li .submenu li:hover > a {
  color: #FCB912;
}
.header-1.header-5 .header-main .main-menu ul li .submenu li:hover > a::before {
  width: 10px;
}
.header-1.header-5 .header-main .main-menu ul li .submenu li:hover > a::after {
  color: #FCB912;
}
.header-1.header-5 .header-main .main-menu ul li:hover > a {
  color: #FCB912;
}
.header-1.header-5 .header-main .main-menu ul li:hover > a::after {
  color: #FCB912;
}
.header-1.header-6 .theme-btn {
  border: none;
  text-transform: capitalize;
  font-size: 17px;
  padding: 18px 30px;
  background-color: #3E4229;
  color: #fff;
  border: none;
}
.header-1.header-6 .theme-btn:hover {
  background-color: #000;
  color: var(--white);
}
.header-1.header-6 .theme-btn.style-2 {
  border: none;
}
.header-1.header-6 .theme-btn.style-2:hover {
  background-color: #3E4229;
  color: var(--white);
}
.header-1.header-6 .header-main .main-menu ul li a {
  color: #3E4229;
  font-weight: 600;
  text-transform: uppercase;
}
.header-1.header-6 .header-main .main-menu ul li a:hover {
  color: #3E4229;
}
.header-1.header-6 .header-main .main-menu ul li .submenu li a:hover {
  color: #3E4229;
}
.header-1.header-6 .header-main .main-menu ul li .submenu li:hover > a {
  color: #3E4229;
}
.header-1.header-6 .header-main .main-menu ul li .submenu li:hover > a::before {
  width: 10px;
}
.header-1.header-6 .header-main .main-menu ul li .submenu li:hover > a::after {
  color: #3E4229;
}
.header-1.header-6 .header-main .main-menu ul li:hover > a {
  color: #3E4229;
}
.header-1.header-6 .header-main .main-menu ul li:hover > a::after {
  color: #3E4229;
}
.header-1.header-6 .sidebar__toggle {
  color: #3E4229 !important;
}
.header-1 .header-right .header-button {
  display: flex;
  align-items: center;
  gap: 18px;
}
@media (max-width: 1199px) {
  .header-1 .header-right .header-button {
    display: none;
  }
}
.header-1 .header-right .sidebar__toggle {
  width: initial;
  height: initial;
  line-height: initial;
  text-align: center;
  background: transparent;
  color: var(--white);
}
.header-1.header-7 .theme-btn {
  background-color: #FF4828;
}
.header-1.header-7 .theme-btn:hover {
  background-color: var(--white);
  color: var(--header);
}
.header-1.header-7 .theme-btn.style-2 {
  background: var(--white);
  color: var(--header);
}
.header-1.header-7 .theme-btn.style-2:hover {
  background-color: #FF4828;
  color: #fff;
}
.header-1.header-7 .header-main .main-menu ul li a {
  font-size: 20px;
  text-transform: capitalize;
}
.header-1.header-7 .header-main .main-menu ul li a:hover {
  color: #FF4828;
}
.header-1.header-7 .header-main .main-menu ul li .submenu li a:hover {
  color: #FF4828;
}
.header-1.header-7 .header-main .main-menu ul li .submenu li:hover > a {
  color: #FF4828;
}
.header-1.header-7 .header-main .main-menu ul li .submenu li:hover > a::before {
  width: 10px;
}
.header-1.header-7 .header-main .main-menu ul li .submenu li:hover > a::after {
  color: #FF4828;
}
.header-1.header-7 .header-main .main-menu ul li:hover > a {
  color: #FF4828;
}
.header-1.header-7 .header-main .main-menu ul li:hover > a::after {
  color: #FF4828;
}
.header-1.header-8 .theme-btn {
  background-color: #D9B716;
}
.header-1.header-8 .theme-btn:hover {
  background-color: var(--white);
  color: var(--header);
}
.header-1.header-8 .theme-btn.style-2 {
  background: var(--white);
  color: var(--header);
}
.header-1.header-8 .theme-btn.style-2:hover {
  background-color: #D9B716;
  color: #fff;
}
.header-1.header-8 .header-main .main-menu ul li a {
  font-size: 20px;
  text-transform: capitalize;
}
.header-1.header-8 .header-main .main-menu ul li a:hover {
  color: #D9B716;
}
.header-1.header-8 .header-main .main-menu ul li .submenu li a:hover {
  color: #D9B716;
}
.header-1.header-8 .header-main .main-menu ul li .submenu li:hover > a {
  color: #D9B716;
}
.header-1.header-8 .header-main .main-menu ul li .submenu li:hover > a::before {
  width: 10px;
}
.header-1.header-8 .header-main .main-menu ul li .submenu li:hover > a::after {
  color: #D9B716;
}
.header-1.header-8 .header-main .main-menu ul li:hover > a {
  color: #D9B716;
}
.header-1.header-8 .header-main .main-menu ul li:hover > a::after {
  color: #D9B716;
}
@media (max-width: 470px) {
  .header-1 .header-logo3 img {
    width: 150px;
  }
}
@media (max-width: 470px) {
  .header-1 .header-logo2 img {
    width: 150px;
  }
}
.header-1.header-9 .theme-btn {
  background-color: #FD1D1E;
}
.header-1.header-9 .theme-btn:hover {
  background-color: var(--header) !important;
  color: var(--white) !important;
}
.header-1.header-9 .theme-btn.style-2 {
  background: var(--header) !important;
  color: var(--white);
}
.header-1.header-9 .theme-btn.style-2:hover {
  background-color: #FD1D1E !important;
  color: #fff;
}
.header-1.header-9 .header-main .main-menu ul li a {
  color: #1F292B;
}
.header-1.header-9 .header-main .main-menu ul li a:hover {
  color: #FD1D1E;
}
.header-1.header-9 .header-main .main-menu ul li .submenu li a:hover {
  color: #FD1D1E;
}
.header-1.header-9 .header-main .main-menu ul li .submenu li:hover > a {
  color: #FD1D1E;
}
.header-1.header-9 .header-main .main-menu ul li .submenu li:hover > a::before {
  width: 10px;
}
.header-1.header-9 .header-main .main-menu ul li .submenu li:hover > a::after {
  color: #FD1D1E;
}
.header-1.header-9 .header-main .main-menu ul li:hover > a {
  color: #FD1D1E;
}
.header-1.header-9 .header-main .main-menu ul li:hover > a::after {
  color: #FD1D1E;
}
.header-1.header-9 .sidebar__toggle {
  color: #151515;
}
.header-1.header-9 .header-right {
  gap: 20px;
}
.header-1.header-11 .theme-btn {
  background-color: #FFD750;
  color: var(--header);
}
.header-1.header-11 .theme-btn:hover {
  background-color: var(--white) !important;
  color: var(--header) !important;
}
.header-1.header-11 .theme-btn.style-2 {
  background: var(--white) !important;
  color: var(--header);
}
.header-1.header-11 .theme-btn.style-2:hover {
  background-color: #FFD750 !important;
  color: #fff;
}
.header-1.header-11 .header-main .main-menu ul li a {
  color: #fff;
}
.header-1.header-11 .header-main .main-menu ul li a:hover {
  color: #FD1D1E;
}
.header-1.header-11 .header-main .main-menu ul li .submenu li a:hover {
  color: #FD1D1E;
}
.header-1.header-11 .header-main .main-menu ul li .submenu li:hover > a {
  color: #FD1D1E;
}
.header-1.header-11 .header-main .main-menu ul li .submenu li:hover > a::before {
  width: 10px;
}
.header-1.header-11 .header-main .main-menu ul li .submenu li:hover > a::after {
  color: #FD1D1E;
}
.header-1.header-11 .header-main .main-menu ul li:hover > a {
  color: #FD1D1E;
}
.header-1.header-11 .header-main .main-menu ul li:hover > a::after {
  color: #FD1D1E;
}

.header-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
}
.header-main .main-menu ul {
  margin-bottom: 0;
}
.header-main .main-menu ul li {
  position: relative;
  list-style: none;
  display: inline-block;
  margin-inline-end: 48px;
}
.header-main .main-menu ul li:last-child {
  margin-inline-end: 0;
}
.header-main .main-menu ul li a {
  display: inline-block;
  font-family: "Open Sans";
  font-size: 24px;
  font-weight: 400;
  color: var(--white);
  padding: 20px 0;
  text-align: left;
  position: relative;
  text-transform: capitalize;
  transition: all 0.4s ease-in-out;
}
.header-main .main-menu ul li a i {
  margin-left: 4px;
  font-size: 14px;
  color: var(--white);
}
.header-main .main-menu ul li a:hover {
  color: #9BC506;
}
.header-main .main-menu ul li .submenu {
  position: absolute;
  top: 115%;
  inset-inline-start: 0;
  min-width: 240px;
  background: var(--white);
  padding: 20px 0;
  z-index: 99999;
  visibility: hidden;
  opacity: 0;
  transform-origin: top center;
  color: var(--header);
  transform: translateY(-10px);
  transition: all 0.4s ease-in-out;
  border-top: 6px solid var(--theme);
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.header-main .main-menu ul li .submenu li {
  display: block;
  width: 100%;
  margin: 0;
}
.header-main .main-menu ul li .submenu li a {
  position: relative;
  z-index: 11;
  font-size: 16px;
  font-weight: 500;
  color: var(--header);
  line-height: 38px;
  padding: 0px 0px 0px 32px;
  width: 100%;
  text-transform: uppercase;
}
.header-main .main-menu ul li .submenu li a::before {
  content: "";
  position: absolute;
  width: 0px;
  height: 2px;
  background: var(--theme);
  left: 14px;
  bottom: 18px;
  transition: all 0.4s ease-in-out;
}
.header-main .main-menu ul li .submenu li a:hover {
  color: #9BC506;
}
.header-main .main-menu ul li .submenu li:last-child a {
  border: none;
}
.header-main .main-menu ul li .submenu li .submenu {
  inset-inline-start: 100%;
  top: 0;
  visibility: hidden;
  opacity: 0;
}
.header-main .main-menu ul li .submenu li:hover > a {
  color: #9BC506;
  margin-left: 10px;
}
.header-main .main-menu ul li .submenu li:hover > a::before {
  width: 10px;
}
.header-main .main-menu ul li .submenu li:hover > a::after {
  color: #9BC506;
}
.header-main .main-menu ul li .submenu li:hover > .submenu {
  -webkit-transform: translateY(1);
  -moz-transform: translateY(1);
  -ms-transform: translateY(1);
  -o-transform: translateY(1);
  transform: translateY(1);
  visibility: visible;
  opacity: 1;
}
.header-main .main-menu ul li .submenu li.has-dropdown > a::after {
  position: absolute;
  top: 50%;
  inset-inline-end: 25px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #9BC506;
}
.header-main .main-menu ul li:hover > a {
  color: #9BC506;
}
.header-main .main-menu ul li:hover > a::after {
  color: #9BC506;
}
.header-main .main-menu ul li:hover > .submenu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
}

.sticky {
  position: fixed !important;
  top: 0 !important;
  left: 0;
  width: 100%;
  z-index: 100;
  transition: all 0.9s;
  background-color: #fff;
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.sticky.header-1 .header-main {
  padding: 10px 0;
}
.sticky.header-1 .header-main .main-menu ul li a {
  color: var(--header);
}
.sticky.header-1 .header-main .main-menu ul li a:hover {
  color: #9BC506;
}
.sticky.header-1 .header-right .theme-btn {
  color: #151515;
}
.sticky.header-1 .header-right .theme-btn:hover {
  color: var(--white);
}
.sticky.header-1 .header-right .sidebar__toggle {
  color: #151515;
}
.sticky.header-1.header-2 .header-logo1 {
  display: none;
}
.sticky.header-1.header-2 .sidebar__toggle {
  background: none;
}
.sticky.header-1.header-2 .header-logo2 {
  display: block;
}
.sticky.header-1.header-2 .header-right .theme-btn:hover {
  color: var(--white);
}
.sticky.header-1.header-2 .header-right .theme-btn.style-2 {
  color: var(--white) !important;
}
.sticky.header-1.header-2 .header-right .theme-btn.style-2:hover {
  color: var(--header) !important;
}
.sticky.header-1.header-3 .sidebar__toggle {
  background: none;
}
.sticky.header-1.header-3 .header-right .theme-btn.style-2:hover {
  color: var(--white) !important;
}
.sticky.header-1.header-6 .header-right .theme-btn {
  color: var(--white);
}
.sticky.header-1.header-6 .header-right .theme-btn.style-2 {
  color: var(--white) !important;
}
.sticky.header-1.header-6 .header-right .theme-btn.style-2:hover {
  color: var(--white) !important;
}
.sticky.header-1.header-6 .sidebar__toggle {
  color: #3E4229 !important;
}
.sticky.header-1.header-7 .header-right .theme-btn {
  background-color: #FF4828;
  color: var(--white) !important;
}
.sticky.header-1.header-7 .header-right .theme-btn:hover {
  background-color: var(--header);
  color: var(--white);
}
.sticky.header-1.header-7 .header-right .theme-btn.style-2 {
  background: var(--header);
  color: var(--white);
}
.sticky.header-1.header-7 .header-right .theme-btn.style-2:hover {
  background-color: #FF4828;
  color: #fff !important;
}
.sticky.header-1.header-8 .theme-btn {
  background-color: #D9B716;
  color: var(--white);
}
.sticky.header-1.header-8 .theme-btn:hover {
  background-color: var(--header);
  color: var(--white);
}
.sticky.header-1.header-8 .theme-btn.style-2 {
  background: var(--header);
}
.sticky.header-1.header-8 .theme-btn.style-2:hover {
  background-color: #D9B716;
  color: #fff !important;
}
.sticky.header-1.header-9 .theme-btn {
  background-color: #FD1D1E;
  color: var(--white);
}
.sticky.header-1.header-9 .theme-btn:hover {
  background-color: var(--header) !important;
  color: var(--white) !important;
}
.sticky.header-1.header-9 .theme-btn.style-2 {
  background: var(--header) !important;
  color: var(--white) !important;
}
.sticky.header-1.header-9 .theme-btn.style-2:hover {
  background-color: #FD1D1E !important;
  color: #fff !important;
}
.sticky.header-1.header-9 .header-main .main-menu ul li a {
  color: #1F292B;
}
.sticky.header-1.header-9 .header-main .main-menu ul li a:hover {
  color: #FD1D1E;
}
.sticky.header-1.header-9 .header-main .main-menu ul li .submenu li a:hover {
  color: #FD1D1E;
}
.sticky.header-1.header-9 .header-main .main-menu ul li .submenu li:hover > a {
  color: #FD1D1E;
}
.sticky.header-1.header-9 .header-main .main-menu ul li .submenu li:hover > a::before {
  width: 10px;
}
.sticky.header-1.header-9 .header-main .main-menu ul li .submenu li:hover > a::after {
  color: #FD1D1E;
}
.sticky.header-1.header-9 .header-main .main-menu ul li:hover > a {
  color: #FD1D1E;
}
.sticky.header-1.header-9 .header-main .main-menu ul li:hover > a::after {
  color: #FD1D1E;
}
.sticky.header-1.header-11 .theme-btn {
  background-color: #FFD750;
  color: var(--header);
}
.sticky.header-1.header-11 .theme-btn:hover {
  background-color: var(--header) !important;
  color: var(--white) !important;
}
.sticky.header-1.header-11 .theme-btn.style-2 {
  background: var(--header) !important;
  color: var(--header);
}
.sticky.header-1.header-11 .theme-btn.style-2:hover {
  background-color: #FFD750 !important;
  color: #fff;
}
.sticky.header-1.header-11 .header-main .main-menu ul li a {
  color: var(--header);
}
.sticky.header-1.header-11 .header-main .main-menu ul li a:hover {
  color: #FFD54F;
}
.sticky.header-1.header-11 .header-main .main-menu ul li .submenu li a:hover {
  color: #FFD54F;
}
.sticky.header-1.header-11 .header-main .main-menu ul li .submenu li:hover > a {
  color: #FFD54F;
}
.sticky.header-1.header-11 .header-main .main-menu ul li .submenu li:hover > a::before {
  width: 10px;
}
.sticky.header-1.header-11 .header-main .main-menu ul li .submenu li:hover > a::after {
  color: #FFD54F;
}
.sticky.header-1.header-11 .header-main .main-menu ul li:hover > a {
  color: #FFD54F;
}
.sticky.header-1.header-11 .header-main .main-menu ul li:hover > a::after {
  color: #FFD54F;
}

.offcanvas__info {
  background: #fff none repeat scroll 0 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 400px;
  height: 100%;
  -webkit-transform: translateX(calc(100% + 80px));
  -moz-transform: translateX(calc(100% + 80px));
  -ms-transform: translateX(calc(100% + 80px));
  -o-transform: translateX(calc(100% + 80px));
  transform: translateX(calc(100% + 80px));
  -webkit-transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  -moz-transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  z-index: 99999;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
}
@media (max-width: 575px) {
  .offcanvas__info.style-2 .offcanvas__logo img {
    width: 150px;
  }
}
.offcanvas__info.style-2 .header-button .theme-btn {
  background-color: #FFB600 !important;
  padding: 18px 30px;
  font-size: 16px;
}
.offcanvas__info.style-2 .header-button .theme-btn.style-2 {
  background-color: transparent !important;
  border: 1px solid #FFB600 !important;
  color: #FFB600;
}
.offcanvas__info.style-2 .header-button .theme-btn.style-2:hover {
  color: var(--header) !important;
  background-color: #FFB600 !important;
}
.offcanvas__info.style-2 .header-button .theme-btn.style-2:hover img {
  filter: grayscale(100%) brightness(300%);
}
.offcanvas__info.style-2 .social-icon {
  margin-top: 30px;
  gap: 10px;
}
.offcanvas__info.style-2 .social-icon a:hover {
  background-color: #FFB600 !important;
  color: var(--header) !important;
}
@media (max-width: 575px) {
  .offcanvas__info.style-3 .offcanvas__logo img {
    width: 150px;
  }
}
.offcanvas__info.style-3 .header-button .theme-btn {
  background-color: #C1A03E !important;
  padding: 18px 30px;
  font-size: 16px;
  color: var(--white) !important;
}
.offcanvas__info.style-3 .header-button .theme-btn.style-2 {
  background-color: transparent !important;
  border: 1px solid #C1A03E !important;
  color: #C1A03E !important;
}
.offcanvas__info.style-3 .header-button .theme-btn.style-2:hover {
  color: var(--white) !important;
  background-color: #C1A03E !important;
}
.offcanvas__info.style-3 .header-button .theme-btn.style-2:hover img {
  filter: grayscale(100%) brightness(300%);
}
.offcanvas__info.style-3 .social-icon {
  margin-top: 30px;
  gap: 10px;
}
.offcanvas__info.style-3 .social-icon a:hover {
  background-color: #FFB600 !important;
  color: var(--header) !important;
}
@media (max-width: 575px) {
  .offcanvas__info.style-4 .offcanvas__logo img {
    width: 150px;
  }
}
.offcanvas__info.style-4 .header-button .theme-btn {
  background-color: #FFD400 !important;
  padding: 18px 30px;
  font-size: 16px;
  color: var(--header) !important;
  border: none;
}
.offcanvas__info.style-4 .header-button .theme-btn.style-2 {
  background-color: transparent !important;
  border: 1px solid #FFD400 !important;
  color: #FFD400 !important;
}
.offcanvas__info.style-4 .header-button .theme-btn.style-2:hover {
  color: var(--header) !important;
  background-color: #FFD400 !important;
}
.offcanvas__info.style-4 .header-button .theme-btn.style-2:hover img {
  filter: grayscale(100%) brightness(300%);
}
.offcanvas__info.style-4 .social-icon {
  margin-top: 30px;
  gap: 10px;
}
.offcanvas__info.style-4 .social-icon a:hover {
  background-color: #FFB600 !important;
  color: var(--header) !important;
}
@media (max-width: 575px) {
  .offcanvas__info.style-5 .offcanvas__logo img {
    width: 150px;
  }
}
.offcanvas__info.style-5 .header-button .theme-btn {
  background-color: #FCB912 !important;
  padding: 18px 30px;
  font-size: 16px;
  color: #5B4F32 !important;
  border: none;
}
.offcanvas__info.style-5 .header-button .theme-btn.style-2 {
  background-color: transparent !important;
  border: 1px solid #FCB912 !important;
  color: #5B4F32 !important;
}
.offcanvas__info.style-5 .header-button .theme-btn.style-2:hover {
  color: #5B4F32 !important;
  background-color: #FCB912 !important;
}
.offcanvas__info.style-5 .header-button .theme-btn.style-2:hover img {
  filter: grayscale(100%) brightness(300%);
}
.offcanvas__info.style-5 .social-icon {
  margin-top: 30px;
  gap: 10px;
}
.offcanvas__info.style-5 .social-icon a:hover {
  background-color: #FCB912 !important;
  color: #5B4F32 !important;
}
@media (max-width: 575px) {
  .offcanvas__info.style-6 .offcanvas__logo img {
    width: 150px;
  }
}
.offcanvas__info.style-6 .header-button .theme-btn {
  background-color: #3F432A !important;
  padding: 18px 30px;
  font-size: 16px;
  color: #fff !important;
  border: none;
}
.offcanvas__info.style-6 .header-button .theme-btn.style-2 {
  background-color: transparent !important;
  border: 1px solid #3F432A !important;
  color: var(--header) !important;
}
.offcanvas__info.style-6 .header-button .theme-btn.style-2:hover {
  color: #fff !important;
  background-color: #3F432A !important;
}
.offcanvas__info.style-6 .header-button .theme-btn.style-2:hover img {
  filter: grayscale(100%) brightness(300%);
}
.offcanvas__info.style-6 .social-icon {
  margin-top: 30px;
  gap: 10px;
}
.offcanvas__info.style-6 .social-icon a:hover {
  background-color: #FCB912 !important;
  color: #5B4F32 !important;
}
.offcanvas__info button i {
  color: var(--white);
}
.offcanvas__info::-webkit-scrollbar {
  display: none;
}

.offcanvas__info.info-open {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.offcanvas__wrapper {
  position: relative;
  height: 100%;
  padding: 30px 30px;
}
.offcanvas__wrapper .offcanvas__content .text {
  color: var(--text);
}
.offcanvas__wrapper .offcanvas__content .offcanvas__close {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 50%;
  background: var(--header);
  position: relative;
  z-index: 9;
  cursor: pointer;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact {
  margin-top: 20px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact h4 {
  color: var(--header);
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul {
  margin-top: 20px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li a {
  color: var(--text);
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li:not(:last-child) {
  margin-bottom: 15px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li .offcanvas__contact-icon {
  margin-right: 20px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li .offcanvas__contact-icon i {
  color: var(--header);
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact span {
  text-transform: initial;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .header-button {
  display: grid;
  align-items: center;
  gap: 20px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .header-button .theme-btn {
  width: 100%;
  text-transform: capitalize !important;
  text-align: center;
  border-radius: 0;
  color: #151515;
  background-color: var(--theme);
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .header-button .theme-btn:hover {
  color: #fff;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon {
  margin-top: 30px;
  gap: 10px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon a {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 16px;
  display: block;
  background: transparent;
  color: var(--text);
  border-radius: 50%;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-align: center;
  border: 1px solid var(--border);
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon a:hover {
  background-color: var(--theme);
  color: var(--white);
}
.offcanvas__wrapper .offcanvas__logo img {
  width: 100%;
  height: 100%;
}

.offcanvas__overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #151515;
  z-index: 900;
  top: 0;
  opacity: 0;
  visibility: hidden;
  right: 0;
}

.offcanvas__overlay.overlay-open {
  opacity: 0.8;
  visibility: visible;
}

@media (max-width: 450px) {
  .offcanvas__info {
    width: 300px;
  }
}
@media (max-width: 575px) {
  .offcanvas__wrapper {
    padding: 20px;
  }
}
::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px var(--theme);
  border-radius: 5px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--theme);
  border-radius: 10px;
}

.fix {
  overflow: hidden;
}

.ralt {
  position: relative;
}

@media (max-width: 767px) {
  br {
    display: none;
  }
}

/* background */
.bg-cover {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: center;
}

.sticky-style {
  position: sticky !important;
  top: 100px;
}

.slide-transtion {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

.slide-element {
  width: auto;
  display: inline-block;
}

.single-checkbox {
  position: relative;
  display: flex;
}
.single-checkbox input {
  display: none;
}
.single-checkbox span {
  font-weight: 450;
  color: #232323;
  text-transform: capitalize;
  margin-top: -7px;
}
.single-checkbox span:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid var(--theme);
  width: 16px;
  height: 16px;
  border-radius: 4px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 9px;
  margin-top: -1px;
}
.single-checkbox input:checked + span:after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 7px;
  width: 4px;
  height: 8px;
  border: solid #fff;
  border-width: 0 1px 1px 0;
  transform: rotate(45deg);
}
.single-checkbox input:checked + span:before {
  background-color: var(--theme);
}

.single-radiobox {
  position: relative;
}
.single-radiobox [type=radio]:checked,
.single-radiobox [type=radio]:not(:checked) {
  position: absolute;
  left: 0;
  opacity: 0;
  visibility: hidden;
}
.single-radiobox [type=radio]:checked + .box,
.single-radiobox [type=radio]:not(:checked) + .box {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666;
  z-index: 2;
}
.single-radiobox [type=radio]:checked + .box:before,
.single-radiobox [type=radio]:not(:checked) + .box:before {
  content: "";
  position: absolute;
  left: 1px;
  top: -13px;
  width: 18px;
  height: 18px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #fff;
}
.single-radiobox [type=radio]:checked + .box:after,
.single-radiobox [type=radio]:not(:checked) + .box:after {
  content: "";
  width: 10px;
  height: 10px;
  background: var(--theme);
  position: absolute;
  top: -9px;
  left: 5px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.single-radiobox [type=radio]:not(:checked) + .box:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.single-radiobox [type=radio]:checked + .box:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.search-switch-inner {
  display: inline-flex;
  align-items: center;
}
.search-switch-inner .heading {
  font-size: 14px;
  font-weight: 700;
  color: var(--header);
  margin-left: 10px;
}

.search-switch {
  position: relative;
  display: inline-block;
  width: 55px;
  height: 28px;
  border-radius: 2px;
  background-color: #fff;
  cursor: pointer;
  transition: all 0.3s;
  overflow: hidden;
  box-shadow: 0px 0px 2px #686868;
}

.search-switch input {
  display: none;
}

.search-switch input:checked + span {
  left: 45px;
}

.search-switch span {
  position: absolute;
  width: 10px;
  height: 100%;
  border-radius: 2px 4px 4px 2px;
  background-color: #686868;
  top: 0;
  left: 0;
  box-shadow: 0px 0px 1px rgb(150, 150, 150);
  transition: all 0.3s;
}

.search-switch span:before, .search-switch span:after {
  position: absolute;
  content: "ON";
  width: 40px;
  height: 28px;
  line-height: 28px;
  font-size: 14px;
  font-weight: 700;
  top: 0;
  text-transform: uppercase;
}

.search-switch span:before {
  content: "OFF";
  color: #686868;
  left: 16px;
}

.search-switch span:after {
  content: "ON";
  right: 22%;
  color: white;
}

.find-me-checked {
  background-color: var(--theme);
  box-shadow: none;
}

.find-me-checked span {
  border-radius: 4px 2px 2px 4px;
  background-color: #fff;
}

.gps-distanc-checked {
  background-color: var(--theme);
  box-shadow: none;
}

.gps-distanc-checked span {
  border-radius: 4px 2px 2px 4px;
  background-color: #fff;
}

.gps-distance-btn span:before {
  content: "GPS";
}

.gps-distance-btn span:after {
  content: "MON";
  right: 67%;
}

.btn-base {
  color: #fff;
  border: 0;
  background: var(--theme);
}

.custom-container {
  max-width: 1630px;
  margin: 0 auto;
}

.custom-container-2 {
  max-width: 1720px;
  margin: 0 auto;
}

.footer-bg {
  background: #1B1D1C;
}

.btn-white {
  background: #FFF;
  box-shadow: 0px 4px 40px 5px rgba(0, 0, 0, 0.1);
  color: var(--theme);
}

.modal-common-wrap {
  position: fixed !important;
  z-index: 9999;
}
.modal-common-wrap.style-2 {
  position: relative;
}
.modal-common-wrap.style-2 .modal-header {
  padding: 0;
  margin: 0;
  border: none;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 99;
}
.modal-common-wrap.style-2 .modal-body {
  padding: 40px;
}
.modal-common-wrap.style-2 .modal-body .search-switch-inner + .search-switch-inner {
  margin-left: 30px;
}
.modal-common-wrap.style-2 .modal-body .banner-search {
  position: relative;
}
.modal-common-wrap.style-2 .modal-body .banner-search .banner-form-box {
  position: relative;
}
.modal-common-wrap.style-2 .modal-body .banner-search .banner-form-box .icon {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.modal-common-wrap.style-2 .modal-body .banner-search input {
  width: 100%;
  height: 70px;
  padding: 0 100px 0 50px;
  border-radius: 10px;
  border: 0;
  text-transform: capitalize;
  box-shadow: 0px 4px 60px 20px rgba(0, 0, 0, 0.05);
  outline: 0;
  color: var(--text);
}
.modal-common-wrap.style-2 .modal-body .banner-search .theme-btn {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}
.modal-common-wrap.style-2 .modal-body .switch-area {
  margin-top: 30px;
}
.modal-common-wrap.style-2 .modal-body .banner-switch-card {
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0px 4px 60px 0px rgba(182, 24, 23, 0.15);
  padding: 30px;
  position: absolute;
  margin-top: 5px;
  z-index: 3;
  width: 100%;
  left: 0;
}
@media (max-width: 1399px) {
  .modal-common-wrap.style-2 .modal-body .banner-switch-card {
    position: static;
  }
}
.modal-common-wrap.style-2 .modal-body .banner-switch-card .switch-title {
  font-size: 20px;
  font-weight: 750;
  margin-bottom: 10px;
}
.modal-common-wrap.style-2 .modal-body .banner-switch-card .switch-content {
  font-weight: 350;
  padding: 0;
  margin: 0;
}
.modal-common-wrap.style-2 .modal-body .distance-calculate {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding-top: 18px;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .modal-common-wrap.style-2 .modal-body .distance-calculate {
    display: grid;
    gap: 25px;
  }
}
.modal-common-wrap.style-2 .modal-body .distance-calculate .distanc-input-inner {
  display: flex;
  align-items: center;
}
.modal-common-wrap.style-2 .modal-body .distance-calculate .distanc-input-inner input {
  width: 35px;
  color: #232323;
  font-size: 20px;
  font-weight: 750;
  text-align: right;
  border: 0;
  outline: 0;
}
.modal-common-wrap.style-2 .modal-body .distance-calculate .distanc-input-inner span {
  padding: 0 30px 0 20px;
  color: #232323;
  font-size: 20px;
  font-weight: 750;
}
.modal-common-wrap.style-2 .modal-body .distance-calculate .distanc-input-inner button {
  color: #232323;
  font-size: 25px;
  border: 0;
  padding: 0;
  background-color: transparent;
  cursor: pointer;
  transition: 0.4s;
}
.modal-common-wrap.style-2 .modal-body .distance-calculate .distanc-input-inner button:hover {
  color: var(--theme);
}
.modal-common-wrap.style-2 .modal-body .distance-calculate .value-specs {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 575px) {
  .modal-common-wrap.style-2 .modal-body .distance-calculate .value-specs {
    flex-wrap: wrap;
  }
}
.modal-common-wrap.style-2 .modal-body .distance-calculate .value-specs li {
  display: inline-block;
  align-items: center;
  justify-content: center;
  background-color: rgba(182, 24, 23, 0.1);
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  font-weight: 700;
  color: var(--theme);
  border-radius: 50%;
  cursor: pointer;
  transition: 0.4s;
  text-align: center;
}
.modal-common-wrap.style-2 .modal-body .distance-calculate .value-specs li:hover {
  background-color: var(--theme);
  color: #fff;
}
.modal-common-wrap.style-2 .modal-body .distance-calculate .value-specs li.active {
  background-color: var(--theme);
  color: #fff;
}
.modal-common-wrap.style-2 .modal-dialog {
  max-width: 770px;
  width: 100%;
  border-radius: 20px;
}

.btn-light-base {
  color: var(--theme);
  border: 0;
  background: rgba(182, 24, 23, 0.1);
}
.btn-light-base:after {
  background: #fff;
}
.btn-light-base:hover {
  color: #fff;
}
.btn-light-base:hover::after {
  background: var(--theme);
}

.pd-top-90 {
  padding-top: 90px;
}

.pd-bottom-70 {
  padding-bottom: 70px;
}

.pd-top-100 {
  padding-top: 100px;
}

.mg-bottom-90 {
  margin-bottom: 90px;
}

.item-loadmore4 {
  display: none;
}

.color-base {
  color: var(--theme);
}

.slide-v {
  width: 50%;
  margin: 0 auto;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.slide {
  padding: 100px 0;
  color: white;
  background-color: rgb(101, 192, 149);
  text-align: center;
  font-size: 6rem;
}

.slide:nth-child(2n) {
  background: rgb(244, 144, 137);
}

.button-container {
  padding-top: 10px;
  width: 50%;
  margin: 0 auto;
}

.hero-1 {
  padding: 190px 0 125px;
  position: relative;
  z-index: 9;
}
@media (max-width: 767px) {
  .hero-1 {
    padding: 140px 0 120px;
  }
}
.hero-1::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(0deg, rgba(35, 32, 33, 0.48) 0%, rgba(35, 32, 33, 0.48) 100%);
  z-index: -1;
}
.hero-1 .hero-content {
  max-width: 1140px;
  margin: 0 auto;
}
.hero-1 .hero-content h1 {
  color: var(--white);
  font-family: "Abril Fatface";
  font-size: 128px;
  font-weight: 400;
}
@media (max-width: 1199px) {
  .hero-1 .hero-content h1 {
    font-size: 90px;
  }
}
@media (max-width: 991px) {
  .hero-1 .hero-content h1 {
    font-size: 78px;
  }
}
@media (max-width: 767px) {
  .hero-1 .hero-content h1 {
    font-size: 65px;
  }
}
@media (max-width: 575px) {
  .hero-1 .hero-content h1 {
    font-size: 50px;
    margin-bottom: 5px;
  }
}
@media (max-width: 470px) {
  .hero-1 .hero-content h1 {
    font-size: 35px;
  }
}
.hero-1 .hero-content h2 {
  color: var(--white);
  font-family: "Abril Fatface";
  font-size: 56px;
  font-weight: 400;
}
@media (max-width: 1199px) {
  .hero-1 .hero-content h2 {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  .hero-1 .hero-content h2 {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  .hero-1 .hero-content h2 {
    font-size: 30px;
  }
}
@media (max-width: 575px) {
  .hero-1 .hero-content h2 {
    font-size: 27px;
  }
}
@media (max-width: 470px) {
  .hero-1 .hero-content h2 {
    font-size: 24px;
  }
}
.hero-1 .hero-content p {
  font-family: "Open Sans";
  font-size: 18px;
  font-weight: 400;
  border-radius: 8px;
  border: 1px solid #9FCB02;
  background: rgba(255, 255, 255, 0.32);
  backdrop-filter: blur(6px);
  padding: 24px 30px;
  color: var(--white);
  margin-top: 30px;
}
@media (max-width: 575px) {
  .hero-1 .hero-content p {
    font-size: 15px;
    padding: 15px 22px;
    margin-top: 20px;
  }
}
@media (max-width: 470px) {
  .hero-1 .hero-content p {
    font-size: 14px;
    padding: 15px 22px;
    margin-top: 15px;
  }
}
.hero-1 .hero-content h3 {
  color: #9FCB02;
  text-align: center;
  font-family: "Abril Fatface";
  font-size: 96px;
  font-style: normal;
  font-weight: 400;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .hero-1 .hero-content h3 {
    font-size: 60px;
    margin-top: 30px;
  }
}
@media (max-width: 470px) {
  .hero-1 .hero-content h3 {
    font-size: 40px;
    margin-top: 20px;
  }
}
.hero-1 .hero-content .hero-btn {
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: center;
  margin-top: 50px;
}
@media (max-width: 767px) {
  .hero-1 .hero-content .hero-btn {
    margin-top: 30px;
  }
}
@media (max-width: 470px) {
  .hero-1 .hero-content .hero-btn {
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 20px;
  }
}

.hero-2 {
  padding: 250px 0 60px;
  position: relative;
}
@media (max-width: 1199px) {
  .hero-2 {
    padding: 230px 0 60px;
  }
}
@media (max-width: 767px) {
  .hero-2 {
    padding: 190px 0 60px;
  }
}
@media (max-width: 575px) {
  .hero-2 {
    padding: 140px 0 60px;
  }
}
@media (max-width: 470px) {
  .hero-2 {
    padding: 120px 0 60px;
  }
}
.hero-2 .bg-shape {
  position: absolute;
  top: 42%;
  left: 58%;
  transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 1399px) {
  .hero-2 .bg-shape {
    top: 400px;
    left: 80%;
  }
}
@media (max-width: 1199px) {
  .hero-2 .bg-shape {
    top: 206px;
    left: 80%;
  }
}
@media (max-width: 991px) {
  .hero-2 .bg-shape {
    top: 206px;
    left: 80%;
  }
}
@media (max-width: 767px) {
  .hero-2 .bg-shape {
    top: 140px;
    left: 80%;
  }
}
.hero-2 .bg-shape .shape {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.hero-2 .bg-shape .shape img {
  width: initial;
  height: initial;
}
@media (max-width: 767px) {
  .hero-2 .bg-shape .shape img {
    width: 140px;
  }
}
@media (max-width: 470px) {
  .hero-2 .bg-shape .shape img {
    width: 80px;
  }
}
.hero-2 .bg-shape .discount-box {
  text-align: center;
  position: relative;
  z-index: 9;
}
.hero-2 .bg-shape .discount-box h3 {
  color: #000;
  font-family: "Open Sans";
  font-size: 51.2px;
  font-style: italic;
  font-weight: 800;
  line-height: 1;
}
@media (max-width: 767px) {
  .hero-2 .bg-shape .discount-box h3 {
    font-size: 30px;
  }
}
@media (max-width: 470px) {
  .hero-2 .bg-shape .discount-box h3 {
    font-size: 24px;
  }
}
.hero-2 .bg-shape .discount-box span {
  color: #000;
  font-family: "Open Sans";
  font-size: 32.8px;
  font-style: italic;
  font-weight: 600;
  line-height: 1;
}
@media (max-width: 575px) {
  .hero-2 .bg-shape .discount-box span {
    font-size: 20px;
  }
}
@media (max-width: 470px) {
  .hero-2 .bg-shape .discount-box span {
    font-size: 16px;
  }
}
.hero-2 .container-fluid {
  padding: 0 155px;
}
@media (max-width: 1600px) {
  .hero-2 .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 1399px) {
  .hero-2 .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 1199px) {
  .hero-2 .container-fluid {
    padding: 0 30px;
  }
}
.hero-2 .hero-content {
  position: relative;
  z-index: 99;
}
.hero-2 .hero-content h2 {
  color: var(--white);
  font-family: "Open Sans";
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 20px;
}
@media (max-width: 470px) {
  .hero-2 .hero-content h2 {
    font-size: 21px;
  }
}
.hero-2 .hero-content h1 {
  color: var(--white);
  font-family: "Odor Mean Chey";
  font-size: 80px;
  font-style: normal;
  font-weight: 400;
}
@media (max-width: 767px) {
  .hero-2 .hero-content h1 {
    font-size: 55px;
  }
}
@media (max-width: 470px) {
  .hero-2 .hero-content h1 {
    font-size: 30px;
  }
}
.hero-2 .hero-content p {
  color: var(--white);
  margin-top: 10px;
}
.hero-2 .hero-content .tarkish-shape {
  position: relative;
  margin-top: 60px;
  display: inline-block;
}
@media (max-width: 1199px) {
  .hero-2 .hero-content .tarkish-shape {
    margin-top: 30px;
  }
}
.hero-2 .hero-content .tarkish-shape .buy-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  color: #0E0E0E;
  font-family: "Open Sans";
  font-size: 20px;
  font-weight: 600;
}
.hero-2 .phone-icon-box {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 150px;
}
@media (max-width: 1199px) {
  .hero-2 .phone-icon-box {
    margin-top: 30px;
  }
}
.hero-2 .phone-icon-box a {
  color: var(--white);
  font-size: 32px;
  font-weight: 600;
}
@media (max-width: 470px) {
  .hero-2 .phone-icon-box a {
    font-size: 24px;
  }
}

.hero-3 {
  padding: 300px 0 0;
  position: relative;
}
@media (max-width: 1199px) {
  .hero-3 {
    padding: 150px 0;
  }
}
@media (max-width: 767px) {
  .hero-3 {
    padding: 110px 0;
  }
}
@media (max-width: 767px) {
  .hero-3 .hero-content {
    margin: 0 auto;
    text-align: center;
  }
}
.hero-3 .hero-content h1 {
  color: #CDA231;
  font-family: "Open Sans";
  font-size: 96px;
  font-weight: 800;
}
@media (max-width: 1199px) {
  .hero-3 .hero-content h1 {
    font-size: 80px;
  }
}
@media (max-width: 767px) {
  .hero-3 .hero-content h1 {
    font-size: 60px;
  }
}
@media (max-width: 575px) {
  .hero-3 .hero-content h1 {
    font-size: 40px;
  }
}
.hero-3 .hero-content h2 {
  color: #FFF;
  font-family: "Open Sans";
  font-size: 40px;
  font-weight: 600;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .hero-3 .hero-content h2 {
    font-size: 35px;
    margin-top: 15px;
  }
}
@media (max-width: 575px) {
  .hero-3 .hero-content h2 {
    font-size: 28px;
    margin-top: 15px;
  }
}
.hero-3 .hero-content p {
  color: #FFF;
  font-family: "Open Sans";
  font-size: 18px;
  font-weight: 400;
  margin-top: 15px;
  max-width: 540px;
}
@media (max-width: 767px) {
  .hero-3 .hero-content p {
    margin: 0 auto;
  }
}
@media (max-width: 575px) {
  .hero-3 .hero-content p {
    font-size: 14px;
  }
}
.hero-3 .hero-content .theme-btn {
  background-color: #C1A03E;
  color: #fff;
  border: none;
  border-radius: 20px;
}
@media (max-width: 575px) {
  .hero-3 .hero-content .theme-btn {
    margin-top: 20px !important;
  }
}
.hero-3 .hero-content .theme-btn:hover {
  color: #000;
  background-color: #FFF;
}
.hero-3 .container-fluid {
  padding: 0 155px;
  padding-right: 0;
}
@media (max-width: 1600px) {
  .hero-3 .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 1399px) {
  .hero-3 .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 1199px) {
  .hero-3 .container-fluid {
    padding: 0 30px;
  }
}
.hero-3 .hero-image {
  margin-bottom: -170px;
  margin-left: 100px;
  max-width: 810px;
  position: relative;
  z-index: 9;
}
@media (max-width: 1600px) {
  .hero-3 .hero-image {
    margin-left: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .hero-3 .hero-image {
    margin: 0 auto;
  }
}
@media (max-width: 575px) {
  .hero-3 .hero-image {
    max-width: 400px;
  }
}
.hero-3 .hero-image::before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  width: 850px;
  height: 850px;
  transform: translate(-50%, -50%);
  background-color: #C1A03E;
  border-radius: 50%;
  z-index: -1;
}
@media (max-width: 1899px) {
  .hero-3 .hero-image::before {
    width: 750px;
    height: 750px;
  }
}
@media (max-width: 1399px) {
  .hero-3 .hero-image::before {
    width: 545px;
    height: 545px;
  }
}
@media (max-width: 575px) {
  .hero-3 .hero-image::before {
    width: 415px;
    height: 415px;
  }
}
@media (max-width: 470px) {
  .hero-3 .hero-image::before {
    width: 300px;
    height: 300px;
  }
}
.hero-3 .hero-image img {
  width: 100%;
  height: 100%;
}
.hero-3 .hero-image .bg-shape {
  width: 196px;
  height: 196px;
  border-radius: 50%;
  background-color: #C1A03E;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  .hero-3 .hero-image .bg-shape {
    width: 150px;
    height: 150px;
  }
}
@media (max-width: 575px) {
  .hero-3 .hero-image .bg-shape {
    width: 120px;
    height: 120px;
  }
}
.hero-3 .hero-image .bg-shape::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 182px;
  height: 182px;
  border-radius: 50%;
  border: 4px solid var(--white);
  content: "";
}
@media (max-width: 767px) {
  .hero-3 .hero-image .bg-shape::before {
    width: 130px;
    height: 130px;
  }
}
@media (max-width: 575px) {
  .hero-3 .hero-image .bg-shape::before {
    width: 100px;
    height: 100px;
  }
}
.hero-3 .hero-image .bg-shape .discount-box {
  text-align: center;
  position: relative;
  z-index: 9;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.hero-3 .hero-image .bg-shape .discount-box h3 {
  color: #fff;
  font-family: "Open Sans";
  font-size: 58.2px;
  font-weight: 800;
  line-height: 1;
}
@media (max-width: 767px) {
  .hero-3 .hero-image .bg-shape .discount-box h3 {
    font-size: 30px;
  }
}
@media (max-width: 470px) {
  .hero-3 .hero-image .bg-shape .discount-box h3 {
    font-size: 24px;
  }
}
.hero-3 .hero-image .bg-shape .discount-box span {
  color: #fff;
  font-family: "Open Sans";
  font-size: 37.8px;
  font-style: italic;
  font-weight: 600;
  line-height: 1;
  display: inline-block;
  margin-top: 10px;
}
@media (max-width: 575px) {
  .hero-3 .hero-image .bg-shape .discount-box span {
    font-size: 20px;
  }
}
@media (max-width: 470px) {
  .hero-3 .hero-image .bg-shape .discount-box span {
    font-size: 16px;
  }
}

.hero-4 {
  padding: 250px 0 0;
}
@media (max-width: 1399px) {
  .hero-4 {
    padding: 180px 0 100px;
  }
}
@media (max-width: 991px) {
  .hero-4 {
    padding: 150px 0 0;
  }
}
@media (max-width: 575px) {
  .hero-4 {
    padding: 120px 0 0;
  }
}
.hero-4 .container-fluid {
  padding: 0 150px;
  padding-right: 0;
}
@media (max-width: 1600px) {
  .hero-4 .container-fluid {
    padding: 0 50px;
    padding-right: 0;
  }
}
@media (max-width: 1399px) {
  .hero-4 .container-fluid {
    padding: 0 40px;
    padding-right: 0;
  }
}
@media (max-width: 1199px) {
  .hero-4 .container-fluid {
    padding: 0 30px;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .hero-4 .container-fluid {
    padding-right: 30px;
  }
}
.hero-4 .hero-content h1 {
  color: #FFF;
  font-family: "Open Sans";
  font-size: 100px;
  font-weight: 800;
}
@media (max-width: 1199px) {
  .hero-4 .hero-content h1 {
    font-size: 80px;
  }
}
@media (max-width: 767px) {
  .hero-4 .hero-content h1 {
    font-size: 60px;
  }
}
@media (max-width: 575px) {
  .hero-4 .hero-content h1 {
    font-size: 40px;
  }
}
.hero-4 .hero-content h1 span {
  color: #FFD400;
  font-family: "Kdam Thmor";
  font-size: 96px;
  font-weight: 400;
}
@media (max-width: 1199px) {
  .hero-4 .hero-content h1 span {
    font-size: 80px;
  }
}
@media (max-width: 767px) {
  .hero-4 .hero-content h1 span {
    font-size: 60px;
  }
}
@media (max-width: 575px) {
  .hero-4 .hero-content h1 span {
    font-size: 40px;
  }
}
.hero-4 .hero-content .content {
  margin-top: 30px;
  max-width: 600px;
}
@media (max-width: 575px) {
  .hero-4 .hero-content .content {
    margin-top: 20px;
  }
}
.hero-4 .hero-content .content h3 {
  color: #FFF;
  font-family: "Open Sans";
  font-size: 40px;
  font-weight: 600;
}
@media (max-width: 575px) {
  .hero-4 .hero-content .content h3 {
    font-size: 28px;
  }
}
.hero-4 .hero-content .content p {
  color: #FFF;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  opacity: 0.78;
  margin-top: 20px;
}
.hero-4 .hero-content .content .tarkish-shape {
  position: relative;
  margin-top: 50px;
  display: inline-block;
}
@media (max-width: 1199px) {
  .hero-4 .hero-content .content .tarkish-shape {
    margin-top: 30px;
  }
}
.hero-4 .hero-content .content .tarkish-shape .buy-text {
  position: absolute;
  top: 57%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  color: #0E0E0E;
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 600;
}
.hero-4 .hero-image {
  margin-left: 100px;
  max-width: 785px;
  position: relative;
  z-index: 9;
}
@media (max-width: 1600px) {
  .hero-4 .hero-image {
    margin-left: 0;
  }
}
.hero-4 .hero-image .bg-shape {
  position: absolute;
  top: -4%;
  left: -4%;
  z-index: -1;
}
@media (max-width: 1399px) {
  .hero-4 .hero-image .bg-shape {
    display: none;
  }
}
.hero-4 .hero-image .discount-bg {
  position: absolute;
  display: inline-block;
  top: 0;
  left: -100px;
}
@media (max-width: 1399px) {
  .hero-4 .hero-image .discount-bg {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.hero-4 .hero-image .discount-bg img {
  width: initial;
  height: initial;
}
.hero-4 .hero-image .discount-bg .discount-box {
  text-align: center;
  position: absolute;
  z-index: 9;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.hero-4 .hero-image .discount-bg .discount-box h3 {
  color: #FFF;
  font-family: Aclonica;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 767px) {
  .hero-4 .hero-image .discount-bg .discount-box h3 {
    font-size: 30px;
  }
}
@media (max-width: 470px) {
  .hero-4 .hero-image .discount-bg .discount-box h3 {
    font-size: 24px;
  }
}
.hero-4 .hero-image .discount-bg .discount-box span {
  color: #FFF;
  font-family: Aclonica;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
}
@media (max-width: 767px) {
  .hero-4 .hero-image .discount-bg .discount-box span {
    font-size: 30px;
  }
}
@media (max-width: 470px) {
  .hero-4 .hero-image .discount-bg .discount-box span {
    font-size: 24px;
  }
}
.hero-4 .hero-image img {
  width: 100%;
  height: 100%;
}

.hero-5 {
  padding: 260px 0 140px;
  position: relative;
  z-index: 9;
}
@media (max-width: 1199px) {
  .hero-5 {
    padding: 190px 0 140px;
  }
}
@media (max-width: 767px) {
  .hero-5 {
    padding: 150px 0 140px;
  }
}
.hero-5 .bg-shape {
  position: absolute;
  top: 22%;
  left: 56%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media (max-width: 1199px) {
  .hero-5 .bg-shape {
    top: 160px;
    left: 59%;
  }
}
@media (max-width: 991px) {
  .hero-5 .bg-shape {
    top: 206px;
    left: 80%;
  }
}
@media (max-width: 767px) {
  .hero-5 .bg-shape {
    top: 140px;
    left: 80%;
  }
}
.hero-5 .bg-shape .shape {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.hero-5 .bg-shape .shape img {
  width: initial;
  height: initial;
}
@media (max-width: 767px) {
  .hero-5 .bg-shape .shape img {
    width: 140px;
  }
}
@media (max-width: 470px) {
  .hero-5 .bg-shape .shape img {
    width: 80px;
  }
}
.hero-5 .bg-shape .discount-box {
  text-align: center;
  position: relative;
  z-index: 9;
}
.hero-5 .bg-shape .discount-box h3 {
  color: #E6B50D;
  font-family: "Open Sans";
  font-size: 37.463px;
  font-style: italic;
  font-weight: 800;
}
@media (max-width: 767px) {
  .hero-5 .bg-shape .discount-box h3 {
    font-size: 30px;
  }
}
@media (max-width: 470px) {
  .hero-5 .bg-shape .discount-box h3 {
    font-size: 24px;
  }
}
.hero-5 .bg-shape .discount-box span {
  color: #FFF;
  font-family: "Open Sans";
  font-size: 24px;
  font-style: italic;
  font-weight: 600;
}
@media (max-width: 575px) {
  .hero-5 .bg-shape .discount-box span {
    font-size: 20px;
  }
}
@media (max-width: 470px) {
  .hero-5 .bg-shape .discount-box span {
    font-size: 16px;
  }
}
.hero-5 .container-fluid {
  padding: 0 150px;
}
@media (max-width: 1600px) {
  .hero-5 .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 1399px) {
  .hero-5 .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 1199px) {
  .hero-5 .container-fluid {
    padding: 0 30px;
  }
}
.hero-5 .hero-content {
  max-width: 795px;
  text-align: center;
}
.hero-5 .hero-content h1 {
  color: #FFF;
  font-family: "Open Sans";
  font-size: 128px;
  font-style: normal;
  font-weight: 800;
}
@media (max-width: 1399px) {
  .hero-5 .hero-content h1 {
    font-size: 100px;
  }
}
@media (max-width: 1199px) {
  .hero-5 .hero-content h1 {
    font-size: 80px;
  }
}
@media (max-width: 767px) {
  .hero-5 .hero-content h1 {
    font-size: 60px;
  }
}
@media (max-width: 575px) {
  .hero-5 .hero-content h1 {
    font-size: 40px;
  }
}
.hero-5 .hero-content h2 {
  color: #F1B92B;
  text-align: center;
  font-family: "Open Sans";
  font-size: 128px;
  font-weight: 600;
}
@media (max-width: 1399px) {
  .hero-5 .hero-content h2 {
    font-size: 100px;
  }
}
@media (max-width: 1199px) {
  .hero-5 .hero-content h2 {
    font-size: 80px;
  }
}
@media (max-width: 767px) {
  .hero-5 .hero-content h2 {
    font-size: 60px;
  }
}
@media (max-width: 575px) {
  .hero-5 .hero-content h2 {
    font-size: 40px;
  }
}
.hero-5 .hero-content p {
  max-width: 515px;
  color: #FFF;
  text-align: center;
  font-family: "Open Sans";
  font-size: 20px;
  margin: 24px auto 0;
}
@media (max-width: 767px) {
  .hero-5 .hero-content p {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .hero-5 .hero-content p {
    font-size: 14px;
  }
}
.hero-5 .hero-content .hero-button {
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
@media (max-width: 767px) {
  .hero-5 .hero-content .hero-button {
    margin-top: 30px;
  }
}
.hero-5 .hero-content .hero-button .theme-btn {
  color: #5B4F32;
  text-align: center;
  font-family: "Open Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  background-color: #FCB912;
  border-radius: 50px;
  border: none;
  padding: 18px 50px;
}
.hero-5 .hero-content .hero-button .theme-btn:hover {
  background-color: var(--header);
  color: var(--white);
}
@media (max-width: 1199px) {
  .hero-5 .hero-content .hero-button img {
    display: none;
  }
}
.hero-5 .hero-image {
  max-width: 550px;
}
@media (max-width: 1199px) {
  .hero-5 .hero-image {
    margin: 0 auto;
  }
}
.hero-5 .hero-image img {
  width: 100%;
  height: 100%;
}

.hero-6 {
  padding: 170px 0 50px;
}
@media (max-width: 767px) {
  .hero-6 {
    padding: 140px 0 50px;
  }
}
.hero-6 .container-fluid {
  padding: 0 150px;
}
@media (max-width: 1899px) {
  .hero-6 .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 1399px) {
  .hero-6 .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 1199px) {
  .hero-6 .container-fluid {
    padding: 0 30px;
  }
}
.hero-6 .hero-content h1 {
  color: #3F432A;
  text-align: center;
  font-family: "Playwrite DK Loopet";
  font-size: 180px;
}
@media (max-width: 1600px) {
  .hero-6 .hero-content h1 {
    font-size: 100px;
  }
}
@media (max-width: 991px) {
  .hero-6 .hero-content h1 {
    font-size: 130px;
  }
}
@media (max-width: 767px) {
  .hero-6 .hero-content h1 {
    font-size: 90px;
  }
}
@media (max-width: 575px) {
  .hero-6 .hero-content h1 {
    font-size: 60px;
  }
}
@media (max-width: 470px) {
  .hero-6 .hero-content h1 {
    font-size: 45px;
  }
}
.hero-6 .hero-content p {
  color: #3F432A;
  text-align: center;
  font-family: "Open Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  display: inline-block;
  margin-top: 50px;
}
@media (max-width: 575px) {
  .hero-6 .hero-content p {
    margin-top: 25px;
  }
}
.hero-6 .hero-content .theme-btn {
  color: #FFFFFF;
  text-align: center;
  font-family: "Open Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  border-radius: 8px;
  background: #3F432A;
  border: none;
  padding: 18px 50px;
}
.hero-6 .hero-content .theme-btn:hover {
  background-color: var(--header);
  color: var(--white);
}
.hero-6 .hero-content .hero-button {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .hero-6 .hero-content .hero-button {
    margin-top: 30px;
  }
}
.hero-6 .hero-content h4 {
  color: #3F432A;
  text-align: center;
  font-family: "Open Sans";
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  text-align: right;
  margin-top: 110px;
}
@media (max-width: 1199px) {
  .hero-6 .hero-content h4 {
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .hero-6 .hero-content h4 {
    font-size: 25px;
    text-align: center;
  }
}
.hero-6 .hero-content h4 a {
  color: #3F432A;
}
.hero-6 .hero-image {
  position: relative;
  z-index: 9;
}
.hero-6 .hero-image img {
  width: 100%;
  height: 100%;
}
.hero-6 .hero-image .bg-shape {
  position: absolute;
  top: 22%;
  left: 15%;
  transform: translate(-50%, -50%);
}
.hero-6 .hero-image .bg-shape .shape {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.hero-6 .hero-image .bg-shape .shape img {
  width: initial;
  height: initial;
}
@media (max-width: 767px) {
  .hero-6 .hero-image .bg-shape .shape img {
    width: 140px;
  }
}
@media (max-width: 470px) {
  .hero-6 .hero-image .bg-shape .shape img {
    width: 80px;
  }
}
.hero-6 .hero-image .bg-shape .discount-box {
  text-align: center;
  position: relative;
  z-index: 9;
}
.hero-6 .hero-image .bg-shape .discount-box h3 {
  color: #3F432A;
  font-family: "Open Sans";
  font-size: 58.693px;
  font-style: italic;
  font-weight: 800;
}
@media (max-width: 767px) {
  .hero-6 .hero-image .bg-shape .discount-box h3 {
    font-size: 30px;
  }
}
@media (max-width: 470px) {
  .hero-6 .hero-image .bg-shape .discount-box h3 {
    font-size: 24px;
  }
}
.hero-6 .hero-image .bg-shape .discount-box span {
  color: #3F432A;
  font-family: "Open Sans";
  font-size: 37.6px;
  font-style: italic;
  font-weight: 600;
}
@media (max-width: 575px) {
  .hero-6 .hero-image .bg-shape .discount-box span {
    font-size: 20px;
  }
}
@media (max-width: 470px) {
  .hero-6 .hero-image .bg-shape .discount-box span {
    font-size: 16px;
  }
}

.hero-7 {
  padding: 180px 0 0;
}
@media (max-width: 1399px) {
  .hero-7 {
    padding: 160px 0 130px;
  }
}
@media (max-width: 1199px) {
  .hero-7 {
    padding: 130px 0 60px;
  }
}
.hero-7 .container-fluid {
  padding: 0 150px;
  padding-right: 0;
}
@media (max-width: 1600px) {
  .hero-7 .container-fluid {
    padding: 0 50px;
    padding-right: 0;
  }
}
@media (max-width: 1399px) {
  .hero-7 .container-fluid {
    padding: 0 40px;
    padding-right: 0;
  }
}
@media (max-width: 1199px) {
  .hero-7 .container-fluid {
    padding: 0 30px;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .hero-7 .container-fluid {
    padding-right: 30px;
  }
}
.hero-7 .hero-content h2 {
  color: #FFF;
  font-family: "Open Sans";
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
}
@media (max-width: 1899px) {
  .hero-7 .hero-content h2 {
    font-size: 60px;
    line-height: 130%;
  }
}
@media (max-width: 1199px) {
  .hero-7 .hero-content h2 {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  .hero-7 .hero-content h2 {
    font-size: 38px;
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .hero-7 .hero-content h2 {
    font-size: 22px;
  }
}
.hero-7 .hero-content h1 {
  color: #FF481D;
  font-family: Onest;
  font-size: 120px;
  font-style: normal;
  font-weight: 900;
}
@media (max-width: 1899px) {
  .hero-7 .hero-content h1 {
    font-size: 90px;
  }
}
@media (max-width: 1199px) {
  .hero-7 .hero-content h1 {
    font-size: 80px;
  }
}
@media (max-width: 767px) {
  .hero-7 .hero-content h1 {
    font-size: 60px;
  }
}
@media (max-width: 575px) {
  .hero-7 .hero-content h1 {
    font-size: 40px;
  }
}
.hero-7 .hero-content p {
  color: #FFF;
  font-family: "Open Sans";
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 126%;
  max-width: 760px;
}
@media (max-width: 1399px) {
  .hero-7 .hero-content p {
    font-size: 24px;
  }
}
@media (max-width: 1199px) {
  .hero-7 .hero-content p {
    font-size: 23px;
    line-height: 180%;
  }
}
@media (max-width: 767px) {
  .hero-7 .hero-content p {
    font-size: 19px;
  }
}
@media (max-width: 575px) {
  .hero-7 .hero-content p {
    font-size: 16px;
  }
}
.hero-7 .hero-content .theme-btn {
  color: #FFFFFF;
  text-align: center;
  font-family: "Open Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  background: #FF481D;
  border: none;
  padding: 18px 50px;
  border-radius: 0;
  margin-top: 48px;
}
@media (max-width: 767px) {
  .hero-7 .hero-content .theme-btn {
    margin-top: 25px;
  }
}
.hero-7 .hero-content .theme-btn:hover {
  background-color: var(--white);
  color: var(--header);
}
.hero-7 .hero-image {
  position: relative;
}
.hero-7 .hero-image .bg-shape {
  position: absolute;
  bottom: 140px;
  left: 20px;
}
@media (max-width: 575px) {
  .hero-7 .hero-image .bg-shape {
    bottom: 80px;
    left: 95px;
  }
}
.hero-7 .hero-image .bg-shape .shape {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.hero-7 .hero-image .bg-shape .shape img {
  width: initial;
  height: initial;
}
@media (max-width: 767px) {
  .hero-7 .hero-image .bg-shape .shape img {
    width: 140px;
  }
}
@media (max-width: 470px) {
  .hero-7 .hero-image .bg-shape .shape img {
    width: 80px;
  }
}
.hero-7 .hero-image .bg-shape .discount-box {
  text-align: center;
  position: relative;
  z-index: 9;
}
.hero-7 .hero-image .bg-shape .discount-box h3 {
  color: #FFF;
  font-family: "Open Sans";
  font-size: 51.2px;
  font-style: italic;
  font-weight: 800;
  line-height: 1;
}
@media (max-width: 575px) {
  .hero-7 .hero-image .bg-shape .discount-box h3 {
    font-size: 30px;
  }
}
@media (max-width: 470px) {
  .hero-7 .hero-image .bg-shape .discount-box h3 {
    font-size: 24px;
  }
}
.hero-7 .hero-image .bg-shape .discount-box span {
  color: #FFF;
  font-family: "Open Sans";
  font-size: 32.8px;
  font-style: italic;
  font-weight: 600;
  line-height: 1;
}
@media (max-width: 575px) {
  .hero-7 .hero-image .bg-shape .discount-box span {
    font-size: 20px;
  }
}
@media (max-width: 470px) {
  .hero-7 .hero-image .bg-shape .discount-box span {
    font-size: 16px;
  }
}
@media (max-width: 1899px) {
  .hero-7 .hero-image img {
    width: 100%;
    height: 100%;
  }
}

.hero-8 {
  padding: 250px 0;
  position: relative;
  z-index: 9;
}
@media (max-width: 1199px) {
  .hero-8 {
    padding: 130px 0;
  }
  .hero-8::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #000;
    opacity: 0.7;
    z-index: -1;
  }
}
.hero-8 .discount-bg {
  position: absolute;
  display: inline-block;
  top: 20%;
  left: 40%;
}
@media (max-width: 1399px) {
  .hero-8 .discount-bg {
    bottom: 0;
    top: initial;
    left: initial;
    right: 0;
  }
}
@media (max-width: 767px) {
  .hero-8 .discount-bg {
    max-width: 110px;
  }
  .hero-8 .discount-bg img {
    width: 100% !important;
    height: 100% !important;
  }
}
.hero-8 .discount-bg img {
  width: initial;
  height: initial;
}
.hero-8 .discount-bg .discount-box {
  text-align: center;
  position: absolute;
  z-index: 9;
  top: 44%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.hero-8 .discount-bg .discount-box h3 {
  color: #D9B716;
  text-align: center;
  font-family: "Abril Fatface";
  font-size: 48px;
  font-weight: 400;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .hero-8 .discount-bg .discount-box h3 {
    font-size: 30px;
  }
}
@media (max-width: 470px) {
  .hero-8 .discount-bg .discount-box h3 {
    font-size: 24px;
  }
}
.hero-8 .discount-bg .discount-box span {
  color: #D9B716;
  text-align: center;
  font-family: "Abril Fatface";
  font-size: 48px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .hero-8 .discount-bg .discount-box span {
    font-size: 30px;
  }
}
@media (max-width: 470px) {
  .hero-8 .discount-bg .discount-box span {
    font-size: 24px;
  }
}
.hero-8 .container-fluid {
  padding: 0 150px;
}
@media (max-width: 1600px) {
  .hero-8 .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 1399px) {
  .hero-8 .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 1199px) {
  .hero-8 .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 991px) {
  .hero-8 .hero-content {
    margin: 0 auto;
    text-align: center;
  }
}
.hero-8 .hero-content .hero-text-image {
  max-width: 680px;
  margin: 0 auto;
}
@media (max-width: 575px) {
  .hero-8 .hero-content .hero-text-image {
    max-width: 200px;
  }
  .hero-8 .hero-content .hero-text-image img {
    width: 100%;
    height: 100%;
  }
}
.hero-8 .hero-content h1 {
  color: #D9B716;
  font-family: Athiti;
  font-size: 104px;
  font-weight: 600;
}
@media (max-width: 1899px) {
  .hero-8 .hero-content h1 {
    font-size: 90px;
  }
}
@media (max-width: 1199px) {
  .hero-8 .hero-content h1 {
    font-size: 80px;
  }
}
@media (max-width: 767px) {
  .hero-8 .hero-content h1 {
    font-size: 60px;
  }
}
@media (max-width: 575px) {
  .hero-8 .hero-content h1 {
    font-size: 50px;
  }
}
@media (max-width: 470px) {
  .hero-8 .hero-content h1 {
    font-size: 38px;
  }
}
.hero-8 .hero-content h2 {
  color: #D4B51B;
  text-align: center;
  font-family: Athiti;
  font-size: 40px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .hero-8 .hero-content h2 {
    font-size: 35px;
  }
}
@media (max-width: 575px) {
  .hero-8 .hero-content h2 {
    font-size: 27px;
  }
}
@media (max-width: 470px) {
  .hero-8 .hero-content h2 {
    font-size: 22px;
  }
}
.hero-8 .hero-content .content {
  max-width: 690px;
  margin-top: 50px;
}
.hero-8 .hero-content .content h2 {
  max-width: 550px;
  text-align: center;
  margin: 0 auto;
}
.hero-8 .hero-content .hero-button {
  max-width: 420px;
  margin: 50px auto 0;
  display: flex;
  align-items: center;
  gap: 25px;
}
@media (max-width: 991px) {
  .hero-8 .hero-content .hero-button {
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 25px;
    justify-content: center;
  }
}
.hero-8 .hero-content .hero-button .theme-btn:hover {
  background-color: #D9B716;
  border: 1px solid #D9B716;
}

.hero-9 {
  padding: 200px 0 0;
}
@media (max-width: 1600px) {
  .hero-9 {
    padding-bottom: 0;
  }
}
@media (max-width: 1399px) {
  .hero-9 {
    padding-bottom: 170px;
  }
}
@media (max-width: 991px) {
  .hero-9 {
    padding-bottom: 0;
  }
}
.hero-9 .container-fluid {
  padding: 0 150px;
  padding-left: 0;
}
@media (max-width: 1600px) {
  .hero-9 .container-fluid {
    padding: 0 50px;
    padding-left: 0;
  }
}
@media (max-width: 1399px) {
  .hero-9 .container-fluid {
    padding: 0 40px;
    padding-left: 0;
  }
}
@media (max-width: 1199px) {
  .hero-9 .container-fluid {
    padding: 0 30px;
  }
}
.hero-9 .hero-image {
  position: relative;
}
@media (max-width: 1399px) {
  .hero-9 .hero-image {
    margin-bottom: -200px;
  }
  .hero-9 .hero-image img {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 1199px) {
  .hero-9 .hero-image {
    margin-bottom: -410px;
  }
}
@media (max-width: 991px) {
  .hero-9 .hero-image {
    margin-bottom: 0;
  }
}
.hero-9 .hero-image .discount-shape {
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(25px);
  position: absolute;
  bottom: 120px;
  right: 0;
  z-index: 9;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px 50px;
  line-height: 1;
}
@media (max-width: 575px) {
  .hero-9 .hero-image .discount-shape {
    bottom: 0;
  }
}
.hero-9 .hero-image .discount-shape h3 {
  color: #FFF;
  font-family: "Open Sans";
  font-size: 96px;
  font-style: italic;
  font-weight: 600;
}
@media (max-width: 575px) {
  .hero-9 .hero-image .discount-shape h3 {
    font-size: 35px;
  }
}
.hero-9 .hero-image .discount-shape h3 sub {
  color: #FFF;
  text-align: center;
  font-family: "Open Sans";
  font-size: 64px;
  font-style: italic;
  font-weight: 600;
}
@media (max-width: 575px) {
  .hero-9 .hero-image .discount-shape h3 sub {
    font-size: 24px;
  }
}
.hero-9 .hero-image .discount-shape p {
  color: #DB2A32;
  font-family: "Open Sans";
  font-size: 40px;
  font-weight: 600;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .hero-9 .hero-image .discount-shape p {
    display: block;
  }
}
@media (max-width: 575px) {
  .hero-9 .hero-image .discount-shape p {
    font-size: 20px;
  }
}
.hero-9 .hero-content {
  text-align: right;
}
@media (max-width: 991px) {
  .hero-9 .hero-content {
    text-align: center;
  }
}
.hero-9 .hero-content h3 {
  color: #FD1D1E;
  font-family: Poppins;
  font-size: 96px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  margin-bottom: -60px;
}
@media (max-width: 1600px) {
  .hero-9 .hero-content h3 {
    margin-bottom: 0;
    font-size: 80px;
  }
}
@media (max-width: 991px) {
  .hero-9 .hero-content h3 {
    font-size: 68px;
  }
}
@media (max-width: 767px) {
  .hero-9 .hero-content h3 {
    font-size: 48px;
  }
}
@media (max-width: 575px) {
  .hero-9 .hero-content h3 {
    font-size: 32px;
  }
}
.hero-9 .hero-content h1 {
  color: #1F292B;
  font-family: Poppins;
  font-size: 264px;
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 1600px) {
  .hero-9 .hero-content h1 {
    font-size: 200px;
  }
}
@media (max-width: 991px) {
  .hero-9 .hero-content h1 {
    font-size: 140px;
  }
}
@media (max-width: 767px) {
  .hero-9 .hero-content h1 {
    font-size: 130px;
  }
}
@media (max-width: 575px) {
  .hero-9 .hero-content h1 {
    font-size: 80px;
  }
}
.hero-9 .hero-content h4 {
  color: #1F292B;
  font-family: Poppins;
  font-size: 45px;
  font-weight: 500;
  margin-top: 0;
}
@media (max-width: 1600px) {
  .hero-9 .hero-content h4 {
    font-size: 35px;
  }
}
@media (max-width: 575px) {
  .hero-9 .hero-content h4 {
    font-size: 25px;
    margin-top: 18px;
  }
}
.hero-9 .hero-content p {
  color: #1F292B;
  text-align: right;
  font-family: Poppins;
  font-size: 20px;
  font-weight: 500;
  line-height: 160%;
  margin-top: 20px;
}
@media (max-width: 1600px) {
  .hero-9 .hero-content p br {
    display: none;
  }
}
@media (max-width: 991px) {
  .hero-9 .hero-content p {
    text-align: center;
  }
}
@media (max-width: 575px) {
  .hero-9 .hero-content p {
    font-size: 16px;
  }
}
.hero-9 .hero-content .theme-btn {
  border-radius: 8px;
  background: #FFCF00;
  border: none;
  color: #1F292B;
  text-align: center;
  font-family: "Open Sans";
  font-size: 20px;
  font-weight: 600;
  margin-top: 30px;
}
.hero-9 .hero-content .theme-btn:hover {
  background-color: var(--header);
  color: var(--white);
}

.hero-10 {
  padding: 200px 0;
  position: relative;
  z-index: 9;
}
@media (max-width: 1199px) {
  .hero-10::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #000;
    opacity: 0.7;
    z-index: -1;
  }
}
@media (max-width: 991px) {
  .hero-10 {
    padding: 140px 0;
  }
}
@media (max-width: 991px) {
  .hero-10 {
    padding: 140px 0;
  }
}
@media (max-width: 1199px) {
  .hero-10 .header-menu-list-2 {
    display: none;
  }
}
.hero-10 .header-menu-list-2 li {
  font-family: "Open Sans";
  font-size: 24px;
  font-weight: 400;
}
.hero-10 .header-menu-list-2 li:not(:last-child) {
  margin-bottom: 36px;
}
.hero-10 .header-menu-list-2 li a {
  color: #FFF;
}
.hero-10 .header-menu-list-2 li a:hover {
  color: #FB9408;
}
.hero-10 .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1600px) {
  .hero-10 .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 1399px) {
  .hero-10 .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 1199px) {
  .hero-10 .container-fluid {
    padding: 0 30px;
  }
}
.hero-10 .hero-content {
  margin: 0 auto;
  max-width: 630px;
  text-align: center;
  margin-right: 0;
}
@media (max-width: 1199px) {
  .hero-10 .hero-content {
    text-align: center;
    margin: 0 auto;
  }
}
.hero-10 .hero-content .discount-bg {
  position: relative;
  display: inline-block;
  margin-bottom: 40px;
}
.hero-10 .hero-content .discount-bg img {
  width: initial;
  height: initial;
}
.hero-10 .hero-content .discount-bg .discount-box {
  text-align: center;
  position: absolute;
  z-index: 9;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.hero-10 .hero-content .discount-bg .discount-box h3 {
  color: #FB9408;
  font-family: "Orelega One";
  font-size: 48px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .hero-10 .hero-content .discount-bg .discount-box h3 {
    font-size: 30px;
  }
}
@media (max-width: 470px) {
  .hero-10 .hero-content .discount-bg .discount-box h3 {
    font-size: 24px;
  }
}
.hero-10 .hero-content .discount-bg .discount-box span {
  color: #1F1F23;
  font-family: "Original Surfer";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
}
@media (max-width: 767px) {
  .hero-10 .hero-content .discount-bg .discount-box span {
    font-size: 30px;
  }
}
@media (max-width: 470px) {
  .hero-10 .hero-content .discount-bg .discount-box span {
    font-size: 24px;
  }
}
.hero-10 .hero-content h5 {
  color: #FFF;
  text-align: center;
  font-family: Sriracha;
  font-size: 56px;
  font-weight: 400;
}
@media (max-width: 575px) {
  .hero-10 .hero-content h5 {
    font-size: 27px;
  }
}
.hero-10 .hero-content h4 {
  color: #FB9408;
  text-align: center;
  font-family: Tapestry;
  font-size: 103px;
  font-weight: 400;
  line-height: 1;
}
@media (max-width: 575px) {
  .hero-10 .hero-content h4 {
    font-size: 40px;
  }
}
.hero-10 .hero-content h1 {
  color: #FFF;
  text-align: center;
  font-family: "Open Sans";
  font-size: 148px;
  font-weight: 800;
  line-height: 1;
}
@media (max-width: 575px) {
  .hero-10 .hero-content h1 {
    font-size: 80px;
  }
}
@media (max-width: 470px) {
  .hero-10 .hero-content h1 {
    font-size: 60px;
  }
}
.hero-10 .hero-content p {
  color: #FFF;
  text-align: right;
  font-family: Poppins;
  font-size: 20px;
  font-weight: 500;
  opacity: 0.8;
  margin-top: 25px;
}
@media (max-width: 1199px) {
  .hero-10 .hero-content p {
    text-align: center;
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .hero-10 .hero-content p {
    font-size: 16px;
    margin-top: 10px;
  }
}
@media (max-width: 470px) {
  .hero-10 .hero-content p {
    font-size: 14px;
  }
}
.hero-10 .hero-content .hero-text {
  text-align: right;
  margin-top: 30px;
}
@media (max-width: 1199px) {
  .hero-10 .hero-content .hero-text {
    text-align: center;
  }
}
.hero-10 .hero-content .hero-text .text {
  color: var(--white);
  color: #FB9408;
  text-align: right;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px; /* 140% */
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  display: inline-block;
}

.hero-11 {
  padding: 250px 0 0;
}
@media (max-width: 1399px) {
  .hero-11 {
    padding-bottom: 50px;
  }
}
@media (max-width: 1199px) {
  .hero-11 {
    padding-bottom: 0;
  }
}
@media (max-width: 991px) {
  .hero-11 {
    padding-top: 190px;
  }
}
@media (max-width: 767px) {
  .hero-11 {
    padding-bottom: 0;
  }
}
.hero-11 .container-fluid {
  padding: 0 160px;
  padding-left: 0;
}
@media (max-width: 1600px) {
  .hero-11 .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 1399px) {
  .hero-11 .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 1199px) {
  .hero-11 .container-fluid {
    padding: 0 30px;
  }
}
.hero-11 .hero-image {
  direction: rtl;
  margin-right: 40px;
  margin-bottom: -130px;
}
@media (max-width: 1399px) {
  .hero-11 .hero-image {
    margin-right: 0;
    margin: 0 auto;
  }
  .hero-11 .hero-image img {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 1399px) {
  .hero-11 .hero-image {
    margin-bottom: 0;
  }
}
.hero-11 .hero-content {
  margin-right: 0;
}
.hero-11 .hero-content h3 {
  color: #FFF;
  font-family: "Old Standard TT";
  font-size: 80px;
  font-weight: 700;
  text-align: right;
  line-height: 1;
  margin-bottom: -90px;
}
@media (max-width: 1600px) {
  .hero-11 .hero-content h3 {
    margin-bottom: 0;
    text-align: left;
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .hero-11 .hero-content h3 {
    font-size: 40px;
  }
}
@media (max-width: 470px) {
  .hero-11 .hero-content h3 {
    font-size: 28px;
  }
}
.hero-11 .hero-content h1 {
  color: #FFD750;
  font-family: "Oleo Script Swash Caps";
  font-size: 300px;
  font-weight: 700;
  line-height: 1;
  text-align: right;
}
@media (max-width: 1600px) {
  .hero-11 .hero-content h1 {
    font-size: 200px;
    text-align: left;
  }
}
@media (max-width: 1199px) {
  .hero-11 .hero-content h1 {
    font-size: 240px;
  }
}
@media (max-width: 991px) {
  .hero-11 .hero-content h1 {
    font-size: 200px;
  }
}
@media (max-width: 767px) {
  .hero-11 .hero-content h1 {
    font-size: 160px;
  }
}
@media (max-width: 575px) {
  .hero-11 .hero-content h1 {
    font-size: 110px;
  }
}
.hero-11 .hero-content .list-item {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 179px;
}
@media (max-width: 1600px) {
  .hero-11 .hero-content .list-item {
    flex-wrap: wrap;
    gap: 30px;
    justify-content: start;
  }
}
.hero-11 .hero-content .list-item h4 {
  color: #FFF;
  font-family: "Open Sans";
  font-size: 32px;
  font-weight: 600;
  position: relative;
  z-index: 9;
}
@media (max-width: 767px) {
  .hero-11 .hero-content .list-item h4 {
    font-size: 25px;
    margin-top: 15px;
  }
}
.hero-11 .hero-content .list-item h4 .text-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media (max-width: 1399px) {
  .hero-11 .hero-content .list-item h4 .text-bg {
    display: none;
  }
}
.hero-11 .hero-content .food-items-wrap {
  display: flex;
  align-items: center;
  gap: 35px;
  margin-top: 120px;
}
@media (max-width: 1399px) {
  .hero-11 .hero-content .food-items-wrap {
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 40px;
  }
}
.hero-11 .hero-content .food-items-wrap .thumb {
  position: relative;
}
.hero-11 .hero-content .food-items-wrap .thumb .discount-content {
  border-radius: 100px;
  background: #A71004;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  line-height: 72px;
  color: #FFF;
  text-align: center;
  font-family: "Open Sans";
  font-size: 28px;
  font-weight: 800;
  position: absolute;
  top: 0;
  right: 0;
}
.hero-11 .hero-content .food-items-wrap .content {
  max-width: 530px;
}
.hero-11 .hero-content .food-items-wrap .content h6 {
  color: #FFD750;
  font-family: "Open Sans";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  position: relative;
  z-index: 9;
  margin-left: 50px;
}
@media (max-width: 575px) {
  .hero-11 .hero-content .food-items-wrap .content h6 {
    margin-left: 0;
    font-size: 28px;
  }
}
.hero-11 .hero-content .food-items-wrap .content h6 .bg-2 {
  position: absolute;
  top: 50%;
  left: 30%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.hero-11 .hero-content .food-items-wrap .content p {
  color: #FFF;
  font-family: "Open Sans";
  font-size: 18px;
  font-weight: 700;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .hero-11 .hero-content .food-items-wrap .content p {
    font-size: 17px;
  }
}
@media (max-width: 575px) {
  .hero-11 .hero-content .food-items-wrap .content p {
    font-size: 15px;
  }
}
.hero-11 .hero-content .food-items-wrap .content .theme-btn {
  border: none;
  border-radius: 44px;
  background: #FFD54F;
  color: var(--header);
  padding: 19px 50px;
  margin-top: 40px;
}
.hero-11 .hero-content .food-items-wrap .content .theme-btn:hover {
  background-color: var(--white);
}

.mean-container a.meanmenu-reveal {
  display: none;
}

.mean-container .mean-nav {
  background: none;
  margin-top: 0;
}

.mean-container .mean-bar {
  padding: 0;
  min-height: auto;
  background: none;
}

.mean-container .mean-nav > ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
  display: block !important;
}
.mean-container .mean-nav > ul .homemenu-items {
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .mean-container .mean-nav > ul .homemenu-items {
    flex-wrap: wrap;
  }
}
.mean-container .mean-nav > ul .homemenu-items .homemenu {
  position: relative;
}
@media (max-width: 1199px) {
  .mean-container .mean-nav > ul .homemenu-items .homemenu {
    max-width: 300px;
    text-align: center;
    margin: 0 auto;
    border: 1px solid var(--border);
    padding: 10px;
  }
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb {
  position: relative;
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb .demo-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  gap: 10px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  margin-top: 20px;
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn {
  padding: 12px 20px;
  color: var(--white) !important;
  width: initial;
  font-size: 16px;
  text-align: center;
  border-radius: 0;
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn:hover {
  color: var(--white) !important;
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb::before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(20, 19, 19, 0)), to(#5e5ef6));
  background: linear-gradient(to bottom, rgba(99, 92, 92, 0) 0%, #252527 100%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: "";
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb:hover::before {
  visibility: visible;
  opacity: 1;
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb:hover .demo-button {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb:hover .homemenu-btn {
  opacity: 1;
  visibility: visible;
  bottom: 50%;
  transform: translateY(50%);
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb img {
  width: 100%;
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-title {
  text-align: center;
  margin: 15px auto;
  display: inline-block;
  font-size: 16px;
}

.mean-container a.meanmenu-reveal {
  display: none !important;
}

.mean-container .mean-nav ul li a {
  width: 100%;
  padding: 10px 0;
  color: var(--header);
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  text-transform: capitalize;
  border-bottom: 1px solid var(--border) !important;
  border: none;
}
.mean-container .mean-nav ul li a:hover {
  color: var(--theme);
}

.mean-container .mean-nav ul li a:last-child {
  border-bottom: 0;
}

.mean-container .mean-nav ul li a:hover {
  color: var(--theme);
}

.mean-container .mean-nav ul li a.mean-expand {
  margin-top: 5px;
  padding: 0 !important;
}

.mean-container .mean-nav ul li > a > i {
  display: none;
}

.mean-container .mean-nav ul li > a.mean-expand i {
  display: inline-block;
  font-size: 18px;
}

.mean-container .mean-nav > ul > li:first-child > a {
  border-top: 0;
}

.mean-container .mean-nav ul li a.mean-expand.mean-clicked i {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transition: all 0.4s ease-in-out;
}

.mean-container .mean-nav ul li .mega-menu li a {
  height: 200px;
  width: 100%;
  padding: 0;
  border-top: 0;
  margin-bottom: 20px;
}

.section-padding {
  padding: 100px 0;
}
@media (max-width: 1199px) {
  .section-padding {
    padding: 80px 0;
  }
}
@media (max-width: 991px) {
  .section-padding {
    padding: 60px 0;
  }
}

.section-title {
  margin-bottom: 20px;
  margin-top: -7px;
}
.section-title span {
  color: #FFF;
  text-align: center;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  background: #1B1D1C;
  padding: 10px 16px;
  line-height: 1;
  margin-bottom: 20px;
}
@media (max-width: 470px) {
  .section-title span {
    margin-bottom: 15px;
    padding: 7px 14px;
    font-size: 12px;
  }
}
.section-title span.bg-theme {
  background: #DB2A31;
}
.section-title h2 {
  font-size: 40px;
  text-transform: uppercase;
}
@media (max-width: 575px) {
  .section-title h2 {
    font-size: 32px;
  }
}
@media (max-width: 470px) {
  .section-title h2 {
    font-size: 28px;
  }
}

.section-title-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .section-title-area {
    flex-wrap: wrap;
    gap: 30px;
    margin-bottom: 0;
    justify-content: center;
    text-align: center;
  }
}
.section-title-area .section-title {
  margin-bottom: 0;
}

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

.find-me-checked {
  background-color: var(--theme);
  box-shadow: none;
}

.pt-80 {
  padding-top: 80px;
}
@media (max-width: 991px) {
  .pt-80 {
    padding-top: 60px;
  }
}

.pb-80 {
  padding-bottom: 80px;
}
@media (max-width: 991px) {
  .pb-80 {
    padding-bottom: 60px;
  }
}

.popular-menu-box {
  margin-top: 30px;
  position: relative;
  z-index: 9;
  padding-bottom: 33px;
}
.popular-menu-box::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #F6F4F2;
  z-index: -1;
  top: 12%;
  height: initial;
  clip-path: polygon(100% 0, 100% 0, 100% 35%, 100% 70%, 100% 100%, 50% 100%, 0 100%, 0% 70%, 0% 35%, 0 37%);
}
.popular-menu-box .popular-image {
  width: 180px;
  height: 180px;
  margin: 0 auto;
}
.popular-menu-box .popular-image img {
  width: 100%;
  border-radius: 50%;
  height: 100%;
}
.popular-menu-box .popular-content {
  margin-top: 25px;
  text-align: center;
}
.popular-menu-box .popular-content .star {
  color: #FCD554;
}
.popular-menu-box .popular-content .star span {
  color: #595959;
}
.popular-menu-box .popular-content h3 {
  color: #1B1D1C;
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 5px;
  font-family: Jost;
}
@media (max-width: 470px) {
  .popular-menu-box .popular-content h3 {
    font-size: 20px;
  }
}
.popular-menu-box .popular-content h3 a:hover {
  color: #DB2A31;
}
.popular-menu-box .popular-content .price-list {
  display: flex;
  gap: 8px;
  text-align: center;
  justify-content: center;
  margin-top: 12px;
}
.popular-menu-box .popular-content .price-list span {
  font-family: Jost;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.5px;
}
@media (max-width: 470px) {
  .popular-menu-box .popular-content .price-list span {
    font-size: 20px;
  }
}
.popular-menu-box .popular-content .price-list del {
  font-family: Jost;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}
@media (max-width: 470px) {
  .popular-menu-box .popular-content .price-list del {
    font-size: 14px;
  }
}

@media (max-width: 1399px) {
  .offer-wrapper {
    padding: 50px 0;
  }
}
.offer-wrapper .content {
  position: relative;
  z-index: 9;
}
.offer-wrapper .content h2 {
  line-height: 1;
}
.offer-wrapper .content h2 .food-menu-text {
  transform: rotate(-6.139deg);
  color: #FEAD00;
  font-family: "Source Serif Pro";
  font-size: 120px;
  font-weight: 900;
  line-height: 1;
  display: inline-block;
}
@media (max-width: 1399px) {
  .offer-wrapper .content h2 .food-menu-text {
    font-size: 90px;
  }
}
@media (max-width: 991px) {
  .offer-wrapper .content h2 .food-menu-text {
    transform: rotate(0);
    font-size: 70px;
  }
}
@media (max-width: 575px) {
  .offer-wrapper .content h2 .food-menu-text {
    font-size: 30px;
  }
}
.offer-wrapper .content h2 .weekend-text {
  display: block;
  transform: rotate(-5.962deg);
  color: #FFF;
  font-family: Tapestry;
  font-size: 40px;
  line-height: 1;
  text-align: right;
  font-weight: 400;
}
@media (max-width: 991px) {
  .offer-wrapper .content h2 .weekend-text {
    transform: rotate(0);
    text-align: left;
    margin-top: 10px;
  }
}
@media (max-width: 575px) {
  .offer-wrapper .content h2 .weekend-text {
    font-size: 30px;
  }
}
.offer-wrapper .content h2 .today-text {
  color: #FEAD00;
  font-family: "Wendy One";
  font-size: 64px;
  font-weight: 400;
  transform: rotate(-6.478deg);
  display: inline-block;
  line-height: 1;
  margin-bottom: -15px;
}
@media (max-width: 991px) {
  .offer-wrapper .content h2 .today-text {
    transform: rotate(0);
    margin-bottom: 10px;
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  .offer-wrapper .content h2 .today-text {
    font-size: 30px;
  }
}
.offer-wrapper .content h2 .special-text {
  color: #FFF;
  font-family: "Source Serif Pro";
  font-size: 120px;
  font-style: normal;
  font-weight: 900;
  transform: rotate(-5.796deg);
  display: inline-block;
  line-height: 1;
  margin-bottom: -15px;
}
@media (max-width: 991px) {
  .offer-wrapper .content h2 .special-text {
    transform: rotate(0);
    margin-bottom: 0;
    font-size: 70px;
  }
}
@media (max-width: 575px) {
  .offer-wrapper .content h2 .special-text {
    font-size: 30px;
  }
}
.offer-wrapper .content h3 {
  color: #FEAD00;
  font-family: Jost;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  margin-top: 40px;
}
@media (max-width: 575px) {
  .offer-wrapper .content h3 {
    font-size: 26px;
    margin-top: 20px;
  }
}
.offer-wrapper .content p {
  color: #FFF;
  font-family: Jost;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  opacity: 0.8;
  max-width: 550px;
  margin-top: 20px;
}
@media (max-width: 575px) {
  .offer-wrapper .content p {
    font-size: 14px;
  }
}
.offer-wrapper .content .theme-btn {
  background-color: #DB2A31;
  color: #fff;
  text-transform: uppercase;
  border: none;
  border-radius: 0;
  margin-top: 50px;
}
@media (max-width: 767px) {
  .offer-wrapper .content .theme-btn {
    margin-top: 20px;
  }
}
.offer-wrapper .content .theme-btn:hover {
  background-color: var(--white);
  color: var(--header);
}
.offer-wrapper .burger-image {
  width: 800px;
  margin-left: -30px;
  position: relative;
}
@media (max-width: 1600px) {
  .offer-wrapper .burger-image {
    margin-left: -178px;
  }
}
@media (max-width: 1399px) {
  .offer-wrapper .burger-image {
    margin-left: -150px;
  }
}
@media (max-width: 1199px) {
  .offer-wrapper .burger-image {
    margin-left: 0;
    width: initial;
  }
}
.offer-wrapper .burger-image img {
  width: 100%;
  height: 100%;
}
.offer-wrapper .burger-image .bg-shape {
  position: absolute;
  bottom: 140px;
  left: 140px;
}
@media (max-width: 575px) {
  .offer-wrapper .burger-image .bg-shape {
    bottom: 80px;
    left: 95px;
  }
}
.offer-wrapper .burger-image .bg-shape .shape {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.offer-wrapper .burger-image .bg-shape .shape img {
  width: initial;
  height: initial;
}
@media (max-width: 767px) {
  .offer-wrapper .burger-image .bg-shape .shape img {
    width: 140px;
  }
}
@media (max-width: 470px) {
  .offer-wrapper .burger-image .bg-shape .shape img {
    width: 80px;
  }
}
.offer-wrapper .burger-image .bg-shape .discount-box {
  text-align: center;
  position: relative;
  z-index: 9;
}
.offer-wrapper .burger-image .bg-shape .discount-box h3 {
  color: #FFF;
  font-family: "Open Sans";
  font-size: 51.2px;
  font-style: italic;
  font-weight: 800;
  line-height: 1;
}
@media (max-width: 575px) {
  .offer-wrapper .burger-image .bg-shape .discount-box h3 {
    font-size: 30px;
  }
}
@media (max-width: 470px) {
  .offer-wrapper .burger-image .bg-shape .discount-box h3 {
    font-size: 24px;
  }
}
.offer-wrapper .burger-image .bg-shape .discount-box span {
  color: #FFF;
  font-family: "Open Sans";
  font-size: 32.8px;
  font-style: italic;
  font-weight: 600;
  line-height: 1;
}
@media (max-width: 575px) {
  .offer-wrapper .burger-image .bg-shape .discount-box span {
    font-size: 20px;
  }
}
@media (max-width: 470px) {
  .offer-wrapper .burger-image .bg-shape .discount-box span {
    font-size: 16px;
  }
}/*# sourceMappingURL=main.css.map */