/* find-it */

.fw__find-it {
  background-color: var(--secondary-color);
  padding-bottom: 5.625rem;
  color: #fff;
  /*min-height: 85vh;*/
}

.fw__find-it__top-heading {
  text-align: center;
}

/*.fw__visit__heading {*/
/*    margin-bottom: 0;*/
/*}*/

.fw__find-it__wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 2.625rem 2.25rem;
  align-items: center;
  margin-top: 2.625rem;
}
.fw__find-it__top-heading h3 {
  margin-bottom: 1.25rem;
}
/* .fw__find-it__item:hover {
     transform: scale(1.05)
 } */
.fw__cat__content h3 {
  font-weight: 400;
  margin-bottom: 1.25rem;
}
.fw__cat__content {
  padding-bottom: 6.5rem;
}
.fw__find-it__item {
  width: 100%;
  /* max-width: 390px;
     height: 250px; */
  flex-direction: column;
  align-items: center;
  z-index: 1;
  justify-content: center;
  background-color: #fff;
  position: relative;
  object-fit: contain;
  /* transition: .5s ease-in-out; */
  display: flex;
  aspect-ratio: 16 / 9;
}
.fw__find-it__item a.desktop--link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 9999;
}

.fw__find-it-info {
  background-color: rgba(255, 255, 255, 0.9);
  /* max-width: 435px;
     height: 250px; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  display: none;
  z-index: 1;
  aspect-ratio: 16 / 9;
  padding: 1.25rem;
  /* transition: all 0.5s ease; */
}

.fw__find-it__item img {
filter: invert(0%) sepia(0%) saturate(7483%) hue-rotate(70deg) brightness(0%) contrast(104%);
  position: absolute;
  overflow: hidden;
  opacity: 9;
  padding: 15px;
  max-width: 45%;
  max-height: 100%;
}

.fw__find-it__item:hover {
  background-color: #ffffff;
}
.fw__find-it__item:hover .fw__find-it-info {
    /* background-color: rgb(175, 199, 119); */
    display: block;
    opacity: 0.93;
    display: flex;
    transform: scale(1.05);
    width: 96%;
    height: 96%;
}

.fw__find-it-info p {
    padding-left: 1.25rem;
    z-index: 1;
    color: #000;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
}

.fw__find-it-info h3 {
  padding-left: 1.25rem;
  z-index: 1;
  margin-bottom: 1.25rem;
  color: #000;
  font-weight: 900;
}

.fw__find-it__heading {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 2.688rem 2.25rem;
  align-items: center;
}
.fw__find-it__heading h3 {
  margin: 0;
  font-size: 1.563rem;
  font-weight: 400;
}

.fw__find-it__heading p {
  margin: 0;
  font-family: var(--primary-font);
  max-width: 25rem;
  width: 100%;
}
.search-bar {
  @media (min-width: 1200px) {
    grid-column: 3;
  }
}
.search-bar input {
  padding: 1.25rem;
  width: 100%;
  color: var(--secondary-color);
  font-weight: 800;
  border: none;
  font-family: var(--primary-font);
  font-size: 0.938rem;
}
.search-bar input::placeholder {
  opacity: 0.27;
}
.fw__find-it__main-wrap {
  padding-left: 4.375rem;
  padding-right: 4.375rem;
  position: relative;
}
.dropbtn {
  background-color: rgb(175, 199, 119);
  color: var(--secondary-color);
  font-family: var(--secondary-font);
  padding: 1.25rem;
  font-size: 0.938rem;
  border: none;
  max-width: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
    position: absolute;
    background-color: #ffffff;
    padding: 3.125rem 1.375rem 1.938rem;
    z-index: 502;
    width: 100%;
    /*max-height: 360px;*/
    /*overflow: auto;*/
}
.dropdown-content.active {
  display: block;
}

.dropdown-content a {
  color: black;
  padding: 0.75rem 1rem;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  background-color: #ddd;
}

