*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  overflow-x: hidden;
  width: 100vw;
  background-color: #040206;
}

body {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  line-height: 1.5;
  box-sizing: border-box;
}

section {
  scroll-padding-top: 200px;
}

.heading {
  margin-bottom: 12px;
  font-size: 4rem;
  color: #4c1875;
  font-weight: 400;
  letter-spacing: 0.24rem;
  line-height: 1;
}
@media only screen and (max-width: 43.75em) {
  .heading {
    font-size: 3.2rem;
    letter-spacing: 0.14rem;
  }
}
.heading-white {
  margin-bottom: 12px;
  font-size: 4rem;
  color: #fafafa;
  font-weight: 400;
  letter-spacing: 0.24rem;
}
@media only screen and (max-width: 43.75em) {
  .heading-white {
    font-size: 3.2rem;
    letter-spacing: 0.14rem;
  }
}
.heading-purple {
  margin-bottom: 12px;
  font-size: 4rem;
  color: #4c1875;
  font-weight: 400;
  letter-spacing: 0.24rem;
}
@media only screen and (max-width: 43.75em) {
  .heading-purple {
    font-size: 3.2rem;
    letter-spacing: 0.14rem;
  }
}
.heading-purple-sub {
  margin-bottom: 12px;
  font-size: 3.2rem;
  color: #4c1875;
  font-weight: 400;
  letter-spacing: 0.24rem;
  margin-top: 16px;
}
@media only screen and (max-width: 43.75em) {
  .heading-purple-sub {
    font-size: 2.4rem;
    letter-spacing: 0.14rem;
    margin-top: 0;
  }
}

.text-main-grey {
  color: #a9a9a9;
  font-size: 2rem;
  font-weight: 400;
  margin-bottom: 32px;
  max-width: 1000px;
}
.text-main-grey span {
  color: #bababa;
  font-weight: 700;
}

.text-main {
  color: #323232;
  font-size: 2rem;
  font-weight: 400;
  margin-bottom: 24px;
  max-width: 1000px;
}
.text-main span {
  color: #320062;
  font-weight: 700;
}

.text-main-purple-title {
  color: #323232;
  font-size: 2rem;
  font-weight: 400;
  max-width: 1000px;
}
.text-main-purple-title span {
  color: #320062;
  font-weight: 700;
}

.text-main.scroll-for-design {
  text-align: center;
}

.text-list {
  color: #323232;
  font-size: 2rem;
  font-weight: 400;
}

.text-sub {
  color: #323232;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.24rem;
  padding-left: 3px;
  opacity: 0.6;
}

.main-btn {
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  color: #040206;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 1.4px;
  padding: 16px 24px;
  background-color: #a95ef4;
  border-radius: 8px;
  border: 2px solid #a95ef4;
  cursor: pointer;
}
.main-btn:hover {
  color: #fafafa;
  background-color: #4c1875;
  border: 2px solid #4c1875;
}

.main-btn-lightbkgd {
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  color: #4c1875;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 1.4px;
  padding: 16px 24px;
  background-color: transparent;
  border-radius: 8px;
  border: 2px solid #4c1875;
  cursor: pointer;
}
@media only screen and (max-width: 29.75em) {
  .main-btn-lightbkgd {
    font-size: 1rem;
    padding: 8px 16px;
  }
}
.main-btn-lightbkgd:hover {
  color: #fafafa;
  background-color: #4c1875;
}

.main-btn-darkbkgd {
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  color: #a95ef4;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 1.4px;
  padding: 16px 24px;
  background-color: transparent;
  border-radius: 8px;
  border: 2px solid #a95ef4;
  cursor: pointer;
}
.main-btn-darkbkgd:hover {
  color: #fafafa;
  background-color: #4c1875;
  border: 2px solid #4c1875;
}

.copyright {
  color: #fff;
  font-size: 1.3rem;
  font-weight: 400;
  font-family: #a9a9a9;
  opacity: 0.5;
  text-align: center;
}
@media only screen and (max-width: 29.75em) {
  .copyright {
    padding: 0 10%;
  }
}

.hi-fi-link {
  text-decoration: none;
  color: #320062;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.2rem;
  position: relative;
}
.hi-fi-link:hover {
  color: #a95ef4;
}

.hi-fi-link::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background: #320062;
  border-radius: 8px;
  left: 0;
  top: 24px;
}

.hi-fi-link-port {
  text-decoration: none;
  color: #a168da;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.2rem;
  position: relative;
}
.hi-fi-link-port:hover {
  color: #fafafa;
}

.hi-fi-link-port::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background: #a168da;
  border-radius: 8px;
  left: 0;
  top: 24px;
}

#sit-conmigo-main .heading {
  color: #014e44;
}
#sit-conmigo-main .banner-heading .heading {
  font-weight: 600;
}
#sit-conmigo-main .text-main-grey {
  color: #a9a9a9;
  font-size: 2rem;
  font-weight: 400;
  margin-bottom: 24px;
  max-width: 1000px;
}
#sit-conmigo-main .text-main-grey span {
  color: #bababa;
  font-weight: 700;
}
#sit-conmigo-main .text-main span {
  color: #084031;
}
#sit-conmigo-main .tag-wrapper .main-btn-lightbkgd {
  color: #014e44;
  border: 2px solid #014e44;
}
#sit-conmigo-main .tag-wrapper .main-btn-lightbkgd:hover {
  color: #fafafa;
  background-color: #014e44;
}
#sit-conmigo-main .thank-you-section {
  background-color: #f7e3da;
}
#sit-conmigo-main .thank-you-section .heading {
  color: #014e44;
}
#sit-conmigo-main .thank-you-section .text-main span {
  color: #084031;
}
#sit-conmigo-main .hi-fi-link {
  color: #084031;
}
#sit-conmigo-main .hi-fi-link:hover {
  color: #a9a9a9;
}
#sit-conmigo-main .hi-fi-link::before {
  background: #084031;
}
#sit-conmigo-main .footer .text-main span {
  color: #a95ef4;
}

#city-cycles-main .heading {
  color: #25428d;
}
#city-cycles-main .banner-heading .heading {
  font-weight: 600;
}
#city-cycles-main .text-main-grey {
  color: #a9a9a9;
  font-size: 2rem;
  font-weight: 400;
  margin-bottom: 24px;
  max-width: 1000px;
}
#city-cycles-main .text-main-grey span {
  color: #bababa;
  font-weight: 700;
}
#city-cycles-main .text-main span {
  color: #22376c;
}
#city-cycles-main .tag-wrapper .main-btn-lightbkgd {
  color: #25428d;
  border: 2px solid #25428d;
}
#city-cycles-main .tag-wrapper .main-btn-lightbkgd:hover {
  color: #fafafa;
  background-color: #25428d;
}
#city-cycles-main .thank-you-section {
  background-color: #f2f3fb;
}
#city-cycles-main .thank-you-section .heading {
  color: #25428d;
}
#city-cycles-main .thank-you-section .text-main span {
  color: #22376c;
}
#city-cycles-main .hi-fi-link {
  color: #22376c;
}
#city-cycles-main .hi-fi-link:hover {
  color: #a9a9a9;
}
#city-cycles-main .hi-fi-link::before {
  background: #22376c;
}
#city-cycles-main .footer .text-main span {
  color: #a95ef4;
}

#animal-shelter-main .heading {
  color: #1376af;
}
#animal-shelter-main .heading-sub {
  margin-bottom: 12px;
  font-size: 3.2rem;
  color: #1376af;
  font-weight: 400;
  letter-spacing: 0.24rem;
}
@media only screen and (max-width: 43.75em) {
  #animal-shelter-main .heading-sub {
    font-size: 2.4rem;
    letter-spacing: 0.14rem;
  }
}
#animal-shelter-main .banner-heading .heading {
  font-weight: 600;
}
#animal-shelter-main .text-main-grey {
  color: #a9a9a9;
  font-size: 2rem;
  font-weight: 400;
  margin-bottom: 24px;
  max-width: 1000px;
}
#animal-shelter-main .text-main-grey span {
  color: #bababa;
  font-weight: 700;
}
#animal-shelter-main .text-main span {
  color: #00507e;
}
#animal-shelter-main .tag-wrapper .main-btn-lightbkgd {
  color: #1376af;
  border: 2px solid #1376af;
}
#animal-shelter-main .tag-wrapper .main-btn-lightbkgd:hover {
  color: #fafafa;
  background-color: #1376af;
}
#animal-shelter-main .thank-you-section {
  background-color: #f3fafe;
}
#animal-shelter-main .thank-you-section .heading {
  color: #1376af;
}
#animal-shelter-main .thank-you-section .text-main span {
  color: #00507e;
}
#animal-shelter-main .hi-fi-link {
  color: #00507e;
}
#animal-shelter-main .hi-fi-link:hover {
  color: #a9a9a9;
}
#animal-shelter-main .hi-fi-link::before {
  background: #00507e;
}
#animal-shelter-main .footer .text-main span {
  color: #a95ef4;
}

