/*yasharth css start*/
*,
*:before,
*:after {
  box-sizing: border-box;
}


.fade-text {
  opacity: 0;
  transition: opacity 1.5s ease-out;
}
.fade-in {
  opacity: 1;
  transform: translateY(0);
}

.video-about-us{
  width:100%; 
  height: 435px;

}

.subhead {
  transition-delay: 0.5s;
}
.ban_sec {
  width: 100%;
}
.container{
position: relative;
}
.yield_breadcrumb_section{
position: absolute;

}
.ban_img {
  width: 100%;
  position: relative;
}
.ban_img img {
  width: 100%;
  height: 100vh;
   object-fit: cover;
}
.ban_text {
  position: absolute;
    bottom: 0;
    left: 47%;
    transform: translateX(-50%);
      text-align: center;
}
.headline{
  font-size: 100px;
  color: white;
 font-family: 'League Gothic';
      line-height: 0.9;

}
.subhead{
  font-size: 22px;
      font-family: 'Titillium Web';

}

.headline, .subhead{
  animation: fadeIn ease 5s;
  -webkit-animation: fadeIn ease 5s;
  -moz-animation: fadeIn ease 5s;
  -o-animation: fadeIn ease 5s;
  -ms-animation: fadeIn ease 5s;

}
.hide-first{
opacity: 0;
font-size: 22px;
font-family: Klavika;

}
.huh-text{
  animation: fadeIn ease 5s;
  -webkit-animation: fadeIn ease 5s;
  -moz-animation: fadeIn ease 5s;
  -o-animation: fadeIn ease 5s;
  -ms-animation: fadeIn ease 5s;

}
@keyframes fadeIn{
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-o-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-ms-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}
.content-para{
    margin-top: 4rem;
    padding: 0 60px;

}

.content-para p{
  font-size: 18px;
    font-family: 'Titillium Web';


}
.content-para .content-para-aarx{

  font-size: 26px;
    line-height: normal;
    color: #3A3A3A;
  font-family: 'Titillium Web';
}
.cp-section3{
  margin-bottom:4rem;
}
.content-para.cp-section3 .content-para-aarx{
font-size: 18px;
  font-family: 'Titillium Web';
      line-height: inherit;
      line-height: 30px;
  
  
}

.ban_text strong {
  font: 800 62.22px/70px "Montserrat", sans-serif;
  color: #fff;
  text-transform: uppercase;
}
.ban_text strong span {
  font: 400 44.44px/52px "Montserrat", sans-serif;
  letter-spacing: 3px;
}
.ban_text p {
  color: #fff;
  margin: 7px 0 25px;
      font-family: 'Titillium Web';
    font-size: 22px;
    text-align: center;
}
.ban_text a {
  display: inline-block;
  font: 800 19.39px/24px "Montserrat", sans-serif;
  background: #282828;
  border-radius: 26px;
  color: #fff;
  padding: 12px 28px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration:none;
}
.ban_text a:hover {
  background: #50af47;
}
.huh-section .cell{
box-shadow:2px 6px 8px 0 rgba(0, 0, 0, .15);
background-color: #E90623;
position: relative;
    z-index: 1;
        transform: translate(-50%, -15%);
  left: 33%;
}
.huh-text{
    font-size: 212px;
    font-family: 'League Gothic';
      color: #FFFFFF;
}
.background-container {
  position: relative;
  width: 100%;
  height: 200vh;
  background-size: cover;
  background-position: center;
      margin-top: -13rem;
  background-attachment:fixed;
}


.overlay-div {
 
  color: #fff; /* Text color */
  text-align: center;
  opacity: 0; /* Start hidden */
  position: absolute;
  bottom: 50%;
  height: 100px;
  width: 55%;
  padding: 20px;
  color: #fff;
  left: -3%;
}
.overlay-div p{
font-size: 40px;
color: #A71A1A;
      font-family: 'Titillium Web';
    font-weight: 800;


}
.subhead::after {
    content: "";
    display: block;
    width: auto;
    height: 15px;
    background-color: #F2EFEB;
    margin: 0 auto;
    position: relative;
    top: 39px;
    left: 0;
}
.feature-card-pr{
justify-content: space-around !important;
}
.feature-card-pr .cell:first-child {
    display: none;
}
.feature-card-pr .cell .feature-section-large{
    width: max-content;
}


@media (min-width: 1200px) and (max-width: 1399px) {
  .ban_text p {
    font-size: 21px;
  }
}
@media only screen and (max-width: 1025px){
 .video-about-us {
    width: 620px;
    height: 315px;
}

}

@media (min-width: 992px) and (max-width: 1199px) {
  .ban_text p {
    font-size: 17px;
  }
  .ban_text strong {
    font-size: 50px;
    line-height: 60px;
  }
  .ban_text strong span {
    font-size: 37px;
  }
  .ban_text a {
    font-size: 16px;
    line-height: 19px;
  }
}

@media only screen and (max-width: 991px) {
  .ban_text strong {
    font-size: 35px;
    line-height: 40px;
  } 
  .ban_text strong span {
    font-size: 28px;
    line-height: 35px;
    letter-spacing: 2px;
  }
  .ban_text p {
    line-height: 20px;
  }
  .ban_text a {
    font-size: 13.39px;
    line-height: 15px;
  }
  .video-about-us {
    width: 540px;
    height: 315px;
}
  .overlay-div{
  width:60%;
  }
}
@media only screen and (max-width: 767px) {
  .ban_img img {
    min-height: 290px;
    object-fit: cover;
  }
  .ban_text{
      transform: translate(0%, 80%);
    background-color: #AA1B1B;
    left: auto;
    margin: 0px 10px;
}
  .ban_text .headline{
      font-size: 75px;
    text-align: center;
  }
  .ban_text .subhead{
      font-size: 22px;
    font-family: 'Titillium Web';
    padding: 0px 20px;
    padding-bottom: 35px;
  }
  .grid-container .content-para{
      margin-top: 20rem;

  }
  .huh-section .cell {
  transform: translate(0%, 0%);
    left: 0;
  }
  .background-container{
      margin-top: 0rem;
    height: 150vh;
  }
  .overlay-div p{
  font-size:32px;
  }
      .grid-container .content-para.cp-section3 {
        margin-top: 4rem;
    }
  .video-about-us {
    width: -webkit-fill-available;
    height: 315px;
}
  .subhead::after {
    content:unset;
  }
  
}

