body {
  line-height: 20px;
  overflow-x: hidden;
}

@font-face {
  font-family: Sansation_Regular;
  src: url(../fonts/Sansation_Regular.ttf);
}

@font-face {
  font-family: Sansation_Bold;
  src: url(../fonts/Sansation_Bold.ttf);
}

@font-face {
  font-family: Sansation_Light;
  src: url(../fonts/Sansation_Light.ttf);
}

#header-section {
  height: 93vh;
}

.lang-picker {
  position: absolute;
  font-size: 10px;
  display: inline;
  right: 1%;
  top: 1%;
  z-index: 1;
}

.form-select {
  width: auto;
}

#slised_watermillion {
  height: 93vh !important;
  background: url(../images/slised_watermillion.webp) center center no-repeat;
  background-size: 93vh;
  background-clip: border-box;
}

#slised_pineapple {
  height: 93vh !important;
}

#slised_watermillion_image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#logo {
  /* width: 90%; */
  /* float: right; */
  width: 29%;
  margin-left: 15px;
}

.nav-link {
  color: black;
  font-size: 24px;
  padding: 0.8rem 0.5rem;
  font-family: "Roboto";
  font-weight: 300;
}
.nav {
  margin-bottom: 1rem;
}

.active {
  font-family: "Roboto";
  font-weight: 700;
  padding: 0.8rem 2rem;
}

.active:before {
  content: "";
  position: absolute;
  bottom: 20px;
  left: 0;
  background: rgb(247 231 191);
  width: 100%;
  height: 8px;
  z-index: -1;
}

#header-section #main-heading {
  font-size: 72px;
  font-weight: bolder;
  margin: 50px 0 25px;
  font-family: Sansation_Bold;
  line-height: 1.1;
}

.header-section-text {
  font-size: 20px;
  font-family: "Roboto";
  line-height: normal;
}

.background-primary {
  background-color: rgb(247 231 191) !important;
}

.background-secondary {
  background-color: rgb(239 239 239) !important;
}

#second-section {
  position: relative;
  overflow: hidden;
  background-color: rgb(247 231 191);
}

#second-section .container,
#third-section .container {
  padding: 5% 8%;
}

#second-section .layer {
  width: 100%;
  height: 100%;
  /* opacity: 0.9; */
}

#sunrise-image {
  position: absolute;
  bottom: 0px;
  left: -10%;
  width: 100%;
  height: 60%;
  background: url(../images/sunsrise.svg) no-repeat;
  opacity: 0.05;
}

.icon-bg {
  background-color: #FAD040;
  border-radius: 100%;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}

.hero-section-icons{
  margin-top: 30px;
}

.hero-section-icons img{
  width: 100%;
  height: 100%;
}

.icon-element {
  width: 90px;
  height: 90px;
}


.icon-text{
  font-size: 12px;
  font-family: 'Roboto';
  font-weight: 300;
  text-align: center;
  margin-top: 8px;
  margin-bottom: 0 !important;
  line-height: 15px;
}

#machine-image {
  position: absolute;
  top: 0px;
  left: 11%;
  width: 100%;
  height: 80%;
  background: url(../images/machine.svg) right top no-repeat;
  opacity: 0.05;
}
#papaya-image {
  position: absolute;
  bottom: -10%;
  left: 5%;
  width: 100%;
  height: 50%;
  background: url(../images/papaya.svg) right bottom no-repeat;
  opacity: 0.05;
}

