/* ----Responsive-Css-Starts-Here----- */
@media (max-width: 992px) {
  .container {
    padding: 0 24px;
  }

  .menu-btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 1000;
  }

  .menu-btn i {
    color: var(--Button-color);
    font-size: 24px;
  }

  .navbar {
    position: relative;
  }

  .nav-Left {
    gap: 20px;
  }

  .logo {
    width: 105px;
  }

  .logo img {
    width: 100%;
  }

  .nav-Right {
    position: fixed;
    top: 0;
    right: -100%;
    width: 40%;
    height: 100vh;
    background: #fff;
    padding: 120px 40px 40px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 40px;
    transition: 0.5s;
    z-index: 999;
    box-shadow: -10px 0 30px rgba(0, 0, 0, 0.08);
  }

  .nav-Right.active {
    right: 0;
  }

  .nav-links {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }

  .nav-icons {
    justify-content: flex-start;
  }

  .recipe-showcase {
    padding: 40px 0;
  }

  .head-box {
    width: 100%;
    padding: 0;
  }

  .head-box h1 {
    font-size: 48px;
  }
  .feature-product {
    padding: 60px 0;
  }

  .feature-product-container {
    flex-direction: column;
    gap: 40px;
  }

  .feature-image,
  .feature-content {
    width: 100%;
  }

  .feature-image {
    height: 450px;
  }

  .feature-content h2 {
    font-size: 42px;
  }
  .feature-content h2 {
    font-size: 42px;
  }

  .recipes-cards {
    grid-template-columns: repeat(2, 1fr);
  }

  .newsletter-box {
    width: 100%;
    height: auto;
  }

  .newslatter-form {
    flex-direction: column;
  }

  .newslatter-form input,
  .newslatter-form .btn-2 {
    width: 100%;
  }

  .vegan-container {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .feature-images {
    flex-wrap: wrap;
    gap: 30px;
  }

  .your-inbox-container {
    flex-direction: column;
    gap: 30px;
    text-align: center;
  }

  .your-inbox-form {
    width: 100%;
    flex-direction: column;
  }

  .your-inbox-form input {
    width: 100%;
  }

  .footer-container {
    flex-direction: column;
    gap: 50px;
  }

  .footer-left,
  .footer-right {
    width: 100%;
  }

  .footer-right {
    gap: 60px;
  }
}

