.loader {
  height: 650vh;
  width: 100vw;
  overflow: hidden !important;
  background: rgb(0 0 0 / 50%);
  backdrop-filter: blur(40px);
  position: fixed;
  z-index: 15;
}

.loader .logo {
  top: 50vh;
}

.loader .logo h4 {
  font-size: 1em;
  line-height: 0.85em;
}

.main {
  background: linear-gradient(90deg, rgb(23, 37, 47), rgb(23, 23, 23));
  /* max-height: 100vh;
    overflow-y: scroll;
    scroll-snap-type: y mandatory; */
}

/* GSAP Resets */
.headerAnimation {
  display: inline-block;
  transform: translateY(-90%);
  opacity: 0;
}

.textAnimationC,
.cardAnimation,
.counterTextAnimation {
  display: inline-block;
  transform: translateY(50%);
  opacity: 0;
}

.btnAnimation,
.counterImgAnimation,
.uspAnimation,
.mapAnimation {
  transform: translateY(50%);
  opacity: 0;
}

.navAnimation,
.counterUp {
  opacity: 0;
}

.visionAnimation,
.textAnimationD,
.uspAnimationX,
.mapAnimationX {
  opacity: 0;
  transform: translateX(-100%);
}

/* 
section{
    scroll-snap-align: start;
    height: 100vh;
} */

header .col-2.gap-3 i:hover {
  color: var(--primary-red) !important;
  transition: 0.5s;
}

.carousel-inner {
  height: 94vh;
}

#carouselIndicators .carousel-item {
  height: 93vh;
  min-height: 350px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#carouselIndicators .carousel-item .carousel-caption h4 {
  margin: 0;
  position: relative;
  top: -10vh;
}

#carouselIndicators .carousel-item .carousel-caption ul li a {
  width: 50px;
  height: 50px;
}

#carouselIndicators .carousel-item .carousel-caption ul li a i {
  line-height: 50px;
}

#carouselIndicators .carousel-item .carousel-caption ul li:hover a {
  transform: translateY(-10px) scale(1.2);
  transition: 0.1s;
  display: block;
}

#carouselIndicators .carousel-item .carousel-caption.d-none.d-md-block {
  min-height: auto;
  height: 15vh;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
}

#carouselIndicators .carousel-item .carousel-caption h4 {
  position: relative;
  top: -10vh;
}

#carouselIndicators .carousel-item .industryLogos {
  position: relative;
  top: -2.5rem;
  z-index: 5;
}

#carouselIndicators button.active {
  background-color: var(--primary-red);
  transition: 0.5s;
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 72vh;
  height: fit-content;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-image: none;
  display: contents;
}

.carousel-control-prev-icon i,
.carousel-control-next-icon i {
  font-size: 3rem;
  z-index: 10;
}

.carousel-control-prev {
  left: 30rem;
}

.carousel-control-next {
  right: 30rem;
}

.carousel-caption.d-none.d-md-block {
  width: 45vw;
  min-height: 25vh;
  position: absolute;
  left: 27.5vw;
  margin-bottom: -2.5rem;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(35px);
  padding: 1.5rem 1.5rem 1.5rem;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

.carousel-caption h4 {
  font-size: 1rem;
}

.carousel-caption ul li a {
  width: 40px;
  height: 40px;
  background-color: var(--primary-white);
  border-radius: 50px;
}

.carousel-caption ul li a:hover i {
  font-size: 25px;
  transition: 0.2s ease-in-out;
}

.carousel-caption ul li p {
  font-size: 10px;
}

.carousel-caption ul li a i {
  font-size: 20px;
  line-height: 40px;
  color: var(--primary-black);
}

.carousel-caption ul li a.agriculture:hover {
  background-color: var(--agr-yellow);
}

.carousel-caption ul li a.agriculture:hover i {
  color: var(--agr-green);
}

.carousel-caption ul li a.re:hover {
  background-color: var(--agr-white);
}

.carousel-caption ul li a.re:hover i {
  color: var(--re-blue);
}

.carousel-caption ul li a.ir:hover {
  background-color: var(--law-dark);
}

.carousel-caption ul li a.ir:hover i {
  color: var(--law-white);
}

.carousel-caption ul li a.tr:hover {
  background-color: var(--tr-orange);
}

.carousel-caption ul li a.tr:hover i {
  color: var(--primary-white);
}

.carousel-caption ul li a.oi:hover {
  background-color: var(--cs-white);
}

.carousel-caption ul li a.oi:hover i {
  color: var(--cs-blue-primary);
}

.carousel-indicators {
  position: absolute;
  bottom: 18.5vh;
  z-index: 1;
}

.carousel-indicators [data-bs-target] {
  width: 40px;
}

/* 
.carousel-inner {
    height: 95vh;
} */

.carousel-inner .container-fluid {
  top: 15vh;
  width: 45vw;
  left: 7.6vw;
}

.carousel-inner .container-fluid h1 {
  font-family: "M PLUS 1", sans-serif;
  font-size: 6rem;
}

.carousel-inner .container-fluid h3,
.card-title {
  font-family: "Ubuntu", sans-serif;
  font-weight: 600;
}

.carousel-inner .container-fluid h1 span {
  color: var(--primary-red);
  font-weight: 600;
  font-size: 10rem;
}

.logo span {
  color: var(--primary-red);
  font-weight: 600;
}

.sidebar {
  position: fixed;
  top: 0;
  left: -250px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(35px);
  width: 250px;
  height: 100%;
  transition: 0.5s;
  z-index: 10;
}

.active {
  left: 0;
}

.sidebar ul li a {
  color: var(--primary-white);
}

.sidebarBtn {
  position: absolute;
  top: 0;
  right: -7.45rem;
  width: 50px;
  height: 50px;
  box-sizing: border-box;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
  background-color: transparent;
  border: none !important;
}

.sidebarBtn.toggle {
  left: 15.5rem;
}

.sidebarBtn span {
  display: block;
  width: 28px;
  height: 3px;
  border-radius: 2px;
  background: var(--primary-white);
  position: absolute;
  top: 24px;
  transition: 0.5s;
}

.sidebarBtn span::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  border-radius: 2px;
  width: 35px;
  height: 3px;
  background: var(--primary-white);
  transition: 0.5s;
}

