body {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.learn-more-link {
  all: unset;
  position: relative;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 4px;
  margin-left: 4px;
  max-width: -moz-fit-content;
  max-width: fit-content;
  cursor: pointer;
}
.learn-more-link span {
  color: var(--primary-primary, #fb5650);
  font-family: "SF-Pro-Semi-Bold-Text";
  font-size: 16px;
  font-style: normal;
  line-height: 125%;
}
.learn-more-link .learn-more-icon {
  width: 21px;
  min-width: 21px;
  max-width: 21px;
  height: 21px;
  min-height: 21px;
  max-height: 21px;
}

.link-underline {
  content: "";
  position: absolute;
  background-color: var(--primary-primary, #fb5650);
  bottom: -1px;
  left: -1px;
  height: 1px;
  min-height: 1px;
  max-height: 1px;
  transform: scaleY(2);
}

/* pagination container */
.pagination-container {
  margin-top: 32px;
  margin-bottom: 16px;
  display: flex;
  gap: 16px;
  justify-content: center;
  align-items: center;
}
.pagination-container img {
  width: 28px;
  height: 28px;
  cursor: pointer;
}
.pagination-container .all-pages-button {
  display: flex;
  gap: 16px;
  justify-content: center;
}
.pagination-container .all-pages-button button {
  border: none;
  background: var(--light-white, #fff);
  color: var(--dark-dark-d-2, #111116);
  font-family: "SF-Pro-Semi-Bold-Text";
  font-size: 16px;
  font-style: normal;
  line-height: 125%;
}
.pagination-container .all-pages-button button:hover {
  color: var(--primary-primary, #fb5650);
}
.pagination-container .all-pages-button .selected-button-page {
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 8px;
  padding-right: 8px;
  color: var(--Primary-Gray-600, var(--Primary-Gray-600, #4b5563));
  font-family: "SF-Pro-Semi-Bold-Text";
  font-size: 16px;
  font-style: normal;
  line-height: 125%;
  border-bottom: 2px solid var(--primary-primary, #fb5650);
  color: var(--primary-primary, #fb5650);
}

@font-face {
  font-family: "SF-Pro-Regular-Text";
  src: url("../../assests/fonts/SF-PRO-Text/SF-Pro-Text-Regular.otf")
    format("opentype");
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF-Pro-Semi-Bold-Text";
  src: url("../../assests/fonts/SF-PRO-Text/SF-Pro-Text-Semibold.otf")
    format("opentype");
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF-Pro-Bold-Text";
  src: url("../../assests/fonts/SF-PRO-Text/SF-Pro-Text-Bold.otf")
    format("opentype");
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "SF-Pro-Regular-Text";
}

/* Custom Scroll Bar */
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background-color: #f1f1f1;
  border-radius: 250px;
}

::-webkit-scrollbar-thumb {
  background-color: var(--secondary-secondary-l-2, #cdced9);
  border-radius: 250px;
  display: flex;
  justify-content: center;
}

::-webkit-scrollbar-button {
  border: none;
  object-fit: contain;
  background-repeat: no-repeat;
  background-position: center;
}

::-webkit-scrollbar-button:single-button:decrement {
  background-image: url("../../assests/images/caret-up-solid-scrolbar.svg");
  width: 10px;
  height: 10px;
  object-fit: contain;
  background-repeat: no-repeat;
  background-position: center;
}

::-webkit-scrollbar-button:single-button:increment {
  background-image: url("../../assests/images/caret-down-solid-scrollbar.svg");
  height: 10px;
  width: 10px;
  object-fit: contain;
  background-repeat: no-repeat;
  background-position: center;
}

/* Custom ScrollBar  */
/* styles for gallery page introduction container */
#gallery-page-top-banner-wrapper {
  padding-top: 120px;
  padding-bottom: 120px;
  height: -moz-fit-content;
  height: fit-content;
  min-height: -moz-fit-content;
  min-height: fit-content;
  max-height: -moz-fit-content;
  max-height: fit-content;
  background: var(--dark-dark-d-2, #111116);
  overflow: hidden;
}
#gallery-page-top-banner-wrapper .top-header-page-introduction-content {
  width: 1216px;
  min-width: 1216px;
  max-width: 1216px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 64px;
  padding-bottom: 0px;
  padding-left: 16px;
  padding-right: 16px;
  width: 1216px;
}
#gallery-page-top-banner-wrapper .top-header-page-introduction-content h1 {
  color: var(--light-white, #fff);
  font-family: "SF-Pro-Bold-Text";
  font-size: 64px;
  font-style: normal;
  line-height: 125%;
  margin-top: 0;
  margin-bottom: 24px;
}
#gallery-page-top-banner-wrapper .top-header-page-introduction-content p {
  width: 728px;
  color: var(--light-light, #f1f2f5);
  font-family: "SF-Pro-Semi-Bold-Text";
  font-size: 24px;
  font-style: normal;
  line-height: 125%;
  margin: 0 0;
}
@media (max-width: 1250px) {
  #gallery-page-top-banner-wrapper {
    /* About Us Introduction content */
    padding-top: 100px;
    padding-bottom: 100px;
    height: 550px;
  }
  #gallery-page-top-banner-wrapper .top-header-page-introduction-content {
    width: 616px;
    min-width: 616px;
    max-width: 616px;
    margin-left: auto;
    margin-right: auto;
    width: 616px;
  }
  #gallery-page-top-banner-wrapper .top-header-page-introduction-content p {
    width: 598px;
    margin: 0 0;
  }
}
@media (max-width: 650px) {
  #gallery-page-top-banner-wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
    height: 700px;
  }
  #gallery-page-top-banner-wrapper .top-header-page-introduction-content {
    width: 344px;
    min-width: 344px;
    max-width: 344px;
    margin-left: auto;
    margin-right: auto;
    width: 344px;
  }
  #gallery-page-top-banner-wrapper .top-header-page-introduction-content h1 {
    font-size: 36px;
  }
  #gallery-page-top-banner-wrapper .top-header-page-introduction-content p {
    width: 312px;
    margin: 0 0;
  }
}

/* gallery main content container */

#gallery-main-content-container #breadcrumbs-navigation-container {
  margin-top: 16px;
  margin-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
  width: 1216px;
  min-width: 1216px;
  max-width: 1216px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0;
}
@media (max-width: 1250px) and (min-width: 650px) {
  #gallery-main-content-container #breadcrumbs-navigation-container {
    width: 616px;
    min-width: 616px;
    max-width: 616px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 650px) {
  #gallery-main-content-container #breadcrumbs-navigation-container {
    width: 344px;
    min-width: 344px;
    max-width: 344px;
    margin-left: auto;
    margin-right: auto;
  }
}
#gallery-main-content-container
  #breadcrumbs-navigation-container
  .breadcrumbs-list-container {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0;
  padding: 0 0;
}
#gallery-main-content-container
  #breadcrumbs-navigation-container
  .breadcrumbs-list-container
  .breadcrumbs-list-item
  a {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: var(--secondary-secondary, #6b6c7e);
  font-family: "SF-Pro-Regular-Text";
  font-size: 14px;
  font-style: normal;
  line-height: 125%;
  text-decoration: none;
}
#gallery-main-content-container
  #breadcrumbs-navigation-container
  .breadcrumbs-list-container
  .breadcrumbs-list-item
  a:hover {
  color: var(--dark-dark, #272833);
  font-family: "SF-Pro-Semi-Bold-Text";
  font-size: 13.6px;
  font-style: normal;
  line-height: 125%;
}
#gallery-main-content-container
  #breadcrumbs-navigation-container
  .breadcrumbs-list-container
  .breadcrumbs-list-item:last-child
  a {
  color: var(--dark-dark, #272833);
  font-family: "SF-Pro-Semi-Bold-Text";
  font-size: 14px;
  font-style: normal;
  line-height: 125%;
}
#gallery-main-content-container #gallery-content-card-wrapper {
  width: 1216px;
  min-width: 1216px;
  max-width: 1216px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 32px;
  margin-bottom: 100px;
  /* gallery card container */
}
@media (max-width: 1250px) {
  #gallery-main-content-container #gallery-content-card-wrapper {
    width: 616px;
    min-width: 616px;
    max-width: 616px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 64px;
  }
}
@media (max-width: 650px) {
  #gallery-main-content-container #gallery-content-card-wrapper {
    width: 344px;
    min-width: 344px;
    max-width: 344px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 48px;
  }
}
#gallery-main-content-container #gallery-content-card-wrapper hr {
  height: 4px;
  border-radius: 2px;
  background: linear-gradient(
    90deg,
    #f51102 0%,
    #a4675a 32.81%,
    #9766ff 66%,
    #ff5bb4 95.5%
  );
  margin-top: 32px !important;
  margin-bottom: 46px !important;
  opacity: 1 !important;
  border-top: none !important;
  border: none !important;
  margin-top: 24px;
  margin-bottom: 0px;
}
#gallery-main-content-container #gallery-content-card-wrapper #page-entries-no {
  color: var(--secondary-secondary, #6b6c7e);
  font-family: "SF-Pro-Semi-Bold-Text";
  font-size: 16px;
  font-style: normal;
  line-height: 125%;
  margin-top: 24px;
  margin-bottom: 16px;
  margin-left: 12px;
}
@media (max-width: 650px) {
  #gallery-main-content-container
    #gallery-content-card-wrapper
    #page-entries-no {
    margin-left: 36px;
  }
}
#gallery-main-content-container
  #gallery-content-card-wrapper
  #gallery-card-container {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  /* gallery card */
}
@media (max-width: 650px) {
  #gallery-main-content-container
    #gallery-content-card-wrapper
    #gallery-card-container {
    justify-content: center;
  }
}
#gallery-main-content-container
  #gallery-content-card-wrapper
  #gallery-card-container
  .gallery-card {
  position: relative;
  width: 384px;
  height: 384px;
  /* gallery card content*/
}
@media (max-width: 1250px) {
  #gallery-main-content-container
    #gallery-content-card-wrapper
    #gallery-card-container
    .gallery-card {
    width: 284px;
    height: 284px;
  }
}
#gallery-main-content-container
  #gallery-content-card-wrapper
  #gallery-card-container
  .gallery-card
  .card-image-container {
  margin: 0 0;
}
#gallery-main-content-container
  #gallery-content-card-wrapper
  #gallery-card-container
  .gallery-card
  .card-image-container
  img {
  display: flex;
  width: 384px;
  min-width: 384px;
  max-width: 384px;
  height: 384px;
  min-height: 384px;
  max-height: 384px;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
}
@media (max-width: 1250px) {
  #gallery-main-content-container
    #gallery-content-card-wrapper
    #gallery-card-container
    .gallery-card
    .card-image-container
    img {
    width: 284px;
    min-width: 284px;
    max-width: 284px;
    height: 284px;
    min-height: 284px;
    max-height: 284px;
  }
}
#gallery-main-content-container
  #gallery-content-card-wrapper
  #gallery-card-container
  .gallery-card
  .gallery-card-content {
  transition: opacity 1s ease-in-out;
  opacity: 0;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  width: calc(100% - 32px);
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  padding: 12px 8px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  /*gallery card image name*/
  /*gallery card tags */
}
#gallery-main-content-container
  #gallery-content-card-wrapper
  #gallery-card-container
  .gallery-card
  .gallery-card-content
  h3 {
  color: var(--light-white, #fff);
  font-family: "SF-Pro-Bold-Text";
  font-size: 24px;
  font-style: normal;
  line-height: 125%;
  margin-top: 0px;
  margin-bottom: 8px;
}
#gallery-main-content-container
  #gallery-content-card-wrapper
  #gallery-card-container
  .gallery-card
  .gallery-card-content
  ul {
  list-style: none;
  padding: 0 0;
  margin: 0 0;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
#gallery-main-content-container
  #gallery-content-card-wrapper
  #gallery-card-container
  .gallery-card
  .gallery-card-content
  ul
  li {
  border-radius: 8px;
  background: var(--secondary-secondary, #6b6c7e);
  padding: 2px 4px;
  color: var(--light-white, #fff);
  font-family: "SF-Pro-Semi-Bold-Text";
  font-size: 12px;
  font-style: normal;
  line-height: 125%;
}
#gallery-main-content-container
  #gallery-content-card-wrapper
  #gallery-card-container
  .gallery-card:hover
  .gallery-card-content {
  transition: opacity 1s ease-in-out;
  opacity: 1;
}
#gallery-main-content-container #service-component-outer-wrapper {
  background-color: var(--Primary-Base-Black, #000);
  overflow: hidden;
  border-collapse: separate;
}
#gallery-main-content-container
  #service-component-outer-wrapper
  #service-component-inner-wrapper {
  width: 1216px;
  min-width: 1216px;
  max-width: 1216px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 64px;
  margin-bottom: 0px;
  padding-left: 16px;
  padding-right: 16px;
  margin-bottom: 64px;
}
@media (max-width: 1250px) and (min-width: 650px) {
  #gallery-main-content-container
    #service-component-outer-wrapper
    #service-component-inner-wrapper {
    margin-top: 48px;
    margin-bottom: 0px;
  }
}
@media (max-width: 650px) {
  #gallery-main-content-container
    #service-component-outer-wrapper
    #service-component-inner-wrapper {
    margin-top: 24px;
    margin-bottom: 0px;
  }
}
@media (max-width: 1250px) and (min-width: 650px) {
  #gallery-main-content-container
    #service-component-outer-wrapper
    #service-component-inner-wrapper {
    width: 616px;
    min-width: 616px;
    max-width: 616px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 48px;
  }
}
@media (max-width: 650px) {
  #gallery-main-content-container
    #service-component-outer-wrapper
    #service-component-inner-wrapper {
    width: 344px;
    min-width: 344px;
    max-width: 344px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 24px;
  }
}
