/*** 
========================================
   About Style1 Css
========================================
***/
.about-style1 {
    background-color: var(--thm-gray-bg);
    padding: 120px 0px 90px;
}

.about-style1__shape {
    position: absolute;
    right: 0;
    bottom: 0;
    opacity: 0.05;
    mix-blend-mode: multiply;
}

.about-style1__shape img {
    width: auto;
}

.about-style1__top {
    position: relative;
    display: block;
}

.about-style1__top-left {
    position: relative;
    display: block;
    padding-right: 230px;
    margin-right: 30px;
}

.about-style1__top-left-img {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: var(--thm-border-radius);
}

.about-style1__top-left-img::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--thm-black-bg);
    opacity: 0;
    z-index: 1;
    transition: opacity 0.5s ease;
    transition: all 0.5s ease;
}

.about-style1__top-left-img:hover::before {
    opacity: 0.5;
}

.about-style1__top-left-img img {
    width: 100%;
    transform: scale(1);
    transition: all 1500ms ease;
}

.about-style1__top-left-img:hover img {
    transform: scale(1.05) rotate(0deg);
}

.about-style1__top-left-fact {
    position: absolute;
    top: 40px;
    right: 0px;
    width: 205px;
    height: 205px;
    overflow: hidden;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5;
}

.about-style1__top-left-fact-bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-size: auto;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
}

.about-style1__top-left-fact-inner {
    position: relative;
    display: block;
    text-align: center;
}

.about-style1__top-left-fact-title {
    position: relative;
    display: block;
    margin-bottom: 2px;
}

.about-style1__top-left-fact-title h4 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
}

.about-style1__top-left-fact-shape {
    position: relative;
    display: block;
}

.about-style1__top-left-fact-shape img {
    width: auto;
}

.about-style1__top-left-fact-count {
    position: relative;
    display: inline-flex;
    align-items: center;
    margin-top: 8px;
}

.about-style1__top-left-fact-count h2 {
    color: var(--thm-black-bg);
    font-size: 36px;
    line-height: 1em;
    font-family: var(--thm-font-3);
    font-weight: 400;
}

.about-style1__top-left-inner {
    position: absolute;
    bottom: 40px;
    right: 30px;
    padding-top: 35px;
    z-index: 5;
}

.about-style1__top-left-inner-shape {
    position: absolute;
    top: 0;
    right: 0;
}

.about-style1__top-left-inner-shape img {
    width: auto;
}

.about-style1__top-left-inner-content {
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
    background-color: var(--thm-black-bg);
    border-radius: var(--thm-border-radius);
    padding: 25px 22px 25px;
    padding-right: 38px;
}

.about-style1__top-left-inner-fact {
    position: relative;
    display: block;
}

.about-style1__top-left-inner-fact h2 {
    color: var(--thm-white);
    font-size: 36px;
    line-height: 1em;
    font-family: var(--thm-font-3);
    font-weight: 400;
}

.about-style1__top-left-inner-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #36211c;
    margin-left: 20px;
}

.about-style1__top-left-inner-icon i {
    color: var(--thm-primary-color);
    font-size: 24px;
}

.about-style1__top-left-inner-title {
    position: relative;
    display: block;
    margin-left: 15px;
    flex: 1;
}

.about-style1__top-left-inner-title h4 {
    color: var(--thm-white);
    font-size: 18px;
    line-height: 26px;
    font-size: 600;
}

.about-style1__top-right {
    position: relative;
    display: block;
}

.about-style1__top-right .sec-title.withtext {
    padding-bottom: 42px;
}

.about-style1__top-right .sec-title .text {
    padding-top: 30px;
}

.about-style1__bottom {
    position: relative;
    display: block;
    margin-top: 80px;
}

.about-style1__bottom .row {
    align-items: center;
}

.about-style1__bottom-single {
    position: relative;
    display: flex;
    align-items: center;
    background-color: var(--thm-white);
    border-radius: var(--thm-border-radius);
    box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.1);
    padding: 29px 30px 28px;
    margin-bottom: 30px;
}

.about-style1__bottom-single-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background-color: var(--thm-black-bg);
}

.about-style1__bottom-single-icon-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 85px;
    height: 85px;
    border-radius: 50%;
    background-color: transparent;
    border: 2px dotted var(--thm-primary-color);
}

.about-style1__bottom-single-icon-inner i {
    color: var(--thm-primary-color);
    font-size: 40px;
    line-height: 40px;
    transition: all 300ms linear;
    transition-delay: 0.1s;
}

.about-style1__bottom-single:hover .about-style1__bottom-single-icon-inner i {
    transform: scale(1.05) rotateY(180deg);
}

