/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

/* global swiper */
.shabbah-swiper-button-next {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  z-index: 10;
}
.shabbah-swiper-button-prev {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  z-index: 10;
}

.swiper-button-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.swiper-slide {
  height: auto !important;
}

@media screen and (max-width: 768px) {
  .about-swiper-button-prev,
  .about-swiper-button-next {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .swiper-pagination {
    display: none;
  }
}

/* about swiper */
.about_container {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
}
.about-swiper {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.about-image-frame {
  display: flex;
  justify-content: center;
  cursor: pointer;
  padding: 7.078px 0;
}
.about-image-frame img {
  border-radius: 25.48px;
}
.about-swiper .swiper-slide {
  display: flex;
}
@media screen and (min-width: 768px) {
  .about-swiper {
    max-width: calc(100% - 100px);
  }
}
.swiper-pagination.about-swiper-pagination {
  transform: translatey(30px);
}
/* events swiper */
.events_container {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  font-family: "Readex Pro", Sans-serif;
}
.event {
  display: flex !important;
  flex-direction: column;
}

.events-swiper {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.event__image {
  width: 100%;
  height: 333px;
}
.event__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 22px 22px 0px 0px;
}
.event__details {
  padding: 22px 29px;
  display: flex;
  flex-direction: column;
  gap: 17px;
  background-color: #fff;
  border-radius: 0px 0px 22px 22px;
  transition: all 0.3s ease;
  flex: 1;
}
.event__detail {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.event__detail h1 {
  font-size: 28px;
  font-weight: 700;
  line-height: 35px;
  color: #524c2b;
  text-align: right;
  margin: 0;
}
.event__detail p {
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  color: #9e955e;
  text-align: right;
  margin: 0;
}
.event__details .event_footer {
  display: flex;
  align-items: center;
  gap: 5px;
  text-decoration: none !important;
  align-self: flex-end;
  margin-top: auto;
}
.event__details .event_footer span {
  color: #9e955e;
  font-size: 12px;
  line-height: 22px;
  font-weight: 300;
}
.event__details .event_footer svg {
  margin-top: 3px;
}
.events-swiper {
  max-width: calc(100% - 100px);
}

.event:hover p,
.event:hover h1,
.event:hover span {
  color: #fff;
}

.event:hover .event__details {
  background-color: #96affa;
}
@media screen and (max-width: 768px) {
  .events-swiper {
    max-width: calc(100% - 70px);
  }
  .events-swiper-button-prev {
    transform: translate(15px, -50%);
  }
  .events-swiper-button-next {
    transform: translate(-15px, -50%);
  }
}

.shabbha-x-padding {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (min-width: 1000px) {
  .shabbha-x-padding {
    padding-left: 277px;
    padding-right: 277px;
  }
}

.shabbha-container {
  max-width: 1200px !important;
  width: 100%;
  padding: 20px;
}

@media screen and (max-width: 768px) {
  .shabbha-container.shabbha-container-mobile {
    padding: 0 !important;
  }
}
.companies_container {
  width: 100%;
  min-height: 172px;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}

.companies-swiper {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
  max-width: calc(100% - 40px);
}
@media screen and (min-width: 768px) {
  .companies-swiper {
    max-width: calc(100% - 40%);
  }
  .companies_container {
    border-radius: 35px;
  }
}
.companies-wrapper {
  display: flex;
  align-items: center;
}
.company_item {
  width: 234px;
  height: 77px;
}
.company_item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