@media only screen and (max-width: 575px) {
  .ban_text strong {
    background: rgba(0, 0, 0, 0.8);
    padding: 10px;
    width: 100%;
    display: block;
  }
}
@media only screen and (max-width: 480px) {
  .ban_text strong span {
    font-size: 22px;
    line-height: 31px;
    letter-spacing: 1px;
  }
  
  .overlay-div{
    width:100%;
  }
  .content-para{
margin-top:10px ;
padding: 0 15px;

  }
}
@media only screen and (max-width: 365px){
.huh-text{
  font-size:208px;
  }
}


.yield_breadcrumb_section{
  z-index: 9999;

}
.yield_banner_section .breadcrumb {
  position: absolute !important;
  bottom: 0;
  left: 40px;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 40px !important;
}
.yield_banner_section .breadcrumb ul li {
  color: #161616 !important;
  float: left;
  padding-right: 5px;
  list-style: none !important;
  line-height: 16px;
  color: #fff;
  text-transform: uppercase;
  
}

.container-ban_sec .breadcrumb{
margin-left:20px;
}

/*kishore css start*/

/* Image vertical scroll */

.mobile-view-template{
display:none; 
 } 

.web-view-template{
display:none; 
} 

.scroll-animation-section .header-two{
    font-size: 60px;
width: 671px;
line-height: 58px;
color: #C10A1E;
}

.scroll-animation-section .container{
padding:0;    
margin:30px auto;
}




/* .Theme-Section-Light, .Theme-Section-Light.Theme-RevealSection .Theme-Overlay { */
/* background-color: #f3f5f7; */
/* } */

.Layout {
padding-left: 0;
padding-right: 0;
}

@media (min-width: 1100px) and (max-width: 1399px) {
.Layout:not(.Theme-Header) {
max-width: 1240px;
}
}

@media (max-width: 1400px) {
.Layout {
width: auto;
}
}

.Theme-Collection--Default:not(:empty) .Layout {
max-width: 100%;
}

@media (min-width: 620px) {
.Theme-Collection--List:not(:empty) .Layout {
padding-left: 30px;
padding-right: 30px;
}
}

@media (min-width: 1100px) {
.Theme-Collection--List:not(:empty) .Layout {
padding-left: 40px;
padding-right: 40px;
}
}

.Theme-Collection--Grid:not(:empty) .Layout {
max-width: 100%;
}

.Theme-TextSection .Layout__row.DisplayContainerHeight--minHeight {
min-height: 0;
}

.DisplayContainerHeight--flex .Layer--one {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}

.DisplayContainerHeight--flex .Layer--one {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
width: 100%;
padding: calc(4vh + 40px) 0;
}

.DisplayContainerHeight--minHeightHalf .Layer--one {
padding: calc(2vh + 30px) 0;
}
.DisplayContainerHeight--minHeightThird .Layer--one {
padding: calc(2vh + 20px) 0;
}


@media (orientation: portrait) {
.DeviceDetect--isiPhone
.DeviceDetect--isEdge
.Theme-TitleSection
.DisplayContainerHeight--minHeight
.Layer--one,
.DeviceDetect--isiPhone
.DeviceDetect--isIE
.Theme-TitleSection
.DisplayContainerHeight--minHeight
.Layer--one,
.DeviceDetect--isiPhone
.Theme-TitleSection.DisplayContainerHeight--minHeight
.Layer--one {
padding-bottom: 80px;
}
}
@media (orientation: portrait) and (min-device-height: 700px) {
.DeviceDetect--isiPhone
.DeviceDetect--isEdge
.Theme-TitleSection
.DisplayContainerHeight--minHeight
.Layer--one,
.DeviceDetect--isiPhone
.DeviceDetect--isIE
.Theme-TitleSection
.DisplayContainerHeight--minHeight
.Layer--one,
.DeviceDetect--isiPhone
.Theme-TitleSection.DisplayContainerHeight--minHeight
.Layer--one {
padding-bottom: 120px;
}
}

.Layout__row {
margin: 0;
}

.Theme-TextSection .Layout__row.DisplayContainerHeight--minHeight {
min-height: 0;
}

.Theme-HeaderContainer.Theme-HeaderContainer--hidden
+ .Theme-Story
.Theme-TitleSection.DisplayContainerHeight--minHeight {
min-height: 100vh;
}
.body-editor
.Theme-HeaderContainer.Theme-HeaderContainer--hidden
+ .Theme-Story
.Theme-TitleSection.DisplayContainerHeight--minHeight {
min-height: calc(100vh - 60px);
}

.DeviceDetect--isEdge .Theme-TitleSection .DisplayContainerHeight--minHeight,
.DeviceDetect--isIE .Theme-TitleSection .DisplayContainerHeight--minHeight,
.Theme-TitleSection.DisplayContainerHeight--minHeight {
min-height: calc(100vh - 40px);
}
@media (min-width: 900px) {
.DeviceDetect--isEdge .Theme-TitleSection .DisplayContainerHeight--minHeight,
.DeviceDetect--isIE .Theme-TitleSection .DisplayContainerHeight--minHeight,
.Theme-TitleSection.DisplayContainerHeight--minHeight {
min-height: calc(100vh - 50px);
}
}
@media (min-width: 1100px) {
.DeviceDetect--isEdge .Theme-TitleSection .DisplayContainerHeight--minHeight,
.DeviceDetect--isIE .Theme-TitleSection .DisplayContainerHeight--minHeight,
.Theme-TitleSection.DisplayContainerHeight--minHeight {
min-height: calc(100vh - 60px);
}
}

