@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");
@import url("https://fonts.googleapis.com/css?family=Familjen+Grotesk:700,400");
:root {
  --black: #000000;
  --bouquet: #be7baa;
  --di-serria: #dfab57;
  --light-color: #ffffff;
  --primary-color: #2575e6;
  --secondary-color: #a7c2e8;
  --text-color: #343434;
  --text-color2: #a3a3a3;
  --white: #ffffff80;
  --font-size-l: 24px;
  --font-size-m: 22px;
  --font-size-s: 21px;
  --font-size-xl: 25px;
  --font-size-xxl: 32px;
  --font-size-xs: 20px;
  --font-size-xxs: 17px;
  --font-size-xxxs: 16px;
  --font-family-familjen_grotesk: "Familjen Grotesk", Helvetica;
}

* {
  font-family: var(--font-family-familjen_grotesk) !important;
}

main {
  background-color: var(--background-color);
  padding-bottom: 70px;
}

.cl-di-serria {
  color: var(--di-serria);
}

.cl-bouquet {
  color: var(--bouquet);
}

.cl-light {
  color: var(--light-color);
}

.cl-primary {
  color: var(--primary-color);
}

.cl-black {
  color: black;
}

.cl-secondary {
  color: var(--secondary-color);
}

.cl-color1 {
  color: var(--text-color);
}

.cl-color2 {
  color: var(--text-color2);
}

.cl-white {
  color: white;
}

h1,
.h1 {
  font-size: 28px;
  letter-spacing: 0;
  line-height: normal;
}
@media (min-width: 992px) {
  h1,
  .h1 {
    font-size: 40px;
  }
}

h2,
.h2 {
  font-size: 24px;
  font-style: normal;
}
@media (min-width: 992px) {
  h2,
  .h2 {
    font-size: 32px;
  }
}

.h-0 {
  height: 0;
}

.f-size-xs {
  font-size: var(--font-size-xs);
  font-style: normal;
}

.f-size-m {
  font-size: 18px;
  font-style: normal;
}
@media (min-width: 992px) {
  .f-size-m {
    font-size: 18px;
    line-height: 1.8rem;
  }
}

.f-size-xl {
  font-size: 18px;
  font-style: normal;
}
@media (min-width: 992px) {
  .f-size-xl {
    font-size: 22px;
  }
}

.f-size-xxl {
  font-size: 24px;
  font-style: normal;
}
@media (min-width: 992px) {
  .f-size-xxl {
    font-size: 28px;
  }
}

p {
  letter-spacing: 0;
  font-size: 18px;
  line-height: 28px;
}
@media (min-width: 992px) {
  p {
    font-size: 22px;
    line-height: 40px;
  }
}

.fw-100 {
  font-weight: 100;
}

.fw-200 {
  font-weight: 200;
}

.fw-300 {
  font-weight: 300;
}

.fw-bold {
  font-weight: bold;
}

.zi-1 {
  z-index: 1;
}

.mt-4 {
  margin-top: 4px;
}

.mt-8 {
  margin-top: 8px;
}

.mt-12 {
  margin-top: 12px;
}

.mt-16 {
  margin-top: 16px;
}

.ms-16 {
  margin-left: 16px;
}

.mb-16 {
  margin-bottom: 16px;
}

.mt-24 {
  margin-top: 24px;
}

.ps-24 {
  padding-left: 24px;
}

.pe-24 {
  padding-right: 24px;
}

.pt-24 {
  padding-top: 24px;
}

.pb-24 {
  padding-bottom: 24px;
}

.mb-24 {
  margin-bottom: 24px;
}

.mt-32 {
  margin-top: 32px;
}

.mt-40 {
  margin-top: 40px;
}

.mb-40 {
  margin-bottom: 40px;
}

.pt-40 {
  padding-top: 40px;
}

.pb-40 {
  padding-bottom: 40px;
}

.mt-48 {
  margin-top: 48px;
}

.mt-64 {
  margin-top: 64px;
}

.mt-96 {
  margin-top: 96px;
}

.mb-96 {
  margin-bottom: 96px;
}

.pt-96 {
  padding-top: 96px;
}

.pb-96 {
  padding-bottom: 96px;
}

.ms-96 {
  margin-left: 96px;
}