#about .about {
  display: flex;
  padding: 0 10% 142px 10%;
}
@media only screen and (max-width: 81.25em) {
  #about .about {
    flex-direction: column;
  }
}
@media only screen and (max-width: 62.5em) {
  #about .about {
    padding: 0 5% 104px 5%;
  }
}
#about .about-textbox-container {
  width: 60%;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 81.25em) {
  #about .about-textbox-container {
    width: 100%;
  }
}
#about .about-textbox-container p {
  padding-right: 40px;
  max-width: 800px;
}
@media only screen and (max-width: 81.25em) {
  #about .about-textbox-container p {
    padding-right: 0;
  }
}
#about .about-textbox-container .btn-container {
  margin: 32px 0;
}
#about .about-menu-section {
  padding-top: 72px;
}
#about .about-skills-container {
  display: flex;
  justify-content: space-between;
  width: 40%;
}
@media only screen and (max-width: 81.25em) {
  #about .about-skills-container {
    width: 70%;
  }
}
@media only screen and (max-width: 62.5em) {
  #about .about-skills-container {
    width: 80%;
  }
}
@media only screen and (max-width: 43.75em) {
  #about .about-skills-container {
    width: 95%;
  }
}
@media only screen and (max-width: 29.75em) {
  #about .about-skills-container {
    flex-direction: column;
  }
}
#about .about-skills-container .about-design-wrapper {
  position: relative;
}
#about .about-skills-container .about-design-wrapper ul {
  display: flex;
  flex-direction: column;
  padding-right: 16px;
}
#about .about-skills-container .about-design-wrapper ul li {
  display: flex;
}
#about .about-skills-container .about-design-wrapper ul li img {
  width: 27px;
  height: 27px;
  margin-right: 16px;
}
#about .about-banner {
  padding-top: 155px;
  padding-bottom: 85px;
  display: flex;
  flex-direction: row;
}
@media only screen and (max-width: 62.5em) {
  #about .about-banner {
    flex-direction: column;
    padding-bottom: 52px;
  }
}
#about .about-banner .banner-textbox {
  width: 50%;
  padding-top: 64px;
}
@media only screen and (max-width: 62.5em) {
  #about .about-banner .banner-textbox {
    width: 100%;
    padding-top: 0;
  }
}
#about .about-banner .banner-thumbnail {
  width: 50%;
  padding-top: 84px;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 62.5em) {
  #about .about-banner .banner-thumbnail {
    width: 100%;
    padding-top: 0;
  }
}
#about .about-banner .banner-thumbnail img {
  width: 90%;
}
@media only screen and (max-width: 29.75em) {
  #about .about-banner .banner-thumbnail img {
    width: 100%;
  }
}
#about .about-banner .img-responsive-01 {
  width: 100%;
  border-radius: 20px;
}
@media only screen and (max-width: 62.5em) {
  #about .about-banner .img-responsive-01 {
    display: none;
    visibility: hidden;
  }
}
#about .about-banner .img-responsive-02 {
  display: none;
  visibility: hidden;
}
@media only screen and (max-width: 62.5em) {
  #about .about-banner .img-responsive-02 {
    width: 100%;
    display: inline-block;
    visibility: visible;
  }
}
#about .tag-container {
  background-color: #fafafa;
  padding: 87px 10% 84px 10%;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-top: 12px;
}
@media only screen and (max-width: 62.5em) {
  #about .tag-container {
    padding: 52px 5% 52px 5%;
  }
}
#about .tag-container a {
  margin: 6px;
}
@media only screen and (max-width: 43.75em) {
  #about .tag-container a {
    margin: 3px;
  }
}
#about #about-skills {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 87px 10% 87px 10%;
}
@media only screen and (max-width: 62.5em) {
  #about #about-skills {
    padding: 52px 5% 52px 5%;
  }
}
#about #about-skills .about-textbox-container {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (max-width: 37.5em) {
  #about #about-skills .about-textbox-container {
    margin-bottom: 24px;
    align-items: flex-start;
  }
}
#about #about-skills .about-skills-container {
  width: 80%;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 87.5em) {
  #about #about-skills .about-skills-container {
    width: 100%;
  }
}
@media only screen and (max-width: 43.75em) {
  #about #about-skills .about-skills-container {
    flex-direction: column;
  }
}
#about #about-skills .about-skills-container .heading-purple-sub {
  margin-top: 40px;
}
@media only screen and (max-width: 70em) {
  #about #about-skills .about-skills-container .heading-purple-sub {
    margin-top: 0;
  }
}
#about #about-skills .btn-container {
  text-align: center;
}
#about #about-education .text-center-section .textbox {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (max-width: 37.5em) {
  #about #about-education .text-center-section .textbox {
    align-items: flex-start;
  }
}
#about .skillcrush-button-wrapper {
  margin-bottom: 32px;
}
#about .web-dev-section .udemy-courses li {
  margin-left: 40px;
  margin-bottom: 8px;
}
#about .btn-container.about-thank-btn {
  display: flex;
  justify-content: center;
  width: 100%;
}
@media only screen and (max-width: 70em) {
  #about .btn-container.about-thank-btn {
    width: auto;
  }
}
#about .text-left-section .imgbox img {
  width: 90%;
}

.about {
  display: flex;
  background-color: #f1e8fb;
  padding: 104px 10% 104px 10%;
}
@media only screen and (max-width: 81.25em) {
  .about {
    flex-direction: column;
  }
}
@media only screen and (max-width: 62.5em) {
  .about {
    padding: 104px 5% 104px 5%;
  }
}
.about-textbox-container {
  width: 60%;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 81.25em) {
  .about-textbox-container {
    width: 100%;
  }
}
.about-textbox-container p {
  padding-right: 40px;
  max-width: 800px;
}
@media only screen and (max-width: 81.25em) {
  .about-textbox-container p {
    padding-right: 0;
  }
}
.about-textbox-container .btn-container {
  margin: 32px 0;
}
.about-menu-section {
  padding-top: 72px;
}
.about-skills-container {
  display: flex;
  justify-content: space-between;
  width: 40%;
}
@media only screen and (max-width: 81.25em) {
  .about-skills-container {
    width: 70%;
  }
}
@media only screen and (max-width: 62.5em) {
  .about-skills-container {
    width: 80%;
  }
}
@media only screen and (max-width: 43.75em) {
  .about-skills-container {
    width: 95%;
  }
}
@media only screen and (max-width: 29.75em) {
  .about-skills-container {
    flex-direction: column;
  }
}
.about-skills-container .about-design-wrapper {
  position: relative;
}
.about-skills-container .about-design-wrapper ul {
  display: flex;
  flex-direction: column;
  margin-bottom: 16px;
  padding-right: 16px;
}
.about-skills-container .about-design-wrapper ul li {
  display: flex;
}
.about-skills-container .about-design-wrapper ul li img {
  width: 27px;
  height: 27px;
  margin-right: 16px;
}

.about-banner {
  padding-top: 155px;
  padding-bottom: 104px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.about-banner .banner-textbox {
  width: 50%;
}
.about-banner .banner-thumbnail {
  width: 50%;
  display: flex;
  align-items: center;
}
.about-banner .banner-thumbnail img.about-banner-img {
  width: 56%;
}

.about-tags {
  width: 100vw;
  display: flex;
  flex-wrap: wrap;
  padding-top: 12px;
}
.about-tags a {
  margin: 6px;
}
@media only screen and (max-width: 43.75em) {
  .about-tags a {
    margin: 3px;
  }
}

#about-skills {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 72px 10% 0 10%;
}
@media only screen and (max-width: 62.5em) {
  #about-skills {
    padding: 72px 5% 0 5%;
  }
}
#about-skills .about-textbox-container {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#about-skills .about-textbox-container p.text-sub {
  padding-right: 0;
}
#about-skills .about-skills-container {
  width: 80%;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 87.5em) {
  #about-skills .about-skills-container {
    width: 100%;
  }
}
@media only screen and (max-width: 43.75em) {
  #about-skills .about-skills-container {
    flex-direction: column;
  }
}
#about-skills .btn-container {
  text-align: center;
}

#about-education .text-center-section .textbox {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.skillcrush-button-wrapper {
  margin-bottom: 32px;
}

.web-dev-section .udemy-courses li {
  margin-left: 40px;
  margin-bottom: 8px;
}