.select {
  position: absolute;
  font-size: 10px;
  display: inline;
  right: 1%;
  top: 1%;
  z-index: 1000;
}
.select .selectBtn {
  background: var(--bg1);
  padding: 5px 12px;
  box-sizing: border-box;
  border-radius: 3px;
  width: 100%;
  cursor: pointer;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: #fff;
}
.fi {
  width: 2.333333em !important;
  line-height: 1.3em !important;
}
/* .select .selectBtn:after {
  content: "";
  position: absolute;
  top: 45%;
  right: 15px;
  width: 6px;
  height: 6px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  border-right: 2px solid #666;
  border-bottom: 2px solid #666;
  transition: 0.2s ease;
} */
.select .selectBtn.toggle {
  border-radius: 3px 3px 0 0;
}
.select .selectBtn.toggle:after {
  -webkit-transform: translateY(-50%) rotate(-135deg);
          transform: translateY(-50%) rotate(-135deg);
}
.select .selectDropdown {
  position: absolute;
  top: 100%;
  width: 100%;
  border-radius: 0 0 3px 3px;
  overflow: hidden;
  background: var(--bg1);
  border-top: 1px solid #eee;
  z-index: 1;
  background: #fff;
  -webkit-transform: scale(1, 0);
          transform: scale(1, 0);
  -webkit-transform-origin: top center;
          transform-origin: top center;
  visibility: hidden;
  transition: 0.2s ease;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}
.select .selectDropdown .option {
  padding: 10px;
  box-sizing: border-box;
  cursor: pointer;
}

.select .selectDropdown .option > span {
  pointer-events: none;
}


.select .selectDropdown .option:hover {
  background: #f8f8f8;
}
.select .selectDropdown.toggle {
  visibility: visible;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

#bottles_image {
  height: 450px;
  width: 100%;
  object-fit: fill;
  box-shadow: 0px 4px 8px rgb(0 0 0 / 60%);
}

#second-section #main-heading,
#fourth-section #main-heading,
#third-section #main-heading {
  font-size: 35px;
  font-weight: bolder;
  margin: 18% 0 8%;
  font-family: Sansation_Bold;
}

#shared-bg {
  position: relative;
  overflow: hidden;
}

#vegan-image {
  position: absolute;
  bottom: 43%;
  left: -10%;
  width: 30%;
  height: 30%;
  background: url(../images/vegan.svg) no-repeat;
  opacity: 0.04;
  background-size: contain;
}
#fruits1-image {
  position: absolute;
  top: 0;
  right: -10%;
  width: 50%;
  height: 30%;
  background: url(../images/fruits2.svg) right top no-repeat;
  opacity: 0.04;
  background-size: contain;
}
#fruits-image {
  position: absolute;
  top: 32%;
  right: -13%;
  width: 50%;
  height: 35%;
  background: url(../images/fruits.svg) right top no-repeat;
  opacity: 0.04;
  background-size: contain;
}
#harvest-image {
  position: absolute;
  bottom: 0px;
  right: -8%;
  width: 20%;
  height: 40%;
  background: url(../images/harvest.svg) right top no-repeat;
  opacity: 0.04;
  background-size: contain;
  background-position: bottom;
}

#third-section {
  background-color: rgb(239 239 239);
}

#third-section #main-heading {
  margin: 5% 0 4%;
}

#food_image {
  height: 450px;
  width: 97%;
  object-fit: cover;
  box-shadow: 0px 4px 8px rgb(0 0 0 / 60%);
}

#contact-section .container {
  padding: 3% 8%;
}
#contact-section #main-heading {
  font-size: 35px;
  font-weight: bolder;
  font-family: Sansation_Bold;
}

.sansation-bold {
  font-family: Sansation_Bold;
}

.sansation-light {
  font-family: Sansation_Light;
}

.sansation-regular {
  font-family: Sansation_Regular;
}

#contact-section input,
#contact-section textarea {
  border-radius: 10px;
  background-color: rgb(247 231 191);
  font-family: Sansation_Regular;
  margin-bottom: 8px;
  border: 0;
  resize: none;
  padding: 7px 7px 14px 7px;
}

#contact-section button {
  background-color: rgb(212 153 1);
  color: #fff;
  padding: 10px 45px;
  border: 0;
  font-family: Sansation_Bold;
  font-size: 28px;
  border-radius: 10px;
  margin-top: 10px;
}

#contact-section #contact-logo {
  width: 100%;
  margin-top: -5%;
}

#contact-section i {
  font-size: 28px;
  color: #707070;
}

