@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Galdeano&display=swap');


.navbar-brand {
  margin-left: 32px;
  margin-top: 13px;
}

#logo-nav{
  width:252px;
}


#logo-footer{
  width: 316px;
  padding: 28px;
}


.floating {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}

.float-button {
  margin-top: 16px;
}

.card-home {
  max-width: 225px;
  max-height: 80px;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
}

#card-image {
  position: relative;
  right: 2.5rem;
  width: 79px;
  border-radius: 43px;
  height: 65px;
  margin-top: 0px;
}

.navbar-nav {
  margin-top: 21px;
  margin-right: 37px;
}

.class-hover {
  color: #000 !important;
  font-family: Inter;
  font-size: 20px !important;
  font-style: normal !important;
  /* font-weight: 600 !important; */
  line-height: normal;
}

.class-hover:hover {
  color: #FFF !important;
  text-decoration: underline;
  font-family: Inter;
  font-size: 20px !important;
  font-style: normal;
  /* font-weight: 600; */
  line-height: normal;
}

.list-footer:hover {
  color: #97BF2B !important;
  text-decoration: underline;
  font-family: Inter;
  font-size: 20px !important;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.delight-class {
  color: #FFF;
  font-family: Impact;
  font-size: 56px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 3.12px;
}

.lorem-class {
  color: #000;

  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 50px;
  /* 250% */
  letter-spacing: 0.4px;
}

.button-class {
  color: #000;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.8px;
  min-width: 175px;
  min-height: 65px;
  border: none;
  border-radius: 5px 30px;
  background: #FFF;
  box-shadow: 0px 0px 11px 1px rgba(0, 0, 0, 0.25);
}

.heading-card-title {
  color: #000;
  font-family: Inter;
  font-size: 15px;
  font-style: normal;
  font-weight: 600 !important;
  line-height: normal;
  position: relative;
  right: 2rem;
  width: 10rem;
}

#small-title {
  color: #000;
  font-family: Inter;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: relative;
  width: 10rem;
  right: 2rem;
}



.new-class-amenitites {
  color: #000;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
}

.our-process {
  color: #000;

  font-family: Galdeano;
  font-size: 52px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.svg-class {
  position: relative;
  top: 2rem;
  z-index: 1;
  right: 1rem;
}

.carousel-card {
  /* max-width: 983px !important; 
 max-height: 450px !important; */
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0px 0px 29px 4px rgba(0, 0, 0, 0.25);
  height: 29rem;
}


#about-card {
  color: #000;
  text-align: justify;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 49px;
  /* 245% */
  letter-spacing: -0.2px;
  max-width: 691px;
  max-height: 697px;
  flex-shrink: 0;
  margin-left: 115px;
  margin-top: -5px;
}

#about-heading {
  color: #000;
  font-family: Galdeano;
  font-size: 52px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-left: 80px;
}

#about-heading {
  font-size: 50px;
}



label {
  color: #000;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

#firstName,
#lastName,
#email,
#phone {
  width: 280px;
  height: 50px;

  border-radius: 5px;
  border: 1px solid rgba(160, 160, 160, 0.34);
  background: rgba(139, 138, 137, 0.10);

}

#subject {
  width: 598px;
  height: 50px;
  flex-shrink: 0;
  border-radius: 5px;
  border: 1px solid rgba(160, 160, 160, 0.34);
  background: rgba(139, 138, 137, 0.10);
}

#message {
  width: 598px;
  height: 144px;
  border-radius: 5px;
  border: 1px solid rgba(160, 160, 160, 0.34);
  background: rgba(139, 138, 137, 0.10);
}

#product-heading {
  color: #000;
  font-family: Galdeano;
  font-size: 58px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 45px;
}

#product-card {
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0px 0px 29px 4px rgba(0, 0, 0, 0.25);
  width: 983px;
  height: 450px;
  flex-shrink: 0;
  margin-left: 150px;
  margin-top: 60px;
}

.card-title {
  color: #000;
  font-family: Poppins;
  font-size: 35px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-align: center;


}

.card-text {
  color: #8C8C8C;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  /* 200% */
  /* margin-left:96px; */

}

#readmore{
    color: #97BF2B;
    font-family: sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    text-decoration: none;
}



#rec-box {
  color: #000;
  font-family: Poppins;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  /* 200% */
  margin-right: 2rem;
}

