.btnmenu {
    display: none;
    position: fixed;
    z-index: 5;
    top: 15px;
    left: 15px;
    margin: auto;
    width: 32px;
    height: 32px;
    cursor: pointer;
    padding: 2px;
}

.btnmenu .line1 {
    margin-top: 2px !important;
}

.changestatusbuttonmenu .line1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-9px, 6px);
}

.changestatusbuttonmenu .line2 {
    opacity: 0;
}

.changestatusbuttonmenu .line3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
}

.main-nav {
    display: block;
    position: absolute;
    z-index: 5;
    margin: auto;
    top: 20px;
    right: 20px;
    padding: 0;
    transition: all ease-in-out .5s;
}

.main-nav li.logo {
    display: none;
    top: 5px;
    margin: 0;
    width: 100%;
    text-align: center !important;
    
}

.main-nav li.logo img {
    display: block;
    margin: auto;
    width: 120px;
}

.main-nav li {
    display: inline-block;
    margin: 0 15px;
    padding: 0;
    color: #fff;
}

.main-nav li.active {
    /*border-bottom: 1px solid #FFAE1F;*/
    color: #FFAE1F;
}

.main-nav li a {
    color: #fff;
    text-decoration: none;
    transition: all ease-in-out .2s;
}

.main-nav li.active a {
    color: #FFAE1F;
}

.main-nav li:hover {    
    border-bottom: 1px solid #FFAE1F;
    color: #FFAE1F;
}

.main-nav li:hover a {
    color: #FFAE1F;    
}

@media only screen and (max-width: 1000px) {
    .btnmenu {
        display: block;
    }

    .main-nav {
        position: fixed;
        z-index: 5;
        width: 240px;
        height: 100vh;
        top: 0;
        right: -250px;
        background-color: #0FB561;
    }

    .main-nav.open {
        right: 0;
    }

    .main-nav li.logo {
        display: block;
    }

    .main-nav li {
        display: block;
        margin: 15px;        
    }

    .main-nav li.active {
        border-bottom: 0px solid #fff;
    }

    .main-nav li:hover {    
        border-bottom: 0px solid #FFAE1F;
    }
}

.btnmenu .line1,.btnmenu .line2, .btnmenu .line3 {
    width: 32px;
    height: 5px;
    margin: 6px 0;
    transition: 0.4s;
    background-color: #fff;
}

body {
    background-color: #fff;    
    overflow-x: hidden;    
}
/*@import "/assets/panel/css/icons/tabler-icons/tabler-icons.css";*/
/*@import "/assets/panel/css/font-awesome/all.min.css";*/

@font-face {
    font-family: iranyekan;
    src: url('/assets/fonts/iranyekan/iranyekanwebregular.eot') format('eot'), url('/assets/fonts/iranyekan/iranyekanwebregular.woff') format('woff'), url('/assets/fonts/iranyekan/iranyekanwebregular.ttf') format('truetype');
}

@font-face {
    font-family: iranyekanbold;
    src: url('/assets/fonts/iranyekan/iranyekanwebbold.eot') format('eot'), url('/assets/fonts/iranyekan/iranyekanwebbold.woff') format('woff'), url('/assets/fonts/iranyekan/iranyekanwebbold.ttf') format('truetype');
}

@font-face {
    font-family: iranyekanboldextra;
    src: url('/assets/fonts/iranyekan/iranyekanwebextrabold.eot') format('eot'), url('/assets/fonts/iranyekan/iranyekanwebextrabold.woff') format('woff'), url('/assets/fonts/iranyekan/iranyekanwebextrabold.ttf') format('truetype');
}

@font-face {
    font-family: afsaneh;
    src: url('/assets/fonts/afsaneh/AFSANEH.eot') format('eot'), url('/assets/fonts/afsaneh/AFSANEH.woff') format('woff'), url('/assets/fonts/afsaneh/AFSANEH.ttf') format('truetype');
}

@font-face {
    font-family: nazanin;
    src: url('/assets/fonts/nazanin/BNazanin.ttf') format('eot'), url('/assets/fonts/nazanin/BNazanin.woff') format('woff'), url('/assets/fonts/nazanin/BNazanin.ttf') format('truetype');
}

@font-face {
    font-family: mitra;
    src: url('/assets/fonts/mitra/Far_Mitra.eot') format('eot'), url('/assets/fonts/mitra/Far_Mitra.woff') format('woff'), url('/assets/fonts/mitra/Far_Mitra.ttf') format('truetype');
}


* 
{
    font-family: iranyekan, Tahoma;
}


.dnone {
    display: none !important;
}

