::-webkit-scrollbar-thumb,
::selection {
  background-color: var(--law-white);
  color: var(--law-dark);
}
.leftnav .hr {
  background-color: var(--law-secondary-grey);
}
::-webkit-scrollbar,
.rightscroll::after {
  background-color: var(--law-dark);
}

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

.cursor2 {
  background-color: var(--law-dark);
}

.main {
  background: linear-gradient(
    90deg,
    rgba(30, 32, 34, 1) 0%,
    rgba(64, 75, 82, 1) 100%
  );
}

.loader {
  background: rgb(0 0 0 / 0%);
}

.loader .logo span {
  color: var(--law-dark);
}

.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(
    270deg,
    rgba(201, 214, 223, 1) 0%,
    rgba(64, 75, 82, 1)
  );
}

.contact-in input,
.contact-in-textarea {
  border: 1px solid var(--law-dark);
}

#contact.fs-5 {
  color: var(--law-dark);
}

.lawAbout,
.lawSectionOne,
.lawSectionTwo,
.lawSectionThree {
  height: 100vh;
}

.logo span {
  color: var(--law-white);
}

#contact.fs-5:hover,
header .col-2.gap-3 i:hover,
.sidebar .fa-solid,
header li:hover a {
  color: var(--law-dark) !important;
}

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

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

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

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

.lawHeroSection {
  height: 93.75vh;
}

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

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

.lawHeroSection .heroText h1 {
  font-family: "Helvetica";
  background: url("../images/Industry/law/hunters-race-MYbhN8KaaEc-unsplash.webp") -66rem -65rem
    no-repeat;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  font-size: 6rem;
  letter-spacing: 6px;
}

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

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

.lawHeroSection .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 rgb(0 0 0 / 50%);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

.scrollTop {
  background-color: var(--law-white);
}

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

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

.lawAbout .parallax-image {
  background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0.1) 100%),
    url(../images/Industry/law/adminstration/aboutSection/vikasa-soudha-245043.webp);
  background-size: 100%;
  height: 100%;
}

.lawAboutText {
  height: 40vh;
}

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

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

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

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

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

.lawAbout .splide__slide .card {
  width: 14rem;
  height: 18rem;
  background: linear-gradient(
    359deg,
    rgb(0 0 0 / 62%) 0%,
    rgb(255 255 255 / 45%) 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);
}

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

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

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

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

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

.lawAbout .splide__slide .btn-primary {
  background-color: var(--law-white);
  border-color: var(--law-white);
  width: 125px;
  position: relative;
  left: 14%;
  bottom: 9vh;
  color: var(--law-dark);
}

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

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

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

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

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

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

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

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

.lawSectionOne .parallax-image {
  background: radial-gradient(
      50% 98.88% at 50% 50%,
      rgba(0, 0, 0, 0) 0%,
      #1a202252 100%
    ),
    url(../images/Industry/law/businessman-reading-contract-closeup-min.webp);
  background-position: top;
  background-size: 110%;
}

.lawSectionOne .companyInfoCard,
.lawSectionFour .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);
}

.lawSectionOne .companyInfoCard {
  background: linear-gradient(
    267deg,
    rgba(255, 255, 255, 0.2) 0%,
    rgba(10, 10, 10, 0.35) 100%
  );
}

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

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

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

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

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

.lawSectionOne .companySliderDiv {
  background: var(--law-dark);
}

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

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

.lawSectionOne .card1 {
  background: no-repeat center/cover
    url(../images/Industry/law/adminstration/businessConsultingandAdv/1690378241580.webp);
}
.lawSectionOne .card2 {
  background: no-repeat center/cover
    url(../images/Industry/law/adminstration/businessConsultingandAdv/bookkeeper-1016299.webp);
}
.lawSectionOne .card3 {
  background: no-repeat center/cover
    url(../images/Industry/law/adminstration/businessConsultingandAdv/laptop-3196481.webp);
}
.lawSectionOne .card4 {
  background: no-repeat center/cover
    url(../images/Industry/law/adminstration/businessConsultingandAdv/startup-3267505.webp);
}
.lawSectionOne .card5 {
  background: no-repeat center/cover
    url(../images/Industry/law/adminstration/businessConsultingandAdv/unnamed.webp);
}
.lawSectionOne .card6 {
  background: no-repeat center/cover
    url(../images/Industry/law/adminstration/businessConsultingandAdv/VisualsStock_AK22856.webp);
}
.lawSectionOne .card7 {
  background: no-repeat center/cover
    url(../images/Industry/law/adminstration/businessConsultingandAdv/job-5382501.webp);
}

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

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

#lawOneSlider .splide__arrow--prev {
  left: -3em;
}

#lawOneSlider .splide__pagination {
  display: none;
}

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

.lawSectionTwo .parallax-image {
  background: radial-gradient(
      50% 50% at 50% 50%,
      rgb(0 0 0 / 0%) 0%,
      rgb(0 0 0 / 86%) 100%
    ),
    url(../images/Industry/law/scott-graham-OQMZwNd3ThU-unsplash-min.webp);
  background-position: top;
  background-size: 120%;
}

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

.lawSectionTwo .companyInfoCard {
  background: var(--law-dark);
}

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

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

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

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