.btn-container.about-thank-btn {
  display: flex;
  justify-content: center;
  width: 100%;
}
@media only screen and (max-width: 70em) {
  .btn-container.about-thank-btn {
    width: auto;
  }
}

.about-education,
.about-up-next {
  background-color: #fafafa;
}

.about-experience {
  background-color: #f1e8fb;
}

#about-ux-design,
.about-thank-you {
  background-color: #e3e3e3;
}

.banner-thumbnail {
  width: 100%;
  margin-bottom: -5px;
}

.thumbnail {
  width: 100%;
  padding-top: 50px;
}
@media only screen and (max-width: 43.75em) {
  .thumbnail {
    padding-top: 70px;
  }
}
@media only screen and (max-width: 37.5em) {
  .thumbnail {
    padding-top: 80px;
  }
}
.thumbnail img {
  width: 100%;
}

.banner {
  padding: 64px 32px 64px 10%;
  background-color: #fafafa;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media only screen and (max-width: 70em) {
  .banner {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media only screen and (max-width: 62.5em) {
  .banner {
    padding: 64px 32px 64px 5%;
  }
}
@media only screen and (max-width: 43.75em) {
  .banner {
    padding: 32px 16px 32px 5%;
  }
}
.banner .banner-textbox {
  width: 100%;
}
.banner .banner-textbox .banner-heading {
  display: flex;
  align-items: center;
  color: #4c1875;
  font-family: "DM Serif Display", serif;
}
.banner .banner-textbox .banner-heading .heading {
  color: #4c1875;
  margin-bottom: 0;
}
.banner .banner-textbox .banner-heading img {
  width: 4rem;
  height: 4rem;
  margin-left: 16px;
  margin-bottom: 24px;
}
@media only screen and (max-width: 43.75em) {
  .banner .banner-textbox .banner-heading img {
    width: 3.2rem;
    height: 3.2rem;
  }
}
.banner .banner-textbox .banner-text {
  color: #323232;
  font-size: 3.2rem;
  font-weight: 400;
  letter-spacing: 0.16rem;
}
@media only screen and (max-width: 43.75em) {
  .banner .banner-textbox .banner-text {
    font-size: 2rem;
  }
}
.banner .banner-textbox .banner-text span {
  color: #320062;
  font-weight: 700;
}
.banner .tag-wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-top: 12px;
}
.banner .tag-wrapper a {
  margin: 6px;
}
@media only screen and (max-width: 43.75em) {
  .banner .tag-wrapper a {
    margin: 3px;
  }
}

.text-list-container {
  margin-bottom: 32px;
}
.text-list-container .list-title {
  margin-bottom: 16px;
}
.text-list-container li {
  margin-bottom: 8px;
  margin-left: 32px;
}

.design-process {
  padding: 87px 10% 87px 10%;
  width: 100vw;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (max-width: 62.5em) {
  .design-process {
    padding: 52px 5% 52px 5%;
  }
}

.text-right-section {
  padding: 87px 10% 87px 10%;
  width: 100vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 70em) {
  .text-right-section {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}
@media only screen and (max-width: 62.5em) {
  .text-right-section {
    padding: 52px 5% 52px 5%;
  }
}
@media only screen and (max-width: 62.5em) {
  .text-right-section {
    padding: 104px 5% 0 5%;
  }
}
.text-right-section .imgbox {
  width: 50%;
  margin-right: 32px;
  max-width: 650px;
}
@media only screen and (max-width: 70em) {
  .text-right-section .imgbox {
    width: 100%;
    max-width: 100vw;
    margin-right: 0;
    margin-bottom: 32px;
  }
}
.text-right-section .imgbox img {
  width: 100%;
}
.text-right-section .textbox {
  width: 50%;
  max-width: 650px;
}
@media only screen and (max-width: 70em) {
  .text-right-section .textbox {
    width: 100%;
    max-width: 100vw;
    margin-bottom: 32px;
  }
}

.text-left-section {
  padding: 87px 10% 87px 10%;
  width: 100vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 70em) {
  .text-left-section {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media only screen and (max-width: 62.5em) {
  .text-left-section {
    padding: 87px 5% 87px 5%;
  }
}
@media only screen and (max-width: 62.5em) {
  .text-left-section {
    padding: 52px 5% 52px 5%;
  }
}
.text-left-section .imgbox {
  width: 50%;
  margin-left: 16px;
  max-width: 650px;
}
@media only screen and (max-width: 70em) {
  .text-left-section .imgbox {
    width: 100%;
    max-width: 100vw;
    margin-left: 0;
    margin-top: 32px;
  }
}
.text-left-section .imgbox img {
  width: 100%;
}
.text-left-section .textbox {
  width: 50%;
  max-width: 650px;
  margin-right: 32px;
}
@media only screen and (max-width: 70em) {
  .text-left-section .textbox {
    width: 100%;
    max-width: 100vw;
    margin-bottom: 32px;
    margin-right: 0;
  }
}

.text-left-imgs-under-section .main-section {
  padding: 87px 10% 87px 10%;
  width: 100vw;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 70em) {
  .text-left-imgs-under-section .main-section {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media only screen and (max-width: 62.5em) {
  .text-left-imgs-under-section .main-section {
    padding: 87px 5% 87px 5%;
  }
}
@media only screen and (max-width: 62.5em) {
  .text-left-imgs-under-section .main-section {
    padding: 52px 5% 52px 5%;
  }
}
.text-left-imgs-under-section .main-section .imgbox {
  width: 50%;
  max-width: 650px;
  margin-left: 16px;
}
@media only screen and (max-width: 70em) {
  .text-left-imgs-under-section .main-section .imgbox {
    width: 100%;
    max-width: 100vw;
    margin-left: 0;
    margin-top: 32px;
  }
}
.text-left-imgs-under-section .main-section .imgbox img {
  width: 100%;
}
.text-left-imgs-under-section .main-section .textbox {
  width: 50%;
  max-width: 1000px;
}
@media only screen and (max-width: 70em) {
  .text-left-imgs-under-section .main-section .textbox {
    width: 100%;
    max-width: 100vw;
  }
}
.text-left-imgs-under-section .secondary-section {
  padding: 0 10% 87px 10%;
  width: 100vw;
  display: flex;
}
@media only screen and (max-width: 70em) {
  .text-left-imgs-under-section .secondary-section {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media only screen and (max-width: 62.5em) {
  .text-left-imgs-under-section .secondary-section {
    padding: 0 5% 52px 5%;
  }
}
@media only screen and (max-width: 62.5em) {
  .text-left-imgs-under-section .secondary-section {
    padding: 32px 5% 52px 5%;
  }
}
.text-left-imgs-under-section .secondary-section .color-scheme-img {
  width: 50%;
  max-width: 730px;
  margin-right: 12px;
}
@media only screen and (max-width: 70em) {
  .text-left-imgs-under-section .secondary-section .color-scheme-img {
    width: 100%;
    margin-right: 12px;
    margin-bottom: 32px;
  }
}
.text-left-imgs-under-section .secondary-section .logo-design-img {
  width: 50%;
  max-width: 730px;
  margin-left: 12px;
}
@media only screen and (max-width: 70em) {
  .text-left-imgs-under-section .secondary-section .logo-design-img {
    width: 100%;
    margin-left: 0;
  }
}
.text-left-imgs-under-section .secondary-section img {
  width: 100%;
}

.text-left-scope-section {
  padding: 87px 10% 87px 10%;
  width: 100vw;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
@media only screen and (max-width: 70em) {
  .text-left-scope-section {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media only screen and (max-width: 62.5em) {
  .text-left-scope-section {
    padding: 87px 5% 87px 5%;
  }
}
@media only screen and (max-width: 62.5em) {
  .text-left-scope-section {
    padding: 52px 5% 52px 5%;
  }
}
.text-left-scope-section .textbox {
  width: 60%;
  max-width: 650px;
  margin-right: 32px;
}
@media only screen and (max-width: 70em) {
  .text-left-scope-section .textbox {
    width: 100%;
    max-width: 100vw;
    margin-right: 0px;
  }
}
.text-left-scope-section .textbox .problem-text {
  margin-bottom: 16px;
}
.text-left-scope-section .textbox li {
  margin-left: 40px;
}
.text-left-scope-section .imgbox {
  width: 40%;
  max-width: 650px;
  margin-left: 16px;
}
@media only screen and (max-width: 70em) {
  .text-left-scope-section .imgbox {
    width: 100%;
    margin-left: 0;
    margin-top: 32px;
  }
}
.text-left-scope-section .imgbox .my-role-wrapper {
  position: relative;
}
@media only screen and (max-width: 29.75em) {
  .text-left-scope-section .imgbox .my-role-wrapper {
    margin-bottom: 32px;
  }
}
.text-left-scope-section .imgbox .my-role-wrapper ul {
  display: flex;
  flex-direction: column;
  padding-right: 16px;
}
.text-left-scope-section .imgbox .my-role-wrapper ul li {
  display: flex;
}
.text-left-scope-section .imgbox .my-role-wrapper ul li .text-main {
  margin-bottom: 16px;
}
.text-left-scope-section .imgbox .my-role-wrapper ul li img {
  width: 27px;
  height: 27px;
  margin-right: 16px;
  margin-top: 5px;
}

.text-center-section {
  padding: 87px 10% 87px 10%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (max-width: 62.5em) {
  .text-center-section {
    padding: 87px 5% 87px 5%;
  }
}
@media only screen and (max-width: 62.5em) {
  .text-center-section {
    padding: 52px 5% 52px 5%;
  }
}
@media only screen and (max-width: 37.5em) {
  .text-center-section {
    align-items: flex-start;
  }
}
.text-center-section .texbox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 1000px;
}

.text-img-center-section {
  padding: 87px 10% 87px 10%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (max-width: 62.5em) {
  .text-img-center-section {
    padding: 87px 5% 87px 5%;
  }
}
@media only screen and (max-width: 62.5em) {
  .text-img-center-section {
    padding: 52px 5% 52px 5%;
  }
}
@media only screen and (max-width: 37.5em) {
  .text-img-center-section {
    align-items: flex-start;
  }
}
.text-img-center-section .textbox {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1000px;
  margin-bottom: 32px;
}
@media only screen and (max-width: 70em) {
  .text-img-center-section .textbox {
    align-items: flex-start;
  }
}
.text-img-center-section .imgbox {
  width: 100%;
  max-width: 1000px;
}
.text-img-center-section .imgbox img {
  width: 100%;
}
@media only screen and (max-width: 62.5em) {
  .text-img-center-section .imgbox img {
    width: 80%;
  }
}
@media only screen and (max-width: 29.75em) {
  .text-img-center-section .imgbox img {
    width: 90%;
  }
}
.text-img-center-section .imgbox .left-quote {
  width: 33px;
  height: 24px;
  margin-right: 16px;
}
.text-img-center-section .imgbox .right-quote {
  width: 33px;
  height: 24px;
  margin-left: 16px;
}

.thank-you-section {
  padding-bottom: 24px;
}
@media only screen and (max-width: 62.5em) {
  .thank-you-section {
    padding-bottom: 52px;
  }
}

.imgbox.competitive-analyses {
  position: relative;
  width: 100%;
  max-width: 1400px;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 70em) {
  .imgbox.competitive-analyses {
    flex-direction: column;
  }
}
@media only screen and (max-width: 29.75em) {
  .imgbox.competitive-analyses {
    margin-bottom: 32px;
  }
}
.imgbox.competitive-analyses ul {
  display: flex;
  flex-direction: column;
  margin-bottom: 16px;
  padding-right: 16px;
}
.imgbox.competitive-analyses ul li {
  display: flex;
}
.imgbox.competitive-analyses ul li img {
  width: 27px;
  height: 27px;
  margin-right: 16px;
}
.imgbox.competitive-analyses .audit-container {
  width: 50%;
}
@media only screen and (max-width: 70em) {
  .imgbox.competitive-analyses .audit-container {
    width: 100%;
  }
}
.imgbox.competitive-analyses .audit-container .click-drag {
  border-radius: 1rem;
  border: 2px solid #00507e;
  background: #040206;
  box-shadow: 0px 8px 16px 0px rgba(132, 173, 230, 0.4);
  color: #fafafa;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  padding: 16px 32px;
  margin-bottom: 32px;
}
.imgbox.competitive-analyses .audit-container .audit-img-wrapper {
  overflow: hidden;
  scroll-behavior: smooth;
  overflow-x: scroll;
  scrollbar-color: #a95ef4;
  border-radius: 1rem;
  border: 3px solid #00507e;
  background: #fafafa;
  padding: 8px;
}
.imgbox.competitive-analyses .audit-container .audit-img-wrapper img {
  width: auto;
}

.imgbox.responsive-mockups {
  width: 100%;
}

#animal-shelter-project-scope .textbox,
#animal-shelter-project-scope .imgbox,
#animal-shelter-user-interviews .textbox,
#animal-shelter-user-interviews .imgbox {
  width: 50%;
}
@media only screen and (max-width: 70em) {
  #animal-shelter-project-scope .textbox,
  #animal-shelter-project-scope .imgbox,
  #animal-shelter-user-interviews .textbox,
  #animal-shelter-user-interviews .imgbox {
    width: 100%;
  }
}

#animal-shelter-problem-statement .imgbox {
  width: 100%;
}

.mockup-side-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 52px;
}
.mockup-side-wrapper .desktop-mockup-container {
  width: 100%;
  height: 290px;
  overflow-y: scroll;
  overflow-x: hidden;
  position: relative;
  scrollbar-width: none;
}
@media only screen and (max-width: 37.5em) {
  .mockup-side-wrapper .desktop-mockup-container {
    height: 200px;
  }
}
.mockup-side-wrapper .desktop-mockup-container img {
  width: 515px;
}
@media only screen and (max-width: 37.5em) {
  .mockup-side-wrapper .desktop-mockup-container img {
    width: 350px;
  }
}
.mockup-side-wrapper .desktop-mockup-container::-webkit-scrollbar {
  display: none;
}
.mockup-side-wrapper .desktop-template {
  top: 0px;
  position: sticky;
  z-index: 4;
}
.mockup-side-wrapper .desktop-template-responsive {
  position: absolute;
  padding: 0 61px 33px 61px;
  transform: translateY(-287px);
}
@media only screen and (max-width: 37.5em) {
  .mockup-side-wrapper .desktop-template-responsive {
    padding: 0 38px 20px 38px;
    transform: translateY(-195px);
  }
}
.mockup-side-wrapper .tablet-mobile-wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  margin-top: 32px;
}
.mockup-side-wrapper .tablet-mobile-wrapper .tablet-mockup-container {
  width: 100%;
  height: 520px;
  border-radius: 28px;
  margin: 0 24px;
  overflow-y: scroll;
  overflow-x: hidden;
  position: relative;
  scrollbar-width: none;
}
@media only screen and (max-width: 43.75em) {
  .mockup-side-wrapper .tablet-mobile-wrapper .tablet-mockup-container {
    margin-bottom: 56px;
  }
}
.mockup-side-wrapper .tablet-mobile-wrapper .tablet-mockup-container img {
  width: 375px;
}
.mockup-side-wrapper .tablet-mobile-wrapper .tablet-mockup-container .tablet-template {
  top: -2px;
  position: sticky;
  z-index: 4;
}
.mockup-side-wrapper .tablet-mobile-wrapper .tablet-mockup-container .tablet-template-responsive {
  position: absolute;
  padding: 0 10px 20px 10px;
  transform: translateY(-500px);
}
.mockup-side-wrapper .tablet-mobile-wrapper .tablet-mockup-container::-webkit-scrollbar {
  display: none;
}
.mockup-side-wrapper .tablet-mobile-wrapper .mobile-mockup-container {
  height: 485px;
  border-radius: 60px;
  margin: 0 24px;
  overflow-y: scroll;
  overflow-x: hidden;
  position: relative;
  scrollbar-width: none;
}
.mockup-side-wrapper .tablet-mobile-wrapper .mobile-mockup-container img {
  width: 268px;
}
.mockup-side-wrapper .tablet-mobile-wrapper .mobile-mockup-container .mobile-template {
  top: -7px;
  position: sticky;
  z-index: 4;
}
.mockup-side-wrapper .tablet-mobile-wrapper .mobile-mockup-container .mobile-template-responsive {
  position: absolute;
  padding: 0 16px 14px 16px;
  transform: translateY(-500px);
}
.mockup-side-wrapper .tablet-mobile-wrapper .mobile-mockup-container::-webkit-scrollbar {
  display: none;
}
.mockup-side-wrapper .tablet-mobile-wrapper.user-flow-mockups {
  width: 100%;
  justify-content: space-between;
}
@media only screen and (max-width: 43.75em) {
  .mockup-side-wrapper .tablet-mobile-wrapper.user-flow-mockups {
    flex-direction: column;
    align-items: center;
  }
}
.mockup-side-wrapper .mockup-link-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.mockup-side-wrapper .mockup-link-wrapper a {
  margin-top: 32px;
}

@media only screen and (max-width: 70em) {
  a.hi-fi-link.desktop-hi-fi-link {
    margin-bottom: 32px;
  }
}

@media only screen and (max-width: 70em) {
  .tablet-link-container .scroll-2 {
    display: none;
    visibility: hidden;
  }
}

.tablet-btn-container {
  margin-top: 24px;
  display: flex;
  justify-content: center;
}

.mockup-img-gallery {
  background-color: #fafafa;
}
.mockup-img-gallery img {
  width: 100%;
}

#volunteer-mockup-container {
  width: 100%;
  padding: 0 20%;
}
@media only screen and (max-width: 87.5em) {
  #volunteer-mockup-container {
    padding: 0 5%;
  }
}
@media only screen and (max-width: 62.5em) {
  #volunteer-mockup-container {
    padding: 0 5%;
  }
}
#volunteer-mockup-container .volunteer-reponsive {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 62.5em) {
  #volunteer-mockup-container .volunteer-reponsive {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

.mockup-responsive-wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-bottom: 24px;
}
@media only screen and (max-width: 81.25em) {
  .mockup-responsive-wrapper {
    flex-direction: column;
    align-items: center;
  }
}
.mockup-responsive-wrapper .desktop-mockup-container {
  width: 100%;
  height: 290px;
  overflow-y: scroll;
  overflow-x: hidden;
  position: relative;
  scrollbar-width: none;
}
@media only screen and (max-width: 37.5em) {
  .mockup-responsive-wrapper .desktop-mockup-container {
    height: 200px;
  }
}
.mockup-responsive-wrapper .desktop-mockup-container img {
  width: 515px;
}
@media only screen and (max-width: 37.5em) {
  .mockup-responsive-wrapper .desktop-mockup-container img {
    width: 350px;
  }
}
.mockup-responsive-wrapper .desktop-mockup-container::-webkit-scrollbar {
  display: none;
}
.mockup-responsive-wrapper .desktop-template {
  top: 0px;
  position: sticky;
  z-index: 4;
}
.mockup-responsive-wrapper .desktop-template-responsive {
  position: absolute;
  padding: 0 61px 33px 61px;
  transform: translateY(-287px);
}
@media only screen and (max-width: 37.5em) {
  .mockup-responsive-wrapper .desktop-template-responsive {
    padding: 0 38px 20px 38px;
    transform: translateY(-195px);
  }
}
.mockup-responsive-wrapper .tablet-mobile-wrapper {
  display: flex;
  align-items: flex-end;
}
@media only screen and (max-width: 81.25em) {
  .mockup-responsive-wrapper .tablet-mobile-wrapper {
    margin-top: 32px;
    justify-content: flex-end;
  }
}
.mockup-responsive-wrapper .tablet-mobile-wrapper .tablet-mockup-container {
  width: 90%;
  height: 273px;
  margin: 0 24px;
  overflow-y: scroll;
  overflow-x: hidden;
  position: relative;
  scrollbar-width: none;
}
@media only screen and (max-width: 29.75em) {
  .mockup-responsive-wrapper .tablet-mobile-wrapper .tablet-mockup-container {
    height: 250px;
    margin: 0;
  }
}
.mockup-responsive-wrapper .tablet-mobile-wrapper .tablet-mockup-container img {
  width: 195px;
}
@media only screen and (max-width: 29.75em) {
  .mockup-responsive-wrapper .tablet-mobile-wrapper .tablet-mockup-container img {
    width: 178px;
  }
}
.mockup-responsive-wrapper .tablet-mobile-wrapper .tablet-mockup-container .tablet-template {
  top: -2px;
  position: sticky;
  z-index: 4;
}
.mockup-responsive-wrapper .tablet-mobile-wrapper .tablet-mockup-container .tablet-template-responsive {
  position: absolute;
  padding: 0 10px 20px 10px;
  transform: translateY(-258px);
}
@media only screen and (max-width: 29.75em) {
  .mockup-responsive-wrapper .tablet-mobile-wrapper .tablet-mockup-container .tablet-template-responsive {
    transform: translateY(-236px);
  }
}
.mockup-responsive-wrapper .tablet-mobile-wrapper .tablet-mockup-container::-webkit-scrollbar {
  display: none;
}
.mockup-responsive-wrapper .tablet-mobile-wrapper .mobile-mockup-container {
  width: 70%;
  height: 251px;
  margin: 0 24px;
  overflow-y: scroll;
  overflow-x: hidden;
  position: relative;
  scrollbar-width: none;
}
@media only screen and (max-width: 29.75em) {
  .mockup-responsive-wrapper .tablet-mobile-wrapper .mobile-mockup-container {
    height: 206px;
  }
}
.mockup-responsive-wrapper .tablet-mobile-wrapper .mobile-mockup-container img {
  width: 139px;
}
@media only screen and (max-width: 29.75em) {
  .mockup-responsive-wrapper .tablet-mobile-wrapper .mobile-mockup-container img {
    width: 114px;
  }
}
.mockup-responsive-wrapper .tablet-mobile-wrapper .mobile-mockup-container .mobile-template {
  top: -7px;
  position: sticky;
  z-index: 4;
}
.mockup-responsive-wrapper .tablet-mobile-wrapper .mobile-mockup-container .mobile-template-responsive {
  position: absolute;
  padding: 0 16px 14px 16px;
  transform: translateY(-258px);
}
@media only screen and (max-width: 29.75em) {
  .mockup-responsive-wrapper .tablet-mobile-wrapper .mobile-mockup-container .mobile-template-responsive {
    padding: 0 16px 10px 16px;
    transform: translateY(-210px);
  }
}
.mockup-responsive-wrapper .tablet-mobile-wrapper .mobile-mockup-container::-webkit-scrollbar {
  display: none;
}

.hi-fi-scroll-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
}

p.scroll-for-design {
  color: #323232;
  text-align: center;
}

.imgbox.hi-fi-prototype {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.imgbox.hi-fi-prototype .hi-fi-img {
  margin-bottom: 56px;
}

.hi-fi-tablet-mobile {
  width: 100%;
  padding: 0 10%;
  display: flex;
}
.hi-fi-tablet-mobile .hi-fi-mockup {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hi-fi-tablet-mobile .hi-fi-mockup img {
  margin-bottom: 32px;
  width: 70%;
}
.hi-fi-tablet-mobile .hi-fi-mockup .hi-fi-desktop-link {
  text-decoration: none;
  color: #a95ef4;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.2rem;
  position: relative;
}
.hi-fi-tablet-mobile .hi-fi-mockup .hi-fi-desktop-link::before {
  position: absolute;
  content: "";
  width: 224px;
  height: 4px;
  background: #a95ef4;
  border-radius: 8px;
  left: 0;
  top: 32px;
}
.hi-fi-tablet-mobile .hi-fi-mockup.tablet {
  margin-right: 64px;
}

.buttons-container {
  display: flex;
  justify-content: space-between;
  width: 320px;
  margin-top: 24px;
}
.buttons-container .main-btn.portfolio-btn {
  background-color: #a95ef4;
  color: #040206;
}
.buttons-container .main-btn.portfolio-btn:hover {
  background-color: #040206;
  color: #a95ef4;
}

.portfolio-banner-heading {
  display: flex;
  align-items: center;
  font-family: "DM Serif Display", serif;
}
@media only screen and (max-width: 62.5em) {
  .portfolio-banner-heading {
    margin-top: 64px;
  }
}
@media only screen and (max-width: 43.75em) {
  .portfolio-banner-heading {
    margin-top: 32px;
  }
}
@media only screen and (max-width: 29.75em) {
  .portfolio-banner-heading {
    margin-top: 16px;
  }
}
.portfolio-banner-heading img {
  width: 4rem;
  height: 4rem;
  margin-left: 16px;
  margin-bottom: 24px;
}
@media only screen and (max-width: 43.75em) {
  .portfolio-banner-heading img {
    width: 3.2rem;
    height: 3.2rem;
  }
}

.project-scope-sitconmigo .imgbox {
  width: 50%;
  padding-right: 24px;
}
@media only screen and (max-width: 70em) {
  .project-scope-sitconmigo .imgbox {
    width: 100%;
    padding-right: 0px;
  }
}
.project-scope-sitconmigo .textbox {
  width: 50%;
  padding-left: 24px;
}
@media only screen and (max-width: 70em) {
  .project-scope-sitconmigo .textbox {
    width: 100%;
    padding-left: 0px;
  }
}

.text-center-section.customer-focus .textbox {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.mission-statement-section .imgbox {
  width: 100%;
  max-width: 1400px;
}
.mission-statement-section .imgbox span {
  color: #a95ef4;
}
.mission-statement-section .mission-statement-img {
  width: 100vw;
  display: flex;
  justify-content: center;
  padding-bottom: 64px;
}
@media only screen and (max-width: 70em) {
  .mission-statement-section .mission-statement-img {
    justify-content: flex-start;
    align-items: flex-start;
  }
}
@media only screen and (max-width: 37.5em) {
  .mission-statement-section .mission-statement-img {
    padding-bottom: 32px;
  }
}
.mission-statement-section .mission-statement-img img {
  width: 50%;
}
@media only screen and (max-width: 70em) {
  .mission-statement-section .mission-statement-img img {
    width: 100%;
    max-width: 1000px;
    padding-right: 10%;
  }
}
.mission-statement-section .imgbox-1 {
  padding-right: 30%;
  padding-bottom: 32px;
}
@media only screen and (max-width: 70em) {
  .mission-statement-section .imgbox-1 {
    padding-right: 0px;
  }
}
@media only screen and (max-width: 37.5em) {
  .mission-statement-section .imgbox-1 {
    padding-bottom: 0px;
  }
}
.mission-statement-section .imgbox-2 {
  padding-left: 30%;
}
@media only screen and (max-width: 70em) {
  .mission-statement-section .imgbox-2 {
    padding-left: 0px;
  }
}

.usablity-testing-iteration .imgbox {
  width: 100%;
  padding-top: 32px;
}

.solutions-client-goals .textbox {
  width: 45%;
  margin-right: 48px;
}
@media only screen and (max-width: 70em) {
  .solutions-client-goals .textbox {
    width: 100%;
  }
}
.solutions-client-goals .imgbox {
  width: 55%;
}
@media only screen and (max-width: 70em) {
  .solutions-client-goals .imgbox {
    width: 100%;
  }
}

#animal-shelter-user-interviews,
#animal-shelter-project-scope,
#animal-shelter-problem-statement,
#animal-shelter-information-architecture,
#animal-shelter-site-map,
#animal-shelter-user-flow,
#animal-shelter-low-fidelity,
#animal-shelter-responsive-design,
#animal-shelter-additional-pages,
.animal-shelter-additional-pages,
.animal-shelter-up-next {
  background-color: #fafafa;
}

#animal-shelter-user-research,
#animal-shelter-pain-points,
#animal-shelter-usability-testing,
#animal-shelter-hi-fi-user-flow {
  background-color: #f3fafe;
}

#animal-shelter-personas,
#animal-shelter-empathy-maps,
#animal-shelter-competitive-analysis,
#animal-shelter-paper-wireframes,
#animal-shelter-high-fidelity,
#animal-shelter-takeaways {
  background-color: #f6f6f6;
}

#city-cycles-google-analytics,
#city-cycles-data-visualization,
#city-cycles-paper-wireframes,
#city-cycles-low-fidelity-wireframe,
#city-cycles-results,
#city-cycles-takeaways {
  background-color: #fafafa;
}

#city-cycles-project-scope,
#city-cycles-journey-map,
#city-cycles-information-architecture,
#city-cycles-site-map,
#city-cycles-high-fidelity {
  background-color: #f2f3fb;
}

#city-cycles-user-interviews,
#city-cycles-competitive-analysis,
#city-cycles-user-flow,
#city-cycles-usability-testing,
#city-cycles-iterations,
#city-cycles-iterations-2,
.city-cycles-up-next {
  background-color: #e3e3e3;
}

#sit-conmigo-user-research,
#sit-conmigo-digital-design,
#sit-conmigo-next-steps,
#sit-conmigo-up-next {
  background-color: #fafafa;
}

#sit-conmigo-user-client-brief,
#sit-conmigo-user-client-brief-2,
#sit-conmigo-paper-wireframes,
#sit-conmigo-high-fidelity-prototype,
#sit-conmigo-responsive-design {
  background-color: #f7e3da;
}