@media (max-width: 768px) {
  .container {
    padding: 0 18px;
  }

  .search {
    display: none;
  }

  .nav-Right {
    width: 60%;
    padding: 120px 30px 40px;
  }

  .head-box h1 {
    font-size: 38px;
    line-height: 1.3;
  }

    .head-box {
    width: 100%;
    padding: 10px;
  }

  .head-box h1 {
    font-size: 40px;
  }

  .recipes-link {
    justify-content: flex-start;
    gap: 18px;
  }

  .recipes-link a {
    flex: 0 0 130px;
  }

  .category-img {
    width: 120px;
    height: 120px;
  }
  .feature-image {
    height: 320px;
  }

  .feature-content h2 {
    font-size: 34px;
  }

  .feature-content p {
    font-size: 16px;
  }

  .feature-content .btn {
    width: 100%;
    text-align: center;
  }

  .feature-product-container h2 {
    font-size: 38px;
  }
  .latest-recipes-container h2 {
    font-size: 38px;
  }

  .recipes-cards {
    grid-template-columns: 1fr;
  }

  .recipe-content {
    padding: 24px;
  }

  .recipe-content h3 {
    min-height: auto;
    font-size: 24px;
  }

  .recipe-info {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .newsletter-box h3 {
    font-size: 32px;
    line-height: 1.3;
  }

  .newsletter-box p {
    font-size: 16px;
  }

  .btn-2 {
    display: inline-block;
    text-align: center;
  }

  .vegan-section {
    padding: 40px 0;
    min-height: auto;
  }

  .vegan-content h2 {
    font-size: 36px;
  }

  .vegan-content p {
    font-size: 16px;
  }

  .feature-images {
    justify-content: center;
  }

  .feature-images a {
    width: 120px;
  }

  .your-inbox-container h3 {
    font-size: 30px;
    line-height: 1.4;
  }

  .footer {
    padding: 50px 0;
  }

  .footer-right {
    flex-direction: column;
    gap: 40px;
  }

  .explore a,
  .admin a,
  .footer-link a {
    font-size: 18px;
  }
}

@media (max-width: 480px) {
  .container {
    padding: 0 14px;
  }

  .header {
    padding: 20px 0;
  }

  .logo img {
    width: 90px;
  }

  .nav-Right {
    width: 100%;
    padding: 120px 24px 40px;
  }

  .head-box h1 {
    font-size: 30px;
  }

  .recipes-link {
    gap: 10px;
  }

  .recipes-link a {
    width: 100%;
    text-align: center;
  }

  .feature-product {
    padding: 40px 0;
  }

  .feature-image {
    height: 250px;
  }

  .tag {
    top: 14px;
    left: 14px;
    font-size: 10px;
    padding: 8px 12px;
  }

  .feature-content h2 {
    font-size: 28px;
  }

  .feature-content p {
    line-height: 1.7;
  }

  .feature-content .btn {
    padding: 16px 24px;
    font-size: 15px;
  }

  .latest-recipes {
    padding: 40px 0;
  }

  .latest-recipes-container h2 {
    font-size: 30px;
    margin-bottom: 30px;
  }

  .recipe-image {
    height: 220px;
  }

  .recipe-content h3 {
    font-size: 21px;
  }

  .recipe-tag {
    font-size: 10px;
    padding: 10px 16px;
  }

  .recipe-btn a {
    width: 100%;
    padding: 18px;
  }

  .newsletter {
    padding: 40px 0;
  }

  .newsletter-box h3 {
    font-size: 26px;
  }

  .newslatter-form {
    gap: 16px;
  }

  .newslatter-form input {
    padding: 14px 18px;
  }

  .btn-2 {
    width: 100%;
    text-align: center;
    padding: 14px 18px;
  }

  .vegan-content h2 {
    font-size: 30px;
  }

  .vegan-image img {
    border-radius: 14px;
  }

  .feature-in {
    margin: 20px 0;
  }

  .feature-images {
    gap: 20px;
  }

  .feature-images a {
    width: 90px;
  }

  .your-inbox {
    padding: 40px 0;
  }

  .your-inbox-container h3 {
    font-size: 24px;
  }

  .your-inbox-form {
    gap: 16px;
  }

  .your-inbox-form input {
    padding: 14px 18px;
  }

  .footer {
    padding: 40px 0;
  }

  .footer-left p {
    font-size: 15px;
  }

  .footer-icons i {
    font-size: 22px;
  }

  .footer-right {
    gap: 30px;
  }

  .explore,
  .admin,
  .footer-link {
    gap: 14px;
  }

  .explore a,
  .admin a,
  .footer-link a {
    font-size: 16px;
  }

  .footer-link {
    margin-top: 0;
  }

  .footer-copyright h6 {
    font-size: 11px;
    padding: 0 10px;
    line-height: 1.5;
  }
}

/* ----Responsive-Css-Ends-Here----- */

/* ----Recipes-Page-Css-Starts-Here----- */
@media (max-width: 768px) {
  .recipes-head h1 {
    font-size: 42px;
    margin-bottom: 16px;
  }

}
/* ----Recipes-Page-Css-Ends-Here----- */

/* ----About-Page-Css-Ends-Here----- */
@media (max-width: 992px) {
  .about-body {
    gap: 50px;
  }

  .about-head h1 {
    font-size: 52px;
  }

  .about-content h2 {
    font-size: 42px;
  }

  .about-img {
    height: 550px;
  }

  .about-me-container h2 {
    font-size: 52px;
  }

  .about-me-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .about-us {
    padding: 60px 0;
  }

  .about-us-container .about-head {
    padding: 0;
  }

  .about-head h1 {
    font-size: 42px;
    margin-bottom: 16px;
  }

  .about-head p {
    font-size: 16px;
    margin-bottom: 16px;
    line-height: 1.7;
  }

  .about-head p br {
    display: none;
  }

  .about-body {
    flex-direction: column;
    gap: 40px;
  }

  .about-img,
  .about-content {
    width: 100%;
  }

  .about-img {
    height: 450px;
  }

  .about-img img {
    border-radius: 20px;
  }

  .about-content h2 {
    font-size: 36px;
    margin-bottom: 20px;
  }

  .about-content p {
    font-size: 16px;
  }

  .about-me {
    padding: 60px 0;
  }

  .about-me-container h2 {
    font-size: 32px;
    margin-bottom: 30px;
  }

  .about-me-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .about-me-img {
    height: 320px;
  }

  .about-me-content h4 {
    font-size: 26px;
  }

  .about-me-content p {
    font-size: 16px;
  }
  .quote-container h3 {
    font-size: 28px;
    font-weight: 600;
    line-height: 1.3;
  }
}

@media (max-width: 480px) {
  .about-us {
    padding: 40px 0;
  }

  .about-head h1 {
    font-size: 34px;
    margin-bottom: 18px;
  }

  .about-head p {
    font-size: 15px;
  }

  .about-img {
    height: 300px;
  }

  .about-img img {
    border-radius: 16px;
  }

  .about-content h2 {
    font-size: 30px;
    line-height: 1.35;
  }

  .about-content p {
    font-size: 15px;
    line-height: 1.8;
  }

  .about-me {
    padding: 40px 0;
  }

  .about-me-container h2 {
    font-size: 32px;
    margin-bottom: 24px;
  }

  .about-me-img {
    height: 260px;
    border-radius: 18px;
  }

  .about-me-content h4 {
    font-size: 22px;
  }

  .about-me-content p {
    font-size: 15px;
    line-height: 1.7;
  }
}
/* ----About-Page-Css-Ends-Here----- */

/* ----Contact-Us-Page-Css-Starts-Here----- */

@media (max-width: 992px) {
  .contact-body {
    gap: 40px;
  }

  .contact-head h1 {
    font-size: 52px;
  }

  .contact-img {
    height: 550px;
  }
}

@media (max-width: 768px) {
  .contact-us {
    padding: 60px 0;
  }

  .contact-us-container .contact-head {
    padding: 0;
  }

  .contact-head h1 {
    font-size: 42px;
  }

  .contact-head p {
    font-size: 16px;
    line-height: 1.7;
  }

  .contact-head p br {
    display: none;
  }

  .contact-body {
    flex-direction: column;
    gap: 40px;
  }

  .contact-img,
  .contact-form {
    width: 100%;
  }

  .contact-img {
    height: 450px;
  }

  .contact-img img {
    border-radius: 20px;
  }

  .contact-form .btn-2 {
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .contact-us {
    padding: 40px 0;
  }

  .contact-head h1 {
    font-size: 34px;
    margin-bottom: 18px;
  }

  .contact-head p {
    font-size: 15px;
  }

  .contact-img {
    height: 300px;
  }

  .contact-img img {
    border-radius: 16px;
  }

  .contact-form .name input,
  .contact-form .email input,
  .contact-form .message textarea {
    padding: 14px 18px;
    font-size: 14px;
    margin-bottom: 22px;
  }

  .contact-form .btn-2 {
    width: 100%;
    padding: 16px;
    text-align: center;
  }
}

/* ----Contact-Us-Page-Css-Ends-Here----- */

/* ----Recipes-Details-Page-Css-Starts-Here----- */
@media (max-width: 991px) {

  .recipe-hero {
    padding: 70px 0;
  }

  .recipe-hero-container {
    flex-direction: column;
    gap: 50px;
  }

  .recipe-hero-left {
    width: 100%;
    min-height: auto;
  }

  .recipe-hero-left h1 {
    font-size: 52px;
  }

  .recipe-hero-left p {
    max-width: 100%;
  }

  .recipe-hero-right {
    width: 100%;
    height: 500px;
    position: relative;
    top: auto;
    align-self: auto;
  }

  .recipe-hero-right img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 20px;
  }

  .recipe-ingredients-box {
    max-width: 100%;
  }
}


@media (max-width: 768px) {

  .recipe-hero {
    padding: 60px 0;
  }

  .recipe-hero-container {
    gap: 40px;
  }

  .recipe-label {
    font-size: 10px;
    padding: 8px 18px;
    letter-spacing: 3px;
    margin-bottom: 22px;
  }

  .recipe-hero-left h1 {
    font-size: 42px;
    line-height: 1.15;
    margin-bottom: 20px;
  }

  .recipe-hero-left p {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 30px;
  }

  .recipe-hero-btns {
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 40px;
  }

  .btn-outline {
    padding: 15px 28px;
    font-size: 15px;
  }

  .watch-btn {
    font-size: 15px;
  }

  .info-box {
    gap: 30px;
    flex-wrap: wrap;
  }

  .recipe-info-box {
    margin-bottom: 20px;
  }

  .recipe-info-box span {
    font-size: 16px;
  }

  .recipe-share-box {
    flex-wrap: wrap;
    gap: 15px;
  }

  .recipe-ingredients-box {
    padding: 40px 30px;
    border-radius: 24px;
  }

  .recipe-ingredients-box h2 {
    font-size: 30px;
    margin-bottom: 30px;
  }

  .recipe-ingredients-box ul li {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .recipe-direction-box {
    margin-bottom: 60px;
  }

  .recipe-direction-box h2,
  .recipe-love-box h3,
  .recipe-make-box h3 {
    font-size: 30px;
    margin-bottom: 25px;
  }

  .recipe-direction-box ul li,
  .recipe-love-box p,
  .recipe-make-box p {
    font-size: 17px;
    line-height: 1.9;
  }

  .recipe-hero-right {
    height: 400px;
  }

  .recipe-hero-right img {
    height: 400px;
    border-radius: 20px;
  }
}


@media (max-width: 480px) {

  .recipe-hero {
    padding: 50px 0;
  }

  .recipe-hero-container {
    gap: 35px;
  }

  .recipe-label {
    font-size: 9px;
    padding: 8px 16px;
    letter-spacing: 2px;
    margin-bottom: 18px;
  }

  .recipe-hero-left h1 {
    font-size: 32px;
    line-height: 1.15;
    margin-bottom: 18px;
  }

  .recipe-hero-left p {
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 28px;
  }

  .recipe-hero-btns {
    flex-direction: column;
    align-items: stretch;
    gap: 15px;
    margin-bottom: 35px;
  }

  .btn-outline {
    width: 100%;
    text-align: center;
    padding: 15px 20px;
  }

  .watch-btn {
    width: fit-content;
    font-size: 15px;
  }

  .info-box {
    gap: 20px;
    justify-content: space-between;
  }

  .recipe-info-box {
    margin-bottom: 15px;
  }

  .recipe-info-box h6 {
    font-size: 10px;
    letter-spacing: 2px;
  }

  .recipe-info-box span {
    font-size: 14px;
  }

  .recipe-share-box {
    gap: 15px;
    margin-bottom: 30px;
  }

  .recipe-share-box span {
    font-size: 14px;
  }

  .recipe-share-icons {
    gap: 15px;
  }

  .recipe-share-icons i {
    font-size: 18px;
  }

  .recipe-ingredients-box {
    padding: 30px 20px;
    border-radius: 20px;
  }

  .recipe-ingredients-box h2 {
    font-size: 28px;
    margin-bottom: 24px;
  }

  .recipe-ingredients-box ul li {
    font-size: 15px;
    line-height: 1.7;
    padding-left: 24px;
    margin-bottom: 18px;
  }

  .recipe-ingredients-box ul li::before {
    width: 10px;
    height: 10px;
    top: 10px;
  }

  .recipe-direction-box {
    margin-bottom: 50px;
  }

  .recipe-direction-box h2,
  .recipe-love-box h3,
  .recipe-make-box h3 {
    font-size: 28px;
    margin-bottom: 22px;
  }

  .recipe-direction-box ul {
    padding-left: 20px;
  }

  .recipe-direction-box ul li {
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 16px;
    padding-left: 5px;
  }

  .recipe-love-box {
    margin-bottom: 50px;
  }

  .recipe-love-box p,
  .recipe-make-box p {
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 20px;
  }

  .recipe-hero-right {
    width: 100%;
    height: 280px;
  }

  .recipe-hero-right img {
    width: 100%;
    height: 280px;
    border-radius: 18px;
  }
}
/* ----Recipes-Details-Page-Css-Ends-Here----- */
