:root {
  --primary: #61a745;
  --secondary: #252c32;
  --white: #fff;
  --base-transition: all 0.3s ease-in-out;
}

.filter-items-container {
  display: flex;
  gap: 16px;
  margin-top: 22px;
}
.filters {
  min-width: 162px;
  max-width: 162px;
  display: none;
}
.items-container {
  width: 100%;
  flex-grow: 1;
}
.filters-title {
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--secondary);
  font-family: "Kumbh Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 132%; /* 21.12px */
  letter-spacing: -0.16px;
  margin-bottom: 16px;
}

.filter-title {
  color: var(--secondary);
  font-family: "Kumbh Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 132%;
  letter-spacing: -0.32px;
  margin-bottom: 10px;
}

.filter-options {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.filter-options .item, .mobile-filters .item {
  display: flex;
  align-items: center;
  flex-direction: row !important;
  gap: 8px;
}
.filter-options .item span, .mobile-filters .item span {
  color: var(--secondary);
  font-family: "Kumbh Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 164%;
}
.filter-options .item input[type="checkbox"], .mobile-filters .item input[type="checkbox"] {
  width: 20px;
  height: 20px;
  border: 1px solid #ccc;
}
.middle-line {
  width: 100%;
  height: 1px;
  background-color: #ccc;
  margin: 20px 0;
}
input[type="checkbox"]:checked {
  background-color: var(--primary);
  border-color: var(--primary);
  outline: none;
}
input[type="checkbox"]:focus {
  outline: none;
  box-shadow: none;
  border: 1px solid #ccc;
}

/* items container */
.search-result {
  color: var(--secondary);
  font-family: "Kumbh Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 132%;
  letter-spacing: -0.24px;
}

.filter-btn {
  border-radius: 8px;
  border: 1px solid #e6e6e6;
  display: flex;
  width: 100px;
  padding: 6px 8px;
  justify-content: center;
  align-items: center;
  gap: 6px;
  margin-left: auto;
  margin-top: 8px;
}
.filter-btn svg {
  width: 20px;
}

.filtered-items {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-top: 35px;
  position: relative;
}
.mobile-filters {
  position: absolute;
  right: 0;
  top: -10px;
  background-color: #fff;
  z-index: 100;
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
  padding: 20px 16px;
  border-radius: 8px;

  display: none;
  flex-direction: column;
  gap: 8px;
}
.mobile-filters.show {
  display: flex;
}
.filtered-items .item {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.filtered-items .img-container {
  width: 160px;
  height: 144px;
  position: relative;
  margin: 0 auto;
}
.filtered-items .img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.filtered-items .badge-container {
  position: absolute;
  top: 10px;
  left: 0px;
  background-image: url("../images/item-top.png");
  min-width: 70px;
  height: 26px;
  background-repeat: no-repeat;
  background-size: cover;
  font-size: 12px;
  display: flex;
  justify-content: center;
  padding-left: 8px;
  padding-right: 12px;
  padding-top: 1px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}
.filtered-items .text-container {
  position: absolute;
  bottom: 12px;
  color: var(--white);
  font-family: "Kumbh Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 132%; /* 26.4px */
  letter-spacing: -0.2px;
  width: 100%;
  text-align: center;
}
.filtered-items .item-title-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  justify-content: space-between;
}
.filtered-items .item-title {
  color: var(--secondary);
  text-align: center;
  font-family: "Kumbh Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 132%;
  letter-spacing: -0.24px;
}
.filtered-items .item .right {
  width: 100%;
}
.permitted-container {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  justify-content: space-between;
}
.permitted-box {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--primary);
  font-family: "Kumbh Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 164%;
}
.permitted-left {
  font-size: 14px;
}
.permitted-right {
  font-size: 12px;
}
.items-container .ratings {
  margin-top: 11px;
  display: flex;
  align-items: center;
  gap: 14px;
  color: #6b7280;
  font-family: "Kumbh Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 164%; /* 22.96px */
}
.items-container .rating-left {
  display: flex;
  align-items: center;
  gap: 3px;
  font-size: 16px;
  font-weight: 600;
}
.items-container .rating-left svg {
  margin-top: -6px;
}
.items-container .rating-left .rate {
  color: var(--secondary);
  font-family: "Kumbh Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 132%; /* 21.12px */
  letter-spacing: -0.32px;
}
.items-container .location-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding-left: 3px;
  margin-top: 8px;
}
.items-container .location {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 11px;
  color: #6b7280;
  font-family: "Kumbh Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 164%;
}
.items-container .tips {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 7px;
}
.tips .span-left {
  color: #6b7280;
  font-family: "Kumbh Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 164%;
}
.tips .span-right {
  color: var(--primary);
  font-family: "Kumbh Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 132%;
  letter-spacing: -0.2px;
}
.items-container .item-bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding-left: 3px;
  margin-top: 16px;
}
.items-container .item-bottom .item-text {
  color: #333;
  font-family: Arial;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  width: 100%;
  max-width: 404px;
}
.items-container .item-bottom .item-text span {
  color: var(--primary);
  font-family: "Kumbh Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 164%;
  cursor: pointer;
}
.items-container .item-bottom .see-btn {
  display: inline-flex;
  align-items: center;
  gap: 2px;
}