#sit-conmigo-mission-statement,
#sit-conmigo-low-fidelity-wireframe,
#sit-conmigo-usability-testing,
#sit-conmigo-iterations,
#sit-conmigo-takeaways {
  background-color: #e3e3e3;
}

@media only screen and (max-width: 70em) {
  .hi-fi-cycles .main-section {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}
.hi-fi-cycles .main-section .imgbox {
  margin-right: 32px;
  text-align: center;
}
@media only screen and (max-width: 70em) {
  .hi-fi-cycles .main-section .imgbox {
    margin-right: 0;
  }
}
.hi-fi-cycles .main-section .imgbox img {
  margin-bottom: 32px;
}

#city-cycles-high-fidelity .imgbox {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#city-cycles-high-fidelity .imgbox img {
  margin-bottom: 56px;
}

#city-cycles-usability-testing .text-list-container {
  margin-left: 32px;
}
@media only screen and (max-width: 70em) {
  #city-cycles-usability-testing .text-list-container {
    margin-left: 0;
  }
}

.responsive-img-template .imgbox {
  width: 100%;
}
@media only screen and (max-width: 70em) {
  .responsive-img-template .img-responsive-01 {
    display: none;
    visibility: hidden;
  }
}
.responsive-img-template .img-responsive-02 {
  display: none;
  visibility: hidden;
}
@media only screen and (max-width: 70em) {
  .responsive-img-template .img-responsive-02 {
    display: inline-block;
    visibility: visible;
  }
}

