@import url("https://fonts.googleapis.com/css2?family=Montserrat&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Dancing+Script&display=swap");
* {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
}

body {
  background-image: url("../images/leaves.png");
}
.slider,.slider-marathi{
  max-width: 700px;
  height: 550px;
  margin: auto;
  border: 10px solid black;
}

.left-slide,.right-slide,.left-side-marathi,.right-slide-marathi {
  position: absolute;
  height: 40px;
  width: 40px;
  background-color: #444444;
  border-radius: 50%;
  color: #ffffff;
  font-size: 14px;
  top:50%;
  margin-top: -20px;
  text-align: center;
  line-height: 40px;
}
.left-slide,.left-side-marathi{
  left: 30px;
}
.right-slide,.right-slide-marathi{
  right: 30px;
}
.slider .slider-item .item img{
  max-width: 100%;
  display: block;
}
.slider .slider-item .item{
  display: none;
}
.slider .slider-item .item.active,.slider-item .slider-item-marathi .item-marathi.active{
  display: block;
}

.slider .slider-item .item .caption {
 
  position: absolute;
  height: 60px;
  bottom: 0px;
  left: 0px;
  line-height: 60px;
  text-align: center;
  color: #ffffff;
  font-size: 30px;
  background-color: rgba(0, 0, 0, 0.5);
}
.slider-marathi .slider-item-marathi .item-marathi{
  display: none;
}
.slider-item .slider-item-marathi .item-marathi.active{
  display: block;
}
.logo a{
  text-decoration: none;
  color: black;
  font-size: 18px;
  font-weight: bolder;
}
header {
  /* background-color: #68c547; */
  background-image: linear-gradient( 135deg, #70F570 10%, #49C628 100%);
}
nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .nav-links {
    display: flex;
    justify-content: space-evenly;
    width: 40%;
  }
.logo {
    padding-left: 2vh;
    flex: 2;
}
.navbar li {
  list-style: none;
  cursor: pointer;
  padding-top: 2vh;
}
.navbar .nav-link {
  text-decoration: none;
  color: black;
}
.burgerMarathi,.burgerEnglish {
  display: none;
}

.burgerMarathi div, .burgerEnglish div{
  width: 25px;
  height: 3px;
  background-color: white;
  margin: 5px;
}
.inner-container{
  width:80%;
  display: flex;
  justify-content: space-evenly;
  margin: auto;
}
.home-image-container{
  width: 50%;
  height: 50%;
  padding: 0;
}
.home-image-container img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.info-container {
  width: 50%;
  margin:12vh 8vh;
}
.info-container .info {
  line-height: 4vh;
}
.certification-container,
.facilities-container {
  text-align: center;
  height: auto;
  margin-top: 10vh;
}
.certification-container,
.facilities-container p {
  font-style: italic;
  font-size: 14px;
}
h3 {
  font-style: normal;
  font-weight: 800;
}
main .facilities,
.certification {
  display: flex;
  justify-content: space-evenly;
  padding-top: 5vh;
}
main .facility,
.certificate {
  height: 35vh;
  text-align: center;
}
.cert-img {
  width: 20vh;
  height: 20vh;
  border-radius: 10vh;
  margin-bottom: 2vh;
  /* background-color: rgb(210, 255, 210); */
  /* clip-path: circle(50% at 50% 50%); */
}
.fclt-img {
  width: 27vh;
  height: 27vh;
  border-radius: 13.5vh;
  margin-bottom: 2vh;
  /* clip-path: circle(50% at 50% 50%); */
}
footer {
  padding: 5vh 0;
  /* background-color: #68c547; */
  background-image: linear-gradient( 135deg, #70F570 10%, #49C628 100%);
  /* background-image: linear-gradient( 135deg, #fffa64 10%, #3CD500 100%); */
  text-align: center;
}

.career-container {
  width: 80%;
  height: 56.9vh;
  margin: 9vh auto 9vh auto;
  text-align: left;
}
.career-container article {
  padding: 12vh;
  line-height: 4vh;
}

.career-container article a {
  font-size: 18px;
  font-weight: 800;
  color: black;
}

.enquiry-container {
  width: 70%;
  height: 70.5vh;
  margin: 1.9vh auto 3.2vh auto;
}
.enquiry-container .enquiry {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.enquiry {
  padding-top: 5vh;
  width: 80%;
}
form {
  display: flex;
  flex-direction: column;
}
.form-input {
  margin-bottom: 2vh;
  padding: 1vh;
  border: 1px solid #68c547;
  border-radius: 4px;
  width: 30vw;
  outline: none;
}
.en-btn {
  margin-top: 2vh;
  height: 5vh;
  border: #68c547;
  border-radius: 4px;
  background-color: #68c547;
  font-weight: 800;
}

textarea {
  border: 1px solid #68c547;
  border-radius: 4px;
  padding: 1vh;
  outline: none;
}
input:focus {
  border: 3px solid #68c547;
}
textarea:focus {
  border: 3px solid #68c547;
}

.product-container {
  width: 90%;
  margin: auto;
}
.grid-view {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin: auto;
}
.box {
  width: 30%;
  margin: 2vh;
  text-align: center;
  min-height: 30vh;
  /* border: 1px solid black; */
  border-radius: 2px;
  display: inline;
  box-shadow: 0.5px 0.7px 4px rgb(88, 88, 88);
}
.box img {
  width: 100px;
  height: 150px;
  margin: 2vh;
  float: left;
}
.box p {
  text-align: justify;
  font-size: 14px;
  margin-right: 2vw;
}
.box h4 {
  margin: 2vh;
  font-size: 16px;
}
.read-more-btn {
  background-color: #68c547;
  width: 100px;
  height: 35px;
  border: none;
  border-radius: 4px;
  outline: none;
}
.read-more-text {
  display: none;
  line-height: 1.4rem;
  text-align: left;
}

.read-more-text--show {
  display: block;
}
.read-more-btn:focus {
  border: 2px solid #68c547;
}

.english {
  display: none;
}
.translateBtn {
  background-color: #98f875;
  font-family: Poppins;
  border: none;
  margin: 1vh;
  padding: 0.5vh 1vh 1.5vh 1vh;
  cursor: pointer;
  text-align: center;
  border-radius: 2px;
  box-shadow: 0.5px 0.7px 4px rgb(88, 88, 88);
}

.modal-bg {
  height: 100%;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: hidden;
  opacity: 0;
}
.modal {
  width: 60vw;
  height: auto;
  margin-right: 5vw;
  position: fixed;
  background-color: white;
  border: 2px solid #68c547;
  border-radius: 4px;
}
.modal-bg-active {
  visibility: visible;
  opacity: 1;
}

.modal-close {
  cursor: pointer;
}
.show-modal {
  cursor: pointer;
  background-color: #68c547;
  border: none;
  position: relative;
  border-radius: 4px;
  padding: 1.5vh 2vh;
  text-decoration: none;
  margin-bottom: 1vh;
}

/* Modal styling */
.img-container {
  width: 35%;
  height: 20%;
  display: inline;
}
.img-container .prodct-img {
  width: 18vw;
  height: 50vh;
  object-fit: contain;
}
.desc-container {
  width: 65%;
  display: flex;
  flex-direction: column;
  float: right;
  margin: 1vh; overflow-y: auto;
}
.desc {
  font-size: 14px;
  line-height: 3.5vh;
  letter-spacing: 0.2px;
 
}
.modal-header {
  padding: 1vh 1vh;
  display: flex;
  justify-content: space-between;
}
.prodName {
  text-align: center;
  padding-bottom: 1vh;
}
.email-link {
  text-decoration: none;
  color: #ffffff;
  width: 17vw;
  padding: 2vh;
  text-align: center;
  /* line-height: 8vh; */
  border-radius: 4px;
  background-color: #68c547;
}

.packing {
  padding: 2vh;
}
.hr {
  background-color: #68c547;
  border: 1px solid #68c547;
}
.marathi-water-container,.english-water-container {
  text-align: center;
}
#marathi-list,#english-list{
  display: flex;
  margin: 1vh 25vw;
  flex-wrap: wrap;
  padding-top:1vh;
  justify-self: center;
  align-items: center;
}
#marathi-list li, #english-list li{
  width: 50%;
  padding-top:2vh;
  text-align: left;
}
.short-desc{
  min-height: 10vh;
 margin-bottom: 3vh;
}
.link {
  display: block;
  margin-top: 2vh;
  text-decoration: underline;
  font-weight: bold;
  cursor: pointer;
  color: black;
  
}
.title {
  font-size: 2px;
}
@media screen and (max-width: 600px) {
  html,body{
    width: 100%;
    height: 100%;
    margin: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}
body{
  overflow-y: scroll;
}
    header {
        padding: 2vh;
    }
  .logo {
    font-size: 16px;
    flex: 2;
  }
  nav {
    justify-content: space-between;
  }
  .nav-links {
    position: absolute;
    right: 0px;
    height: 57vh;
    top: 6vh;
    background-color: #68c547;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    width: 50%;
    padding: 2vh;
    transform: translate(100%);
    transition: transform 0.5s ease-in;
  }

  .inner-container{
    width:80%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    margin: auto;
  }
  .home-image-container{
    width: 100%;
    margin: 5vh;
  }
  .home-image-container img{
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .info-container {
    width: 95%;
    margin: auto;
  }
  .info-container .info {
    line-height: 4vh;
  }
  
  .burgerMarathi,
  .burgerEnglish {
    display: block;
    cursor: pointer;
    z-index: 1;
  }
  .burgerMarathi line, .burgerEnglish div{
    width: 25px;
    height: 3px;
    margin: 5px;
  }
  .nav-active {
    transform: translate(0%);
  }

  /* Homepage */
  .facilities,
  .certification {
    padding: 10%;
    flex-wrap: wrap; /* The width is 100%, when the viewport is 800px or smaller */
  }
  .certification {
    padding: 10%;
    margin: 5%;
  }
  footer {
    width: 100%;
    margin: 0;
  }
  /* Products */
  .box {
    width: 100%;
    min-height: 33vh;
    margin: 2vh auto;
  }
  .modal {
    width: 90%;
    margin: auto;
    overflow-y: scroll;
  }
  .email-link {
    width: 80%;
  }
  /* Career */

  .career-container,.enquiry-container {
    width: 100%;
    height: 50%;
    margin: 1vh;
    height: 70vh;
    overflow: hidden;
  }
  .career-container article {
    font-size: 14px;
    padding:5.2vh 2vh;
    width: 100%;
  }
  .career{
    width: 100%;
  }
  .mail-link {
    font-size: 12px;
  }
  .en-form{
    padding-left: 9vh;
  }
  .form-input{
    width: 100%;
  }
  footer h3 {
    font-size: 13px;
  }
  footer p {
    font-size: 12px;
  }

  #marathi-list,#english-list{
    display: flex;
    flex-direction: column;
    margin: auto 4.5vh;
    padding-top:1vh;
    justify-self: center;
    align-items: center;
  }
  #marathi-list li, #english-list li{
    width: 100%;
    padding-top:2vh;
    text-align: left;
  }

}
@media only screen and (min-width: 601px) and (max-width: 768px) {
   html,body{
    width: 100%;
    height: 100%;
    margin: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}
body{
  overflow-y: scroll;
}
    header {
        padding: 2vh;
    }
  /* Homepage */
  .logo {
    font-size: 16px;
    flex: 2;
  }
  nav {
    justify-content: space-between;
  }
  .nav-links {
    position: absolute;
    right: 0px;
    height: 57vh;
    top: 5vh;
    background-color: #68c547;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    width: 50%;
    padding: 2vh;
    transform: translate(100%);
    transition: transform 0.5s ease-in;
  }

  .inner-container{
    width:80%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    margin: auto;
  }
  .home-image-container{
    width: 100%;
    margin: 5vh;
  }
  .home-image-container img{
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .info-container {
    width: 95%;
    margin: auto;
  }
  .info-container .info {
    line-height: 4vh;
  }

  .burgerMarathi line, .burgerEnglish div{
    width: 25px;
    height: 3px;
    background-color: white;
    margin: 5px;
  }
  .burgerMarathi,
  .burgerEnglish {
    display: block;
    cursor: pointer;
  }
  .nav-active {
    transform: translate(0%);
  }
  .facilities,
  .certification {
    padding: 10%;
    flex-wrap: wrap; /* The width is 100%, when the viewport is 800px or smaller */
  }
  .certification {
    padding: 10%;
    margin: 5%;
  }
  footer {
    width: 100%;
    margin: 0;
  }
  /* Products */
  .grid-view {
    justify-content: space-evenly;
    flex-wrap: wrap;
  }
  .box {
    width: 100%;
    min-height: 33vh;
    margin: 2vh;
  }
  .modal {
    width: 90%;
    margin: auto;
    overflow-y: scroll;
  }
  .desc {
    line-height: 3.5vh;
  }
  /* Career */

  .career-container{
    width: 100%;
    height:59vh;
    overflow-y: hidden;
  }
  .career-container article {
    padding: 3vh;
  }
  /* enquiry */
  .enquiry-container {
    width: 100%;
    height: 72vh;
  }
  .enquiry {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .en-form{
    width: 90%;
    margin-top: 10vh;
  }
  .form-input{
    width: 100%;
  }
  footer h3 {
    font-size: 13px;
  }
  footer p {
    font-size: 12px;
  }
  #marathi-list,#english-list{
    display: flex;
    flex-direction: column;
    margin: auto 4.5vh;
    padding-top:1vh;
    justify-self: center;
    align-items: center;
  }
  #marathi-list li, #english-list li{
    width: 100%;
    padding-top:2vh;
    text-align: left;
  }
}

