@import "fonts.css";


html {
  scroll-behavior: smooth;
}
body{
    font-family: 'IRANYekan'  ;
}
/*---------------------------------------*/
.border{
  border:1px dotted red;
}
.mytitle{
  font-family: 'IRANYekanBold';
}
.myparagraph{
  font-family: 'IRANYekanLight';
}

/*-----------------------------------*/
#main{
  overflow: hidden;
}
.bg-color{
    background-color: #8ecdee;
}
.bg-footer{
    background-color: #eeeff1;
}
/*----------------------- MY BUTTON ----------------------------*/
.mybtn {
  padding: 10px;
  color: #FFF;
  font-size: 15px;
  text-align: center;
  text-decoration: none;
  background-color:transparent;
  transition: background-color 0.5s;
  -webkit-transition: background-color 0.5s;
  border: 1px solid #FFF; 
  margin: 25px 2px;
  border-radius: 10px;
}
.mybtn:hover {
  background-color: #FFF;
  color: #8ecdee;
  border: 1px solid #FFF;  
}

.mybtn-white {
  padding: 10px;
  color: #8ecdee;
  font-size: 15px;
  text-align: center;
  text-decoration: none;
  background-color:transparent;
  transition: background-color 0.5s;
  -webkit-transition: background-color 0.5s;
  border: 1px solid #fff; 
  background-color: #FFF;
  margin: 25px 2px;
  border-radius: 10px;
}
.mybtn-white:hover {
  background-color: #FFF;
  color: #fa9c05;
  text-decoration: none;
  border: 1px solid #FFF;  
}


.mybtn-orange {
  padding: 10px;
  color: #fff;
  font-size: 15px;
  text-align: center;
  text-decoration: none;
  background-color:transparent;
  transition: background-color 0.5s;
  -webkit-transition: background-color 0.5s;
  border: 1px solid #fff; 
  background-color: #fa9c05;
  margin: 25px 2px;
  border-radius: 10px;
}
.mybtn-orange:hover {
  background-color: #FFF;
  color: #fa9c05;
  text-decoration: none;
  border: 1px solid #FFF;  
}


/*--------------------------------------------------------------------*/
.header{
  z-index: 99999999;
}
p {
  float: left;
  margin-right: 0.3em;
}
b {
  float: left;
  overflow: hidden;
  position: relative;
  height: 70px;
}
span1 {
display: inline-block;
color: #fa9c05;
position: relative;
white-space: nowrap;
top: 0;
left: 0;
animation: move 5s;
animation-iteration-count: infinite;
animation-delay: 1s;
-webkit-animation: move 5s;
-webkit-animation-iteration-count: infinite;
-webkit-animation-delay: 1s;
}

@keyframes move {
0%  { top: 0px; }
20% { top: -60px; }
40% { top: -125px; }
60% { top: -185px; }
}
.no-gutter{
  margin:0;
  padding: 0;
}

#snackbar {
  visibility: hidden; /* Hidden by default. Visible on click */
  min-width: 250px; /* Set a default minimum width */
  margin-left: -125px; /* Divide value of min-width by 2 */
  background-color: #333; /* Black background color */
  color: #fff; /* White text color */
  text-align: center; /* Centered text */
  border-radius: 2px; /* Rounded borders */
  padding: 16px; /* Padding */
  position: fixed; /* Sit on top of the screen */
  z-index: 999999999; /* Add a z-index if needed */
  left: 44%; /* Center the snackbar */
  top: 30px; /* 30px from the bottom */
}

/* Show the snackbar when clicking on a button (class added with JavaScript) */
#snackbar.show {
  visibility: visible; /* Show the snackbar */
  /* Add animation: Take 0.5 seconds to fade in and out the snackbar. 
  However, delay the fade out process for 2.5 seconds */
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
  from {top: 0; opacity: 0;} 
  to {top: 30px; opacity: 1;}
}

@keyframes fadein {
  from {top: 0; opacity: 0;}
  to {top: 30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
  from {top: 30px; opacity: 1;} 
  to {top: 0; opacity: 0;}
}

@keyframes fadeout {
  from {top: 30px; opacity: 1;}
  to {top: 0; opacity: 0;}
}

/*---------------------------- FOOTER ----------------------------*/
footer{
  box-shadow:1px 10px 10px 5px #333;
}
.footer > div{
  padding-top:30px;
  text-align: right;
}
.footer h4 {
  font-family: 'IRANYekanBold';
  padding: 10px 0;

}
.footer p {
  font-family: 'IRANYekanLight';
  line-height: 2em;

}
#footer-info {
  margin-bottom:50px;
}
#footer-info > div{
  border-top:1px solid #333;
}
#footer-info h5 {
  font-family: 'IRANYekanBold';
  padding-bottom: 20px;
  border-bottom:1px solid #333;
}
#footer-info h6{
  font-family: 'IRANYekan';
}
#footer-info h6:first-child{
  padding-top:15px;
}
.social-footer span{
  color:#000;
  font-size:1.7em;
}