.lawSectionTwo .companySliderDiv {
  background: linear-gradient(
    180deg,
    rgba(222, 222, 222, 0.9) 25.86%,
    rgba(255, 255, 255, 0) 74.14%
  );
  backdrop-filter: blur(40px);
  border-radius: 0px;
  height: 32vh;
  width: 72vw;
  position: relative;
  bottom: 37.5vh;
  left: 0vw;
}

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

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

.lawSectionTwo .card1 {
  background: no-repeat center/cover
    url(../images/Industry/law/adminstration/auditAndCompliance/a5a4817762e7b2208382604ce087d911cf834f84.webp);
}
.lawSectionTwo .card2 {
  background: no-repeat center/cover
    url(../images/Industry/law/adminstration/auditAndCompliance/administrate-4847730.webp);
}
.lawSectionTwo .card3 {
  background: no-repeat center/cover
    url(../images/Industry/law/adminstration/auditAndCompliance/financial-2860753.webp);
}
.lawSectionTwo .card4 {
  background: no-repeat center/cover
    url(../images/Industry/law/adminstration/auditAndCompliance/More-than-3.26-lakh-taxpayers-have-not-paid-a-single-rupee-as-GST.webp);
}
.lawSectionTwo .card5 {
  background: no-repeat center/cover
    url(../images/Industry/law/adminstration/auditAndCompliance/a5a4817762e7b2208382604ce087d911cf834f84.webp);
}
.lawSectionTwo .card6 {
  background: no-repeat center/cover
    url(../images/Industry/law/adminstration/auditAndCompliance/administrate-4847730.webp);
}
.lawSectionTwo .card7 {
  background: no-repeat center/cover
    url(../images/Industry/law/adminstration/auditAndCompliance/financial-2860753.webp);
}
.lawSectionTwo .card8 {
  background: no-repeat center/cover
    url(../images/Industry/law/adminstration/auditAndCompliance/More-than-3.26-lakh-taxpayers-have-not-paid-a-single-rupee-as-GST.webp);
}

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

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

#lawTwoSlider .splide__arrow--prev {
  left: -3em;
}

#lawTwoSlider .splide__pagination {
  display: none;
}

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

.lawSectionThree .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/law/kelly-sikkema-M98NRBuzbpc-unsplash-min.webp);
  background-position: top;
  background-size: 100%;
}

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

.lawSectionThree .companyInfoCard {
  background: linear-gradient(
    249deg,
    #1e2022ed 0%,
    rgb(255 255 255 / 50%) 100%
  );
}

.lawSectionThree .companyInfoCard img {
  width: 150px;
  height: auto;
  top: 3vh;
  object-fit: contain;
  aspect-ratio: 1/1;
  position: relative;
  left: 11vw;
  filter: drop-shadow(10px 10px 8px rgba(0, 0, 0, 0.5));
}

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

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

.lawSectionThree .companyDesc p {
  width: 50vw;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 20px !important;
  color: var(--law-white);
}

.lawSectionThree .companySliderDiv {
  background: linear-gradient(
    0deg,
    rgb(0 0 0 / 50%) 25.86%,
    rgb(255 255 255 / 50%) 74.14%
  );
  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#lawThreeSlider-track {
  width: 100%;
  float: right;
  position: absolute;
  bottom: 20vh;
  right: 13vw;
  padding-bottom: 3vh;
}

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

.lawSectionThree .card1 {
  background: no-repeat center/cover
    url(../images/Industry/law/adminstration/govt/bg-contact-form.webp);
}
.lawSectionThree .card2 {
  background: no-repeat center/cover
    url(../images/Industry/law/adminstration/govt/government-advisory.webp);
}
.lawSectionThree .card3 {
  background: no-repeat center/cover
    url(../images/Industry/law/adminstration/govt/gst-2459328.webp);
}
.lawSectionThree .card4 {
  background: no-repeat center/cover
    url(../images/Industry/law/adminstration/govt/iStock-1158719138.webp);
}
.lawSectionThree .card5 {
  background: no-repeat center/cover
    url(../images/Industry/law/adminstration/govt/laptop-3196481.jpg);
}
.lawSectionThree .card6 {
  background: no-repeat center/cover
    url(../images/Industry/law/adminstration/govt/files-1614223.jpg);
}
.lawSectionThree .card7 {
  background: no-repeat center/cover
    url(../images/Industry/law/adminstration/govt/2150917082.webp);
}
.lawSectionThree .card8 {
  background: no-repeat center/cover
    url(../images/Industry/law/adminstration/govt/bg-contact-form.webp);
}
.lawSectionThree .card9 {
  background: no-repeat center/cover
    url(../images/Industry/law/adminstration/govt/government-advisory.webp);
}

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

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

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

#lawThreeSlider .splide__pagination {
  display: none;
}

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

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

.copyrightFooter {
  height: 5vh;
  background-color: var(--law-primary-grey);
}

.footer .container {
  height: inherit;
}

.footer .row.d-flex.flex-row.w-100 {
  position: relative;
  bottom: 18vh;
}

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

.footerIndustries h4 {
  letter-spacing: 5px;
  border-bottom: 3px solid var(--law-primary-grey);
}

.footerIndustries a:hover {
  color: var(--law-secondary-grey) !important;
  transition: 0.5s;
}

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

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