/*
Theme Name: Stem Solutions
Developer: Abylaikhan Tleukhan
Author URI: https://webrocket.kz/
*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
* {
  font-family: "Montserrat", sans-serif;
}
h1,
h2,
h3 {
  font-weight: 500 !important;
}
h2 {
  font-size: 24px !important;
}
.pointer {
  cursor: pointer;
}
.smooth {
  transition: all 0.5s ease-in-out;
}
.smooth.fade-out {
  opacity: 0;
}
.text-sm {
  font-size: 14px;
}
/* home page */
/* .home-page-hero-col{
	height
} */

/* about page */
.about-page-stem-video-wrapper iframe {
  width: 100%;
  height: 650px;
  border-radius: 25px;
}
.splide__arrow {
  background: var(--bs-primary-bg-subtle);
  border-radius: 10px;
  height: 50px;
  width: 50px;
}
.certificate-card {
  height: 350px;
}
.news-card:hover h3 {
  color: var(--bs-primary) !important;
}

#team-splide .splide__arrows,
#certificates-splide .splide__arrows,
#news-splide .splide__arrows,
#feedbacks-splide .splide__arrows {
  position: absolute !important;
  right: 90px !important;
  top: -70px !important;
}
#astana-workshop-splide .splide__arrows,
#almaty-workshop-splide .splide__arrows,
#schools-workshop-splide .splide__arrows {
  position: absolute !important;
  right: 90px !important;
  top: -150px !important;
}
#team-splide .splide__arrows .splide__arrow--prev,
#certificates-splide .splide__arrows .splide__arrow--prev,
#news-splide .splide__arrows .splide__arrow--prev,
#feedbacks-splide .splide__arrows .splide__arrow--prev,
#astana-workshop-splide .splide__arrows .splide__arrow--prev,
#almaty-workshop-splide .splide__arrows .splide__arrow--prev,
#schools-workshop-splide .splide__arrows .splide__arrow--prev {
  left: -30px !important;
}
#team-splide .splide__arrows .splide__arrow--next,
#certificates-splide .splide__arrows .splide__arrow--next,
#news-splide .splide__arrows .splide__arrow--next,
#feedbacks-splide .splide__arrows .splide__arrow--next,
#astana-workshop-splide .splide__arrows .splide__arrow--next,
#almaty-workshop-splide .splide__arrows .splide__arrow--next,
#schools-workshop-splide .splide__arrows .splide__arrow--next {
  left: 35px !important;
}
.splide__pagination {
  top: 120px;
}
/* .splide__pagination__page {
  background: var(--bs-light);
} */
.splide__pagination__page.is-active {
  background: var(--bs-primary);
}
#solutions-splide .splide__list {
  justify-content: center !important;
}

/* faq */
.hide-faq-text {
  height: 0 !important;
}
.show-faq-text {
  height: 120px;
}
.rotate {
  transform: rotate(45deg);
}
.news-post-card:hover h3 {
  color: var(--bs-primary) !important;
}

/* workshops */
.workshop-card:hover i {
  opacity: 1 !important;
}

.award-card_item {
  height: 200px;
}
/* footer */
.footer-nav-item {
  border-bottom: 1px solid var(--bs-primary);
}
.footer-nav-item:hover {
  border-bottom: 1px solid white !important;
}

.service-two-advantage_card:hover {
  background-color: var(--bs-primary) !important;
}
.service-two-advantage_card:hover :is(span, p) {
  color: white !important;
}
.service-two-advantage_card:hover i {
  background-color: white !important;
  color: var(--bs-primary) !important;
}
.service-button {
  transition: border 0.3s ease-in-out, color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.gradient-box {
  background: linear-gradient(to right, #207cfe 0%, #7a89f0 34%, #b87dd3 71%, #d46393 98%);
  border-radius: 8px;
}
.bg-light-primary {
  background-color: #f3f7fe;
}
.education-tarif-card-desc {
  height: 190px;
}
.sphere-card_inner-block:hover {
  background-color: var(--bs-white) !important;
  border: 2px solid var(--bs-primary-border-subtle) !important;
}
.hero-top-block {
  height: 400px;
}
.hero-img {
  width: 100px;
}
.hero-bg-image {
  width: 200px;
}
.hero-contact-section {
  height: 450px;
}
.tarif-card-desc {
  height: 200px;
}
.wpcf7-form p {
  margin: 0;
}
.video-place iframe {
  width: 100% !important;
}

@media (max-width: 1200px) {
  .hero-top-block {
    height: 440px;
  }
}

@media (max-width: 768px) {
  h1 {
    font-size: 2em !important;
  }
  /* about page */
  .about-page-stem-video-wrapper iframe {
    height: 315px;
  }
  .workspace-row {
    width: 1200px;
  }
  .education-tarif-card-desc {
    height: auto;
  }
  .hero-contact-section {
    height: auto;
  }
  .tarif-card-desc {
    height: auto;
  }
  .hero-top-block {
    height: auto;
  }
}