@media only screen and (min-width: 769px) and (max-width: 992px) {
    .nav-links{
        justify-content: space-evenly;
    }
    .logo {
        flex: 2;
    }
  /* Home */
  .facilities {
    flex-wrap: wrap;
  }
  /* Products  */
  .grid-view {
    justify-content: space-evenly;
  }
  .box {
    width: 43.5%;
    min-height: 30vh;
    margin: 2vh;
  }
  /* career */
  .career-container {
    width: 100%;
  }
  .career {
    line-height: 2.5vh;
  }
  .career a {
    text-decoration: none;
    background-color: #ffffff;
  }
  /* enquiry */
  .enquiry {
    width: 100%;
    padding: 0;
  }
  .en-form,
  .form-input {
    width: 100%;
  }
  /* footer */
  footer div {
    margin: 0;
    padding: 0;
  }
  #marathi-list,#english-list{
    display: flex;
    flex-direction: column;
    margin: auto 4.5vh;
    padding-top:1vh;
    justify-self: center;
    align-items: center;
  }
  #marathi-list li, #english-list li{
    width: 100%;
    padding-top:2vh;
    text-align: left;
  }
}

@media only screen and (min-width: 993px) and (max-width: 1200px) {
  nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .nav-links {
    display: flex;
    justify-content: space-evenly;
    width: 50%;
  }
.logo {
    flex: 2;
}
  .box {
    width: 30%;
    margin: 4vh 2vh;
  }
  .enquiry {
    width: 60%;
    margin: auto;
  }
  .en-form,
  .form-input {
    width: 100%;
  }
  .about-us {
    height: 80vh;
  }
}

@media only screen and (min-width: 1201px) {
  .about-us {
    height: 74.9vh;
  }
  .home-image-container{
    width: 30%;
    height: 30%;
    padding: 0;
  }
  .home-image-container img{
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .home-image-container img:nth-child(1){
    margin-top: 10vh;
  }
}