/* ----------------------------------

Template Name: Farmi - Organic Farm Agriculture Template
Author: validtheme
Description:
Version: 1.0

Main Font    : Inter
Main Color   : #f1cf69

-------------------------------------

Table of contents
        
    01. Template default css
    02. Navbar
        - Navbar Default
        - Navbar Sticky
        - Navbar Transparent
        - Navbar With Topbar
    03. Banner
        - Zoom Effect
        - Fade Effect
        - Slide Effect
    04. About Area
        - Version One
        - Version Two
    05. Services Area
        - Image Version
        - Icon Version
    06. Our Features
    07. Achivement / Counter
    08. Gallery
        - Grid Version
        - Masonary Version
        - Full Width Version
    09. Testimonials
    10. What We Do
    11. Our History
    12. Why Choose Us
    13. Our Store / Deal Of Week
    14. Work With Us
    15. Clients / Partner
    16. Blog
        - Standard
        - Left Sidebar
        - Right Sidebar
        - Single
    19. Concat Area
    18. Subscribe Form
    19. Error 404
    20. Footer
    21. PHP Contact Form
    22. Others

*/


/*
** General Styles for HTML tags
*/



* {
  padding: 0;
  margin: 0;
}


/* ============================================================== 
     # Banner 
=================================================================== */

html {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: visible;
}

body {
  font-size: 15px;
  font-weight: 400;
  overflow-x: hidden;
  background-color: #ffffff;
  color: #666666;
} 
 

.bg-cover {
  background-position: center center;
  background-size: cover;
} 
.text-light h1, 
 .text-light h2, 
 .text-light h3, 
 .text-light h4, 
 .text-light h5, 
 .text-light h6, 
 .text-light p, 
 .text-light a {
  color: #ffffff;
}

.shadow {
  position: relative;
  z-index: 1;
  box-shadow: inherit !important;
}

.shadow.dark::after {
  background: #000000 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.3;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.shadow.dark-hard::after {
  background: #000000 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.shadow.light::after {
  background: #ffffff none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.3;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
  
.animated-btn {
  display: inline-block;
  letter-spacing: 0.6px;
  font-weight: 500;
  text-transform: uppercase;
}

.animated-btn i {
  display: inline-block;
  height: 50px;
  width: 50px;
  line-height: 52px;
  background: #f1cf69;
  border-radius: 50%;
  margin-right: 10px;
  color: #232323;
}

a.more-btn {
  text-transform: uppercase;
  color: #e7c35f;
  position: relative;
  padding-right: 30px;
}

a.more-btn::after {
  position: absolute;
  right: 0;
  top: 50%;
  content: "";
  height: 1px;
  width: 25px;
  background: #e7c35f;
}

.text-light .animated-btn i {
  background: #ffffff;
  color: #232323;
}

.relative {
  position: relative;
  z-index: 1;
}

.bg-fixed {
  background-attachment: fixed !important;
  background-position: center center !important;
  background-size: cover !important;
}

.bg-cover {
  background-position: center center !important;
  background-size: cover !important;
} 
 
.banner-area.auto-height, 
.banner-area.auto-height div {
  height: auto;
}

.banner-area.auto-height .content {
  padding: 150px 0;
}

.banner-area.auto-height.circle-shape .content {
  padding: 200px 0;
}

.banner-area .box-cell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    padding: 40px 0 100px;
}
.banner-area .box-table {
  display: table;
  width: 100%;
}

.banner-area .box-cell, 
 .banner-area .box-cell div {
  height: auto;
}

.banner-area {
  position: relative;
  overflow: hidden;
}

.banner-area .wavesshape {
  bottom: -2px;
  left: 0;
  position: absolute;
  right: 0;
  top: auto;
  width: 100%;
}

.banner-area .wavesshape.shape {
  bottom: -50px;
  height: auto;
}
.banner-area .content a {
    position: relative;
    z-index: 9;
    height: 333px !important;
    width: 337px;
    border: 19px solid rgba(255, 255, 255, 0.2);
    padding: 20px;
    display: grid;
    backdrop-filter: blur(2px);
    
}

