/* [project]/src/components/home-page/why-choose/why-choose-xacco.module.css [app-client] (css) */
.why-choose-xacco-module__FdSEYG__xaccoChooseContainer {
  max-width: 93%;
  margin: 50px auto;
}

.why-choose-xacco-module__FdSEYG__whyChoose {
  color: #2d2d2d;
  letter-spacing: -3px;
  font-family: Montserrat, sans-serif;
  font-size: 125px;
  font-style: normal;
  font-weight: 400;
  line-height: 156px;
  margin: 0 .5rem 0 0 !important;
}

.why-choose-xacco-module__FdSEYG__descXaccoContainer {
  justify-content: flex-start;
  align-items: center;
  gap: 90px;
  padding-top: -198px;
  display: flex;
}

.why-choose-xacco-module__FdSEYG__descXacco {
  color: #2d2d2d;
  letter-spacing: -3px;
  font-family: Montserrat, sans-serif;
  font-size: 125px;
  font-style: normal;
  font-weight: 400;
  line-height: 156px;
  margin: 0 .5rem 0 0 !important;
}

.why-choose-xacco-module__FdSEYG__xaccoWhyChoosePara {
  color: #383838;
  width: 39%;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

.why-choose-xacco-module__FdSEYG__socialLinks {
  margin-top: 24px;
  display: block;
}

.why-choose-xacco-module__FdSEYG__socialIcons {
  justify-content: flex-start;
  gap: 16px;
  display: flex;
}

.why-choose-xacco-module__FdSEYG__socialLink {
  color: #000;
  background-color: #0000;
  border-radius: 9999px;
  padding: 8px;
  transition: all .3s;
}

.why-choose-xacco-module__FdSEYG__socialLink:hover {
  color: #fbbf24;
  background-color: #fbbf241a;
}

.why-choose-xacco-module__FdSEYG__socialIcon {
  width: 24px;
  height: 24px;
}

.why-choose-xacco-module__FdSEYG__accordionXaccoChoose {
  justify-content: space-between;
  align-items: center;
  gap: 100px;
  display: flex;
}

.why-choose-xacco-module__FdSEYG__imageContainer {
  position: relative;
}

.why-choose-xacco-module__FdSEYG__accordionImage {
  z-index: 50;
  position: relative;
}

.why-choose-xacco-module__FdSEYG__popIn {
  animation: .5s ease-in-out why-choose-xacco-module__FdSEYG__popIn;
}

@keyframes why-choose-xacco-module__FdSEYG__popIn {
  0% {
    opacity: 0;
    transform: scale(.8);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.why-choose-xacco-module__FdSEYG__rightPartAccordion {
  width: 100%;
}

.why-choose-xacco-module__FdSEYG__xaccoChooseAccordion {
  background-color: #8b8b8b;
  border: none;
  width: 100%;
  height: 1px;
  margin: 0;
}

.why-choose-xacco-module__FdSEYG__flexProperties {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  display: flex;
}

.why-choose-xacco-module__FdSEYG__flexProperties:hover {
  opacity: .8;
}

.why-choose-xacco-module__FdSEYG__tagWhyChooseXacco {
  color: #616161;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  margin: 10px;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 38.4px;
  transition: all .3s;
}

.why-choose-xacco-module__FdSEYG__activeWhyChoose {
  text-decoration: underline;
  color: #2d2d2d !important;
  font-weight: 600 !important;
}

.why-choose-xacco-module__FdSEYG__rotatedIcon {
  transition: transform .3s;
  transform: rotate(-30deg);
}

.why-choose-xacco-module__FdSEYG__yShapeContainer {
  z-index: 10;
  position: absolute;
  bottom: -7rem;
  left: -13rem;
}

@media screen and (max-width: 768px) {
  .why-choose-xacco-module__FdSEYG__xaccoChooseContainer {
    margin-bottom: 50px;
  }

  .why-choose-xacco-module__FdSEYG__whyChoose {
    text-align: center;
    font-size: 45px;
    line-height: 56px;
  }

  .why-choose-xacco-module__FdSEYG__descXacco {
    font-size: 45px;
    line-height: 56px;
  }

  .why-choose-xacco-module__FdSEYG__descXaccoContainer {
    flex-direction: column;
    gap: 20px;
  }

  .why-choose-xacco-module__FdSEYG__xaccoWhyChoosePara {
    width: 90%;
  }

  .why-choose-xacco-module__FdSEYG__accordionXaccoChoose {
    flex-direction: column;
    gap: 40px;
  }

  .why-choose-xacco-module__FdSEYG__yShapeContainer {
    justify-content: center;
    margin-top: 20px;
    display: flex;
    position: relative;
    bottom: 0;
    left: 0;
  }
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  .why-choose-xacco-module__FdSEYG__whyChoose {
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 60px;
  }

  .why-choose-xacco-module__FdSEYG__descXaccoContainer {
    margin-top: -70px;
    margin-bottom: 0;
    width: 100% !important;
  }

  .why-choose-xacco-module__FdSEYG__xaccoWhyChoosePara {
    margin-left: 70px !important;
  }

  .why-choose-xacco-module__FdSEYG__descXacco {
    margin-top: 0;
    font-size: 60px;
  }
}

.why-choose-xacco-module__FdSEYG__montserrat {
  font-family: Montserrat, sans-serif !important;
}

.why-choose-xacco-module__FdSEYG__featured-sec {
  max-width: 93%;
  margin: 50px auto;
}

.why-choose-xacco-module__FdSEYG__mobileCards {
  flex-direction: column;
  gap: 25px;
  margin-top: 30px;
  display: flex;
}

.why-choose-xacco-module__FdSEYG__mobileCard {
  border-radius: 24px;
  width: 100%;
  height: 220px;
  position: relative;
  overflow: hidden;
}

.why-choose-xacco-module__FdSEYG__mobileCardImage {
  object-fit: cover;
}

.why-choose-xacco-module__FdSEYG__mobileOverlay {
  color: #fff;
  background: linear-gradient(to top, #000000a6, #0000001a);
  flex-direction: column;
  justify-content: flex-end;
  padding: 22px;
  display: flex;
  position: absolute;
  inset: 0;
}

.why-choose-xacco-module__FdSEYG__mobileOverlay h3 {
  margin-bottom: 8px;
  font-size: 22px;
  font-weight: 500;
}

.why-choose-xacco-module__FdSEYG__mobileOverlay p {
  font-size: 14px;
  line-height: 20px;
}

/*# sourceMappingURL=src_components_home-page_why-choose_why-choose-xacco_module_3090ef59.css.map*/