.sidebarBtn span::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  border-radius: 2px;
  width: 20px;
  height: 3px;
  background: var(--primary-white);
  transition: 0.5s;
}

.sidebarBtn:hover span,
.sidebarBtn:hover span::after {
  width: 35px;
}

.sidebarBtn:hover span::before,
.sidebarBtn:hover span,
.sidebarBtn:hover span::after {
  background-color: var(--secondary-red);
  transition: 0.5s;
}

.sidebarBtn.toggle span {
  background-color: transparent !important;
}

.sidebarBtn.toggle span::after {
  top: 0;
  transform: rotate(-45deg);
  width: 35px;
  transition: 0.3s;
}

.sidebarBtn.toggle span::before {
  top: 0;
  transform: rotate(45deg);
  width: 35px;
  transition: 0.3s;
}

.sidebar .fa-solid {
  color: var(--primary-red);
}

header li:hover a {
  color: var(--primary-red);
  transition: 0.5s;
}

#collapseExample li:hover a,
#collapseExample li .fa-solid {
  color: var(--primary-red);
  transition: 0.5s;
}

#collapseExample li a {
  color: var(--primary-white);
}

.branding {
  position: absolute;
  bottom: 4.25rem;
  letter-spacing: 5px;
  font-size: 1rem;
}

.sidebar li.p-2.socials {
  background-color: var(--primary-red);
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 4rem;
  right: 0rem;
}

a:hover .fa-facebook-f {
  color: #4867aa !important;
  transition: 0.3s;
}

a:hover .fa-twitter {
  color: #5da9dd !important;
  transition: 0.3s;
}

a:hover .fa-linkedin-in {
  color: #0077b5 !important;
  transition: 0.3s;
}

a:hover .fa-instagram {
  color: #b330b0 !important;
  transition: 0.3s;
}
a:hover .fa-youtube {
  color: red !important;
  transition: 0.3s;
}
.leftnav {
  transform: rotate(90deg);
  position: absolute;
  left: 75vw;
  top: 48vh;
  z-index: 5;
}

.leftnav .h3 {
  font-weight: 400;
  letter-spacing: 6px;
}

.leftnav .hr {
  height: 3px;
  width: 300px;
  background-color: var(--secondary-red);
  animation: animatelinered 1.5s linear infinite;
}

.leftnav::after {
  content: "";
  width: 30px;
  height: 30px;
  z-index: 5;
  border-right: 4px solid var(--primary-white);
  border-bottom: 4px solid var(--primary-white);
  animation: bounce 1s linear infinite;
}

.rightscroll .socials {
  transform: rotate(90deg);
  position: relative;
  right: 7vw;
  bottom: 10vh;
}

.rightscroll .socials i {
  transform: rotate(-90deg);
}

.rightscroll {
  position: absolute;
  bottom: 8vh;
  left: 4vw;
}

.rightscroll::after {
  content: "";
  position: absolute;
  bottom: 36vh;
  left: 0.85vw;
  width: 4px;
  height: 37vh;
  background-color: var(--primary-white);
  z-index: 1;
  animation: animateline 1.5s linear infinite;
}

