@font-face {
  font-family: "Chronicle Hairline";
  src: url("../fonts/ChronicleHairline-Roman.woff2") format("woff2"), url("../fonts/ChronicleHairline-Roman.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.influance-milan {
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .influance-milan {
    padding-bottom: 83px;
  }
}
.influance-milan .container {
  text-align: center;
  max-width: 1051px;
}

.philosophy-slider-main .swiper-button-next:after,
.philosophy-slider-main .swiper-button-prev:after {
  display: none;
}
@media (min-width: 1000px) {
  .philosophy-slider-main .swiper-button-next {
    right: 8%;
  }
}
.philosophy-slider-main .swiper-button-next svg {
  transform: scaleX(-1);
}
@media (min-width: 1000px) {
  .philosophy-slider-main .swiper-button-prev {
    left: 8%;
  }
}
.philosophy-slider-main .swiper-slide .philo-slide-box {
  position: relative;
}
.philosophy-slider-main .swiper-slide .philo-slide-box:after {
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  content: "";
  transition: 0.5s ease;
}
.philosophy-slider-main .swiper-slide.swiper-slide-active .philo-slide-box:after {
  background: rgba(0, 0, 0, 0);
}

.creative-director-row,
.fusion-c-row {
  align-items: center;
}

.creative-director-section {
  position: relative;
  padding: 100px 0 106px 0;
}
@media (max-width: 1000px) {
  .creative-director-section {
    padding: 60px 0 0px 0;
  }
}
.creative-director-section .creative-title {
  position: absolute;
  left: 0;
  top: 0;
  font-family: "Chronicle Hairline";
  font-size: 222px;
  line-height: 160px;
  color: rgba(250, 250, 250, 0.1);
  letter-spacing: -6.6px;
}
@media (max-width: 1000px) {
  .creative-director-section .creative-title {
    font-size: 80px;
    line-height: 60px;
    top: -64px;
    width: 100%;
    text-align: center;
  }
}
.creative-director-section .director-title {
  position: absolute;
  right: 0;
  bottom: 0;
  font-family: "Chronicle Hairline";
  font-size: 222px;
  line-height: 160px;
  color: rgba(250, 250, 250, 0.1);
  letter-spacing: -6.6px;
}
@media (max-width: 1000px) {
  .creative-director-section .director-title {
    font-size: 80px;
    line-height: 60px;
  }
}
.creative-director-section .container {
  max-width: 1050px;
  z-index: 1;
  position: relative;
}
@media (min-width: 1000px) {
  .creative-director-section .creative-director-left {
    width: 47.6%;
  }
}
.creative-director-section .creative-director-right {
  position: relative;
}
@media (min-width: 1000px) {
  .creative-director-section .creative-director-right {
    width: 52.4%;
  }
}
@media (min-width: 1000px) {
  .creative-director-section .creative-director-right .discription {
    position: absolute;
    left: -48px;
    bottom: 40px;
  }
}
@media (max-width: 1000px) {
  .creative-director-section .creative-director-right .discription {
    text-align: left;
    margin-top: -30px;
    margin-bottom: 50px;
    padding-left: 66px;
  }
}
.creative-director-section .creative-director-right .discription h3 {
  font-size: 32px;
  line-height: 34px;
  margin-bottom: 3px;
}
@media (max-width: 1000px) {
  .creative-director-section .creative-director-right .discription h3 {
    text-align: left;
  }
}
.creative-director-section .creative-director-right .discription span {
  color: #D9C9AF;
  font-size: 16px;
  display: block;
  line-height: normal;
  font-family: "ringside_regularbook";
}
@media (min-width: 1000px) {
  .creative-director-section .creative-director-right .discription span {
    text-align: right;
  }
}

@media (max-width: 1000px) {
  .inner-content-sction .section-space-top.meet-team-members {
    padding-bottom: 72;
  }
}

.meet-team-members .container {
  max-width: 1230px;
}
.meet-team-members .meet-team-h-left h5 {
  font-family: "ringside_regularbook";
  color: #D9C9AF;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 6px;
}
@media (max-width: 767px) {
  .meet-team-members .meet-team-h-left h5 {
    text-align: center;
    margin-bottom: 16px;
  }
}
.meet-team-members .meet-team-h-right {
  text-align: right;
}
.meet-team-members .meet-team-h-right h3 {
  margin-right: 25px;
}
@media (max-width: 1000px) {
  .meet-team-members .meet-team-h-right h3 {
    margin-right: 0;
  }
}
.meet-team-members .meet-img-box {
  position: relative;
}
@media (max-width: 767px) {
  .meet-team-members .meet-img-box img {
    width: 100%;
  }
}
@media (min-width: 767px) {
  .meet-team-members .meet-img-box {
    max-width: 282px;
  }
}
.meet-team-members .meet-img-box:after {
  position: absolute;
  right: 0;
  width: 126px;
  content: "";
  display: block;
  top: 0;
  height: 100%;
  background: rgb(0, 0, 0);
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  opacity: 0.5;
}
.meet-team-members .meet-members-row {
  padding-bottom: 72px;
}
@media (max-width: 1000px) {
  .meet-team-members .meet-members-row {
    padding-bottom: 38px;
  }
}
.meet-team-members .meet-member-box {
  position: relative;
}
@media (max-width: 767px) {
  .meet-team-members .meet-member-box {
    margin-bottom: 40px;
    padding-left: 42px;
    padding-right: 42px;
  }
}
@media (max-width: 767px) {
  .meet-team-members .meet-member-box:last-child {
    margin-bottom: 0;
  }
}
.meet-team-members .meet-member-box .meet-img-box {
  overflow: hidden;
}
.meet-team-members .meet-member-box .meet-img-box img {
  transform: scale(1.05);
  transition: all 0.6s ease-in-out;
}
.meet-team-members .meet-member-box .disc {
  max-width: 145px;
}
@media (min-width: 1200px) {
  .meet-team-members .meet-member-box .disc {
    position: absolute;
    bottom: 67px;
    right: 12px;
  }
}
@media (max-width: 1200px) {
  .meet-team-members .meet-member-box .disc {
    margin-top: -37px;
    margin-left: 68px;
    position: relative;
    z-index: 1;
  }
}
.meet-team-members .meet-member-box .disc h3 {
  font-size: 32px;
  line-height: 34px;
  margin-bottom: 11px;
  letter-spacing: -1.28px;
  transition: all 0.6s ease-in-out;
}
@media (min-width: 1200px) {
  .meet-team-members .meet-member-box .disc h3 {
    transform: translate(0px, 30px);
    /* right 50px, up 20px */
  }
}
@media (max-width: 767px) {
  .meet-team-members .meet-member-box .disc h3 {
    text-align: left;
  }
}
.meet-team-members .meet-member-box .disc span {
  color: #D9C9AF;
  font-size: 16px;
  display: block;
  line-height: normal;
  font-family: "ringside_regularbook";
  transition: all 0.9s ease-in-out;
}
@media (min-width: 1200px) {
  .meet-team-members .meet-member-box .disc span {
    opacity: 0;
    transform: translate(0px, -30px);
    /* right 50px, up 20px */
  }
}
.meet-team-members .meet-member-box:hover .meet-img-box img {
  transform: scale(1);
  transition: all 0.6s ease-in-out;
}
.meet-team-members .meet-member-box:hover .disc span {
  transform: translate(0px, 0px);
  /* right 50px, up 20px */
  opacity: 1;
}
.meet-team-members .meet-member-box:hover .disc h3 {
  transform: translate(0px, 0px);
  /* right 50px, up 20px */
}
.meet-team-members .main-discription {
  max-width: 691px;
  margin: 0px auto;
  text-align: center;
}
@media (max-width: 767px) {
  .meet-team-members .main-discription {
    padding-left: 28px;
    padding-right: 28px;
  }
}

.shaping-the-future {
  position: relative;
}
.shaping-the-future .container {
  max-width: 944px;
  text-align: center;
  padding-top: 127px;
  padding-bottom: 132px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .shaping-the-future .container {
    padding-top: 82px;
  }
}
.shaping-the-future .note {
  color: rgb(217, 201, 175);
  font-style: italic;
}
@media (max-width: 1000px) {
  .shaping-the-future .note {
    margin-top: 25px;
  }
}

.img-overlay {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}
.img-overlay img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  -o-object-position: center top;
     object-position: center top;
  filter: grayscale(100%);
}

