@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;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=Cedarville+Cursive&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Stylish&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Dancing+Script&family=Open+Sans+Condensed:wght@300&family=Tangerine:wght@700&family=Taviraj:wght@200;300&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cairo:wght@200&family=Libre+Franklin:wght@100&family=Nunito:wght@300;400&display=swap");

.call {
  /* width: 100px; */
  /* height: 50px; */
  position: fixed;
  /* top: 50%; */
  left: 20px;
  color:white;
  bottom: 20px;
  z-index: 1000;
}
body {
  width: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  /* font-family: "Taviraj", serif; */
  background: url(./images/location.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
  /* overflow: hidden; */
}
/* hero----------------- */

 .back-image {
   /* background-image: url("https://images.unsplash.com/photo-1615937722923-67f6deaf2cc9?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1470&q=80"); */
   /* background-attachment: fixed; */
  /* background-position: center;
  background-repeat: no-repeat; */
  /* background-size: cover; */
  /* width: 100%; */
  /* height: 400px; */
  /* margin-top: 100px; */

}

.back-image .text {
  background: #333;
  margin: 0 auto;
  margin-bottom: 4rem ;
  opacity: 0.7;
  text-align: center;
  color: #fff;
  width: 80%;

}

 .back-image .text h2 {
  padding-top: 3rem;
  margin-bottom: 2.5rem;
  font-size: 3rem;
  /* margin: */
}

 .back-image .text p {
  font-size: 2.3rem;
  padding-bottom:2rem ;
}

/* hero end------------*/

/* navbar */

.header-container {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style-type: none;
  text-transform: capitalize;
  letter-spacing: 1.5px;
  display: flex;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: #fff;
  justify-content: space-around;
  align-items: baseline;
  padding: 8px;
  border-bottom: 1px solid #ddd;
  background: rgba(217, 217, 217, 0.9);
  backdrop-filter: blur(6px);
  margin-bottom: 100px;
}

.header-container .logo {
  padding-left: 1rem;
}

.header-container .logo h1 {
  font-family: "Dancing Script", cursive;
  font-weight: 900;
  font-size: 2.5rem;
}

.header-container .logo h1 a {
  color: #3a3849;
  text-decoration: none;
  text-shadow: 7px 3px 19px rgba(255, 255, 255, 0.6);
}

.header-container .searchme {
  position: relative;
  left: 10%;
  /* font-size: 2rem; */
  color: #207ba8;
  display: none;
}
/* - */
.header-container .xicon {
  display: none;
}

.header-container form.formActive {
  display: block;
}

.header-container form .search {
  position: relative;
  left: 4rem;
  /* font-size: 2.2rem; */
  color: #207ba8;
}

.header-container form input[type="text"] {
  width: 250px;
  outline: 0;
  /* font-size: 2rem; */
  /* padding: 1rem; */
  padding-left: 5rem;
  border-radius: 3rem;
  border: none;
  border: 1px solid #207ba8;
}

.header-container .navbar.active {
  display: block;
}

.header-container .navbar ul {
  display: flex;
}

.header-container .navbar ul li {
  margin-left: 2.3rem;
  /* font-size: 2rem; */
  font-family: "Taviraj", serif;
  font-weight: 600;
}

.header-container .navbar ul li a {
  /* margin-left: 2.3rem; */
  /* font-size: 0.66rem; */
  font-family: Taviraj, serif;
  font-weight: 600;
  text-decoration: none;
  color: #333;
}

.header-container .navbar ul li a:hover {
  transition: 0.5s;
  color: #207ba8;
}

/*  */

@media (max-width: 799.98px) {
  .header-container .logo {
    /* margin-left: 4rem; */
  }
  .header-container .navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 50rem;
    background-color: rgba(0, 0, 0, 0.9);
    display: none;
    z-index: 100;
    transition: all 1s;
  }
  .header-container .navbar ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    top: 15%;
  }
  .header-container .navbar ul li {
    margin-bottom: 20px;
    padding-bottom: 20px;
    font-size: 3rem;
  }
  .header-container .navbar ul li a {
    padding: 0 25px;
    padding-bottom: 12px;
    color: #fff;
  }

  .header-container .searchme {
    z-index: 10000;
    display: block;
    margin-right: 2rem;
    font-size: 3rem;
  }
  .header-container form {
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 50rem;
    z-index: 1000;
    display: none;
  }
  .header-container form .search {
    top: 4rem;
    left: 2rem;
    z-index: 1000;
  }
  .header-container form input[type="text"] {
    border: none;
    border-radius: 0;
    padding: 3rem;
    position: absolute;
    padding-left: 6rem;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    border-bottom: 1px solid #207ba8;
  }
}

