.header {
  background-color: var(--JH_secondary_color);
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 16px;
  padding-right: 16px;
}
.paragraph {
  color: white;
  font-size: 24px;
  font-weight: 600;
}
.toggle-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}

.toggle-checkbox {
  display: none;
}

.toggle-label {
  display: inline-block;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}

.line {
  display: block;
  width: 30px;
  height: 4px;
  background-color: #eb560c;
  margin: 3px auto;
  border-radius: 2px;
}

.toggle-checkbox:checked + .toggle-label .line:nth-child(1) {
  transform: translateY(10px) rotate(45deg);
}

.toggle-checkbox:checked + .toggle-label .line:nth-child(2) {
  opacity: 0;
}

.toggle-checkbox:checked + .toggle-label .line:nth-child(3) {
  transform: translateY(-10px) rotate(-45deg);
}

.hero-conatiner {
  height: 440px;
  position: relative;
}
.hero-bg {
  height: 88%;
  background-color: var(--JH_secondary_light_25pr);
}
.hero-text {
  position: absolute;
  font-size: 32px;
  font-weight: 700;
  top: 8px;
  width: 100%;
  text-align: center;
  z-index: 1;
}
.hero-img {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.text-conatiner {
  height: 500px;
  /* position: relative; */
}
.text-1 {
  padding-left: 24px;
  font-size: 12px;
  font-weight: 700;
  color: var(--JH_primary_color);
}
.text-2 {
  padding: 0 24px;
  font-size: 24px;
  font-weight: 700;
  margin-top: 15px;
  margin-bottom: 15px;
}
.text-3 {
  padding: 0 24px;
  font-size: 14px;
  font-weight: 700;
  color: var(--JH_secondary_70per);
}
.text-3-bold-text {
  font-weight: 1000;
  color: var(--JH_secondary_70per);
}
.juice-container {
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
  padding: 0 20px;
  margin-top: 16px;
}
.jc-icon {
  width: 15%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.jc-icon span {
  display: block;
  min-width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--JH_secondary_light_25pr);
}
.jc-icon span span {
  color: var(--JH_primary_color);
  font-size: 30px;
}
.jc-content {
  width: 85%;
  box-sizing: border-box;
  padding-left: 4px;
}
.jc-content h5 {
  font-size: 16px;
  font-weight: 700;
  color: var(--JH_primary_color);
}
.jc-content p {
  font-size: 12px;
  font-weight: 400;
}

/* footer page css */
/* .container{
	max-width: 1170px;
	margin:auto;
} */
.row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
ul {
  list-style: none;
}
.footer {
  background-color: var(--JH_secondary_color);
  padding: 16px 0;
  min-height: 180px;
  margin-top: 8px;
}
.footer-col {
  width: 30%;
  padding: 0 15px;
}
.footer-col h4 {
  font-size: 15px;
  color: #ffffff;
  /* margin-bottom: 6px; */
  font-weight: 400;
  position: relative;
}

.footer-col ul li {
  margin: 4px 0;
}
.footer-col ul li a {
  font-size: 11px;
  text-transform: capitalize;
  color: #ffffff;
  text-decoration: none;
  font-weight: 200;
  display: block;
  transition: all 0.3s ease;
}
.footer-col .social-links a {
  display: inline-block;
  height: 32px;
  width: 32px;
  background-color: white;
  text-align: center;
  border-radius: 50%;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

/* online conatiner */

.availability {
  height: 570px;
}
.availability-wrapper {
  margin-top: 16px;
  width: 100%;
  height: 400px;
  background-image: url("../images/juice-bottels.jpg");
  background-size: cover;
  position: relative;
  display: flex;
  justify-content: center;
}
.availability-check-wrapper {
  width: 450px;
  position: absolute;
  bottom: -150px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: column;
}
.availability-category {
  display: flex;
  align-items: flex-end;
}
.availability-category button {
  background-color: #d9d9d9;
  color: #777;
  width: 120px;
  height: 40px;
  border: none;
  border-radius: 4px 4px 0 0;
  margin-right: 2px;
  cursor: pointer;
  box-shadow: 0px -8px 8px rgba(128, 128, 128, 0.5);
  z-index: 1;
}
.availability-category .active {
  height: 48px;
  background-color: #fff;
  color: var(--JH_primary_color);
}
.availability-check-box {
  width: 65%;
  height: 200px;
  background-color: #fff;
  box-shadow: 0px 0px 8px rgba(128, 128, 128, 0.5);
  position: relative;
  top: -0.5px;
  padding: 0 16px;
}

.availability-check-result {
  display: flex;
  align-self: center;
  justify-content: center;
  padding: 0 16px;
  /* display: none; */
}
.online-container-box,
.buld-deilivery-box {
  width: 100%;
  height: 180px;
  margin-top: 16px;
  padding: 4px 16px;
  display: none;
}

.whtsap-contact {
  margin-top: 16px;
  width: 100%;
  height: 50px;
  background-color: var(--JH_secondary_light);
  border-radius: 8px;
  box-shadow: 0px 0px 4px rgba(128, 128, 128, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}
.whtsap-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.whtsap-icon img {
  width: 50px;
  border-radius: 50%;
  background-color: #fff;
}
.whtsap-contact p {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}
.p-1 {
  font-size: 12px;
}
.p-1 span {
  font-size: 12px;
  color: var(--JH_primary_color);
}
.p-2 {
  font-size: 14px;
  font-weight: 600;
  text-decoration: underline;
}
.location-cont {
  display: flex;
  align-items: flex-end;
}
.location-cont span {
  color: var(--JH_primary_color);
  cursor: pointer;
}
.online-site {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 16px;
}

.online-site div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.online-site img {
  border-radius: 50%;
  object-fit: contain;
  width: 64px;
  height: 64px;
}
.online-site .img2 {
  border: 1px solid #222;
}
.text-img {
  font-size: 20px;
  font-weight: 600;
}
.availability-check-input {
  display: block;
  width: 100%;
}
.availability-check-input h5 {
  font-size: 14px;
  font-weight: 700;
  /* padding: 0 16px; */
  margin-top: 16px;
  text-transform: uppercase;
}
.availability-check-input p {
  font-size: 14px;
  font-weight: 300;
  /* padding: 0 16px; */
  margin-top: 8px;
}
.availability-check-input div {
  margin-top: 16px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  box-shadow: 0px 0px 2px rgba(128, 128, 128, 0.5);
}
.availability-check-input hr {
  border: #d9d9d9;
}
.availability-check-input label {
  height: 32px;
  padding: 4px 8px;
  font-size: 12px;
  color: #3f50eb;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.availability-check-input label span {
  color: #3f50eb;
}
.availability-check-input input {
  border: 1px solid #eee;
  height: 32px;
  padding: 4px 8px;
}

.flex-text-container {
  padding: 24px 40px;
  flex-direction: column;
  display: flex;
  justify-content: center;
}

@media only screen and (min-width: 768px) {
  .hero-conatiner {
    height: 80vh;
  }
  .hero-bg {
    height: 90%;
    background-image: url("../images/hero-bg-img.jpg");
    background-size: cover;
    filter: opacity(0.8);
  }
  .hero-text {
    color: #fff;
    font-size: 64px;
    width: auto;
    padding: 16px 40px;
  }
  .hero-img img {
    height: 600px;
  }
  .text-container {
    display: flex;
    width: 100%;
    margin-top: 8px;
  }
  .flex-div-text-container {
    padding: 8px 0;
  }
  .flex-image-text-container {
    min-width: 50%;
    background-image: url("../images/who-we-are.jpg");
    background-size: cover;
  }
  .availability-check-box {
    width: 450px;
  }
}
@media only screen and (min-width: 1080px) {
  .hero-conatiner {
    height: 80vh;
  }
  .hero-bg {
    height: 90%;
    background-image: url("../images/hero-bg-img.jpg");
    background-size: cover;
    filter: opacity(0.8);
  }
  .hero-text {
    width: 768px;
    font-size: 64px;
    top: 16px;
    right: calc(50% - 384px);
    color: #fff;
  }
  .hero-img img {
    height: 600px;
  }
  .text-container {
    margin-top: 16px;
    height: 450px;
  }
  .flex-div-text-container {
    padding: 16px 24px;
  }
  .flex-image-text-container {
    min-width: 50%;
    background-image: url("../images/who-we-are.jpg");
    background-size: cover;
  }
}

@media only screen and (min-width: 1200) {
  .hero-text {
    width: 1080px;
    font-size: 64px;
    top: 16px;
    right: calc(50% - 560px);
    color: #fff;
    padding: 16px 40px;
  }
}

.paragraph a {
  text-decoration: none;
  color: white;
  font-size: 24px;
  font-weight: 600;
}