.body-editor
.DeviceDetect--isEdge
.Theme-TitleSection
.DisplayContainerHeight--minHeight,
.body-editor
.DeviceDetect--isIE
.Theme-TitleSection
.DisplayContainerHeight--minHeight,
.body-editor .Theme-TitleSection.DisplayContainerHeight--minHeight {
min-height: calc(100vh - 100px);
}

@media (min-width: 900px) {
.body-editor
.DeviceDetect--isEdge
.Theme-TitleSection
.DisplayContainerHeight--minHeight,
.body-editor
.DeviceDetect--isIE
.Theme-TitleSection
.DisplayContainerHeight--minHeight,
.body-editor .Theme-TitleSection.DisplayContainerHeight--minHeight {
min-height: calc(100vh - 110px);
}
}
@media (min-width: 1100px) {
.body-editor
.DeviceDetect--isEdge
.Theme-TitleSection
.DisplayContainerHeight--minHeight,
.body-editor
.DeviceDetect--isIE
.Theme-TitleSection
.DisplayContainerHeight--minHeight,
.body-editor .Theme-TitleSection.DisplayContainerHeight--minHeight {
min-height: calc(100vh - 120px);
}
}

@media (orientation: portrait) {
.DeviceDetect--isiPhone
.DeviceDetect--isEdge
.Theme-TitleSection
.DisplayContainerHeight--minHeight
.Layer--one,
.DeviceDetect--isiPhone
.DeviceDetect--isIE
.Theme-TitleSection
.DisplayContainerHeight--minHeight
.Layer--one,
.DeviceDetect--isiPhone
.Theme-TitleSection.DisplayContainerHeight--minHeight
.Layer--one {
padding-bottom: 80px;
}
}
@media (orientation: portrait) and (min-device-height: 700px) {
.DeviceDetect--isiPhone
.DeviceDetect--isEdge
.Theme-TitleSection
.DisplayContainerHeight--minHeight
.Layer--one,
.DeviceDetect--isiPhone
.DeviceDetect--isIE
.Theme-TitleSection
.DisplayContainerHeight--minHeight
.Layer--one,
.DeviceDetect--isiPhone
.Theme-TitleSection.DisplayContainerHeight--minHeight
.Layer--one {
padding-bottom: 120px;
}
}

.Theme-TextSection .Layout__row.DisplayContainerHeight--minHeight {
min-height: 0;
}

.Theme-Column {
padding-left: 0;
padding-right: 0;
}

@media (max-width: 899px) {
.Theme-TextSection.Theme-Columns--2
.Theme-Column:first-child
.Theme-Layer-BodyText {
padding-bottom: 0;
}
.Theme-TextSection.Theme-Columns--2
.Theme-Column:last-child
.Theme-Layer-BodyText {
padding-top: 0;
}
.Theme-TextSection.Theme-Columns--2
.Theme-Column:last-child
.Theme-Layer-BodyText--inner
p:first-child {
margin-top: 0;
}
}
@media (max-width: 619px) {
.Theme-TextSection.Theme-Columns--2 .Theme-Column {
min-width: 100%;
}
}

.sh-cover-reveal .Theme-Column {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}



@media (max-width: 899px) {

.CardCanvas--tworowContainer .CardCanvas__textColumn {
padding-top: calc(35vh + 10px);
}

.Theme-TextSection.Theme-Columns--2
.Theme-Column:last-child
.Theme-Layer-BodyText--inner
p:first-child {
margin-top: 0;
}
}

@media (max-width: 899px) and (max-aspect-ratio: 6/8) {
.CardCanvas--tworowContainer .CardCanvas__textColumn {
padding-top: calc(35vh + 10px);
}
}

.Theme-Layer-BodyText {
word-wrap: break-word;
font-family: "Noto Sans", Helvetica, Arial, sans-serif;
}

@media (min-width: 900px) {
.Theme-Layer-BodyText {
padding-top: calc(72px - 1.5rem);
}
}

@media (min-width: 620px) {
.Theme-Layer-BodyText {
padding-top: calc(60px - 2.5rem);
padding-bottom: 60px;
padding-left: 30px;
padding-right: 30px;
}
}


.body-editor .Theme-Layer-BodyText--inner h2,
.body-editor .Theme-Layer-BodyText--inner h3,
.body-editor .Theme-Layer-BodyText--inner h4,
.body-editor .Theme-Layer-BodyText--inner p {
min-height: 1.7em;
}

.Theme-Overlay.FullSize {
top: -2px;
bottom: -2px;
height: auto;
left: 0;
right: 0;
width: auto;
}

.MediaGallery--lightbox .Theme-Layer-ResponsiveMedia .FullSize {
position: relative;
}

.DeviceDetect--isIE .FullSize--fixedChild {
z-index: auto;
}

.DeviceDetect--isIE .Theme-Layer-BodyText .InlineMedia--image .FullSize,
.DeviceDetect--isIE .Theme-TextOverMediaSection .InlineMedia--image .FullSize,
.DeviceDetect--isIE .Theme-TitleSection .InlineMedia--image .FullSize {
position: relative;
top: auto;
left: auto;
}

.Theme-Section-Layout--Full .Theme-BackgroundImage .FullSize--fixedChild {
clip-path: none;
-webkit-clip-path: none;
}

.shorthand-embed-article .FullSize,
.shorthand-embed-article .FullSize--basic {
height: 100%;
}
.shorthand-embed-article .Theme-Overlay.FullSize {
min-height: 100%;
}
.shorthand-embed-article .FullSize--fixedChild .Theme-Overlay.FullSize,
.shorthand-embed-article .FullSize--fullHeight .Theme-Overlay.FullSize {
min-height: 100.5%;
}

.Theme-Layer-BodyText .Theme-Overlay {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: -1;
}

.Theme-Overlay.FullSize {
    height: auto;
    width: auto;
}

.Theme-Overlay {

transform: translateZ(0);
}

@media (min-width: 900px) {
.DisplayContainerHeight--flex.Display--md-block {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
}
}

