::-webkit-scrollbar-thumb,
.leftnav .hr,
::selection {
  background-color: var(--tr-orange);
}

::-webkit-scrollbar {
  background-color: var(--tr-brown);
}

.cursor {
  border: 2px solid #fff;
}

.cursor2 {
  background-color: var(--tr-orange);
}

.main {
  background: linear-gradient(
    90deg,
    rgb(23, 23, 23),
    rgb(255, 67, 1),
    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(255, 67, 1, 1) 0%,
    rgba(250, 125, 9, 1) 100%
  );
}

.trAbout,
.trSectionOne,
.trSectionTwo,
.trSectionThree,
.trSectionFour,
.trSectionFive,
.trSectionSix {
  height: 100vh;
}

.sidebar .fa-solid,
.logo span {
  color: var(--tr-orange);
}

#contact.fs-5:hover,
header .col-2.gap-3 i:hover,
header li:hover a {
  color: var(--tr-secondary-orange) !important;
}

.sidebarBtn:hover span::before,
.sidebarBtn:hover span,
.sidebarBtn:hover span::after,
.sidebar li.p-2.socials {
  background-color: var(--tr-orange);
}

#collapseExample li:hover a,
#collapseExample li .fa-solid {
  color: var(--tr-orange) !important;
  transition: 0.5s;
}

#collapseExample li a {
  color: var(--primary-white) !important;
}

#contact.fs-5 {
  margin-left: 0;
}

.trHeroSection {
  height: 93.75vh;
}

.trHeroSection img {
  position: absolute;
  top: 0px;
}

.trHeroSection .heroText {
  position: relative;
  top: 12vh;
  left: 15vw;
}

.trHeroSection .heroText h1 {
  font-family: "Helvetica";
  background: url("../images/Industry/tr/wallpaperflare.com_wallpaper-min.webp") -40px
    0px no-repeat;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  font-size: 6rem;
  letter-spacing: 5px;
}

.trHeroSection .heroText h1 span {
  background: linear-gradient(
    180deg,
    #ff4301 0%,
    rgba(255, 255, 255, 0) 465.22%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  backdrop-filter: blur(15px);
}

.trHeroSection .heroText .H {
  font-size: 10.5rem;
}

.trHeroSection .heroText p {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 20px !important;
}

.rightscroll .socials {
  right: 105px;
}

.blurrySection {
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
  background: linear-gradient(275deg, #0000007d 0%, #000 100%);
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
}

.scrollTop {
  background-color: var(--tr-orange);
}

.parallaxBg .parallax-image {
  background-size: cover;
  background-position: top;
}

/* ------------------------------ */

.trAbout .parallax-image {
  background: linear-gradient(315deg, #000000 0%, rgba(0, 0, 0, 0.5) 100%),
    url(../images/Industry/tr/transport/logistics-transportation-container-cargo-ship-cargo-plane-with-working-crane-bridge-shipyard-sunrise-logistic-import-export-transport-industry-background-ai-generative.webp);
  background-position: bottom;
  background-size: 100%;
  height: 100%;
}

.trAboutText {
  height: 40vh;
}

.trAboutText h5 {
  font-family: "Source Sans Pro", sans-serif;
}

.trAboutText h2 {
  font-family: "Raleway", sans-serif;
  letter-spacing: 2px;
}

.headerUnderline::after {
  content: "";
  display: block;
  width: 12rem;
  border-top: 4px solid var(--tr-orange);
  margin: 1rem auto;
}

.trAboutText p {
  padding: 1rem 8rem;
  color: var(--tr-white);
}

.trBrandsSliderMain {
  position: relative;
  bottom: 12vh;
}

.trAbout .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);
}

.trAbout .splide__slide.is-active .card {
  transition: height, transform 0.5s 0.3s ease-out;
}

.trAbout .splide__slide:not(.is-active) .card {
  transform: scale(0.9);
  transition: transform 0.5s 0.3s ease-out;
}

.trAbout .splide__slide .card-body {
  margin-top: 10vh;
}

.trAbout .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;
}

.trAbout div#splide01-track {
  width: 85%;
  margin: auto;
  position: relative;
  left: 4vw;
}

.trAbout .splide__slide .btn-primary {
  background-color: var(--tr-orange);
  border-color: var(--tr-orange);
  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;
}

.trAbout .splide__pagination {
  bottom: -0.75em;
}

.trAbout .splide__slide.is-active img {
  transform: scale(1.75) translateY(-2.25rem);
  transition: transform 0.5s 0.3s ease-out;
}

.trAbout .splide__slide.is-active .btn-primary {
  transform: scale(1.25) translateY(2.5rem);
  transition: transform 0.5s 0.3s ease-out;
}

