/**************** extend css start ****************/

@font-face {
  font-family: 'aviny';
  src: url('../fonts/aviny.otf'); /* IE9 Compat Modes */
  src: url('../fonts/aviny.ttf') format('truetype'), /* Saf3—5, Chrome4+, FF3.5, Opera 10+ */
url('../fonts/avinyweb.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
url('../fonts/avinyweb.woff2') format('woff');
}
@font-face {
  font-family: 'iransans';
  src: url('../fonts/Sans\ a4fran3.eot'); /* IE9 Compat Modes */
  src: url('../fonts/Sans\ a4fran3.ttf') format('truetype'), /* Saf3—5, Chrome4+, FF3.5, Opera 10+ */
url('../fonts/Sans\ a4fran3.woff') format('woff');
}
@font-face {
  font-family: 'Yekan';
  src: url('../fonts/Yekan.eot'); /* IE9 Compat Modes */
  src: url('../fonts/Yekan.eot?#') format('eot'), /* IE6–8 */
url('../fonts/Yekan.ttf') format('truetype'), /* Saf3—5, Chrome4+, FF3.5, Opera 10+ */
url('../fonts/Yekan.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
url('../fonts/Yekan.otf') format('opentype'),
url('../fonts/Yekan.svg') format('svg');
  font-variant: normal;
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'BTitr';
  src: url('../fonts/BTitr.eot');
  src: url('../fonts/BTitr.eot?#iefix') format('embedded-opentype'),
  url('../fonts/BTitr.woff') format('woff'),
  url('../fonts/BTitr.ttf') format('truetype');
  font-weight: normal;
}
@font-face {
  font-family: 'BTitrTGE';
  src: url('../fonts/BTitrTGE.eot');
  src: url('../fonts/BTitrTGE.eot?#iefix') format('embedded-opentype'),
  url('../fonts/BTitrTGE.woff') format('woff'),
  url('../fonts/BTitrTGE.ttf') format('truetype');
  font-weight: normal;
}


/* ------------------- start green garden --------------------- */

#overlay {
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(255, 255, 255);
  transition: 1s 0.4s;
  text-align: center;
  color: #302f2f;
}
#overlay img{
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
#overlay span {
  position: absolute;
  top: 60%;
  left: 0;
  bottom: 0;
  right: 0;
  width: 300px;
  height: 50px;
  margin: 0 auto;
  text-align: center;
  font-size: 20px;
}

hr {
  clear: both;
  visibility: hidden;
}
a{
	
	text-decoration: none;
	
}
html, body {
  position: fixed;
  font-family: Yekan;
  text-align: right;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  overflow: none;
  scroll-behavior: auto !important;
}  