.Theme-Column {
padding-left: 0;
padding-right: 0;
}

.PositionSticky {
position: -webkit-sticky !important;
position: sticky !important;
}

@media (min-width: 1100px) {
.Theme-HeaderContainer.Theme-HeaderContainer--hidden
+ .Theme-Story
.Theme-Layer-CardCanvas[data-card-canvas] {
margin-top: 50px;
top: 50px;
}
}
@media (max-width: 899px) {
.Theme-HeaderContainer.Theme-HeaderContainer--hidden
+ .Theme-Story
.Theme-Layer-CardCanvas[data-card-canvas] {
top: 0;
}
}

.Theme-Layer-CardCanvas,
.Theme-TwoColumnScrollmationSection .media-editor-container {
padding: 40px 25px;
}


@media (min-width: 620px) {
.Theme-Layer-CardCanvas,
.Theme-TwoColumnScrollmationSection .media-editor-container {
padding: 60px 25px;
}
}
@media (min-width: 900px) {
.Theme-Layer-CardCanvas,
.Theme-TwoColumnScrollmationSection .media-editor-container {
padding: 72px 40px 60px;
}
}
@media (min-width: 1100px) {
.Theme-Layer-CardCanvas,
.Theme-TwoColumnScrollmationSection .media-editor-container {
padding-top: 110px;
}
}

.Theme-Layer-CardCanvas[data-card-canvas] {
padding-top: 0;
padding-bottom: 0;
margin-top: 78px;
top: 78px;
}
@media (max-width: 899px) {
.Theme-Layer-CardCanvas[data-card-canvas] {
height: 35vh !important;
top: 40px;
}
}
@media (min-width: 1100px) {
.Theme-Layer-CardCanvas[data-card-canvas] {
margin-top: 76.8px;
top: 106.8px;
}
}

.DeviceDetect--isEdge .Theme-Layer-CardCanvas[class*="StickyPolyfillElement"],
.DeviceDetect--isIE .Theme-Layer-CardCanvas[class*="StickyPolyfillElement"] {
margin-top: 0;
}

@media (min-width: 1100px) {
.Theme-Layer-CardCanvas,
.Theme-TwoColumnScrollmationCaption,
.Theme-TwoColumnScrollmationSection .media-editor-container {
padding-top: 72px;
}
.body-editor .Theme-Layer-CardCanvas .section-settings-container {
top: 72px;
}
.Theme-Layer-CardCanvas[data-card-canvas] {
margin-top: 72px;
top: 72px;
}
}

.CardCanvas {
margin: 96px 0 30px 0;
}

.Layer--one {
z-index: 100;
}


@media (max-width: 899px) {
.CardCanvas--tworowContainer .CardCanvasItem {
padding: 4px;
pointer-events: initial;
}
}

.CardCanvasItem--isActive {
z-index: 20;
opacity: 1;
}

.CardCanvasItem {
position: absolute;
top: 0;
width: 100%;
transition: opacity 1ms linear;
}
@media (min-width: 900px) {
html:not(.DeviceDetect--isEdge):not(.DeviceDetect--isIE) .CardCanvasItem__image img {
max-width: 750px;
max-height: 75vh!important;
}
}


@media (min-width: 900px) {
.Theme-Layer-BodyText{
    max-width: 88%;
margin: 0 auto;
}

}

.Theme-Layer-BodyText p{
    font-family: 'Titillium Web';
	font-size: 18px;
    line-height: 36px;
}

.header-two{
font-size: 60px;
width: 691px;
line-height: 60px;
color: #C10A1E;
margin-top:95px;
}

.header-two sup {
    top: -0.95em !important;
	font-size: 45% !important;
}


.vertical-header .Theme-Layer-BodyText{
    padding-top:0;
    padding-bottom:0;
}

/* @media (max-width: 620px) { */
/* .Theme-Layer-BodyText{ */
    /* padding:20px; */
/* } */
/* .header-two{ */
/* width: 100%; */
/* font-size:38px; */
/* line-height:38px;  */
/* margin-top:50px;    */
/* } */
/* } */


@media (max-width: 900px) {
.Theme-Layer-BodyText{
    padding:20px;
}
.header-two{
width: 100%;
font-size:38px;
line-height:38px; 
margin-top:50px;   
}
}

/* GSAP HORIZONTAL SCROLL */

/* .pin-spacer{ */
    /* display:none !important; */
	
/* } */


/* GSAP HORIZONTAL SCROLL */


body {

  scroll-behavior: smooth;

}

.pin-spacer{
	margin:0 !important;
	z-index:1 !important;
	/* padding:0 !important; */
	/* height:auto !important; */
}

@media (min-width: 640px) {
	.pin-spacer{
	  background-color:#aa1b1b;
	}
}


.horizontal-scroller {
  display: grid;
  grid-template-rows: repeat(2, 1fr);
  gap: 5px;
  width: 100%;
  height: 100vh;
}

.horizontal-wrapper {
  width: 100%;
  height: calc(100vh + 210vw);
  overflow:hidden;
}

.horizontal-container {
  width: 100%;
  height:85vh !important;
  /* height: 600px !important; */
  margin-top: 2em;
  display: flex;
  flex-direction: column;
  align-items: center;
  
  background-image: url('https://storwukentico03pd.blob.core.windows.net/croplanmedia/croplan/media/images/about_us_images/proving-ground-bkg_desktop.jpg');
     background-size: cover;
     background-position: center;
     z-index: -1;
}

.horizontal-scroller .row {
  display: flex;
  justify-content: flex-start;
  gap: 5px;
}

.item {
  padding: 1vw;
  /* box-sizing: border-box; */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 50vh;
  font-weight: normal;
  
  
 

 
    /* height: 90vh; */
    font-weight: normal;
    min-width: 25vw;
    padding-top: 5vw;

}

   @media (min-width: 1023px) {
	 .item {
		padding-top: 7vw; 
	 }  
   }

.item > p {
  margin: 0;
}


.item-link {
  border-bottom: 1px solid black;
  align-self: flex-end;
}