.up-next {
  padding: 87px 0;
}
@media only screen and (max-width: 62.5em) {
  .up-next {
    padding: 52px 0;
  }
}
.up-next .up-next-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 37.5em) {
  .up-next .up-next-wrapper {
    flex-direction: column;
  }
}
.up-next .up-next-wrapper img {
  max-width: 400px;
  margin-right: 64px;
}
@media only screen and (max-width: 43.75em) {
  .up-next .up-next-wrapper img {
    max-width: 300px;
    margin-right: 24px;
  }
}
@media only screen and (max-width: 37.5em) {
  .up-next .up-next-wrapper img {
    margin-right: 0;
    margin-bottom: 24px;
  }
}

.footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 10.4rem;
  padding-bottom: 3.5rem;
  background-color: #040206;
  position: relative;
}
.footer-text {
  color: #fafafa;
  text-align: center;
}
.footer-text span {
  color: #a95ef4;
}
.footer .footer-contact-container::before {
  position: absolute;
  content: "";
  width: 100vw;
  height: 10px;
  background-color: #a95ef4;
  top: 210px;
  left: 0;
}
@media only screen and (max-width: 62.5em) {
  .footer .footer-contact-container::before {
    top: 220px;
  }
}
@media only screen and (max-width: 29.75em) {
  .footer .footer-contact-container::before {
    display: none;
    visibility: hidden;
  }
}
.footer .contact-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 800px;
  height: 100px;
  padding: 0 64px;
  margin-bottom: 32px;
  border-radius: 40px;
  border: 5px solid #a95ef4;
  background: #040206;
  color: #fafafa;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 62.5em) {
  .footer .contact-wrapper {
    flex-direction: column;
    width: 360px;
    height: auto;
    padding: 16px 0;
  }
}
.footer .contact-wrapper .contact-me {
  font-size: 4rem;
  font-weight: 400;
  letter-spacing: 2px;
}
@media only screen and (max-width: 43.75em) {
  .footer .contact-wrapper .contact-me {
    font-size: 3.2rem;
  }
}
.footer .contact-wrapper .contact-email {
  color: #fafafa;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
}
.footer .contact-wrapper .contact-email:hover {
  color: #a95ef4;
}