.meet-team-heading-row {
  padding-bottom: 40px;
}
@media (max-width: 1000px) {
  .meet-team-heading-row {
    padding-bottom: 5px;
  }
}

@media (max-width: 767px) {
  .fusion-c-row,
  .creative-director-row {
    flex-direction: column-reverse;
  }
}

@media (max-width: 767px) {
  .fusion-c-right {
    padding-bottom: 55px;
  }
}

@media (max-width: 767px) {
  .philo-slide-box {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 767px) {
  .arrow-main {
    display: flex;
    width: 100%;
    justify-content: center;
    padding-top: 15px;
  }
  .arrow-main .swiper-button-next,
  .arrow-main .swiper-button-prev {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    margin: 0 10px;
    flex: 0 0 16px;
  }
}

@media (max-width: 767px) {
  .balacing-aesthetic .fusion-c-row {
    flex-direction: column-reverse;
  }
}

@media (max-width: 767px) {
  .fusion-c-left {
    padding-right: 0;
    padding-bottom: 0px;
  }
}

@media (min-width: 1000px) {
  .fusion-container .fusion-c-right p:last-child {
    max-width: 486px;
  }
  .swiper-button-prev,
  .swiper-button-next {
    width: 17px;
    height: 17px;
  }
}
.creative-director-section {
  position: relative;
}
.creative-director-section:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -421px;
  width: 100%;
  height: 602px;
  background: url(../images/creative-bottom-bg.png) no-repeat left bottom;
}
@media (min-width: 1800px) {
  .creative-director-section:after {
    bottom: -342px;
  }
}
@media (max-width: 1200px) {
  .creative-director-section:after {
    display: none;
  }
}

.no-opacity.aos-animate {
  opacity: 1 !important;
}

[data-aos=animation-right] {
  transform: translateX(50%);
  transition: transform 0.8s cubic-bezier(0.25, 0.8, 0.25, 1);
  /* smooth easing */
  opacity: 1;
  /* No fade */
}

[data-aos=animation-right].aos-animate {
  transform: translateX(0);
}

[data-aos=animation-left] {
  transform: translateX(-50%);
  transition: transform 0.8s cubic-bezier(0.25, 0.8, 0.25, 1);
  /* smooth easing */
  opacity: 1;
  /* No fade */
}

[data-aos=animation-left].aos-animate {
  transform: translateX(0);
}/*# sourceMappingURL=style-philosophy.css.map */