.dblock {
    display: block !important;
}

.dblockinline {
    display: inline-block !important;
}

.TextJustify {
    text-align: justify !important;
}

.TextCenter {    
    text-align: center !important;
}

.TextLeft {
    direction: ltr !important;
    text-align: left !important;
}

.TextRight {
    direction: rtl !important;
    text-align: right !important;
}

.w90p {
    width: 90%;
}

.marginAuto {
    margin: auto;
}

.margin5 {
    margin: 5px;
}

.marginTop10 {
    margin-top: 10px;
}

.marginTop15 {
    margin-top: 15px;
}

.marginTop25 {
    margin-top: 25px;
}

.marginTop27 {
    margin-top: 27px;
}

.marginTop30 {
    margin-top: 30px;
}

.marginTop40 {
    margin-top: 40px;
}

.colorRed {
    color: #ff0000;
}

.padding7 {
    padding: 7px 10px !important;
}

.fadeIn {
    animation: fade ease-in-out 0.3s;
}

@keyframes fade {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.loader {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 5000;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgb(0, 0, 0, 0.7);
    animation: fade 0.5s ease-in-out;
}

.loading {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 300px;
    z-index: 5000;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 5px;
    background: #ff6a0052;
    animation: fade 0.5s ease-in-out;
}

.load {
    width: 48px;
    height: 48px;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border: 3px solid;
    border-color: #ff875a #0000 #fff #0000;
    border-radius: 50%;
    box-sizing: border-box;
    animation: 1s rotate linear infinite;
}
 .load:before , .load:after{
    content: '';
    top: 0;
    left: 0;
    position: absolute;
    border: 10px solid transparent;
    border-bottom-color:#fff;
    transform: translate(-10px, 19px) rotate(-35deg);
 }
 .load:after { 
    border-color: #ff875a #0000 #0000 #0000 ;
    transform: translate(32px, 3px) rotate(-35deg);
 }
 
 @keyframes rotate {
    100%{    transform: rotate(360deg)}
 }

#modal {
  display: none; 
  position: fixed; 
  z-index: 2000;
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%; 
  overflow: auto; 
  background-color: rgb(0,0,0); 
  background-color: rgba(0,0,0,0.5); 
}

#modal p {
  font-family: 'iranyekan';
}

.modal-content {
  background-color: #fefefe;
  margin: 15% auto; 
  padding: 20px;
  border: 1px solid #888;
  width: 80%; 
  direction: rtl;
  text-align: right;
  animation: fade2 ease-in-out .3s;
}

#modal .buttons {    
    margin: 20px auto auto auto;    
    width: 100%;
    direction: ltr;
    text-align: left;
}

#modal .buttons button {
  display: inline-block;
  margin: 5px;
  width: 80px;
  border-radius: 5px;
  border: 0;
  padding: 5px;
  color: #fff;
  font-size: 14pt;
  font-family: 'iranyekan';
  cursor: pointer;
}

#modal .buttons #btnYes {
  background-color: #2ecc71;
}

#modal .buttons #btnNo {
  background-color: #e74c3c;
}

.modal-content .close {
  color: #aaa;
  float: left;
  font-size: 28px;
  font-weight: bold;  
}

.modal-content .close:hover, .modal-content .close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

@keyframes fade2 {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}
#popup {
    display: none;
    position: fixed;
    z-index: 2000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.5);
}

#popup p {
  font-family: 'BTitr';
}

.popup-content {
    position: relative;
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 85%;
    max-width: 1080px;
    direction: rtl;
    text-align: right;
    animation: fade2 ease-in-out .3s;
}

.close2 {
  position: absolute;
  top: 2px;
  left: 6px;
  color: #aaa;  
  font-size: 28px;
  font-weight: bold;
  z-index: 100;
}

.close2:hover,
.close2:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.first-part {
    background: url('/assets/site/img/First_Part/Background.png') repeat center center;
}

.third-part {
    background-color: #FFAE1F;
}

.fifth-part {
    background-color: #0FB561;
}

.six-part {
    background-color: #fff;
}

.seven-part {
    background: url('/assets/site/img/Seven_Part/Background.png') repeat center center;
}

.fadeIn2 {
    animation: fade2 ease-in 2.5s;
    animation-iteration-count: infinite;
}

.fadeIn3 {
    animation: fade2 ease-in 3.5s;
    animation-iteration-count: infinite;
}

.rotateY {
    animation: rotateY ease-in-out 3s;
    animation-iteration-count: infinite;
}

.rotateZ {
    animation: rotateZ cubic-bezier(.14, .75, .2, 1.01) 3s;
    animation-iteration-count: infinite;
}