.explore-fishing-page .faq-section {
  margin-top: 100px;
}

/* explore fishing bottom */
.fishing-explore-bottom-container {
  margin-top: 30px;
}
.fishing-explore-bottom-title {
  color: var(--secondary);
  font-family: "Kumbh Sans";
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 132%;
  letter-spacing: -0.32px;
}
.fishing-explore-bottom {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.fishing-explore-bottom .text-content {
  width: 100%;
  order: 2;
  color: #333;
  font-family: "Kumbh Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 164%;
}
.fishing-explore-bottom .info-content {
  width: 100%;
  order: 1;
}
.fishing-explore-bottom .info-content-title {
  color: #333;
  font-family: Arial;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
}
.fishing-explore-bottom .info-content-title svg {
  margin-top: -8px;
}
.fishing-explore-bottom .info-content-title .rate {
  color: #777;
  font-family: Arial;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 25.71px;
}
.fishing-explore-bottom .info-content-text {
  color: #777;
  font-family: Arial;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

@media screen and (min-width: 680px) {
  .filter-btn {
    display: none;
  }
  .filtered-items .img-container {
    width: 266px;
    height: 184px;
    position: relative;
  }
  .filtered-items .item {
    display: flex;
    flex-direction: row;
    gap: 20px;
  }
  .fishing-explore-bottom {
    margin-top: 24px;
    display: flex;
    flex-direction: row;
    gap: 24px;
  }
  .fishing-explore-bottom .text-content {
    width: 70%;
    font-size: 16px;
    order: 1;
  }
  .fishing-explore-bottom .info-content {
    width: 30%;
    order: 2;
  }
  .fishing-explore-bottom .info-content-title .rate {
    color: #777;
    font-size: 18px;
  }
}
@media screen and (min-width: 830px) {
  .filters {
    display: block;
  }
  .filters-title {
    margin-bottom: 37px;
  }
  .fishing-explore-bottom .info-content-title {
    color: #333;
    font-family: Arial;
    font-size: 24px;
  }
}

@media screen and (min-width: 1300px) {
  .fishing-explore-bottom-title {
    color: var(--secondary);
    font-family: "Kumbh Sans";
    font-size: 32px;
  }
  .fishing-explore-bottom-container {
    margin-top: 80px;
  }
  .filtered-items .text-container {
    font-size: 16px;
  }
  .filtered-items .item {
    display: flex;
    gap: 30px;
  }
  .filter-items-container {
    display: flex;
    gap: 72px;
    margin-top: 22px;
  }
  .filters {
    min-width: 262px;
    max-width: 262px;
  }
  .search-result {
    font-size: 20px;
  }
  .filtered-items .item-title {
    font-size: 20px;
  }
}
@media screen and (min-width: 1700px) {
  .search-result {
    font-size: 24px;
  }
  .filtered-items .item-title {
    font-size: 24px;
  }
  .filtered-items .text-container {
    font-size: 20px;
  }
}