.footer-logo-wrapper {
  margin-bottom: 32px;
  text-align: center;
}

.contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all 0.2s;
  margin-bottom: 24px;
}
.contact_icon {
  padding: 5px 15px;
  background-color: #fafafa;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  font-size: 3.5rem;
  margin-bottom: 64px;
  text-decoration: none;
}
.contact_icon:hover {
  color: #a95ef4;
}

header {
  position: fixed;
  z-index: 20;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 95px;
  width: 100vw;
  padding: 24px 10% 24px 10%;
  background-color: #040206;
  z-index: 20;
}
@media only screen and (max-width: 62.5em) {
  .header {
    padding: 24px 5% 24px 5%;
  }
}
@media only screen and (max-width: 37.5em) {
  .header {
    padding: 16px 5% 16px 5%;
  }
}
.header-textbox a {
  text-decoration: none;
  outline: none;
}
.header-name {
  color: #fafafa;
  font-family: "DM Serif Display", serif;
  font-size: 2.4rem;
  font-weight: 400;
  letter-spacing: 0.2rem;
  margin: -4px 0;
}
@media only screen and (max-width: 37.5em) {
  .header-name {
    font-size: 2rem;
  }
}
.header-designer {
  color: #a95ef4;
  font-family: "Poppins", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.075rem;
}

