@import url("https://fonts.googleapis.com/css2?family=Comfortaa:wght@400;700&family=Poppins:wght@300;400;600&display=swap");
* {
  margin: 0;
  padding: 0;
  font-family: "Poppins", "Comfortaa", sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  background-color: #eee;
  min-height: 100%;
  position: relative;
  overflow-x: hidden;
}

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

a {
  text-decoration: none;
}

img {
  width: 100%;
}

.menu {
  width: 100vw;
  background: #1a1a1a;
  font-weight: light;
  padding: 3em 5em 3em 5em;
}

.menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.menu ul a {
  display: block;
  padding: 0em 1em;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
  color: #929292;
  position: relative;
}

.menu li a:hover {
  color: #fe0190;
}

.menu li:last-child {
  margin-left: auto;
}

.menu .float {
  -webkit-animation: float1 8s ease-in-out infinite;
          animation: float1 8s ease-in-out infinite;
}

.menu .float a {
  color: #fcdf05;
}

@-webkit-keyframes float1 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    color: #fbff02;
  }
  30% {
    -webkit-transform: translateY(-5px) rotateX(45deg);
            transform: translateY(-5px) rotateX(45deg);
  }
  50% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  75% {
    -webkit-transform: scaleX(1.2);
            transform: scaleX(1.2);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes float1 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    color: #fbff02;
  }
  30% {
    -webkit-transform: translateY(-5px) rotateX(45deg);
            transform: translateY(-5px) rotateX(45deg);
  }
  50% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  75% {
    -webkit-transform: scaleX(1.2);
            transform: scaleX(1.2);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes float2 {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  10% {
    -webkit-transform: translateY(-1%);
            transform: translateY(-1%);
  }
  30% {
    -webkit-transform: translate(1%, 1%);
            transform: translate(1%, 1%);
  }
  60% {
    -webkit-transform: translate(-1%, 0);
            transform: translate(-1%, 0);
  }
  80% {
    -webkit-transform: translate(-1%, 0);
            transform: translate(-1%, 0);
  }
  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}

@keyframes float2 {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  10% {
    -webkit-transform: translateY(-1%);
            transform: translateY(-1%);
  }
  30% {
    -webkit-transform: translate(1%, 1%);
            transform: translate(1%, 1%);
  }
  60% {
    -webkit-transform: translate(-1%, 0);
            transform: translate(-1%, 0);
  }
  80% {
    -webkit-transform: translate(-1%, 0);
            transform: translate(-1%, 0);
  }
  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}

.hero-container {
  width: 100%;
  height: 90vh;
  background: #1a1a1a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hero-container .hero-left {
  width: 300px;
  height: 300px;
  margin-top: -7em;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 1;
  -webkit-transform: translate(120%, -15%);
          transform: translate(120%, -15%);
}

.hero-container .hero-left .title {
  width: 100%;
  height: 150px;
  margin-left: -6em;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hero-container .hero-left .title .block {
  width: 0%;
  height: 90%;
  background: #f05aaf;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  -webkit-animation: mainBlock 2s cubic-bezier(0.74, 0.06, 0.4, 0.92) forwards;
          animation: mainBlock 2s cubic-bezier(0.74, 0.06, 0.4, 0.92) forwards;
}

.hero-container .hero-left .title h1 {
  font-family: "Comfortaa";
  font-size: 4.375rem;
  font-weight: bold;
  -webkit-animation: mainFadeIn 2s forwards;
          animation: mainFadeIn 2s forwards;
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  position: relative;
}

.hero-container .hero-left .title h1 span {
  position: absolute;
  width: 0px;
  height: 0px;
  border-radius: 50%;
  background: #f8fc03;
  right: -110px;
  -webkit-animation: load 0.6s cubic-bezier(0.74, 0.06, 0.4, 0.92) forwards;
          animation: load 0.6s cubic-bezier(0.74, 0.06, 0.4, 0.92) forwards;
  -webkit-animation: popIn 0.8s cubic-bezier(0.74, 0.06, 0.4, 0.92) forwards;
          animation: popIn 0.8s cubic-bezier(0.74, 0.06, 0.4, 0.92) forwards;
  -webkit-animation-iteration-count: 4;
          animation-iteration-count: 4;
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}

.hero-container .hero-left .role {
  width: 100%;
  height: 40px;
  position: relative;
  margin-left: -2em;
  margin-top: 0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hero-container .hero-left .role .block {
  width: 0%;
  height: inherit;
  background: #ee068a;
  -webkit-animation: secBlock 2s cubic-bezier(0.74, 0.06, 0.4, 0.92) forwards;
          animation: secBlock 2s cubic-bezier(0.74, 0.06, 0.4, 0.92) forwards;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.hero-container .hero-left .role p {
  -webkit-animation: secFadeIn 3s forwards;
          animation: secFadeIn 3s forwards;
  -webkit-animation-delay: 3.2s;
          animation-delay: 3.2s;
  opacity: 0;
  font-weight: 400;
  font-family: "Poppins";
  font-size: 1.25rem;
  letter-spacing: 5px;
}

.hero-container .hero-circle {
  -webkit-transform: translate(-30%, -15%);
          transform: translate(-30%, -15%);
}

@-webkit-keyframes mainBlock {
  0% {
    width: 0%;
    left: 0;
  }
  50% {
    width: 100%;
    left: 0;
  }
  100% {
    width: 0;
    left: 100%;
  }
}

@keyframes mainBlock {
  0% {
    width: 0%;
    left: 0;
  }
  50% {
    width: 100%;
    left: 0;
  }
  100% {
    width: 0;
    left: 100%;
  }
}

@-webkit-keyframes secBlock {
  0% {
    width: 0%;
    left: 0;
  }
  50% {
    width: 100%;
    left: 0;
  }
  100% {
    width: 0;
    left: 100%;
  }
}

@keyframes secBlock {
  0% {
    width: 0%;
    left: 0;
  }
  50% {
    width: 100%;
    left: 0;
  }
  100% {
    width: 0;
    left: 100%;
  }
}

@-webkit-keyframes mainFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes mainFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes popIn {
  0% {
    width: 0px;
    height: 0px;
    background: #e9d856;
    border: 0px solid #ddd;
    opacity: 0;
  }
  50% {
    width: 10px;
    height: 10px;
    background: #e9d856;
    opacity: 1;
    bottom: 45px;
    -webkit-transform: scale(2);
            transform: scale(2);
  }
  65% {
    width: 7px;
    height: 7px;
    bottom: 0px;
    width: 15px;
  }
  80% {
    width: 10px;
    height: 10px;
    bottom: 20px;
    opacity: 1;
  }
  100% {
    width: 7px;
    height: 7px;
    background: #e9d856;
    border: 0px solid #222;
    bottom: 13px;
    opacity: 0;
  }
}

@keyframes popIn {
  0% {
    width: 0px;
    height: 0px;
    background: #e9d856;
    border: 0px solid #ddd;
    opacity: 0;
  }
  50% {
    width: 10px;
    height: 10px;
    background: #e9d856;
    opacity: 1;
    bottom: 45px;
    -webkit-transform: scale(2);
            transform: scale(2);
  }
  65% {
    width: 7px;
    height: 7px;
    bottom: 0px;
    width: 15px;
  }
  80% {
    width: 10px;
    height: 10px;
    bottom: 20px;
    opacity: 1;
  }
  100% {
    width: 7px;
    height: 7px;
    background: #e9d856;
    border: 0px solid #222;
    bottom: 13px;
    opacity: 0;
  }
}

@-webkit-keyframes secFadeIn {
  20% {
    opacity: 0.5%;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes secFadeIn {
  20% {
    opacity: 0.5%;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

.statement {
  background: #1a1a1a;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1.5625%)[64];
      grid-template-columns: repeat(64, 1.5625%);
  padding-bottom: 7em;
}

.statement h2,
.statement p {
  color: #dbd9d9;
}

.statement-left {
  -ms-grid-column: 9;
      grid-column-start: 9;
  grid-column-end: 25;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.53em;
}

.statement-right {
  -ms-grid-column: 31;
      grid-column-start: 31;
  grid-column-end: 57;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.6em;
  letter-spacing: 0.5px;
  opacity: 0.9;
}

.project {
  color: #3b3b3b;
  text-align: center;
  font-size: 3.5em;
  font-weight: 600;
  letter-spacing: 2px;
  margin-bottom: 1.5em;
  margin-top: 1.5em;
  text-transform: uppercase;
  /*
    color: rgb(2, 2, 2);
    -webkit-text-fill-color: white;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgb(2, 2, 2);
   */
}

/*

.featured {

    background-color:  #dee1e1;
    //background: #e3e3e3;
    position: relative; //parent element, does not change anything, but is needed for no html element styling
    
    z-index: -10;
    .left {
        margin-left: 3em;
    }  
}

.featured::before {  // ::before /preudoselector, for circle element
    content: "";
    position: absolute; //in relation to relative setting on featured
    margin-top: 1em;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background:#e4ffffdd;
    top: 1em;
    left: 0;
    z-index: -1;
}
*/
section {
  padding: 4em 3em;
  text-align: center;
}

.featured {
  position: relative;
}

.subtitle {
  text-transform: uppercase;
  font-weight: bold;
  color: #6b6a6a;
  letter-spacing: 0.2em;
  font-size: 0.85em;
}

.featured-title {
  color: black;
  font-weight: bold;
  font-size: 1.3rem;
  line-height: 1;
  margin-top: 0.5em;
  display: block;
  text-decoration: none;
}

.featured-title span {
  font-size: 1rem;
  text-align: center;
}

.featured-desc {
  color: #6b6b6b;
  margin-bottom: 6em;
  margin-top: 4em;
  font-size: 0.85em;
  line-height: 1.8;
  font-weight: 500;
}

.cta {
  position: relative;
  margin: 0 auto;
  padding: 19px 22px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: #373737;
}

.cta:before {
  content: "";
  position: absolute;
  top: 0.2rem;
  left: 0.1rem;
  display: block;
  border-radius: 28px;
  background: #32bac9;
  width: 56px;
  height: 56px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.cta span {
  position: relative;
  font-size: 1rem;
  line-height: 18px;
  font-weight: 400;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  vertical-align: middle;
}

.cta svg {
  position: relative;
  top: 0;
  margin-left: 10px;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: #373737;
  stroke-width: 1;
  -webkit-transform: translate(-10px);
          transform: translate(-10px);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.cta:hover:before {
  width: 100%;
  background: #7edde8db;
}

.cta:hover svg {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.cta:active {
  -webkit-transform: scale(0.96);
          transform: scale(0.96);
}

img {
  width: 100%;
}

.form-messages {
  color: #191818;
  font-size: 100%;
  width: 70%;
  margin: 0 auto;
  padding: 5px;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1 / 3;
  grid-row: auto;
}

.success {
  color: #4edbeb;
  text-align: center;
}

.error {
  color: #ed3da1;
  text-align: center;
  margin-top: -2.5em;
}

.section-contact {
  background: #ffffff;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1.5625%)[64];
      grid-template-columns: repeat(64, 1.5625%);
}

.contact_image {
  -ms-grid-column: 1;
      grid-column-start: 1;
  grid-column-end: 30;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.contact {
  -ms-grid-column: 31;
      grid-column-start: 31;
  grid-column-end: 64;
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5em;
}

.contact .msg-confirm {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1 / 3;
  grid-row: auto;
  margin-top: 1.5em;
}

.contact h2 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1 / 3;
  margin: 0;
  font-size: 1.6rem;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.contact h2 span {
  display: inline-block;
}

.contact p {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1 / 3;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  color: #4a4a4a;
  font-weight: light;
  padding-top: 3em;
  padding-bottom: 3em;
}

.contact label {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1 / 3;
  -ms-grid-column-align: start;
      justify-self: start;
}

.contact ::-webkit-input-placeholder,
.contact ::-webkit-input-placeholder {
  color: #c2c1c1;
}

.contact ::-webkit-input-placeholder,
.contact ::placeholder {
  color: #c2c1c1;
}

.contact input[type="text"],
.contact input[type="email"],
.contact input[type="tel"],
.contact textarea {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1 / 3;
  border: 1px solid #eceaea;
  font-weight: 100;
  font-size: 0.8rem;
}

.contact textarea {
  min-height: 6.25rem;
}

.contact input[type="submit"] {
  font-weight: bolder;
  letter-spacing: 0.1em;
  background: #e31c8d;
  cursor: pointer;
  color: white;
  border: 0;
  border-bottom: 2px solid #fe0090;
  border-radius: 0 5em;
  padding: 5px 30px 5px 30px;
  -ms-grid-column-align: start;
      justify-self: start;
  -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start;
  margin: 0.8em;
  -ms-grid-row: 11;
  -ms-grid-row-span: 1;
  grid-row: 11 / 12;
}

.contact input[type="submit"]:hover, .contact input[type="submit"]:active {
  position: relative;
  top: 2px;
}

/*
.contact{
    padding: 5rem 0;
    background-image: url(../img/form_img.jpg);
    background-size: 100%; //instead of cover, we can say 100% too
    background-repeat: no-repeat;  
}
*/
.footer {
  background: #1a1a1a;
  padding: 5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer_logo {
  width: 15%;
}

.nav {
  margin: 0 auto;
  list-style: none;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(15rem, 1fr))[auto-fill];
      grid-template-columns: repeat(auto-fill, minmax(15rem, 1fr));
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.nav_link:link, .nav_link:visited {
  font-size: 1rem;
  color: #e6148b;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 2px;
  display: block;
  padding: 1em;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.nav_link:hover, .nav_link:active {
  color: #b9ac49;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}

.copyright {
  font-size: 0.75em;
  color: #575454;
  margin: 0 auto;
  margin-top: 4em;
  text-align: center;
}

@media screen and (max-width: 479px) {
  .cta-card {
    padding-top: 0.5em;
    margin-left: unset;
    text-decoration: none;
    color: #e6148b;
    -webkit-transform: translateY(-3px) scaleY(1.1);
            transform: translateY(-3px) scaleY(1.1);
  }
  .cta-card:hover {
    -webkit-transform: scaleY(1.1);
            transform: scaleY(1.1);
    color: #b9ac49;
  }
  .menu {
    padding: 5em 5em 2em 5em;
    font-size: 0.75rem;
  }
  .hero-container {
    padding-top: 3em;
    width: 100%;
    -ms-grid-column-align: center;
        justify-self: center;
  }
  .hero-container .hero-left {
    width: 250px;
    height: 250px;
    margin-top: -6em;
    -webkit-transform: translate(110%, -10%);
            transform: translate(110%, -10%);
  }
  .hero-container .hero-left .title {
    width: 100%;
    height: 100px;
    -ms-grid-column-align: center;
        justify-self: center;
    -webkit-transform: translate(40%);
            transform: translate(40%);
  }
  .hero-container .hero-left .title .block {
    width: 0%;
    height: 100%;
  }
  .hero-container .hero-left .title h1 {
    font-family: "Comfortaa";
    text-align: center;
    font-size: 2.625rem;
  }
  .hero-container .hero-left .title h1 span {
    margin-left: 0.625rem;
    margin-top: -0.625rem;
    position: absolute;
    bottom: 0.625rem;
    right: -2.5rem;
  }
  .hero-container .hero-left .role {
    width: 100%;
    height: 30px;
    margin-left: -em;
    margin-top: 0.625em;
  }
  .hero-container .hero-left .role p {
    font-weight: 400;
    font-family: "Poppins";
    font-size: 0.875rem;
    letter-spacing: 2px;
  }
  .statement {
    background: #1a1a1a;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1.5625%)[64];
        grid-template-columns: repeat(64, 1.5625%);
    padding-bottom: 4em;
  }
  .statement-left {
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.2em;
  }
  .statement-right {
    font-weight: 300;
    font-size: 0.5625rem;
    line-height: 1.3em;
    letter-spacing: 0.5px;
    opacity: 0.8;
  }
  .project {
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: 1.5px;
    margin-bottom: 0.5em;
    margin-top: 1em;
  }
  .featured {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3em;
  }
  .left {
    margin-left: 0;
  }
  .right {
    margin-left: unset;
  }
  .subtitle {
    font-size: 0.5rem;
  }
  .featured-title {
    font-size: 0.875rem;
    line-height: 1;
  }
  .featured-desc {
    margin-bottom: 3em;
    margin-top: 1em;
    font-size: 0.525rem;
    line-height: 1;
    font-weight: 300;
  }
  .cta {
    position: relative;
    margin: 0 auto;
    margin-left: 1em;
    padding: 19px 22px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    color: #373737;
  }
  .cta:before {
    content: "";
    position: absolute;
    top: 0.625rem;
    left: 0.875rem;
    display: block;
    border-radius: 22.4px;
    background: #32bac9;
    width: 44.8px;
    height: 44.8px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .cta span {
    font-size: 0.75rem;
    line-height: 1;
    font-weight: 300;
    letter-spacing: 0.15em;
    padding-left: 10px;
  }
  .cta svg {
    position: relative;
    top: 0.0725rem;
    margin-left: 8px;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke: #373737;
    stroke-width: 1;
    -webkit-transform: translate(2px);
            transform: translate(2px);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .cta:hover:before {
    width: 80%;
    background: #7edde8db;
  }
  .projects-heading {
    text-align: center;
    font-size: 1rem;
    margin-left: 0;
    margin-bottom: 0;
    margin-top: 0;
  }
  .section-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contact_image {
    -ms-grid-column: 1;
        grid-column-start: 1;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    width: 100%;
    max-width: 250px;
    padding-bottom: 3em;
  }
  .footer {
    padding: 2em;
  }
  .footer_logo {
    padding: 2px;
    width: 15%;
    margin: 0 auto;
  }
  .nav_link:link, .nav_link:visited {
    font-size: 0.5rem;
  }
  .nav_link:hover, .nav_link:active {
    -webkit-transform: translateY(-1px);
            transform: translateY(-1px);
  }
  .copyright {
    font-size: 0.5rem;
    margin: 0 auto;
    text-align: center;
    width: 70%;
  }
}

@media screen and (min-width: 480px) and (max-width: 767px) {
  .cta-card {
    padding-top: 1em;
    margin-left: unset;
    text-decoration: none;
    color: #e6148b;
    letter-spacing: 0.1rem;
  }
  .cta-card:hover {
    -webkit-transform: scaleY(1.1);
            transform: scaleY(1.1);
    color: #b9ac49;
  }
  .menu {
    padding: 3em 5em 2em 5em;
    font-size: 1rem;
  }
  .hero-container {
    padding-top: 3em;
    width: 100%;
    -ms-grid-column-align: center;
        justify-self: center;
  }
  .hero-container .hero-left {
    width: 250px;
    height: 250px;
    margin-top: -6em;
    -webkit-transform: translate(105%, -10%);
            transform: translate(105%, -10%);
  }
  .hero-container .hero-left .title {
    width: 100%;
    height: 100px;
    -ms-grid-column-align: center;
        justify-self: center;
    -webkit-transform: translate(30%);
            transform: translate(30%);
  }
  .hero-container .hero-left .title .block {
    width: 0%;
    height: 100%;
  }
  .hero-container .hero-left .title h1 {
    font-family: "Comfortaa";
    text-align: center;
    font-size: 3.125rem;
  }
  .hero-container .hero-left .title h1 span {
    margin-left: 0.875rem;
    margin-top: -0.625rem;
    position: absolute;
    bottom: 0.625rem;
    right: -5rem;
  }
  .hero-container .hero-left .role {
    width: 100%;
    height: 30px;
    margin-left: -0.75em;
    margin-top: 0.625em;
  }
  .hero-container .hero-left .role p {
    font-weight: 400;
    font-family: "Poppins";
    font-size: 1.25rem;
    letter-spacing: 2px;
  }
  .statement {
    background: #1a1a1a;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1.5625%)[64];
        grid-template-columns: repeat(64, 1.5625%);
    padding-bottom: 4em;
  }
  .statement-left {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5em;
  }
  .statement-right {
    font-weight: 300;
    font-size: 0.875rem;
    line-height: 1.3em;
    letter-spacing: 0.5px;
    opacity: 0.8;
  }
  .project {
    font-size: 2.5rem;
    font-weight: 600;
    letter-spacing: 1.5px;
    margin-bottom: 0.5em;
    margin-top: 1em;
  }
  .featured,
  .portfolio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5em;
  }
  .left {
    margin-left: 0;
  }
  .subtitle {
    font-size: 1rem;
  }
  .featured-title {
    font-size: 1rem;
    padding-top: 0;
    line-height: 1.5;
  }
  .featured-desc {
    margin-bottom: 3em;
    margin-top: 1em;
    font-size: 0.875rem;
    line-height: 1.5;
    font-weight: 300;
  }
  .projects-heading {
    text-align: center;
    font-size: 2rem;
    margin-left: 0;
    margin-bottom: 0;
    margin-top: 0;
  }
  .section-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contact_image {
    -ms-grid-column: 1;
        grid-column-start: 1;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    width: 100%;
    max-width: 250px;
    padding-bottom: 3em;
  }
  .me-right {
    margin-left: 0;
  }
  .me-left {
    margin-right: 3em;
  }
  .footer {
    padding: 3em;
  }
  .footer_logo {
    padding: 0.5em;
    width: 15%;
    margin: 0 auto;
  }
  .nav_link:link, .nav_link:visited {
    font-size: 0.5rem;
  }
  .nav_link:hover, .nav_link:active {
    -webkit-transform: translateY(-1px);
            transform: translateY(-1px);
  }
  .copyright {
    font-size: 0.5rem;
    margin: 0 auto;
    text-align: center;
    width: 80%;
  }
}

@media only screen and (min-width: 768px) {
  .cta-card {
    font-size: 1rem;
    padding-top: 1em;
    color: #e6148b;
    grid-column-start: 2 / 5;
    -ms-grid-row: 7;
        grid-row-start: 7;
  }
  .cta-card:hover {
    -webkit-transform: scaleY(1.1);
            transform: scaleY(1.1);
    color: #b9ac49;
  }
  .featured {
    text-align: left;
  }
  .featured {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 40% auto;
        grid-template-columns: 40% auto;
    -webkit-column-gap: 1em;
            column-gap: 1em;
    text-align: left;
  }
  .hero-container .hero-left .role {
    margin-left: -6em;
  }
  .left {
    display: -ms-grid;
    display: grid;
    place-content: center;
  }
  .inner {
    margin-top: 1em;
    margin-left: 1em;
  }
  .right {
    margin-top: 1em;
    margin-left: 2em;
  }
  .featured-title {
    margin-top: 1em;
  }
  .featured-desc {
    margin-top: 3em;
    margin-bottom: 3em;
  }
  .projects-heading {
    font-size: 2.5rem;
  }
  .cta span {
    font-size: 0.875rem;
    line-height: 1;
  }
  .cta svg {
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
  }
  .footer_logo {
    width: 10%;
  }
}

@media screen and (min-width: 968px) {
  .left {
    padding-right: 5em;
  }
  .hero-container .hero-left .role {
    margin-left: -6.5em;
  }
  .projects-heading {
    margin-left: 2em;
  }
}

@media screen and (max-width: 991px) {
  .hero-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
        flex-direction: column;
    padding-right: 32px;
    padding-left: 32px;
  }
}

@media screen and (min-width: 992px) {
  .projects-heading {
    margin-left: 2em;
  }
  section {
    padding: 6em 10em 4em 10em;
  }
  .subtitle {
    letter-spacing: 0.2em;
    font-size: 1.2em;
  }
  /*

    .featured::before { don't need any more as blue circle on featured was removed
        top: 5em;
        left: 9.5em;
        width: 12.5em; //200px
        height: 12.5em; //200px 
    }
    */
  .featured {
    max-width: 1280px;
    margin: 0 auto;
  }
}
/*# sourceMappingURL=main.css.map */