/* .dropdown:hover .dropdown-content {
  display: flex;
  flex-direction: column;
} */

.dropdown-content label {
  color: #000;
  align-items: center;
}

.dropdown:hover .dropbtn {
  background-color: #ffffff;
  color: var(--secondary-color);
  width: 100%;
}
.dropdown {
  cursor: pointer;
}
.dropdown .toggle__menu {
  height: 1.25rem;
}
.dropdown .toggle__menu img {
  margin-left: auto;
}
.dropdown .toggle__menu .drop__close span,
.dropdown .toggle__menu img + img {
  display: none;
}

.dropdown.open .dropbtn {
  background-color: #fff;
}

.dropdown.open .toggle__menu img {
  display: none;
}

.dropdown.open .drop__close span {
  display: block;
}

/* .dropdown:hover .toggle__menu img {
  display: none;
} */
/* .dropdown:hover .toggle__menu{
    width: 18px;
    height: auto;
} */
/* .dropdown:hover .toggle__menu .drop__close span,
.dropdown:hover .toggle__menu img + img {
  display: block;
  filter: brightness(0) saturate(100%) invert(14%);
} */
.toggle__menu .drop__close span {
  transform: rotate(30deg);
}
.toggle__menu .drop__close span + span {
  transform: rotate(145deg);
  top: 0.188rem;
}
.container__find-it {
  display: block;
  position: relative;
  padding-left: 2.813rem;
  /* margin-bottom: 1.5rem; */
  cursor: pointer;
  font-size: 1.375rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 1.1;
  /* margin-left: 1.25rem; */
}
.dropdown-content-inner .container__find-it:not(:last-child) {
  margin-bottom: 1.5rem;
}

/* Hide the browser's default checkbox */
.container__find-it input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
  margin: 0;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 1.563rem;
  width: 1.563rem;
  background-color: #fff;
  border-radius: 6px;
  /* margin-left: 5px; */
  border: 1px solid #000;
}

.container__find-it:hover input ~ .checkmark {
  background-color: #fff;
}

