/**
 * About Section Styles
 *
 * @package PhilFred
 */

/* ==========================================================================
   HOME ABOUT
   ========================================================================== */

.home-about {
  padding-top: 148px;
  padding-bottom: 57px;
  background: #e5193a;
}

@media (max-width: 1440px) {
  .home-about {
    padding-top: calc(60px + 88 * (100vw - 390px) / 1050);
  }
}

@media (max-width: 1440px) {
  .home-about {
    padding-bottom: calc(40px + 17 * (100vw - 390px) / 1050);
  }
}

.home-about__container {
  color: #fff;
}

.home-about__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
  margin-bottom: 67px;
}

@media (max-width: 1440px) {
  .home-about__body {
    margin-bottom: calc(50px + 17 * (100vw - 390px) / 1050);
  }
}

@media (max-width: 61.9988rem) {
  .home-about__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.home-about__info {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
}

.home-about__title {
  font-family: "Edo", sans-serif;
  font-weight: 600;
  font-size: 50px;
  line-height: 104%;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

@media (max-width: 1440px) {
  .home-about__title {
    font-size: calc(38px + 12 * (100vw - 390px) / 1050);
  }
}

.home-about__subtitle {
  margin-bottom: 22px;
}

.home-about__subtitle p:not(:last-child) {
  margin-bottom: 24px;
}

@media (max-width: 1440px) {
  .home-about__subtitle p:not(:last-child) {
    margin-bottom: calc(16px + 8 * (100vw - 390px) / 1050);
  }
}

.home-about__subtitle i {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 22px;
}

@media (max-width: 1440px) {
  .home-about__subtitle i {
    font-size: calc(16px + 6 * (100vw - 390px) / 1050);
  }
}

@media (max-width: 1440px) {
  .home-about__subtitle {
    margin-bottom: calc(16px + 6 * (100vw - 390px) / 1050);
  }
}

.home-about__gallery {
  display: grid;
  grid-template-columns: repeat(2, auto);
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media (max-width: 61.9988rem) {
  .home-about__gallery {
    margin: 0 -1.5rem;
  }
}

.home-about__image-01 {
  grid-row-start: 1;
  grid-row-end: 3;
  -webkit-transform: rotate(10deg) translate(20%, 0);
  -ms-transform: rotate(10deg) translate(20%, 0);
  transform: rotate(10deg) translate(20%, 0);
  position: relative;
  z-index: 2;
}

.home-about__image-02 {
  -webkit-transform: rotate(-8deg);
  -ms-transform: rotate(-8deg);
  transform: rotate(-8deg);
  position: relative;
  z-index: 3;
}

.home-about__image-03 {
  -webkit-transform: rotate(-4deg);
  -ms-transform: rotate(-4deg);
  transform: rotate(-4deg);
  position: relative;
  z-index: 1;
}

.home-about__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 1.25rem;
}

.home-about__details {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  font-size: 30px;
  line-height: 104%;
  text-transform: uppercase;
}

@media (max-width: 1440px) {
  .home-about__details {
    font-size: calc(24px + 6 * (100vw - 390px) / 1050);
  }
}

.home-about__details b {
  font-weight: 700;
}

.home-about__logo {
  max-width: 5.625rem; /* 90px */
  max-height: 5.625rem; /* 90px */
}

/* Button hover - black since red background */
@media (any-hover: hover) {
  .home-about .button:hover {
    background-color: #1d1d1d;
    border-color: #1d1d1d;
    color: #fff;
  }
}