/* -media end */

.navbar ul {
  display: flex;
  gap: 5px;
  list-style: none;
}
.navbar ul a {
  text-decoration: none;
  color: #333;
  padding: 10px;
  background-color: transparent;
}
form {
  display: block;
}

/* navbar end----------------------------------------------------- */

header {
  font-family: "Cedarville Cursive", cursive;
  font-weight: bolder;
  background: transparent;
  color: #ffffff;
  padding: 20px;
  text-align: center;
  overflow: hidden;
}

header h1 {
  font-weight: bold;
  font-family: "Taviraj", serif;
  margin: 0;
  font-size: 36px;
  /* font-family: poppins, sans-serif; */
  /* background: #7c7c94; */
  width: 83%;
  margin: 0 auto;
  text-align: center;
}

.container {
  margin: 0 auto;
  max-width: 1200px;
  padding: 20px;
}

.recipe-list {
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: "Stylish", serif;
}

.recipe-item {
  background: linear-gradient(104deg, #1fb4d8, #8dfde8);
  list-style: none;
  text-decoration: none;
  display: flex;
  /* align-items: center; */
  justify-content: space-between;
  margin-bottom: 20px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  /* border-radius: 5px; */
  overflow: hidden;
  box-sizing: border-box;
}

.recipe-item img {
  width: 150px;
  height: 150px;
  object-fit: cover;
}
.recipe-item img:hover {
  /* width: 100%; */
  transform: scale(1.1);
}

.recipe-item h2 {
  /* text-shadow: ; */
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin: 0;
  font-family: "Stylish", serif;
  font-size: 25px;
  padding: 10px;
  min-width: 200px;
  text-shadow: 7px 3px 19px rgba(255, 255, 255, 0.6);
}

.recipe-item p {
  display: flex;
  /* justify-content: center; */
  /* align-items: center; */
  margin-top: auto;
  margin-bottom: auto;
  /* margin: 0; */
  padding: 10px;
  color: #ffffff;
}
strong {
  color: black;
  padding-right: 10px;
  text-decoration: underline;
  font-weight: bolder;
}

.recipe-item a {
  background: linear-gradient(125deg, #623fc4, #bd01ab);
  display: flex;
  justify-content: center;
  color: #fff;
  font-family: "Stylish", serif;
  min-width: 150px;
  padding: 10px;
  text-align: center;
  align-items: center;
  text-transform: uppercase;
  font-size: 14px;
  transition: background 0.3s ease;
  /* border-radius: 10px 10px 0 10px; */
  /* border-radius: 10px 10px 0 10px; */
}
.recipe-item a:hover {
  /* transform: scale(0.99); */
}

.recipe-item a:hover {
  /* background: #1e3799; */
  background: transparent;
  transition: all 1s ease-in-out;
  text-decoration: underline !important;

  font-weight: bolder;
  font-size: small;
  transition: 0.2s all ease;
  /* text-decoration: none; */
  color: #000;
  text-shadow: 8px 8px 20px white;
  align-content: stretch;

  align-items: center;
  background-image: linear-gradient(144deg, #af40ff, #5b42f3 50%, #00ddeb);
  border: 0;
  border-radius: 8px;
  box-shadow: rgba(151, 65, 252, 0.2) 0 15px 30px -5px;
  box-sizing: border-box;
  color: #ffffff;
  /* padding: 3px; */
  text-decoration: none;
  user-select: none;
  -webkit-user-select: none;
  /* touch-action: manipulation; */
  white-space: nowrap;
  cursor: pointer;

  .button-64:active,
  .button-64:hover {
    outline: 0;
  }

  .button-64 span {
    background-color: rgb(5, 6, 45);
    padding: 16px 24px;
    border-radius: 6px;
    width: 100%;
    height: 100%;
    transition: 300ms;
  }

  .button-64:hover span {
    background: none;
  }

  @media (min-width: 768px) {
    .button-64 {
      font-size: 24px;
      min-width: 196px;
    }
  }
}

@media screen and (max-width: 768px) {
  .container {
    max-width: 90%;
  }
  .recipe-item {
    flex-direction: column;
  }

  .recipe-item img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
  }

  .recipe-item h2 {
    font-size: 30px;
    background: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0),
      rgba(0, 0, 0, 0.7)
    );
    background-color: #e4eef2;
    padding: 0;
    margin-bottom: 10px;
  }

  .recipe-item p {
    font-size: 14px;
    margin-bottom: 10px;
    /* font-family: 'Cedarville Cursive', cursive; */
  }

  .recipe-item a {
    width: 100%;
    text-align: center;
  }
}