.pl-120 {
  padding-left: 120px;
}

@media (min-width: 992px) {
  .mt-lg-4 {
    margin-top: 4px;
  }
  .mt-lg-8 {
    margin-top: 8px;
  }
  .mt-lg-16 {
    margin-top: 16px;
  }
  .mb-lg-16 {
    margin-bottom: 16px;
  }
  .mt-lg-24 {
    margin-top: 24px;
  }
  .ps-lg-24 {
    padding-left: 24px;
  }
  .mt-lg-32 {
    margin-top: 32px;
  }
  .mt-lg-40 {
    margin-top: 40px;
  }
  .mb-lg-40 {
    margin-bottom: 40px;
  }
  .pt-lg-40 {
    padding-top: 40px;
  }
  .pb-lg-40 {
    padding-bottom: 40px;
  }
  .mt-lg-48 {
    margin-top: 48px;
  }
  .mt-lg-64 {
    margin-top: 64px;
  }
  .mt-lg-74 {
    margin-top: 74px;
  }
  .mt-lg-96 {
    margin-top: 96px;
  }
  .mb-lg-96 {
    margin-bottom: 96px;
  }
  .pt-lg-96 {
    padding-top: 96px;
  }
  .pb-lg-96 {
    padding-bottom: 96px;
  }
  .ms-lg-96 {
    margin-left: 96px;
  }
  .mt-lg-96 {
    margin-top: 96px;
  }
  .ps-lg-120 {
    padding-left: 120px;
  }
  .pe-lg-120 {
    padding-right: 120px;
  }
}
.field-validation-error {
  font-size: 13px;
  color: red;
}

#hero {
  padding: 5px;
  width: calc(100% - 10px);
}
#hero .upSwiper {
  height: 180px;
  width: 100%;
}
@media (min-width: 768px) {
  #hero .upSwiper {
    height: 400px;
    border-radius: 16px;
  }
}
@media (min-width: 992px) {
  #hero .upSwiper {
    height: 300px;
  }
}
#hero .upSwiper .swiper-slide {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
}
@media (min-width: 576px) {
  #hero .upSwiper .swiper-slide {
    width: -moz-fit-content;
    width: fit-content;
  }
}
#hero .upSwiper .swiper-slide img,
#hero .upSwiper .swiper-slide video {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  z-index: -2;
}
@media (min-width: 576px) {
  #hero .upSwiper .swiper-slide img,
  #hero .upSwiper .swiper-slide video {
    border-radius: 0;
  }
}
#hero .upSwiper .swiper-slide:after {
  content: " ";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.44) 0%, rgba(0, 0, 0, 0) 61.3%);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: -1;
  border-radius: 8px;
}
@media (min-width: 768px) {
  #hero .upSwiper .swiper-slide:after {
    border-radius: 0;
  }
}
@media (min-width: 992px) {
  #hero .upSwiper .swiper-slide .content {
    width: 40%;
  }
  #hero .upSwiper .swiper-slide .content h1 {
    font-size: 50px;
  }
}
@media (min-width: 992px) {
  #hero .upSwiper .swiper-slide .content p {
    margin-top: 40px;
  }
}
#hero .up-swiper-pagination {
  position: inherit;
  text-align: center;
}
#hero .up-swiper-pagination .swiper-pagination-bullet {
  height: 5px;
  width: 5px;
}
@media (min-width: 992px) {
  #hero .up-swiper-pagination .swiper-pagination-bullet {
    height: 10px;
    width: 10px;
  }
}
#hero .up-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 16px;
  border-radius: 50px;
}
@media (min-width: 992px) {
  #hero .up-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 24px;
  }
}

#hero {
  background-color: var(--background-color);
  position: relative;
}
#hero .swiper-pagination {
  top: calc(100% - 25px);
}
#hero .swiper-navigation {
  width: 100%;
  justify-content: space-between;
  padding: 0 25px;
  position: absolute;
  top: 50%;
  display: none;
  height: 0;
  align-items: center;
  z-index: 1;
}
@media (min-width: 992px) {
  #hero .swiper-navigation {
    display: flex;
  }
}
#hero .swiper-navigation .prev-slide,
#hero .swiper-navigation .next-slide {
  height: 60px;
  width: 60px;
  background-color: rgba(20, 20, 20, 0.65);
  border: 0;
  color: white;
  border-radius: 50%;
  font-size: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
}
#hero .swiper-navigation .prev-slide:hover,
#hero .swiper-navigation .next-slide:hover {
  background-color: var(--primary-color2);
}