#owl-img {
  /*width: 480px;*/
  /*height: 500px;*/
  flex-shrink: 0;
}

.owl-carousel .owl-nav {
  display: flex !important;
  justify-content: space-between !important;
  position: relative;
  bottom: 16rem;
  left: 3rem;
}

hiiiiiiiiiiiiiiii {
  .owl-prev {
    display: none;
  }
}

.owl-carousel .owl-nav .owl-prev {
  visibility: hidden;
}

#rectangle {
  margin-left: 51px;
  width: 14px;
  height: 14px;

}

#rectangle-span {
  color: #000;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  /* 200% */
}

.navbar-toggler{
  box-shadow: none;
}





.contat-us {
  background: #E5ECCD80;
  min-height: 704px;
}

.con-form {
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  width: 100%;
}

.form-label {
  color: #000;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

#inputFname4,
#inputLname4,
#inputEmail4,
#inputPhone4 {
  width: 288px;
  height: 50px;
  flex-shrink: 0;
  border-radius: 5px;
  border: 1px solid rgba(160, 160, 160, 0.34);
  background: rgba(139, 138, 137, 0.10);

}

#inputSubject {
  border-radius: 5px;
  border: 1px solid rgba(160, 160, 160, 0.34);
  background: rgba(139, 138, 137, 0.10);
  width: 598px;
  height: 50px;
  flex-shrink: 0;
}

#inputMessage {
  width: 598px;
  height: 144px;
  flex-shrink: 0;
  border-radius: 5px;
  border: 1px solid rgba(160, 160, 160, 0.34);
  background: rgba(139, 138, 137, 0.10);
}

.form-control {

  color: #ABABAB;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.btn {
  width: 196px;
  height: 50px;
  flex-shrink: 0;
  border-radius: 5px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

#card-contact {
  max-width: 250px;
  max-height: 120px;
  margin-bottom: -4rem;
  flex-shrink: 0;
  border-radius: 7px;
  background: rgba(239, 239, 238, 0.50);
}

#learn-more{
  text-decoration: none;
  color: #000;
}


.list-group-item {

  color: #000;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.list-group-item,
.widget-title {
  color: #000;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.copy-right {
  color: #000;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.heading-tag {
  color: #000;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.organic {
  color: #000;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
}


#amentities-img {
  height: auto;
}

.text-card {
  color: #8C8C8C;
  font-family: sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  display: -webkit-box;
  text-align: justify;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}



#about-img {
  margin-left: 33px;

}

#carousel-heading {
  color: #000;
  font-family: Galdeano;
  font-size: 52px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: -56px;
}


.owl-dots {
  display: flex;
  justify-content: center;
  gap: 1rem;
  z-index: 1;
  position: relative;
  margin-top: -103px;

}

.owl-dot {
  height: 25px;
  width: 25px;
  border-radius: 20px;
  background: #ECFCBF !important;
  margin-left: 3px;
  margin-right: 3px;
  outline: none;
}

.owl-dots .owl-dot.active {
  background: #97BF2B !important;
}


.anim {
  opacity: 0;
  transform: translateY(30px);
  animation: moveup 1s linear forwards;
}

@keyframes moveup {
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}

@media (max-width: 320px) {
  /* .button-class {
    margin-left: 80px !important;
    margin-top: -4px;
  } */
}