footer {
  position: fixed;
  bottom: 0;
  width: 100%;
}
footer span {
  position: relative;
  float: left;
  left: 20px;
}
.err-lo {
  position: absolute;
  right:0;
  left:0;
  background: #ca2a2a;
  margin:15% auto;
  max-width: 200px;
  width: auto;
  color: white;
  border-radius: 5px;
  padding: 5px 5px 0px 0px;
  display: none;
}
.err-loo {
  position: absolute;
  right:0;
  left:0;
  background: #ca2a2a;
  margin:15% auto;
  max-width: 250px;
  width: auto;
  color: white;
  border-radius: 5px;
  padding: 5px 5px 0px 0px;
}
.err-se {
  position: absolute;
  right:130px;
  background: #ca2a2a;
  margin:-43px auto;
  max-width: 200px;
  width: auto;
  color: white;
  border-radius: 5px;
  padding: 2px 2px 0px 0px;
  display: none;
}
.l-alert {
  position: relative;
  top: -7px;
  padding: 5px;
  margin-right: 5px;
  font-size: 16px;
}
.err-up {
  position:fixed;
  right:2%;
  margin:0px auto;
 /*  background:#ffffff; */
  color:#ffffff;
  width:350px;
  height:33px;
  border-radius:2px;
  font-size:15px;
  text-align:right;
  padding-top:5px;
/*   box-shadow: 0px 0px 10px 0px #cecdcd; */
  z-index:6;
  display:none;
}
.err-p {
  background:#ec5a5d;
  float:right;
  width:100%;
  height:100%;
  margin:2px;
  border-radius:3px;
  padding:8px 10px 0px 5px;
  border:1px solid #d5191d;
}
.su-p {
  background:#1aa667;
  float:right;
  width:100%;
  height:100%;
  margin:2px;
  border-radius:3px;
  padding:8px 10px 0px 5px;
  border:1px solid #137a4c;
}
/* ------------------- mobile view ----------------- */
@media screen and (max-width: 1400px){
	.left-side {
    top: -80px !important;
    scale: 0.7 !important;
  }
  .right-side {
    top: -140px !important;
    scale: 0.7 !important;
  }
  .main {
    top: 3% !important;
    scale: 0.57 !important;
  }
  .product-menu {
    scale: 0.75 !important;
  }
  .main-menu {
  width: 800px !important;
}
  .back-menu {
    margin: 55px 80px 10px 80px !important;
  }
  .compote-menu {
    scale: 0.75 !important;
  }
  .compote-menu .con-pro{
    width: 800px !important;
  }
}
@media screen and (max-width: 500px){
  html, body {
    overflow: none !important;
  }
  footer {
      display : none !important;
  }
  .logo {
    display: none !important;
  }
	.logo-mob {
    background-color: #ffffff;
    position: absolute;
    top: -30px;
    right:0;
    left:0;
    margin: 0 auto;
    width:90px !important;
    height: 90px !important;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
  }
  .logo-mob img{
    position: absolute;
    right:0;
    left:0;
    margin: 0 auto;
    width:60px !important;
    height: 55px !important;
  }
  .menu {
    display: none !important;
  }
  .menu-mob {
    float: right !important;
    background: #ffffff;
    position: fixed !important;
    bottom:0px !important;
    right: 0px !important;
    left: auto !important;
    width:100% !important;
    height: 7% !important;
    box-shadow: 0px 10px 30px 2px hsla(330, 2%, 22%, 0.4) !important;
    z-index: 10;
    display: block !important;
   /*  border-top-left-radius: 15px;
    border-top-right-radius: 15px; */
  }
  .menu-mob span{
    float: right;
    color: #045c41 !important;
    text-align: center !important;
    width: 15% !important;
    font-family: Yekan;
    color: #605d5d;
    font-size: 15px;
    cursor: pointer;
  }
  #menu-pop {
    position: fixed;
    z-index: 6;
    margin: 20px;
    font-size: 30px;
    color: #605d5d;
  }
  .left-side {
    top: 30% !important;
    scale: 0.5 !important;
  }
  .right-side {
    top: -290px !important;
    scale: 0.5 !important;
  }
  .main {
    /* background: rgba(255, 255, 255, 1) !important; */
    top: -5% !important;
    width: 90% !important;
    max-width: 375px !important;
    min-width: 375px !important;
    scale: 0.6 !important;
  }
  .leaf-7 , .leaf-5 , .leaf-6 {
    display: none !important;
  }
  .content {
    position: absolute;
    left: 0;
    right: 0;
    top:150px;
    margin: 0 auto;
    width: 375px !important;
    height: auto;
    display: none;
  }
  .right-det , .right-det-compote {
    position: absolute;
    top: -135px !important;
    right: -110px !important;
    width: 600px !important;
    height: 300px;
    border-radius: 15px;
    display: none;
  }
  .title-right-det {
    background: none !important;
    float: right;
    position: relative !important;
    top: -5px !important;
    right: 10px;
    padding-top: 3px !important;
    width: 95% !important;
    height: 40px;
    font-size: 22px !important;
    color: #077245 !important;
    text-align: center;
    cursor: pointer;
    border: none !important;
    box-shadow: none !important;
  }
  .right-det .right-el , .right-det-compote .right-el {
    float: right;
    position: relative;
    right: 10px;
    margin-bottom: 5px;
    padding-top: 7px;
    width: 32% !important;
    height: 40px;
    font-size: 20px !important;
    color: #302f2f;
    box-shadow: 0px 0px 10px 0px #cecdcd;
    text-align: center;
    cursor: pointer;
    border-right: #077245 4px solid;
  }
  .left-det , .left-det-compote{
    position: absolute;
    top: 540px !important;
    right: -100px !important;
    width: 600px !important;
    height: 300px;
    border-radius: 15px;
    display: none;
  
  }
  .title-left-det{
    background: none !important;
    float: right;
    position: absolute;
    bottom: 0px;
    margin-bottom: 5px;
    width: 95% !important;
    height: 40px;
    font-size: 22px !important;
    color: #077245 !important;
    text-align: center;
    cursor: pointer;
    border: none !important;
    box-shadow: none !important;
    display: none !important;
  }
  .left-det .left-el , .left-det-compote .left-el{
    float: right;
    position: relative;
    right: 10px;
    margin-bottom: 5px;
    padding-top: 7px;
    width: 48% !important;
    height: 40px;
    font-size: 20px !important;
    box-shadow: 0px 0px 10px 0px #cecdcd;
    text-align: center;
    cursor: pointer;
    border-left: #077245 4px solid;
  }
  .juice-border {
    position: absolute;
    top: 100px;
    left:77px !important;
    width:223px !important;
    height: 420px;
    z-index: 5;
    rotate: 15deg;
    scale: 1;
    animation: move-juice 5s ease-in-out infinite;
    
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease ;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .all-juice {
    position: absolute;
    top: 100px;
    left:78px !important;
    width:220px;
    height: 420px;
    z-index: 5;
    overflow: hidden;
    rotate: 15deg;
    scale: 1;
    animation: move-juice 5s ease-in-out infinite;
    
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease ;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .all-juice img{
    position: absolute;
    top: 8px;
    left: -1055px;
    width:auto;
    height: 385px;
    z-index: 5;
    overflow: hidden;
  }
  #lychee-juice {
    position: absolute;
    top: 100px;
    left:318px !important;
    width:222px;
    height: 420px;
    z-index: 3;
    scale: 0.57;
  }
  #mango-juice {
    position: absolute;
    top: 100px;
    left:213px !important;
    width:222px;
    height: 420px;
    z-index: 4;
    scale: 0.67;
  }
  #orange-juice {
    position: absolute;
    top: 100px;
    left:77px !important;
    width:222px;
    height: 420px;
    z-index: 5;
    scale: 0.8;
  }
  #mix-juice {
    position: absolute;
    top: 100px;
    left:-62px !important;
    width:222px;
    height: 420px;
    z-index: 4;
    scale: 0.67;
  }
  #guava-juice {
    position: absolute;
    top: 100px;
    left:-172px !important;
    width:222px;
    height: 420px;
    z-index: 3;
    scale: 0.57;
  }
  .fruit-2 {
    position: absolute;
    top: 200px;
    left:-22px !important;
    width: 190px;
    height: auto;
    z-index: 6;
    animation: move-fruit1 15s ease-in-out infinite;
    filter: drop-shadow(5px 40px 5px #00000070);
  }
  .fruit-3 {
    position: absolute;
    top: 280px;
    left:188px !important;
    width: 180px;
    height: auto;
    z-index: 4;
    filter: blur(2px);
    animation: move-leaf1 10s ease-in-out infinite;
  }
  .leaf-2 {
    position: absolute;
    top: 230px;
    left:188px !important;
    width: 220px;
    height: auto;
    z-index: 4;
    filter: blur(2px);
    animation: move-leaf1 10s ease-in-out infinite;
  }
  .logo-c {
    position:absolute;
    top:60px !important;
    right:-100px !important;
    width: 150px !important;
    height: auto;
    z-index: 999;
  }
  .no-sugar {
    position: absolute;
    top: 10px !important;
    left:-45px !important;
    width: 180px;
    height: auto;
    z-index: 6;
  }
  .no-gl {
    position: absolute;
    top: 400px;
    right:-80px !important;
    width: 200px;
    height: auto;
    z-index: 6;
  }
  .pulp {
    position: absolute;
    top: 380px !important;
    left:-100px !important;
    width: 150px !important;
    height: auto;
    z-index: 6;
  }
  .product-menu , .compote-menu {
    position: absolute;
    right: 1px !important;
    bottom: -600px;
    margin: 0 auto;
    width: 400px !important;
    height: 120px;
    scale: 1 !important;
  }
  .con-pro {
    position: relative;
    bottom: -30px;
    margin: 0 auto;
    width: 750px !important;
  }
  .compote-menu .con-pro {
    text-align: center;
    width: 400px !important;
  }
  .compote-menu span {
    width: 70px !important;
    height: 55px !important;
    margin: 2px !important;
    margin-left: 15px !important;
    margin-right: 15px !important;
    border-radius: 13px;
    cursor: pointer;
  }
  .compote-menu span img {
    top: -30px !important;
    width: 105px !important;
    height: auto;
    margin: 0 auto;
  }
  .product-menu span{
    position: relative;
    float: right !important;
    width: 70px !important;
    height: 55px !important;
    margin: 2px !important;
    border-radius: 13px;
    cursor: pointer;
    /* scale: 0.7 !important; */
  }
  .product-menu span img {
    position: absolute;
    top: -40px;
    left: 0;
    right: 0;
    width: 50px !important;
    height: auto;
    margin: 0 auto;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .about-main {
    background: rgba(255, 255, 255, 1);
    position: fixed;
    top: 30%;
    right: -80px !important;
    padding: 20px;
    height: auto !important;
    width: 50% !important;
    max-width: 490px !important;
    min-width: 490px !important;
    min-height: 510px !important;
    border-radius: 30px;
    z-index: 7;
    box-shadow: 0px 5px 40px 5px rgba(12, 46, 96, 0.2);
    display: none;
    
}
  .about-content {
    float: right;
    border-radius: 10px;
    width: 98% !important;
    height: 300px !important;
    margin: 40px 20px 20px 20px;
    overflow: scroll !important;
  }
  .about-clip {
    margin-left:30px !important;
  }
  .contact-form {
    position: relative !important;
    top:-40px !important;
    right: 45px !important;
    margin: 0 auto !important;
    width: 45% !important;
    height: 95%;
    border-left: none !important;
  }
  .contact-social {
    position: relative;
    margin: 0 auto;
    width: 100% !important;
    height: 200px;
  }
  .contact-social img{
    float: right !important;
    width: 45% !important;
    height: auto;
  }
  .contact-social span{
    float: left;
    display: inline !important;
    position: relative;
    top: -120px !important;
    left:20px !important;
    width:340px !important;
    height:45px;
    text-align: left !important;
    
  }
  .contact-social i{
    position: relative;
    top: -3px;
    float: left;
    text-align: left !important;
    font-size: 30px;
    margin-right: 10px;
  }
  .main-menu {
    width: 300px !important;
  }
    .back-menu {
      margin: 55px 0px 100px 0px !important;
    }
    .back-menu span {
      right: 5px !important;
    }
    .compote-menu {
      position: absolute;
      right: 1px !important;
      bottom: -600px;
      margin: 0 auto;
      width: 400px !important;
      height: 120px;
      scale: 1 !important;
    }
}


@media screen and (max-width: 425px) {
  .main {
    top: -55px !important;
    scale: 0.42 !important;
  }
  #blob-5 {
    display: none !important;
  }
  .about-main {
    background: rgba(255, 255, 255, 1);
    position: fixed;
    top: 30%;
    right: -80px !important;
    padding: 20px;
    height: auto !important;
    width: 50% !important;
    max-width: 490px !important;
    min-width: 490px !important;
    min-height: 700px !important;
    border-radius: 30px;
    z-index: 7;
    box-shadow: 0px 5px 40px 5px rgba(12, 46, 96, 0.2);
    display: none;
    
}
  .product-menu {
    position: absolute;
    right: 1px !important;
    bottom: -600px;
    margin: 0 auto;
    width: 400px !important;
    height: 120px;
    scale: 0.9 !important;
  }
  .right-det {
    position: absolute;
    top: -135px !important;
    right: -110px !important;
    width: 600px !important;
    height: 300px;
    border-radius: 15px;
    display: none;
  }
  .title-right-det {
    background: none !important;
    float: right;
    position: relative !important;
    top: -5px !important;
    right: 10px;
    padding-top: 3px !important;
    width: 95% !important;
    height: 40px;
    font-size: 22px !important;
    color: #077245 !important;
    text-align: center;
    cursor: pointer;
    border: none !important;
    box-shadow: none !important;
  }
  .right-det .right-el {
    float: right;
    position: relative;
    right: 10px;
    margin-bottom: 5px;
    padding-top: 7px;
    width: 32% !important;
    height: 40px;
    font-size: 20px !important;
    color: #302f2f;
    box-shadow: 0px 0px 10px 0px #cecdcd;
    text-align: center;
    cursor: pointer;
    border-right: #077245 4px solid;
  }
  .left-det {
    position: absolute;
    top: 540px !important;
    right: -100px !important;
    width: 600px !important;
    height: 300px;
    border-radius: 15px;
    display: none;
  
  }
  .title-left-det{
    background: none !important;
    float: right;
    position: absolute;
    bottom: 0px;
    margin-bottom: 5px;
    width: 95% !important;
    height: 40px;
    font-size: 22px !important;
    color: #077245 !important;
    text-align: center;
    cursor: pointer;
    border: none !important;
    box-shadow: none !important;
    display: none !important;
  }
  .left-det .left-el{
    float: right;
    position: relative;
    right: 10px;
    margin-bottom: 5px;
    padding-top: 7px;
    width: 48% !important;
    height: 40px;
    font-size: 20px !important;
    box-shadow: 0px 0px 10px 0px #cecdcd;
    text-align: center;
    cursor: pointer;
    border-left: #077245 4px solid;
  }
  #btn-main {
    background: hsl(342, 81%, 54%);
    position:absolute;
    top:600px;
    right:0;
    left: 0;
    width: 220px;
    height: 43px;
    margin:0 auto;
    font-size:20px !important;
    color:#ffffff;
    font-family: Yekan;
    text-align: center;
    cursor: pointer;
    outline: none;
    border: none;
    border-radius: 20px;
    box-shadow: 0px 10px 30px 2px hsl(342, 77%, 51%, 0.4);
    -webkit-transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
  }
}