.contactHead {
  left: 3rem;
}

.modal-content {
  background: linear-gradient(90deg, rgb(23, 37, 47), rgb(23, 23, 23));
}

.modal-body {
  padding: 0;
}

#contact.fs-5 {
  color: var(--primary-white);
  margin-left: 4em;
}

#contact.fs-5:hover {
  color: var(--primary-red);
  transition: 0.5s;
}

.contactMap {
  height: 60vh;
}

.contact-wrap {
  height: auto;
  flex-wrap: wrap;
}

.contact-in {
  padding: 2.5rem 2rem;
}

.contact-in:nth-child(1) {
  flex: 30%;
  background: url(../images/HitmanUSP.webp);
  color: var(--primary-white);
}

.contact-in:nth-child(2) {
  flex: 45%;
  background: var(--primary-red);
}

.contact-in:nth-child(3) {
  flex: 25%;
  padding: 0;
}

.contact-in h2 i {
  font-size: 16px;
  width: 40px;
  height: 40px;
  background: var(--primary-white);
  color: var(--primary-black);
  border-radius: 50px;
  line-height: 40px;
  text-align: center;
}

.contact-in p {
  font-size: 14px;
}

.contact-in ul li a {
  width: 35px;
  height: 35px;
  background-color: var(--primary-white);
  border-radius: 50px;
}

.contact-in ul li a i {
  font-size: 20px;
  line-height: 35px;
  color: var(--primary-black);
}

.contact-in form {
  width: 100%;
  height: auto;
}

.contact-in input {
  width: 100%;
  border: 1px solid var(--primary-white);
  background: transparent;
  font-size: 14px;
  outline: none;
}

.contact-in-input {
  height: 40px;
}

.contact-in-input::placeholder,
.contact-in-textarea::placeholder {
  color: var(--primary-white);
}

.contact-in-textarea {
  width: 100%;
  height: 140px;
  outline: none;
  border: 1px solid var(--primary-white);
  background: transparent;
  font-size: 14px;
}

.contact-in-btn {
  height: 40px;
  cursor: pointer;
  border-radius: 0 !important;
}

.contact-in iframe {
  width: 100%;
  height: 100%;
}

.counterSection,
.visionMission,
.cardsSection,
.uspSection,
.mapSection {
  min-height: 100vh;
}

.counterSection .about {
  top: 15vh;
}

.counterSection h2,
.counterSection .counterUp p,
.visionMission .header,
.vision-text h2 {
  font-family: "Ubuntu", sans-serif;
}

section#AboutUs:before {
  content: "";
  height: 100vh;
  width: 56vw;
  background: linear-gradient(270deg, #95010140 0%, #171717 100%);
  filter: drop-shadow(35px 4px 50px rgba(0, 0, 0, 0.45));
  backdrop-filter: blur(30px);
  position: absolute;
}

.counterSection .counterUp {
  top: 22vh;
  height: 32vh;
  padding: 2rem;
  transition: 0.5s;
  background: linear-gradient(
    218deg,
    rgb(255 255 255 / 4%),
    rgb(14 14 14 / 0%)
  );
  backdrop-filter: blur(30px);
  /* background: linear-gradient(90deg, rgb(237, 28, 36), rgb(149, 1, 1)); */
}

.counterSection .counterUp nav {
  top: 10%;
}

.counterSection
  .counterUp
  .col-sm-3.d-flex.flex-column.justify-content-center.align-items-center
  h1 {
  color: var(--primary-red);
}

.counterSection
  .counterUp:hover
  .col-sm-3.d-flex.flex-column.justify-content-center.align-items-center
  h1 {
  transform: scale(1.25);
  transition: 0.5s;
}

.counterSection
  .counterUp
  .col-sm-3.d-flex.flex-column.justify-content-center.align-items-center
  .counterText {
  color: var(--primary-red);
  transition: 0.5s;
}

.visionMission .header {
  top: 8vh;
  left: 8rem;
}

.vision-text {
  background: url(../images/elegant-red-papers-arrow-shapes-min.webp);
  background-repeat: no-repeat;
  background-size: cover;
}

.vision-text .container {
  top: 12vh;
  left: 6.8rem;
}

