.banner-bg {
  margin-top: 165px !important;
  padding: 20px !important;
  max-width: 71%;
  /* background-image: url('/img/firstfold-bg-image.webp'); */
  background-repeat: no-repeat;
  background-size: cover;
}

#first-fold-parText p {
  color: #003966;
  font-style: normal;
  font-weight: 400;
}

.signup-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  background-color: #33997c;
  padding: 0.625rem 1rem;
  text-align: center;
  color: #fff !important;
  outline: 0;
  transition: all 0.2s ease;
  text-decoration: none;
}

.signup-button:focus,
.signup-button:hover {
  background-color: #267b64;
  text-decoration: none;
}

.quickSearch-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  background-color: #fff;
  padding: 0.625rem 1rem;
  text-align: center;
  color: rgba(0, 0, 0, 0.6) !important;
  outline: 0;
  transition: all 0.2s ease;
  text-decoration: none;
}

.quickSearch-button:focus,
.quickSearch-button:hover {
  background-color: #fcfcfc;
  text-decoration: none;
}

.texts {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1;
  text-align: start;
}

.text-1 {
  font-size: 1.3rem;
  line-height: 1.1;
}

.text-2 {
  font-weight: 700;
}

.img-container {
  max-width: 71%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}

.overlay-container {
  position: relative;
}

.image {
  width: 100%;
  display: block;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 2rem;
  filter: brightness(0.5);
}

.overlay-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2rem;
}

.title {
  position: relative;
  bottom: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  transition: transform 0.3s ease;
  text-align: center;
  font-family: "Biryani", sans-serif;
}

.overlay-container:hover .title {
  transform: translate(-50%, -9vh);
  will-change: contents;
}

:is(.paragraph, .overlay-link) {
  opacity: 0;
  position: absolute;
  left: 50%;
  transition: opacity 0.3s ease;
  text-align: center;
  z-index: 1;
}

.paragraph {
  top: 50%;
  transform: translate(-50%, -70%);
  margin-bottom: 0;
  color: white;
  font-family: "Biryani", sans-serif !important;
}

.overlay-link {
  top: 85%;
  transform: translate(-50%, -85%);
  outline: 0.2rem solid #fff;
  padding-block: 0.5rem;
  padding-inline: 1rem;
}

.overlay-link:hover {
  outline: 0.2rem solid #fff;
  padding-block: 0.5rem;
  padding-inline: 1rem;
  text-decoration: none;
}

.overlay-container:hover :is(.paragraph, .overlay-link) {
  opacity: 1;
}

.yt-lity {
  position: absolute;
  bottom: 0;
  right: 30%;
  transform: translate(-50%, -30%);
}

.input-container {
  position: relative;
  display: flex;
  width: 100%;
  max-width: 40rem;
}

.input-container > .heart-btn,
.input-container .input {
  white-space: nowrap;
  display: block;
}

.input-container > .heart-btn,
.input-container .input:first-child {
  border-radius: 6px 0 0 6px;
}

.input-container > .heart-btn,
.input-container .input {
  border-radius: 0 6px 6px 0;
}

.input-container > .heart-btn,
.input-container .input {
  margin-left: -1px;
}

.input-container .input {
  position: relative;
  z-index: 1;
  flex: 1 1 auto;
  width: 1%;
  margin-top: 0;
  margin-bottom: 0;
}

.input-container .heart-btn {
  text-align: center;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 25px;
  color: #6b7385;
  background: #f9a8a8;
  border: 1px solid #f9a8a8;
  font-weight: bold;
  transition: background 0.3s ease, border 0.3s ease, color 0.3s ease;
}

.input-container:focus-within > .heart-btn {
  color: #fff;
  background-color: #ec474f;
  border-color: #ec474f;
}

.input {
  display: block;
  width: 100%;
  padding: 8px 16px;
  line-height: 25px;
  font-size: 14px;
  font-weight: 500;
  font-family: inherit;
  border-radius: 6px;
  -webkit-appearance: none;
  color: #3d3d3d;
  border: 1px solid #cdd9ed;
  background: #fff;
  transition: border 0.3s ease;
}

.input::placeholder {
  color: #c8c8c8;
}

.input:focus {
  outline: none;
  border-color: #148cd1;
}

.quickSubmit-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #dc3545;
  border-radius: 0.5rem;
  background-color: #dc3545;
  padding: 0.625rem 1rem;
  text-align: center;
  color: #fff !important;
  outline: 0;
  transition: all 0.2s ease;
  text-decoration: none;
}

.quickSubmit-button:is(:hover, :focus) {
  background-color: #f5f6f6;
  color: #dc3545 !important;
  text-decoration: none !important;
}

.grid-searchbtn {
  place-items: stretch;
  padding-inline: 8rem;
}

.region-col {
  width: 23%;
}

.region-col-select {
  width: 71%;
}

.content__or-text {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-transform: uppercase;
  font-size: 13px;
  column-gap: 18px;
  margin-top: 18px;
}

.content__or-text span:is(:nth-child(3), :nth-child(1)) {
  display: block;
  width: 100%;
  height: 1px;
  background-color: rgb(219, 219, 219);
}

@media screen and (width <=1440px) {
  .banner-bg,
  .img-container {
    max-width: 83%;
  }
}

@media screen and (width <=1199.98px) {
  .region-col {
    width: 24%;
  }

  .region-col-select {
    width: 66%;
  }
}

@media screen and (width <=1024px) {
  .grid-searchbtn {
    padding-inline: 4rem;
  }

  .banner-bg {
    margin-top: 20rem !important;
  }

  .img-container {
    grid-template-columns: repeat(4, 1fr);
  }

  .yt-lity {
    bottom: 25%;
  }
}

@media screen and (width <=991.98px) {
  .img-container {
    grid-template-columns: repeat(2, 1fr);
  }

  .banner-bg {
    margin-top: 24rem !important;
  }

  .yt-lity {
    bottom: 0;
    right: 35%;
  }

  .overlay-container:hover .title {
    transform: translate(-50%, -5vh);
  }

  .paragraph {
    transform: translate(-50%, -50%);
  }

  .region-col {
    width: 26%;
  }

  .region-col-select {
    width: 60%;
  }
}

@media screen and (width <=767.98px) {
  .quick-searchLbl {
    text-align: left;
  }

  .img-container {
    grid-template-columns: 1fr;
  }

  .yt-lity {
    right: 25%;
  }

  .paragraph {
    transform: translate(-50%, -35%);
  }

  .region-col {
    width: 15%;
    padding-left: 1.5rem;
  }

  .region-col-select {
    width: 84%;
  }
}

@media screen and (width <=576px) {
  .region-col {
    width: unset;
    padding-left: 1rem;
  }

  .region-col-select {
    width: 98%;
  }
}