@media screen and (max-width: 350px){
  .main {
    top: -50px !important;
    width: 90% !important;
    right: -20px !important;
    max-width: 350px !important;
    min-width: 350px !important;
    scale: 0.40 !important;
  }
  #blob-5 {
    display: none !important;
  }
  .menu-mob span{
    float: right;
    color: #045c41 !important;
    text-align: center !important;
    width: 15% !important;
    font-family: Yekan;
    color: #605d5d;
    font-size: 13px;
    cursor: pointer;
  }
  .about-main {
    background: rgba(255, 255, 255, 1);
    position: fixed;
    top: 30%;
    right: -80px !important;
    padding: 20px;
    height: auto !important;
    width: 50% !important;
    max-width: 490px !important;
    min-width: 490px !important;
    min-height: 700px !important;
    border-radius: 30px;
    z-index: 7;
    box-shadow: 0px 5px 40px 5px rgba(12, 46, 96, 0.2);
    display: none;
    
}
  .product-menu {
    position: absolute;
    right: -30px !important;
    bottom: -600px;
    margin: 0 auto;
    width: 400px !important;
    height: 120px;
    scale: 0.75 !important;
  }
  .right-det {
    position: absolute;
    top: -135px !important;
    right: -110px !important;
    width: 600px !important;
    height: 300px;
    border-radius: 15px;
    display: none;
  }
  .title-right-det {
    background: none !important;
    float: right;
    position: relative !important;
    top: -5px !important;
    right: 10px;
    padding-top: 3px !important;
    width: 95% !important;
    height: 40px;
    font-size: 22px !important;
    color: #077245 !important;
    text-align: center;
    cursor: pointer;
    border: none !important;
    box-shadow: none !important;
  }
  .right-det .right-el {
    float: right;
    position: relative;
    right: 10px;
    margin-bottom: 5px;
    padding-top: 7px;
    width: 32% !important;
    height: 40px;
    font-size: 20px !important;
    color: #302f2f;
    box-shadow: 0px 0px 10px 0px #cecdcd;
    text-align: center;
    cursor: pointer;
    border-right: #077245 4px solid;
  }
  .left-det {
    position: absolute;
    top: 540px !important;
    right: -100px !important;
    width: 600px !important;
    height: 300px;
    border-radius: 15px;
    display: none;
  
  }
  .title-left-det{
    background: none !important;
    float: right;
    position: absolute;
    bottom: 0px;
    margin-bottom: 5px;
    width: 95% !important;
    height: 40px;
    font-size: 22px !important;
    color: #077245 !important;
    text-align: center;
    cursor: pointer;
    border: none !important;
    box-shadow: none !important;
    display: none !important;
  }
  .left-det .left-el{
    float: right;
    position: relative;
    right: 10px;
    margin-bottom: 5px;
    padding-top: 7px;
    width: 48% !important;
    height: 40px;
    font-size: 20px !important;
    box-shadow: 0px 0px 10px 0px #cecdcd;
    text-align: center;
    cursor: pointer;
    border-left: #077245 4px solid;
  }
  #btn-main {
    background: hsl(342, 81%, 54%);
    position:absolute;
    top:600px;
    right:0;
    left: 0;
    width: 220px;
    height: 43px;
    margin:0 auto;
    font-size:20px !important;
    color:#ffffff;
    font-family: Yekan;
    text-align: center;
    cursor: pointer;
    outline: none;
    border: none;
    border-radius: 20px;
    box-shadow: 0px 10px 30px 2px hsl(342, 77%, 51%, 0.4);
    -webkit-transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
  }
}