.banner-area.wavesshape {
  position: relative;
  z-index: 1;
}

.banner-area.triangle-shadow {
  position: relative;
  z-index: 1;
}

.banner-area.triangle-shadow::before {
  border-bottom: 0 solid transparent;
  border-right: 100vw solid #fff;
  border-top: 80px solid transparent;
  bottom: 0;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 101;
}

.banner-area.shadow-inner .content {
  padding: 30px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.banner-area.content-double .double-items {
  align-items: center;
  align-self: center;
  display: flex;
  justify-content: center;
  vertical-align: middle;
}

.banner-area .banner-carousel .owl-item.center img {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}

.banner-area .banner-carousel .owl-item img {
  transform: scale(0.9);
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
}

/* Animation delays */
.banner-area .carousel-item h2 {
  animation-delay: .5s;
}

.banner-area .carousel-item h1:nth-child(2), 
 .banner-area .carousel-item h2:nth-child(2), 
 .banner-area .carousel-item h3:nth-child(2), 
 .banner-area .carousel-item h4:nth-child(2), 
 .banner-area .carousel-item h5:nth-child(2), 
 .banner-area .carousel-item h6:nth-child(2) {
  animation-delay: .7s;
}

.carousel-caption h1:nth-child(3), 
 .carousel-caption h2:nth-child(3), 
 .carousel-caption h3:nth-child(3), 
 .carousel-caption h4:nth-child(3), 
 .carousel-caption h5:nth-child(3), 
 .carousel-caption h6:nth-child(3) {
  animation-delay: .9s;
}

.banner-area .carousel-item p {
  animation-delay: 1s;
}

.banner-area .carousel-item ul,
.banner-area .carousel-item .button {
  animation-delay: 1.3s;
}

.banner-area .carousel-item ul {
  animation-delay: 1.5s;
}

.banner-area .carousel-item a, 
 .banner-area .carousel-item button {
  animation-delay: 1.5s;
}

/* Carousel Fade Effect */
.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .item, 
 .carousel-fade .carousel-inner .active.left, 
 .carousel-fade .carousel-inner .active.right {
  opacity: 0;
}

.carousel-fade .carousel-inner .active, 
 .carousel-fade .carousel-inner .next.left, 
 .carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-inner .next, 
 .carousel-fade .carousel-inner .prev, 
 .carousel-fade .carousel-inner .active.left, 
 .carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-control {
  z-index: 2;
}

/* Slider Zoom Effect */
@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1, 1);
  }

  to {
    -webkit-transform: scale(1.2, 1.2);
  }
}

@-moz-keyframes zoom {
  from {
    -moz-transform: scale(1, 1);
  }

  to {
    -moz-transform: scale(1.2, 1.2);
  }
}

@-o-keyframes zoom {
  from {
    -o-transform: scale(1, 1);
  }

  to {
    -o-transform: scale(1.2, 1.2);
  }
}

@keyframes zoom {
  from {
    transform: scale(1, 1);
  }

  to {
    transform: scale(1.2, 1.2);
  }
}

.carousel-inner.carousel-zoom .carousel-item > .slider-thumb {
  -webkit-animation: zoom 20s;
  animation: zoom 20s;
}

.banner-area .carousel-zoom .slider-thumb {
  height: 100%;
  position: absolute;
  width: 100%;
}

#particles-js,
#ripple {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.banner-area .carousel-control {
  background: transparent none repeat scroll 0 0;
  height: 50px;
  font-size: 30px;
  line-height: 50px;
  margin-top: -25px;
  opacity: 1;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 70px;
  z-index: 1;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  color: #f1cf69;
}

.banner-area.text-light .carousel-control,
.banner-area .text-light .carousel-control {
  color: #ffffff;
}