@media (min-width: 992px) {
  .inner-content {
    display: flex;
    flex-direction: row-reverse;
  }
}

@media (min-width: 992px) {
  .inner-content .left-content {
    width: 67%;
  }
}

@media (min-width: 992px) {
  .inner-content .full-content {
    width: 100%;
  }
}

#donate-box {
  margin-top: 35px;
}
@media (min-width: 992px) {
  #donate-box {
    position: sticky;
    top: 10px;
  }
}
@media (min-width: 992px) {
  #donate-box {
    width: 33%;
    margin: 0;
    margin-top: 50px;
    height: -moz-max-content;
    height: max-content;
  }
}
#donate-box .box {
  box-shadow: rgba(17, 17, 26, 0.1) 0 0 16px;
  background-color: white;
  border-radius: 10px;
  padding: 20px;
}
#donate-box .box .progress {
  width: 100%;
  height: 5px;
  margin-top: 45px;
  overflow: unset;
}
@media (min-width: 992px) {
  #donate-box .box .progress {
    width: 80%;
  }
}
#donate-box .box .progress .progress-bar {
  position: relative;
  overflow: unset;
  background-color: var(--primary-color2);
  border-radius: 5px;
  height: 5px;
}
#donate-box .box .progress .progress-bar .count-text {
  position: absolute;
  right: -23px;
  top: -35px;
  background-color: var(--primary-color2);
  border-radius: 5px;
  height: 26px;
  width: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: black;
  font-weight: bold;
  font-size: 13px;
}
#donate-box .box .progress .progress-bar .count-text:after {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -5px;
  top: 100%;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid var(--primary-color2);
}
#donate-box .box .donation-link {
  background-color: var(--primary-color1);
  height: 45px;
  width: 100%;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 35px;
  color: white;
  text-decoration: none;
  font-weight: bold;
}
@media (min-width: 992px) {
  #donate-box .box .donation-link {
    width: 80%;
  }
}
#donate-box .box h2 {
  font-size: 35px;
  font-weight: bold;
}
#donate-box .box h3 {
  font-size: 20px;
}
#donate-box .box hr {
  color: var(--primary-color1);
  width: 80%;
  margin-top: 50px;
}
#donate-box .box .actions {
  width: 100%;
}
#donate-box .box .actions a i {
  margin-right: 5px;
}

#presets-box h2 {
  text-align: center;
  margin-top: 35px;
  font-weight: bold;
  display: flex;
  align-items: center;
  flex-direction: column;
}
#presets-box h2 hr {
  border: 1px solid var(--primary-color1);
  opacity: 1;
  border-radius: 5px;
  width: 60px;
}
#presets-box .list {
  display: flex;
  gap: 15px;
  overflow: hidden;
  transition: max-height 1s ease-in-out;
  max-height: 1500px;
}
#presets-box .list .row {
  width: 100%;
}
#presets-box .list .item {
  background-color: var(--primary-color1);
  border-radius: 10px;
  color: var(--primary-color2);
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 12px 2px;
  font-weight: bold;
  text-decoration: none;
  height: 100%;
}
#presets-box .list .item.pe-none {
  background-color: gray;
}
#presets-box .list .item h4 {
  margin-bottom: 7px;
}
#presets-box .list .item .amount {
  background-color: rgba(234, 202, 15, 0.0705882353);
  border-radius: 50px;
  min-width: 100px;
  padding: 5px 15px 7px 15px;
  display: block;
  text-align: center;
  margin: 5px auto;
}
#presets-box .list .item.with-img {
  padding: 5px;
}
#presets-box .list .item.with-img h4 {
  margin-bottom: 2px;
}
#presets-box .list .item.with-img img {
  height: 120px;
  width: 100%;
  border-radius: 5px;
  margin-bottom: 5px;
}
#presets-box .list .item.with-img i.bi {
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#presets-box .list .item.with-img .amount {
  margin: 0;
}