/* ----------------- end mobile view ------------------ */

/* ---------------------- start index page ---------------- */
.menu-mob {
  display: none;
}
.main-menu {
  position: fixed;
  top: 170px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 1200px;
  height: auto;
  text-align: center;
  display: none;
  z-index: 6;
  opacity: 0;
}
.back-menu {
  position: relative;
  display: inline-block;
  width: 230px;
  height: 350px;
  margin: 150px 80px 50px 80px;
  border-radius: 20px;
  /* border: #282929a6 5px solid; */
  text-align: center;
}
.back-menu span{
  background-color: #ffffff;
  position: absolute;
  right: 10px;
  bottom: 0;
  width: 95%;
  height: 250px;
  border-radius: 10px;
  display: inline-block;
  text-align: center;
  box-shadow: 0px 10px 30px 2px hsla(0, 0%, 71%, 0.4);
}
.back-menu span button {
  background: hsl(22, 80%, 52%);
  position: absolute;
  bottom: -25px;
  right: 0;
  left: 0;
  width: 80%;
  height: 35px;
  margin: 0 auto;
  font-size: 15px;
  color: #ffffff;
  font-family: Yekan;
  text-align: center;
  cursor: pointer;
  outline: none;
  border: none;
  opacity: 0;
  border-radius: 10px;
  box-shadow: 0px 10px 30px 2px hsl(22, 80%, 52%, 0.4);
}
.back-menu span p {
  position: relative;
  top: 50px;
  width: 90%;
  margin: 0 auto;
  color: #5f605d;
  font-size: 14px;
}

