.soldOutIcon path {
  fill: #333;
}

@media (min-width: 996px) {
  .soldProjectsWrapper {
    /* background-color: red; */
    display: flex;
    align-items: start;
    gap: 2rem;
    width: 90% !important;
    margin-top: 1rem;
    margin-inline: auto;
  }
  .soldProjectsWrapper .imageWrapper {
    min-height: 100vh !important;
  }
  .soldProjectsWrapper .imageWrapper img {
    height: 100dvh;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .soldProjectsWrapper > div {
    width: 50% !important;
  }
  .tableMainHeading {
    font-size: 2rem;
    font-family: "Satoshi-Bold";
    color: #333;
    margin-top: 2rem;
  }
  .gallerySectionContainer {
    width: 100vw;
    min-height: 100vh;
    height: 100vh;
    overflow: hidden;
    position: relative;
  }
  .sliderWrapperContainer {
    width: 100%;
    height: 100%;
    position: absolute;
    transition: transform 0.5s ease;
  }
  .slider {
    display: flex;
    width: 100%; /* 100% * 9 slides */
    height: 100%;
  }
  .slide {
    min-width: 100vw; /* 100% / 9 */
    height: 100%;
    position: relative;
  }
  .bentoWrapperContainer {
    display: flex;
    gap: 2rem;
    background-color: #fff;
    height: 100%;
    width: 100%;
  }
  .bentoWrapperContainer .mainDisplayImageContainer {
    min-width: 40%;
    width: 40vw;
    height: 100%;
    position: relative;
  }
  .bentoWrapperContainer .mainDisplayImageContainer .overflowContainer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .bentoWrapperContainer .mainDisplayImageContainer .overflowContainer .mainDisplayImage {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .bentoWrapperContainer .mainDisplayImageContainer .contentContainer {
    position: absolute;
    z-index: 10;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
  }
  .bentoWrapperContainer .mainDisplayImageContainer .contentContainer .wrapperMain {
    position: absolute;
    bottom: 5rem;
    left: 0;
    width: 95%;
    left: 50%;
    transform: translateX(-50%);
  }
  .bentoWrapperContainer .mainDisplayImageContainer .contentContainer .sliderCounterContainer {
    position: absolute;
    right: 2rem;
    top: 50%;
    transform: translateY(-50%);
    margin-top: -3rem;
  }
  .bentoWrapperContainer .mainDisplayImageContainer .contentContainer .sliderCounterContainer .nextSliderBtn, .bentoWrapperContainer .mainDisplayImageContainer .contentContainer .sliderCounterContainer .previousBtn {
    transition: all 0.3s ease-in-out;
  }
  .bentoWrapperContainer .mainDisplayImageContainer .contentContainer .sliderCounterContainer .nextSliderBtn:hover .nextBtnLabel {
    opacity: 1;
    scale: 1 !important;
  }
  .bentoWrapperContainer .mainDisplayImageContainer .contentContainer .sliderCounterContainer .previousBtn:hover .previousBtnLabel {
    opacity: 1 !important;
    scale: 1 !important;
  }
  @keyframes pulse {
    0% {
      transform: scale(1);
      box-shadow: 0 0 0 0 rgba(118, 137, 223, 0.7);
    }
    50% {
      transform: scale(1.1);
      box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
    }
    100% {
      transform: scale(1);
      box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
  }
  .bentoWrapperContainer .mainDisplayImageContainer .contentContainer .sliderCounterContainer .nextSliderBtn {
    color: #fff;
    text-decoration: none;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    margin-top: -1rem;
    height: 3rem;
    font-family: "Satoshi-Bold";
    transition: all 0.3s ease-in-out;
  }
  .bentoWrapperContainer .mainDisplayImageContainer .contentContainer .sliderCounterContainer .nextSliderBtn span {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 1.5rem;
    width: 1.5rem;
    border-radius: 50%;
    background: rgba(38, 56, 123, 0.68);
    margin-left: 0.5rem;
    transition: all 0.3s ease-in-out;
    animation: pulse 2s infinite;
    position: relative;
  }
  .bentoWrapperContainer .mainDisplayImageContainer .contentContainer .sliderCounterContainer .nextSliderBtn span::after {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    border-radius: 50%;
    background-color: rgba(38, 56, 123, 0.68);
    z-index: -1;
    animation: pulse 2s infinite;
  }
  .bentoWrapperContainer .mainDisplayImageContainer .contentContainer .sliderCounterContainer .nextSliderBtn span .nextArrowIcon {
    height: 1.2rem;
    width: 1.2rem;
  }
  .bentoWrapperContainer .mainDisplayImageContainer .contentContainer .sliderCounterContainer .nextSliderBtn span .nextArrowIcon path {
    fill: #ffffff !important;
  }
  .bentoWrapperContainer .mainDisplayImageContainer .contentContainer .sliderCounterContainer .nextSliderBtn:hover span {
    animation: none;
    margin-left: 1rem;
  }
  .bentoWrapperContainer .mainDisplayImageContainer .contentContainer .sliderCounterContainer .nextSliderBtn:hover span::after {
    animation: none;
  }
  .bentoWrapperContainer .mainDisplayImageContainer .contentContainer .sliderCounterContainer .nextSliderBtn:hover span {
    transform: translateX(0.5rem);
    scale: 1.2;
  }
  .bentoWrapperContainer .mainDisplayImageContainer .contentContainer h1, .bentoWrapperContainer .mainDisplayImageContainer .contentContainer p {
    margin: 0;
    padding: 0;
    font-family: "Satoshi-Medium", sans-serif;
  }
  .bentoWrapperContainer .mainDisplayImageContainer .contentContainer .viewMapBtn {
    height: 2.5rem;
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 2.9375rem;
    background: rgba(0, 0, 0, 0.56);
    color: #fff;
    display: flex;
    font-size: 0.8rem;
    gap: 0.5rem;
    padding: 0 1.5rem;
    text-decoration: none;
    font-family: "Satoshi-Bold", sans-serif;
    align-items: center;
    justify-content: center;
  }
  .bentoWrapperContainer .mainDisplayImageContainer .contentContainer .mainHeadingGallery {
    color: #fff;
    margin-top: 1rem;
    font-size: 3rem;
    font-family: "Satoshi-Bold";
  }
  .bentoWrapperContainer .mainDisplayImageContainer .contentContainer .mainDescription {
    color: #fff;
    font-size: 0.9rem;
    font-family: "Satoshi-Medium";
    max-width: 30rem;
    margin-top: 1rem;
    margin-bottom: 2rem;
  }
  .bentoWrapperContainer .mainDisplayImageContainer::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(127deg, rgba(0, 0, 0, 0) 54.23%, rgba(0, 0, 0, 0.2) 77.55%), linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
  }
  .bentoWrapperContainer .mainOverflowContainer {
    width: calc(100% - 40vw);
    overflow-y: hidden;
  }
  .bentoWrapperContainer .mainOverflowContainer .bottomOverflowContainer {
    height: calc(100% - 12rem);
    margin-top: 2rem;
  }
  .bentoWrapperContainer .mainOverflowContainer .bottomOverflowContainer .mainGalleryContainer {
    width: 95%;
    margin-inline: auto;
    height: 100%;
    overflow-y: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .bentoWrapperContainer .mainOverflowContainer .bottomOverflowContainer .mainGalleryContainer::-webkit-scrollbar {
    display: none;
  }
  .bentoWrapperContainer .mainOverflowContainer .bottomOverflowContainer .mainGalleryContainer .topWrapper {
    min-height: 40rem;
    height: 35rem;
    display: flex;
    gap: 1rem;
  }
  .bentoWrapperContainer .mainOverflowContainer .bottomOverflowContainer .mainGalleryContainer .topWrapper .galleryGridContainer {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    height: 100%;
    width: 50%;
  }
  .bentoWrapperContainer .mainOverflowContainer .bottomOverflowContainer .mainGalleryContainer .topWrapper .imageLargeContainer {
    height: 100%;
    border-radius: 10px;
    width: 50%;
  }
  .bentoWrapperContainer .mainOverflowContainer .bottomOverflowContainer .mainGalleryContainer .topWrapper .imageLargeContainer img {
    height: 100%;
    width: 100%;
    border-radius: 10px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .bentoWrapperContainer .mainOverflowContainer .bottomOverflowContainer .mainGalleryContainer .topWrapper .galleryGridItem {
    width: 100%;
    border-radius: 10px;
    max-height: 50%;
  }
  .bentoWrapperContainer .mainOverflowContainer .bottomOverflowContainer .mainGalleryContainer .topWrapper .galleryGridItem img {
    height: 100%;
    width: 100%;
    border-radius: 10px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .bentoWrapperContainer .mainOverflowContainer .bottomOverflowContainer .mainGalleryContainer::after {
    content: "";
    position: absolute;
    bottom: -1rem;
    right: 0;
    width: calc(100% - 40vw);
    height: 12rem;
    background: linear-gradient(3deg, #FFF 7.01%, rgba(255, 255, 255, 0) 67.85%);
    z-index: 1;
  }
  .bentoWrapperContainer .mainOverflowContainer .topContentContainer {
    display: flex;
    align-items: end;
    justify-content: space-between;
    width: 95%;
    margin-inline: auto;
    margin-top: 2rem;
  }
  .bentoWrapperContainer .mainOverflowContainer .topContentContainer .wrapper {
    width: 80%;
    height: -moz-fit-content;
    height: fit-content;
  }
  .bentoWrapperContainer .mainOverflowContainer .topContentContainer .wrapper .subheading {
    font-family: "Satoshi-Bold", sans-serif;
    color: #1a1a1a;
    max-width: 80%;
    font-size: 1.8rem;
    margin: 0;
    text-transform: capitalize;
    padding: 0;
  }
  .bentoWrapperContainer .mainOverflowContainer .topContentContainer .wrapper .variantHeading {
    color: #26387B;
  }
  .bentoWrapperContainer .mainOverflowContainer .topContentContainer .wrapper .description {
    font-family: "Satoshi-Medium", sans-serif;
    font-size: 0.8rem;
    color: #333;
    max-width: 100%;
    padding-right: 1rem;
    width: 100% !important;
    margin-top: 1rem;
    overflow-y: visible;
    max-height: none;
    position: relative;
    padding-bottom: 1rem;
  }
  .bentoWrapperContainer .mainOverflowContainer .topContentContainer .wrapper .description::-webkit-scrollbar {
    width: 6px;
  }
  .bentoWrapperContainer .mainOverflowContainer .topContentContainer .wrapper .description::-webkit-scrollbar-thumb {
    background-color: #d3d3d3;
    border-radius: 10px;
  }
  .bentoWrapperContainer .mainOverflowContainer .topContentContainer .wrapper .description::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  .bentoWrapperContainer .mainOverflowContainer .topContentContainer .wrapper .description .readmoreBtn {
    color: #26387B;
    text-decoration: none;
    font-family: "Satoshi-Medium";
    margin-left: 0.3rem;
    transition: all 0.3s ease;
    position: relative;
    z-index: 1;
  }
  .bentoWrapperContainer .mainOverflowContainer .topContentContainer .wrapper .description .readmoreBtn:hover {
    opacity: 0.8;
  }
  .bentoWrapperContainer .mainOverflowContainer .topContentContainer .ctaBtnWrapper {
    margin-bottom: 1rem;
  }
  .bentoWrapperContainer .mainOverflowContainer .topContentContainer .ctaBtnWrapper .viewMapBtn {
    height: 2.5rem;
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 10rem;
    background: #26387B;
    color: #fff;
    display: flex;
    font-size: 0.8rem;
    padding-right: 1.75rem;
    padding-left: 0.5rem;
    text-decoration: none;
    font-family: "Satoshi-Bold", sans-serif;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
  }
  .bentoWrapperContainer .mainOverflowContainer .topContentContainer .ctaBtnWrapper .viewMapBtn span {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 1.5rem;
    width: 1.5rem;
    border-radius: 50%;
  }
  .slider-controls {
    position: fixed;
    bottom: 1rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
  }
  .controlContainer {
    position: absolute;
    bottom: 2rem;
    left: 1rem;
    z-index: 10;
  }
  .controlContainer .sliderCounter {
    display: flex;
    gap: 1rem;
    list-style: none;
    padding: 0;
    height: 0.8rem;
    width: -moz-fit-content;
    width: fit-content;
    justify-content: space-between;
    border-radius: 10rem;
    margin: 0;
  }
  .controlContainer .sliderCounter li {
    height: 100%;
    min-width: 0.8rem;
    background-color: #fff;
    border-radius: 50%;
  }
  .controlContainer .sliderCounter .active {
    min-width: 5rem;
    border-radius: 2rem;
  }
  button.previousBtn.prev {
    align-items: center;
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
    background-color: transparent;
    border: none !important;
    /* border: 1.6px outset #000000; */
    box-sizing: border-box;
    cursor: default;
    display: flex;
    gap: 8px;
  }
  .tableWrapper {
    height: unset !important;
    overflow-y: unset !important;
  }
  .tableWrapper {
    width: 100%;
    /* background-color: red; */
  }
  .tableWrapper thead tr th {
    font-size: 0.8rem;
    font-family: "Inter";
    font-weight: 700;
    color: #333;
    text-transform: capitalize;
  }
  .tableWrapper tbody td {
    font-family: "Inter";
    font-size: 0.85rem;
    font-weight: 500;
    color: #333;
    opacity: 0.6;
  }
  .previousBtnContainer {
    position: absolute;
    top: 50%;
    left: 1rem;
    margin-top: -3rem;
    transform: translateY(-50%);
  }
  .previousBtnContainer .previousBtn {
    color: rgba(255, 255, 255, 0.3019607843);
    text-decoration: none;
    font-size: 0.9rem;
    gap: 0.5rem;
    display: flex;
    align-items: center;
  }
  .previousBtnContainer .previousBtn .iconContainer {
    height: 1.5rem;
    width: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #fff;
    transition: all 0.3s ease-in-out;
  }
  .previousBtnContainer .previousBtn .iconContainer .previousIcon {
    height: 1.2rem;
    width: 1.2rem;
  }
  .previousBtnContainer .previousBtn .iconContainer .previousIcon path {
    fill: rgba(26, 26, 26, 0.7529411765) !important;
  }
  .previousBtnContainer .previousBtn:hover .iconContainer {
    transform: translateX(-0.5rem);
    scale: 1.2;
  }
  .toBottomBtn {
    position: absolute;
    bottom: 1rem;
    left: 0;
    width: 100%;
    height: 2.5rem;
    display: flex;
    align-items: center;
    z-index: 9;
  }
  .toBottomBtn .toBottomBtnLink {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    height: 2.5rem;
    right: 28rem;
    color: #fff;
    width: 2.5rem;
    border-radius: 50%;
    background-color: black;
    transition: all 0.3s ease-in-out;
  }
  .toBottomBtn .toBottomBtnLink .toBottomBtnIcon path {
    fill: #fff !important;
  }
  .toBottomBtn:hover .toBottomBtnLink {
    scale: 1.2;
  }
  .viewBtnPrimary {
    transition: all 0.3s ease-in-out;
    border: 1.2px solid rgba(255, 255, 255, 0);
  }
  .viewBtnPrimary .viewMapIcon {
    height: 1rem;
    width: 1rem;
    transition: all 0.3s ease-in-out;
  }
  .viewBtnPrimary:hover {
    border-radius: 4px !important;
    border: 1.2px solid #fff;
  }
  .viewBtnPrimary:hover .viewMapIcon {
    scale: 1.2;
  }
  .overflowContainer {
    height: 10rem;
  }
  .overflowContainer .mainDisplayImage {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .viewMapBtnSecondary {
    transition: all 0.5s ease-in-out;
  }
  .viewMapBtnSecondary:hover {
    background-color: #1a1a1a !important;
    border-radius: 4px !important;
  }
  .nextBtnLabel, .previousBtnLabel {
    opacity: 0;
    scale: 2 !important;
  }
  .previousBtn {
    height: 3rem;
  }
  .previousBtn:hover .previousBtnLabel {
    opacity: 1 !important;
    scale: 1 !important;
  }
  ul.switcherWrapper {
    box-sizing: border-box;
    display: flex;
    gap: 16px;
    margin: 0;
  }
  div.switcherWrapperTopContainer {
    align-items: center;
    background-color: #F7F7F7;
    border: 0.8px solid #DEDEDE;
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 160px;
    box-sizing: border-box;
    display: flex;
    margin: unset !important;
    margin-inline: auto !important;
    margin-bottom: 1rem !important;
    /* margin: 8px 522.263px 16px 522.25px; */
    padding: 0px 3.2px;
    z-index: 100;
  }
  .gallerySwitcherLink {
    margin: 0 !important;
  }
  .switcherWrapperTopContainer {
    width: -moz-fit-content;
    width: fit-content;
    height: 2.8rem;
    border-radius: 10rem;
    display: flex;
    background-color: #f7f7f7;
    border: 1.2px solid #dedede;
    align-items: center;
    margin-top: 0.5rem;
    margin-inline: auto;
    padding: 0 0.2rem;
    margin-bottom: 1rem;
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    z-index: 100;
  }
  .switcherWrapperTopContainer .switcherWrapper {
    display: flex;
    gap: 1rem;
    margin-top: 1rem;
    list-style: none;
    padding: 0;
  }
  .switcherWrapperTopContainer .switcherWrapper li a {
    text-decoration: none;
    color: #374957;
    font-family: "Satoshi-Medium", sans-serif;
    font-size: 0.8rem;
    height: 2.5rem;
    margin-top: 0.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
    text-underline-offset: none !important;
    width: -moz-fit-content;
    width: fit-content;
    background-color: transparent;
    border-radius: 10rem;
    padding: 0 1.2rem;
    transition: all 0.3s ease;
  }
  .switcherWrapperTopContainer .switcherWrapper li a.active {
    background-color: #26387B !important;
    color: #fff !important;
    text-decoration: none !important;
  }
  .switcherWrapperTopContainer .switcherWrapper li a.active .soldOutIcon path {
    fill: #fff !important;
  }
  .switcherWrapperTopContainer .switcherWrapper li a:hover:not(.active) {
    background-color: rgba(38, 56, 123, 0.1019607843);
  }
  .switcherWrapperTopContainer .switcherWrapper .gallerySwitcherLink.active {
    color: #374957;
    font-family: "Satoshi-Bold";
    position: relative;
  }
  .switcherWrapperTopContainer .switcherWrapper .gallerySwitcherLink:hover {
    color: #374957;
  }
  .tableWrapper {
    height: 5rem !important;
    overflow-y: auto;
  }
  .tableWrapper {
    width: 100%;
    /* background-color: red; */
  }
  .tableWrapper thead tr th {
    font-size: 0.8rem;
    font-family: "Satoshi-Bold";
    color: #333;
    text-transform: capitalize;
  }
  .tableWrapper tbody td {
    font-family: "Satoshi-Medium";
    font-size: 0.85rem;
    color: #333;
    opacity: 0.6;
  }
  #description .readmoreBtn {
    display: flex;
  }
  .readmoreBtn {
    text-decoration: underline !important;
  }
  .section-2, .section-3, .section-1 {
    background-color: #26387B;
    height: 100vh;
    width: 100%;
  }
  .section-1 {
    background-color: #374957;
  }
  .section-3 {
    background-color: #030e27;
  }
  body {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
  }
  .navContainer {
    background-color: #fff;
    width: 100%;
    height: 5rem;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
  }
  .navContainer .navWrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 90%;
    height: 100%;
    max-width: 1210px;
    margin-inline: auto;
  }
  .navContainer .navWrapper .navLinks {
    display: flex;
    align-items: center;
    gap: 2rem;
    list-style: none;
    padding: 0;
  }
  .navContainer .navWrapper .navLinks li a {
    text-decoration: none;
  }
  html {
    scroll-behavior: smooth;
  }
  .bannerImageWrapperMain::before {
    content: "";
    position: absolute;
    height: 55dvh;
    width: 100%;
    background: linear-gradient(182deg, rgba(226, 235, 243, 0) 46.86%, rgba(226, 235, 243, 0.4) 109.65%);
    bottom: 0;
    left: 0;
    z-index: 2;
    display: none !important;
  }
  .topContentContainer {
    /* background-color: red; */
  }
  .topContentContainer .wrapper {
    /* background-color: blue; */
    max-height: 12rem !important;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 0.5rem;
  }
  .topContentContainer .wrapper::-webkit-scrollbar {
    width: 4px;
  }
  .topContentContainer .wrapper::-webkit-scrollbar-track {
    background: transparent;
  }
  .topContentContainer .wrapper::-webkit-scrollbar-thumb {
    background: #e0e0e0;
    border-radius: 2px;
  }
}
@media (min-width: 350px) and (max-width: 996px) {
  .gallerySectionContainer {
    width: 100vw;
    min-height: 160vh;
    height: -moz-fit-content;
    height: fit-content;
    overflow: hidden;
    position: relative;
  }
  .soldProjectsWrapper .tableWrapper {
    width: 95%;
    margin-inline: auto !important;
    margin-top: 1.5rem;
  }
  .soldProjectsWrapper .tableWrapper .tableMainHeading {
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto !important;
    color: #333;
    font-family: "Satoshi-Bold";
  }
  .sliderWrapperContainer {
    width: 100%;
    height: 100%;
    position: absolute;
    transition: transform 0.5s ease;
  }
  .slider {
    display: flex;
    width: 100%; /* 100% * 9 slides */
    height: 100%;
  }
  .slide {
    min-width: 100vw; /* 100% / 9 */
    height: 100%;
    position: relative;
  }
  .bentoWrapperContainer {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    background-color: #fff;
    height: 100%;
    width: 100%;
  }
  .bentoWrapperContainer .mainDisplayImageContainer {
    min-width: 40%;
    width: 100%;
    height: 100%;
    position: relative;
  }
  .bentoWrapperContainer .mainDisplayImageContainer .overflowContainer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .bentoWrapperContainer .mainDisplayImageContainer .overflowContainer .mainDisplayImage {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .bentoWrapperContainer .mainDisplayImageContainer .contentContainer {
    position: absolute;
    z-index: 10;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
  }
  .bentoWrapperContainer .mainDisplayImageContainer .contentContainer .wrapperMain {
    position: absolute;
    bottom: 2rem;
    left: 0;
    width: 90%;
    left: 50%;
    transform: translateX(-50%);
  }
  .bentoWrapperContainer .mainDisplayImageContainer .contentContainer .sliderCounterContainer {
    position: absolute;
    right: 2rem;
    top: 50%;
    transform: translateY(-50%);
    margin-top: -3rem;
  }
  .bentoWrapperContainer .mainDisplayImageContainer .contentContainer .sliderCounterContainer .nextSliderBtn, .bentoWrapperContainer .mainDisplayImageContainer .contentContainer .sliderCounterContainer .previousBtn {
    transition: all 0.3s ease-in-out;
  }
  .bentoWrapperContainer .mainDisplayImageContainer .contentContainer .sliderCounterContainer .nextSliderBtn:hover .nextBtnLabel {
    opacity: 1;
    scale: 1 !important;
  }
  .bentoWrapperContainer .mainDisplayImageContainer .contentContainer .sliderCounterContainer .previousBtn:hover .previousBtnLabel {
    opacity: 1 !important;
    scale: 1 !important;
  }
  @keyframes pulse {
    0% {
      transform: scale(1);
      box-shadow: 0 0 0 0 rgba(118, 137, 223, 0.7);
    }
    50% {
      transform: scale(1.1);
      box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
    }
    100% {
      transform: scale(1);
      box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
  }
  .bentoWrapperContainer .mainDisplayImageContainer .contentContainer .sliderCounterContainer .nextSliderBtn {
    color: #fff;
    text-decoration: none;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    margin-top: -1rem;
    height: 3rem;
    font-family: "Satoshi-Bold";
    transition: all 0.3s ease-in-out;
  }
  .bentoWrapperContainer .mainDisplayImageContainer .contentContainer .sliderCounterContainer .nextSliderBtn span {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 1.5rem;
    width: 1.5rem;
    border-radius: 50%;
    background: rgba(38, 56, 123, 0.68);
    margin-left: 0.5rem;
    transition: all 0.3s ease-in-out;
    animation: pulse 2s infinite;
    position: relative;
  }
  .bentoWrapperContainer .mainDisplayImageContainer .contentContainer .sliderCounterContainer .nextSliderBtn span::after {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    border-radius: 50%;
    background-color: rgba(38, 56, 123, 0.68);
    z-index: -1;
    animation: pulse 2s infinite;
  }
  .bentoWrapperContainer .mainDisplayImageContainer .contentContainer .sliderCounterContainer .nextSliderBtn span .nextArrowIcon {
    height: 1.2rem;
    width: 1.2rem;
  }
  .bentoWrapperContainer .mainDisplayImageContainer .contentContainer .sliderCounterContainer .nextSliderBtn span .nextArrowIcon path {
    fill: #ffffff !important;
  }
  .bentoWrapperContainer .mainDisplayImageContainer .contentContainer .sliderCounterContainer .nextSliderBtn:hover span {
    animation: none;
    margin-left: 1rem;
  }
  .bentoWrapperContainer .mainDisplayImageContainer .contentContainer .sliderCounterContainer .nextSliderBtn:hover span::after {
    animation: none;
  }
  .bentoWrapperContainer .mainDisplayImageContainer .contentContainer .sliderCounterContainer .nextSliderBtn:hover span {
    transform: translateX(0.5rem);
    scale: 1.2;
  }
  .bentoWrapperContainer .mainDisplayImageContainer .contentContainer h1, .bentoWrapperContainer .mainDisplayImageContainer .contentContainer p {
    margin: 0;
    padding: 0;
    font-family: "Satoshi-Medium", sans-serif;
  }
  .bentoWrapperContainer .mainDisplayImageContainer .contentContainer .viewMapBtn {
    height: 2.5rem;
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 2.9375rem;
    background: rgba(0, 0, 0, 0.56);
    color: #fff;
    display: flex;
    font-size: 0.8rem;
    gap: 0.5rem;
    padding: 0 1.5rem;
    text-decoration: none;
    font-family: "Satoshi-Bold", sans-serif;
    align-items: center;
    justify-content: center;
  }
  .bentoWrapperContainer .mainDisplayImageContainer .contentContainer .mainHeadingGallery {
    color: #fff;
    margin-top: 1rem;
    font-size: 2rem;
    font-family: "Satoshi-Bold";
  }
  .bentoWrapperContainer .mainDisplayImageContainer .contentContainer .mainDescription {
    color: #fff;
    font-size: 0.9rem;
    font-family: "Satoshi-Medium";
    max-width: 30rem;
    margin-top: 1rem;
    margin-bottom: 2rem;
  }
  .bentoWrapperContainer .mainDisplayImageContainer::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(127deg, rgba(0, 0, 0, 0) 54.23%, rgba(0, 0, 0, 0.2) 77.55%), linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
  }
  .bentoWrapperContainer .mainOverflowContainer {
    width: 100%;
    overflow-y: hidden;
  }
  .bentoWrapperContainer .mainOverflowContainer .bottomOverflowContainer {
    height: calc(100% - 12rem);
    margin-top: 2rem;
  }
  .bentoWrapperContainer .mainOverflowContainer .bottomOverflowContainer .mainGalleryContainer {
    width: 95%;
    margin-inline: auto;
    height: 100%;
    overflow-y: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .bentoWrapperContainer .mainOverflowContainer .bottomOverflowContainer .mainGalleryContainer::-webkit-scrollbar {
    display: none;
  }
  .bentoWrapperContainer .mainOverflowContainer .bottomOverflowContainer .mainGalleryContainer .topWrapper {
    min-height: 50rem;
    height: 35rem;
    display: flex;
    gap: 1rem;
  }
  .bentoWrapperContainer .mainOverflowContainer .bottomOverflowContainer .mainGalleryContainer .topWrapper .galleryGridContainer {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    height: 100%;
    width: 50%;
  }
  .bentoWrapperContainer .mainOverflowContainer .bottomOverflowContainer .mainGalleryContainer .topWrapper .imageLargeContainer {
    height: 100%;
    border-radius: 10px;
    width: 50%;
  }
  .bentoWrapperContainer .mainOverflowContainer .bottomOverflowContainer .mainGalleryContainer .topWrapper .imageLargeContainer img {
    height: 100%;
    width: 100%;
    border-radius: 10px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .bentoWrapperContainer .mainOverflowContainer .bottomOverflowContainer .mainGalleryContainer .topWrapper .galleryGridItem {
    width: 100%;
    border-radius: 10px;
    max-height: 50%;
  }
  .bentoWrapperContainer .mainOverflowContainer .bottomOverflowContainer .mainGalleryContainer .topWrapper .galleryGridItem img {
    height: 100%;
    width: 100%;
    border-radius: 10px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .bentoWrapperContainer .mainOverflowContainer .bottomOverflowContainer .mainGalleryContainer::after {
    display: none;
  }
  .bentoWrapperContainer .mainOverflowContainer .topContentContainer {
    display: flex;
    flex-direction: column;
    width: 95%;
    margin-inline: auto;
    margin-top: 2rem;
    gap: 1.5rem;
  }
  .bentoWrapperContainer .mainOverflowContainer .topContentContainer .wrapper {
    width: 96%;
    height: -moz-fit-content;
    height: fit-content;
  }
  .bentoWrapperContainer .mainOverflowContainer .topContentContainer .wrapper .subheading {
    font-family: "Satoshi-Bold", sans-serif;
    color: #1a1a1a;
    max-width: 90%;
    font-size: 1.8rem;
    margin: 0;
    text-transform: capitalize;
    padding: 0;
  }
  .bentoWrapperContainer .mainOverflowContainer .topContentContainer .wrapper .variantHeading {
    color: #26387B;
  }
  .bentoWrapperContainer .mainOverflowContainer .topContentContainer .wrapper .description {
    font-family: "Satoshi-Medium", sans-serif;
    font-size: 0.8rem;
    color: #333;
    max-width: 100%;
    padding-right: 1rem;
    width: 100% !important;
    margin-top: 1rem;
    overflow-y: visible;
    max-height: none;
    position: relative;
    padding-bottom: 1rem;
  }
  .bentoWrapperContainer .mainOverflowContainer .topContentContainer .wrapper .description::-webkit-scrollbar {
    width: 6px;
  }
  .bentoWrapperContainer .mainOverflowContainer .topContentContainer .wrapper .description::-webkit-scrollbar-thumb {
    background-color: #d3d3d3;
    border-radius: 10px;
  }
  .bentoWrapperContainer .mainOverflowContainer .topContentContainer .wrapper .description::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  .bentoWrapperContainer .mainOverflowContainer .topContentContainer .wrapper .description .readmoreBtn {
    color: #26387B;
    text-decoration: none;
    font-family: "Satoshi-Medium";
    margin-left: 0.3rem;
    transition: all 0.3s ease;
    position: relative;
    z-index: 1;
  }
  .bentoWrapperContainer .mainOverflowContainer .topContentContainer .wrapper .description .readmoreBtn:hover {
    opacity: 0.8;
  }
  .bentoWrapperContainer .mainOverflowContainer .topContentContainer .ctaBtnWrapper {
    margin-bottom: 1rem;
  }
  .bentoWrapperContainer .mainOverflowContainer .topContentContainer .ctaBtnWrapper .viewMapBtn {
    height: 2.5rem;
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 10rem;
    background: #26387B;
    color: #fff;
    display: flex;
    font-size: 0.8rem;
    padding-right: 1.75rem;
    padding-left: 0.5rem;
    text-decoration: none;
    font-family: "Satoshi-Bold", sans-serif;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
  }
  .bentoWrapperContainer .mainOverflowContainer .topContentContainer .ctaBtnWrapper .viewMapBtn span {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 1.5rem;
    width: 1.5rem;
    border-radius: 50%;
  }
  .slider-controls {
    position: fixed;
    bottom: 1rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
  }
  .controlContainer {
    position: absolute;
    bottom: 2rem;
    left: 1rem;
    z-index: 10;
  }
  .controlContainer .sliderCounter {
    display: flex;
    gap: 1rem;
    list-style: none;
    padding: 0;
    height: 0.8rem;
    width: -moz-fit-content;
    width: fit-content;
    justify-content: space-between;
    border-radius: 10rem;
    margin: 0;
  }
  .controlContainer .sliderCounter li {
    height: 100%;
    min-width: 0.8rem;
    background-color: #fff;
    border-radius: 50%;
  }
  .controlContainer .sliderCounter .active {
    min-width: 5rem;
    border-radius: 2rem;
  }
  button.previousBtn.prev {
    align-items: center;
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
    background-color: transparent;
    border: none !important;
    /* border: 1.6px outset #000000; */
    box-sizing: border-box;
    cursor: default;
    display: flex;
    gap: 8px;
  }
  .tableWrapper {
    height: unset !important;
    overflow-y: unset !important;
  }
  .tableWrapper {
    width: 100%;
    /* background-color: red; */
  }
  .tableWrapper thead tr th {
    font-size: 0.8rem;
    font-family: "Inter";
    font-weight: 700;
    color: #333;
    text-transform: capitalize;
  }
  .tableWrapper tbody td {
    font-family: "Inter";
    font-size: 0.85rem;
    font-weight: 500;
    color: #333;
    opacity: 0.6;
  }
  .previousBtnContainer {
    position: absolute;
    top: 50%;
    left: 1rem;
    margin-top: -3rem;
    transform: translateY(-50%);
  }
  .previousBtnContainer .previousBtn {
    color: rgba(255, 255, 255, 0.3019607843);
    text-decoration: none;
    font-size: 0.9rem;
    gap: 0.5rem;
    display: flex;
    align-items: center;
  }
  .previousBtnContainer .previousBtn .iconContainer {
    height: 1.5rem;
    width: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #fff;
    transition: all 0.3s ease-in-out;
  }
  .previousBtnContainer .previousBtn .iconContainer .previousIcon {
    height: 1.2rem;
    width: 1.2rem;
  }
  .previousBtnContainer .previousBtn .iconContainer .previousIcon path {
    fill: rgba(26, 26, 26, 0.7529411765) !important;
  }
  .previousBtnContainer .previousBtn:hover .iconContainer {
    transform: translateX(-0.5rem);
    scale: 1.2;
  }
  .toBottomBtn {
    position: absolute;
    bottom: 1rem;
    left: 0;
    width: 100%;
    height: 2.5rem;
    display: flex;
    align-items: center;
    z-index: 9;
  }
  .toBottomBtn .toBottomBtnLink {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    height: 2.5rem;
    right: 28rem;
    color: #fff;
    width: 2.5rem;
    border-radius: 50%;
    background-color: black;
    transition: all 0.3s ease-in-out;
  }
  .toBottomBtn .toBottomBtnLink .toBottomBtnIcon path {
    fill: #fff !important;
  }
  .toBottomBtn:hover .toBottomBtnLink {
    scale: 1.2;
  }
  .viewBtnPrimary {
    transition: all 0.3s ease-in-out;
    border: 1.2px solid rgba(255, 255, 255, 0);
  }
  .viewBtnPrimary .viewMapIcon {
    height: 1rem;
    width: 1rem;
    transition: all 0.3s ease-in-out;
  }
  .viewBtnPrimary:hover {
    border-radius: 4px !important;
    border: 1.2px solid #fff;
  }
  .viewBtnPrimary:hover .viewMapIcon {
    scale: 1.2;
  }
  .overflowContainer {
    height: 10rem;
  }
  .overflowContainer .mainDisplayImage {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .viewMapBtnSecondary {
    transition: all 0.5s ease-in-out;
  }
  .viewMapBtnSecondary:hover {
    background-color: #1a1a1a !important;
    border-radius: 4px !important;
  }
  .nextBtnLabel, .previousBtnLabel {
    opacity: 0;
    scale: 2 !important;
  }
  .previousBtn {
    height: 3rem;
  }
  .previousBtn:hover .previousBtnLabel {
    opacity: 1 !important;
    scale: 1 !important;
  }
  ul.switcherWrapper {
    box-sizing: border-box;
    display: flex;
    gap: 16px;
    margin: 0;
  }
  .gallerySwitcherLink {
    margin: 0 !important;
  }
  .toBottomBtn {
    display: none;
  }
  .switcherWrapperTopContainer {
    margin-inline: auto !important;
    width: 90%;
    max-width: 400px;
    overflow-x: auto;
  }
  .switcherWrapperTopContainer .switcherWrapper {
    display: flex;
    gap: 1rem;
    margin-top: 1rem;
    list-style: none;
    padding: 0;
  }
  .switcherWrapperTopContainer .switcherWrapper li a {
    text-decoration: none;
    color: #374957;
    font-family: "Satoshi-Medium", sans-serif;
    font-size: 0.7rem;
    height: 2.5rem;
    margin-top: 0.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
    text-underline-offset: none !important;
    width: -moz-fit-content;
    width: fit-content;
    background-color: transparent;
    padding: 0 1rem;
    text-wrap: nowrap;
    transition: all 0.3s ease;
  }
  .switcherWrapperTopContainer .switcherWrapper li a.active {
    color: #26387B !important;
    border-bottom: 1.2px solid #26387B;
    text-decoration: none !important;
  }
  .switcherWrapperTopContainer .switcherWrapper li a.active > svg {
    fill: #26387B !important;
  }
  .switcherWrapperTopContainer .switcherWrapper li a:hover:not(.active) {
    background-color: rgba(38, 56, 123, 0.1019607843);
  }
  .switcherWrapperTopContainer .switcherWrapper .gallerySwitcherLink.active {
    color: #374957;
    font-family: "Satoshi-Bold";
    position: relative;
  }
  .switcherWrapperTopContainer .switcherWrapper .gallerySwitcherLink:hover {
    color: #374957;
  }
  .tableWrapper {
    height: 5rem !important;
    overflow-y: auto;
  }
  .tableWrapper {
    width: 100%;
    /* background-color: red; */
  }
  .tableWrapper thead tr th {
    font-size: 0.8rem;
    font-family: "Satoshi-Bold";
    color: #333;
    text-transform: capitalize;
  }
  .tableWrapper tbody td {
    font-family: "Satoshi-Medium";
    font-size: 0.85rem;
    color: #333;
    opacity: 0.6;
  }
  #description .readmoreBtn {
    display: flex;
  }
  .readmoreBtn {
    text-decoration: underline !important;
  }
  .section-2, .section-3, .section-1 {
    background-color: #26387B;
    height: 100vh;
    width: 100%;
  }
  .section-1 {
    background-color: #374957;
  }
  .section-3 {
    background-color: #030e27;
  }
  body {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
  }
  .navContainer {
    background-color: #fff;
    width: 100%;
    height: 5rem;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
  }
  .navContainer .navWrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 90%;
    height: 100%;
    max-width: 1210px;
    margin-inline: auto;
  }
  .navContainer .navWrapper .navLinks {
    display: flex;
    align-items: center;
    gap: 2rem;
    list-style: none;
    padding: 0;
  }
  .navContainer .navWrapper .navLinks li a {
    text-decoration: none;
  }
  html {
    scroll-behavior: smooth;
  }
  .bannerImageWrapperMain::before {
    content: "";
    position: absolute;
    height: 55dvh;
    width: 100%;
    background: linear-gradient(182deg, rgba(226, 235, 243, 0) 46.86%, rgba(226, 235, 243, 0.4) 109.65%);
    bottom: 0;
    left: 0;
    z-index: 2;
    display: none !important;
  }
  .topContentContainer {
    /* background-color: red; */
  }
  .topContentContainer .wrapper {
    /* background-color: blue; */
    max-height: 20rem !important;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 0.5rem;
  }
  .topContentContainer .wrapper::-webkit-scrollbar {
    width: 4px;
  }
  .topContentContainer .wrapper::-webkit-scrollbar-track {
    background: transparent;
  }
  .topContentContainer .wrapper::-webkit-scrollbar-thumb {
    background: #e0e0e0;
    border-radius: 2px;
  }
}/*# sourceMappingURL=gallery.css.map */