.elementor-kit-7{--e-global-color-primary:#00712D;--e-global-color-secondary:#9ACD32;--e-global-color-text:#FFFFFF;--e-global-color-accent:#000000;--e-global-color-f0635a3:#FFFBE6;--e-global-color-df4c410:#DCF0AC;--e-global-color-7a97f2f:#FF9100;--e-global-color-2575a4a:#E9FBD1;--e-global-color-50ea34f:#E2FFA8B5;--e-global-color-3af918d:#2E7D32;--e-global-typography-primary-font-family:"YekanBakh";--e-global-typography-primary-font-size:1.5rem;--e-global-typography-primary-font-weight:800;--e-global-typography-secondary-font-family:"YekanBakh";--e-global-typography-secondary-font-size:1.2rem;--e-global-typography-secondary-font-weight:700;--e-global-typography-text-font-family:"YekanBakh";--e-global-typography-text-font-size:1rem;--e-global-typography-text-font-weight:600;--e-global-typography-accent-font-family:"YekanBakh";--e-global-typography-accent-font-size:0.8rem;--e-global-typography-accent-font-weight:500;--e-global-typography-ce77b56-font-family:"YekanBakh";--e-global-typography-ce77b56-font-size:2.5rem;--e-global-typography-ce77b56-font-weight:700;background-color:var( --e-global-color-f0635a3 );}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */* {
  box-sizing: border-box;
}

/*Footer*/

.dividerfooter{
    border-radius: 5px;
}
.iconfooter{
    border: 5px solid #fff;
}

/*Rotate Circle Hero Section*/

.rotating-image {
  height: auto;
  animation: rotate 50s linear infinite;
  overflow: hidden;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/*Floating Image*/

.floating-image {
  animation: floatY 6s ease-in-out infinite;
  will-change: transform;
}

@keyframes floatY {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0);
  }
}

.colorhero{
    color: #00712d;
}

/*Heading Query*/

.herohead {
  white-space: nowrap;
}

@media (max-width: 1024px) {
  .herohead {
    white-space: normal;
  }

  .break {
    display: block;
  }
}


/* کد باتن قسمت اول */

.buttonhero {
    position: relative;
    overflow: hidden;
    border-radius: 20px 5px 20px 5px;
}
.buttonhero:hover{
    box-shadow: 0 0 40px -5px #ff9100;
    
}
.buttonhero::before{
    content: "";
    position: absolute;
    top:-60%;
    right: -100%;
    width: 60%;
    height: 220%;
    background-color: rgba(255,255,255, .5);
    box-shadow: 0 0 5px rgba(255,255,255,.6);
    transform: rotate(45deg);
    filter: blur(35px);
    animation: glow 4s ease-in  infinite;
}
@keyframes glow {
    0%{
        right: -100%;
    }
    100%{
        right: 150%;
    }
}

/* کد انیمشین آیکون های رو به پایین */

.downsvghero{
    animation: opacityoff 3s infinite linear;
    opacity: 0;
}
@keyframes opacityoff {
    0%{
        opacity: 0;
    }
    50%{
        opacity: 1;
    }
    100%{
        opacity:0;
    }
}
.downsvghero:nth-child(1){
    animation-delay: 0;
}
.downsvghero:nth-child(2){
    animation-delay: .5s;
}
.downsvghero:nth-child(3){    animation-delay: 1s;
}

/*Carosel Heading*/

.golpa-gradient {
  background: linear-gradient(
    120deg,
    #1b5e20,
    #6fbf73,
    #f1e8d8,
    #6fbf73,
    #1b5e20
  );
  
    text-shadow: 0 0 8px rgba(111, 191, 115, 0.25);
  background-size: 250% auto;

  background-clip: text;
  -webkit-background-clip: text;

  color: transparent;

  animation: golpaShine 5s ease-in-out infinite alternate;
}

@keyframes golpaShine {
  0% {
    background-position: 0% center;
  }
  100% {
    background-position: 200% center;
  }
}

/*Carosel top*/

.carousel-style-1 .swiper-slide {
  transform: scale(.7);
  filter: blur(4px);
  transition: .2s ease;
}

.carousel-style-1 .swiper-slide-next {
  transform: scale(1);
  filter: none;
}

@media (max-width: 767px) {
  .carousel-style-1 .swiper-slide {
    transform: scale(1);
    filter: none;
  }
}

/*Carosel Shop*/

.carousel-style-2 .swiper-slide {
  transform: scale(.7);
  filter: blur(4px);
  transition: .2s ease;
}

.carousel-style-2 .swiper-slide-next {
  transform: scale(1);
  filter: none;
}