.upRotate {
    animation: upRotate ease-in-out 3s;    
}

.shakeUp {
    animation: shakeUp ease-in-out .5s;
    animation-iteration-count: infinite;
}

.growthWidth {
    animation: growthWidth ease-in-out .5s;
    animation-iteration-count: infinite;
}

@keyframes fade2 {
    0% {
        opacity: .05;
    }

    50% {
        opacity: .75;
    }

    100% {
        opacity: 1;
    }
}

@keyframes rotateY {
    from {
        transform: rotateY(360deg);
    }

    to {
        transform: rotateY(0deg);
    }
}

@keyframes rotateZ {
    from {
        transform: rotateZ(360deg);
    }

    to {
        transform: rotateZ(0deg);
    }
}

@keyframes upRotate {
    from {
        opacity: 0;
        margin-top: -100%;
        transform: rotateY(360deg);
    }

    to {
        opacity: 1;
        margin-top: 0;
        transform: rotateY(0deg);
    }
}

@keyframes shakeUp {
    0% {
        margin-top: 0;
    }

    50% {
        margin-top: -5px;
    }

    100% {
        margin-top: 0;
    }
}

@keyframes growthWidth {
    0% {
        width: 0%;
    }

    100% {
        width: 100%;
    }
}








.firstExplain {
    display: block;
    position: absolute;
    margin: auto;
    top: 22%;
    bottom: auto;
    left: 25%;
    right: auto;
    width: 240px;
    height: auto;
    text-align: center;
    word-wrap: break-word;
    font-family: afsaneh;
    font-size: 20pt;
    border: 0px solid red;
}

.first-part .logo {
    display: block;
    position: relative;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 600px;
    max-height: 444px;
    width: 100%;
    height: auto;    
}

.first-part .logo .logo_behgol {
    display: block;    
    z-index: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    border: 0px solid red;
}

.first-part .logo .flowerUp {
    display: block;
    position: absolute;
    z-index: 1;
    margin: auto;
    top: -12%;
    right: 15%;    
    width: 30%;
    height: auto;    
}

.first-part .logo .flowerDown {
    display: block;
    position: absolute;
    z-index: 1;
    margin: auto;
    bottom: -30%;
    left: -5%;
    width: 33%;
    height: auto;
    animation-direction:reverse;
}

.flowerRight {
    display: block;
    position: absolute;
    z-index: 1;
    margin: auto;
    bottom: 0;
    right: 0;    
    width: 0px;    
}

.leafLeftUp {
    display: block;
    position: absolute;
    z-index: 1;
    margin: auto;
    top: 0;
    left: 0;
    width: 0px;    
}

.leafLeftDown {
    display: block;
    position: absolute;
    z-index: 1;
    margin: auto;
    bottom: 0;
    left: 0;
    width: 0px;    
}

.leafCenterDown {
    display: block;
    position: absolute;
    z-index: 1;
    margin: auto;
    bottom: -35px;
    right: 30%;
    width: 0px;    
}

@media only screen and (max-width: 1100px) {
    .first-part .logo {
        top: -80px;
    }

    .firstExplain {
        position: relative !important;
        margin: auto !important;
        top: 50px !important;
        bottom: 0 !important;
        left: 0 !important;
        right: 0 !important;
    }

    .first-part .logo .flowerDown {
        left: 5%;
    }

    .flowerRight {
        display: none !important;
    }
    .leafLeftUp {
        display: none !important;
    }
    .leafLeftDown {
        display: none !important;
    }
    .leafCenterDown {
        display: none !important;
    }
}.third-part .description {
    display: inline-block;  
    text-align: left;
    direction: ltr;
    margin: auto;
    width: 400px;
    height: auto;    
}

.third-part .description h2 {
    display: block;
    width: 300px;
    margin: 15px auto auto 0;
    font-size: 25pt;    
    font-family: afsaneh;
}

.third-part .description p {
    display: block;
    width: 300px;  
    margin: 5px auto auto 0;
    text-align: justify !important;
    font-family: mitra;
    font-size: 16pt;
}

.third-part .bottle {
    display: inline-block;    
    position: relative;
    margin: auto;
    width: 300px;
    height: auto;
}

.third-part .bottle .saffronRightUpBottle {
    display: block;
    position: absolute;
    z-index: -1;
    margin: auto;
    top: 30%;
    left: 135px;
    width: 130px;
}

.third-part .bottle .iceRightBottle {
    display: block;
    position: absolute;
    margin: auto;
    top: 55%;
    left: 185px;
    width: 130px;
}