.trAbout .splide__slide.is-active,
.trAbout .splide__slide.is-next {
  opacity: 1 !important;
  transition: opacity 0.5s 0.3s ease-out;
}

.trAbout .is-visible:nth-child(3n) {
  opacity: 0.6;
  transition: opacity 0.5s 0.3s ease-out;
}

.trAbout .is-visible:nth-child(4n) {
  opacity: 0.3;
  transition: opacity 0.5s 0.3s ease-out;
}

/* ------------------------------ */

.trSectionOne .parallax-image {
  background: radial-gradient(
      50% 98.88% at 50% 50%,
      rgba(0, 0, 0, 0) 0%,
      #1a2022 100%
    ),
    url(../images/Industry/tr/transport/many-transport-trucks-parked-service-station-sunset-ai-generative.webp);
  background-size: 120%;
}

.trSectionOne .companyInfoCard,
.trSectionFour .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);
}

.trSectionOne .companyInfoCard {
  background: linear-gradient(
    257deg,
    rgb(255 255 255 / 0%) 0%,
    rgb(10 10 10) 100%
  );
}

.trSectionOne .companyInfoCard img,
.trSectionFour .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));
}

.trSectionOne .companyDesc,
.trSectionFour .companyDesc {
  position: relative;
  bottom: 38vh;
  left: 12vw;
  z-index: 2;
  filter: drop-shadow(10px 10px 8px rgba(0, 0, 0, 0.5));
}

.trSectionOne .companyDesc h1,
.trSectionFour .companyDesc h1 {
  font-family: "Raleway";
  line-height: 120%;
  letter-spacing: 0.01em;
  color: var(--primary-white);
}

.trSectionOne .companyDesc p,
.trSectionFour .companyDesc p {
  width: 60vw;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 20px !important;
}

.trSectionOne .companySliderDiv,
.trSectionFour .companySliderDiv {
  backdrop-filter: blur(40px);
  border-radius: 0px;
  height: 32vh;
  width: 72vw;
  position: relative;
  bottom: 41.5vh;
  left: 27.5vw;
}

.trSectionOne .companySliderDiv {
  background: linear-gradient(
    85.05deg,
    rgba(0, 0, 0, 0.26) 0%,
    rgba(255, 68, 0, 0.52) 100%
  );
}

div#trOneSlider-track,
div#trFourSlider-track {
  width: 75%;
  float: right;
  position: absolute;
  bottom: 41vh;
  right: 0;
  padding-bottom: 3vh;
}

.trSectionOne .card,
.trSectionFour .card {
  height: 200px;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.3);
}

.trSectionOne .card1 {
  background: no-repeat center/cover
    url(../images/Industry/tr/transport/thirdparty/images4.webp);
}
.trSectionOne .card2 {
  background: no-repeat center/cover
    url(../images/Industry/tr/transport/thirdparty/images5.webp);
}
.trSectionOne .card3 {
  background: no-repeat center/cover
    url(../images/Industry/tr/transport/thirdparty/iStock-1388335900.webp);
}
.trSectionOne .card4 {
  background: no-repeat center/cover
    url(../images/Industry/tr/transport/thirdparty/iStock-465151144.webp);
}
.trSectionOne .card5 {
  background: no-repeat center/cover
    url(../images/Industry/tr/transport/thirdparty/images4.webp);
}
.trSectionOne .card6 {
  background: no-repeat center/cover
    url(../images/Industry/tr/transport/thirdparty/images5.webp);
}
.trSectionOne .card7 {
  background: no-repeat center/cover
    url(../images/Industry/tr/transport/thirdparty/iStock-1388335900.webp);
}
.trSectionOne .card8 {
  background: no-repeat center/cover
    url(../images/Industry/tr/transport/thirdparty/iStock-465151144.webp);
}

#trOneSlider .splide__arrows.splide__arrows--ltr,
#trFourSlider .splide__arrows.splide__arrows--ltr {
  position: absolute;
  bottom: 48vh;
  left: 10vw;
}

#trOneSlider .splide__arrow--next,
#trFourSlider .splide__arrow--next {
  right: -3em;
}

#trOneSlider .splide__arrow--prev,
#trFourSlider .splide__arrow--prev {
  left: -3em;
}

#trOneSlider .splide__pagination,
#trFourSlider .splide__pagination {
  display: none;
}

/* ------------------------------ */

.trSectionTwo .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/tr/pexels-marcin-jozwiak-2800121-min.webp);
  background-position: top;
  background-size: 120%;
}

.trSectionTwo .companyInfoCard,
.trSectionSix .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);
}

.trSectionTwo .companyInfoCard {
  background: rgb(255 67 1 / 45%);
}

