/*
Theme Name: Bolashak Charity theme
*/
@font-face {
  font-family: Gilroy-bold;
  src: url(fonts/Gilroy-Bold.ttf);
}
@font-face {
  font-family: Gilroy;
  src: url(fonts/Gilroy-Regular.ttf);
}
:root {
  --pink: #b72465;
}
* {
  font-family: Gilroy;
}
h1,
h2,
h3,
h1 b {
  font-family: Gilroy-bold !important;
}
h1 {
  font-size: 48px;
}
.text-pink {
  color: var(--pink);
}
.text-sm {
  font-size: 14px;
}
.bg-pink {
  background-color: var(--pink);
}
.pink-gradient {
  background: #b72465;
  background: linear-gradient(90deg, rgba(183, 36, 101, 1) 30%, rgba(87, 199, 133, 0) 71%, rgba(237, 221, 83, 0) 100%);
}
.text-sm {
  font-size: 14px;
}
.smooth {
  transition: all 0.5s ease-in-out;
}
.rotate {
  transform: rotate(180deg);
}
.scrollable-block {
  width: max-content !important;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.pointer {
  cursor: pointer;
}
/* SIDEPANEL */
.about-sidepanel {
  position: sticky;
  height: 300px;
  top: 170px;
}
.specialist-sidepanel {
  position: sticky;
  height: 700px;
  top: 170px;
}
.parents-sidepanel {
  position: sticky;
  height: 700px;
  top: 170px;
}

/* HOME PAGE */
.hero-section {
  height: 600px;
}
.numbers-title {
  position: sticky;
  height: 550px;
  top: 170px;
}
.number-card {
  height: 300px;
}
.number-card .bg-span {
  font-size: 62px;
  opacity: 0.05;
  top: -10px;
  right: -15px;
}
.block-card:hover {
  background-color: var(--pink) !important;
}
.block-card:hover :is(h3, p) {
  color: var(--bs-white) !important;
}

/* NEWS */
.post-image-wrapper {
  height: 250px;
}

/* CONTACTS */
.map-wrapper iframe {
  width: 100%;
  border-radius: 20px;
}

/* TEAM COUNCIL */
.avatar-wrapper {
  height: 350px;
}
.pdf-map {
  height: 800px;
}
.video-wrapper iframe {
  width: 100% !important;
  height: 200px !important;
  border-radius: 20px;
}
@media (max-width: 768px) {
  h1 {
    font-size: 32px;
  }
  /* HOME PAGE */
  .numbers-title {
    position: inherit;
    height: auto;
  }
  .number-card {
    height: 250px;
  }
  .heart-img {
    transform: scaleX(-1);
    width: 50% !important;
    top: 33%;
    left: 50% !important;
  }

  /* TEAM COUNCIL */
  .avatar-wrapper {
    height: 195px;
  }
  .pdf-map {
    height: 520px;
  }
}