.bg-blur {
  position: fixed;
  width: 100%;
  height: 100%;
  margin: 0;
  background: #ffffff;
  opacity: .6;
  z-index: 5;
  }
.main {
  /* background: rgba(255, 255, 255, .8); */
  position: fixed;
  top: 10%;
  right: 0;
  left: 0;
  margin: 0 auto;
  height: 85%;
  /* min-height: 780px; */
  width: 80%;
  min-width: 1000px;
  border-radius: 30px;
  /* box-shadow: 0px 1000px 1000px 1000px rgba(12, 46, 96, 0.2); */
   /* clip-path: polygon(0% 0%, 0% 100%, 10% 100%, 10% 10%, 90% 10%, 90% 90%, 10% 90%, 9% 100%, 100% 100%, 100% 0%); */

}
.right-side {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  min-height: 950px;
}
.left-side {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  min-height: 950px;
}
.wrapper-right-side {
  position: fixed;
  top: 52.85%;
  right: -950px;
  z-index: 2;
  transform: rotate(75deg);
}
.wrapper-right-side svg{
  position: absolute;
  width:780px;
  height:auto;
}
.wrapper-left-side {
  position: fixed;
  top: 10.6%;
  left: -600px;
  z-index: 2;
  transform: rotate(15deg);
}
.wrapper-left-side svg{
  position: absolute;
  width:900px;
  height:auto;
}
#blob-1 {
  background: #398C58;
  position: absolute;
  top: 180px;
  left: -130px;
  width:100px;
  height: 70px;
  border-radius: 50%;
  transform: rotate(-25deg);
}
#blob-2 {
  background: #398C58;
  position: absolute;
  top: 600px;
  left: -150px;
  width:150px;
  height: 100px;
  border-radius: 50%;
  transform: rotate(-55deg);
}
#blob-3 {
  background: #398C58;
  position: absolute;
  top: 540px;
  left: -280px;
  width:60px;
  height: 50px;
  border-radius: 50%;
  transform: rotate(-35deg);
}
#blob-4 {
  background: #86DDA6;
  position: absolute;
  top: 40px;
  right: -340px;
  width:100px;
  height: 50px;
  border-radius: 50%;
  transform: rotate(-25deg);
}
#blob-5 {
  background: #86DDA6;
  position: absolute;
  top: 450px;
  right: -380px;
  width:150px;
  height: 100px;
  border-radius: 50%;
  transform: rotate(25deg);
}
.g-title {
  position:absolute;
  top:85px;
  right:0;
  left: 0;
  margin: 0 auto;
  width: 350px;
  font-size:60px;
  color:#079b5d;
  font-family: Yekan;
  z-index: 6;
}
.g-title-en {
  position:absolute;
  top:160px;
  right:0;
  left: 0;
  margin: 0 auto;
  width: 350px;
  text-align: left;
  font-size:40px;
  font-weight: bold;
  color:#077245;
  z-index: 6;
}
.about-lab {
  position:absolute;
  top:320px;
  right:137px;
  width: 350px;
  font-size:20px;
  color:#1e1d1d;
  font-family: aviny;
 /* text-shadow: 0 0 1px #222121, 0 0 1px #222121, 0 0 1px #222121, 0 0 2px #222121, 0 0 2px #222121; */
  z-index: 999;
}
#btn-main {
  background: hsl(342, 81%, 54%);
  position:absolute;
  top:600px;
  right:0;
  left: 0;
  width: 220px;
  height: 43px;
  margin:0 auto;
  font-size:15px;
  color:#ffffff;
  font-family: Yekan;
  text-align: center;
  cursor: pointer;
  outline: none;
  border: none;
  border-radius: 20px;
  box-shadow: 0px 10px 30px 2px hsl(342, 77%, 51%, 0.4);
  -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
