::-webkit-scrollbar-thumb,
.leftnav .hr,
::selection {
  background-color: var(--agr-green);
}

::-webkit-scrollbar {
  background-color: var(--primary-black);
}

.cursor {
  border: 2px solid #fff;
}

.cursor2 {
  background-color: var(--agr-green);
}

.main {
  background: linear-gradient(
    90deg,
    rgb(23, 23, 23),
    rgb(25, 70, 18),
    rgb(23, 23, 23)
  );
}

.heroAnimationC,
.indAnimationText,
.cardInfoAnimationA,
.cardInfoAnimationB,
.cardAnimationC,
.cardInfoAnimationC,
.carouselContainerAnimationC,
.cardInfoAnimationD,
.cardAnimationE,
.cardInfoAnimationE,
.carouselContainerAnimationE,
.cardInfoAnimationF {
  transform: translateY(50%);
  opacity: 0;
}

.carouselContainerAnimationA,
.cardAnimationB,
.carouselContainerAnimationD,
.cardAnimationF {
  opacity: 0;
  transform: translateX(100%);
}

.heroAnimationD,
.cardAnimationA,
.carouselContainerAnimationB,
.cardAnimationD,
.carouselContainerAnimationF {
  opacity: 0;
  transform: translateX(-100%);
}

.contact-in:nth-child(2) {
  background: linear-gradient(
    135deg,
    rgba(61, 174, 43, 1) 0%,
    rgba(25, 70, 18, 1) 100%
  );
}

.agrAbout,
.agrSectionOne,
.agrSectionTwo,
.agrSectionThree,
.agrSectionFour,
.agrSectionFive,
.agrSectionSix {
  height: 100vh;
}

.logo span {
  color: var(--agr-green);
}

#contact.fs-5:hover,
header .col-2.gap-3 i:hover,
.sidebar .fa-solid,
header li:hover a {
  color: var(--agr-green) !important;
}

.sidebarBtn:hover span::before,
.sidebarBtn:hover span,
.sidebarBtn:hover span::after,
.sidebar li.p-2.socials {
  background-color: var(--agr-green);
}

#collapseExample li:hover a,
#collapseExample li .fa-solid {
  color: var(--agr-green) !important;
  transition: 0.5s;
}

#collapseExample li a {
  color: var(--primary-white) !important;
}

#contact.fs-5 {
  margin-left: 0;
}

.agrHeroSection {
  height: 93.75vh;
}

.agrHeroSection img {
  position: absolute;
  top: 0px;
}

.agrHeroSection .heroText {
  position: relative;
  top: 12vh;
  left: 15vw;
}

.agrHeroSection .heroText h1 {
  font-family: "Helvetica";
  background: url("../images/Industry/agr/nandhu-kumar-c0rewZey4RU-unsplash\ 1-min.webp")
    0px 0px no-repeat;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  font-size: 6rem;
  letter-spacing: 3px;
}