.main-nav-list {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 62.5em) {
  .main-nav-list {
    opacity: 0;
    visibility: hidden;
    display: none;
  }
}

.main-nav-item {
  margin: 25px;
  list-style: none;
}

.main-nav-link {
  color: #fafafa;
  font-family: "Poppins", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  text-decoration: none;
  position: relative;
  padding: 5px 0;
  transition: all 0.2s;
}

.main-nav-link:hover {
  color: #c77dff;
  transform: scale(1.2);
}

/* NAV LINK LINES */
.main-nav-link::before,
.main-nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fafafa;
  transform: scaleX(0);
  transition: transform 0.5s;
}

.main-nav-link::after {
  bottom: 0;
  transform-origin: right;
}

.main-nav-link::before {
  top: 0;
  transform-origin: left;
}

.main-nav-link:hover::before,
.main-nav-link:hover::after {
  transform: scaleX(1);
}

/* HAMBURGER MENU STYLES */
.line {
  position: absolute;
  top: 3rem;
  right: 2rem;
  width: 3rem;
  height: 3px;
  background-color: #9d4edd;
  transition: all 0.4s;
}
.line-1 {
  background-color: #7b2cbf;
  top: 2rem;
}
.line-3 {
  background-color: #7b2cbf;
  top: 4rem;
}

.change .line-1 {
  top: 3rem;
  transform: rotateZ(-135deg);
}

.change .line-2 {
  opacity: 0;
}

.change .line-3 {
  top: 3rem;
  transform: rotateZ(135deg);
}

/* NAV LINK STYLES */
.navbar {
  position: fixed;
  top: 6rem;
  right: 6.2rem;
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  z-index: 22;
}
@media only screen and (max-width: 37.5em) {
  .navbar {
    top: 3.2rem;
    right: 3.2rem;
  }
}

.background {
  position: fixed;
  top: 1.4rem;
  right: 4rem;
  width: 3.2rem;
  height: 3.2rem;
  opacity: 0;
  visibility: hidden;
  background-color: #040206;
  border-radius: 50%;
  transition: transform 0.8s cubic-bezier(0.86, 0, 0.07, 1);
  z-index: 18;
}
@media only screen and (max-width: 62.5em) {
  .background {
    opacity: 1;
    visibility: visible;
  }
}
@media only screen and (max-width: 37.5em) {
  .background {
    right: 5rem;
  }
}

.change .background {
  transform: scale(130);
}

.hamburger-menu {
  position: fixed;
  top: 2rem;
  right: 4rem;
  width: 5rem;
  height: 5rem;
  opacity: 0;
  visibility: hidden;
  background-color: #c77dff;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  cursor: pointer;
  z-index: 20;
}
@media only screen and (max-width: 62.5em) {
  .hamburger-menu {
    opacity: 1;
    visibility: visible;
  }
}
@media only screen and (max-width: 37.5em) {
  .hamburger-menu {
    right: 3rem;
  }
}

.nav-list {
  position: fixed;
  top: 0;
  left: 0;
  width: 50vw;
  height: 50vh;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transform: translate(-75%, 50%);
  z-index: 1500;
  transition: all 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.change .nav-list {
  transform: translate(50%, 50%);
  opacity: 1;
  visibility: visible;
}

.nav-item {
  margin: 25px;
  list-style: none;
}

.nav-link {
  position: relative;
  display: inline-block;
  color: #fafafa;
  font-family: "Poppins", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  text-decoration: none;
  padding: 5px 0;
  transition: all 0.2s;
}

.nav-link:hover {
  color: #c77dff;
  transform: scale(1.2);
}

/* NAV LINK LINES */
.nav-link::before,
.nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  transform: scaleX(0);
  transition: transform 0.5s;
}

.nav-link::after {
  bottom: 0;
  transform-origin: right;
}

.nav-link::before {
  top: 0;
  transform-origin: left;
}

.nav-link:hover::before,
.nav-link:hover::after {
  transform: scaleX(1);
}

.line {
  position: absolute;
  top: 2.4rem;
  right: 1rem;
  width: 3rem;
  height: 3px;
  background-color: #9d4edd;
  transition: all 0.4s;
}
.line-1 {
  background-color: #7b2cbf;
  top: 1.4rem;
}
.line-3 {
  background-color: #7b2cbf;
  top: 3.4rem;
}

.change .line-1 {
  top: 2.4rem;
  transform: rotateZ(-135deg);
}

.change .line-2 {
  opacity: 0;
}

.change .line-3 {
  top: 2.4rem;
  transform: rotateZ(135deg);
}

.nav-link {
  position: relative;
  display: inline-block;
  color: #fafafa;
  font-family: "Poppins", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  text-decoration: none;
  padding: 5px 0;
  transition: all 0.2s;
}

.nav-link:hover {
  color: #c77dff;
  transform: scale(1.2);
}

/* NAV LINK LINES */
.design-link {
  position: relative;
  padding: 5px 0;
  transition: all 0.2s;
}

.design-link::before,
.design-link::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #a9a9a9;
  transform: scaleX(0);
  transition: transform 0.5s;
}

.design-link::after {
  bottom: 0;
  transform-origin: right;
}

.design-link::before {
  top: 0;
  transform-origin: left;
}

.design-link:hover::before,
.design-link:hover::after {
  transform: scaleX(1);
}

.design-link:hover img {
  filter: brightness(0) saturate(100%) invert(49%) sepia(83%) saturate(4397%) hue-rotate(244deg) brightness(104%) contrast(91%);
}

.design-link:hover p {
  color: #a95ef4;
}

.hide {
  opacity: 0;
  display: none !important;
  visibility: hidden;
}

#portfolio-banner {
  padding-top: 155px;
  padding-bottom: 104px;
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: #040206;
}
@media only screen and (max-width: 62.5em) {
  #portfolio-banner {
    flex-direction: column;
  }
}
#portfolio-banner .banner-textbox {
  width: 60%;
}
@media only screen and (max-width: 62.5em) {
  #portfolio-banner .banner-textbox {
    width: 100%;
  }
}
#portfolio-banner .banner-textbox .banner-heading {
  color: #a95ef4;
}
#portfolio-banner .banner-textbox .banner-heading .heading {
  color: #a95ef4;
  margin-bottom: 16px;
}
#portfolio-banner .banner-textbox .banner-heading img {
  margin-bottom: 16px;
}
#portfolio-banner .banner-textbox .heading {
  color: #fafafa;
}
#portfolio-banner .banner-textbox .banner-text {
  color: #a9a9a9;
}
#portfolio-banner .banner-textbox .banner-text span {
  color: #a95ef4;
  font-weight: 700;
}
#portfolio-banner .banner-thumbnail {
  width: 40%;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 62.5em) {
  #portfolio-banner .banner-thumbnail {
    width: 100%;
  }
}
#portfolio-banner .banner-thumbnail img.about-banner-img {
  width: 70%;
}
@media only screen and (max-width: 81.25em) {
  #portfolio-banner .banner-thumbnail img.about-banner-img {
    width: 75%;
  }
}
@media only screen and (max-width: 62.5em) {
  #portfolio-banner .banner-thumbnail img.about-banner-img {
    width: 80%;
    margin-top: 64px;
  }
}
#portfolio-banner .buttons-container-banner {
  display: flex;
  width: 100%;
  height: 100%;
  padding-top: 52px;
}
@media only screen and (max-width: 29.75em) {
  #portfolio-banner .buttons-container-banner .btn-container-1 {
    margin-right: 0;
    margin-bottom: 54px;
  }
}
@media only screen and (max-width: 29.75em) {
  #portfolio-banner .buttons-container-banner {
    flex-direction: column;
  }
}
#portfolio-banner .buttons-container-banner .portfolio-btn-1 {
  margin-right: 24px;
}
@media only screen and (max-width: 29.75em) {
  #portfolio-banner .buttons-container-banner .portfolio-btn-1 {
    margin-right: 0;
  }
}
#portfolio-banner .heading {
  margin-bottom: 24px;
  font-size: 4rem;
  color: #a95ef4;
  font-weight: 400;
  letter-spacing: 0.24rem;
}
@media only screen and (max-width: 43.75em) {
  #portfolio-banner .heading {
    font-size: 3.2rem;
    letter-spacing: 0.14rem;
  }
}