.list-group p {
  font-size: 14px;
}

.bi-telephone-fill,
.bi-envelope-fill {
  font-size: 23px !important;
}

#fruits-image-contact-section {
  position: absolute;
  top: -15%;
  left: -7%;
  width: 100%;
  height: 100%;
  background: url(../images/fruits.svg) right top no-repeat;
  opacity: 0.04;
  background-size: contain;
  background-position: left;
  z-index: -1;
}
#harvest-image-contact-section {
  position: absolute;
  bottom: 10%;
  right: -18%;
  width: 50%;
  height: 70%;
  background: url(../images/harvest.svg) right top no-repeat;
  opacity: 0.05;
  background-size: contain;
  background-position: bottom;
  z-index: 1;
}

#fourth-section {
  background-color: rgb(247 231 191);
}

#fourth-section #main-heading {
  font-size: 35px;
  font-weight: bolder;
  margin: 8% 0 7%;
  font-family: Sansation_Bold;
}

#fourth-section .container {
  padding: 5% 5% 5% 8%;
}

#factory_image {
  height: 720px;
  width: 95%;
  object-fit: cover;
  box-shadow: 0px 4px 8px rgb(0 0 0 / 60%);
}

.fotter-bottom-design {
  height: 60px;
}

.about-me-main-heading {
  font-size: 45px;
  font-weight: bolder;
  margin: 25px 0 15px;
  font-family: Sansation_Bold;
}

.organic-1 {
  transform: rotate(-90deg);
  position: absolute;
  bottom: 60%;
  left: -34%;
  width: auto;
  height: 350px;
  position: absolute;
}

.organic-2 {
  font-family: Sansation_Bold;
  font-size: 320px;
  color: rgba(255,255,255, 0.1);
  transform: rotate(90deg);
  position: absolute;
  bottom: 50%;
  right: -38%;
}

.organic-1 h1{
  font-family: Sansation_Bold;
  font-size: 320px;
  color: rgba(154, 197, 237, 0.1);
}

.organic-1 .bg-image{
  background: url(../images/heather-barnes.jpg) -2% 84% no-repeat;
  background-size: 52%;
  width: 100%;
  height: 100%;
  position: absolute;
  filter: blur(5px);
  opacity: 0.4;
}



.reducing-carbon-foorprint {
  margin: 25% 0 10% !important;
}

.healthy-organic-drink-heading {
  margin: 12% 0 8% !important;
}