.agrHeroSection .heroText h1 span {
  background: linear-gradient(
    180deg,
    #fff4f4 -176.71%,
    rgba(255, 255, 255, 0) 465.22%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  backdrop-filter: blur(15px);
}

.agrHeroSection .heroText .H {
  font-size: 10.5rem;
}

.agrHeroSection .heroText p {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 20px !important;
}

.rightscroll .socials {
  right: 105px;
}

.blurrySection {
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

.scrollTop {
  background-color: var(--agr-green);
}

.parallaxBg .parallax-image {
  background-size: cover;
  background-position: top;
}

/* ------------------------------ */

.agrAbout .parallax-image {
  background: linear-gradient(315deg, #000000 0%, rgba(0, 0, 0, 0.5) 100%),
    url(../images/Industry/agr/Rectangle\ 233-min.webp) bottom;
  background-size: 100%;
  height: 100%;
}

.agrAboutText {
  height: 40vh;
}

.agrAboutText h5 {
  font-family: "Source Sans Pro", sans-serif;
}

.agrAboutText h2 {
  font-family: "Raleway", sans-serif;
  letter-spacing: 2px;
}

.headerUnderline::after {
  content: "";
  display: block;
  width: 12rem;
  border-top: 4px solid var(--agr-green);
  margin: 1rem auto;
}

.agrAboutText p {
  padding: 1rem 8rem;
  color: var(--agr-white);
}

.agrBrandsSliderMain {
  position: relative;
  bottom: 12vh;
}

.agrAbout .splide__slide .card {
  width: 14rem;
  height: 18rem;
  background: linear-gradient(
    140.15deg,
    rgba(255, 255, 255, 0.45) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  filter: drop-shadow(35px 4px 50px rgba(0, 0, 0, 0.45));
  backdrop-filter: blur(10px);
  border-radius: 10px;
  border: none;
  box-shadow: 10px 15px 15px rgba(0, 0, 0, 0.25);
}

.agrAbout .splide__slide.is-active .card {
  transition: height, transform 0.5s 0.3s ease-out;
}

.agrAbout .splide__slide:not(.is-active) .card {
  transform: scale(0.9);
  transition: transform 0.5s 0.3s ease-out;
}

.agrAbout .splide__slide .card-body {
  margin-top: 10vh;
}

.agrAbout .splide__slide img {
  width: 130px;
  height: auto;
  padding-top: 1.5rem;
  object-fit: contain;
  aspect-ratio: 1/1;
  position: relative;
  top: 135px;
  left: 13%;
  z-index: 1;
}

.agrAbout div#splide01-track {
  width: 85%;
  margin: auto;
  position: relative;
  left: 4vw;
}

.agrAbout .splide__slide .btn-primary {
  background-color: var(--agr-green);
  border-color: var(--agr-green);
  width: 125px;
  position: relative;
  left: 14%;
  bottom: 9vh;
}

.splide__arrow {
  background-color: transparent !important;
  top: 60%;
}

.splide__arrow svg {
  fill: var(--primary-white) !important;
  transform: scale(2);
}

.splide__arrow--prev svg {
  transform: scaleX(-1) scale(2) !important;
}

.agrAbout .splide__pagination {
  bottom: -0.75em;
}

.agrAbout .splide__slide.is-active img {
  transform: scale(1.75) translateY(-2.25rem);
  transition: transform 0.5s 0.3s ease-out;
}

.agrAbout .splide__slide.is-active .btn-primary {
  transform: scale(1.25) translateY(2.5rem);
  transition: transform 0.5s 0.3s ease-out;
}

.agrAbout .splide__slide.is-active,
.agrAbout .splide__slide.is-next {
  opacity: 1 !important;
  transition: opacity 0.5s 0.3s ease-out;
}

.agrAbout .is-visible:nth-child(3n) {
  opacity: 0.6;
  transition: opacity 0.5s 0.3s ease-out;
}

.agrAbout .is-visible:nth-child(4n) {
  opacity: 0.3;
  transition: opacity 0.5s 0.3s ease-out;
}

/* ------------------------------ */

.agrSectionOne .parallax-image {
  background: radial-gradient(
      50% 98.88% at 50% 50%,
      rgba(0, 0, 0, 0) 0%,
      #1a2022 100%
    ),
    url(../images/Industry/agr/hen/egg-white-3048118.webp);
  background-position: top;
  background-size: 110%;
}

.agrSectionOne .companyInfoCard,
.agrSectionFour .companyInfoCard {
  position: relative;
  width: 32vw;
  height: 75vh;
  left: 8vw;
  top: 12vh;

  filter: drop-shadow(35px 4px 50px rgba(0, 0, 0, 0.45));
  backdrop-filter: blur(40px);
  border-radius: 15px;
  z-index: 1;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.3);
}

.agrSectionOne .companyInfoCard {
  background: linear-gradient(
    157.02deg,
    rgba(255, 255, 255, 0.2) 0%,
    rgba(10, 10, 10, 0.35) 100%
  );
}

.agrSectionOne .companyInfoCard img,
.agrSectionFour .companyInfoCard img {
  width: 150px;
  height: auto;
  top: 3vh;
  object-fit: contain;
  aspect-ratio: 1/1;
  position: relative;
  left: 3vw;
  filter: drop-shadow(10px 10px 8px rgba(0, 0, 0, 0.5));
}

.agrSectionOne .companyDesc,
.agrSectionFour .companyDesc {
  position: relative;
  bottom: 38vh;
  left: 11vw;
  z-index: 2;
  filter: drop-shadow(10px 10px 8px rgba(0, 0, 0, 0.5));
}

.agrSectionOne .companyDesc h1,
.agrSectionFour .companyDesc h1 {
  font-family: "Raleway";
  line-height: 120%;
  letter-spacing: 0.01em;
  color: var(--primary-white);
}

.agrSectionOne .companyDesc p,
.agrSectionFour .companyDesc p {
  width: 60vw;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 20px !important;
}

.agrSectionOne .companySliderDiv {
  backdrop-filter: blur(40px);
  border-radius: 0px;
  height: 32vh;
  width: 72vw;
  position: relative;
  bottom: 29.5vh;
  left: 27.5vw;
}

.agrSectionOne .companySliderDiv {
  background: linear-gradient(
    85.05deg,
    rgba(0, 0, 0, 0.26) 0%,
    rgba(25, 70, 18, 0.52) 102.13%
  );
}

div#agrOneSlider-track {
  width: 75%;
  float: right;
  position: absolute;
  bottom: 29vh;
  right: 0;
  padding-bottom: 3vh;
}

.agrSectionOne .card,
.agrSectionFour .card {
  height: 200px;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.3);
}