@media (max-width: 576px) {

  .class-hover:hover {
    color: #FFF !important;
    text-decoration: underline;
  }

  .list-footer:hover {
    color: #97BF2B !important;
    text-decoration: underline;
    font-family: Inter;
    font-size: 20px !important;

  }

  .navbar-toggler {
    border: none !important;

  }

  .bi-list {
    color: white;
    font-size: 27px;
  }

  .navbar-toggler-icon {
    color: white;
  }

  .navbar-toggler{
    box-shadow: none;
  }

  .navbar-brand {
    margin-left: 3px;
  }

  .container-fluid {
    width: 100%;
  }

  .img-col {
    justify-content: center;
    display: flex;
  }

  .row {
    flex-direction: column;
  }

  #our-process1 {
    width: 231px;
    margin-top: -44px;
  }

  #amenities-circle {
    display: none;
  }

  #home-arrow {
    display: none;
  }

  #lorem-ipsum {
    margin-left: 29px;
  }

  #home-img {
    margin-bottom: 10px;
    margin-top: -42px;
    margin-left: 34px !important;
  }


  .card-body {
    margin: -13px;
  }

  .about-card {
    margin-left: -29px;
    text-align: justify;

    justify-content: center !important;
    left: 17px;
    position: relative;
  }

  .delight-class {
    font-size: 28px;
    text-align: center;
    line-height: 1.7rem;
    animation-delay: 0.5s;

  }

  .anim {
    opacity: 0;
    transform: translateY(30px);
    animation: moveup 0.5s linear forwards;
  }

  .lorem-class {
    font-size: 16px;
    width: 332px;
    text-align: center;
    line-height: 1.5rem;
    animation-delay: 1s;
  }

  .copy-right {
    font-size: 15px;
  }

  .new-class-amenitites {
    margin-left: 0;
    font-size: 20px;
    margin-top: 10px;
    text-align: center;
  }

  #about-heading {
    font-size: 32px;
    margin-left: 0;
    text-align: center;
  }


  #about-card {
    font-weight: 400;
    line-height: 0.7rem;
    margin-top: 53px !important;
    font-size: 14px;
  }

  #sources {
    height: 369px;
  }

  #sources-heading {
    margin-left: -14px;
    margin-top: -33px;
  }

  #sources-svg {
    margin-left: 33px;
  }

  #Processing {
    margin-top: -301px;
  }

  #owl-img {
    height: 197px;
    width: 202px;
    margin-left: 20px !important;
    margin-top: 15px;
    border-radius: 114px;
  }

  .card-title {
    font-size: 14px;
    margin-top: -74px;
  }

  #rec-box {
    font-size: 6px;
    margin-left: 8px;
    margin-right: 32px;

  }

  .footer_menu {
    justify-content: center;
    display: flex;

  }

  .body-card {
    margin-top: -54px;
  }

  .button-class {
    margin-left: 96px;
    margin-top: -4px;
  }

  .card-text {
    font-size: 15px;
    line-height: 2rem;
    align-items: center;
    margin-left: 65px;
    display: contents;
  }

  .owl-next {
    /* margin-top: 106px;
    margin-right: -31px !important; */
    /* margin-top: 118px; */
    display: none;
  }

  .owl-dot {
    height: 16px !important;
    width: 17px !important;
    border-radius: 42px !important;
  }

  .carousel-card {
    margin-left: 25px;
    height: 397px;
  }

  #carousel-title {
    margin-top: -59px;
    margin-left: -67px;
  }

  .text-card {
    font-size: 10px;
    line-height: 1.5rem;
    width: 208px;
    margin-top: -13px;
    margin-left: 16px;
}

.owl-dots {
  margin-top:0px;
}


#readmore {
  font-size: 10px;
  margin-left: 18px;
  line-height: 0px;
}

  #carousel-heading {
    font-size: 50px;
  }

  #svg-next {
    width: 2.5rem;
    margin-right: 1.2rem;
    margin-top: -1rem;
  }

  .set-width {
    width: 18rem !important;
  }

  /* .con-form {

    height: 49rem;
  } */

  #number-svg {
    margin-left: -33px;
  }

  #location-svg {
    margin-left: -7px;
  }

  #email-svg {
    margin-left: -19px;
  }

  #svg-head {
    font-size: 10px !important;
    margin-top: 13px;
    margin-left: 15px !important;

  }

  #svg-head1 {
    font-size: 9px !important;
    margin-left: 30px !important;
    margin-top: 11px;
  }

  #svg-head2 {
    font-size: 10px !important;
    margin-left: 17px !important;
    margin-top: 11px;
  }


  #inputFname4,
  #inputLname4,
  #inputEmail4,
  #inputPhone4,
  #inputSubject,
  #inputMessage {
    height: 2.5rem;
    width: 14rem;


  }

  .form-label {
    display: table-cell;
    font-size: 16px;
    margin-left: -36px;
    margin-top: -37px;
  }

  #contact-btn {
    margin-left: 1px;
    height: 49px;
    width: 147px;
  }

  .form-cont {
    /* margin-left: 35px !important; */
    margin-left: -19px !important;
    margin-top: -18px !important;

  }

  .con-form {
    min-height: 68rem;
    width: 295px !important;
  }

  .contat-us {
    min-height: 1346px;
  }

  .contact-row {
    margin: 21px;
    align-items: center;
    width: 159px !important;

  }

  #line-line1 {
    display: none;
  }

  #line-line2 {
    display: none;
  }

  /* #leaf-leaf {
    display: none;
  } */

  .list-footer {
    margin-left: -18px;
    display: flex;
    gap: 15px;
  }

  /* #right-leaf {
    display: none;
  }

  #leaf-right {
    display: none;
  } */

  #amentities-img {
    width: 67px;
    margin-top: 28px;
  }

  #about-img {
    margin-left: 3px;
  }

  .social-row {
    flex-direction: row;
  }

  #svg-social {
    margin-left: -23px;
  }

  .amenities-class {
    flex-direction: column;
  }

  .list-group-item,.widget-title{
    font-size: 14px;
  }

  .col-3 {

    width: 100% !important; 
   }

   /* .text-card {
    font-size: 11px;
    line-height: 2rem;
    align-items: center;
    margin-left: 65px;
    display: contents;
  } */
}