.container__find-it input:checked ~ .checkmark {
  background-color: rgb(175, 199, 119);
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 0.5rem;
  top: 0.063rem;
  width: 0.5rem;
  height: 1rem;
  border: solid var(--secondary-color);
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* Show the checkmark when checked */
.container__find-it input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container__find-it.checkmark:after {
  left: 0.563rem;
  top: 0.313rem;
  width: 0.313rem;
  height: 0.625rem;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

a.dropbtn-reset {
  background-color: rgb(175, 199, 119);
  text-align: center;
  margin-top: 2.563rem;
  font-size: 0.938rem;
  padding: 1.375rem 0.938rem;
  font-family: "IntegralCF";
  line-height: 1;
}

.toggle__menu {
  display: inline-block;
  width: 2.5rem;
  line-height: 0.9;
  cursor: pointer;
  display: flex;
  justify-content: end;
  align-items: center;
}

.toggle__menu .drop__close span {
  margin: 0 0 0 auto;
  position: relative;
  top: 0.313rem;
  width: 1.563rem;
  background-color: #000000;
  display: block;
  transition: all 0.4s ease-in-out;
  border-radius: 3px;
  z-index: 9999;
  padding-bottom: 2px;
  margin-bottom: 0px;
}

/* visit */

@media (min-width: 1080px) {
  .fw__find-it__main-wrap a.fw__btn,
  .fw__find-it__item a {
    display: none;
  }
 
}
@media (max-width: 1200px) {
  /*.fw__hero-banner {*/
  /*  min-height: 296px;*/
  /*  position: relative;*/
  /*  padding-top: 10px;*/
  /*}*/
  .fw__hero-banner img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
  }
  .fw__find-it__heading {
    grid-template-columns: repeat(3, 1fr);
  }
  .fw__find-it__main-wrap {
    padding-left: 2.188rem;
    padding-right: 2.188rem;
  }
  .fw__find-it__wrap {
    grid-template-columns: repeat(3, 1fr);
  }
  /*.fw__find-it__item img {*/
  /*  padding: 15px;*/
  /*  width: 100%;*/
  /*  height: 100%;*/
  /*}*/
   .fw__find-it__item img {
        max-width: 70%;
        height: auto;
        max-height: 80%;
  }
  .fw__insta--post {
    padding: 55px 2.188rem 0 2.188rem;
  }
}
@media (max-width: 1080px) {
  .fw__find-it__heading {
    display: flex;
    flex-direction: column;
    gap: 2.063rem;
  }
  .fw__find-it__heading .dropdown,
  .fw__find-it__heading .search-bar {
    width: 100%;
  }
  .fw__find-it__heading h3 {
    order: 3;
  }
  .fw__find-it__wrap {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 4.5rem;
  }
  .fw__find-it__item:hover .fw__find-it-info,
  .fw__find-it-info {
    display: none;
  }
  .fw__find-it__item a {
    position: absolute;
    bottom: -40px;
    right: 0;
  }
  .fw__find-it {
    padding-bottom: 4.438rem;
  }
  .fw__whatson--shape {
    top: -52px;
    width: 7.063rem;
  }
  .fw__cat__content {
    padding-bottom: 2.688rem;
  }
  /*.fw__find-it__item a.desktop--link {*/
  /*  display: none;*/
  /*}*/
}
@media (max-width: 768px) {
 
    .fw__find-it__wrap {
        grid-template-columns: repeat(1, 1fr);
        padding-inline: 15px;
    }
    
    
    .fw__find-it__header {
        padding-inline: 15px;
    }
    
    .fw__find-it__item {
        min-height: 208px;
        aspect-ratio: unset;
    }

  .fw__cat__content h5 {
    font-size: 18px;
    margin-bottom: 32px;
  }

  .fw__visit .fw__visit__heading h2 {
    text-align: center;
  }
  .fw__visit__heading h2 {
    color: var(--secondary-color);
    margin: 2rem;
}

  .fw__visit__heading {
    margin-bottom: 0.313rem;
  }

  .fw__visit__img {
    margin-top: -20px;
  }
}
@media (max-width: 429px) {
  .fw__find-it__main-wrap {
    padding-left: 0.938rem;
    padding-right: 0.938rem;
  }
  
  .fw__place__logo {
        margin-inline: 30px;
    }
}

/* For loader */
/* Simple Dot Loader */
.loader-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  width: 100%;
  height: 100%;
  background-color: #00000080;
  z-index: 999999;
}

.loader-dots div {
  width: 12px;
  height: 12px;
  margin: 0 6px;
  background: #afc777;
  border-radius: 50%;
  animation: bounce 0.6s infinite alternate;
}

.loader-dots div:nth-child(2) {
  animation-delay: 0.2s;
}
.loader-dots div:nth-child(3) {
  animation-delay: 0.4s;
}

@keyframes bounce {
  from {
    transform: translateY(0);
    opacity: 0.6;
  }
  to {
    transform: translateY(-12px);
    opacity: 1;
  }
}

/* Show only first 3 items on small screens */
@media screen and (max-width: 767px) {
  .fw__find-it__wrap .fw__find-it__item:nth-child(n + 4) {
    display: none;
  }
}
/* Show only first 6 items on tablets */
@media screen and (min-width: 768px) and (max-width: 1079px) {
  .fw__find-it__wrap .fw__find-it__item:nth-child(n + 7) {
    display: none;
  }
}

.fw__directory-sticky-wrapper {
    position: relative;
}
@media (min-width: 768px){
  /*   .fw__find-it{*/
  /*    position:sticky;*/
  /*}*/
}
.fw__no-store{
    color:#fff;
}
.fw__whatson--shape {
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(0);
    background: #262626;
    width: 100%;
}
.fw__whatson--shape img {
    width: 14.375rem;
    margin: 0 auto;
}

.fw__visit{
    padding-top: 10rem;
}