.agrSectionOne .card1 {
  background: no-repeat center/cover
    url(../images/Industry/agr/hen/bird-8684420.webp);
}
.agrSectionOne .card2 {
  background: no-repeat center/cover
    url(../images/Industry/agr/hen/chicken-8689814.webp);
}
.agrSectionOne .card3 {
  background: no-repeat center/cover
    url(../images/Industry/agr/hen/chickens-4474176.webp);
}
.agrSectionOne .card4 {
  background: no-repeat center/cover
    url(../images/Industry/agr/hen/egg-4026167.webp);
}
.agrSectionOne .card5 {
  background: no-repeat center/cover
    url(../images/Industry/agr/hen/egg-7345934.webp);
}
.agrSectionOne .card6 {
  background: no-repeat center/cover
    url(../images/Industry/agr/hen/eggs-6254861.webp);
}
.agrSectionOne .card7 {
  background: no-repeat center/cover
    url(../images/Industry/agr/hen/bird-8684420.webp);
}
.agrSectionOne .card8 {
  background: no-repeat center/cover
    url(../images/Industry/agr/hen/chicken-8689814.webp);
}

#agrOneSlider .splide__arrows.splide__arrows--ltr {
  position: absolute;
  bottom: 36vh;
  left: 10vw;
}

#agrOneSlider .splide__arrow--next,
#agrFourSlider .splide__arrow--next {
  right: -3em;
}

#agrOneSlider .splide__arrow--prev,
#agrFourSlider .splide__arrow--prev {
  left: -3em;
}

#agrOneSlider .splide__pagination,
#agrFourSlider .splide__pagination {
  display: none;
}

/* ------------------------------ */

.agrSectionTwo .parallax-image {
  background: radial-gradient(
      50% 50% at 50% 50%,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.65) 100%
    ),
    url(../images/Industry/agr/goatery/goat-8353214.webp);
  background-position: top;
  background-size: 120%;
}

.agrSectionTwo .companyInfoCard {
  position: relative;
  width: 32vw;
  height: 75vh;
  left: 60vw;
  top: 12vh;

  filter: drop-shadow(35px 4px 50px rgba(0, 0, 0, 0.45));
  backdrop-filter: blur(40px);
  border-radius: 15px;
  z-index: 1;
  box-shadow: -10px 10px 20px rgba(0, 0, 0, 0.3);
}

.agrSectionTwo .companyInfoCard {
  background: rgba(16, 46, 11, 0.83);
}

.agrSectionTwo .companyInfoCard img {
  width: 150px;
  height: auto;
  top: 3vh;
  object-fit: contain;
  aspect-ratio: 1/1;
  position: relative;
  left: 18vw;
  filter: drop-shadow(10px 10px 8px rgba(0, 0, 0, 0.5));
}

.agrSectionTwo .companyDesc {
  position: relative;
  bottom: 38vh;
  left: 23vw;
  width: 65%;
  z-index: 2;
  text-align: end;
  filter: drop-shadow(10px 10px 8px rgba(0, 0, 0, 0.5));
}

.agrSectionTwo .companyDesc h1 {
  font-family: "Raleway";
  line-height: 120%;
  letter-spacing: 0.01em;
  color: var(--primary-white);
}

.agrSectionTwo .companyDesc p {
  width: 65vw;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 20px !important;
  text-align: end;
}

.agrSectionTwo .companySliderDiv {
  background: linear-gradient(
    289.23deg,
    rgba(222, 222, 222, 0.19) 25.86%,
    rgba(255, 255, 255, 0) 74.14%
  );
  backdrop-filter: blur(40px);
  border-radius: 0px;
  height: 32vh;
  width: 72vw;
  position: relative;
  bottom: 29.5vh;
  left: 0vw;
}

div#agrTwoSlider-track {
  width: 75%;
  float: right;
  position: absolute;
  bottom: 29vh;
  right: 44vw;
  padding-bottom: 3vh;
}

.agrSectionTwo .card {
  height: 200px;
  box-shadow: -10px 10px 20px rgba(0, 0, 0, 0.3);
}