.input-group {
  margin: 20px auto;
  width: 100%;
}
input.btn.btn-lg,
input.btn.btn-lg:focus {
  outline: none;
  width: 70%;
  height: 40px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  font-size: 1em;

}
button.btn {
  width: 30%;
  height: 40px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-color: #243c4f;
  background-color:#243c4f;
}









.thinfooter{
  padding-top:10px;
  color:#FFF;
  text-align: center;
}











/* Extra small devices (phones, 640px and down) */
@media only screen and (max-width:640px)  {
  #agent{
    visibility: hidden;
  }
  #header-social{
    margin:0;
    padding:0;
    visibility: hidden;
  }
  .header {
    margin-top:20px;
  }
  .nav {
    margin-top:25px;
    cursor: pointer;
  }

  .bar1, .bar2, .bar3 {
    width: 35px;
    height: 5px;
    background-color: #FFF;
    margin: 6px 5px;
    transition: 0.4s;
  }
  
  .change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-9px, 6px);
  }
  
  .change .bar2 {opacity: 0;}
  
  .change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
  }
  #fast-contact {
    display: none;
  }
  .overlay nav,.overlay nav ul{
    text-align: center;
  }
  #snackbar {
    
    left: 35%; /* Center the snackbar */
  }
  /*------------------ SECTION 1.1 ----------------------------*/
  .text-banner{
    top: 50px;
    font-size: 2em;
    left: 5%;
  }
 b {
  float: left;
  overflow: hidden;
  position: relative;
  height: 40px;
} 
@keyframes move {
0%  { top: 0px; }
20% { top: -40px; }
40% { top: -80px; }
60% { top: -120px; }
}

  #affix {
      z-index: 200;
  }
  #affix-mobile img{
      margin-top: 100px;
      width:50%;
  }

  #affix{
    display: none;
  }
  #arrow {
    display: none;
  }
  #myScrollspy {
      background-image: radial-gradient(circle, #FFF , #8ecdee);
  }
  .fa {
    padding: 30px 5px;
    font-size: 25px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
    border-radius: 50%;
  }
    
  .fa:hover {
      opacity: 0.7;
      text-decoration: none;
  }
  .fa-linkedin {
    color: white;
  }
  .fa-instagram {
    
    color: white;
  }
  .fa-telegram {
    
    color: white;
  }
  

  /*--------------- SECTION 2 ----------------------------------*/
  .yogurt-mobile {
    width: 100%;
    margin-top:50px;
  }
  #farm{
    background: url('../img/farm-mobile.png') center no-repeat;
    min-height: 316px;
  }
  
  
  
  .left-content{
    display: none;
  }
  
  .right-content{
    text-align: right;
    color: #FFF;
  }
  .right-content h3 {
    font-size: 1em;
  }
  .right-content span{
    font-size: 2em;
    padding-top:0px;
  }
  .right-content p{
    font-size: 1em;
    line-height: 2em;
  }
  










  /*--------------- SECTION 3 ----------------------------------*/
    
  #lab{
    background: url('../img/lab-mobile.png') center no-repeat;
    min-height: 316px;
  }
  
  .home-cer p{
    font-size: 1em;
    padding: 30px 0px 0 0;
  }
  .home-cer a{
    margin:5px;
  }
  .lab-vector{
    display: none;
  }



  .shop{
    background: url('../img/shop-mobile.png') center no-repeat;
    height:372px;
  }
  .shop img {
    display: none;
  }
  /*------------------ FOOTER -----------------------------*/
  .thinfooter{
    padding-top:10px;
    color:#FFF;
    height: 45px;
    background-color: #343434;
  }
  
  .copyright{
    text-align: center;
  }


} 