.vision-img {
  width: 55vw;
  right: 0;
  margin-top: 25vh;
  padding-bottom: 15vh !important;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(35px);
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.vision-img button {
  right: 5rem;
  bottom: 3rem;
}

.cardsSection {
  background: url(../images/pexels-allec-gomes-8961886-min.webp),
    lightgray center / cover no-repeat;
  background-size: cover;
}

.cardsSection .container {
  height: 16rem;
}

.cardsSection .cardHeader {
  bottom: 2rem;
  border-bottom: 4px solid var(--primary-red);
  font-family: "Ubuntu", sans-serif;
}

.cardsSection .card {
  position: relative;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  border-radius: 10px;
  padding: 0 1rem;
  width: 100%;
  height: 100%;
  text-align: center;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 2px 2px rgba(0, 0, 0, 0.1),
    0 4px 4px rgba(0, 0, 0, 0.1), 0 8px 8px rgba(0, 0, 0, 0.1),
    0 16px 16px rgba(0, 0, 0, 0.1);
}

.cardsSection .card:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 110%;
  background-size: cover;
  background-position: 0 0;
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  pointer-events: none;
}

.cardsSection .card:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 350%;
  pointer-events: none;
  transform: translateY(-50%);
  transition: transform 1.4s cubic-bezier(0.19, 1, 0.22, 1);
}

.cardsSection .agr-card:before {
  background-image: url(../images/Agri-5\ pics_V2-min.webp);
}

.cardsSection .agr-card:after {
  background-image: linear-gradient(
    to bottom,
    rgba(149, 205, 65, 0) 0%,
    rgba(149, 205, 65, 1) 100%
  );
}

.cardsSection .res-card:before {
  background-image: url(../images/production_overlay-min.webp);
}

.cardsSection .res-card:after {
  background-image: linear-gradient(
    to bottom,
    rgba(72, 182, 204, 0) 0%,
    rgba(3, 4, 94, 1) 100%
  );
}

.cardsSection .crops-card:before {
  background-image: url(../images/Transportation_Combined_Overlay-min.webp);
}

.cardsSection .crops-card:after {
  background-image: linear-gradient(
    to bottom,
    rgba(210, 157, 43, 0) 0%,
    rgba(210, 157, 43, 1) 100%
  );
}

.cardsSection .content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 1rem;
  transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  z-index: 1;
}

.cardsSection .content h2 {
  border-bottom: 3px solid var(--primary-red);
  padding: 0 0.5rem 0.5rem;
}

.cardsSection .content > * + * {
  margin-top: 1rem;
}

.uspSection video {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.8;
}

.uspSection .container {
  min-width: 99vw;
}

.adverDiv {
  background-color: var(--primary-red);
  transform: rotate(90deg);
  width: 14rem;
  height: 2.5rem;
  text-align: center;
  position: relative;
  right: 7rem;
  top: 22.5vw;
  border-radius: 5px;
}

.adverText {
  position: relative;
  top: 22vh;
  left: 7rem;
}

.advBtn {
  position: relative;
  top: 28vh;
  left: 0rem;
}

.uspContainer {
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(35px);
  height: 100vh;
}

.uspText {
  border-bottom: 4px solid var(--secondary-red);
  width: 96%;
}

.mapSection {
  background: url(../images/maksym-kaharlytskyi-u13zBF4r56A-unsplash-min.webp),
    lightgray center / cover no-repeat;
  background-size: cover;
  background-position: center;
}

.mapText {
  margin-top: 29vh;
  left: 5vw;
}

.map img {
  filter: drop-shadow(2px 4px 6px black);
}

.mapPointer {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--primary-red);
  position: absolute;
  right: 22vw;
  margin-top: 50.5vh;
  animation: blink 1s infinite;
}

.mapPointer::after {
  content: "";
  height: 1px;
  width: 15px;
  background-color: var(--primary-red);
  position: absolute;
  bottom: 12px;
  right: -5px;
  transform: rotate(-250deg);
}

.popName {
  position: absolute;
  right: 8vw;
  top: 1vw;
  margin-top: 300px;
  width: 200px;
  height: 45px;
  background-color: var(--primary-red);
  box-shadow: 0 0 30px var(--primary-black);
  border-radius: 10px;
}

.popName a {
  font-size: 1.1rem;
}

.contactFooter {
  width: 30vw;
  height: 20vh;
  margin-top: 80vh;
  background-color: var(--primary-white);
}

.footer {
  height: 35vh;
  /* background-color: var(--primary-black); */
  background: linear-gradient(90deg, rgb(23, 23, 23), rgb(23, 37, 47));
}

.copyrightFooter {
  height: 5vh;
  background-color: var(--primary-red);
}

.footer .branding {
  position: relative;
  top: -1rem;
}

.footerIndustries h4 {
  letter-spacing: 5px;
  border-bottom: 3px solid var(--secondary-red);
}

.footerIndustries a:hover {
  color: var(--primary-red) !important;
  transition: 0.5s;
}

.footer .signature {
  font-family: "Babylonica", cursive;
}

.footer .blockquote {
  font-family: "Nanum Brush Script", cursive;
  font-size: 1.5rem;
}
