@charset "UTF-8";

@font-face {
  font-family: "IntegralCF";
  src: url("../fonts/IntegralCF-Medium.eot");
  src: url("../fonts/IntegralCF-Medium.eot?#iefix") format("embedded-opentype"),
    url("../fonts/IntegralCF-Medium.woff2") format("woff2"),
    url("../fonts/IntegralCF-Medium.woff") format("woff"),
    url("../fonts/IntegralCF-Medium.ttf") format("truetype"),
    url("../fonts/IntegralCF-Medium.svg#IntegralCF-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "IntegralCF";
  src: url("../fonts/IntegralCF-Regular.eot");
  src: url("../fonts/IntegralCF-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/IntegralCF-Regular.woff2") format("woff2"),
    url("../fonts/IntegralCF-Regular.woff") format("woff"),
    url("../fonts/IntegralCF-Regular.ttf") format("truetype"),
    url("../fonts/IntegralCF-Regular.svg#IntegralCF-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "IntegralCF";
  src: url("../fonts/IntegralCF-Bold.eot");
  src: url("../fonts/IntegralCF-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/IntegralCF-Bold.woff2") format("woff2"),
    url("../fonts/IntegralCF-Bold.woff") format("woff"),
    url("../fonts/IntegralCF-Bold.ttf") format("truetype"),
    url("../fonts/IntegralCF-Bold.svg#IntegralCF-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Avenir Next Cyr";
  src: url("../fonts/AvenirNextCyr-Regular.eot");
  src: url("../fonts/AvenirNextCyr-Regular.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/AvenirNextCyr-Regular.woff2") format("woff2"),
    url("../fonts/AvenirNextCyr-Regular.woff") format("woff"),
    url("../fonts/AvenirNextCyr-Regular.ttf") format("truetype"),
    url("../fonts/AvenirNextCyr-Regular.svg#IntegralCF-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@media (min-width: 1200px) {
  :root {
    --base-size: 0.8333vw;
  }
}
:root {
  --primary-color: #fffef6;
  --secondary-color: #262626;
  --trietory-color: #d5e895;
  --highlight-text: #e60000;
  --pink-color: #ffb1ff;
--purple-color: #D6B9FF;
  --pale-orange-color: #ffd4b9;
  --body-bg-color: #efefef;
  --body-text-color: var(--secondary-color);
  --body-bg-white: #fff;
  --light-bg: #eeeeee;
  --z-index: 1;
  --z-index-header: 100;
  --z-index-popup: 1000;
  --primary-font: "Avenir Next Cyr";
  --secondary-font: "IntegralCF";
  --trietory-font: "Source Sans 3", sans-serif;
  --font-weight-xlight: 200;
  --font-weight-light: 300;
  --font-weight-regular: 400;
  --font-weight-medium: 500;
  --font-weight-bold: 700;
  --font-weight-xbold: 800;
  /* --base-text: 16px; */
  --font-style-italic: italic;
  --text-xmd: 1.1875rem;
  --text-md: 1.125rem;
  --text: 1rem;
  --text-sm: 0.6875rem;
  --text-xs: 0.75rem;
  --text-xxs: 0.625rem;
  --size-xxxl: 5rem;
  --size-xxl: 3.125rem;
  --size-xl: 1.875rem;
  --size-l: 1.25rem;
  --size-m: 1.25rem;
  --size-s: 1.125rem;
  --size-xs: 0.938rem;
  --h1: var(--size-xxxl);
  --h2: var(--size-xxl);
  --h3: var(--size-xl);
  --h4: var(--size-l);
  --h5: var(--size-m);
  --h6: var(--size-s);
}
/* .integralcf-font{
  font-family: var(--secondary-font);
}
.avenir-font{
  font-family: var(--primary-font);
} */
.h1,
h1 {
  font-size: var(--h1);
}

.h2,
h2 {
  font-size: var(--h2);
}

.h3,
h3 {
  font-size: var(--h3);
}

.h4,
h4 {
  font-size: var(--h4);
}

.h5,
h5 {
  font-size: var(--h5);
}

.h6,
h6 {
  font-size: var(--h6);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 2rem;
    line-height: 1; 
}

.font-200 {
  font-weight: var(--font-weight-xlight);
}
.font-300 {
  font-weight: var(--font-weight-light);
}
.font-400 {
  font-weight: var(--font-weight-regular);
}
.font-500 {
  font-weight: var(--font-weight-medium);
}
.font-700 {
  font-weight: var(--font-weight-bold);
}
.font-800 {
  font-weight: var(--font-weight-xbold);
}
.text-uppercase {
  text-transform: uppercase;
}
p {
	color: var(--secondary-color);
  margin-bottom: 1rem;
  margin-top: 0;
  line-height: 1.4;
  font-weight: var(--font-weight-regular);
  font-size: 1.25rem;
}
input:focus-visible {
  outline: none;
}
.font-body {
  font-family: var(--primary-font);
}

.font-heading {
  font-family: var(--secondry-font);
}

.fw__btn {
  text-decoration: none;
  color: #e60000;
  padding: 0.563rem 0.813rem 0.643rem;
  font-weight: var(--font-weight-regular);
  font-size: 0.938rem;
  position: relative;
  display: inline-block;
  border: 1px solid #ffffff;
  z-index: 1;
  min-width: 10.125rem;
  text-align: center;
  line-height: 1.5;
  
}
.fw__btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  z-index: -1;
  transition: all 0.1s;
}

.fw__btn:hover {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
}
.fw__btn:hover::before {
  width: 0%;
  transition: all 0.1s;
}
a.fw__btn.fw__red--btn {
  border-color: var(--highlight-text);
  color: var(--body-bg-white);
}
a.fw__btn.fw__red--btn::before {
  background-color: var(--highlight-text);
}
a.fw__btn.fw__red--btn:hover {
  color: var(--highlight-text);
  border-color: #262626;
}

a.phone-color {
  color: #fff;
}

a.phone-color:hover {
  color: var(--highlight-text);
}
/* 
#main {
  overflow: hidden;
} */
/* start lenis css for smooth scroll */
html.lenis,
html.lenis body {
  height: auto;
}

.lenis:not(.lenis-autoToggle).lenis-stopped {
  overflow: clip;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-smooth iframe {
  pointer-events: none;
}

.lenis.lenis-autoToggle {
  transition-property: overflow;
  transition-duration: 1ms;
  transition-behavior: allow-discrete;
}

/* End lenis css for smooth scroll */
html {
  font-size: var(--base-size);
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: subpixel-antialiased;
  -ms-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  font-family: var(--secondary-font);
}

*,
::after,
::before {
  box-sizing: border-box;
}

img,
svg,
video {
  max-width: 100%;
  display: block;
}

.flex {
  display: flex;
}

.row {
  display: flex;
  flex-wrap: wrap;
}

.col {
  flex: 0 0 100%;
  max-width: 100%;
}

ul,
ol,
li {
  list-style: none;
  font-family: 'Avenir Next Cyr';
}

a {
  text-decoration: none;
}

.footer__inner ul {
  padding: 0;
}

.container-fluid {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

.container {
  margin-left: auto;
  margin-right: auto;
  /* padding-left: 8.28rem;
  padding-right: 8.28rem; */
  max-width: 102.5rem;
  width: 100%;
}
.fw__top_space {
  padding-top: 11.35rem;
  /*padding-top: 0 !important;*/
  background-color: #262626;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  max-width: 100%;
  width: 100%;
  z-index: 999999;
  border-bottom: 2px solid #262626;
}
.fw__bottom-top-button {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /* gap: 0.625rem; */
  width: 4.188rem;
  height: 4.188rem;
  background-color: var(--highlight-text);
  color: var(--body-bg-white);
  padding: 0.625rem 1.25rem;
  position: fixed;
  bottom: 0;
  right: 4.563rem;
  z-index: 999999;
  cursor: pointer;
  border-radius: 12.5rem;
  box-shadow: 2px 2px 3px #00000029;
  transition: all 0.5s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.fw__bottom-top-button.scrolling-active {
  opacity: 1;
  visibility: visible;
  bottom: 2.5rem;
}
.fw__bottom-top-button:hover {
  background-color: #262626;
}
.fw__bottom-top-button img {
  width: 1.563rem;
  height: auto;
}
.fw__bottom-top-button p {
  font-size: var(--size-xs);
  margin: 0;
  color:#fff;
}
/* Topbar css*/
.top-header_wrapper {
  background-color: var(--trietory-color);
  color: var(--highlight-text);
  overflow: hidden;
  height: 3.063rem;
  position: relative;
}

.top-header_wrapper a {
  color: var(--highlight-text);
}

.top-header_wrapper .message-wrapper {
  height: 2.875rem;
}

.top-header_wrapper .message {
  display: flex;
  align-items: center;
  white-space: nowrap;
  text-align: center;
  font-size: var(--size-xs);
  font-weight: var(--font-weight-regular);
  height: 2.875rem;
  text-transform: uppercase;
  font-family: var(--secondary-font);
}

.fw__logo-wrap {
  background: var(--secondary-color);
  width: 100%;
  padding: 2rem;
  justify-content: center;
  align-items: center;
}
/* .fw__logo-wrap a {
  height: 85px;
} */
.fw__logo-wrap a {
  height: 2.313rem;
}
.fw__logo-wrap a img {
  height: 100%;
  width: auto;
}
.header__logo {
  max-width: 14.375rem;
}

.fw__navigation-wrap {
  background: var(--primary-color);
}

@media (min-width: 1200px) {
  .top-header_wrapper .message {
    font-size: var(--size-xs);
  }
  .header__social--icon {
    display: none;
  }
}

.top-header_wrapper .message-wrapper,
.top-header_wrapper .message-scroller {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.header__nav__main {
  width: 100%;
  justify-content: space-around;
  margin: 0;
  /*padding: 1.25rem 0.313rem;*/
  list-style: none;
}
.header__nav__main li {
  line-height: 1;
}

.fw__menu--toggle--button {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
    border: hidden;
    transition: all 250ms 
ease-in-out;
    cursor: pointer;
}


.menu-bar {
    position: absolute;
    width: 2.5rem;
    height: 2px;
    background: #ffffff;
    transition-property: transform;
    transition: all 250ms 
ease-out;
}

.menu-bar[data-position=top] {
  transform: translateY(-12px);
}

.menu-bar[data-position=bottom] {
  transform: translateY(12px);
}

.fw__menu--toggle--button.active .menu-bar[data-position=top] {
  transform: translateY(0) rotate(45deg) scaleX(1.05);
}

.fw__menu--toggle--button.active .menu-bar[data-position=bottom] {
  transform: translateY(0) rotate(-45deg) scaleX(1.05);
}


.header__nav__item a {
  color: #262626;
  font-size: 1.125rem;
  text-align: center;
  font-weight: 900;
  font-family: var(--secondary-font);
  font-weight: var(--font-weight-regular);
 
}
.header-nav > .header__nav__main  > .header__nav__item > a {
     padding: 1rem 0.313rem;
     display: inline-block;
}

.header__nav__item a:hover, .header__nav__item.current-menu-item a {
  color: #e60000;
  transition: all 0.5s ease-in-out;
}

.fw__hero-banner {
	background: var(--purple-color);
    position: relative;
    padding-top: 30%;
}

.fw__hero-banner img.fw__hero--desktop-banner {
    width: 100%;
    height: 100%;
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    z-index:1;
    object-fit: cover;
    object-position: 0 0;
}

/* parallax image card css */
.fw__cat__content {
  text-align: center;
  color: #ffffff;
  padding: 2rem 0 2.875rem;
  max-width: 48rem;
  margin: 0 auto;
}
.fw__cat__content h5 {
  line-height: 1.5;
  margin-bottom: 1.688rem;
}
.image-parallax-container {
  overflow: hidden;
  position: relative;
}

.image-parallax-container img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 130% !important;
  object-fit: cover;
  object-position: center;
  padding: 0;
}
.fw__whatson__sec:not(.fw__whatson__sec.fw__discover--sec) {
  padding-bottom: 5.938rem;
  border-bottom: 2px solid #262626;
}
.fw__whatson__sec.fw__discover--sec {
  background-color: var(--body-bg-white);
}
.fw__whatson__sec.fw__discover--sec .fw__horizantal__card--content {
  background-color: #d6b9ff;
}
.fw__horizantal__card__main {
  padding: 5.063rem 0 6.438rem;
}
.fw__whatson__sec.fw__discover--sec .fw__vertical__card--inner p {
  max-width: 35.938rem;
  margin-left: auto;
  margin-right: auto;
	margin-bottom: 2.5rem;
}
.fw__whatson__sec.fw__discover--sec .fw__vertical__card--inner {
  max-width: 41.188rem;
}

/* Offer section Start CSS */
.fw__offer--section {
  padding-bottom: 8.625rem;
  overflow-x: hidden;
  position: relative;
  z-index: 9;
  background-color: #ffffff;
}
.fw__offer--inner {
  padding: 0 4.375rem;
}
.fw__offer--inner.swiper {
  overflow: unset;
}
.fw__offer--detail {
  color: #262626;
  padding: 2.5rem 2.5rem 3.125rem 2.5rem;
  position: relative;
  z-index: 1;
  transition: all 0.5s ease-in-out;
}
.fw__offer--detail::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  z-index: -1;
  transform: translate(-50%, -50%);
  box-shadow: 6px 7px 6px #0000002c;
  transition: all 0.5s ease-in-out;
}
.fw__offer--col:first-child .fw__offer--detail::before {
  background-color: var(--pink-color);
}
.fw__offer--col:nth-child(2) .fw__offer--detail::before {
  background-color: var(--trietory-color);
}
.fw__offer--col:nth-child(3) .fw__offer--detail::before {
  background-color: var(--pale-orange-color);
}
.fw__offer--detail-image {
  position: relative;
  padding-top: 50%;
  min-height: 9.563rem;
}
.fw__offer--text {
  padding-top: 2.125rem;
  max-width: 25.438rem;
}
.fw__offer--text h3 {
  margin-bottom: 1.5rem;
}

.fw__offer--text h2 {
  margin-bottom: 2.5rem;
}

.fw__offer--text p {
  margin-bottom: 2.5rem;
}

.fw__offer--detail-image .fw__product--image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease-in-out;
}
.fw__offer--row {
  display: flex;
  gap: 4.75rem;
}

.fw__offer--row .fw__offer--col {
  max-width: calc((100% / 3) - (4.75rem * 2) / 3);
  flex: 0 0 calc((100% / 3) - (4.75rem * 2) / 3);
}
.fw__offer--detail .fw__btn:hover {
  color: var(--secondary-color);
  border-color: var(--highlight-text);
}

.fw__company--logo {
  position: absolute;
  right: 1.125rem;
  bottom: -4.375rem;
  z-index: 9999;
  width: 8.125rem;
  height: 8.125rem;
  padding: 1.063rem;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease-in-out;
}

.fw__company--logo img {
  position: static;
  object-fit: contain;
  height: 100%;
}
@media (min-width: 1200px) {
  .fw__offer--detail:hover::before {
    transform: translate(-50%, -50%) scale(0.97);
    transition: all 0.5s ease-in-out;
  }

  .fw__offer--detail:hover .fw__product--image {
    transition: all 0.5s ease-in-out;
    transform: scale(0.96);
  }
  .fw__offer--detail:hover .fw__company--logo {
    transition: all 0.5s ease-in-out;
    transform: scale(0.9);
  }
}
.fw__footer--design {
  text-align: end;
}

/* Offer section End CSS */
/* <!-- Insta Post section Start CSS --> */
.fw__insta--post {
  padding: 0 4.375rem;
}

.fw__instapost--header h3 {
	color: var(--secondary-color);
  margin-bottom: 2.125rem;
}

.fw__instapost--header h2 {
	color: var(--secondary-color);
  margin-bottom: 3.5rem;
}
.fw__instapost--wrapper {
  overflow: auto;
}
.fw__instapost--wrapper::-webkit-scrollbar {
  height: 0px;
}
.fw__instapost--row {
  display: flex;
  gap: 3.25rem;
  /* min-width: 1000px;
  max-width: fit-content; */
}

.fw__instapost--row .fw__instapost--col {
  flex: 0 0 calc((100% / 5) - (3.25rem * 4) / 5);
  max-width: calc((100% / 5) - (3.25rem * 4) / 5);
}
.fw__instapost--image {
  position: relative;
  padding-top: 135%;
  min-height: 19.5rem;
  /* min-width: 228px; */
}
.fw__instapost--image img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.insta__tag {
  margin: 0;
  margin-top: 2.5rem;
}

.insta__tag.font-heading a {
  color: #262626;
}
.playbtn-wrap {
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 99999;
  width: 4.875rem;
  height: 4.875rem;
  transform: translate(-50%, -50%);
}
.fw__whatson--shape {
  position: absolute;
  top: -6.6rem;
  left: 50%;
  transform: translate(-50%);
  width: 14.375rem;
}
.fw__whatson--shape img {
  width: 100%;
}

/* <!-- Insta Post section End CSS --> */
/* footer */
footer {
  padding-top: 10.438rem;
  position: relative;
  z-index: 9;
}
.fw__footer--design {
  text-align: end;
  position: absolute;
  bottom: calc(100% - 10.9rem);
  right: 5.75rem;
}
.fw__footer--design svg,
.fw__footer--design img {
  margin-left: auto;
  fill: var(--secondary-color);
  filter: brightness(0) saturate(100%) invert(14%);
  width: 24.25rem;
}
.footer__inner {
  background-color: #262626;
  color: #fff;
  padding: 4.75rem 1.25rem 3.125rem;
}

.fw__footer__content {
  display: flex;
  justify-content: space-between;
  gap: 0.625rem;
}

.fw__footer__address h2 {
    color: #d5e895;
    margin-bottom: 1.563rem;
}

.footer__inner a {
  text-decoration: none;
  color: #fff;
  font-size: 0.938rem;
  text-align: left;
  font-weight: var(--font-weight-medium);
  font-family: var(--secondary-font);
  text-transform: uppercase;
  font-weight: 400;
}

.footer a:hover {
  color: var(--highlight-text);
  transition: 0.5s all;
}

.fw__footer__visit h3 {
  color: #ffb1ff;
  font-size: 1.875rem;
  text-align: left;
}

.fw__footer__info h3 {
  font-size: 1.875rem;
  color: #d6b9ff;
}

.fw__footer__visit li,
.fw__footer__info li {
  padding-bottom: 1.25rem;
}
.fw__footer__logo img {
  height: 40px;
}
.fw__footer__social-logo {
  display: flex;
  gap: 1.25rem;
  margin-top: 3.125rem;
  justify-content: end;
}
.fw__footer__social-logo svg,
.fw__footer__social-logo img {
  height: 3.438rem;
  width: auto;
}
.fw__footer__social-logo a:hover svg path {
  fill: #d5e895;
}
.footer-bottom {
  background-color: #fffef6;
  display: flex;
  justify-content: space-around;
  gap: 0.625rem;
  padding-top: 3.375rem;
  padding-bottom: 2.938rem;
  position: relative;
}

.fw__bottom_link p {
  font-size: 1.25rem;
  color: #262626;
  text-align: left;
  opacity: 1;
  margin: 0;
  font-family: var(--primary-font);
}
.fw__bottom_link p a {
  color: #262626;
}
.footer-bottom .fw__bottom_link:last-child {
  opacity: 0;
}

.fw__mobile--footer-menu {
  position: fixed;
  bottom: 0;
  z-index: 999999;
  background-color: var(--primary-color);
  width: 100%;
  padding: 0.313rem 0.188rem;
  border-top: 2px solid var(--secondary-color);
  transition: all 0.5s ease-in-out;
}
.fw__mobile--footer-menu.footer__menu--active {
  bottom: 0;
}
.fw__footer--menu-drop {
  cursor: pointer;
  width: 1.125rem;
  height: 1.125rem;
}
.fw__footer--menu-dropbox {
  margin-bottom: 2.063rem;
}
.fw__footer--menu-dropbox h3 {
  margin-bottom: 0;
}
.fw__footer--menu-drop span {
  font-weight: 300;
  font-family: "Avenir Next Cyr";
  font-size: 1.125rem;
}
.footer__dropbox ul {
  margin: 0;
}
.fw__footer--menu-drop img {
  width: 100%;
  height: 100%;
}
.fw__footer--menu-drop img + img {
  display: none;
}
.fw__footer--menu-drop.dropbox__active img {
  display: none;
}
.fw__footer--menu-drop.dropbox__active img + img {
  display: block;
}

/* horizantal card css */
.fw__horizantal__card__wrap {
  justify-content: center;
  /* align-items: center; */
}
.fw__vertical__card--inner {
  max-width: 34.375rem;
  margin: 0 auto;
  color: var(--secondary-color);
}
.fw__vertical__card--inner h2 {
  margin-bottom: 2rem;
}
.fw__vertical__card--inner h2:hover {
  color: var(--highlight-text);
}
.fw__horizantal__card--col {
  flex: 0 0 50%;
  max-width: 50%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 37.5rem;
}

.fw__horizantal__card--image {
  padding-top: 36.6%;
}

.fw__horizantal__card--content {
  text-align: center;
  background-color: #cef2ff;
}
.fw__vertical__card--inner p {
  margin-bottom: 2.5rem;
}
.fw__cat__item--text .fw__btn:hover {
  color: var(--highlight-text);
  border-color: var(--trietory-color);
}
.fw__vertical__card--inner .fw__btn:hover {
  color: var(--secondary-color);
  border-color: var(--highlight-text);
}
.fw__hero--data {
  padding: 2.375rem 2.188rem;
  width: 100%;
  text-align: center;
  border-bottom: 2px solid var(--secondary-color);
}
.fw__hero--data h3 {
  color: var(--secondary-color);
}
.fw__hero--data h4 {
  width: 100%;
  max-width: 53.375rem;
  margin: 0 auto;
  line-height: 1.2;
  color: var(--secondary-color);
}

.fw__visit {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 5.063rem;
  background-color: var(--primary-color);
  border-bottom: 2px solid var(--secondary-color);
}
.fw__visit__content p {
  margin-bottom: 2.313rem;
}
.fw__visit__heading h2 {
	color: var(--secondary-color);
  margin: 0;
}
.fw__visit__content h3 {
  color: var(--secondary-color);
}
.fw__visit__heading {
  margin-bottom: 2.313rem;
}
@media (min-width: 1200px) {
  .fw__visit__main {
    display: flex;
    justify-content: center;
    gap: 3.75rem;
  }

  .fw__visit__item {
    max-width: calc(50% - 1.875rem);
    flex: 0 0 calc(50% - 1.875rem);
  }
}

.fw__visit__img {
  position: relative;
  padding-top: 73%;
}

.fw__visit__img img {
  position: absolute;
  /*top: 0;*/
  right: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  /*object-position: 0 4rem;*/
	object-position: 0 0;
  object-fit: cover;
}
.fw__visit__content P {
  color: var(--secondary-color);
}
.fw__visit__content {
  margin-top: 2.313rem;
}

.fw__visit__content h2 {
  font-weight: 800;
}
.fw__insta--post {
  padding-top: 4.625rem;
  position: relative;
  z-index: 9;
  background-color: #fff;
}
.fw__find-it__main-wrap a.fw__btn {
  margin-top: 4.438rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: fit-content;
  display: block;
}
/* Accodian CSS Start */

.accordion {
  width: 100%;
  border-radius: 4px;
  padding: 0;
}

.accordion .link {
  cursor: pointer;
  display: block;
  padding: 2.5rem 0.313rem 0.938rem;
  color: #000;
  font-size: 0.938rem;
  font-weight: 700;
  border-bottom: 1px solid #262626;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: flex;
  justify-content: space-between;
}

.accordion li:last-child .link {
  border-bottom: 0;
}

.accordion li i {
  position: absolute;
  top: 1rem;
  left: 0.75rem;
  font-size: 1.125rem;
  color: #595959;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.accordion li i.fa-chevron-down {
  right: 0.75rem;
  left: auto;
  font-size: 1rem;
}
.accordion li.open i.fa-chevron-down {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

/**
 * Submenu
 -----------------------------*/

.submenu {
  display: none;
  font-size: 0.875rem;
  padding: 0;
  padding-top: 1.75rem;
  padding-bottom: 2.188rem;
}

.submenu li {
  display: flex;
  justify-content: space-between;
  gap: 2.5rem;
  border-bottom: 2px solid #d5e895;
  width: 100%;
  max-width: 15.813rem;
  padding: 1rem 0.625rem;
  /* padding-bottom: 10px; */
}

.submenu a {
  display: block;
  text-decoration: none;
  color: #d9d9d9;
  padding: 0.75rem;
  padding-left: 2.625rem;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.submenu a:hover {
  background: #b63b4d;
  color: #fff;
}
ul.submenu {
  padding-top: 1.063rem;
}
.submenu p {
  font-family: var(--secondary-font);
  font-weight: 400;
  font-size: 0.938rem;
  margin: 0;
  text-transform: uppercase;
}
.hours_item {
  display: flex;
  justify-content: space-between;
  gap: 5.938rem;
}
.hours_item p {
  margin: 0;
  font-size:1.125rem;
  font-weight: 400;
  font-family: var(--secondary-font);
}

.hours_item.active {
  background-color: #fff;
}
.hours_items .hours_item {
  position: relative;
  padding: 0.938rem 1.25rem;
}

.hours_items .hours_item.active p {
  color: red;
}

.hours_item.active p {
  color: red;
}
.fw__hero--mobile-banner {
  display: none;
}
.social-media__icon a:hover svg path {
  fill: #d5e895;
}
/* Accodian CSS End */
/* Media query CSS Start */
@media (min-width: 992px) {
  .fw__footer--menu-drop {
    display: none;
  }
  .fw__footer--mobile--logo {
    display: none;
  }
}
@media (min-width: 1200px) {
  .fw__menu--toggle--button,
  .fw__mobile--footer-menu {
    display: none;
  }
}
@media (max-width: 1200px) {
  :root {
    --size-xxl: 1.875rem;
    --size-xl: 1.25rem;
  }
  p {
    font-size: var(--text-md);
  }
  .fw__logo-wrap a {
    height: 51px;
    display: inline-block;
  }
  .fw__top_space {
    padding-top: 8.125rem;
  }
  .fw__menu--toggle--button {
    cursor: pointer;
    min-width: 2.813rem;
    height:20px;
  }
  .fw__menu--toggle--button .open__menu__button,
  .fw__menu--toggle--button .close__menu__button {
    display: none;
  }
  .fw__menu--toggle--button img {
    width: 2.813rem;
  }
  .fw__menu--toggle--button img.open__menu__button.active {
    display: block;
  }
  .fw__menu--toggle--button .close__menu__button.active {
    display: block;
  }
    .fw__logo-wrap {
        justify-content: space-between;
        padding: 11px 32px;
    }
    .fw__logo-wrap a img {
        width: 11.25rem;
    }
  .container {
    padding: 0 2.188rem;
  }
  .fw__mobile--footer-menu-inner ul {
    justify-content: space-between;
    padding: 0;
  }
  .fw__bottom-top-button {
    right: 1.438rem;
  }

  header .fw__navigation-wrap {
    height: 0;
    opacity: 0;
    visibility: hidden;
    padding: 0;
    transition: opacity 0.5s;
  }
  .fw__navigation-wrap ul {
    flex-flow: column;
    align-items: center;
    justify-content: flex-start;
    padding: 0px 0;
    gap: 0;
  }
  .fw__navigation-wrap nav {
    flex-direction: column;
    gap: 1.813rem;
  }

  .fw__navigation-wrap.menu__open {
    height:80dvh;
    opacity: 1;
    visibility: visible;
    padding: 1.438rem 0 8.25rem;
    overflow: auto;
    transition: opacity 0.5s;
  }
  .header__social--icon img {
    /*filter: invert(1);*/
    height: 2.5rem;
  }
  .menu__active {
    overflow: hidden;
  }

  .menu__active a.fw__bottom-top-button {
    z-index: 9999;
  }
  .header__social--icon {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.938rem;
  }
  .fw__navigation-wrap .header__nav__item a {
    font-size: 1.563rem;
  }
  .fw__bottom-top-button.scrolling-active {
    bottom: 5.125rem;
    width: 57px;
    height: 57px;
  }
  .fw__bottom-top-button p {
    font-size: 12px;
  }
  .fw__mobile--footer-menu-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2.563rem;
  }

  .fw__mobile--footer-menu-inner a {
    font-size: 0.875rem;
    color: var(--secondary-color);
  }
 
  .fw__name--slid h2 {
    font-size: 1.563rem;
  }
  .fw__offer--inner {
    padding: 0 0 0 0;
  }
  .fw__offer--row .fw__offer--col {
    max-width: unset;
    flex: none;
  }
  .fw__offer--row {
    gap: 0rem;
  }

  .fw__insta--post {
    padding: 0 2.188rem;
  }
  .fw__instapost--row {
    display: flex;
    gap: 3.25rem;
    min-width: fit-content;
  }
  .fw__offer--section {
    padding-bottom: 4.063rem;
  }
  .fw__instapost--image {
    position: relative;
    padding-top: 135%;
    min-height: 18.938rem;
    min-width: 14.25rem;
  }
  .fw__horizantal__card__wrap {
    flex-direction: column;
  }
  .fw__horizantal__card__main {
    padding: 3.125rem 0;
  }
  .fw__horizantal__card--col {
    flex: 0 0 100%;
    max-width: 100%;
    min-height: auto;
  }
  .fw__horizantal__card--image {
    min-height: 16.25rem;
  }
  .fw__vertical__card--inner {
    padding: 2.75rem 1.563rem 3.938rem;
  }
  .fw__vertical__card--inner p br {
    display: none;
  }
  .fw__vertical__card--inner h2 {
    margin-bottom: 1.25rem;
  }
  .fw__vertical__card--inner p {
    margin-bottom: 2rem;
  }
  .fw__instapost--row {
    gap: 2.25rem;
  }
  .fw__instapost--row .fw__instapost--col {
    flex: 0 0 calc((100% / 5) - (2.25rem * 4) / 5);
    max-width: calc((100% / 5) - (2.25rem * 4) / 5);
  }
  .fw__offer--text h3 {
    font-size: 0.75rem;
    margin-bottom: 1.25rem;
  }

  .fw__offer--text h2 {
    font-size: 1.25rem;
    margin-bottom: 0.813rem;
  }

  .fw__offer--text p.h4 {
    font-size: 1.125rem;
    margin-bottom: 2rem;
  }
  .fw__offer--text {
    max-width: 100%;
  }
  .footer-bottom {
    /* padding: 1.563rem 2.188rem 5.375rem; */
    padding: 1.563rem 2.188rem 1.563rem;
    flex-direction: column;
  }
  .fw__bottom_link p {
    font-size: 0.75rem;
  }
  .footer-bottom .fw__bottom_link:last-child {
    display: none;
  }
  .fw__vertical__card--inner p + p {
    display: none;
  }
  
  .top-header_wrapper .message-wrapper {
    height: 32px;
    }
    
    .top-header_wrapper .message {
        height:32px;
        font-size:12px;
    }
    
    .top-header_wrapper {
        height: 32px;
    }
}
@media (max-width: 991px) {
  .fw__logo-wrap img.logo__img {
    max-width: 11.25rem;
    height:100%;
  }
  .fw__footer--mobile--logo {
    margin-bottom: 2.938rem;
    text-align: center;
  }

  .fw__footer--mobile--logo img {
    display: inline;
    width: 11.25rem;
  }
  .fw__vertical__card--inner {
    padding-bottom: 52px;
  }
  .fw__whatson__sec.fw__discover--sec .fw__vertical__card--inner {
    padding-block: 39px;
  }
  .header__logo {
    max-width: 9.25rem;
  }
  .fw__instapost--header h3 {
    margin-bottom: 1.938rem;
  }
  footer {
    margin-top: 9.75rem;
    padding-top: 0rem;
    position: relative;
  }
  .footer__inner {
    padding: 1.25rem 0rem 3.75rem;
  }
  .fw__footer--menu-dropbox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.75rem;
    position: relative;
  }
  
  .fw__footer--menu-drop:after {
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
  .fw__footer__address {
    margin-bottom: 3.875rem;
  }

  .fw__footer--menu-dropbox h3 {
    margin-bottom: 0;
    font-size: 1.25rem;
  }
  .fw__footer__info, 
  .fw__footer__visit {
        border-bottom: 1px solid #707070;
        overflow: hidden;
        /*padding-bottom: 5px;*/
  }
  .footer__dropbox ul {
    margin: 0;
    opacity: 0;
    height: 0;
    visibility: hidden;
  }
  .footer__dropbox ul.dropbox__open {
    opacity: 1;
    height: auto;
    visibility: visible;
  }
  .fw__footer--design {
    text-align: end;
    position: absolute;
    top: -7.375rem;
    right: unset;
    width: 15.875rem;
    transform: translateX(-50%);
    left: 50%;
  }
  .fw__offer--detail {
    padding: 1.375rem;
  }
  .fw__instapost--header h2 {
    margin-bottom: 2rem;
  }
  .insta__tag {
    margin-top: 1.438rem;
  }
  .fw__footer__content {
    flex-direction: column;
  }
  .fw__footer__main-logo {
    display: none;
  }
    .footer-bottom {
        padding: 1.563rem 2.188rem 5.375rem;
        flex-direction: column;
    }
}
@media (max-width: 768px) {
  .fw__company--logo {
    width: 4.688rem;
    height: 4.688rem;
    padding: 0.625rem;
    bottom: -2.313rem;
    margin-right: 10px;
  }
  .fw__hero--data h4 {
    font-size: 18px;
  }
  .fw__visit {
    padding-bottom: 4.188rem;
  }
  .fw__visit__img {
    min-height: 260px;
  }
  .fw__visit__img img {
    object-position: 0 -30px;
  }
  .fw__visit__content {
    margin-top: 1.25rem;
    text-align: center;
  }
  .fw__visit__content P {
    margin-bottom: 2.625rem;
    font-size: 18px;
    max-width: 308px;
    margin-inline: auto;
  }
  
}

@media (max-width: 575px) {
  .fw__hero--desktop-banner {
        display: none;
  }
  .fw__hero--mobile-banner {
    display: block;
    width: 100%;
  }
  .fw__hero-banner {
    padding-top: 80%;
}
 .fw__navigation-wrap .header__nav__item a {
        font-size: 18px;
  }
  
}
@media (max-width: 429px) {
    .container {
        padding: 0 1.25rem;
    }
  /*.fw__mobile--footer-menu {*/
  /*  padding: 1.313rem 0.938rem;*/
  /*}*/
 
}

/* Media query CSS End */

/*li.active a {*/
/*  color: #e60000;*/
/*}*/

/*polocy-page-css*/
.entry-header {
   padding-top: 100px;
}
.entry-header h1 {
  font-size: 34px;
}
.entry-content.fw__page_wrapper h3 {
    margin-bottom: 6px;
}
body .entry-content.fw__page_wrapper p span {
    font-weight: 400 !important;
	text-transform: none !important;
    font-family: "Avenir Next Cyr";
    font-size:16px;
}
body .entry-content table {
            width: 100%;
	margin-bottom: 30px;
            border-collapse: collapse;
        }

        body .entry-content thead {
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
        }

        body .entry-content th {
            color: white;
            padding: 20px;
            text-align: left;
            font-size: 1.2em;
            font-weight: 600;
            width: 50%;
        }

        body .entry-content tbody tr {
            transition: background-color 0.3s ease;
        }

        tbody tr:nth-child(odd) {
            background-color: #f8f9fa;
        }

        body .entry-content tbody tr:hover {
            background-color: #e9ecef;
        }

        body .entry-content td {
            padding: 16px 20px;
            border-bottom: 1px solid #dee2e6;
            width: 50%;
        }

        body .entry-content tbody tr:last-child td {
            border-bottom: none;
        }

        @media (max-width: 768px) {
            /*body {*/
            /*    padding: 10px;*/
            /*}*/

           body .entry-content th, td {
                padding: 12px 15px;
                font-size: 0.9em;
            }

            body .entry-content th {
                font-size: 1em;
            }
        }

        @media (max-width: 480px) {
           body .entry-content table, body .entry-content thead, body .entry-content tbody, body .entry-content th, body .entry-content td, body .entry-content tr {
                display: block;
            }

            body .entry-content thead tr {
                position: absolute;
                top: -9999px;
                left: -9999px;
            }

            body .entry-content tr {
                margin-bottom: 15px;
                border: 1px solid #dee2e6;
                border-radius: 8px;
                overflow: hidden;
            }

            body .entry-content td {
                border: none;
                position: relative;
                padding-left: 50%;
                text-align: right;
            }

            body .entry-content td:before {
                position: absolute;
                left: 15px;
                width: 45%;
                padding-right: 10px;
                white-space: nowrap;
                text-align: left;
                font-weight: bold;
                content: attr(data-label);
            }

            body .entry-content td:first-child {
                border-top-left-radius: 8px;
                border-top-right-radius: 8px;
            }

            body .entry-content td:last-child {
                border-bottom-left-radius: 8px;
                border-bottom-right-radius: 8px;
            }
		 }
body .entry-content.fw__page_wrapper p strong span {
    font-weight: 700 !important;
    font-size:16px;
}

body .entry-content.fw__page_wrapper ul, 
body .entry-content.fw__page_wrapper li{
    list-style: auto;
    margin: 0 0 10px 0;
    font-size:16px;
    font-family: "Avenir Next Cyr"
}

.fw__main-content-wrapper {
    overflow: hidden;
}


/*sub menu css*/
ul.sub-menu {
    position: absolute;
    left: -0.938rem;
    top: calc(100% + 1px);
    padding: 0.938rem;
    background: #fffef6;
    /* color: #fff; */
    display: none;
}

.header__nav__main li:hover > .sub-menu {
    display: block;
}
.header__nav__main li{
    position: relative;
    text-align: center;
}
.submenu-toggle {
    position: absolute;
    right: -1.563rem;
    display: inline-block;
    width: 1.125rem;
    top: 1.563rem;
}
.header__nav__main li .submenu-toggle{
    transition: all 0.5s;
}
.header__nav__main li:hover .submenu-toggle{
    transform: rotate(-180deg);
    transition: all 0.5s;
}

@media(max-width: 1199px){
     .header__nav__main li:hover > .sub-menu {
        position: relative;
        display: none;
    }
    .header__nav__main li > .sub-menu.open{
        display: block;
        position:static;
    }
   .header__nav__main li{
       width: 100%;
   }
   .submenu-toggle{
       right: 10%;
   }
   .header__nav__main li:hover .submenu-toggle{
    transform: rotate(0);
}
   .header__nav__main li.menu-open .submenu-toggle{
    transform: rotate(-180deg);
    transition: all 0.5s;
}
}

.image-parallax-container {
  overscroll-behavior: none;
}
/*28-11-25*/
.fw__event-detail__content1 ul,
.fw__event-detail__content1 li{
    font-size:16px;
    list-style: auto;
    margin: 0 0 10px 0;
}