.third-part .bottle .water {
    display: block;    
    z-index: 0;
    margin: 15px auto auto auto;
    width: 50%;
    height: auto;
    border: 0px solid red;
}

.third-part .bottle .iceLeftBottle {
    display: block;
    position: absolute;
    margin: auto;
    top: 100px;
    right: 230px;
    width: 130px;
}

.third-part .bottle .saffronLeftDownBottle {
    display: block;
    position: absolute;
    z-index: -1;
    margin: auto;
    top: 60%;
    right: 220px;
    width: 130px;
}

.third-part .bottle .saffronCenterDownBottle {
    display: block;
    position: absolute;
    z-index: 1;
    margin: auto;      
    bottom: 15px;
    left: 0;
    right: -30%;
    width: 100%;    
}

.third-part .cup {
    display: inline-block;    
    position: relative;
    margin: auto;
    width: 400px;
    height: auto;
}

.third-part .cup .saffronBowlCup {
    display: block;
    position: absolute;
    z-index: 1;
    margin: auto;
    bottom: -50px;
    left: -110px;
    width: 100%;
}

.third-part .saffronTitr {
    display: block;
    position: absolute;
    z-index: 0;
    margin: auto;
    bottom: 100px;
    left: 0;
    right: 0;
    width: 377px;
}

.saffronRightUp {
    display: block;
    position: absolute;
    z-index: 1;
    margin: auto;
    top: 0;
    right: 0;
    width: 0px;
    animation: fade2 ease-in 2.5s;
    animation-iteration-count: infinite;
}

.saffronLeftDown {
    display: block;
    position: absolute;
    z-index: 1;
    margin: auto;
    bottom: 0;
    left: 0;
    width: 0px;
    animation: fade2 ease-in 2.5s;
    animation-iteration-count: infinite;
}

@media only screen and (max-width: 1100px) {

    .third-part .description {
        display: none;
    }

    .third-part .cup {
        display: none;
    }

    .saffronRightUp {
        display: none;
        animation: none;
    }

    .saffronLeftDown {
        display: none;
        animation: none;
    }
}.fifth-part .description {
    display: inline-block; 
    vertical-align: top;
    text-align: center;    
    margin: auto 50px;
    width: 700px;
    height: 630px; 
    background: url('/assets/site/img/Fifth_Part/Text_Border.png') center bottom no-repeat;
    border: 0px solid red;
}

.fifth-part .description h2 {
    display: block;
    width: 100%;
    margin: 15px auto auto auto;
    font-size: 25pt;    
    font-family: afsaneh;
    border: 0px solid red;
}

.fifth-part .description p {
    display: block;
    width: 500px;  
    margin: 130px auto auto auto;
    text-align: justify !important;
    font-family: nazanin;
    font-size: 16pt;
    border: 0px solid red;
}

.fifth-part .bottle {
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: auto;
    width: 300px;
    height: auto;
    border: 0px solid red;
}

.fifth-part .bottle .iceLeftUpBottle {
    display: block;
    position: absolute;
    z-index: -1;
    margin: auto;
    top: 15%;
    right: 170px;
    width: 136px;
}

.fifth-part .bottle .water {
    display: block;    
    z-index: 0;
    margin: 15px auto auto auto;
    width: 70%;
    height: auto;
    border: 0px solid red;
}

.fifth-part .bottle .iceLeftDownBottle {
    display: block;
    position: absolute;
    z-index: -1;
    margin: auto;
    top: 60%;
    right: 130px;
    width: 180px;
}

.fifth-part .bottle .iceRightUpBottle {
    display: block;
    position: absolute;
    z-index: -1;
    margin: auto;
    top: 55%;
    left: 190px;
    width: 130px;
}

.fifth-part .mintCenterDownBottle {
    display: block;
    position: absolute;
    z-index: 1;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 0;
    width: 400px;
}


.mintRightUp {
    display: block;
    position: absolute;
    z-index: 1;
    margin: auto;
    top: 0;
    right: 0;
    width: 0px;
    animation: fade2 ease-in 2.5s;
    animation-iteration-count: infinite;
}

.mintRightDown {
    display: block;
    position: absolute;
    z-index: 1;
    margin: auto;
    bottom: 0;
    right: 0;
    width: 0px;
    animation: fade2 ease-in 2.5s;
    animation-iteration-count: infinite;
}

.mintLeftUp {
    display: block;
    position: absolute;
    z-index: 1;
    margin: auto;
    top: 20%;
    left: 0;
    width: 0px;
    animation: fade2 ease-in 2.5s;
    animation-iteration-count: infinite;
}

