@charset "UTF-8";
@import "https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&family=Bebas+Neue&family=Bricolage+Grotesque:opsz,wght@12..96,200..800&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Epilogue:ital,wght@0,100..900;1,100..900&family=Georama:ital,wght@0,100..900;1,100..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Lexend+Deca:wght@100..900&family=Lexend:wght@100..900&family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Marcellus&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap";

/* node_modules/slick-carousel/slick/slick.css */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}

/* node_modules/slick-carousel/slick/slick-theme.css */
.slick-loading .slick-list {
  background: #fff url("./media/ajax-loader.gif") center center no-repeat;
}
@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;
  src: url("./media/slick.eot");
  src:
    url("./media/slick.eot?#iefix") format("embedded-opentype"),
    url("./media/slick.woff") format("woff"),
    url("./media/slick.ttf") format("truetype"),
    url("./media/slick.svg#slick") format("svg");
}
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}
.slick-prev:before {
  content: "\2190";
}
[dir=rtl] .slick-prev:before {
  content: "\2192";
}
.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}
.slick-next:before {
  content: "\2192";
}
[dir=rtl] .slick-next:before {
  content: "\2190";
}
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "\2022";
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}

/* src/styles.scss */
::-webkit-scrollbar {
  width: 0px;
  background: transparent;
}
::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background: transparent;
  transition: background 0.3s ease-in-out;
  position: absolute;
  z-index: 9999;
  width: 0px;
}
html.scrolling ::-webkit-scrollbar-thumb {
  background: var(--brand-color);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}
.ias-title {
  color: #fff;
  font-family: "Urbanist";
  font-size: 40px !important;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media (max-width: 900px) {
  .ias-title {
    font-size: 30px !important;
    margin: 15px 0px !important;
  }
}
.btn-prime {
  border: 2px solid #523AB1;
  border-radius: 4px;
  background: #523AB1;
  display: flex;
  padding: 10px 24px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: var(--Text-Alternative, #FFF);
  text-align: center;
  font-family: Urbanist;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  transition: all 0.3s ease-in-out;
}
.btn-prime:hover {
  border-radius: 4px;
  background: rgba(82, 58, 177, 0);
  border: 2px solid #523AB1;
  display: flex;
  padding: 10px 24px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: #523AB1;
  text-align: center;
  font-family: Urbanist;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.btn-black {
  border: 2px solid #222;
  border-radius: 4px;
  background: #222;
  display: flex;
  padding: 10px 24px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: var(--Text-Alternative, #FFF);
  text-align: center;
  font-family: Urbanist;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  transition: all 0.3s ease-in-out;
}
.btn-black:hover {
  border-radius: 4px;
  background: rgba(82, 58, 177, 0);
  border: 2px solid #222;
  display: flex;
  padding: 10px 24px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: #222;
  text-align: center;
  font-family: Urbanist;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.btn-donate {
  position: relative;
  border-radius: 4px;
  border: 1px solid #492FB2;
  padding: 12px 24px;
  background: transparent;
  color: #FFF;
  font-family: Urbanist, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.15px;
  overflow: hidden;
  z-index: 1;
  transition: color 0.3s ease-in-out;
}
.btn-donate::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      130deg,
      #492FB2 -1.74%,
      rgba(73, 47, 178, 0.61) 125.81%);
  z-index: -1;
  transition: opacity 0.3s ease-in-out;
  opacity: 1;
}
.btn-donate:hover {
  color: #492FB2;
  border: 1px solid #492FB2;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: #492FB2;
}
.btn-donate:hover::before {
  opacity: 0;
}
.btn-donate svg path {
  transition: fill 0.3s ease-in-out;
}
.btn-donate:hover svg path {
  fill: #492FB2;
}
.like-button {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  font-size: 1.5rem;
  color: #ffffff;
}
.like-button svg {
  width: 20px;
  height: 20px;
  margin-right: 5px;
  fill: none;
  display: inline-block;
  transform-origin: center;
  transform-box: fill-box;
  transition: transform 0.3s;
}
.like-button.liked svg path {
  fill: #e0245e;
  stroke: #e0245e;
}
.like-button.animate svg {
  animation: pop 0.3s forwards;
}
.like-button .like-count {
  font-size: 1.2rem;
  transition: color 0.3s;
}
.like-button.liked .like-count {
  color: #e0245e;
}
.like-button.animate svg {
  animation: pop 0.3s cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
}
@keyframes pop {
  0% {
    transform: scale(1);
  }
  40% {
    transform: scale(1.45);
  }
  65% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
  }
}
.breadcrumb-item a {
  color: #8D8D8D;
  font-family: Urbanist;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #FFF;
  font-family: Urbanist;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}
.breadcrumb-item + .breadcrumb-item::before {
  content: "/";
  display: inline-block;
  color: #8D8D8D;
}
@media (max-width: 768px) {
  .btn-prime,
  .btn-black,
  .btn-donate {
    font-size: 14px;
    padding: 8px 8px;
    gap: 6px;
  }
}
@media (max-width: 480px) {
  .btn-prime,
  .btn-black,
  .btn-donate {
    font-size: 13px;
    padding: 6px 8px;
    gap: 4px;
  }
}
* {
  margin: 0px;
  padding: 0px;
}
body {
  margin: 0;
  overflow-x: hidden;
  font-family:
    Roboto,
    "Helvetica Neue",
    sans-serif;
}
html,
body {
  height: 100%;
}
.modern-pagination .page-item {
  margin: 0 3px;
}
.modern-pagination .page-link {
  border-radius: 8px !important;
  border: 1px solid #ddd;
  padding: 6px 12px;
  color: #444;
  background-color: #fff;
  transition: all 0.2s ease;
  cursor: pointer;
}
.modern-pagination .page-link.active {
  background-color: #f5f0ff;
  border: 1px solid #7c3aed;
  color: #7c3aed;
  font-weight: 600;
}
.modern-pagination .page-link:hover {
  background-color: #f2f2f2;
  color: #000;
}
.modern-pagination .page-item.disabled .page-link {
  opacity: 0.5;
  pointer-events: none;
}
.cursor-pointer {
  cursor: pointer;
}
.Camelcase {
  text-transform: capitalize;
}
.uw-widget-custom-trigger {
  border: none;
  border-radius: 70px;
  bottom: 24px;
  cursor: pointer;
  height: 70px;
  padding: 18px;
  position: fixed;
  left: 20px;
  display: flex;
  overflow: hidden;
  align-items: center;
  width: auto;
  max-width: 70px;
  transition: all 400ms;
  color: var(--color-white);
  background-color: var(--color-dark-blue-1);
  text-align: left;
  z-index: 99999;
  cursor: pointer;
  box-shadow: 0px 13px 14px -6px rgba(0, 0, 0, 0.35);
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles.css.map */