.about-style1__bottom-single-text {
    position: relative;
    display: block;
    padding-left: 25px;
    flex: 1;
}

.about-style1__bottom-single-text h4 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    margin-bottom: 9px;
}

.about-style1__bottom-single-text h4 a {
    color: var(--thm-black);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.about-style1__bottom-single-text h4 a:hover {
    color: var(--thm-primary-color);
}

.about-style1__bottom-single-text p {
    margin: 0;
}

.about-style1__bottom-award {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.about-style1__bottom-award-shape {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
}

.about-style1__bottom-award-shape img {
    width: auto;
}

.about-style1__bottom-award-shape2 {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
}

.about-style1__bottom-award-shape2 img {
    width: auto;
}

.about-style1__bottom-award-inner {
    position: relative;
    display: block;
    text-align: center;
}

.about-style1__bottom-award-inner h4 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    margin-bottom: 3px;
}

.about-style1__bottom-award-inner img {
    width: auto;
}

.about-style1__bottom-award-inner h5 {
    color: var(--thm-body-font-color);
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 6px;
}

/*** 
========================================
   About Style2 Css
========================================
***/
.about-style2 {
    overflow: hidden;
    background-color: var(--thm-primary-color);
    padding: 120px 0px 120px;
}

.about-style2__bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: calc((100% - 195px) / 2);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: top left;
}

.about-style2__shape {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
}

.about-style2__shape img {
    width: auto;
}

.about-style2__content {
    position: relative;
    display: block;
    padding-left: 600px;
}

.about-style2__content .sec-title {
    padding-bottom: 32px;
}

.about-style2__content-text {
    position: relative;
    display: block;
}

.about-style2__content-text p {
    color: var(--thm-black);
    font-family: var(--thm-font-3);
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
}

.about-style2__content-inner {
    position: relative;
    display: block;
    margin-top: 30px;
}

.about-style2__single {
    position: relative;
    display: block;
}

.about-style2__single-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: var(--thm-black-bg);
}

.about-style2__single-icon-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 62px;
    height: 62px;
    border-radius: 50%;
    background-color: transparent;
    border: 2px dotted var(--thm-primary-color);
}

.about-style2__single-icon-inner i {
    color: var(--thm-primary-color);
    font-size: 32px;
    line-height: 32px;
}

.about-style2__single-content {
    position: relative;
    display: block;
    padding-top: 24px;
}

.about-style2__single-content-title {
    position: relative;
    display: block;
}

.about-style2__single-content-title h3 {
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 9px;
}

.about-style2__single-content-title h3 a {
    color: var(--thm-black);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.about-style2__single-content-title h3 a:hover {
    color: var(--thm-black-bg);
}

.about-style2__single-content-title p {
    color: #5a470e;
}

.about-style2__single-content-list {
    position: relative;
    display: block;
    margin-top: 22px;
}

.about-style2__single-content-list li {
    position: relative;
    display: flex;
    align-items: center;
}

.about-style2__single-content-list li + li {
    margin-top: 20px;
}

.about-style2__single-content-list li .icon {
    position: relative;
    display: block;
    font-size: 30px;
    line-height: 0px;
}

.about-style2__single-content-list li .icon .icon-check-mark .path1:before,
.about-style2__single-content-list li .icon .icon-check-mark .path2:before,
.about-style2__single-content-list li .icon .icon-check-mark .path3:before,
.about-style2__single-content-list li .icon .icon-check-mark .path4:before,
.about-style2__single-content-list li .icon .icon-check-mark .path5:before,
.about-style2__single-content-list li .icon .icon-check-mark .path6:before,
.about-style2__single-content-list li .icon .icon-check-mark .path7:before {
    color: var(--thm-black-bg);
}

.about-style2__single-content-list li h4 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    margin-left: 15px;
}

.about-style2__content-btn {
    position: relative;
    display: block;
    line-height: 0;
    margin-top: 50px;
}

.about-style2__content-btn .btn-one i {
    background-color: var(--thm-black-bg);
    color: var(--thm-white);
}

.about-style2__content-btn .btn-one .txt {
    color: var(--thm-white);
}

.about-style2__content-btn .btn-one .txt:after {
    background-color: var(--thm-black-bg);
}

/*** 
========================================
   About Style3 Css
========================================
***/
.about-style3 {
    padding: 0px 0px 252px;
}

.about-style3__bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
}

.about-style3__bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgb(255, 255, 255);
    background: linear-gradient(
        180deg,
        rgba(255, 255, 255, 1) 3%,
        rgba(255, 255, 255, 0) 50%
    );
}

.about-style3__inner {
    position: relative;
    display: block;
    max-width: 570px;
    margin: 0px auto 0px;
    padding: 80px 0px 0px;
}