.more-button {
  display: flex;
  justify-content: center;
  margin-top: -250px;
  position: relative;
  transition: 1s ease-in-out;
}
.more-button .gradient {
  background: linear-gradient(rgba(255, 255, 255, 0), hsl(277.61, 30%, 98.6967701814%) 88%) !important;
  height: 250px;
  width: 100%;
  opacity: 1;
  visibility: visible;
  transition: 1s ease-in-out;
}
.more-button button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 20px;
  min-width: 140px;
  border-radius: 50px;
  border: 1px solid hsl(277.61, 43.23%, 80%);
  font-weight: bold;
  height: 40px;
  position: absolute;
  transition: 1s ease-in-out;
  margin-bottom: 50px;
  align-self: end;
  background-color: hsl(277.61, 28%, 97.1935403627%);
}
.more-button button .l {
  display: none;
}
.more-button button .m {
  display: block;
}
.more-button button .bi {
  transform: rotate(90deg);
  transition: 1s ease-in-out;
  display: inline-block;
}
.more-button.less {
  margin-top: 0px;
}
.more-button.less button .l {
  display: block;
}
.more-button.less button .m {
  display: none;
}
.more-button.less button .bi {
  transform: rotate(-90deg);
}
.more-button.less .gradient {
  opacity: 0;
  visibility: hidden;
  height: 150px;
}

.search-box {
  display: flex;
  justify-content: space-between;
  height: 60px;
  align-items: center;
  font-weight: bold;
  background-color: var(--primary-color1-opacity-11);
  padding: 0 15px;
  border-radius: 4px 4px 0 0;
}
.search-box .title {
  display: flex;
  align-items: baseline;
  flex-grow: 1;
}
.search-box .title h3 {
  font-size: 23px;
  color: var(--primary-color1);
}
.search-box .title h4 {
  font-size: 13px;
  margin-left: 5px;
}
.search-box input {
  flex-grow: 1;
  height: 100%;
  border: 0;
  background-color: transparent;
  outline: none;
  padding: 0 20px;
  display: none;
}
.search-box .bi-search {
  cursor: pointer;
  font-size: 22px;
}
.search-box .bi-x-lg {
  cursor: pointer;
  font-size: 22px;
  display: none;
}
.search-box.active .bi-search,
.search-box.active .title {
  display: none;
}
.search-box.active input {
  display: block;
}
.search-box.active .bi-x-lg {
  display: block;
}

#donate-now-box {
  margin: 60px 0 35px;
}
#donate-now-box .donation-link {
  background-color: var(--primary-color1);
  height: 45px;
  width: 100%;
  max-width: 300px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  text-decoration: none;
  font-weight: bold;
  margin: auto;
}

#teams .list {
  overflow: hidden;
  transition: 1s ease-in-out;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-height: 1500px;
  overflow: auto;
}
@media (min-width: 576px) {
  #teams .list {
    gap: 8px;
    margin-top: 15px;
  }
}
#teams .list .item {
  background-color: var(--primary-color1-opacity-11);
  font-weight: bold;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: black;
  padding-top: 15px;
  border-radius: 10px;
  width: 100%;
  margin-top: 8px;
}
@media (min-width: 670px) {
  #teams .list .item {
    margin-top: 0px;
    width: calc(50% - 4px);
  }
}
#teams .list .item .title {
  font-size: 18px;
}
#teams .list .item .metrics {
  display: flex;
  justify-content: space-between;
  width: 100%;
  text-align: center;
  padding: 10px;
}
#teams .list .item .metrics div {
  background-color: hsl(263.08, 18.69%, 96.0641608392%);
  border-radius: 10px;
  box-shadow: none;
  border: 1px solid hsl(277.61, 30%, 98.6967701814%);
  padding: 10px 15px;
  width: calc(33.3333333333% - 5px);
}
#teams .list .item .metrics div h3 {
  font-size: 18px;
  line-height: 22px;
}
#teams .list .item .metrics div h4 {
  font-size: 13px;
  line-height: 16px;
}
#teams .list .item.with-img {
  padding: 5px;
}
#teams .list .item.with-img h4 {
  margin-bottom: 2px;
}
#teams .list .item.with-img img {
  height: 200px;
  width: 100%;
  border-radius: 5px;
  margin-bottom: 5px;
}
#teams .list .item.with-img i.bi {
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#teams .list .item.with-img .amount {
  margin: 0;
}