.trSectionTwo .companyInfoCard img,
.trSectionSix .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));
}

.trSectionTwo .companyDesc,
.trSectionSix .companyDesc {
  position: relative;
  bottom: 38vh;
  left: 28vw;
  width: 60%;
  z-index: 2;
  text-align: end;
  filter: drop-shadow(10px 10px 8px rgba(0, 0, 0, 0.5));
}

.trSectionTwo .companyDesc h1,
.trSectionSix .companyDesc h1 {
  font-family: "Raleway";
  line-height: 120%;
  letter-spacing: 0.01em;
  color: var(--primary-white);
}

.trSectionTwo .companyDesc p,
.trSectionSix .companyDesc p {
  width: 60vw;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 20px !important;
  text-align: end;
}

.trSectionTwo .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: 41.5vh;
  left: 0vw;
}

div#trTwoSlider-track {
  width: 75%;
  float: right;
  position: absolute;
  bottom: 40.5vh;
  right: 44vw;
  padding-bottom: 3vh;
}

.trSectionTwo .card,
.trSectionSix .card {
  height: 200px;
  box-shadow: -10px 10px 20px rgba(0, 0, 0, 0.3);
}

.trSectionTwo .card1 {
  background: no-repeat center/cover
    url(../images/Industry/tr/transport/freight/iStock-1330694863.webp);
}
.trSectionTwo .card2 {
  background: no-repeat center/cover
    url(../images/Industry/tr/transport/freight/iStock-465151144.webp);
}
.trSectionTwo .card3 {
  background: no-repeat center/cover
    url(../images/Industry/tr/transport/freight/photo-1605705658744-45f0fe8f9663.webp);
}
.trSectionTwo .card4 {
  background: no-repeat center/cover
    url(../images/Industry/tr/transport/logistic-blue-trailer-truck-electric-vehicle-lorry-container-terminal_493806-15953.webp);
}
.trSectionTwo .card5 {
  background: no-repeat center/cover
    url(../images/Industry/tr/transport/freight/iStock-1330694863.webp);
}
.trSectionTwo .card6 {
  background: no-repeat center/cover
    url(../images/Industry/tr/transport/freight/iStock-465151144.webp);
}
.trSectionTwo .card7 {
  background: no-repeat center/cover
    url(../images/Industry/tr/transport/freight/photo-1605705658744-45f0fe8f9663.webp);
}
.trSectionTwo .card8 {
  background: no-repeat center/cover
    url(../images/Industry/tr/transport/logistic-blue-trailer-truck-electric-vehicle-lorry-container-terminal_493806-15953.webp);
}

#trTwoSlider .splide__arrows.splide__arrows--ltr {
  position: absolute;
  bottom: 48vh;
  left: 39vw;
}

#trTwoSlider .splide__arrow--next,
#trSixSlider .splide__arrow--next {
  right: -3em;
}

#trTwoSlider .splide__arrow--prev,
#trSixSlider .splide__arrow--prev {
  left: -3em;
}

#trTwoSlider .splide__pagination,
#trSixSlider .splide__pagination {
  display: none;
}

/* ------------------------------ */

.trSectionThree .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/tr/marcin-jozwiak-oh0DITWoHi4-unsplash-min.webp);
  background-position: top;
  background-size: 60%;
}

.trSectionThree .companyInfoCard {
  position: relative;
  width: 32vw;
  height: 62vh;
  left: 34vw;
  top: 4vh;

  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);
}

.trSectionThree .companyInfoCard {
  background: linear-gradient(
    359deg,
    rgba(0, 0, 0, 0.65) 0%,
    rgba(0, 0, 0, 0.05) 100%
  );
}

.trSectionThree .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));
}

.trSectionThree .companyDesc {
  position: relative;
  bottom: 36vh;
  left: 18vw;
  width: 65%;
  z-index: 2;
  text-align: center;
  filter: drop-shadow(10px 10px 8px rgba(0, 0, 0, 0.5));
}

.trSectionThree .companyDesc h1 {
  font-family: "Raleway";
  line-height: 120%;
  letter-spacing: 0.01em;
  color: var(--primary-white);
  width: min-content;
  margin: auto;
}

.trSectionThree .companyDesc h1 {
  width: revert;
}

.trSectionThree .companyDesc p {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 20px !important;
}

.trSectionThree .companySliderDiv {
  background: rgba(255, 67, 1, 0.7);
  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: 28.5vh;
  left: 0vw;
}

div#trThreeSlider-track {
  width: 100%;
  float: right;
  position: absolute;
  bottom: 29vh;
  right: 13vw;
  padding-bottom: 3vh;
}