.about-me-shared-bg #vegan-image {
  position: absolute;
  bottom: 5%;
  left: -8%;
  width: 30%;
  height: 50%;
  background: url(../images/fruits.svg) no-repeat;
  opacity: 0.06;
  background-size: contain;
}

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  .nav-link {
    font-size: 14px;
  }
  .nav {
    margin-bottom: 0rem;
  }
  .active:before {
    content: "";
    position: absolute;
    bottom: 20px;
    left: 15%;
    background: rgb(247 231 191);
    width: 70%;
    height: 8px;
    z-index: -1;
  }
  .small-hero {
    background: url(../images/slised_watermillion.webp) center right no-repeat;
    background-size: cover;
    background-position: top;
    z-index: -2;
    padding-top: 35%;
    height: 80vh !important;
  }
  .small-hero p,
  .about-me-main-heading {
    font-size: 55px;
    line-height: 60px;
    font-weight: bolder;
  }
  .small-hero p:before,
  .about-me-main-heading:before {
    content: "";
    position: absolute;
    bottom: 12%;
    left: 2.5%;
    background: rgba(0, 0, 0, 0.6);
    width: 95%;
    height: 70%;
    z-index: -1;
  }
  .about-me-main-heading:before {
    background: rgb(247 231 191);
    height: 40%;
    bottom: 25%;
  }
  .small-aboutus-hero {
    z-index: -2;
  }
  #header-section {
    height: auto;
  }
  .header-section-mobile {
    height: 250px;
  }
  .small-hero-text {
    font-family: Sansation_Light;
    z-index: -1;
  }
  #second-section,
  #about-us-mobile-section {
    background-color: rgb(239 239 239);
  }
  #third-section {
    background-color: rgb(247 231 191);
    position: relative;
  }
  #fourth-section {
    background-color: rgb(239 239 239);
    position: relative;
  }
  #bottles_image,
  #food_image,
  #factory_image {
    height: 220px !important;
    object-fit: cover;
    width: 100%;
  }
  #factory_image {
    width: auto !important;
  }
  #second-section #main-heading,
  #fourth-section #main-heading,
  #third-section #main-heading {
    font-size: 22px !important;
    margin: 5% 0 !important;
    text-align: center !important;
  }

  #contact-section #main-heading {
    font-size: 15px !important;
    margin: 5% 0 !important;
    text-align: left !important;
  }
  #second-section p,
  #fourth-section p,
  #third-section p {
    margin: 0 0 !important;
    font-size: 14px !important;
    font-family: Sansation_Regular !important;
    text-align: justify !important;
  }

  #contact-section {
    font-size: 10px;
  }

  #contact-section input,
  #contact-section textarea {
    border-radius: 5px;
    background-color: rgb(247 231 191);
    font-family: Sansation_Regular;
    margin-bottom: 3px;
    border: 0;
    resize: none;
    padding: 2px 2px 5px 2px;
    font-size: 10px;
  }
  #contact-section button {
    background-color: rgb(212 153 1);
    color: #fff;
    padding: 1px 10px;
    font-size: 12px;
    border-radius: 2px;
    margin-top: 5px;
  }
  /* #third-section .row{
  flex-direction: row-reverse;
} */

  #contact-section i {
    font-size: 14px;
    color: #707070;
  }

  .list-group p {
    font-size: 8px;
    line-height: 11px;
  }

  .bi-telephone-fill,
  .bi-envelope-fill {
    font-size: 14px !important;
  }

  .fotter-bottom-design {
    height: 30px;
    margin-top: 30px;
  }

  #sunrise-image {
    position: absolute;
    bottom: 0px;
    left: -10%;
    width: 50%;
    height: 60%;
    background: url(../images/sunsrise.svg) no-repeat;
    background-position: bottom;
    opacity: 0.07;
  }

  #machine-image {
    position: absolute;
    top: 0%;
    left: -25%;
    width: 40%;
    height: 40%;
    background: url(../images/machine.svg) right top no-repeat;
    opacity: 0.04;
    z-index: 1;
  }
  #papaya-image {
    position: absolute;
    bottom: -10%;
    left: -30%;
    width: 80%;
    height: 50%;
    background: url(../images/papaya.svg) left bottom no-repeat;
    opacity: 0.04;
  }

  #fruits-image {
    position: absolute;
    top: 20%;
    right: -5%;
    width: 40%;
    height: 30%;
    background: url(../images/fruits.svg) right top no-repeat;
    opacity: 0.04;
    background-size: contain;
  }

  #vegan-image {
    position: absolute;
    /* bottom: 0; */
    top: -12%;
    left: -20%;
    width: 100%;
    height: 100%;
    background: url(../images/vegan.svg) no-repeat;
    background-position: center;
    opacity: 0.05;
    background-size: contain;
  }

  .small-screen-primary {
    background-color: rgb(247 231 191) !important;
  }
  .small-screen-secondary {
    background-color: rgb(239 239 239) !important;
  }

  .select {
    position: absolute;
    font-size: 10px;
    display: inline;
    right: 3%;
    top: 6%;
  }

  .icon-bg {
    background-color: #707070;
    border-radius: 100%;
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
  }
  
  .hero-section-icons img{
    width: 75%;
    height: 75%;
  }
  
  .icon-element {
    width: 100px;
    height: 125px;
  }
  
  
  .icon-text{
    font-size: 12px !important;
    font-family: 'Roboto';
    font-weight: 300;
    text-align: center;
    margin-top: 8px;
    margin-bottom: 0 !important;
    line-height: normal !important;
  }
}
