/* =============================== */
/*           DESKTOP VIEW          */
/* =============================== */

.cat-banner {
  margin-bottom: 1.56vw;
  margin-top: 1.04vw;
}

.cat-banner svg {
  width: 100%;
}

.categories {
  display: grid;
  gap: 0.78vw;
  grid-template-columns: repeat(4, 1fr); /* 4 columns with equal width */
  grid-template-rows: repeat(2,auto); /* 2 rows with height determined by content */
}

.cat-item {
  cursor: pointer;
  width: 100%;
}

.cat-item img {
  width: 100%;
}

.post-banner {
  margin-bottom: 0.52vw;
  margin-top: 1.56vw;
}

.post-banner svg {
  width: 100%;
}

.rightIcon {
  cursor: pointer;
  position: absolute;
  right: 10px; /* Adjust the right position as needed */
  top: 42%;
  transform: translateY(-50%);
  width: 100px;
}

.affiliate-banner {
  display: flex;
  justify-content: center;
  margin-bottom: 5%;
  margin-top: 8%;
}

.affiliate-banner svg {
  width: 72%;
}

.footer {
  background: #63ccf544;
  display: flex;
  flex-direction: column;
  gap: 1cqw;
  justify-content: center;
  padding: 1.56%;
}

.top {
  align-items: center;
  display: flex;
  gap: 10px;
  justify-content: center;
}

.top img {
  width: 100%;
  object-fit: contain;
}

.top span {
  color: #000000;
  font: normal normal bold 1.3cqw/33px Segoe UI; /*20px*/
  letter-spacing: 0px;
}

.mailIconDiv {
  width: 4.3%;
}

.middle {
  color: #5b6273;
  font: normal normal normal 0.83cqw/1.5cqw Segoe UI; /*16px/27px*/
  margin: auto;
  text-align: center;
  width: 90%;
}

.bottom {
  display: flex;
  gap: 1.56%;
  justify-content: center;
  margin-bottom: 1vw;
}

.bottom input {
  border-radius: 14px;
  border: 2px solid #ffcc00;
  outline: none;
  padding: 0.313% 1.56%  0.313% 1.56%;
  width: 20.83%;
}

.bottom input,
.bottom input::placeholder {
  font-family: Segoe UI;
  font-size: 1cqw;
  font-style: italic;
  font-variant: normal;
  font-weight: normal;
}

.bottom button {
  align-items: center;
  background: #ffcc00 0% 0% no-repeat padding-box;
  border-radius: 19px;
  border: none;
  color: white;
  cursor: pointer;
  display: flex;
  font: normal normal 600 1cqw/33px Segoe UI;
  gap: 0.78vw;
  outline: none;
  padding: 0.26% 1.56% 0.26% 1.56%;
}

.bottom svg {
  width: 10px;
}

.footerInput::placeholder {
  color: #ffcc00;
  font: italic normal normal 16px/27px Segoe UI;
  opacity: 1; /* Firefox */
}

.bell {
  width: 0.88vw;
}

/* =============================== */
/*           MOBILE VIEW           */
/* =============================== */

.cat-banner-mobile {
  display: none;
  width: 90%;
  margin: 0 auto;
}

.cat-banner-mobile svg{
  width: 100%;
}

.post-banner-mobile {
  display: none;
  width: 90%;
  margin: 0 auto;
}

.post-banner-mobile svg {
  width: 100%;
}

.affiliate-banner-mobile {
  display: none;
}