.filled {

  color: black;
}


.big{
 color: black;	
}


.item:nth-child(1) {
	font-family: 'League Gothic';
	 min-width: 38vw;
    margin-left: 40px;
}

.item h2{
		 font-size: 88px;
		 color:#E90621;
		  line-height: 74px;
}

.item p{
	font-size: 17px;
    line-height: 30px;
	font-family: 'Titillium Web';
	font-weight:600;
}

.item p a{
	font-family: 'Titillium Web';	
}

/* .item:nth-child(2) { */
     /* width: 30vw; */
	  
/* } */

/* .item:nth-child(3) { */
      /* width: 30vw; */
/* } */

@media (width: 768px) {
	.item{
		padding-top:6vw;
	}
}

@media (max-width: 769px) {
.item h2 {
    font-size: 38px;
    line-height: 38px;
}	
}


@media (max-width: 640px) {

.horizontal-container{
	   background-image: none;
	           height: auto !important;
}
.horizontal-scroller .row{
	    display: block;
}
.item:nth-child(1){
	    width: 100vw;
		margin-left:0;
		padding:0 20px;
}

.item:nth-child(5) {
	margin-bottom:40px;
}

.item h2 {
    font-size: 38px;
    line-height: 38px;
}
.item:nth-child(2){
	  width: 100vw;
}
.item:nth-child(3) {
    width: 100vw;
}
.item{
	    height: auto;
		padding:10px 20px;
}
.horizontal-wrapper {
    height: auto;

}
.horizontal-scroller {
    height: auto;
	display: block;
	transform: translate(0px, 0px) !important;
	

}
.d-none {
    display: block;
}
}

/* kishore css end*/

/* .pin-spacer{ */
	/* display:none !important; */
