@font-face {
	font-family: "iconfont"; /* Project id 2842376 */
	src: url('//at.alicdn.com/t/font_2842376_0z1ijyqh9qs.woff2?t=1634025461222') format('woff2'),
		 url('//at.alicdn.com/t/font_2842376_0z1ijyqh9qs.woff?t=1634025461222') format('woff'),
		 url('//at.alicdn.com/t/font_2842376_0z1ijyqh9qs.ttf?t=1634025461222') format('truetype');
  }
  
  .iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
  }
  
  .icon-jjia-:before {
	content: "\e6a9";
  }
  
  .icon-duigou:before {
	content: "\e627";
  }
  
  .icon-biaoji:before {
	content: "\e64a";
  }
  
  .icon-lianxiren:before {
	content: "\e6d3";
  }
  
  .icon-piaowu:before {
	content: "\e600";
  }
  
  .icon-zhubanfang:before {
	content: "\e6f4";
  }
  
  .icon-pdf--:before {
	content: "\e603";
  }
  
  .icon-bofang_o:before {
	content: "\eb5e";
  }
  
  .icon-huiyi:before {
	content: "\e62f";
  }
  
  .icon-siwei:before {
	content: "\e7a1";
  }
  
  .icon-you:before {
	content: "\e63b";
  }
  
  .icon-gaocengfenghui:before {
	content: "\e75c";
  }
  
  .icon-huodong:before {
	content: "\e64d";
  }
  
  .icon-dianhua:before {
	content: "\e61e";
  }
  
  .icon-yudingkecheng:before {
	content: "\e626";
  }
  
  .icon-huiyi-miaobian:before {
	content: "\e691";
  }
  
  .icon-arrow-down:before {
	content: "\e665";
  }
  
  .icon-arrow-right:before {
	content: "\e666";
  }
  
  .icon-arrow-left-bold:before {
	content: "\e685";
  }
  
  .icon-arrow-up-bold:before {
	content: "\e686";
  }
  
  
.main-header .main-box {
	padding: 12px 0;
	background-color: rgba(30, 31, 54, 0.6);
}