.portfolio {
  padding: 104px 10%;
  width: 100vw;
  background-color: #fafafa;
}
@media only screen and (max-width: 62.5em) {
  .portfolio {
    padding: 104px 5%;
  }
}
.portfolio .case-study-title-menu {
  padding: 0 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 62.5em) {
  .portfolio .case-study-title-menu {
    flex-direction: column;
    padding: 0;
  }
}
@media only screen and (max-width: 62.5em) {
  .portfolio .case-study-title-menu .case-group-title {
    padding-bottom: 14px;
  }
}
.portfolio .case-study-title-menu .case-group-title .heading {
  color: #4c1875;
  margin-bottom: 0px;
}
.portfolio .case-study-title-menu .case-group-menu {
  display: flex;
}
.portfolio .case-study-title-menu .case-group-menu .dev-projects-link,
.portfolio .case-study-title-menu .case-group-menu .all-projects-link {
  margin-left: 24px;
}
.portfolio .case-study-title-menu .case-group-menu .ux-projects-link,
.portfolio .case-study-title-menu .case-group-menu .dev-projects-link,
.portfolio .case-study-title-menu .case-group-menu .all-projects-link {
  color: #323232;
  font-size: 2rem;
  font-weight: 400;
  opacity: 0.7;
  border-width: 0;
  background-color: transparent;
  cursor: pointer;
}
.portfolio .case-study-title-menu .case-group-menu .ux-projects-link:hover,
.portfolio .case-study-title-menu .case-group-menu .dev-projects-link:hover,
.portfolio .case-study-title-menu .case-group-menu .all-projects-link:hover {
  color: #a168da;
  font-size: 2rem;
  font-weight: 600;
  opacity: 1;
}
.portfolio .case-study-title-menu .case-group-menu .active {
  color: #4c1875;
  font-size: 2rem;
  font-weight: 600;
  opacity: 1;
}

.dev-button-wrapper {
  display: flex;
  justify-content: center;
}
.dev-button-wrapper .developer-btn {
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  color: #a95ef4;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 1.4px;
  padding: 16px 24px;
  background-color: #040206;
  border-radius: 8px;
  border: 2px solid #a95ef4;
  cursor: pointer;
}
.dev-button-wrapper .developer-btn:hover {
  color: #040206;
  background-color: #a95ef4;
}

.case-study-wrapper {
  margin-top: 32px;
}

.case-study-wrapper,
.developer-projects {
  width: 100%;
  height: auto;
  color: white;
}
.case-study-wrapper .case-study,
.developer-projects .case-study {
  display: flex;
  background-color: white;
  border-radius: 40px;
  overflow: hidden;
  border: 3px solid #4c1875;
  box-shadow: 9px 7px 14px -6px rgba(50, 50, 50, 0.49);
  margin-bottom: 80px;
}
@media only screen and (max-width: 81.25em) {
  .case-study-wrapper .case-study,
  .developer-projects .case-study {
    flex-direction: column;
    border-radius: 20px;
  }
}
.case-study-wrapper .case-study .case-study-thumbnail,
.developer-projects .case-study .case-study-thumbnail {
  width: 55%;
}
@media only screen and (max-width: 81.25em) {
  .case-study-wrapper .case-study .case-study-thumbnail,
  .developer-projects .case-study .case-study-thumbnail {
    width: 100%;
  }
}
.case-study-wrapper .case-study .case-study-thumbnail .dev-thumbnail-container,
.developer-projects .case-study .case-study-thumbnail .dev-thumbnail-container {
  width: 100%;
  height: 100%;
  position: relative;
}
@media only screen and (max-width: 81.25em) {
  .case-study-wrapper .case-study .case-study-thumbnail .dev-thumbnail-container,
  .developer-projects .case-study .case-study-thumbnail .dev-thumbnail-container {
    position: unset;
    height: 350px;
  }
}
@media only screen and (max-width: 37.5em) {
  .case-study-wrapper .case-study .case-study-thumbnail .dev-thumbnail-container,
  .developer-projects .case-study .case-study-thumbnail .dev-thumbnail-container {
    height: 175px;
  }
}
.case-study-wrapper .case-study .case-study-thumbnail .dev-thumbnail-container img,
.developer-projects .case-study .case-study-thumbnail .dev-thumbnail-container img {
  position: absolute;
}
@media only screen and (max-width: 81.25em) {
  .case-study-wrapper .case-study .case-study-thumbnail .dev-thumbnail-container img,
  .developer-projects .case-study .case-study-thumbnail .dev-thumbnail-container img {
    position: inherit;
  }
}
.case-study-wrapper .case-study .case-study-thumbnail img,
.developer-projects .case-study .case-study-thumbnail img {
  width: 100%;
}
.case-study-wrapper .case-study .case-study-textbox,
.developer-projects .case-study .case-study-textbox {
  width: 45%;
  padding: 40px 40px 40px 40px;
  background-color: #1b1a1d;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 81.25em) {
  .case-study-wrapper .case-study .case-study-textbox,
  .developer-projects .case-study .case-study-textbox {
    width: 100%;
  }
}
@media only screen and (max-width: 37.5em) {
  .case-study-wrapper .case-study .case-study-textbox,
  .developer-projects .case-study .case-study-textbox {
    padding: 24px 16px 24px 16px;
  }
}
.case-study-wrapper .case-study .case-study-textbox .case-study-sub-title,
.developer-projects .case-study .case-study-textbox .case-study-sub-title {
  color: #a9a9a9;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.24rem;
  margin-bottom: -5px;
}
.case-study-wrapper .case-study .case-study-textbox .case-study-title,
.developer-projects .case-study .case-study-textbox .case-study-title {
  color: #a95ef4;
  font-size: 3.2rem;
  font-weight: 400;
  letter-spacing: 0.1rem;
  margin-bottom: -8px;
}
.case-study-wrapper .case-study .case-study-textbox .case-study-role,
.developer-projects .case-study .case-study-textbox .case-study-role {
  color: #fafafa;
  font-size: 2rem;
  font-weight: 400;
  padding-bottom: 16px;
}
.case-study-wrapper .case-study .case-study-textbox .case-study-description,
.developer-projects .case-study .case-study-textbox .case-study-description {
  color: #a9a9a9;
  font-size: 2rem;
  font-weight: 400;
  padding-bottom: 24px;
}
.case-study-wrapper .case-study .case-study-textbox .case-study-description span,
.developer-projects .case-study .case-study-textbox .case-study-description span {
  color: #bababa;
  font-weight: 700;
}
.case-study-wrapper .case-study .case-study-textbox .developer-btns,
.developer-projects .case-study .case-study-textbox .developer-btns {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.case-study-wrapper .case-study .case-study-textbox .developer-btns .site-btn,
.developer-projects .case-study .case-study-textbox .developer-btns .site-btn {
  margin-bottom: 32px;
}
.case-study-wrapper .case-study .case-study-textbox .developer-btns .site-btn a,
.developer-projects .case-study .case-study-textbox .developer-btns .site-btn a {
  color: #fafafa;
}
.case-study-wrapper .case-study .case-study-textbox .developer-btns .site-btn a:hover,
.developer-projects .case-study .case-study-textbox .developer-btns .site-btn a:hover {
  color: #a95ef4;
}
.case-study-wrapper .case-study .case-study-textbox .developer-btns .code-btn a,
.developer-projects .case-study .case-study-textbox .developer-btns .code-btn a {
  color: #fafafa;
}
.case-study-wrapper .case-study .case-study-textbox .developer-btns .code-btn a:hover,
.developer-projects .case-study .case-study-textbox .developer-btns .code-btn a:hover {
  color: #a95ef4;
}

.developer-projects {
  margin-top: 32px;
}

@media only screen and (max-width: 81.25em) {
  #city-cycles,
  #dine {
    flex-direction: column-reverse;
  }
}

@media only screen and (max-width: 81.25em) {
  #audiophile {
    margin-bottom: 0px;
  }
}

#contact-page .banner {
  padding-top: 240px;
}
@media only screen and (max-width: 62.5em) {
  #contact-page .banner {
    padding-top: 180px;
  }
}
@media only screen and (max-width: 29.75em) {
  #contact-page .banner {
    padding-top: 110px;
  }
}
@media only screen and (max-width: 62.5em) {
  #contact-page .banner .banner-thumbnail {
    justify-content: flex-start;
    margin-bottom: 32px;
  }
}
@media only screen and (max-width: 62.5em) {
  #contact-page .banner .banner-thumbnail img {
    width: 35%;
  }
}
@media only screen and (max-width: 29.75em) {
  #contact-page .banner .banner-thumbnail img {
    width: 80%;
  }
}
#contact-page .banner .text-main {
  color: #bababa;
}
#contact-page .banner .text-main span {
  color: #a95ef4;
}
#contact-page .contact-email {
  color: #fafafa;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
}
#contact-page .contact-email:hover {
  color: #a95ef4;
}/*# sourceMappingURL=main.min.css.map */