#donations {
  padding-top: 40px;
}
#donations .list {
  overflow: hidden;
  transition: max-height 1s ease-in-out;
  max-height: 1500px;
}
#donations .list .item {
  padding: 20px 30px;
}
#donations .list .item:nth-child(even) {
  background-color: hsl(277.61, 28%, 97.1935403627%);
}
#donations .list .item .profile {
  display: flex;
  align-items: baseline;
  font-weight: bold;
}
#donations .list .item .profile h3 {
  font-size: 15.8px;
}
#donations .list .item .profile .team,
#donations .list .item .profile .preset {
  color: var(--primary-color1);
  font-size: 75%;
  margin-left: 5px;
}
#donations .list .item .date-price {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
}
#donations .list .item .date-price .proccessing-fee {
  height: 20px;
}
#donations .list .item .date-price .d {
  font-size: 15px;
}
#donations .list .item .date-price .price {
  font-size: 18px;
  line-height: 27px;
}
#donations .list .item p {
  font-size: 14px;
  line-height: 20px;
  margin-top: 7px;
}

.actions {
  display: flex;
  justify-content: space-between;
}
.actions button {
  border-radius: 7px;
  margin: 15px 0px 0px;
  width: calc(50% - 8.5px);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 46px;
  font-weight: 600;
  color: var(--primary-color1);
  border: 1px solid var(--primary-color1);
  background-color: transparent;
}
.actions button i {
  margin-right: 5px;
}

#bottom_nav {
  border: 1px solid hsl(277.61, 43.23%, 80%);
  position: fixed;
  bottom: 0px;
  width: 100%;
  height: 65px;
  background: hsl(277.61, 33%, 93.4967701814%);
  display: flex;
  justify-content: space-evenly;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  flex-wrap: wrap;
  z-index: 3;
}
@media (min-width: 992px) {
  #bottom_nav {
    display: none;
  }
}
#bottom_nav a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: var(--primary-color1);
  text-decoration: none;
  font-weight: bold;
}
#bottom_nav a i {
  font-size: 22px;
  margin-top: 5px;
}
#bottom_nav a:first-child {
  background-color: var(--primary-color1);
  color: white;
  border-radius: 50px;
  padding: 10px 30px;
  margin: 5px 0px;
}
#bottom_nav a:last-child {
  width: 100%;
  flex-direction: row;
  justify-content: end;
  margin-right: 10px;
}
#bottom_nav a:last-child span {
  font-size: 13px;
}
@keyframes bg-move {
  0% {
    background-position: -500px 0;
  }
  100% {
    background-position: 1000px 0;
  }
}
.donation-link {
  background-image: linear-gradient(270deg, rgba(100, 181, 239, 0) 48.44%, rgba(255, 255, 255, 0.4117647059) 75.52%, rgba(100, 181, 239, 0) 100%);
  background-repeat: no-repeat;
  animation: bg-move linear 5s infinite;
}

.btn-outline-primary:hover {
  background-color: var(--primary-color1-opacity-ee);
  border-color: var(--primary-color1-opacity-ee);
}

.btn-primary:hover {
  background-color: var(--primary-color1-opacity-ee);
  border-color: var(--primary-color1-opacity-ee);
}

.btn-outline-primary {
  border-color: var(--primary-color1);
  color: var(--primary-color1);
}

.btn-primary,
.btn-check:focus + .btn-primary,
.btn-primary:focus,
.btn-check:active + .btn-primary,
.btn-check:checked + .btn-primary,
.btn-primary.active,
.btn-primary:active,
.show > .btn-primary.dropdown-toggle {
  background-color: var(--primary-color1);
  border-color: var(--primary-color1);
}

.swiper-pagination-bullet-active {
  background-color: var(--primary-color2);
}

.form-control:focus {
  border-color: var(--primary-color1);
  box-shadow: 0 0 0 0.25rem var(--primary-color1-opacity-11);
}

.title {
  padding: 20px 10px;
  text-align: center;
}

.text-primary {
  color: var(--primary-color1) !important;
}

p {
  text-align: justify;
}/*# sourceMappingURL=theme3.css.map */