/* Extra small devices (phones, 640px and down) */
@media only screen and (min-width: 641px)  and (max-width:768px)  {
  .header {
    margin-top:20px;
  }
  .nav {
    margin-top:25px;
    cursor: pointer;
  }

  .bar1, .bar2, .bar3 {
    width: 35px;
    height: 5px;
    background-color: #FFF;
    margin: 6px 0;
    transition: 0.4s;
  }
  
  .change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-9px, 6px);
  }
  
  .change .bar2 {opacity: 0;}
  
  .change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
  }
  #fast-contact {
    display: none;
  }
  .overlay nav,.overlay nav ul{
    text-align: center;
  }
  #snackbar {
    
    left: 35%; /* Center the snackbar */
  }
  /*------------------ SECTION 1.1 ----------------------------*/
  .text-banner{
    top: 70px;
    font-size: 3em;
    left: 0px;
  }
  #affix {
      z-index: 200;
  }
  #affix-mobile img{
      margin-top: 200px;
      width:30%;
  }

  #affix{
    display: none;
  }
  #arrow {
    display: none;
  }
  #myScrollspy {
      background-image: radial-gradient(circle, #FFF , #8ecdee);
  }
  .fa {
    padding: 30px 5px;
    font-size: 25px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
    border-radius: 50%;
  }
    
  .fa:hover {
      opacity: 0.7;
      text-decoration: none;
  }
  .fa-linkedin {
    color: white;
  }
  .fa-instagram {
    
    color: white;
  }
  .fa-telegram {
    
    color: white;
  }
  

  /*--------------- SECTION 2 ----------------------------------*/
  .yogurt-mobile {
    width: 100%;
    margin-top:50px;
  }
  #farm{
    background: url('../img/farm.png')  center no-repeat;
    min-height: 316px;
  }
  
  
  
  .left-content{
    text-align: right;
    margin: 0;
    padding: 0;
    color: #FFF;
  }
  .left-content h4{
    font-size: 1em; 
    line-height:  1.5em;
  
  }
  .left-content img{
    margin-top: 20px;
  }
  .left-content > div {
    padding: 20px 0px;
  }
  .left-content1{
    margin-top: 50px;
  }
  .right-content{
    text-align: right;
    color: #FFF;
  }
  .right-content h3 {
    font-size: 1em;
  }
  .right-content span{
    font-size: 2em;
    padding-top:0px;
  }
  .right-content p{
    font-size: 1em;
    line-height: 2em;
  }
  .lab-vector{
    display: none;
  }
  .sec-cont{
    border-top:1px solid #FFF;
  }
  .sec-cont img{
    padding-top:0px;
  }
  









  /*--------------- SECTION 3 ----------------------------------*/
    
  #lab{
    background: url('../img/lab.png')  center no-repeat;
    min-height: 316px;
  }
  .box {
    display: none;
  }
  .home-cer p{
    font-size: 1em;
    line-height: 2em;
    padding: 30px 20px 0 0;
  }
  .home-cer a{
    margin:5px;
  }
  .lab-vector{
    width: 200%;
  }



  .shop{
    background: url('../img/shop-tablet.png') center bottom no-repeat;
    min-height:572px;
  }
  .shop img {
    display: none;
  }
  /*------------------ FOOTER -----------------------------*/
  .thinfooter{
    padding-top:10px;
    color:#FFF;
    height: 45px;
    background-color: #343434;
  }
  
  .copyright{
    text-align: center;
  }


} 





