.about-style3__round {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 400px;
    height: 400px;
    border-top-left-radius: 200px;
    border-top-right-radius: 200px;
    background-color: var(--thm-black-bg);
    margin: 0px auto 0px;
}

.about-style3__inner-badge {
    position: absolute;
    top: 0;
    right: -85px;
    z-index: 5;
}

.about-style3__inner-badge img {
    width: auto;
}

.about-style3__content {
    position: relative;
    display: block;
    text-align: center;
    background-color: var(--thm-black-bg);
    border-radius: var(--thm-border-radius);
    padding: 40px 0px 52px;
}

.about-style3__content .sec-title {
    padding-bottom: 43px;
}

.about-style3__content .sec-title .sub-title {
    background-color: var(--thm-primary-color);
}

.about-style3__content .sec-title .sub-title .icon {
    color: var(--thm-black);
}

.about-style3__content .sec-title .sub-title h4 {
    color: var(--thm-black);
}

.about-style3__content-text {
    position: relative;
    display: block;
}

.about-style3__content-text h4 {
    color: var(--thm-primary-color);
    font-size: 18px;
    line-height: 28px;
    font-family: var(--thm-font-3);
    font-weight: 400;
    margin-bottom: 13px;
}

.about-style3__content-text p {
    color: var(--thm-body-font-color-2);
}

.about-style3__content-list {
    position: relative;
    display: block;
    padding-top: 33px;
}

.about-style3__content-list .row {
    --bs-gutter-x: 0px;
}

.about-style3__content-list ul li .about-style3__content-single::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 8px;
    width: 1px;
    background-color: rgb(255, 255, 255, 0.2);
}

.about-style3__content-list
    ul
    li:last-child
    .about-style3__content-single::before {
    display: none;
}

.about-style3__content-single {
    position: relative;
    display: block;
}

.about-style3__content-single-icon {
    position: relative;
    display: inline-block;
    font-size: 40px;
    line-height: 0;
    margin-bottom: 7px;
    transition: all 300ms linear;
    transition-delay: 0.1s;
}

.about-style3__content-single:hover .about-style3__content-single-icon {
    transform: scale(1.05) rotateY(180deg);
}

.about-style3__content-single-icon .icon-check-mark .path1:before,
.about-style3__content-single-icon .icon-check-mark .path2:before,
.about-style3__content-single-icon .icon-check-mark .path3:before,
.about-style3__content-single-icon .icon-check-mark .path4:before,
.about-style3__content-single-icon .icon-check-mark .path5:before,
.about-style3__content-single-icon .icon-check-mark .path6:before,
.about-style3__content-single-icon .icon-check-mark .path7:before {
    color: var(--thm-primary-color);
}

.about-style3__content-single h3 {
    color: var(--thm-white);
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
}

/*** 
========================================
   About Style4 Css
========================================
***/
.about-style4 {
    padding: 30px 0 71px;
    background-color: transparent;
}

.about-style4__bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
}

.about-style4__shape {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

.about-style4__left {
    position: relative;
    display: block;
    margin-left: -241px;
    margin-right: 30px;
}

.about-style4__img-box {
    position: relative;
    display: block;
}

.about-style4__img {
    position: relative;
    display: block;
}

.about-style4__img img {
    width: 100%;
}

.about-style4__img-box-shape {
    position: absolute;
    top: 60px;
    right: 100px;
    bottom: 0;
}

.about-style4__top-left-fact {
    position: absolute;
    top: 95px;
    right: 0px;
    width: 205px;
    height: 205px;
    overflow: hidden;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5;
}

.about-style4__top-left-fact-bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-size: auto;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
}

.about-style4__top-left-fact-inner {
    position: relative;
    display: block;
    text-align: center;
}

.about-style4__top-left-fact-title {
    position: relative;
    display: block;
    margin-bottom: 2px;
}

.about-style4__top-left-fact-title h4 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
}

.about-style4__top-left-fact-shape {
    position: relative;
    display: block;
}

.about-style4__top-left-fact-shape img {
    width: auto;
}

.about-style4__top-left-fact-count {
    position: relative;
    display: inline-flex;
    align-items: center;
    margin-top: 8px;
}

.about-style4__top-left-fact-count h2 {
    color: var(--thm-black-bg);
    font-size: 36px;
    line-height: 1em;
    font-family: var(--thm-font-3);
    font-weight: 400;
}

.about-style4__right {
    position: relative;
    display: block;
    margin-top: 60px;
}

.about-style4__right .sec-title {
    padding-bottom: 30px;
}

.about-style4__points-box {
    position: relative;
    display: block;
    margin-top: 30px;
}

.about-style4__points-title {
    font-size: 22px;
    font-weight: 600;
    line-height: 1em;
}