.banner-area .carousel-control.shadow {
  background: transparent none repeat scroll 0 0;
  color: #ffffff;
  font-size: 15px;
  height: 50px;
  line-height: 55px;
  margin-top: -25px;
  opacity: 1;
  padding: 0;
  position: absolute;
  text-shadow: inherit;
  top: 50%;
  width: 50px;
  z-index: 1;
  display: inline-block;
}

.banner-area .carousel-control.shadow::after {
  background: #1e2726 none repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.banner-area .carousel-control.left {
  left: -80px;
}

.banner-area:hover .carousel-control.left {
  left: 10px;
}

.banner-area:hover .carousel-control.shadow.left {
  left: 20px;
}

.banner-area .carousel-control.right {
  right: -80px;
}

.banner-area:hover .carousel-control.right {
  right: 10px;
}

.banner-area:hover .carousel-control.shadow.right {
  right: 20px;
}


/* Carousel Indicators */

.banner-area .carousel-indicator {
  position: absolute;
  left: 10px;
  bottom: 0;
  width: 100%;
}

.banner-area .carousel-indicators {
  position: absolute;
  right: 40px;
  left: auto;
  width: auto;
  height: auto;
  top: 50%;
  transform: translate(10px, -50%);
  -webkit-transform: translate(10px, -50%);
  -moz-transform: translate(10px, -50%);
  -ms-transform: translate(10px, -50%);
  -o-transform: translate(10px, -50%);
  bottom: auto;
  margin: 0;
  display: block;
}

.banner-area .carousel-indicators li {
  display: block;
  height: 20px;
  width: 20px;
  margin: 10px 0;
  border: 2px solid #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: transparent;
  position: relative;
  z-index: 1;
}

.banner-area .carousel-indicators li.active {
  border: 2px solid #ffffff;
}

.banner-area .carousel-indicators li::after {
  position: absolute;
  left: 50%;
  top: 50%;
  content: "";
  height: 5px;
  width: 5px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  background: #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.banner-area.video-bg-live .mbYTP_wrapper {
  z-index: 1 !important;
}

.double-items > .row div {
  height: auto;
}


/* Content */



.banner-area.inc-shape::after {
  position: absolute;
  left: 0;
  top: -2px;
  content: "";
  height: 100px;
  width: 100%;
  background: url(assets/img/shape/brush.png);
  z-index: 1;
  background-repeat: no-repeat;
  background-size: contain;
}

.banner-area h4 {
  font-weight: 200;
}

.banner-area h3 {
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 25px;
  display: inline-block;
  position: relative;
  z-index: 1;
}