/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 769px) and (max-width:1023px) {
  


  .thinfooter{
    padding-top:10px;
    color:#FFF;
    height: 45px;
    background-color: #343434;
  }
  #affix {
    z-index: 200;
  }
  #affix-mobile img{
      margin-top: 100px;
      width:30%;
  }

  #affix{
    display: none;
  }
  .text-banner{
    top:40px;
    font-size: 3em;
  }
  .header {
      margin-top:20px;
  }
  #myScrollspy {
      background-image: radial-gradient(circle, #FFF , #8ecdee);
  }
  .affix-bottom {
      position: absolute;
  }
  #fast-contact {
    display:none;
  }
  .overlay nav,.overlay nav ul{
    text-align: center;
  }
  #snackbar {
    
    left: 35%; /* Center the snackbar */
  }
  .float-right{
    float:right;
  }   

  #arrow img {
    display: none;
  }
  .yogurt-mobile {
    width: 100%;
    margin-top:50px;
  }





  /*-------------------------- # BAR --------------------------------------*/
  .nav {
    margin-top:25px;
    cursor: pointer;
  }

  .bar1, .bar2, .bar3 {
      width: 35px;
      height: 5px;
      background-color: #FFF;
      margin: 6px 0;
      transition: 0.4s;
    }
    
    
  #farm{
    background: url('../img/farm.png') center no-repeat;
    min-height: 316px;
  }
  #lab{
    background: url('../img/lab.png') center no-repeat;
    min-height: 316px;
  }
  /*----------------------------------------------------------------*/ 
  #hand {
      float: left;
      position: relative;
      top: 564px;
      left: 38.4%;
      z-index: 999999;
  }
  .fa {
      padding: 10px;
      font-size: 30px;
      text-align: center;
      text-decoration: none;
      margin: 5px 2px;
      border-radius: 50%;
    }
    
    .fa:hover {
        opacity: 0.7;
        text-decoration: none;
    }
    .fa-linkedin {
      
      color: white;
    }
    .fa-instagram {
      
      color: white;
    }
    .fa-telegram {
      
      color: white;
    }
  
  .yogurt-mobile {
    display: visible;
  }
  .right-content{
    text-align: right;
    color: #FFF;
    padding: 30px 30px;
  }
  .left-content{
    text-align: right;
    color: #FFF;
    padding: 30px 10px;
  }
  .left-content1{
    margin-top: 50px;
  }
  .right-content span{
    font-size: 1.5em;
    padding-top:0px;

  }
  .right-content p{
    padding-top: 20px;
    font-size: 1em;
    line-height: 2em;
  }
  .left-content h4{
    padding-left:10px;
    font-size:1em;
    line-height:  2em;
  }
  .left-content > div {
    padding: 10px 0px;
  }
  .sec-cont{
    border-top:1px solid #FFF;
  }
  .sec-cont img{
    padding-top:20px;
  }
  


  .box {
    display: none;
  }
  .home-cer p{
    font-size: 1em;
    line-height: 2em;
    padding: 10px 20px 0 0;
  }
  .home-cer a{
    margin:5px;
  }
  .lab-vector{
    width: 200%;
  }


  .shop{
    background: url('../img/shop-tablet.png') center no-repeat;
    height:768px;
  }


  .shop img {
    display: none;
  }
 

  .footer-logo{
    text-align: right;
    padding-top:20px;
    padding-right:100px;
  }
  .footer-logo h5{
    height:40px;
  }
  .footer-logo h5:last-child{
    margin-bottom: 30px;
  }
  .footer-logo span{
    padding-left: 10px;
    font-size:1em;
  }
  .copyright{
    text-align: right;
  }























} 



























@media only screen and (min-width: 1024px) and (max-width:1279px) {
  
  .thinfooter{
    padding-top:10px;
    color:#FFF;
    height: 45px;
    background-color: #343434;
  }
  #affix {
      z-index: 99999;
  }
  #affix img{
      margin-top: 100px;
  }

  .header {
      margin-top:20px;
  }
  #affix-mobile{
    display: none;
  }
  #myScrollspy {
      background-image: radial-gradient(circle, #FFF , #8ecdee);
  }
  .affix-bottom {
      position: absolute;
  }
  
  .float-right{
    float:right;
  }   

  #arrow img {
      margin-top:40px;
      -webkit-animation: mover 0.5s infinite  alternate;
      animation: mover 0.5s infinite  alternate;
  }
  @-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
  }
  @keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
  }


  /*-------------------------- # BAR --------------------------------------*/
  .nav {
    margin-top:25px;
    cursor: pointer;
  }

  .bar1, .bar2, .bar3 {
      width: 35px;
      height: 5px;
      background-color: #FFF;
      margin: 6px 0;
      transition: 0.4s;
    }
    
    
  #farm{
    background: url('../img/farm.png') center no-repeat;
    min-height: 316px;
  }
  #lab{
    background: url('../img/lab.png') center no-repeat;
    min-height: 316px;
  }
  /*----------------------------------------------------------------*/ 
  
  .fa {
      padding: 20px;
      font-size: 30px;
      text-align: center;
      text-decoration: none;
      margin: 5px 2px;
      border-radius: 50%;
    }
    
    .fa:hover {
        opacity: 0.7;
        text-decoration: none;
    }
    .fa-linkedin {
      
      color: white;
    }
    .fa-instagram {
      
      color: white;
    }
    .fa-telegram {
      
      color: white;
    }
  
  .yogurt-mobile {
    display: none;
  }
  .right-content{
    text-align: right;
    color: #FFF;
    padding: 30px 30px;
  }
  .left-content{
    text-align: right;
    color: #FFF;
    padding: 30px 30px;
  }
  .right-content span{
    font-size: 1.5em;
    padding-top:0px;

  }
  .right-content p{
    padding-top: 20px;
    font-size: 1em;
    line-height: 2em;
  }
  .left-content h4{
    padding-left:20px;
    line-height:  2em;
  }
  .left-content > div {
    padding: 10px 0px;
  }
  .sec-cont{
    border-top:1px solid #FFF;
  }
  .sec-cont img{
    padding-top:20px;
  }
  .home-cer p{
    line-height: 2em;
    padding: 25px 20px 0 0;
    font-size: 1.2em;
  }
  .home-cer a{
    margin:5px;
  }




  #hand {
    float: left;
    position: relative;
    top: 668px;
    left: 401px;
    z-index: 999999;
  }
  .shop{
    background: url('../img/shop-1024.png') center no-repeat;
    height:768px;
  }





  .text-banner{
    top:70px;
    font-size: 3em;
  }

  .footer-logo{
    text-align: right;
    padding-top:20px;
    padding-right:100px;
  }
  .footer-logo h5{
    height:40px;
  }
  .footer-logo h5:last-child{
    margin-bottom: 30px;
  }
  .footer-logo span{
    padding-left: 10px;
    font-size:1em;
  }
  .copyright{
    text-align: right;
  }















  
}




















