#anotherHome {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  flex-direction: column;
  align-items: start;
  justify-content: center;
  gap: 20px;
  padding: 100px;
  padding-bottom: 0;
  padding-top: 20px;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
#anotherHome .swiper {
  width: 100%;
  height: 100%;
}
#anotherHome .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #444;
  display: flex;
  justify-content: center;
  align-items: center;
}
#anotherHome .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#anotherHome .layer {
  position: absolute;
  height: 100%;
  width: 100%;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.6);
  pointer-events: none;
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}
#anotherHome h1 {
  position: relative;
  color: #fff;
}
#anotherHome .content {
  position: relative;
  display: flex;
  flex-direction: column;
}
#anotherHome .content .opportinity_contain {
  display: flex;
  gap: 20px;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
#anotherHome .content .opportinity_contain > div:first-child img, #anotherHome .content .opportinity_contain > div:nth-child(2) img {
  scale: 1.2;
}
#anotherHome .content .opportinity_contain > div {
  padding: 20px 10px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  position: relative;
  transition: all 0.5s ease-in;
  border: 1px solid rgba(184, 184, 184, 0.2431372549);
  background-color: rgba(0, 0, 0, 0.3490196078);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
#anotherHome .content .opportinity_contain > div img {
  width: clamp(3.125rem, 2.4107rem + 1.1161vw, 3.75rem);
  height: clamp(3.125rem, 2.4107rem + 1.1161vw, 3.75rem);
  filter: invert(1);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
#anotherHome .content .opportinity_contain > div p {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-size: max(20px, var(--font-30) - 6px);
  text-align: center;
  color: #fff;
}
#anotherHome .content .opportinity_contain > div.active {
  background-color: #a2c617;
}
#anotherHome .content .opportinity_contain > div.active p {
  color: var(--text-color);
}
#anotherHome .content .opportinity_contain > div.active img {
  filter: invert(0);
}

.search {
  min-width: 60vw;
  width: 100%;
  display: grid;
  grid-template-columns: 100%;
  margin-top: 50px;
  position: relative;
  z-index: 1;
}
.search .custom-select-container {
  position: relative;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3490196078);
  border-radius: 10px;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.search .custom-select-container input {
  all: unset;
  width: calc(100% - 20px);
  padding: 10px 10px;
  border-width: 1px 1px 1px 1px;
  border-color: #b8b8b8;
  border-style: solid;
  font-size: calc(var(--font-20) + 2px);
  color: #fff;
  border-radius: 10px;
}
.search .custom-select-container .options-list {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: white;
  border: 1px solid #ccc;
  max-height: 250px;
  border-radius: 10px;
  overflow-y: auto;
  display: none;
  z-index: 999;
}
.search .custom-select-container .options-list > a.active {
  display: block;
}
.search .custom-select-container .options-list a {
  padding: 7px 10px;
  cursor: pointer;
  display: none;
  transition: all 0.2s;
  text-decoration: unset;
  color: #000;
}
.search .custom-select-container .options-list a:hover {
  background-color: var(--colored-text);
}

.trending {
  display: flex;
  margin-top: 30px;
  align-items: center;
  height: 37px;
  gap: 20px;
}
.trending > p {
  font-size: var(--font-20);
  color: #fff;
}
.trending > div {
  display: flex;
  gap: 15px;
}
.trending > div > a {
  all: unset;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: calc(var(--font-20) - 2px);
  border: 1px solid rgba(184, 184, 184, 0.2431372549);
  padding: 5px 10px 5px 5px;
  border-radius: 5px;
  color: #fff;
  font-weight: 100;
  background-color: rgba(0, 0, 0, 0.3490196078);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.trending > div > a p {
  line-height: 1;
}
.trending > div > a img {
  height: 25px;
  width: 25px;
  -o-object-fit: contain;
     object-fit: contain;
}/*# sourceMappingURL=newBanner.css.map */