/* Extra small devices (phones, 360px and down) max-width: 360; */
.home_prev {
  max-width: 360px;
  width: 100%;
  height: 100vh;
  display: flex;
  padding-top: 48px;
  overflow: hidden;
  position: relative;
}
.home_prev .hero_bg {
  top: 0;
  z-index: -99999;
  position: absolute;
  width: 100%;
  height: auto;
}
.home_prev .hero_bg .bg_img {
  height: 100vh;
  transform: translateX(-40%);
}
.home_prev .hero_sec_content {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 80px;
}
.home_prev .hero_sec_content .hero_sec_content_child {
  width: 90%;
  display: flex;
  flex-direction: column;
  background: rgba(217, 217, 217, 0.4);
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  border-radius: 32px;
  padding: 16px;
}
.home_prev .hero_sec_content .hero_sec_content_child .t1 {
  width: 100%;
  font-size: 1.3rem;
  margin-bottom: 8px;
  display: flex;
  flex-direction: row;
  font-weight: 500;
}
.home_prev .hero_sec_content .hero_sec_content_child .t1 span {
  color: #4F0C16;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 14px;
}
.home_prev .hero_sec_content .hero_sec_content_child .t1 span::before {
  content: "";
  height: 1.3rem;
  width: 100%;
  border: 2px solid #4F0C16;
  border-radius: 14px;
  position: absolute;
  padding: 6px 6px;
}
.home_prev .hero_sec_content .hero_sec_content_child .t2 {
  font-size: 0.8rem;
  margin-top: 24px;
  margin-bottom: 64px;
}
.home_prev .hero_sec_content .hero_sec_content_child .input_group {
  width: 100%;
  height: 54px;
  box-shadow: 4px 4px 24px 2px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.home_prev .hero_sec_content .hero_sec_content_child .input_group .inp {
  width: 80%;
  height: 100%;
  font-size: 1rem;
  border: none;
  background: transparent;
  outline: none;
  margin-left: 20px;
  font-family: "Poppins", sans-serif;
}
.home_prev .hero_sec_content .hero_sec_content_child .input_group .inp::-moz-placeholder {
  color: black;
}
.home_prev .hero_sec_content .hero_sec_content_child .input_group .inp::placeholder {
  color: black;
}
.home_prev .hero_sec_content .hero_sec_content_child .input_group .input_btn {
  height: 100%;
  width: 68px;
  background: #4F0C16;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: ease-in-out 0.3s;
  outline: none;
  border: none;
}
.home_prev .hero_sec_content .hero_sec_content_child .input_group .input_btn svg {
  height: 24px;
}
.home_prev .hero_sec_content .hero_sec_content_child .input_group .input_btn:hover {
  scale: 1.1;
}

/* small devices (phones,  360px and up) max-width: 600;  */
@media only screen and (min-width: 360px) {
  .home_prev {
    max-width: 600px;
    width: 100%;
    display: flex;
    flex-direction: column;
    padding-top: 48px;
    overflow: hidden;
    position: relative;
  }
  .home_prev .hero_bg {
    z-index: -99999;
    position: absolute;
    width: 100%;
    height: auto;
  }
  .home_prev .hero_bg .bg_img {
    height: 100vh;
    transform: translateX(-40%);
  }
  .home_prev .hero_sec_content {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 80px;
  }
  .home_prev .hero_sec_content .hero_sec_content_child {
    width: 90%;
    display: flex;
    flex-direction: column;
    background: rgba(217, 217, 217, 0.4);
    -webkit-backdrop-filter: blur(30px);
            backdrop-filter: blur(30px);
    border-radius: 32px;
    padding: 32px;
  }
  .home_prev .hero_sec_content .hero_sec_content_child .t1 {
    width: 100%;
    font-size: 1.5rem;
    margin-bottom: 8px;
    display: flex;
    flex-direction: row;
    font-weight: 500;
  }
  .home_prev .hero_sec_content .hero_sec_content_child .t1 span {
    color: #4F0C16;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 14px;
  }
  .home_prev .hero_sec_content .hero_sec_content_child .t1 span::before {
    content: "";
    height: 1.7rem;
    width: 100%;
    border: 2px solid #4F0C16;
    border-radius: 14px;
    position: absolute;
    padding: 6px 6px;
  }
  .home_prev .hero_sec_content .hero_sec_content_child .t2 {
    font-size: 0.8rem;
    margin-top: 24px;
    margin-bottom: 64px;
    width: 100%;
  }
  .home_prev .hero_sec_content .hero_sec_content_child .input_group {
    width: 100%;
    height: 54px;
    box-shadow: 4px 4px 24px 2px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    position: relative;
  }
  .home_prev .hero_sec_content .hero_sec_content_child .input_group .inp {
    width: 80%;
    height: 100%;
    font-size: 1rem;
    border: none;
    background: transparent;
    outline: none;
    margin-left: 20px;
    font-family: "Poppins", sans-serif;
  }
  .home_prev .hero_sec_content .hero_sec_content_child .input_group .input_btn {
    height: 100%;
    width: 68px;
    background: #4F0C16;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: ease-in-out 0.3s;
    outline: none;
    border: none;
  }
  .home_prev .hero_sec_content .hero_sec_content_child .input_group .input_btn svg {
    height: 24px;
  }
  .home_prev .hero_sec_content .hero_sec_content_child .input_group .input_btn:hover {
    scale: 1.1;
  }
}
/* Small devices (portrait tablets and large phones, 600px and up) max-width: 768px;  */
@media only screen and (min-width: 600px) {
  .home_prev {
    max-width: 768px;
    width: 100%;
    display: flex;
    flex-direction: column;
    padding-top: 48px;
    overflow: hidden;
    position: relative;
  }
  .home_prev .hero_bg {
    top: 0;
    z-index: -99999;
    position: absolute;
    width: 100%;
    height: auto;
  }
  .home_prev .hero_bg .bg_img {
    height: 100vh;
    transform: translateX(0);
  }
  .home_prev .hero_sec_content {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 80px;
  }
  .home_prev .hero_sec_content .hero_sec_content_child {
    width: 80%;
    display: flex;
    flex-direction: column;
    background: rgba(217, 217, 217, 0.4);
    -webkit-backdrop-filter: blur(30px);
            backdrop-filter: blur(30px);
    border-radius: 32px;
    padding: 16px;
  }
  .home_prev .hero_sec_content .hero_sec_content_child .t1 {
    width: 100%;
    font-size: 2.2rem;
    margin-bottom: 8px;
    display: flex;
    flex-direction: row;
    font-weight: 500;
  }
  .home_prev .hero_sec_content .hero_sec_content_child .t1 span {
    color: #4F0C16;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 14px;
  }
  .home_prev .hero_sec_content .hero_sec_content_child .t1 span::before {
    content: "";
    height: 2.2rem;
    width: 100%;
    border: 2px solid #4F0C16;
    border-radius: 14px;
    position: absolute;
    padding: 6px 6px;
  }
  .home_prev .hero_sec_content .hero_sec_content_child .t2 {
    font-size: 1rem;
    margin-top: 24px;
    margin-bottom: 64px;
    width: 100%;
  }
  .home_prev .hero_sec_content .hero_sec_content_child .input_group {
    width: 100%;
    height: 54px;
    box-shadow: 4px 4px 24px 2px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    position: relative;
  }
  .home_prev .hero_sec_content .hero_sec_content_child .input_group .inp {
    width: 80%;
    height: 100%;
    font-size: 1rem;
    border: none;
    background: transparent;
    outline: none;
    margin-left: 20px;
    font-family: "Poppins", sans-serif;
  }
  .home_prev .hero_sec_content .hero_sec_content_child .input_group .input_btn {
    height: 100%;
    width: 68px;
    background: #4F0C16;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: ease-in-out 0.3s;
    outline: none;
    border: none;
  }
  .home_prev .hero_sec_content .hero_sec_content_child .input_group .input_btn svg {
    height: 24px;
  }
  .home_prev .hero_sec_content .hero_sec_content_child .input_group .input_btn:hover {
    scale: 1.1;
  }
}
/* Medium devices (landscape tablets, 768px and up) max-width: 992px;  */
@media only screen and (min-width: 768px) {
  .home_prev {
    max-width: 992px;
    width: 100%;
    display: flex;
    flex-direction: column;
    padding-top: 48px;
    overflow: hidden;
    position: relative;
  }
  .home_prev .hero_bg {
    top: 0;
    z-index: -99999;
    position: absolute;
    width: 100%;
    height: auto;
  }
  .home_prev .hero_bg .bg_img {
    height: 100vh;
    transform: translateX(0);
  }
  .home_prev .hero_sec_content {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 80px;
  }
  .home_prev .hero_sec_content .hero_sec_content_child {
    width: 80%;
    display: flex;
    flex-direction: column;
    background: rgba(217, 217, 217, 0.21);
    -webkit-backdrop-filter: blur(17.5px);
            backdrop-filter: blur(17.5px);
    border-radius: 32px;
    padding: 16px;
  }
  .home_prev .hero_sec_content .hero_sec_content_child .t1 {
    width: 100%;
    font-size: 2.5rem;
    margin-bottom: 8px;
    display: flex;
    flex-direction: row;
    font-weight: 500;
  }
  .home_prev .hero_sec_content .hero_sec_content_child .t1 span {
    color: #4F0C16;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 14px;
  }
  .home_prev .hero_sec_content .hero_sec_content_child .t1 span::before {
    content: "";
    height: 2.5rem;
    width: 100%;
    border: 2px solid #4F0C16;
    border-radius: 14px;
    position: absolute;
    padding: 6px 6px;
  }
  .home_prev .hero_sec_content .hero_sec_content_child .t2 {
    width: 100%;
    font-size: 1rem;
    margin-top: 24px;
    margin-bottom: 64px;
  }
  .home_prev .hero_sec_content .hero_sec_content_child .input_group {
    width: 100%;
    height: 54px;
    box-shadow: 4px 4px 24px 2px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    position: relative;
  }
  .home_prev .hero_sec_content .hero_sec_content_child .input_group .inp {
    width: 80%;
    height: 100%;
    font-size: 1rem;
    border: none;
    background: transparent;
    outline: none;
    margin-left: 20px;
    font-family: "Poppins", sans-serif;
  }
  .home_prev .hero_sec_content .hero_sec_content_child .input_group .input_btn {
    height: 100%;
    width: 68px;
    background: #4F0C16;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: ease-in-out 0.3s;
    outline: none;
    border: none;
  }
  .home_prev .hero_sec_content .hero_sec_content_child .input_group .input_btn svg {
    height: 24px;
  }
  .home_prev .hero_sec_content .hero_sec_content_child .input_group .input_btn:hover {
    scale: 1.1;
  }
}
/* Large devices (laptops/desktops, 992px and up) max-width: 1200px;  */
@media only screen and (min-width: 992px) {
  .home_prev {
    max-width: 1200px;
    width: 100%;
    height: 120vh;
    display: flex;
    flex-direction: row;
    padding-top: 80px;
    overflow: hidden;
    position: relative;
    align-items: center;
    justify-content: center;
  }
  .home_prev .hero_bg {
    top: 0;
    z-index: -99999;
    position: absolute;
    width: 100%;
    height: auto;
  }
  .home_prev .hero_bg .bg_img {
    width: 100%;
    height: 100%;
    transform: translateX(0);
  }
  .home_prev .hero_sec_content {
    position: absolute;
    bottom: 0;
    top: 80px;
    width: 90%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: left;
    padding-bottom: 80px;
  }
  .home_prev .hero_sec_content .hero_sec_content_child {
    width: 70%;
    display: flex;
    flex-direction: column;
    background: rgba(217, 217, 217, 0.21);
    -webkit-backdrop-filter: blur(17.5px);
            backdrop-filter: blur(17.5px);
    border-radius: 32px;
    padding: 40px;
  }
  .home_prev .hero_sec_content .hero_sec_content_child .t1 {
    font-size: 3rem;
    margin-bottom: 4px;
    display: flex;
    flex-direction: row;
    font-weight: 500;
  }
  .home_prev .hero_sec_content .hero_sec_content_child .t1 span {
    color: #4F0C16;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 14px;
  }
  .home_prev .hero_sec_content .hero_sec_content_child .t1 span::before {
    content: "";
    height: 3rem;
    width: 100%;
    border: 3px solid #4F0C16;
    border-radius: 20px;
    position: absolute;
    padding: 6px 6px;
  }
  .home_prev .hero_sec_content .hero_sec_content_child .t2 {
    font-size: 1rem;
    margin-top: 24px;
    margin-bottom: 64px;
    width: 100%;
  }
  .home_prev .hero_sec_content .hero_sec_content_child .input_group {
    width: 541px;
    height: 68px;
    box-shadow: 4px 4px 24px 2px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    position: relative;
  }
  .home_prev .hero_sec_content .hero_sec_content_child .input_group .inp {
    width: 80%;
    height: 100%;
    font-size: 1.2rem;
    border: none;
    background: transparent;
    outline: none;
    margin-left: 20px;
    font-family: "Poppins", sans-serif;
  }
  .home_prev .hero_sec_content .hero_sec_content_child .input_group .input_btn {
    height: 100%;
    width: 68px;
    background: #4F0C16;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: ease-in-out 0.3s;
  }
  .home_prev .hero_sec_content .hero_sec_content_child .input_group .input_btn svg {
    height: 30px;
  }
  .home_prev .hero_sec_content .hero_sec_content_child .input_group .input_btn:hover {
    scale: 1.1;
  }
}
/* Extra large devices (large laptops and desktops, 1200px and up) max-width: 100%;  */
@media only screen and (min-width: 1200px) {
  .home_prev {
    max-width: 100%;
    width: 100%;
    height: 130vh;
    display: flex;
    flex-direction: row;
    padding-top: 80px;
    overflow: hidden;
    position: relative;
    align-items: center;
    justify-content: center;
  }
  .home_prev .hero_bg {
    top: 0;
    z-index: -99999;
    position: absolute;
    width: 100%;
    height: auto;
  }
  .home_prev .hero_bg .bg_img {
    width: 100%;
    height: auto;
    transform: translateX(0);
  }
  .home_prev .hero_sec_content {
    position: absolute;
    bottom: 0;
    width: 1180px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: left;
    padding-bottom: 80px;
  }
  .home_prev .hero_sec_content .hero_sec_content_child {
    width: 60%;
    display: flex;
    flex-direction: column;
    background: rgba(217, 217, 217, 0.21);
    -webkit-backdrop-filter: blur(17.5px);
            backdrop-filter: blur(17.5px);
    border-radius: 32px;
    padding: 40px;
  }
  .home_prev .hero_sec_content .hero_sec_content_child .t1 {
    font-size: 3rem;
    margin-bottom: 8px;
    display: flex;
    flex-direction: row;
    font-weight: 500;
  }
  .home_prev .hero_sec_content .hero_sec_content_child .t1 span {
    color: #4F0C16;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 14px;
  }
  .home_prev .hero_sec_content .hero_sec_content_child .t1 span::before {
    content: "";
    height: 3rem;
    width: 100%;
    border: 3px solid #4F0C16;
    border-radius: 20px;
    position: absolute;
    padding: 6px 6px;
  }
  .home_prev .hero_sec_content .hero_sec_content_child .t2 {
    font-size: 1rem;
    margin-top: 24px;
    margin-bottom: 64px;
  }
  .home_prev .hero_sec_content .hero_sec_content_child .input_group {
    width: 541px;
    height: 68px;
    box-shadow: 4px 4px 24px 2px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    position: relative;
  }
  .home_prev .hero_sec_content .hero_sec_content_child .input_group .inp {
    width: 80%;
    height: 100%;
    font-size: 1.2rem;
    border: none;
    background: transparent;
    outline: none;
    margin-left: 20px;
    font-family: "Poppins", sans-serif;
  }
  .home_prev .hero_sec_content .hero_sec_content_child .input_group .input_btn {
    height: 100%;
    width: 68px;
    background: #4F0C16;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: ease-in-out 0.3s;
  }
  .home_prev .hero_sec_content .hero_sec_content_child .input_group .input_btn svg {
    height: 30px;
  }
  .home_prev .hero_sec_content .hero_sec_content_child .input_group .input_btn:hover {
    scale: 1.1;
  }
}/*# sourceMappingURL=hero_section.css.map */