@media (max-width: 1024px) {
  .carousel-style-2 .swiper-slide {
    transform: scale(1);
    filter: none;
  }
}

/*Carosel Review*/

.carousel-style-3 .swiper-slide {
  transform: none !important;
  filter: none !important;
}

/*Review Section*/

.review-section {
  position: relative;
  /*padding: 80px 20px;*/

  background: linear-gradient(
    135deg,
    rgba(46, 125, 50, 0.15),
    rgba(85, 139, 47, 0.18)
  );
  border-radius: 20px;
  border: 1px solid #00712d;
}

.review-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: -150%;
  width: 50%;
  height: 100%;

  background: linear-gradient(
    120deg,
    transparent,
    rgba(255, 255, 255, 0.25),
    transparent
  );

  transform: skewX(-20deg);
  animation: shineMove 6s ease-in-out infinite;
}

@keyframes shineMove {
  0% {
    left: -150%;
  }
  100% {
    left: 150%;
  }
}

/*Review Box*/

.review-box {
    text-align: justify;
  direction: rtl;
}

html{
    scroll-behavior: smooth;
}


/*Footer*/

/*.site-footer {*/
/*  padding: 40px 0;  */
/*  background: transparent;*/
/*  box-shadow: 0 15px 40px rgba(0,0,0,0.08);*/
/*  overflow: hidden;*/
/*}*/

/*.footer-inner {*/
/*  margin: 0 auto;*/
/*  padding: 40px;*/
/*  background: #2e7d32; */
/*  border-radius: 20px;*/
/*  color: white;*/
/*}*/

.dividerfooter span{
    border-radius: 10px;
}
.dividerfooter::before {
    content: " ";
    width: 15px;
    height: 20px;
    background-color: #2e7d32;
    position: absolute;
    right: 30px;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'YekanBakh';
	font-style: normal;
	font-weight: 100;
	font-display: auto;
	src: url('https://golpafarm.ir/wp-content/uploads/2026/01/YekanBakhFaNum-Thin.woff2') format('woff2'),
		url('https://golpafarm.ir/wp-content/uploads/2026/01/YekanBakhFaNum-Thin.woff') format('woff');
}
@font-face {
	font-family: 'YekanBakh';
	font-style: normal;
	font-weight: 300;
	font-display: auto;
	src: url('https://golpafarm.ir/wp-content/uploads/2026/01/YekanBakhFaNum-Light.woff2') format('woff2'),
		url('https://golpafarm.ir/wp-content/uploads/2026/01/YekanBakhFaNum-Light.woff') format('woff');
}
@font-face {
	font-family: 'YekanBakh';
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url('https://golpafarm.ir/wp-content/uploads/2026/01/YekanBakhFaNum-Regular.woff2') format('woff2'),
		url('https://golpafarm.ir/wp-content/uploads/2026/01/YekanBakhFaNum-Regular.woff') format('woff');
}
@font-face {
	font-family: 'YekanBakh';
	font-style: normal;
	font-weight: 600;
	font-display: auto;
	src: url('https://golpafarm.ir/wp-content/uploads/2026/01/YekanBakhFaNum-SemiBold.woff2') format('woff2'),
		url('https://golpafarm.ir/wp-content/uploads/2026/01/YekanBakhFaNum-SemiBold.woff') format('woff');
}
@font-face {
	font-family: 'YekanBakh';
	font-style: normal;
	font-weight: 700;
	font-display: auto;
	src: url('https://golpafarm.ir/wp-content/uploads/2026/01/YekanBakhFaNum-Bold.woff2') format('woff2'),
		url('https://golpafarm.ir/wp-content/uploads/2026/01/YekanBakhFaNum-Bold.woff') format('woff');
}
@font-face {
	font-family: 'YekanBakh';
	font-style: normal;
	font-weight: 800;
	font-display: auto;
	src: url('https://golpafarm.ir/wp-content/uploads/2026/01/YekanBakhFaNum-ExtraBold.woff2') format('woff2'),
		url('https://golpafarm.ir/wp-content/uploads/2026/01/YekanBakhFaNum-ExtraBold.woff') format('woff');
}
@font-face {
	font-family: 'YekanBakh';
	font-style: normal;
	font-weight: 900;
	font-display: auto;
	src: url('https://golpafarm.ir/wp-content/uploads/2026/01/YekanBakhFaNum-Black.woff2') format('woff2'),
		url('https://golpafarm.ir/wp-content/uploads/2026/01/YekanBakhFaNum-Black.woff') format('woff');
}
/* End Custom Fonts CSS */