/* ------------------------------------------------- */

/* li {
  background-color: #b6b0b0;
  border-radius: 22px;
  background: #c1cacd;
  box-shadow: inset 5px -5px 14px #9ea6a8, inset -5px 5px 14px #e4eef2;
} */

.recipe-item {
  box-sizing: border-box;
  /* width: 190px;
  height: 254px; */
  background: rgba(217, 217, 217, 0.58);
  border: 1px solid white;
  box-shadow: 12px 17px 51px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(6px);
  border-radius: 17px;
  text-align: center;
  cursor: pointer;
  transition: all 0.5s;
  /* display: flex; */
  /* align-items: center;
  justify-content: center; */
  user-select: none;
  /* font-weight:500; */
  color: black;
}

.recipe-item p {
  text-align: justify;
}

.recipe-item:hover {
  border: 1px solid black;
  transform: scale(1.05);
}

.recipe-item:active {
  transform: scale(0.98) rotateZ(-1.01deg);
}

/* btn */
h2:hover {
  transform: scale(1.03);
}





/* nav -footer */

.container2 {
  /* background-color: #594343; */
  /* height: vh; */
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: sans-serif;
  /* background: rgba(0, 0, 0, 0.9); */
  /* backdrop-filter: blur(6px); */
  margin: 0;
 
}

.container2 ul {
  margin: 0;
  padding: 0;
  display: flex;
}

.container2 li {
  list-style: none;
}

.container2 .list-items {
  position: relative;
  display: block;
  padding: 15px 30px;
  text-decoration: none;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: bold;
  transition: 1s;
}

.container2 .list-items:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transform: scaleY(2);
  transition: 1s;
  border-top: 2px solid rgb(255, 255, 255);
  border-bottom: 2px solid rgb(255, 255, 255);
}

.container2 .list-items:hover:before {
  transform: scaleY(1.2);
  opacity: 1;
}

.container2 .list-items:after {
  content: "";
  background: transparent;
  position: absolute;
  top: 2;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 1s;
  transform: scale(0);
  z-index: -1;
}

.container2 .list-items:hover:after {
  transform: scale(1);
}

.container2 .list-items:hover {
  color: #fff;
}





.header-container .navbar ul li a:hover{
  transition: all 0.4s ease-in-out;
  font-size: 1.02rem;


}


::-webkit-scrollbar {
  background-color: transparent;
  width: 10px;
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(0deg, rgb(172, 166, 166) 0%, rgb(77, 67, 77) 100%);
  border-radius: 100px;
}