.agrSectionTwo .card1 {
  background: no-repeat center/cover
    url(../images/Industry/agr/goatery/carousel/Webp/goat-4256223.webp);
}
.agrSectionTwo .card2 {
  background: no-repeat center/cover
    url(../images/Industry/agr/goatery/carousel/Webp/goat-4366206.webp);
}
.agrSectionTwo .card3 {
  background: no-repeat center/cover
    url(../images/Industry/agr/goatery/carousel/Webp/goat-4383234.webp);
}
.agrSectionTwo .card4 {
  background: no-repeat center/cover
    url(../images/Industry/agr/goatery/carousel/Webp/goat-4884605.webp);
}
.agrSectionTwo .card5 {
  background: no-repeat center/cover
    url(../images/Industry/agr/goatery/carousel/Webp/goat-4256223.webp);
}
.agrSectionTwo .card6 {
  background: no-repeat center/cover
    url(../images/Industry/agr/goatery/carousel/Webp/goat-4366206.webp);
}
.agrSectionTwo .card7 {
  background: no-repeat center/cover
    url(../images/Industry/agr/goatery/carousel/Webp/goat-4383234.webp);
}
.agrSectionTwo .card8 {
  background: no-repeat center/cover
    url(../images/Industry/agr/goatery/carousel/Webp/goat-4884605.webp);
}

#agrTwoSlider .splide__arrows.splide__arrows--ltr {
  position: absolute;
  bottom: 36vh;
  left: 39vw;
}

#agrTwoSlider .splide__arrow--next {
  right: -3em;
}

#agrTwoSlider .splide__arrow--prev {
  left: -3em;
}

#agrTwoSlider .splide__pagination {
  display: none;
}

/* ------------------------------ */

.agrSectionThree .parallax-image {
  background: radial-gradient(
      50% 50% at 50% 50%,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.65) 100%
    ),
    url(../images/Industry/agr/crop/canola-fields-1911392.webp);
  background-position: top;
  background-size: 110%;
}

.agrSectionThree .companyInfoCard {
  position: relative;
  width: 32vw;
  height: 62vh;
  left: 34vw;
  top: 8vh;

  filter: drop-shadow(35px 4px 50px rgba(0, 0, 0, 0.45));
  backdrop-filter: blur(40px);
  border-radius: 15px;
  z-index: 1;
  box-shadow: -10px 10px 20px rgba(0, 0, 0, 0.3);
}

.agrSectionThree .companyInfoCard {
  background: linear-gradient(
    359deg,
    rgba(0, 0, 0, 0.65) 0%,
    rgba(0, 0, 0, 0.05) 100%
  );
}

.agrSectionThree .companyInfoCard img {
  width: 150px;
  height: auto;
  top: 3vh;
  object-fit: contain;
  aspect-ratio: 1/1;
  position: relative;
  left: 10vw;
  filter: drop-shadow(10px 10px 8px rgba(0, 0, 0, 0.5));
}

.agrSectionThree .companyDesc {
  position: relative;
  bottom: 32vh;
  left: 19vw;
  width: 62%;
  z-index: 2;
  text-align: center;
  filter: drop-shadow(10px 10px 8px rgba(0, 0, 0, 0.5));
}

.agrSectionThree .companyDesc h1 {
  font-family: "Raleway";
  line-height: 120%;
  letter-spacing: 0.01em;
  color: var(--primary-white);
  margin: auto;
}

.agrSectionThree .companyDesc p {
  width: 62vw;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 20px !important;
}

.agrSectionThree .companySliderDiv {
  background: rgba(96, 70, 48, 0.88);
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(40px);
  border-radius: 0px;
  height: 32vh;
  width: 100vw;
  position: relative;
  bottom: 20.5vh;
  left: 0vw;
}

div#agrThreeSlider-track {
  width: 100%;
  float: right;
  position: absolute;
  bottom: 20vh;
  right: 13vw;
  padding-bottom: 3vh;
}

.agrSectionThree .card {
  height: 200px;
  box-shadow: 0px 10px 20px 5px rgba(0, 0, 0, 0.3);
}