#btn-main:hover {
  width: 240px;
}
.logo {
  position: fixed;
  top: 0;
  left:0;
  right: 0;
  margin: 0 auto;
  width:140px;
  height: 100px;
  z-index: 2;
}
.logo-c {
  position:absolute;
  top:-40px;
  right:-80px;
  width: 200px;
  height: auto;
  z-index: 999;
}
.content {
  /* background: rgba(255, 255, 255, 1); */
  position: absolute;
  left: 0;
  right: 0;
  top:150px;
  margin: 0 auto;
  width: 500px;
  height: auto;
  display: none;
  /* box-shadow: 0px 10px 30px 0px rgba(12, 46, 96, 0.3); */
}
.juice-1 {
  position: absolute;
  top: 100px;
  left:140px;
  width:220px;
  height: 420px;
  z-index: 5;
  rotate: 15deg;
  animation: move-juice 5s ease-in-out infinite;
  /* filter: drop-shadow(-13px 12px 5px #0000006c); */
}
.fruit-1 {
  position: absolute;
  top: 250px;
  left:-40px;
  width: 370px;
  height: auto;
  z-index: 7;
  
}
.fruit-2 {
  position: absolute;
  top: 200px;
  left:15px;
  width: 190px;
  height: auto;
  z-index: 6;
  animation: move-fruit1 15s ease-in-out infinite;
  filter: drop-shadow(5px 40px 5px #00000070);

}
.fruit-3 {
  position: absolute;
  top: 280px;
  left:250px;
  width: 180px;
  height: auto;
  z-index: 4;
  filter: blur(2px);
  animation: move-leaf1 10s ease-in-out infinite;
}
.fruit-4 {
  position: absolute;
  top: 370px;
  left:-500px;
  width: 450px;
  height: auto;
  z-index: 6;
  filter: drop-shadow(5px 40px 5px #00000070);
}
.fruit-5 {
  position: absolute;
  top: 180px;
  left:-300px;
  width: 200px;
  height: auto;
  z-index: 6;
  filter: drop-shadow(5px 40px 5px #00000070);
}
.fruit-6 {
  position: absolute;
  top: 200px;
  right:-450px;
  width: 300px;
  height: auto;
  z-index: 6;
  filter: drop-shadow(5px 40px 5px #00000070);
}
.fruit-7 {
  position: absolute;
  top: 120px;
  right:-380px;
  width: 170px;
  height: auto;
  z-index: 6;
  filter: drop-shadow(5px 40px 5px #00000070);
}
.fruit-8 {
  position: absolute;
  top: 580px;
  left:-280px;
  width: 120px;
  height: auto;
  z-index: 6;
  filter: drop-shadow(5px 40px 5px #00000070);
}
.fruit-9 {
  position: absolute;
  top: 420px;
  right:280px;
  width: 270px;
  height: auto;
  z-index: 6;
  filter: drop-shadow(5px 40px 5px #00000070);
}
.fruit-10 {
  position: absolute;
  top: 80px;
  right:-20px;
  width: 140px;
  height: auto;
  z-index: 4;
  filter: blur(2px);
  display: none;
  animation: move-leaf1 15s ease-in-out infinite;
}
.fruit-11 {
  position: absolute;
  top: 90px;
  right:130px;
  width: 115px;
  height: auto;
  z-index: 6;
  rotate: 15deg;
  animation: move-fruit1 20s ease-in-out infinite;
  filter: drop-shadow(5px 40px 5px #00000070);
  display: none;
}
.leaf-1 {
  position: absolute;
  top: 100px;
  right:40px;
  z-index: 3;
  width: 150px;
  height: auto;
  filter: blur(1px);
  animation: move-leaf1 8s ease-in-out infinite;
}
.leaf-2 {
  position: absolute;
  top: 230px;
  left:250px;
  width: 220px;
  height: auto;
  z-index: 4;
  filter: blur(2px);
  animation: move-leaf1 10s ease-in-out infinite;
}
.leaf-3 {
  position: fixed;
  top: 100px;
  left:-15px;
  width: 420px;
  height: auto;
  z-index: 4;
  /* animation: rotate-logo 10s infinite; */

}
.leaf-4 {
  position: absolute;
  top: 20px;
  left:140px;
  z-index: 3;
  width: 120px;
  height: auto;
  filter: blur(3px);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  animation: move-fruit1 15s ease-in-out infinite;
}
.leaf-5 {
  position: absolute;
  top: -250px;
  left:170px;
  z-index: 6;
  width: 150px;
  height: auto;
  /* animation: move-leaf1 8s ease-in-out infinite; */
  filter: drop-shadow(5px 40px 5px #00000070);
}
.leaf-6 {
  position: absolute;
  top:-380px;
  left:-150px;
  width: 200px;
  height: auto;
  z-index: 6;
  filter: blur(1px);
  transform: scaleX(-1);
  /* animation: wind-leaf 7s ease-in-out infinite; */
  filter: drop-shadow(5px 40px 5px #00000070);
}
.leaf-7 {
  position: absolute;
  bottom: -1000px;
  right:-320px;
  z-index: -1;
  width: 150px;
  height: auto;
  transform: rotate(-55deg);
  filter: drop-shadow(5px 40px 5px #00000070);
}
.no-sugar {
  position: absolute;
  top: 20px;
  left:15px;
  width: 180px;
  height: auto;
  z-index: 6;
}
.no-gl {
  position: absolute;
  top: 400px;
  right:-10px;
  width: 200px;
  height: auto;
  z-index: 6;
}
.pulp {
  position: absolute;
  top: 380px;
  left:-80px;
  width: 180px;
  height: auto;
  z-index: 6;
}
.menu {
  position: absolute;
  top: 15px;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding-right: 30px;
  width: 700px;
  z-index: 1;
}
.menu span {
  float: right;
  /* margin-top: 10px !important; */
  margin: 20px;
  padding: 10px;
  font-family: Yekan;
  color: #5f605d;
  font-size: 15px;
  cursor: pointer;
}
.menu span:hover {
  color: #d31e45;
}
.product-menu {
  position: absolute;
  right: 0;
  left: 0;
  bottom: -600px;
  margin: 0 auto;
  width: 100%;
  height: 180px;
  display: none;
  overflow: auto;
}
.con-pro {
  position: relative;
  bottom: -30px;
  margin: 0 auto;
  width: 1620px;
}
.product-menu span {
  position: relative;
  display: inline-block;
  width: 115px;
  height: 90px;
  margin: 22px;
  border-radius: 13px;
  cursor: pointer;
}
.product-menu span img{
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  width: 60px;
  height: auto;
  margin: 0 auto;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.product-menu span:hover img{
  top: -50px;
}
.compote-menu {
  position: absolute;
  right: 0;
  left: 0;
  bottom: -600px;
  margin: 0 auto;
  width: 100%;
  height: 180px;
  display: none;
  overflow: auto;
  text-align: center;
}
.compote-menu span {
  position: relative;
  display: inline-block;
  width: 115px;
  height: 90px;
  margin: 22px;
  border-radius: 13px;
  cursor: pointer;
}
.compote-menu span img{
  position: absolute;
  top: -40px;
  right: -17px;
  width: 150px;
  height: auto;
  margin: 0 auto;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.compote-menu span:hover img{
  top: -50px;
}
#compote-btn-peach {
  background: #df1b45d2;
}
#compote-btn-pineapple {
  background: #d8db0cd5;
}
#compote-btn-cocktail {
  background: #d60b0bd2;
}
#lychee-btn {
  background: #df1b45d2;
}
#mango-btn {
  background: #ffde22cc;
}
#orange-btn {
  background: #f0743ac7;
}
#mix-btn {
  background: #d8db0cd5;
}
#guava-btn {
  background: #e65e7cd3;
}
.right-det , .right-det-compote {
  position: absolute;
  top: 60px;
  right: -280px;
  width: 350px;
  height: 300px;
  border-radius: 15px;
  display: none;
}
.title-right-det{
  background: none !important;
  float: right;
  position: relative;
  top: -10px;
  right: 10px;
  padding-top: 7px;
  width: 95%;
  height: 40px;
  font-size: 22px !important;
  color: #077245 !important;
  text-align: center;
  cursor: pointer;
  border: none !important;
  box-shadow: none !important;
}
.right-det .right-el , .right-det-compote .right-el{
  float: right;
  position: relative;
  right: 10px;
  margin-bottom: 5px;
  padding-top: 7px;
  width: 95%;
  height: 40px;
  font-size: 18px;
  color: #302f2f;
  box-shadow: 0px 0px 10px 0px #cecdcd;
  text-align: center;
  cursor: pointer;
  border-right: #077245 4px solid;
}
.left-det , .left-det-compote {
	background: none;
  position: absolute;
  top: 100px;
  left: -280px;
  width: 350px;
  height: 300px;
  border-radius: 15px;
  display: none;

}
.title-left-det{
  background: none !important;
  float: right;
  position: relative;
  bottom: 0px;
  margin-bottom: 5px;
  width: 95%;
  height: 40px;
  font-size: 22px !important;
  color: #077245 !important;
  text-align: center;
  cursor: pointer;
  border: none !important;
  box-shadow: none !important;
}
.left-det .left-el , .left-det-compote .left-el{
  float: right;
  position: relative;
  right: 10px;
  margin-bottom: 5px;
  padding-top: 7px;
  width: 95%;
  height: 40px;
  font-size: 18px;
  box-shadow: 0px 0px 10px 0px #cecdcd;
  text-align: center;
  cursor: pointer;
  border-left: #077245 4px solid;
}

.juice-border {
  position: absolute;
  top: 100px;
  left:139px;
  width:222px;
  height: 420px;
  z-index: 5;
  rotate: 15deg;
  scale: 1;
  animation: move-juice 5s ease-in-out infinite;
  
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease ;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.compote-border {
  position: absolute;
  top: 20px;
  left:249px;
  width:260px;
  height: auto;
  z-index: 5;
  scale: 1;
  animation: move-compote 8s ease-in-out infinite;
  display: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease ;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.all-compote {
  position: absolute;
  top: -140px;
  right:-20px;
  width:300px;
  height: 420px;
  z-index: 5;
  scale: 1;
  display: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease ;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.all-juice {
  position: absolute;
  top: 100px;
  left:140px;
  width:220px;
  height: 420px;
  z-index: 5;
  overflow: hidden;
  rotate: 15deg;
  scale: 1;
  animation: move-juice 5s ease-in-out infinite;
  
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease ;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.all-juice img{
  position: absolute;
  top: 8px;
  left: -3245px;
  width:auto;
  height: 385px;
  z-index: 5;
  overflow: hidden;
}
#lychee-juice {
  position: absolute;
  top: 100px;
  left:380px;
  width:222px;
  height: 420px;
  z-index: 3;
  scale: 0.57;
}
#mango-juice {
  position: absolute;
  top: 100px;
  left:275px;
  width:222px;
  height: 420px;
  z-index: 4;
  scale: 0.67;
}
#orange-juice {
  position: absolute;
  top: 100px;
  left:139px;
  width:222px;
  height: 420px;
  z-index: 5;
  scale: 0.8;
}
#mix-juice {
  position: absolute;
  top: 100px;
  left:0px;
  width:222px;
  height: 420px;
  z-index: 4;
  scale: 0.67;
}
#guava-juice {
  position: absolute;
  top: 100px;
  left:-110px;
  width:222px;
  height: 420px;
  z-index: 3;
  scale: 0.57;
}
.about-main {
    background: rgba(255, 255, 255, 1);
    position: fixed;
    top: 30%;
    right: 0;
    left: 0;
    margin: 0px auto;
    padding: 20px;
    height: 55%;
    width: 50%;
    min-width: 1000px;
    min-height: 510px;
    border-radius: 30px;
    z-index: 7;
    box-shadow: 0px 5px 40px 5px rgba(12, 46, 96, 0.2);
    display: none;
}
.about-clip {
  float: left;
  border-radius: 10px;
}
.about-content {
  float: right;
  border-radius: 10px;
  width: 50%;
  margin: 40px 20px 20px 20px;
}
.contact-form {
  float: right;
  width: 49%;
  height: 95%;
  border-left: #dbd9db 1px solid;
}
.contact-social {
  float: left;
  width: 50%;
}
.contact-social img{
  float: left;
  width: 90%;
  height: auto;
}
.contact-social span{
  float: left;
  display: block;
  position: relative;
  top: 20px;
  left:10%;
  width:340px;
  height:45px;
  text-align: left !important;
  
}
.contact-social i{
  position: relative;
  top: -3px;
  float: left;
  text-align: left !important;
  font-size: 30px;
  margin-right: 10px;
}
.input {
  position: relative;
  top: 20px;
  right:10%;
  width:340px;
  height:45px;
  margin-bottom: 20px;
  padding-right: 10px;
  /* box-shadow: 0px 0px 5px 0px #838283; */
  outline:none;
  border: none;
  opacity: .8;
  direction: ltr;
  text-align: center;
  border-radius: 5px;
  box-shadow: 0px 10px 30px 0px rgba(12, 46, 96, 0.3);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
textarea {
  position: relative;
  top: 20px;
  right:10%;
  max-width:340px;
  max-height:200px;
  min-width:340px;
  min-height:200px;
  margin-bottom: 20px;
  padding-right: 10px;
  outline:none;
  border: none;
  opacity: .8;
  direction: ltr;
  text-align: center;
  border-radius: 5px;
  box-shadow: 0px 10px 30px 0px rgba(12, 46, 96, 0.3);
}
#contact-btn {
  background: hsl(342, 81%, 54%);
  position: relative;
  top: 20px;
  right:10%;
  width:352px;
  height:45px;
  outline:none;
  border: none;
  text-align: center;
  color: white;
  margin: 0 auto;
  cursor: pointer;
  font-size: 15px;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;   
  box-shadow: 0px 10px 30px 2px hsl(342, 77%, 51%, 0.4);
}
#contact-btn:hover { 
  border-radius: 15px;
}
.input:hover {
  opacity: 1;
  box-shadow: 0px 10px 30px 0px rgba(12, 46, 96, 0.3);
}
.input:focus {
	opacity:1;
}
input::-moz-placeholder,textarea::-moz-placeholder{
    color: #616161;
    font-family:Yekan;
    font-size: 15px;
    text-align:center;
}
input:-moz-placeholder,textarea:-moz-placeholder{
    color: #616161;
    font-family:Yekan;
    font-size: 15px;
    text-align:center;
}
input:-ms-input-placeholder,textarea:-ms-input-placeholder{
    color: #616161;
    font-family:Yekan;
    font-size: 15px;
    text-align:center;
}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{
    color: #616161;
    font-family:Yekan;
    font-size: 15px;
    text-align:center;
}
#l-btn {
  position: relative;
  top: 20px;
  right:69px;
  background: #EF5B0C;
  width:254px;
height:35px;
outline:none;
  border: none;
  text-align: center;
  color: white;
  margin: 0 auto;
  cursor: pointer;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;

  &:hover { 
    border-radius: 15px;
  }

}
.move-juice {
  animation: move-juice 5s ease-in-out infinite;
}

  @keyframes move-juice {
    0% { transform: translateY(0); }
    50% { transform: translateY(-1.5rem); }
    100% { transform: translateY(0); }
    }
    @keyframes move-compote {
      0% { transform: translateY(0); }
      25% { transform: translateX(0.3rem); }
      50% { transform: translateY(0.3rem); }
      75% { transform: translateX(0.3rem); }
      100% { transform: translateY(0); }
      }
    @keyframes wind-leaf {
      0% { transform: translateY(0) rotate(-10deg) scaleX(-1); }
      50% { transform:  translateY(-0.3rem) rotate(-5deg) scaleX(-1); }
      100% { transform:  translateY(0) rotate(-10deg) scaleX(-1); }
      }
      @keyframes wind-leaf1 {
        0% { transform:  rotate(3deg) scaleX(-1); }
        50% { transform:  rotate(0deg) scaleX(-1); }
        100% { transform:  rotate(3deg) scaleX(-1); }
        }
    
  @keyframes move-fruit1 {
    0% { transform: translateY(0) scaleX(-1); }
    25% { transform: translateX(-0.5rem) scaleX(-1); }
    50% { transform: translateY(-0.5rem) scaleX(-1); }
    75% { transform: translateX(-0.5rem) scaleX(-1); }
    100% { transform: translateY(0) scaleX(-1); }
    }
    @keyframes move-scale {
      0% { transform: scaleX(-1); }
      25% { transform: scaleX(1); }
      50% { transform: scaleX(-1); }
      75% { transform: scaleX(1); }
      100% { transform: scaleX(-1); }
      }
    @keyframes move-leaf1 {
      0% { transform: translateY(0); }
      25% { transform: translateX(0.3rem); }
      50% { transform: translateY(0.3rem); }
      75% { transform: translateX(0.3rem); }
      100% { transform: translateY(0); }
      }
  
/* ----------------- end index page --------------------- */










