@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poetsen+One&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
@font-face {
  font-family: machina;
  src: url(nue_machina.ttf);
}
/* body{
  overflow-x: hidden;
} */
/*Colores*/
/* :root{
  --first-color: #E3F8FF;
  --second-color: #dcfbdd;
  --third-color: #FFE8DF;
  --accent-color: #FF5151;
  --dark-color: #161616;
}


:root{
  --body-font: 'Open Sans';
  --h1-font-size: 1.5rem;
  --h3-font-size: 1rem;
  --normal-font-size: 0.938rem;
  --smaller-font-size: 0.75rem;
}
@media screen and (min-width: 768px){
  :root{
      --h1-font-size: 2rem;
      --normal-font-size: 1rem;
      --smaller-font-size: 0.813rem;
  }
} */
.hero_c {
  width: 100%;
  height: 100vh;
  background: #cfe8ec;
  font-family: "Poppins", sans-serif;
  /* overflow-x: hidden; */
}
.brand-logo {
  color: #149485;
}
.hero_c nav {
  width: 100%;
  height: 100px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media screen and (max-width: 1000px) {
  .hero_c nav {
    margin-bottom: 40px;
  }
}
.menu-item {
  flex: 1;
}

.menu-left {
  text-align: left;
  margin-left: 3em;
}

.menu-center {
  text-align: center;
}

.menu-right {
  text-align: right;
  margin-right: 4em;
}

.menu-link {
  padding: 0 20px;
  cursor: pointer;
}
@media screen and (max-width: 1450px) {
  .menu-link {
    padding: 0 10px;
  }
}
.menu-left i {
  display: none;
  font-size: 2rem;
}
@media screen and (max-width: 1250px) {
  .menu-link {
    display: none;
  }
  .menu-left i {
    display: block;
  }
}
.hero-image {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.id_logo {
  width: 50px;
  height: 50px;
}

.hero-image .wrapper-img {
  position: absolute;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  width: 50%;
  height: 100vh;
}
@media screen and (max-width: 1400px) {
  .hero-image .wrapper-img {
    width: 70%;
  }
}
@media screen and (max-width: 1000px) {
  .hero-image .wrapper-img {
    width: 90%;
  }
}
@media screen and (max-width: 750px) {
  .hero-image .wrapper-img {
    width: 90%;
    height: 80vh;
  }
}
@media screen and (max-width: 550px) {
  .hero-image .wrapper-img {
    width: 100%;
    height: 70vh;
  }
}

.wrapper-img .image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wrapper-img .box {
  background: #cfe8ec;
  opacity: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 2;
}

.wrapper-img .images {
  position: absolute;
  width: 100%;
  height: 100vh;
  display: flex;
  /* left: 130px; */
  /* transform: translateX(150px); */
  justify-content: space-between;
  /* justify-content: center; */
  align-items: center;
}
@media screen and (max-width: 850px) {
  .images {
    position: absolute;
    width: 60%;
    height: 60vh;
  }
}
.images .img {
  position: absolute;
  top: 40%;
  left: 50%;
  /* transform: translate(-60%, -40%); */
  width: 300px;
  height: 400px;
  background: black;
}
@media screen and (max-width: 1400px) {
  .images .img {
    width: 250px;
    height: 350px;
    background: black;
    top: 35%;

    transform: translate(-65%, -35%);
  }
}
@media screen and (max-width: 1100px) {
  .images .img {
    width: 200px;
    height: 300px;
    background: black;
  }
}
@media screen and (max-width: 850px) {
  .images .img {
    display: none;
  }
}
.images .left {
  background: url("https://firebasestorage.googleapis.com/v0/b/rohitcoder-47bc2.appspot.com/o/round_2%2Fdhai2.jpg?alt=media&token=1c01ff7f-506a-49b2-b7ae-b8c8465ccbd0")
    no-repeat 50% 50%;
  background-size: cover;
  width: 370px;
}

.images .right {
  background: url("https://firebasestorage.googleapis.com/v0/b/rohitcoder-47bc2.appspot.com/o/round_2%2Fcoffe1.jpg?alt=media&token=6e7cdc13-c946-4a4e-8f83-d18bdde44535")
    no-repeat 0 center;
  background-size: cover;
}

.header p {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #128f80;
  font-family: "Voyage";
  font-size: 300px;
  font-family: "Poetsen One", sans-serif;
}
@media screen and (max-width: 1450px) {
  .header p {
    font-size: 250px;
  }
}
@media screen and (max-width: 1250px) {
  .header p {
    font-size: 200px;
  }
}
@media screen and (max-width: 1150px) {
  .header p {
    font-size: 170px;
  }
}
@media screen and (max-width: 950px) {
  .header p {
    font-size: 150px;
  }
}
@media screen and (max-width: 800px) {
  .header p {
    font-size: 120px;
  }
}
@media screen and (max-width: 600px) {
  .header p {
    font-size: 75px;
  }
}

.title .letter {
  display: inline-block;
  line-height: 1em;
}

.sidebar-text {
  font-family: "Poetsen One", sans-serif;

  position: absolute;
  top: 20%;
  right: 0.4em;
  transform: translate(-50%, -50%);
  font-size: 40px;
  color: #149485;
}
@media screen and (max-width: 1350px) {
  .sidebar-text {
    font-size: 25px;
  }
}
@media screen and (max-width: 950px) {
  .sidebar-text {
    display: none;
  }
}
.projects {
  position: absolute;
  bottom: 10%;
  left: 10%;
  color: #149485;
  transform: translate(-50%, -50%);
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
}
@media screen and (max-width: 1200px) {
  .projects {
    bottom: 4%;
  }
}
@media screen and (max-width: 900px) {
  .projects {
    left: 100px;
  }
}
.images .img-nav {
  position: absolute;
  right: 10%;
  bottom: 13%;
  transform: translate(-50%, -50%);
  text-transform: uppercase;
  color: #000;
  font-family: "Monument Extended";
}
.search-icon {
  display: flex;
  gap: 20px;
  font-size: 25px;

  justify-content: flex-end;
}
@media screen and (max-width: 550px) {
  .search-icon {
    font-size: 15px;
  }
}

.next {
  position: relative;
  top: 40px;
  left: 80px;
  font-family: "Monument Extended";
}
@media screen and (max-width: 470px) {
  .brand-logo {
    font-size: 12px;
  }
}

/* Circle section  */
.circle_section {
  height: 100vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f4fff0;
  /* overflow-x: hidden; */
}
.check {
  height: 100vh;
  width: 100%;
  background-color: #f4fff0;
}
.check2 {
  height: 100vh;
  width: 100%;
}
.circle_section .circle {
  height: 600px;
  width: 600px;
  border-radius: 50%;
}
@media screen and (max-width: 1400px) {
  .circle_section .circle {
    height: 500px;
    width: 500px;
  }
}
@media screen and (max-width: 950px) {
  .circle_section .circle {
    height: 450px;
    width: 450px;
  }
}
@media screen and (max-width: 700px) {
  .circle_section .circle {
    height: 400px;
    width: 400px;
  }
}
@media screen and (max-width: 600px) {
  .circle_section .circle {
    height: 300px;
    width: 300px;
  }
}
@media screen and (max-width: 600px) {
  .circle_section .circle {
    height: 250px;
    width: 250px;
  }
}
.circle_section .circle img {
  height: 100%;
  width: 100%;
  background: cover no-repeat;
  background-position: center;
}

/* About section style  */

.about {
  height: 100vh;
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
}
@media screen and (max-width: 1000px) {
  .about {
    flex-direction: column-reverse;
  }
}

.about_text {
  width: 45%;
  height: 100%;
  display: flex;
  justify-content: center;
  padding: 20px;
  gap: 20px;
  flex-direction: column;
}

@media screen and (max-width: 1100px) {
  .about_text {
    width: 45%;
  }
}

@media screen and (max-width: 1000px) {
  .about_text {
    width: 100%;
    height: 50%;
    gap: 10px;
  }
}
@media screen and (max-width: 500px) {
  .about_text {
    gap: 10px;
  }
}

/* make by rohit */
.about_gallery {
  width: 55%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px;
  overflow: hidden;
}
@media screen and (max-width: 1000px) {
  .about_gallery {
    width: 100%;
    height: 50%;
  }
}
.about_image_box {
  width: 110px;
  height: 450px;
  border-radius: 20px;
  background-image: url(https://firebasestorage.googleapis.com/v0/b/rohitcoder-47bc2.appspot.com/o/round_2%2FHealthy.jpg?alt=media&token=eb2c8404-b385-4fbe-9579-f01cf1ba9b9f);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  transition: width 0.5s;
  box-shadow: 5px 10px 10px rgba(0, 0, 0, 0.15);
}
.about_image_box:nth-child(2) {
  background: url(https://firebasestorage.googleapis.com/v0/b/rohitcoder-47bc2.appspot.com/o/round_2%2Femploy.jpg?alt=media&token=1d99ce54-57cc-40e0-adb3-d02ffec676fd);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transform: translateY(40px);
}
@media screen and (max-width: 1000px) {
  .about_image_box:nth-child(2) {
    transform: translateY(0px);
  }
}
.about_image_box:nth-child(3) {
  background: url(https://firebasestorage.googleapis.com/v0/b/rohitcoder-47bc2.appspot.com/o/round_2%2Fab_img3.jpg?alt=media&token=879144cc-e79d-4823-bde1-4aca60c4d8d7);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 1400px) {
  .about_image_box:nth-child(3) {
    display: none;
  }
}
.about_image_box:nth-child(4) {
  background: url(https://firebasestorage.googleapis.com/v0/b/rohitcoder-47bc2.appspot.com/o/round_2%2Fab_img1.jpg?alt=media&token=a9e980db-961d-43d0-a869-772d3522503e);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transform: translateY(40px);
}
@media screen and (max-width: 1400px) {
  .about_image_box:nth-child(4) {
    transform: translateY(0px);
  }
}
@media screen and (max-width: 1100px) {
  .about_image_box:nth-child(3) {
    display: none;
  }
  .about_image_box:nth-child(4) {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  .about_image_box {
    width: 80px;
    height: 300px;
  }
  .about_image_box:nth-child(4) {
    transform: translateY(0px);
    display: block;
  }
}
@media screen and (max-width: 620px) {
  .about_image_box {
    width: 80px;
    height: 300px;
  }
}
.about_image_box h1 {
  color: orange;
  position: absolute;
  bottom: 0px;
  left: 40px;
  opacity: 0;
  font-family: "Poppins", sans-serif;

  transition: bottom 0.5s, opacity 0.5s;
}
@media screen and (max-width: 460px) {
  .about_image_box h1 {
    font-size: 20px;
  }
}
.about_image_box:hover {
  width: 400px;
  cursor: pointer;
}
@media screen and (max-width: 1000px) {
  .about_image_box:hover {
    width: 350px;
  }
}
@media screen and (max-width: 620px) {
  .about_image_box:hover {
    width: 300px;
  }
}
.about_image_box:hover h1 {
  opacity: 1;
  bottom: 25px;
}
.about_text h1 {
  font-size: 25px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #149485;
}
@media screen and (max-width: 1000px) {
  .about_text h1 {
    font-size: 20px;
  }
}
@media screen and (max-width: 600px) {
  .about_text h1 {
    font-size: 17px;
  }
}

.about_text p {
  font-size: 15px;
  line-height: 25px;
  display: block;
  padding-right: 150px;
  word-spacing: 4px;
  font-family: "Poppins", sans-serif;
}

@media screen and (max-width: 1400px) {
  .about_text p {
    padding-right: 100px;
  }
}
@media screen and (max-width: 1300px) {
  .about_text p {
    padding-right: 50px;
  }
}
@media screen and (max-width: 1000px) {
  .about_text p {
    padding-right: 10px;
  }
}
@media screen and (max-width: 700px) {
  .about_text p {
    font-size: 10px;
    line-height: 15px;
  }
}
@media screen and (max-width: 460px) {
  .about_text p {
    padding-right: 0px;
  }
}
.a_button {
  border: 0;
  font-size: 20px;
  font-family: "Poppins", sans-serif;

  letter-spacing: 1px;
  padding: 13px 30px;
  color: #fff;
  background: #149485;
  border-radius: 10px;
  width: 200px;
  cursor: pointer;
}
.about_text span {
  font-size: 35px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
}
@media screen and (max-width: 600px) {
  .about_text span {
    font-size: 25px;
  }
}
@media screen and (max-width: 450px) {
  .about_text span {
    font-size: 20px;
  }
}

/* product section  */
.gallery {
  color: #333;
  background-color: #a8f9f053;
}

.gallery h1 {
  font-family: "Poetsen One", sans-serif;
  font-size: 4rem;
  font-weight: 400;
  color: #149485;
}
@media screen and (max-width: 900px) {
  .gallery h1 {
    font-family: "Poetsen One", sans-serif;
    font-size: 3rem;
    font-weight: 400;
    color: #149485;
  }
}

.gallery span {
  font-size: 20px;
  font-family: machina;
  color: #0e7e71;
}
.desktopContentSection {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}
.desktopContentSection p {
  font-size: 18px;
  padding: 40px 40px 40px 0;
  /* font-family: "Open Sans", sans-serif; */
  font-family: "Poppins", sans-serif;
}
@media screen and (max-width: 900px) {
  .desktopContentSection p {
    font-size: 18px;
    padding: 10px 0;
    font-family: "Open Sans", sans-serif;
  }
}
@media screen and (max-width: 800px) {
  .desktopContentSection p {
    display: none;
  }
  .desktopContentSection {
    gap: 30px;
  }
}
.desktopContentSection button {
  width: 160px;
  font-size: 20px;
  padding: 10px 20px;
  background: transparent;
  color: #149485;
  border: 2px solid #149485;
  display: flex;
  gap: 10px;
}

.gallery {
  display: flex;
  position: relative;
}

.left_dec {
  width: 60%;
}
@media screen and (max-width: 900px) {
  .left_dec {
    width: 50%;
  }
}

.right_dec {
  height: 100vh;
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 900px) {
  .right_dec {
    width: 50%;
  }
}

.desktopContent {
  margin: auto;
  width: 80%;
}

.desktopPhotos {
  width: 30vw;
  height: 30vw;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 1000px) {
  .desktopPhotos {
    width: 40vw;
    height: 40vw;
  }
}

.desktopPhoto {
  position: absolute;
  width: 100%;
  height: 100%;
}

.red {
  background-image: url(https://firebasestorage.googleapis.com/v0/b/rohitcoder-47bc2.appspot.com/o/round_2%2Fidly_dosa_bg.jpg?alt=media&token=e71be30c-8d01-4e3d-aa2a-39e1feba5098);
  background: cover no-repeat;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.red img {
  height: 80%;
  width: 80%;
  background-position: center;
}

.green {
  background-image: url(https://firebasestorage.googleapis.com/v0/b/rohitcoder-47bc2.appspot.com/o/round_2%2Fdhai_bg.png?alt=media&token=2b1edd85-924e-45f4-be61-cada8f708cb4);
  background: cover no-repeat;
  background-position: left;
  display: flex;
  justify-content: center;
  align-items: center;
}
.green img {
  height: 80%;
  width: 80%;
  background-position: center;
}

.pink {
  background-image: url(https://firebasestorage.googleapis.com/v0/b/rohitcoder-47bc2.appspot.com/o/round_2%2Ffrozen-bg.png?alt=media&token=770cae47-3b0d-4e67-a7ba-8d02d7ca0ff3);
  background: cover no-repeat;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pink img {
  height: 80%;
  width: 80%;
  background-position: center;
}

.blue {
  background-image: url(https://firebasestorage.googleapis.com/v0/b/rohitcoder-47bc2.appspot.com/o/round_2%2Fin_bg.png?alt=media&token=b2e9987a-b423-4c7a-975d-684d76000ae0);
  background: cover no-repeat;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.blue img {
  height: 65%;
  width: 50%;
  background-position: center;
}

/* small screen / mobile layout */
.mobileContent {
  display: none;
  width: 80vw;
}

.mobilePhoto {
  width: 80vw;
  height: 60vw;
  margin-top: 5em;
  border-radius: 6vw;
}
.mobileContent h1 {
  font-size: 2rem;
  margin-bottom: 10px;
}
.mobileContent p {
  font-size: 15px;
  font-family: machina;
  color: #0e7e71;
}
.mobileContent button {
  margin-top: 20px;
  width: 100px;
  font-size: 15px;
  padding: 5px 5px;
  background: transparent;
  color: #149485;
  border: 2px solid #149485;
}
.mobilePhoto img {
  height: 90%;
  width: 80%;
  background-position: center;
}
.P_blue img {
  height: 80%;
  width: 50%;
  background-position: center;
}

/* defines styles for screens up to 599px wide */
/* @media screen and (max-width: 650px) {
  .left {
    display: none;
  }

  .right {
    height: auto;
    width: 100%;
    align-items: center;
  }
.left_dec{
  display: none;
}
  .desktopPhotos {
    display: none;
  }
  .right_dec{
    display: block;
  }

  .mobileContent {
    display: block;
  }
} */
@media screen and (max-width: 600px) {
  .gallery {
    display: none;
  }
}

/* shop section style  */

:root {
  --first-color: #e3f8ff;
  --second-color: #dcfbdd;
  --third-color: #ffe8df;
  --accent-color: #ff5151;
  --dark-color: #161616;
}

:root {
  --body-font: "Open Sans";
  --h1-font-size: 1.5rem;
  --h3-font-size: 1rem;
  --normal-font-size: 0.938rem;
  --smaller-font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  :root {
    --h1-font-size: 2rem;
    --normal-font-size: 1rem;
    --smaller-font-size: 0.813rem;
  }
}
.title-shop {
  font-size: var(--h1-font-size);
}
.card__img img {
  max-width: 100%;
  height: auto;
}
.card__precis a {
  text-decoration: none;
}

.bd-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  max-width: 1200px;
  margin-left: 2.5rem;
  margin-right: 2.5rem;
  align-items: center;
  gap: 2rem;
  padding: 2rem 0;
}

.title-shop {
  position: relative;
  margin: 0 2.5rem;
  font-family: "Poppins", sans-serif;
}
.title-shop::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 72px;
  height: 2px;
  background-color: #161616;
  margin-left: 0.25rem;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1.5rem 2rem;
  border-radius: 1rem;
  overflow: hidden;
}
article:nth-child(1) {
  /* background-color: var(--first-color); */
  background-color: var(--third-color);
}
article:nth-child(2) {
  background-color: var(--second-color);
}
article:nth-child(3) {
  background-color: var(--third-color);
}
article:nth-child(4) {
  background-color: var(--second-color);
}
.card__img {
  width: 180px;
  height: auto;
  padding: 3rem 0;
  transition: 0.5s;
}
.card__name {
  position: absolute;
  left: -25%;
  top: 0;
  width: 3.5rem;
  height: 100%;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  text-align: center;
  background-color: var(--dark-color);
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  transition: 0.5s;
}
.card__icon {
  font-size: 1.5rem;
  color: var(--dark-color);
}
.card__icon:hover {
  color: var(--accent-color);
}
.card__precis {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  transition: 0.5s;
}
.card__preci {
  display: block;
  text-align: center;
  font-family: "Poppins", sans-serif;
}
.card__preci--before {
  font-size: var(--smaller-font-size);
  color: var(--accent-color);
  margin-bottom: 0.25rem;
}
.card__preci--now {
  font-size: var(--h3-font-size);
  font-weight: bold;
}
/*Move left*/
.card:hover {
  box-shadow: 0 0.5rem 1rem #d1d9e6;
}
.card:hover .card__name {
  left: 0;
}
.card:hover .card__img {
  transform: rotate(30deg);
  margin-left: 3.5rem;
}
.card:hover .card__precis {
  margin-left: 3.5rem;
  padding: 0 1.5rem;
}

/*-- MEDIA QUERIES --*/
@media screen and (min-width: 1200px) {
  /* body {
    margin: 3rem 0 0 0;
  } */
  .title-shop {
    margin: 0 5rem;
  }
  .bd-grid {
    margin-left: auto;
    margin-right: auto;
  }
}

/* style of Instragram Section */

.head_insta {
  text-align: center;
}
.head_insta h1 {
  /* font-family: "Open Sans", sans-serif; */
  font-family: "Poetsen One", sans-serif;
  font-size: 3.5rem;
}

@media screen and (max-width: 700px) {
}

#page2 {
  min-height: 100vh;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  padding: 3vw 1vw;
  justify-content: space-between;
}

#page2 .elem {
  height: 100%;
  width: 31%;
  /* background-color: red; */
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

#page2 .elem video {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

#page2 .elem .dets {
  height: 60px;
  border-radius: 50px;
  width: 70%;
  position: absolute;
  z-index: 9;
  background-color: rgb(149, 229, 229);
}

.insat_hp {
  overflow-x: hidden;
}
#page2 h4 {
  font-family: Verdana, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  z-index: 10;
  position: absolute;
  top: 48%;
}

#fbtn {
  padding: 3vw 2vw;
  background-color: #000000;
  color: #ffffff;
  font-size: 2vw;
  border-radius: 50%;
  position: absolute;
  opacity: 0;
  scale: 0;
}

@media (max-width: 600px) {
  .head_insta {
    font-size: 1rem;
  }

  #page2 {
    min-height: 100vh;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    padding: 5vw 3vw;
    flex-direction: column;
    justify-content: space-between;
    /* background-color: red; */
  }

  #page2 .elem {
    height: 100vh;
    width: 100%;
    /* background-color: red; */
    overflow: hidden;
    margin-bottom: 3vw;
  }

  #page2 .elem .dets {
    height: 40px;
    border-radius: 50px;
    width: 70%;
    position: absolute;
    z-index: 9;
    background-color: rgb(149, 229, 229);
  }
}

/* Blog Section */

.recipes .recipes_text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: "Poppins", sans-serif;
}
.recipes .recipes_text h3 {
  text-align: center;
  font-size: 30px;
  font-weight: 300;
  margin-top: 20px;
  font-family: "Poppins", sans-serif;
}

.recipes .recipes_text hr {
  width: 150px;
  height: 4px;
  background-color: #149485;
  margin-right: 120px;
  border: 0;
}
.recipes_blog {
  overflow-x: auto;
  /* width: 100%; */
  max-height: 400px;
  display: flex;
  gap: 10px;
  margin-top: 50px;
}
.recipes_blog::-webkit-scrollbar {
  width: 0;
}
.blog_box {
  max-height: 380px;
  min-width: 250px;
  /* background-color: bisque; */
  margin: 10px;
  padding: 10px;
}
@media screen and (max-width: 1050px) {
  .blog_box {
    margin: 10px 0px;
  }
}
.blog_box .blog_img {
  height: 40%;
  width: 100%;
  background-color: red;
  margin-bottom: 5px;
  border-radius: 10px;
  overflow: hidden;
}
.blog_box .blog_img img {
  width: 100%;
  height: 100%;
  background: no-repeat;
  background-position: center;
  object-fit: cover;
}
.blog_box .blog_text h5 {
  color: #149485;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}
.blog_box .blog_text h1 {
  font-size: 18px;
  font-family: "Poppins", sans-serif;
}
.blog_box .blog_text p {
  font-size: 12px;
  margin-top: 10px;
  color: #8d908c;
  font-family: "Poppins", sans-serif;
}
.blog_box button {
  padding: 5px 10px;
  background-color: #000;
  color: #fff;
  border-radius: 7px;
  text-align: center;
  margin-top: 20px;
  font-family: "Poppins", sans-serif;
}

/* Style Of FAQ Section */

:root {
  --primaryColor: #149485;
  --softColor: #d5f2eb;
  --whiteColor: #f5f5f5;
  --blackColor: #222;
}

.head_faq {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.7)),
    url("https://firebasestorage.googleapis.com/v0/b/rohitcoder-47bc2.appspot.com/o/round_2%2Fbanner.jpg?alt=media&token=913fa04c-4672-4e0f-b73a-ad9c2ad13165");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 5% 3%;
  border-radius: 30px;
  max-height: 380px;
  color: var(--whiteColor);
  font-family: "Poppins", sans-serif;
}

.header_faq-title {
  font-size: 48px;
  letter-spacing: 1.5;
  font-family: "Poppins", sans-serif;
}

.header-desc {
  font-size: 14px;
  letter-spacing: 1;
  text-align: center;
}

.search {
  width: 60%;
  height: 50px;
  background-color: var(--whiteColor);
  margin-top: 5%;
  border-radius: 30px;
  display: flex;
  justify-content: space-between;
  padding: 5px;
}

.search input {
  width: 80%;
  height: 100%;
  padding: 1% 3%;
  background: transparent;
  border: none;
  outline: none;
}

.search button {
  width: 20%;
  min-width: 100px;
  height: 100%;
  background-color: var(--primaryColor);
  color: var(--whiteColor);
  border: none;
  border-radius: 30px;
  cursor: pointer;
}

.search button:hover {
  background-color: var(--blackColor);
}

.faq {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding: 3%;
}
.faq-name {
  flex: 0.5;
  padding: 2% 2% 0 0;
}
.faq-header {
  padding: 5% 0 0 0;
  font-size: 40px;
  letter-spacing: 2;
}
.faq-img {
  width: 100%;
  max-width: 400px;
}
.faq-box {
  flex: 1;
  min-width: 320px;
  padding: 2% 0 4% 4%;
  border-left: 2px solid var(--primaryColor);
  font-family: "Poppins", sans-serif;
}

.faq-wrapper {
  width: 100;
  padding: 1.5rem;
  border-bottom: 1px solid var(--blackColor);
}

.faq-title {
  display: block;
  position: relative;
  width: 100%;
  letter-spacing: 1.2;
  font-size: 24px;
  font-weight: 600;
  color: var(--primaryColor);
}

.faq-title:after {
  width: 10px;
  height: 10px;
  content: "";
  float: right;
  border-style: solid;
  border-width: 2px 2px 0 0;
  transform: rotate(135deg);
}

.faq-detail {
  line-height: 1.5;
  letter-spacing: 1;
  max-height: 0;
  overflow: hidden;
  transition: 0.3s ease-in-out;
  font-size: 14px;
}

.faq-trigger {
  display: none;
}

.faq-trigger:checked + .faq-title + .faq-detail {
  max-height: 300px;
}

.faq-trigger:checked + .faq-title::after {
  transform: rotate(45deg);
  transition: 8.4s ease-in-out;
}

@media screen and (max-width: 680px) {
  .search {
    width: 100%;
  }

  .faq-title {
    font-size: 20px;
  }
}

/* Style of Footer */

footer {
  height: 60%;
  width: 100%;
  /* position:absolute; */
  bottom: 0;
  background: linear-gradient(to right, #00093c, #2d0b00);
  color: white;
  padding: 100px 0 30px;
  border-top-left-radius: 125px;
  border-top-right-radius: 125px;
  font-size: 13px;
  line-height: 20px;
  font-family: "Poppins", sans-serif;
}

.row {
  width: 85%;
  height: 85%;
  overflow: hidden;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}

.col {
  flex-basis: 25%;
  padding: 10px;
}
.logo {
  width: 80px;
  margin-bottom: 30px;
  border-radius: 50%;
}

.col h3 {
  width: fit-content;
  margin-bottom: 40px;
  position: relative;
}
.email-id {
  width: fit-content;
  border-bottom: 1px solid #ccc;
  margin: 20px 0;
}
ul li {
  list-style: none;
  margin-bottom: 12px;
}

ul li a {
  text-decoration: none;
  color: #fff;
}
form {
  padding-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #ccc;
  margin-bottom: 50px;
}
form.far {
  font-size: 18px;
  margin-right: 10px;
}
form input {
  width: 100%;
  background: transparent;
  color: #ccc;
  border: 0;
  outline: none;
}
form button {
  background: transparent;
  border: 0;
  outline: none;
  cursor: pointer;
}
form button .fas {
  font-size: 10px;
  color: #ccc;
}
.social-icons .fab {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  font-size: 20px;
  color: #000;
  background: #fff;
  margin-right: 15px;
  cursor: pointer;
}
hr {
  width: 90%;
  border: 0;
  border-bottom: 1px solid;
  margin: 20px auto;
}
.copyright {
  text-align: center;
}
.underline {
  width: 100%;
  height: 5px;
  background: #767676;
  border-radius: 3px;
  position: absolute;
  top: 25px;
  left: 0;
  overflow: hidden;
}
.underline span {
  width: 15px;
  height: 100%;
  background: #f18930;
  border-radius: 3px;
  position: absolute;
  top: 0;
  left: 10px;
  animation: moving 2s linear infinite;
}
@keyframes moving {
  0% {
    left: -20px;
  }
  100% {
    left: 100%;
  }
}

a:hover {
  color: #f18930;
}
.social-icons i:hover {
  color: #f18930;
}
.col h3:hover {
  color: #f18930;
}

.col h4:hover {
  color: #f18930;
}
.col p:hover {
  color: #f18930;
}
.copyright:hover {
  color: #f18930;
}

@media screen and (max-width: 480px) {
  .footer {
    width: 100%;
    height: 40%;
  }
}
