* {
  box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6, p, ul {
  margin: 0;
}

body {
  font-family: 'Fira Sans', sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
  margin: 0;
  background-color: #F8F8F8;
  position: relative;
}

ul {
  list-style: none;
  padding: 0;
}

a {
  color: #292929;
}

.section {
  padding-left: 16px;
  padding-right: 16px;
}

.primary-section {
  background-image: url(./images/bg_mob.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 60px;
  padding-bottom: 60px;
}

.primary-section-flex {
  margin-bottom: 60px;
}

.facts-section-list {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.facts-section-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 288px;
  height: 288px;
  border-radius: 50%;
  background-color: rgb(250 223 255 / 40%);
}

.facts-section-item:not(:last-child) {
  margin-bottom: 40px;
}

.facts-section-text {
  max-width: 182px;
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
  margin-bottom: 16px;
  text-align: center;
}

.secondary-section {
  max-width: 1112px;
  margin: 0 auto;
  padding-top: 60px;
}

.secondary-section  .second-heading {
  text-align: center;
}

.secondary-section .project-place {
  font-size: 26px;
  line-height: 30px;
  text-align: center;
  margin-bottom: 24px;
}

.secondary-section .main-text {
  width: 100%;
}

.secondary-section-heading {
  margin-bottom: 24px;
}

.socials-list {
  display: flex;
  gap: 50px;
  margin-bottom: 24px;
}

.socials-link {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.main-stop,
.second-stop,
.third-stop,
.alt-stop {
  stop-color: #371B5A; 
}

.socials-link:hover svg linearGradient stop,
.footer-link:hover svg linearGradient stop {
  transition: stop-color 0.5s ease;
}

.socials-link:hover .main-stop,
.footer-link:hover .main-stop {
  stop-color:#410D83;
}

.socials-link:hover .second-stop,
.footer-link:hover .second-stop {
  stop-color: rgba(56, 13, 131, 0.77);
}

.socials-link:hover .third-stop,
.footer-link:hover .third-stop {
  stop-color: rgba(114, 13, 131, 0.25);
}

.socials-link:hover .alt-stop,
.footer-link:hover .alt-stop {
  stop-color: rgba(65, 13, 131, 0.15);
}

.email-item {
  font-size: 22px;
  line-height: 24px;
  margin-bottom: 50px;
}

.email-item a {
  display: block;
}

.email-item a:hover {
  color: #410D83;
}

.behance-link {
  line-height: 28px;
  text-transform: uppercase;
}

.behance-link:hover {
  color: #410D83;
}

.behance-link--m {
  margin-right: 16px;
}

.project-link {
  position: relative;
}

.project-link::after {
  content: '';
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
  z-index: 1;
  transform: scale(0);
  transition: all .5s ease;
}

.project-link:hover::after {
  opacity: 1;
  transform: scale(1);
}

.project-link--pb:hover::after {
  background-image: url('./images/pb_hover.png');
  width: 120px;
  height: 243px;
  top: 45px;
  left: 175px;
}

.project-link--abstract:hover::after {
  background-image: url('./images/am_hover.png');
  width: 358px;
  height: 260px;
  top: 75px;
  left: -2px;
}

.project-link--uber:hover::after {
  background-image: url('./images/uber_hover.png');
  width: 120px;
  height: 243px;
  top: 75px;
  left: 87px;
}

.project-link--toogethr:hover::after {
  background-image: url('./images/toogether_ hover.png');
  width: 267px;
  height: 294px;
  top: 44px;
  left: 88px;
}

.text-container {
  margin-bottom: 16px;
}

.text-container.mb-120,
.mb-120 {
  margin-bottom: 60px;
}

.text-container.mb-60 {
  margin-bottom: 40px;
}

.text-container.mb-90 {
  margin-bottom: 40px;
}

.text {
  font-size: 20px;
  line-height: 28px;
}

.main-text {
  font-size: 20px;
  line-height: 28px;
  width: 50%;
}

.main-text.fw,
.result-list-item::marker {
  font-size: 17px;
  line-height: 25px;
  font-weight: 400;
}

.text-bold {
  display: block;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
}

.text-bold.margin {
  margin-bottom: 12px;
}

.text:not(:last-child) {
  margin-bottom: 12px;
}

h1 {
  font-size: 44px;
  line-height: 49px;
  font-weight: 300;
  letter-spacing: -3px;
  margin-bottom: 4px;
}

.subheading {
  font-size: 30px;
  line-height: 36px;
  font-weight: 400;
  letter-spacing: -3px;
}

.description {
  font-size: 15px;
  line-height: 21px;
  font-weight: 400;
  margin-bottom: 20px;
}

.socials-item {
  margin-bottom: 0;
}

.socials-text {
  font-size: 18px;
  line-height: 22px;
  margin-left: 4px;
}

.list-wrap {
  display: flex;
  flex-direction: column;
}

.list-wrap:first-child {
  margin-bottom: 20px;
}

.secondary-section-header {
  background-image: url(./images/header_bg_mob.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 50px;
  padding-bottom: 60px;
}

.secondary-section-header .email-item {
  margin-bottom: 0;
}

.heading-wrap {
  margin-bottom: 50px;
}

.back-link {
  font-size: 24px;
  line-height: 29px;
  font-weight: 300;
  margin-bottom: 50px;
  text-decoration: none;
}

.back-link svg {
  margin-right: 4px;
  vertical-align: middle;
}

.back-link:hover {
  color: #720D83;
}

.back-link:hover svg path {
  fill: #720D83;
}

.second-heading {
  font-size: 38px;
  line-height: 46px;
  font-weight: 500;
  letter-spacing: -2px;
  margin-bottom: 16px;
}

.third-heading {
  font-size: 24px;
  line-height: 29px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: -2px;
  margin-bottom: 16px;
}

.fourth-heading {
  font-size: 22px;
  line-height: 26px;
  font-weight: 500;
  letter-spacing: -2px;
  margin-bottom: 12px;
}

.caption {
  font-size: 22px;
  line-height: 26px;
  font-weight: 400;
  letter-spacing: -2px;
  margin-bottom: 24px;
}

.subcaption {
  display: block;
  font-size: 22px;
  line-height: 26px;
  font-weight: 500;
  margin-bottom: 12px;
}

.paragraph .main-text,
.user-flow-section .main-text {
  width: 100%;
}

.user-flow-section .secondary-list-item {
  width: 100%;
}

.img-container {
  margin: 24px -16px 0;
  display: block;
}

.main-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.project-second {
  margin-top: 36px;
}

.project-item,
.subject {
  font-size: 28px;
  line-height: 34px;
}

.subject {
  display: block;
  font-weight: 400;
  margin-bottom: 20px;
}

.project-place {
  color: #371B5A;
  font-size: 26px;
  line-height: 32px;
}

.project-list {
  max-width: 546px;
  margin-right: 20px;
  margin-bottom: 16px;
}

.project-item {
  text-transform: uppercase;
  letter-spacing: -2px;
}

.project-item:not(:last-child) {
  margin-bottom: 20px;
}

.project-link:hover {
  color: #410D83;
  transition: 0.2s ease;
}

.project-section {
  position: relative;
  padding-top: 60px;
  padding-bottom: 100px;
}

.project-section:not(:last-child)::after {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  bottom: 0;
  height: 60px;
  background-image: url('./images/small_bg.png');
  background-repeat: no-repeat;
  background-size: cover;
}

.section-uber {
  padding-bottom: 100px;
}

.image-flex {
  display: flex;
  padding-left: 16px;
  padding-right: 16px;
  margin-right: -16px;
  margin-left: -16px;
  margin-bottom: 24px;
  overflow-x: auto;
}

.project-image:not(:last-child) {
  margin-right: 24px;
}

.secondary-list-section {
  margin-bottom: 60px;
}

.secondary-list {
  list-style: unset;
}

.secondary-list-item:not(:last-child) {
  margin-bottom: 30px;
}

.secondary-list .main-text {
  width: 100%;
}

.secondary-list.non-dots {
  list-style: none;
  margin-bottom: 40px;
}

.user-flow-wrap {
  display: flex;
  justify-content: center;
  margin-top: 24px;
  margin-bottom: 60px;
}

.user-flow-image {
  width: 100%;
  height: 100%;
}

.scroll-container {
  scroll-behavior: smooth;
}

.image-container {
  display: block;
  margin-bottom: 24px;
}

.finalized-wrap {
  margin-bottom: 30px;
}

.before-after-image {
  display: none;
}

.before-image-mob {
  margin-bottom: 30px;
}

.after-image1-mob {
  margin-bottom: 24px;
}

.image,
.image-result-desktop {
  width: 100%;
  height: 100%;
}

.image-result-mob, 
.image-result-desktop {
  margin-bottom: 12px;
}

.image-result-mob.mb-24 {
  margin-bottom: 24px;
}

.image-result-desktop {
  display: none;
}

.finalized-section {
  margin-bottom: 60px;
}

.finalized-list {
  width: 100%;
  margin: 0;
}

.projects-section-image {
  width: 100%;
  height: 100%;
  margin-bottom: 20px;
  border-radius: 2px;
  transition: transform 0.25s;
}

.projects-section-image:hover {
  transform: scale(0.8);
}

.projects-section {
  margin-bottom: 40px;
}

.projects-section-link {
  overflow: hidden;
}

.projects-section-link:hover .projects-section-image {
  transform: scale(1.1);
}

footer {
  background-image: url('./images/footer_bg_mob.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 16px 44px;
}

.footer-list {
  display: flex;
  gap: 50px;
  margin-bottom: 32px;
}

.footer-text {
  display: block;
  margin-left: 4px;
}

.footer-link {
  display: flex;
  align-items: center;
}

.footer-item {
  margin-bottom: 0;
}

.footer-email {
  font-size: 22px;
  line-height: 24px;
  font-weight: 400;
  display: flex;
  flex-wrap: wrap;
}

.footer-email a:hover {
  color: #410D83;
}

.footer-email span {
  margin-right: 4px;
}

.behance-links {
  display: flex;
  flex-wrap: wrap;
}