/* Media Query for low resolution  Tablets, Ipads */
@media (min-width: 768px) and (max-width: 1023px) {
  .delight-class {
    font-size: 31px;
  }

  #home-img {
    height: 400px;
    width: 382px !important;
    margin-left: -17px !important;
  }

  .col-md-4 {
    flex: 0 0 auto !important;
    width: 39.333333% !important;

  }

  #another-one {
    display: none;
  }

  #home-arrow {
    /* display: none; */
    margin-left: 517px !important;
    margin-top: -466px !important;
  }

  #amenities-circle {
    /* display: none; */
    margin-left: -620px;
  }

  #about-heading {
    font-size: 82px !important;
  }

  #about-img {
    height: 437px;
    margin-left: 117px;
  }

  .about-card {
    width: 774px;
    margin-left: -107px;
  }

  #line-line1 {
    margin-left: 338px !important;
    margin-top: -87px !important;
  }

  #line-line2 {
    margin-left: 74px !important;
  }

  #packing {
    margin-top: -33px;
  }

  #owl-img {
    height: 310px;
    width: 278px;
    margin-top: 69px;
    margin-left: 12px !important;
  }

  .owl-dots {
    margin-top: -137px;
  }

  /* #leaf-right {
    
    margin-left: 689px !important;
  } */

  .class-caro {
    margin-top: -49px;
    width: 358px;
  }

  #carousel-title {
    font-size: 32px;
  }

  #carousel-text {
    font-size: 17px;
  }

  #rec-box {
    font-size: 12px;
  }

  .contat-us {
    height: 717px !important;
  }

  #lorem-ipsum {
    margin-top: -73px !important;
  }

  .contact-row {
    margin: 1rem;
  }

  .left-container img{
    left: 269px !important;
  }

  .right-container img{
    left: -91px !important;
  }

  .text-box{
    width: 178% !important;
  }

}



/* Media Query for Laptops and Desktops */
@media (min-width: 1024px) and (max-width: 1279px) {
  #home-arrow {
    margin-left: 706px !important;
    margin-top: -360px !important;

  }

  #another-one {
    display: none;
  }

  #amenities-circle {
    margin-left: -314px !important;
  }

  /* #leaf-right-div{
    margin-left: -428px !important;
  }

  #leaf-leaf-div {
    margin-left: 71px !important;
  } */

  #lorem-ipsum {
    margin-top: -66px !important;
  }

  .delight-class {
    font-size: 51px;
  }

  #home-img {
    margin-left: -22px !important;
    width: 116% !important;
  }

  #about-card {
    margin-left: 50px;
    font-size: 15px;
    line-height: 33px;
  }

  #about-img {
    margin-left: -11px;
  }

  #about-heading {
    font-size: 43px;
    margin-left: -12px;
  }

  #line-line1 {
    margin-left: 460px !important;
  }

  #line-line2 {
    margin-left: 196px !important;
  }

  #owl-img {
    width: 455px !important;
    height: 462px !important;
    flex-shrink: 0;
    margin-left: 6px !important;
  }

  #car {
    margin-left: -2rem;
  }


  .left-container img{
    left: 393px !important;
  }

  .right-container img{
    
    left: -110px !important;
  }

}

