/* --------------- global --------------- */
:root {
  --cr-brown: #653616;
}

.cr-brown {
  color: var(--cr-brown) !important;
}

.bg-brown {
  background-color: var(--cr-brown) !important;
  border-color: var(--cr-brown) !important;
  color: #fff;
}

.butn.butn-leaf {
  border-radius: 10px 0 10px 0;
}

.bg-brown-light {
  background-color: #F3EFEC;
}

/* --------------- header-st2 --------------- */
.header-st2 {
  position: relative;
}
.header-st2 .header-slider-st2 {
  position: relative;
  overflow: hidden;
}
.header-st2 .header-slider-st2 .swiper-button-prev {
  right: 30px;
}
.header-st2 .header-slider-st2 .swiper-button-next {
  left: 30px;
}
.header-st2 .hero-card {
  position: relative;
  z-index: 10;
  color: #fff;
  height: 90vh;
    display: flex;
    align-items: center;
}
.header-st2 .hero-card::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(269.79deg, #000000 7.55%, rgba(0, 0, 0, 0) 99.84%);
  z-index: -1;
  pointer-events: none;
}
.header-st2 .hero-card .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -2;
  pointer-events: none;
}
.header-st2 .hero-card .info {
  position: relative;
  padding: 50px 0;
  z-index: 10;
}
.header-st2 .hero-card .info .shap {
    position: absolute;
    inset-inline-start: 10%;
    top: 10%;
    z-index: -1;
    height: 80%;
    object-fit: contain;
}

.swiper-arrow-st2 {
  width: 60px;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.2);
}
.swiper-arrow-st2:hover {
  background-color: var(--cr-brown);
}

/* --------------- about-st2 --------------- */
.about-st2 {
  position: relative;
  overflow: hidden;
}
.about-st2 .img {
  position: relative;
  padding: 40px 0 40px 40px;
  z-index: 10;
}
.about-st2 .img .shap {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: -1;
}

/* --------------- services-st2 --------------- */
.services-st2 {
  position: relative;
  overflow: hidden;
}
.services-st2 .info-cards {
  position: relative;
  border-inline-start: 1px solid #999;
}
.services-st2 .info-cards .item {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
  border-bottom: 1px solid #999;
}
.services-st2 .info-cards .item h5 {
  position: relative;
  font-size: 30px;
  padding: 10px 0;
  padding-inline-end: 20px;
}
.services-st2 .info-cards .item h5 .num {
  position: absolute;
  inset-inline-end: 0;
  top: 0;
  font-size: 20px;
  font-weight: 100;
  color: var(--cr-brown);
}
.services-st2 .info-cards .item .arrow {
  position: relative;
  width: 40px;
  height: 40px;
  background-color: #ccc;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.services-st2 .info-cards .item:last-of-type {
  border: 0;
}
.services-st2 .info-cards .item.active .arrow {
  background-color: #fff;
}
.services-st2 .tabs-cards {
  position: relative;
  height: 550px;
}
.services-st2 .tabs-cards .tab-card {
  position: absolute;
  width: 100%;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transform: scale(0.8);
  filter: blur(30px);
  transition: all 1s ease;
}
.services-st2 .tabs-cards .tab-card .img {
  position: relative;
  height: 400px;
  padding: 30px;
  overflow: hidden;
  z-index: 10;
}
.services-st2 .tabs-cards .tab-card .img::before {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 40%;
  height: 60%;
  border: 2px solid var(--cr-brown);
  z-index: -1;
}
.services-st2 .tabs-cards .tab-card .img::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 25%;
  height: 35%;
  border: 2px solid var(--cr-brown);
  z-index: -1;
}
.services-st2 .tabs-cards .tab-card h5 {
  position: relative;
  font-size: 30px;
  padding: 10px 0;
  padding-inline-end: 20px;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
}
.services-st2 .tabs-cards .tab-card h5 .num {
  position: absolute;
  inset-inline-end: 0;
  top: 0;
  font-size: 20px;
  font-weight: 100;
  color: var(--cr-brown);
}
.services-st2 .tabs-cards .tab-card.active {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  filter: blur(0);
}

/* --------------- partners-st2 --------------- */
.partners-st2 {
  position: relative;
  overflow: hidden;
}
.partners-st2 .swiper-button-next {
  right: 30px;
}
.partners-st2 .swiper-button-prev {
  left: 30px;
}
.partners-st2 .swiper-button-next,
.partners-st2 .swiper-button-prev {
  width: 40px;
  height: 40px;
  background-color: #fff;
  color: var(--cr-brown);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1333333333);
}
.partners-st2 .swiper-button-next:hover,
.partners-st2 .swiper-button-prev:hover {
  background-color: var(--cr-brown);
  color: #fff;
}
.partners-st2 .partners-slider-st2 {
  position: relative;
  overflow: hidden;
}
.partners-st2 .partner {
  position: relative;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.partners-st2 .partner img {
  height: 80px;
  max-width: 70%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* --------------- contact --------------- */
.contact-st2 {
  position: relative;
}
.contact-st2::after {
  display: none;
}
.contact-st2 .social-links {
  position: relative;
  margin-top: 30px;
}
.contact-st2 .social-links a {
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--cr-brown);
  color: var(--cr-brown);
  font-size: 16px;
  margin-inline-end: 10px;
}
.contact-st2 .social-links a:hover {
  background-color: var(--cr-brown);
  color: #fff;
}
.contact-st2 .form-st2 {
  position: relative;
  display: block;
  background-color: #fff;
  padding: 50px;
  border-radius: 10px;
}
.contact-st2 .form-st2 .form-control {
  position: relative;
  margin-top: 10px;
  background-color: #F3EFEC;
  border-radius: 10px;
  border: 0;
  padding: 12px 15px;
}
.contact-st2 .form-st2 .form-control::-moz-placeholder {
  color: #c3c3c3;
}
.contact-st2 .form-st2 .form-control::placeholder {
  color: #c3c3c3;
}

/* --------------- footer-st2 --------------- */
.footer-st2 {
  position: relative;
  background-image: url(../images/footer-st2.jpg);
  background-size: cover;
  color: #fff;
  text-align: center;
}
.footer-st2 .footer-links {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 30px;
}
.footer-st2 .footer-links a {
  position: relative;
  font-size: 16px;
}
.footer-st2 .social-links {
  position: relative;
  margin-top: 30px;
}
.footer-st2 .social-links a {
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--cr-brown);
  color: #fff;
  font-size: 16px;
  margin-inline-end: 10px;
}
.footer-st2 .social-links a:hover {
  color: var(--cr-brown);
  background-color: #fff;
}
.footer-st2 .inspire_logo {
    width: 50px;
    object-fit: contain;
}
/* --------------- responsive --------------- */
@media screen and (max-width: 991px) {
  .fsz-100 {
    font-size: 60px !important;
  }
  .fsz-55 {
    font-size: 35px !important;
  }
  .header-st2 .swiper-button-next,
  .header-st2 .swiper-button-prev {
    display: none;
  }
  .about-st2 .img img {
    height: 300px !important;
  }
}
/* ======= */
/* ======= *//*# sourceMappingURL=style-contr.css.map */