/* } */


 /*gokul csss start */
      /* Card Container */
      .croplan-card-contain {
        position: sticky;
        top: 0;
        padding-top: 0!important;
      }

      .croplan-card__inner {
        will-change: transform;
        display: flex;
        overflow: hidden;
        transform-origin: center top;
        height: 135vh;
      }

      .croplan-cards-slide {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        display: grid;
        grid-template-rows: repeat(var(--cards-count), var(--card-height));
        gap: 4px 0;
      }

      .croplan-card__image-container {
        display: flex;
        width: 40%;
        flex-shrink: 0;
      }

      .croplan-card__image {
        width: 100%;
        height: 100%;
        object-fit: cover;
        aspect-ratio: 1;
      }

      .croplan-card__content {
        padding: 40px 30px;
        display: flex;
        flex-direction: column;
      }

      .croplan-card__title {
        padding: 0;
        margin: 0;
        font-size: 60px;
        font-weight: 600;
        color: #16263a;
      }

      .croplan-card__description {
        line-height: 1.4;
        font-size: 24px;
        color: #16263a;
      }

      /* Spacing */
      .space {
        height: 90vh;
      }

      .space--small {
        height: 5vh;
      }

      /* Background Section */
      .itcanhard-section .fixed-bg {
        min-height: 100%;
        background-size: cover;
        background-attachment: fixed;
        background-repeat: no-repeat;
        background-position: center center;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        padding: 0 20px;
        line-height: 1.5;
        height: 200vh;
      }

      .itcanhard-section .text-box {
        background: rgba(255, 255, 255, 0.95);
        padding: 2rem;
        max-width: 520px;
        margin: auto;
        position: absolute;
        top: 25%;
        left: 70px;
        right: 70px;
      }

      .itcanhard-section .fixed-bg h2 {
        font-size: 38px;
        line-height: 40px;
        color: #aa1b1b;
        font-family: "Titillium Web";
        font-weight: bold;
      }

      .itcanhard-section .fixed-bg p {
        text-align: center;
        max-width: 500px;
        font-size: 1.2em;
        text-align: left;
        margin-top: 2rem;
        font-family: "Titillium Web";
      }

      /* Red Card Specific Styles */
      .croplan-cards-slide .red-card {
        background: #aa241b;
      }

      .croplan-cards-slide .red-card .croplan-card__title {
        color: white;
        font-size: 158px;
        font-family: "League Gothic";
        font-weight: normal;
        padding-top: 1rem;
        padding-bottom: 4rem;
        line-height:1;
        margin: auto;
        width: 80%;
        
      }

      .croplan-cards-slide .red-card .croplan-card__inner {
        background: transparent;
        height: auto;
      }
      .croplan-cards-slide .red-card .croplan-card__content {
        height: 100%;
        width: 100%;
        background-size: 100%;
        background-repeat: no-repeat;
      }
      .croplan-cards-slide .img-slider .croplan-card__image-container {
        height: 100%;
        background-size: 100% 100%;
        width: 100%;
        position: absolute;
      }
      .croplan-cards-slide .img-slider .croplan-card__description {
        position: absolute;
        right: 15%;
        top: 24%;
        width: auto;
        padding: 2rem;
        font-size: 20px;
        font-family: 'Titillium Web';
        line-height: 33px;
      }
      .itcanhard-section .bg-multi-img {
        height: 100%;
        width: calc(100% - 45%);
        background-size: cover;
        position: relative;
      }
      /* Mobile Card Specific Styles */
      .mb-croplan-card__image-container {
        margin-top: -60px;
      }

      .mb-croplan-card__image-container p {
        font-size: 20px;
        padding: 5rem 1rem;
        color: #000;
        line-height: 35px;
        margin: auto;
        text-align: center;
        font-family: "Titillium Web";
      }

      .mb-croplan-card__content {
        background: #aa241b;
        text-align: center;
        font-size: 34px;
        padding: 2rem;
        color: white;
        margin: 0 1rem;
        position: relative;
        word-wrap: break-word;
        word-break: break-word;
        height: 100%;
        width: 92%;
        background-size: 100% 100%;
        line-height: 1;
      }

      /* quotes section */
      .quotes-bg-section {
        background-color: #aa1b1b;
      }
	  
      .quotes-bg-section .quote-text {
        color: white;
        font-size: 40px;
        font-family: "Titillium Web";
        font-weight: bold;
        padding: 3rem;
        max-width: 50%;
        margin: auto;
        line-height: 45px;
      }
      /* fixed bg image section */
      .BG-fixed-img .bg-image {
        height: 100%;
        width: 100%;
      }
      /* content section */
      .croplan-content-section {
        max-width: 50%;
        margin: auto;
        padding: 3rem;
      }
      .croplan-content-section h3 {
        font-size: 24px;
        font-family: "Titillium Web";
        font-weight: bold;
        margin-bottom: 3rem;
      }
      .croplan-content-section p {
        font-size: 24px;
        font-family: "Titillium Web";
      }
      .abtus_section4_secondImage {
        position: absolute;
        height: 100%;
        width: 100%;
        object-fit: contain;
      }
      .slider-section{margin-bottom: 1rem;}
      /* Responsive Styles */
	  
	   @media (min-width: 767px) {
		   .quotes-bg-section {
        margin-top: -1px;
      } 
	   }
      @media (max-width: 767px) {
        .croplan-card__inner {
          flex-direction: column;
        }

        .croplan-card__image-container {
          width: 100%;
        }

        .croplan-card__image {
          aspect-ratio: 16 / 9;
        }

        .croplan-card__title {
          font-size: 32px;
        }

        .croplan-card__description {
          font-size: 16px;
        }

        .croplan-card__content {
          padding: 30px 20px;
        }
        .desktop-view {
          display: none;
        }
        .mb-card-section {
          display: block;
        }
        .itcanhard-section .bg-multi-img {
          width: 100%;
        }
        .itcanhard-section .text-box {
          margin: auto 2rem;
          left: 0;
          right: 0;
          top: 8%;
        padding: 1rem;
        }
        .itcanhard-section .fixed-bg {
          height: 220vh;
          overflow: hidden;
        }
      .quote-overlay{
        opacity: 1!important;
        }
        .quotes-bg-section .quote-text {
          padding: 1.5rem;
        }
  
      }
      @media (min-width: 768px) {
        .desktop-view {
          display: block;
        }
        .mb-card-section {
          display: none;
        }
      }
    @media (min-width: 1025px) and (max-width: 1500px) {
    .abtus_section4_secondImage{
        object-fit: inherit;
      }
   .croplan-card__inner {
    height: 70vh;
  }
  .croplan-cards-slide .img-slider .croplan-card__description{
    top: 0;
    width: auto;
    font-size: 16px;
  }
      }
      @media (min-width: 768px) and (max-width: 1023px) {
        .itcanhard-section .bg-multi-img {
          width: 85%;
        }

        .croplan-cards-slide .img-slider .croplan-card__description {
          position: initial;
          width: 100%;
          height: 100%;
          margin: 1rem auto;
        }
        .abtus_section4_secondImage {
          height: 100%;
          object-fit: inherit
        }
        .croplan-cards-slide .red-card .croplan-card__title {
          font-size: 100px;
        }
      .croplan-cards-slide .red-card .croplan-card__content{
          background-size: 100%;
    background-repeat: no-repeat;
        }
  .croplan-card__inner{
    height: 50vh;
  }
      }
      @media (max-width: 1023px) {
        .croplan-content-section {
          max-width: 100%;
        }
        .quotes-bg-section .quote-text {
          transition: all 0.2s;
          max-width: 100%;
        }
      }
      /* @media (max-width: 1024px) {
        .croplan-cards-slide .img-slider .croplan-card__image-container {
          background-image: url('https://storwukentico03pd.blob.core.windows.net/croplanmedia/croplan/media/testing-croplan/');
        }
    } */
      .quote-overlay {
        opacity: 0;
        transition: opacity 1.5s ease-out;
      }
      .quote-overlay.fade-ins {
        opacity: 1;
        transform: translateY(0);
      }

      .quote {
        font-size: 38px;
        font-family: "Titillium Web";
        color: #aa1b1b;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 30px;
        margin-top: 1rem;
        font-weight: bold;
        color: white;
      }
      .itcanhard-section .text-box .quote{color: #aa241b;}
      .croplan-card__description br,.text-box p br{content:"";margin-top: 1.5rem; display: block;}
      /* gokul end*/

@media (width: 2400px) {
  .grid-container.full.notetext{
    max-width: 34%
}
  }
@media (width: 2133.33px) {
  .grid-container.full.notetext{
    max-width: 39%
}
  }
@media (width: 1745.45px) {
  .grid-container.full.notetext{
    max-width: 49%
}
  }
@media (width: 1536px) {
  .grid-container.full.notetext{
    max-width: 57%
}
  }
@media (width: 1280px) {
  .grid-container.full.notetext{
    max-width: 71%!important;
}
  }
@media (min-width: 1280px) {
.notetext-cherry .note-txt{
  width: 65%;
  }
}
@media (min-width: 1366px) {
.grid-container.full.notetext{
  width: 64%;
  }
}
@media (min-width: 1440px) {
.grid-container.full.notetext{
  width: 60%;
  }
}
@media (min-width: 2560px) {
.grid-container.full.notetext{
  width: 32%;
  }
}
/*new page styleing */

.pr-footer-note{
	margin: 0 auto;
    max-width: 730px;
    font-size: 16px;
	padding:0 20px;
	position: relative;
    bottom: 2rem;
}

.pr-landing .grid-container.ImageListWidget.p-b-3r{
	  padding-bottom: 0;
}

  .text-leftBorder {
    margin: 20px 0;
    padding-left: 20px;
    border-left: 5px solid #8b0d10; /* Dark red line on the left */
    font-weight: bold;
    color: #8b0d10; /* Red color for the quote text */
  }
  
   @media (max-width: 639px) {
	.text-leftBorder {
    margin: 20px 0;
    padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 0px;
    border-left: 0; 
    border-top: 5px solid #8b0d10; /* Dark red line on the left */
	border-bottom: 5px solid #8b0d10;
    font-weight: bold;
    color: #8b0d10; /* Red color for the quote text */
  } 
	.pr-footer-note{
		bottom: 7rem;
	}  
}

 @media (min-width: 768px) and (max-width: 1024px) {
.PR-testimonial-slide .croplan-cards-slide .img-slider .croplan-card__image-container{
        width: 70%;
    position: absolute;
    right: 0;
    top: 0;
  }
 .PR-testimonial-slide .croplan-cards-slide .img-slider .croplan-card__description{
    margin: 0;
        padding: 2rem;
        font-size: 18px;
  }
}
@media (min-width: 1024px) and (max-width: 1500px){
.PR-testimonial-slide .croplan-cards-slide .img-slider .croplan-card__description {
    top: 0;
    width: 70%;
    font-size: 16px;
    right: 0;
}
  }
 @media (max-width: 1024px) {
.PR-testimonial-slide .mb-croplan-card__image-container{
background-size: 100% 100%;
    height: 200vh;
}
.PR-testimonial-slide .mb-croplan-card__image-container p{
  padding: 2rem 1rem;
}
.PR-testimonial-slide .mb-croplan-card__image-container{
  margin-top:0;
}
  }
 @media (max-width: 767px) {
.section-8-para.grid-container .content-para{
  margin-top: 0;
}
 .mb-red-text p{
    color:#BB0A1D!important
  } 
  .PR-testimonial-slide .mb-croplan-card__image-container{
    height: 120vh;
}
  }
.croplan-cards-slide .img-slider .croplan-card__image-container{width: 60%;right: 0;}
.PR-testimonial-slide .croplan-cards-slide .red-card .croplan-card__title{
  text-align: center;
  margin: 0 auto;
}
.section-8-para.grid-container .content-para{
  margin-top: 2.5rem;
}
.image-animation-section .background-container{
margin-top: 0;
}
@media (min-width: 768px) and (max-width: 1023px) {
    .croplan-cards-slide .img-slider .croplan-card__image-container {
       width: 85%;
    }
  }
.cherry-section-9 img{
  height: 100%;
  width: 100%;
}
.notetext-cherry{position: relative;}
.notetext-cherry .note-txt{
position: absolute;
    bottom: 50px;
    display: flex;
    flex-direction: column;
}
.grid-container.full.notetext{
  max-width: 44%;
}
 
/*yasharth modiication for cherry page*/
.banner-mod .container-ban_sec .ban_text{
left:50%;
    width:75%;
}
.banner-mod .subhead{
padding: 0px 16%;
}
.para-1-mod h2{
font-size: 26px;
    font-family: 'Titillium Web';
    color: #3A3A3A;
}
.para-1-mod h3{
    font-size: 18px;
    font-family: 'Titillium Web';
      margin: 20px 0;
    padding-left: 35px;
    border-left: 5px solid #BB0A1D;
    font-weight: bold;
    color: #BB0A1D;
      padding-right: 8rem;
       word-spacing: 3px;
    line-height: 1.7;
}
.sec-3-mod .background-container{
height:200vh;
 margin-top: 0rem;
}
.sec-5-mod .croplan-cards-slide .img-slider .croplan-card__description{
 position: absolute;
  font-size: 18px;
}
.sec-5-mod .croplan-card__inner{
    height: 93vh;
}
.sec-3-mod .overlay-div{
bottom:50% !important;
}
.sec-3-mod .overlay-div p{
font-size:28px;
}
.sec-3-mod.sec-7-mod .overlay-div p{
font-size:36px;
}
.sec-3-mod .grid-container .grid-x{
display:none;
}
.sec-4-mod h3{
    font-size: 50px;
    color: #BB0A1D;
    font-family: 'League Gothic';
    line-height: normal;
    padding-right: 29px;
  margin-bottom:15px;
}
.sec-3-mod .overlay-div p::before{
     content: '“';
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 54px;
    font-family: "League Gothic", sans-serif;
  margin-top:-5rem;
}

.cherry-slide .croplan-cards-slide .red-card .croplan-card__title{
  text-align: center;
}

/* animation slide */
 @media (min-width: 990px) and (max-width: 1500px) {
    .abtus_section4_secondImage{
        object-fit: cover;
      }
  }
 @media (max-width: 1024px) {
    .abtus_section4_secondImage {
      object-fit: contain;
      height: auto;
    }
  .sec-5-mod .abtus_section4_secondImage{
                 object-fit: fill;
        height: 100%;
  }
  .para-1-mod h3{
  padding-right:0rem;
  }
  
  }
 @media (max-width: 900px){
 @supports (-webkit-touch-callout: none) {
    .sec-3-mod .overlay-div {
        bottom: 70% !important;
    }
}
}
 
.cherry-slide.PR-testimonial-slide .croplan-cards-slide .img-slider .croplan-card__description,.cherry-slide .croplan-cards-slide .img-slider .croplan-card__description{
  position: initial;
  width: auto;
  font-size: 18px;
}

.cherry-slide.PR-testimonial-slide.cherry-slide  .croplan-cards-slide .img-slider .croplan-card__image-container,.cherry-slide .croplan-cards-slide .img-slider .croplan-card__image-container{
  width: 45%;right: 5%;position: absolute;top: 20px;
}
.cherry-slide.PR-testimonial-slide  .croplan-cards-slide  .abtus_section4_secondImage,{
position: inherit;
  margin-bottom: 1.5rem;
}
.cherry-slide.PR-testimonial-slide .croplan-cards-slide .croplan-card__inner{
  height: 100vh;
}
.cherry-slide.PR-testimonial-slide .croplan-cards-slide .red-card .croplan-card__content{
  height: 100vh;
  background-size: 100% 100%;
}
.cherry-slide.PR-testimonial-slide .croplan-cards-slide .abtus_section4_secondImage{
   position: initial;
   margin-bottom: 2rem;
}
 .legal-content.content-para{
  padding:0px;
      margin-top: -5rem;

}
.section-8-para .content-para{
    margin-bottom: 40px;
}
 @media (min-width: 768px) and (max-width: 1024px) {
  .cherry-slide.PR-testimonial-slide.cherry-slide .croplan-cards-slide .red-card .croplan-card__content{
    height: 69vh;
    background-size: 100% 100%;
  }
 
}
 @media (min-width: 768px) and (max-width: 1023px){
    .sec-5-mod .croplan-cards-slide .img-slider .croplan-card__description{
    right: 0%;
    top: 0%;
    width: 85%;
    
  } 
      .sec-5-mod .croplan-card__inner{
  height:50vh;
  }
}
.new-product-sec-12.grid-container .content-para {
    margin-bottom: 1.5rem;  
    margin-top: 0.5rem;
      padding-top: 15px;
}
@media (min-width: 821px) and (max-width: 1024px) {
.cherry-slide.PR-testimonial-slide.cherry-slide .croplan-cards-slide .img-slider .croplan-card__image-container, .cherry-slide .croplan-cards-slide .img-slider .croplan-card__image-container{
     padding-top: 22rem;
  }
.new-product-sec-12.grid-container .content-para {
      margin-top: -18rem;
  }}
@media (min-width: 720px) and (max-width: 821px){
.cherry-slide.PR-testimonial-slide.cherry-slide .croplan-cards-slide .img-slider .croplan-card__image-container, .cherry-slide .croplan-cards-slide .img-slider .croplan-card__image-container{
      padding-top: 16rem;
  }
  .new-product-sec-12.grid-container .content-para {
      margin-top: -18rem;
  }
}

 @media (min-width: 768px) and (max-width: 1440px) {
.cherry-slide.PR-testimonial-slide .croplan-cards-slide .img-slider .croplan-card__description{
 font-size: 12px;
    line-height: normal;
    padding: 2rem 5px;
}
   .cherry-slide .croplan-cards-slide .red-card .croplan-card__title {
    font-size: 90px;
}
  .grid-container.full.notetext{
  max-width: 95%!important;
}
}
 @media (min-width: 990px) and (max-width: 1440px) {
.cherry-slide.PR-testimonial-slide .croplan-cards-slide .img-slider .croplan-card__description{
 font-size: 13px;
}
  .cherry-slide.PR-testimonial-slide .croplan-cards-slide .red-card .croplan-card__content{
    height: 100%!important;
  }
  }

/* slide animation end*/
.cherry-section-9 img{
  height: 100%;
  width: 100%;
}
.new-product-sec-10.grid-container .content-para {
margin-bottom: 1rem;  
}
.prod-bold-text{
  font-weight: bold;
  font-size: 24px;
  color: #BB0A1D;
}
.cherry-slide .croplan-cards-slide .red-card .croplan-card__title{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 0;
  }
.new-product-sec-12.grid-container .content-para{
  font-size: 24px;
}
.new-product-sec-12.grid-container .content-para p{
    margin-bottom: 0px;
}
@media (max-width: 767px){
  .banner-mod .container-ban_sec .ban_text {
  left:auto;
    width:auto;
  }
  .sec-1-mod .breadcrumb ul li a {
       width: auto !important;
    }
  .sec-5-mod .mb-croplan-card__content{
  display:none;
  }
  .sec-5-mod .mb-card-section .mb-croplan-card__image-container{
      background-size: cover;
    background-position: bottom;
    height: 200vh;
  }
  .sec-5-mod .mb-croplan-card__image-container p {
  padding:2rem;
  }
  .section-8-para.grid-container .content-para{
  margin-top:unset; 
    margin-bottom:unset;
  }
  .container-ban_sec .breadcrumb ul li a {
    width: 25px;
}
   .sec-4-mod.grid-container .content-para{
     margin-top: auto;
  }
  .para-1-mod h3{
  margin: 20px 0;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0px;
    border-left: 0;
    border-top: 5px solid #BB0A1D;
    border-bottom: 5px solid #BB0A1D;
    font-weight: bold;
    color: #BB0A1D;
    padding-right: 0px;
  }
.new-product-sec-12.grid-container .content-para {
    margin-top: 1.5rem;  
}
.new-product-sec-12.grid-container .content-para {
    margin-bottom: 2rem;
    margin-top: 2.5rem;
}
  .new-product-sec-10.grid-container .content-para {
    margin-bottom: 1rem;
    margin-top: 4.5rem;
}
.grid-container.full.notetext{
  max-width: 94%!important;
}
  .cherry-slide.PR-testimonial-slide .mb-croplan-card__image-container p{
    font-size: 16px;
    line-height: 30px;
  }
 
  .sec-3-mod .overlay-div p{
  color: white;
  }
}
.cherry-section-9.new-product-sec-12.grid-container .content-para{
margin-top:2rem;
}

@media (max-width: 767px) {
  .sec-1-mod .ban_img img{
      object-fit: fill;
  }
 @supports (-webkit-touch-callout: none) {
    .sec-3-mod .overlay-div {
        bottom: 78% !important;
    }
}
  
  .legal-content.content-para {
    padding: 0px 15px;
}
.overlay-image{
    position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3); 
  z-index: 1;
}
  .sec-3-mod .overlay-div p{
    font-size: 26px;
  }
  }
.ios-background-scroll {
    background-attachment: scroll !important;
  height:100vh;
}
.ios-background-scroll .overlay-div{
bottom: 75% !important;
}
/*.new-product-sec-12.grid-container .content-para p{font-size: 24px;}*/
 @media (max-width: 413px) {
.PR-testimonial-slide .mb-croplan-card__image-container{
    height: 170vh;
}
  }
@supports (-webkit-overflow-scrolling: touch) {
    .background-container {
        background-attachment: scroll; /* Force background to scroll for iOS */
     -webkit-transform: translate3d(0, 0, 0);
    }
}
 @media (max-width: 1024px) {
.sec-3-mod .background-container{
    height: 180vh;
  }
  }

@media only screen and (max-width: 640px) {
.feature-card-croplan .feature-section-large {
     display: flex;
    flex-direction: column;
    align-items: center;
}
  }