@media only screen and (max-width: 1100px) {

    .fifth-part .description {
        display: none;
    }
    
    .mintRightUp {
        display: none;
        animation: none;
    }

    .mintRightDown {
        display: none;
        animation: none;
    }

    .mintLeftUp {
        display: none;
        animation: none;
    }
}
.colorLightGreen {
    color: #4eda45;
}

.six-part .description {
    display: block;
    position: relative;
    top: 80px;
    margin: auto;
    width: 100%;
    text-align: center;    
}

.six-part .description h3 {
    display: block;
    margin: auto auto auto auto;
    width: 100%;
    font-size: 20pt;
    font-family: afsaneh;
    text-align: center;
}

.six-part .description p {
    display: block;
    margin: 30px auto auto auto;
    width: 100%;
    font-family: mitra;
    font-size: 16pt;
    text-align: center;
}

.six-part .product {
    display: inline-block;
    vertical-align: top;
    margin: auto;
    position: relative;
    width: 300px;
    min-height: 700px;
    border: 0px solid red;
}

.six-part .product img {
    /*display: block; */   
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;    
}

.six-part .col {
    display: inline-block;
    vertical-align: top;
    margin: auto;
    width: 400px;
    min-height: 700px;
}

.six-part .col .box {
    display: block;
    margin: 175px auto auto auto;
    width: 100%;
}

.six-part .col .box .icon {
    display: inline-block;  
    vertical-align: top;
    position: relative;
    margin: auto;
    width: 128px;
    height: 110px;
    background: url('/assets/site/img/Six_Part/Icon_Box.png') center center no-repeat;
}

.six-part .col .box .icon img {
    display: block;
    position: absolute;
    top: 15px;
    right: 25px;
    margin: auto;    
    width: 77px;
    height: 77px;    
}

.six-part .col .box .text {
    display: inline-block;    
    vertical-align: top;
    margin: auto;
    width: calc(100% - 140px); 
    height: 110px;
}

.six-part .col .box .text h4 {
    display: block;
    text-align: right;
    font-weight: bold;
    font-family: nazanin;
    font-size: 16pt;
    margin: auto;    
    width: 100%;    
}

.six-part .col .box .text label {
    display: block;
    text-align: right;
    font-family: mitra;
    font-size: 16pt;
    margin: auto;    
    width: 100%;    
}

.branckRightUp {
    display: block;
    position: absolute;
    z-index: 1;
    margin: auto;
    top: 0;
    right: 0;
    width: 0px;
    animation: fade2 ease-in 2.5s;
    animation-iteration-count: infinite;
}

.branckLeftDown {
    display: block;
    position: absolute;
    z-index: 1;
    margin: auto;
    bottom: 0;
    left: 0;
    width: 0px;
    animation: fade2 ease-in 2.5s;
    animation-iteration-count: infinite;
}

@media only screen and (max-width: 1100px) {

    .branckRightUp {
        display: none;
        animation: none;
    }

    .branckLeftDown {
        display: none;
        animation: none;
    }

    .six-part .col {
        display: none;
    }

}
.colorLimu {
    color: #b0fe2c;
}

.seven-part {
    overflow: hidden;
}

.seven-part .col {
    display: inline-block;
    vertical-align: top;
    position: relative;  
    top: 10px;
    margin: auto;
    width: 300px;
    min-height: 100px;
    text-align: center;
    border: 0px solid red;
}

@media only screen and (min-width: 501px) {

    .seven-part .col {
        top: 80px !important;
    }

    .seven-part .col.w500 {
        width: 500px;
    }    
}

.seven-part .col h3 {
    display: block;
    margin: 15px auto;
    width: 90%;
    text-align: center;
    font-size: 18pt;
    font-family: afsaneh;
}

.seven-part .col div {
    display: block;
    margin: 15px auto auto auto;
    width: 90%;
    text-align: center;
}

.seven-part .col div a {    
    margin: 0 5px 0 0;
    text-decoration: none;  
    transition: all ease-in-out .3s;
}

.seven-part .col div a:hover {
    text-decoration: none;
    border-bottom: 1px solid;
}

.seven-part .col div p {
    display: block;
    margin: 30px 0 0 0;
    width: 90%;
    text-align: center;        
}

.seven-part .col div p label {
    margin-right: 5px;        
}

.seven-part a.map {
    display: none;
    margin: 20px auto;
    max-width: 500px;
    width: 100%;
}

.seven-part a.map img {
    display: block;
    width: 100%;
    margin: 0;
}

@media only screen and (min-width: 1151px) {
    .seven-part a.map {
        display: block !important;
    }
}