.about-style4__points-text {
    margin-top: 12px;
    margin-bottom: 14px;
}

.about-style4__points {
    position: relative;
    display: block;
}

.about-style4__points li {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.about-style4__points li + li {
    margin-top: 8px;
}

.about-style4__points li .icon {
    position: relative;
    display: inline-block;
    top: 5px;
}

.about-style4__points li .icon span {
    position: relative;
    display: inline-block;
    font-size: 18px;
    color: var(--thm-primary-color);
}

.about-style4__points li .text {
    position: relative;
    display: block;
    flex: 1;
}

.about-style4__crops-harvested-box {
    position: absolute;
    top: 3px;
    right: 0;
    height: 270px;
    width: 270px;
    overflow: hidden;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    z-index: 1;
}

.about-style4__crops-harvested-shape {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: -1;
}

.about-style4__crops-harvested-icon {
    position: relative;
    display: flex;
    align-items: center;
}

.about-style4__crops-harvested-icon span {
    position: relative;
    display: inline-block;
    font-size: 60px;
    color: var(--thm-black-bg);
}

.about-style4__crops-harvested-text {
    position: relative;
    display: block;
    margin-top: 20px;
    margin-bottom: 22px;
}

.about-style4__crops-harvested-text h5 {
    font-size: 22px;
    font-weight: 600;
    line-height: 1em;
}

.about-style4__crops-harvested-count {
    position: relative;
    display: inline-flex;
    align-items: flex-end;
}

.about-style4__crops-harvested-count h2 {
    color: var(--thm-black-bg);
    font-size: 48px;
    line-height: 1em !important;
    font-family: var(--thm-font-3) !important;
    font-weight: 400;
}

.about-style4__crops-harvested-count .last {
    position: relative;
    color: var(--thm-black-bg);
    font-size: 48px;
    line-height: 1em;
    font-family: var(--thm-font-3);
    font-weight: 400;
    top: -5px;
}

.about-style4__btn-and-video {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 40px;
    margin-top: 39px;
}

.about-style4__video-box {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.about-style4__video-box .video-popup {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--thm-black-bg);
    font-size: 20px;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid #e1dcc7;
    z-index: 3;
}

.about-style4__video-box .video-popup:hover {
    background-color: var(--thm-black-bg);
    color: var(--thm-white);
}

.about-style4__video-box .video-popup::after,
.about-style4__video-box .video-popup::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: transparent;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    -webkit-box-shadow: 0 0 0 0 rgba(78, 52, 46, 0.9);
    box-shadow: 0 0 0 0 rgba(78, 52, 46, 0.9);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: -1;
}

.about-style4__video-box .video-popup::after {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.about-style4__video-title {
    color: var(--thm-heading-font-color);
}

/*** 
=============================================
   About Style5 Css
=============================================
***/
.about-style5 {
    padding: 120px 0 120px;
    z-index: 3;
}

.about-style5 .section-bottom-shape {
    height: 180px;
    z-index: -1;
}

.about-style5__shape-2 {
    position: absolute;
    top: 85px;
    right: 0;
    z-index: -1;
}

.about-style5__shape-2 img {
    width: auto;
}

.about-style5__left {
    position: relative;
    display: block;
}

.about-style5__left .sec-title {
    padding-bottom: 25px;
}

.about-style5__text-2 {
    margin-top: 18px;
    margin-bottom: 18px;
}

.about-style5__counter {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 60px;
}

.about-style5__counter li {
    position: relative;
    display: block;
}

.about-style5__counter-single {
    position: relative;
    display: block;
}

.about-style5__counter-count {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.about-style5__counter-count h2 {
    font-size: 90px;
    line-height: 1em !important;
    font-family: var(--thm-font-3) !important;
    color: var(--thm-primary-color);
    font-weight: 400;
    letter-spacing: 0.04em;
}

.about-style5__counter-count span {
    font-size: 90px;
    line-height: 1em;
    font-family: var(--thm-font-3);
    color: var(--thm-primary-color);
    font-weight: 400;
}

.about-style5__counter-text {
    position: relative;
    display: block;
    text-align: right;
    font-weight: 500;
    line-height: 17px;
    margin-top: -2px;
}

.about-style5__right {
    position: relative;
    display: block;
    margin-left: 50px;
}

.about-style5__img {
    position: relative;
    display: block;
}

.about-style5__img > img {
    width: 100%;
    border-radius: var(--thm-border-radius);
}

.about-style5__shape-1 {
    position: absolute;
    top: 150px;
    left: -65px;
}

.about-style5__shape-1 > img {
    width: auto;
}

/*** 
=============================================
   End Css
=============================================
***/