.banner-area h3::after {
  position: absolute;
  left: 0;
  bottom: -5px;
  content: "";
  height: 100%;
  width: 100%;
  background: url(assets/img/shape/1.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
  z-index: -1;
}

.banner-area.inc-shape h4 {
	text-transform: uppercase;
	position: relative;
	padding-left: 62px;
	font-weight: 400;
	font-family: var(--agriox-font-3, 'Kanit', sans-serif);
	font-size: 14px;
}


.banner-area h2 {
  margin-bottom: 25px;
}

.banner-area p {
	font-size: 18px;
	margin: 0;
}

.banner-area .text-center p {
  padding: 0 15%;
}

.banner-area a {
  margin-top: 30px;
}

.banner-area.content-less a {
  margin-top: 0;
}

.banner-area ul {
  margin-bottom: 30px;
}

.banner-area ul li {
  display: inline-block;
  text-transform: uppercase;
  font-weight: 400;
  margin-right: 20px;
  font-size: 20px;
  letter-spacing: 1px;
  position: relative;
}

.banner-area ul li::after {
  position: absolute;
  height: 20px;
  width: 2px;
  border-right: 1px solid rgba(255, 255, 255, 1);
  content: "";
  right: -13px;
  top: 4px;
}

.banner-area ul li:last-child::after {
  display: none;
}

.banner-area .text-center ul li {
  margin: 0 10px;
}

.banner-area .large-text h2 {
    font-size: 20px;
    font-weight: 800;
    line-height: 1;
    text-transform: capitalize;
    line-height: normal;
}

.banner-area.content-less .large-text h2 {
  margin-bottom: 40px;
}

.banner-area .text-xl .carousel-item h2 {
  font-size: 100px;
  line-height: 1;
  font-weight: 100;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: -2px;
}

.banner-area .text-xl .carousel-item h2 strong {
  font-weight: 700;
  position: relative;
  color: #f1cf69;
}

.banner-area.top-pad-80 .content {
  padding-top: 80px;
}

@media (min-width:1300px) {
  .banner-box {
    padding: 50px;
    padding-top: 95px;
    border-radius: 8px;
  }
}

.banner-area .content .button a {
    margin-left: 10px;
    margin-right: 10px;
}

/* Animated Shape */

.item-animated {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
  animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
  -webkit-animation-name: infiUpDown;
  animation-name: infiUpDown;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@keyframes infiUpDown {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  50% {
    -webkit-transform: translateY(-35px);
    transform: translateY(-35px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@-webkit-keyframes infiUpDown {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  50% {
    -webkit-transform: translateY(-35px);
    transform: translateY(-35px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@-webkit-keyframes infinite-move {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  to {
    -webkit-transform: translateX(88px);
    transform: translateX(88px);
  }
}

@-webkit-keyframes infinite-move {
  from {
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  to {
    -ms-transform: translateX(88px);
    transform: translateX(88px);
  }
}

@keyframes infinite-move {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  to {
    -webkit-transform: translateX(88px);
    transform: translateX(88px);
  }
}
 /*================================ 
    #RESPONSIVE CSS 
====================================*/

/* Tablet Layout: 768px.*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* Banner */
  body, 
  .banner-area, 
  .banner-area div {
    height: auto;
  }

  .banner-area .content {
    padding: 120px 0;
  }

  .banner-area.top-pad-80 .content {
    padding-top: 200px;
  }

  .banner-area .carousel-indicator {
    position: absolute;
    left: 10px;
    bottom: 0;
    width: 100%;
    top: 50%;
    margin-top: 50px;
  }

  .banner-area.inc-shape .content::after {
    left: 50px;
  }

  .bg-fixed {
    background-attachment: inherit !important;
  }
 
}

/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {
  /* Banner Area */
  .banner-area {
    text-align: center;
  }

  .banner-area h2 {
    font-size: 36px;
  }

  .banner-area h3 {
    line-height: 1.4;
    font-size: 20px;
  }

  .banner-area p {
    padding: 0;
  }

  body, .banner-area, .banner-area div {
    height: auto;
  }

  .banner-area .content {
    padding: 60px 0;
  }

  .banner-area.bottom-shape .content {
    padding-top: 120px;
  }

  .banner-area .content p,
  .banner-area.text-center p {
    padding: 0;
  }

  .banner-area .carousel-indicators {
    right: auto;
    left: auto;
    width: 100%;
    height: auto;
    top: auto;
    transform: inherit;
    bottom: 30px;
    position: inherit;
  }

  .banner-area .carousel-indicators li {
    display: inline-block;
    margin: 0 5px;
  }

  .banner-area.auto-height .content {
    padding: 60px 0;
  }

  .banner-area.inc-shape .content::after {
    display: none;
  }

  .banner-area .large-text h2 {
    font-size: 36px;
    font-weight: 600;
    line-height: 1.2;
  }

  .banner-area.inc-shape::after {
    height: 30px;
  }

  .banner-area.inc-shape h4 {
    padding: 0;
  }

  .banner-area.inc-shape h4::after {
    display: none;
  }

  .banner-area .text-xl .carousel-item h2 {
    font-size: 36px;
    line-height: 1.2;
    font-weight: 100;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: inherit;
  }

  .banner-area.top-pad-80 .content {
    padding-top: 130px;
    padding-bottom: 100px;
  }
 
} 


@media screen and (max-width: 399px) {
.banner-area .content .button a.video-play-button {
  display: none;
}

}