/* Media Query for Large screens */
@media (min-width: 1280px) {
  #home-arrow {
    margin-left: 1017px !important;
    margin-top: -357px !important;
  }

  #amenities-circle {
    margin-left: -97px !important;
  }

  #line-line1 {
    margin-left: 546px !important;
  }

  #line-line2 {
    margin-left: 285px !important;
  }

  #another-one {
    display: none;
  }

  #lorem-ipsum {
    margin-top: -20px !important;
  }
/* 
  .left-container img{
    left: 481px !important;
  }

  .right-container img{
    left: -128px !important;
  } */
}

@media (min-width: 1400px) {

  #home-arrow {
    margin-left: 1200px !important;
  }

  #line-line1 {
    margin-left: 638px !important;

  }

  #line-line2 {
    margin-left: 379px !important;
  }



  
}








/* recipies css */

.zigzag {
  justify-content: center;
  display: flex;
}

.timeline {
  /* position: relative;
  max-width: 1200px;
  margin: 100px auto; */

  position: relative;
    max-width: 1200px;
    margin: 69px auto;
    justify-content: center;
    margin-left: 106px;
    display: flex;
    flex-direction: column;

}

.container1 {
  padding: 10px 50px;
  position: relative;
  width: 40%;
  animation: movedown 1s linear forwards;
  opacity: 0;

}


@keyframes movedown {
  0% {
    opacity: 1;
    transform: translateY(-30px);
  }

  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}

.container1:nth-child(1){
  animation-delay: 0s;
}

.container1:nth-child(2){
  animation-delay: 1s;
}

.container1:nth-child(3){
  animation-delay: 2s;
}

.container1:nth-child(4){
  animation-delay: 3s;
}

.text-box {
  padding: 20px 30px;
  background-color: #fdfdfd;
  position: relative;
  border-radius: 6px;
  font-size: 18px;
  color: #232020;
  font-family: Poppins;
  font-weight: 400;
  width: 140%;
}

.left-container {
  left: -10%;
}

.right-container {
  left: 50%;
}

.container1 img {
  position: relative;
  width: 40px;
  border-radius: 50%;
  right: -125%;
  top: 32px;
  z-index: 10;
  background-color: #a9d089;
}

.right-container img {
  left: -32%;
}

.left-container img {
  left: 158%;
}



.container1::before {
  right: 100%;
}

.container1::after {
  left: 100%;
}

.timeline::before {
  content: '';
  position: absolute;
  width: 6px;
  /* Adjust the width as needed */
  height: calc(100% - 20px);
  background: #c1d3b3;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.611); 
  /* Adjust the color as needed */
  top: 10px;
  left: 46%;
  transform: translateX(-50%);
  z-index: -1;
  animation: moveline 6s linear forwards;
}

@keyframes moveline {
  0% {
    height: 0;

  }

  100% {
    height: 100%;
  }
}




.left-container-arrow {
  height: 0;
  width: 0;
  position: absolute;
  top: 32px;
  z-index: 1;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 23px solid #ffffff;
  right: -22px;
}


.right-container-arrow {
  height: 0;
  width: 0;
  position: absolute;
  top: 32px;
  z-index: 1;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-right: 23px solid #ffffff;
  left: -22px;
}




.class-hover1 {
  color: #000000 !important;
  font-family: Inter;
  font-size: 20px !important;
  font-style: normal !important;
  /* font-weight: 600 !important; */
  line-height: normal;
}

.class-hover1:hover {
  color: #ffffff !important;
  text-decoration: underline;
  font-family: Inter;
  font-size: 20px !important;
  font-style: normal;
  /* font-weight: 600; */
  line-height: normal;
}


.footer_area {
  background-color: #FFF;
}

#recipies-heading{
  font-family: Galdeano;
}

.side-leaf{
  width: 5%;
}

#side-leaf2{
  position: absolute;
  z-index: 1;
  margin-top: -12%;
  width: 5%;
}



@media screen and ( max-width : 600px){

  .timeline{
    margin: 50px auto;
  }

  .timeline::before{
    display: none;
  }

  .container1{
    width: 80%;
    padding-left: 80px;
    padding-right: 25px;

  }

  .text-box{
    font-size: 13px;
  }

  .right-container{
    left: 0;
  }

  .left-container img{
    /* left: -38px;
    width: 20%; */
   display: none;
  }

  .right-container img{
    /* width: 20%;
    left: -75px; */
   display: none;


  }

}


/* recipies css */


































/* recipies css ends */