.banner-section .video{
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
.banner-carousel .swiper-slide:before{
	/*background-color: #0e1030;*/
	opacity: 0.20;
	z-index: 4;
}
.banner-section .auto-container{
	position: relative;
	z-index: 6;
}
.banner-carousel .content-box .info-list, .banner-carousel .content-box .btn-box{
	transform: translateY(20px);
	opacity: 1;
}
.banner-section {
    position: relative;
}

.banner-carousel {
    position: relative;
}

.banner-carousel .swiper-button{
    width: 100px;
    text-align: center;
    font-size: 100px;
    font-weight: 500;
    color: #ffffff;
    background: transparent;
    opacity: 0.56;
    transition: all 200ms ease;
}
.banner-carousel .swiper-button:hover{
    opacity: 0.89;
}

.banner-carousel .swiper-button.swiper-button-prev{
    left: 0;
}
.banner-carousel .swiper-button.swiper-button-next{
    right: 0;
}



.banner-carousel .swiper-slide {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 350px 0 260px;
}

.banner-carousel-itpexpo .swiper-slide::after {
	content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #0e1030;
	opacity: 0.20;
    z-index: 4;
    
}
.banner-carousel .swiper-slide .logo-img{
    margin: 0 auto 2rem;
    max-width: 360px;
}

.banner-carousel .content-box {
    position: relative;
    max-width: 830px;
    margin: 0 auto;
    text-align: center;
}

.banner-carousel .content-box .title {
    opacity: 0;
    transform: translateX(100%);
    transition: all 800ms ease;
}

.banner-carousel .swiper-slide-active .content-box .title {
    opacity: 1;
    transform: translateX(0);
}

.banner-carousel .content-box .logo-img{
    opacity: 0;
    transform: translateX(-100%);
    transition: all 800ms ease;
}
.banner-carousel .swiper-slide-active .content-box .logo-img{
    opacity: 1;
    transform: translateX(0);
}

.banner-carousel .content-box h2 {
    display: block;
    font-size: 70px;
    line-height: 80px;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 10px;
    opacity: 0;
    -webkit-transform: translateY(150px);
    -moz-transform: translateY(150px);
    -ms-transform: translateY(150px);
    -o-transform: translateY(150px);
    transform: translateY(150px);
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

.banner-carousel .swiper-slide-active .content-box h2 {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}

.banner-carousel .content-box .info-list {
    position: relative;
    margin-bottom: 45px;
	opacity: 1;
    -webkit-transform: translateY(150px);
    -moz-transform: translateY(150px);
    -ms-transform: translateY(150px);
    -o-transform: translateY(150px);
    transform: translateY(150px);
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

.banner-carousel .swiper-slide-active .content-box .info-list {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 600ms;
    -moz-transition-delay: 600ms;
    -ms-transition-delay: 600ms;
    -o-transition-delay: 600ms;
    transition-delay: 600ms;
}

.banner-carousel .content-box .info-list li {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 400;
    margin-right: 15px;
    padding-right: 20px;
    text-transform: uppercase;
}



.sponsor-section {
    position: relative;
}

.sponsor-section .sponsor-wrap {
    padding: 30px 50px;
    /*margin-top: -90px;*/
    transform: translateY(-60px);
    background: #ffffff;
    background-size: contain;
    border-radius: 8px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.sponsor-section .sponsor-wrap::after {
    content: "";
    width: 143px;
    height: 101px;
    background-image: url("/static-eventa/images/home/home-22.png");
    background-size: 100% 100%;
    opacity: 0.3;
    right: -10px;
    bottom: -10px;
    position: absolute;
    z-index: -1;
}

.sponsor-section .sponsor-wrap .number{
    line-height: 1.8;
    font-size: 22px;
    font-weight: 500;
}

.shadow__depth1 {
    -webkit-box-shadow: 0px 15px 35px 0px rgba(223, 223, 232, 0.4);
    box-shadow: 0px 15px 35px 0px rgba(223, 223, 232, 0.4);
}

.shadow__depth2 {
    -webkit-box-shadow: 0px 5px 35px 0px rgba(223, 223, 232, 0.4);
    box-shadow: 0px 5px 35px 0px rgba(223, 223, 232, 0.4);
}



.top-features {
    position: relative;
    padding: 130px 0 70px;
}

.top-features.alternate {
    padding: 100px 0 70px;
}

.feature-block {
    position: relative;
    margin-bottom: 30px;
}

.feature-block .inner-box {
    position: relative;
    padding: 50px 40px 60px;
    text-align: center;
    border-top: 2px solid transparent;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.feature-block .inner-box:hover,
.feature-block.active .inner-box {
    border-top-color: #ef88bc;
    -webkit-box-shadow: 0 30px 40px rgba(14, 16, 48, .06);
    -ms-box-shadow: 0 30px 40px rgba(14, 16, 48, .06);
    box-shadow: 0 30px 40px rgba(14, 16, 48, .06);
}

.feature-block .icon {
    display: inline-block;
    font-size: 68px;
    line-height: 1em;
    color: #222222;
    background: rgb(255, 138, 1);
    background: -moz-linear-gradient(45deg, rgba(255, 138, 1, 1) 0%, rgba(225, 19, 123, 1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(255, 138, 1, 1) 0%, rgba(225, 19, 123, 1) 100%);
    background: linear-gradient(45deg, rgba(255, 138, 1, 1) 0%, rgba(225, 19, 123, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8a01', endColorstr='#ff2d3f', GradientType=1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 20px;
}

.feature-block h4 {
    font-size: 18px;
    line-height: 1.2em;
    color: #394963;
    font-weight: 500;
    margin-bottom: 20px;
}

.feature-block h4 a {
    color: #394963;
    display: inline-block;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.feature-block h4 a:hover {
    color: #ff2d3f;
}

.feature-block .text {
    height: 156px;
    /*font-size: 16px;*/
    /*line-height: 26px;*/
    /*margin-bottom: 40px;*/
}

.feature-block .btn-box {
    position: relative;
    opacity: 0;
    top: -30px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.feature-block .inner-box:hover .btn-box,
.feature-block.active .inner-box .btn-box {
    opacity: 1;
    top: 0px;
}

.feature-block .btn-box a {
    line-height: 20px;
}

.feature-block .btn-box a:hover {
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.10);
    -ms-box-shadow: 0 0 20px rgba(0, 0, 0, 0.10);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.10);
}




.about-section {
    position: relative;
    padding: 120px 0 70px;
    background-color: #fbfbfd;
}

.about-section .icon-shape-9 {
    width: 833px;
    height: 466px;
    background: url(/static-eventa/images/home/shape-9.png) no-repeat;
    background-size: 100%;
    position: absolute;
    left: -460px;
    top: 88px;
    opacity: .10;
}

.about-section .icon-circle-1 {
    width: 800px;
    height: 800px;
    background: url(/static-eventa/images/home/circle-1.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: -360px;
    top: -360px;
    opacity: .10;
}

.about-section .btn-box .theme-btn{
    padding: 0.2rem 0;
}


.about-section .icon-shape-1 {
    left: -215px !important;
    top: 40px !important;
    opacity: .50;
}

.about-section .icon-mic {
    left: -235px !important;
    top: 390px !important;
}

.about-section .icon-mic-2 {
    top: 170px !important;
    left: 50% !important;
    margin-left: -145px;
}

.about-section .icon-mic-2:nth-child(3) {
    left: auto !important;
    top: auto !important;
    right: -140px !important;
    bottom: 240px !important;
    margin-left: 0;
}

.about-section .icon-man {
    margin-left: -565px !important;
    opacity: .10 !important;
    bottom: 0 !important;
    top: auto !important;
}

.about-section .icon-speaker {
    left: 370px !important;
    top: auto !important;
    bottom: 120px !important;
}

.about-section .icon-speaker-2 {
    right: -275px !important;
    top: 225px !important;
    left: auto !important;
}

.icon-mic {
    height: 60px;
    width: 50px;
    background-image: url(/static-eventa/images/home/icon-mic.png);
}

.icon-mic-2 {
    height: 46px;
    width: 49px;
    background-image: url(/static-eventa/images/home/icon-mic-2.png);
}

.icon-speaker {
    height: 50px;
    width: 48px;
    background-image: url(/static-eventa/images/home/icon-speaker.png);
}

.icon-speaker-2 {
    height: 73px;
    width: 70px;
    background-image: url(/static-eventa/images/home/icon-speaker-2.png);
}

.icon-shape-1 {
    height: 148px;
    width: 150px;
    background-image: url(/static-eventa/images/home/shape-1.png);
}

.icon-man {
    height: 369px;
    width: 505px;
    background-image: url(/static-eventa/images/home/icon-man.png);
}

.about-section .content-column {
    position: relative;
    margin-bottom: 50px;
}

.about-section .content-column .inner-column {
    position: relative;
    /*padding-top: 120px;*/
    padding-top: 20px;
    padding-right: 100px;
}

.about-section .content-column .sec-title {
    position: relative;
    margin-bottom: 43px;
}

.about-section .content-column .sec-title h2 {
    font-size: 50px;
    line-height: 60px;
    padding-bottom: 0;
    margin-bottom: 15px;
}

.about-section .content-column .sec-title h2:before {
    display: none;
}

.about-section .content-column .sec-title .title {
    margin-bottom: 15px;
}

.about-section .content-column .sec-title .text {
    font-size: 18px;
    line-height: 32px;
    color: #7f8897;
    font-weight: 400;
}

.about-section .content-column .btn-box {
    position: relative;
}

.about-section .content-column .btn-box .iconfont{
    font-size: 30px;
}

.about-section .content-column .btn-box a {
    padding: 15px 32px;
}

.about-section .content-column .btn-box a:hover {
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.20);
    -ms-box-shadow: 0 0 30px rgba(0, 0, 0, 0.20);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.20);
}

.about-section .image-column {
    position: relative;
    margin-bottom: 50px;
}

.about-section .image-column .image-box {
    position: relative;
    padding-bottom: 100px;
    padding-left: 100px;
}

.about-section .image-column .image-box img {
    position: relative;
    z-index: 1;
    border: 12px solid #ffffff;
    -webkit-box-shadow: 0 20px 30px rgba(14, 16, 48, .10);
    -ms-box-shadow: 0 20px 30px rgba(14, 16, 48, .10);
    box-shadow: 0 20px 30px rgba(14, 16, 48, .10);
}

.about-section .image-column .image-1 {
    position: relative;
    margin-bottom: 0;
}

.about-section .image-column .image-1:before {
    position: absolute;
    height: 500px;
    width: 270px;
    right: -30px;
    top: 80px;
    background: rgb(255, 138, 1);
    background: -moz-linear-gradient(45deg, rgba(255, 138, 1, 1) 0%, rgba(225, 19, 123, 1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(255, 138, 1, 1) 0%, rgba(225, 19, 123, 1) 100%);
    background: linear-gradient(45deg, rgba(255, 138, 1, 1) 0%, rgba(225, 19, 123, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8a01', endColorstr='#ff2d3f', GradientType=1);
    content: "";
    z-index: 0;
}

.about-section .image-column .image-2 {
    position: absolute;
    left: 0;
    bottom: 0;
    margin-bottom: 0;
}

/*** ***/



.anim-icons {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
}

.anim-icons .icon {
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
}
.icon-mic {
    height: 60px;
    width: 50px;
    background-image: url(/static-eventa/images/home/icon-mic.png);
}

.icon-mic-2 {
    height: 46px;
    width: 49px;
    background-image: url(/static-eventa/images/home/icon-mic-2.png);
}

.icon-speaker {
    height: 50px;
    width: 48px;
    background-image: url(/static-eventa/images/home/icon-speaker.png);
}

.icon-speaker-2 {
    height: 73px;
    width: 70px;
    background-image: url(/static-eventa/images/home/icon-speaker-2.png);
}

.icon-shape-1 {
    height: 148px;
    width: 150px;
    background-image: url(/static-eventa/images/home/shape-1.png);
}

.icon-man {
    height: 369px;
    width: 505px;
    background-image: url(/static-eventa/images/home/icon-man.png);
}







.speaker-block {
    position: relative;
    padding: 0 50px;
    margin-bottom: 80px;
}

.speaker-block .image-box {
    position: relative;
}

.speaker-block .image-box:before {
    position: absolute;
    left: -30px;
    bottom: -30px;
    width: 144px;
    height: 124px;
    content: "";
    background-image: url(/static-eventa/images/home/icon-dots-1.png);
    background-repeat: no-repeat;
    background-position: center;
    opacity: .40;
}

.speaker-block .image-box .image {
    position: relative;
    margin-bottom: 0;
}

.speaker-block .image-box .image img {
    display: block;
    width: 100%;
    height: auto;
}

.speaker-block .caption-box {
    position: absolute;
    left: 0;
    bottom: 24px;
    padding: 13px 20px 12px 20px;
    background-color: rgba(255,255,255, 0.8);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.speaker-block .image-box:hover .caption-box {
    bottom: 80%;
    opacity: 0;
    visibility: hidden;
}

.speaker-block .caption-box .name {
    display: block;
    font-size: 18px;
    line-height: 1em;
    color: #3f4161;
    font-weight: 500;
    margin-bottom: 5px;
}

.speaker-block .caption-box .designation {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #7f8897;
}

.speaker-block .overlay-box {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 9;
    padding: 35px 30px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.speaker-block .image-box:hover .overlay-box {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 200ms;
    -moz-transition-delay: 200ms;
    -ms-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    transition-delay: 200ms;
}

.speaker-block .overlay-box:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgb(255, 138, 1);
    background: -moz-linear-gradient(45deg, rgba(255, 138, 1, 1) 0%, rgba(225, 19, 123, 1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(255, 138, 1, 1) 0%, rgba(225, 19, 123, 1) 100%);
    background: linear-gradient(45deg, rgba(255, 138, 1, 1) 0%, rgba(225, 19, 123, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8a01', endColorstr='#ff2d3f', GradientType=1);
    content: "";
    opacity: .90;
}

.speaker-block .overlay-box .info-box {
    position: relative;
}

.speaker-block .overlay-box .info-box .name {
    display: block;
    font-size: 20px;
    line-height: 1em;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 5px;
}

.speaker-block .overlay-box .info-box .name a {
    color: #ffffff;
}

.speaker-block .overlay-box .info-box .designation {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
}

.speaker-block .social-links {
    position: absolute;
    left: 30px;
    bottom: 35px;
}

.speaker-block .social-links li {
    position: relative;
    display: inline-block;
}

.speaker-block .social-links li a {
    position: relative;
    display: inline-block;
    font-size: 15px;
    line-height: 24px;
    color: #ffffff;
    margin-right: 15px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.speaker-block .social-links li a:hover {
    color: #222222;
}

.speakers-section {
    position: relative;
    padding: 120px 0 40px;
}
.speakers-section.alternate:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-image: url(/static-eventa/images/home/shape-10.png);
    background-repeat: no-repeat;
    background-position: center top;
    content: "";
    opacity: .04;
}
.speakers-section .row {
    margin: 0 -50px;
}


.sec-title {
    position: relative;
    margin-bottom: 50px;
}

.sec-title .title {
    position: relative;
    display: block;
    font-size: 15px;
    font-weight: 700;
    line-height: 1em;
    color: #ff2d3f;

    text-transform: uppercase;
    /*letter-spacing: 5px;*/
    margin-bottom: 15px;
}

.sec-title h1,.sec-title h2 {
    position: relative;
    display: inline-block;
    font-size: 40px;
    line-height: 1.2em;
    color: #3f4161;
    font-weight: 700;
    padding-bottom: 30px;
}
.sec-title h1 em,.sec-title h2 em{
    display: block;
    line-height: 2;
    font-weight: 400;
    color: #918fb2;
    font-size: 16px;
}

.sec-title h1:before,.sec-title h2:before {
    position: absolute;
    left: 0px;
    bottom: 0;
    height: 9px;
    width: 60px;
    background-image: url(/static-eventa/images/home/twist-line.png);
    background-position: center;
    content: "";
    animation: slide 10s linear infinite;
    -webkit-animation: slide 10s linear infinite;
}
.sec-title.text-center h1:before,.sec-title.text-center h2:before {
    right: 0;
    margin: 0 auto;
}

@keyframes slide {
    from {
        background-position: 0 0;
    }
    to {
        background-position: -111px 0;
    }
}

@-webkit-keyframes slide {
    from {
        background-position: 0 0;
    }
    to {
        background-position: -111px 0;
    }
}


/*reason-wrap ========================================*/
.reason-desc{
    max-width: 42rem;
}

.reason-desc .reason-txt{
    padding-left: 2.5rem;
}


.reason-desc .nav{
    margin-left: -1.5rem;
}

.reason-desc .nav-item{
    width: 100%;
    margin-top: 1rem;
}

.reason-desc .nav-link{
    background-color: #f6f7fb;
    padding: 0;
    transition: all 0.4s;
}

.reason-desc .nav-link .iconfont{
    display: block;
    /*width: 100px;*/
    height: 100px;
    /*text-align: center;*/
    line-height: 100px;
    padding: 0 1.5rem;
    color: #ffffff;
    font-size: 48px;
    font-weight: 500;
}
.reason-desc .nav-link .iconfont:before{
    display: none;
}
.reason-desc .nav-link .txt{
    flex: 1;
    padding-left: 1rem;
}
.reason-desc .nav-link h3{
    font-size: 20px;
    font-weight: 500;
    color: #3f4161;
}
.reason-desc .nav-link .nto{
    font-size: 14px;
    color: #979eaa;
    line-height: 1.5;
}

.reason-desc .nav-link.active{
    background-color: #ff2d3f;
    width: 110%;
    transform: translate(-10%);
}
.reason-desc .nav-link.active .iconfont{
    background-color: #C4385D;
}
.reason-desc .nav-link.active .iconfont:before{
    display: block;
}

.reason-desc .nav-link.active h3,.reason-desc .nav-link.active .nto{
    color: #ffffff;
}


.rotate-anim {
    animation: spin 7s infinite linear
}

.rotate-anim.revs {
    animation-direction: reverse
}

.shp1 {
    left: 12rem;
    top: 17.5rem
}

.shp2 {
    left: 6.25rem;
    top: 10.625rem
}

.shp3 {
    left: -9rem;
    bottom: 6.5625rem
}

.shp1.right {
    left: auto;
    right: 12rem;
    top: 14.375rem
}

.shp2.right {
    left: auto;
    right: 6.25rem;
    top: 7.5rem
}

.shp3.right {
    left: auto;
    right: -9rem;
    bottom: 11.875rem
}

@keyframes spin {
    from {
        opacity: 0.5;
        transform: rotate(0deg)
    }

    to {
        opacity: 0.6;
        transform: rotate(360deg)
    }
}

@keyframes slide-animation {
    0% {
        transform: rotateX(0deg) translateY(0px)
    }

    50% {
        transform: rotateX(0deg) translateY(15px)
    }

    100% {
        transform: rotateX(0deg) translateY(0px)
    }
}


.harvest-wrap{
    padding: 120px 0 70px;
    position: relative;
}
.harvest-wrap::after {
    content: "";
    width: 500px;
    height: 500px;
    background: url(/static-eventa/images/home/circle-2.png) no-repeat;
    background-size: 100%;
    opacity: 0.1;
    left: 0;
    top: 50%;
    position: absolute;
    z-index: -1;
    transform: translate(-70%, -50%);
}