/* Extra large devices (large laptops and desktops, 1280px and up) */
@media only screen and (min-width: 1280px) {
 
  .thinfooter{
    padding-top:10px;
    color:#FFF;
    height: 45px;
    background-color: #343434;
  }
  #affix {
      z-index: 99999;
  }
  #affix img{
      margin-top: 100px;
  }

  .header {
      margin-top:20px;
  }
  #affix-mobile{
    display: none;
  }
  #myScrollspy {
      background-image: radial-gradient(circle, #FFF , #8ecdee);
  }
  .affix-bottom {
      position: absolute;
  }
  
  .float-right{
    float:right;
  }   

  #arrow img {
      margin-top:40px;
      -webkit-animation: mover 0.5s infinite  alternate;
      animation: mover 0.5s infinite  alternate;
  }
  @-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
  }
  @keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
  }


  /*-------------------------- # BAR --------------------------------------*/
  .nav {
    margin-top:25px;
    cursor: pointer;
  }

  .bar1, .bar2, .bar3 {
      width: 35px;
      height: 5px;
      background-color: #FFF;
      margin: 6px 0;
      transition: 0.4s;
    }
    
    
  #farm{
    background: url('../img/farm.png') center no-repeat;
    min-height: 316px;
  }
  #lab{
    background: url('../img/lab.png') center no-repeat;
    min-height: 316px;
  }
  /*----------------------------------------------------------------*/ 
  #hand {
      float: left;
      position: relative;
      top: 639px;
      left: 43.35%;
      z-index: 999999;
  }
  .fa {
      padding: 20px;
      font-size: 30px;
      text-align: center;
      text-decoration: none;
      margin: 5px 2px;
      border-radius: 50%;
    }
    
    .fa:hover {
        opacity: 0.7;
        text-decoration: none;
    }
    .fa-linkedin {
      
      color: white;
    }
    .fa-instagram {
      
      color: white;
    }
    .fa-telegram {
      
      color: white;
    }
  
  .yogurt-mobile {
    display: none;
  }
  .right-content{
    text-align: right;
    color: #FFF;
    padding: 30px 30px;
  }
  .left-content{
    text-align: right;
    color: #FFF;
    padding: 30px 30px;
  }
  .right-content span{
    font-size: 1.5em;
    padding-top:0px;

  }
  .right-content p{
    padding-top: 20px;
    font-size: 1em;
    line-height: 2em;
  }
  .left-content h4{
    padding-left:20px;
    line-height:  2em;
  }
  .left-content > div {
    padding: 10px 0px;
  }
  .sec-cont{
    border-top:1px solid #FFF;
  }
  .sec-cont img{
    padding-top:20px;
  }
  .home-cer p{
    line-height: 2em;
    padding: 25px 20px 0 0;
    font-size: 1.2em;
  }
  .home-cer a{
    margin:5px;
  }
  .shop{
    background: url('../img/shop.png') center no-repeat;
    height:768px;
  }


  .text-banner{
    top:70px;
    font-size: 3em;
  }

  .footer{
    padding:0;
    text-align: right;
    min-height: 250px;
  }
  .copyright{
    text-align: right;
  }

  
  
}