.agrSectionThree .card1 {
  background: no-repeat center/cover
    url(../images/Industry/agr/crop/webp/barley-field-1684052.webp);
}
.agrSectionThree .card2 {
  background: no-repeat center/cover
    url(../images/Industry/agr/crop/webp/crop-5582141_1280.webp);
}
.agrSectionThree .card3 {
  background: no-repeat center/cover
    url(../images/Industry/agr/crop/webp/field-6809045.webp);
}
.agrSectionThree .card4 {
  background: no-repeat center/cover
    url(../images/Industry/agr/crop/webp/iStock-510799176.webp);
}
.agrSectionThree .card5 {
  background: no-repeat center/cover
    url(../images/Industry/agr/crop/webp/paddy-field-4483676.webp);
}
.agrSectionThree .card6 {
  background: no-repeat center/cover
    url(../images/Industry/agr/crop/webp/potato-2982894.webp);
}
.agrSectionThree .card7 {
  background: no-repeat center/cover
    url(../images/Industry/agr/crop/webp/potatoes-1585075.webp);
}
.agrSectionThree .card8 {
  background: no-repeat center/cover
    url(../images/Industry/agr/crop/webp/potatoes-411975.webp);
}
.agrSectionThree .card9 {
  background: no-repeat center/cover
    url(../images/Industry/agr/crop/webp/barley-field-1684052.webp);
}

#agrThreeSlider .splide__arrows.splide__arrows--ltr {
  position: absolute;
  bottom: 37vh;
  left: 66vw;
}

#agrThreeSlider .splide__arrow--next {
  right: -3em;
}

#agrThreeSlider .splide__arrow--prev {
  left: -81em;
}

#agrThreeSlider .splide__pagination {
  display: none;
}

/* ------------------------------ */

.agrSectionFour .parallax-image {
  background: radial-gradient(
      50% 98.88% at 50% 50%,
      rgba(0, 0, 0, 0) 0%,
      #131313 100%
    ),
    url(../images/Industry/agr/fishery/boat-3622293.webp);
  background-position: top;
  background-size: 110%;
}

.agrSectionFour .companyInfoCard {
  background: linear-gradient(137deg, #000000 0%, rgba(0, 0, 0, 0.15) 100%);
}

.agrSectionFour .companySliderDiv {
  backdrop-filter: blur(40px);
  border-radius: 0px;
  height: 32vh;
  width: 72vw;
  position: relative;
  bottom: 37.5vh;
  left: 27.5vw;
  background: linear-gradient(
    275.06deg,
    #0e1317 0%,
    rgba(255, 255, 255, 0.45) 100%
  );
}

.agrSectionFour .card1 {
  background: no-repeat center/cover
    url(../images/Industry/agr/fishery/webp/asian-fisherman-friend-use-boat-fishing-net-fishing-river-early-morning-copy-space.webp);
}
.agrSectionFour .card2 {
  background: no-repeat center/cover
    url(../images/Industry/agr/fishery/webp/fish.webp);
}
.agrSectionFour .card3 {
  background: no-repeat center/cover
    url(../images/Industry/agr/fishery/webp/fisherman-with-net-river.webp);
}
.agrSectionFour .card4 {
  background: no-repeat center/cover
    url(../images/Industry/agr/fishery/webp/fishery.webp);
}
.agrSectionFour .card5 {
  background: no-repeat center/cover
    url(../images/Industry/agr/fishery/webp/man-is-fishing-with-net.webp);
}
.agrSectionFour .card6 {
  background: no-repeat center/cover
    url(../images/Industry/agr/fishery/webp/photo-1568727349458-1bb59fb3fb63.webp);
}
.agrSectionFour .card7 {
  background: no-repeat center/cover
    url(../images/Industry/agr/fishery/webp/premium_photo-1664908242643-6563df834c3f.webp);
}
.agrSectionFour .card8 {
  background: no-repeat center/cover
    url(../images/Industry/agr/fishery/webp/asian-fisherman-friend-use-boat-fishing-net-fishing-river-early-morning-copy-space.webp);
}

div#agrFourSlider-track {
  width: 75%;
  float: right;
  position: absolute;
  bottom: 37.5vh;
  right: 0;
  padding-bottom: 3vh;
}
#agrFourSlider .splide__arrows.splide__arrows--ltr {
  position: absolute;
  bottom: 44vh;
  left: 10vw;
}

/* ------------------------------ */

.footer {
  height: 38vh;
  /* background: linear-gradient(
    93.26deg,
    #000000 -1.64%,
    rgba(25, 70, 18, 0) 98.28%
  ); */
}

.copyrightFooter {
  height: 5vh;
  background-color: var(--agr-green);
}

.footer .branding {
  position: relative;
  top: -1rem;
}

.footerIndustries h4 {
  letter-spacing: 5px;
  border-bottom: 3px solid var(--agr-green);
}

.footerIndustries a:hover {
  color: var(--agr-green) !important;
  transition: 0.5s;
}

.footer .signature {
  font-family: "Babylonica", cursive;
}

.footer .blockquote {
  font-family: "Nanum Brush Script", cursive;
  font-size: 1.5rem;
}