.trSectionThree .card {
  height: 200px;
  box-shadow: 0px 10px 20px 5px rgba(0, 0, 0, 0.3);
}

.trSectionThree .card1 {
  background: no-repeat center/cover
    url(../images/Industry/tr/transport/refreg/webp/iStock-1446476041.webp);
}
.trSectionThree .card2 {
  background: no-repeat center/cover
    url(../images/Industry/tr/transport/refreg/webp/iStock-1465231018.webp);
}
.trSectionThree .card3 {
  background: no-repeat center/cover
    url(../images/Industry/tr/transport/truck-vehicle-with-trailers-background_342744-1297.webp);
}
.trSectionThree .card4 {
  background: no-repeat center/cover
    url(../images/Industry/tr/transport/road-transportation-services.webp);
}
.trSectionThree .card5 {
  background: no-repeat center/cover
    url(../images/Industry/tr/transport/group-trucks-parked-line-truck-stop.webp);
}
.trSectionThree .card6 {
  background: no-repeat center/cover
    url(../images/Industry/tr/transport/many-transport-trucks-parked-service-station-sunset-ai-generative.webp);
}
.trSectionThree .card7 {
  background: no-repeat center/cover
    url(../images/Industry/tr/transport/refreg/webp/iStock-1446476041.webp);
}
.trSectionThree .card8 {
  background: no-repeat center/cover
    url(../images/Industry/tr/transport/refreg/webp/iStock-1465231018.webp);
}
.trSectionThree .card9 {
  background: no-repeat center/cover
    url(../images/Industry/tr/transport/road-transportation-services.webp);
}

#trThreeSlider .splide__arrows.splide__arrows--ltr {
  position: absolute;
  bottom: 45vh;
  left: 66vw;
}

#trThreeSlider .splide__arrow--next {
  right: -3em;
}

#trThreeSlider .splide__arrow--prev {
  left: -81em;
}

#trThreeSlider .splide__pagination {
  display: none;
}

/* ------------------------------ */

.trSectionFour .parallax-image {
  background: radial-gradient(
      50% 98.88% at 50% 50%,
      rgba(0, 0, 0, 0) 0%,
      #131313 100%
    ),
    url(../images/Industry/tr/kendall-henderson-Pj6TgpS_Vt4-unsplash-min.webp);
  background-position: top;
  background-size: 120%;
}

.trSectionFour .companyInfoCard {
  background: linear-gradient(137deg, #000000 0%, rgba(0, 0, 0, 0.15) 100%);
}

.trSectionFour .companySliderDiv {
  background: linear-gradient(
    275.06deg,
    #0e1317 0%,
    rgba(255, 255, 255, 0.45) 100%
  );
}

.trSectionFour .card1 {
  background: no-repeat center/cover
    url(../images/Industry/tr/transport/panindia/webp/5-30.webp);
}
.trSectionFour .card2 {
  background: no-repeat center/cover
    url(../images/Industry/tr/transport/panindia/webp/images5.webp);
}
.trSectionFour .card3 {
  background: no-repeat center/cover
    url(../images/Industry/tr/transport/panindia/webp/covid19-5051317_960_720.webp);
}
.trSectionFour .card4 {
  background: no-repeat center/cover
    url(../images/Industry/tr/transport/panindia/webp/truckpan.webp);
}
.trSectionFour .card5 {
  background: no-repeat center/cover
    url(../images/Industry/tr/transport/panindia/webp/panindia.webp);
}
.trSectionFour .card6 {
  background: no-repeat center/cover
    url(../images/Industry/tr/transport/panindia/webp/4-37.webp);
}
.trSectionFour .card7 {
  background: no-repeat center/cover
    url(../images/Industry/tr/transport/panindia/webp/5-30.webp);
}
.trSectionFour .card8 {
  background: no-repeat center/cover
    url(../images/Industry/tr/transport/panindia/webp/images5.webp);
}

/* ------------------------------ */

.footer {
  height: 41.5vh;
  /* background: linear-gradient(
    93.26deg,
    #000000 -1.64%,
    rgba(25, 70, 18, 0) 98.28%
  ); */
}

.copyrightFooter {
  height: 5vh;
  background-color: var(--tr-orange);
}

.footer .branding {
  position: relative;
  top: -1rem;
}

.footerIndustries h4 {
  letter-spacing: 5px;
  border-bottom: 3px solid var(--tr-orange);
}

.footerIndustries a:hover {
  color: var(--tr-orange) !important;
  transition: 0.5s;
}

.footer .signature {
  font-family: "Babylonica", cursive;
}

.footer .blockquote {
  font-family: "Nanum Brush Script", cursive;
  font-size: 1.5rem;
}
