.click-to-contact,
h6.click-to-contact {
    transition: color 500ms;
}

.click-to-contact:hover,
h6.click-to-contact:hover {
    transition: color 500ms;
}

.all-services-body-scroll-to-top.invisible {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  position: fixed;
  top: 90vh;
  right: 2vw;
  animation: fadeout;
  animation-duration: 500ms;
  opacity: 0;
}

.all-services-body-scroll-to-top.visible {
  display: block;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0);
  background-color: transparent;
  position: fixed;
  top: 90vh;
  right: 2vw;
  animation: fadein 500ms forwards;
  z-index: 10000 !important;
}

.all-services-body-scroll-to-top.visible:hover {
  animation: fadeinborder 500ms forwards;
}

/* .all-services-body-scroll-to-top.visible:hover::after {
  content: "BACK TO TOP";
  text-align: center;
  color: rgba(255, 255, 255, 0.329);
  animation: fadein 2s forwards;
  position: relative;
  top: -125%;
  left: 15%;
} */

.all-services-body-scroll-to-top.visible::after {
  content: "BACK TO TOP";
  text-align: center;
  color: rgba(255, 255, 255, 0.329);
  position: relative;
  top: -135%;
  left: 15%;
  opacity: 0;
}

.all-services-body-scroll-to-top.visible:hover::after {
  opacity: 1;
  animation: fadein 2s forwards;
}

.all-services-body-scroll-to-top.visible:not(:hover)::after {
  opacity: 1;
  animation: fadeout 500ms forwards;
}

.all-services-body-scroll-to-top.visible:not( :hover ) {
  animation:
    fadeoutborder 500ms,
    shiftdown 500ms;
}

.all-services-body-scroll-to-top > img,
.arrow-contact.new-arrow {
  opacity: .25 !important;
  transform: scale(1.2) translate(7px,  8px) rotate(270deg) !important;
}

.all-services-body-scroll-to-top.visible:hover {
  animation:
    shiftup 2s forwards,
    fadeinborder 2s forwards;
}

@keyframes shiftup {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-9px);
  }
}

@keyframes shiftdown {
  from {
    transform: translateY(-9px);
  }
  to {
    transform: translateY(0);
  }
}

@keyframes fadeinborder {
  from {
    border: 1px solid rgba(255, 255, 255, 0);
  }
  to {
    border: 1px solid rgba(255, 255, 255, 0.25);
  }
}

@keyframes fadeoutborder {
  from {
    border: 1px solid rgba(255, 255, 255, 0.25);
  }
  to {
    border: 1px solid rgba(255, 255, 255, 0);
  }
}

@keyframes fadein {
  from {
    opacity: 0
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeout {
  from {
    opacity: 1
  }
  to {
    opacity: 0;
  }
}

#footer {
  display:none;
}

ul li,
ol li {
  max-width: 400px;
}

.checkmark {
  font-size: 2.7em;
}

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

.flex-row {
  display: flex;
  flex-direction: row;
}

.flex-row label {
  min-width: max-content;
}

.radio {
  max-width: 50px;
  transform: scale(.7) translateY(-6px);
}

.box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 1px solid white;
  border-radius: 12px;
  min-width: 300px;
  max-width: 85vw;
  height: fit-content;
}

@counter-style emoji {
  system: cyclic;
  /* symbols: "✅"; */
  symbols: "✔";
  suffix: " ";
}

.box > ul {
  list-style-type: emoji;
}

li {
  line-height: 1.25rem;;
}

.box > ul li {
  padding-left: .2rem;
  padding-right: 1rem;
}

.box h4 {
  text-align: center;
  color: #e4c180;
}

.box h4:first-child {
  margin-top: 1.5rem;
}

.box h4:last-child {
  margin-top: 0;
  margin-bottom: 0;
}

.box > p {
  max-width: 600px;
}

.box > h6 {
  font-size: 1.1rem;
  color: lightgray;
}

.box > p,
.box > h6 {
  padding-left: .75rem;
  padding-right: .5rem;
}

.price-container {
  justify-content: space-around;
  align-items: center;
  text-align: center;
}

.example-container {
  border-left: 1px solid rgba(255, 255, 255, 0.603);
  border-left-style: inset;
  max-width: 48%;
}

.example-container > p {
  max-width: 250px;
  margin-top: 0;
  padding-top: 0px;
  margin-bottom: 0;
  font-size: .55rem;
}

.gold {
  color: #e4c180;
  font-size: .65rem;
  margin-top: 0;
}

.inline-price {
  font-size: 1rem;
  pointer-events: none;
}

.line-height-1 {
  line-height: 3rem;
}

.example-container:last-child {
  margin-bottom: 1rem;
}

.example-container > h6 {
  margin-bottom: 0;
  padding-bottom: 0px;
  font-size: .95rem;
  text-align: left;
}

.example-container > h6,
.example-container > p {
  padding-left: .75rem;
  color: rgb(192, 192, 192);
}

.example-container > h6:last-child {
  margin-top: .5rem;
  color: white;
}

#services-container {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  gap: 4rem;
}

#click-to-hosting:hover,
.diy-link:hover,
#scroll-to-web-products:hover,
.click-to-contact:hover,
.click-to-calendar:hover,
span:hover,
.all-services-body-scroll-to-top:hover {
  cursor: pointer;
}

.click-to-contact:hover,
.click-to-calendar:hover {
  color: #e4c180 !important;
}

.example-container:last-child:hover {
  color: #e4c180;
}

.show-on-mobile {
  display:none;
}

.margin-bottom {
  margin-bottom: 1rem !important;
}
.shopify-price {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.underline {
  text-decoration: underline !important;
}

.request-quote {
  margin: 0 auto;
}

@media  screen and (min-width: 600px) and (max-width: 999px) {
  .box {
    min-width: 600px;
  }
  .box > p,
  .box > h6,
  .box > ul,
  .box > ol {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .box > ul li,
  .box > ol li {
    margin-left: 2rem;
  }
  .shrink-50 {
    transform: scale(.5) translateX(-130px);
  }
  .shrink-50 > div {
    transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg); transform-style: preserve-3d; opacity: 1;
  }
}



@media  screen and (min-width: 1000px) {
  .profile-image-container,
  .profile-image-container > img {
    max-width:800px;
    max-height:800px;
  }
  .box {
    min-width: 250px;
    max-width: 370px;
    gap: 0;
  }
  .box > p,
  .box > h6 {
    padding-left: 1.1rem;
    padding-right: 1.1rem;
  }
  .service-box {
    min-width: 400px;
  }
  .service-box li {
    line-height: 2rem;
  }
  #services-container {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: baseline;
    /* gap: 4vw; */
  }
  .shrink-50 {
    transform: scale(.3) translateX(-140px);
  }
  .shrink-50 > div {
    transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg); transform-style: preserve-3d; opacity: 1;
  }
  .extra {
    max-height: 200px;
  }
  .hourly-p {
    max-width: 250px !important;
  }
}

@media (max-width: 599px) {
  iframe,
  video {
    width: 300px;
    height: 200px;
    border: none;
  }
  .shrink-50 {
    transform: scale(.65) translateY(-3rem);
  }
  .shrink-50 > div {
    transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg); transform-style: preserve-3d; opacity: 1;
  }
  ._18px {
    font-size: 14px !important;
  }
}
@media (min-width: 600px) {
  iframe,
  video {
    width: 600px;
    height: 400px;
  }
}
@media (max-width: 699px) {
  .show-on-mobile {
    display:flex;
    flex-direction: column;
    gap: 2rem;
    margin-top: 2rem;
  }
  .show-on-mobile img {
    max-width: 85vw;
  }
}
@media (max-width: 991px) {
  .line-height-1 span {
    color: white !important;
    border-bottom-color: #e4c180 !important;
  }
  .show-on-mobile {
    display:flex;
    gap: 2rem;
    margin-top: 2rem;
  }
}

.gradient-text {
  /* background: -webkit-linear-gradient(#111010, #e4c180, rgb(218, 216, 216)); */
  background: -webkit-linear-gradient(#111010, #e4c180);
  background: -o-linear-gradient(#111010, #e4c180, rgb(218, 216, 216));
  background: -moz-linear-gradient(#111010, #e4c180, rgb(218, 216, 216));
  background: linear-gradient(#111010, #e4c180, rgb(218, 216, 216));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* #about-img-overlay img {
  opacity: .45;
  z-index: -1;
} */

/* #about-img-overlay,
.overlay {
  border-radius: 30px;
  background: linear-gradient(rgba(228,193,128, 0.99), rgba(228,193,128, 0.1));
  z-index: 2;
} */

.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

body {
  background-color: #121010;
  font-family: Archivo, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 1.2;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 120px;
  line-height: 1.2;
  font-weight: 500;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 100px;
  line-height: 1.2;
  font-weight: 500;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 82px;
  line-height: 1.2;
  font-weight: 500;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  line-height: 1.2;
  font-weight: 500;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 26px;
  line-height: 1.2;
  font-weight: 500;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 500;
}

p {
  margin-bottom: 10px;
  color: #ebebeb;
  line-height: 1.7;
  letter-spacing: 1.3px;
}

a {
  color: #b8b7b7;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

blockquote {
  margin-bottom: 10px;
  padding: 30px 49px;
  border: 1px none #000;
  background-image: url('../images/Qoute-Image.svg'), url('../images/Qoute-Image2.svg');
  background-position: 100% 100%, 0% 0%;
  background-size: 150px 150px, 150px 150px;
  background-repeat: no-repeat, no-repeat;
  background-attachment: scroll, scroll;
  color: #e4c180;
  font-size: 42px;
  line-height: 1.2;
  text-align: center;
}

/* My code: */
.w-dyn-empty {
  display:none;
}

.link-animation {
  position: relative;
  overflow: hidden;
  margin-right: 5px;
  margin-left: 5px;
  padding: 10px 20px;
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}

.link-animation:hover {
  text-decoration: none;
}

.link-animation:visited {
  font-weight: 600;
}

.link-animation.w--current {
  font-weight: 600;
}

.container {
  max-width: 1270px;
  margin-right: auto;
  margin-left: auto;
  padding: 3em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container.nav-container {
  width: auto;
  padding: 0em 3em;
}

.container.slider-container {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.container.no-padding {
  padding: 0em;
}

.container.no-padding-top {
  padding-top: 0em;
}

.container.large-padding {
  padding-top: 9em;
  padding-bottom: 9em;
}

.container.no-padding-bot {
  padding-bottom: 0em;
}

.nav-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 10000;
  background-color: transparent;
}

.contact-me-button {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 75px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-menu {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.center-arrow {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75px;
  height: 75px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-avatar {
  overflow: hidden;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  -webkit-transition: border-color 350ms ease, -webkit-transform 500ms ease;
  transition: border-color 350ms ease, -webkit-transform 500ms ease;
  transition: transform 500ms ease, border-color 350ms ease;
  transition: transform 500ms ease, border-color 350ms ease, -webkit-transform 500ms ease;
}

.nav-avatar:hover {
  border-style: solid;
  border-width: 1px;
  border-color: #e7e7e7;
  -webkit-transform: scale(0.89);
  -ms-transform: scale(0.89);
  transform: scale(0.89);
}

.brand {
  width: 70px;
  height: 70px;
}

.section.white-background {
  background-color: #e7e7e7;
}

.section.white-background.overflow-hidden {
  overflow: hidden;
}

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

.section.z-index {
  position: relative;
  z-index: 9999;
}

.heading-text-holder {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._24px {
  color: #e7e7e7;
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: 1.4px;
}

.line-container {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 9em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.line {
  width: 100%;
  height: 1px;
  background-color: #e4c180;
}

.small-top-margin {
  margin-top: 24px;
}

.a---vertical-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.button {
  padding: 15px 60px;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 8px;
  background-color: transparent;
  -webkit-transition: border-color 200ms ease;
  transition: border-color 200ms ease;
  font-size: 24px;
}

.button:hover {
  border-color: #e4c180;
}

.button.arrow {
  padding-right: 30px;
  border-width: 0px;
  background-color: transparent;
  background-image: url('../images/White-Arrow-Right.svg');
  background-position: 100% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  -webkit-transition: color 200ms ease, padding 200ms ease;
  transition: color 200ms ease, padding 200ms ease;
  color: #e7e7e7;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.8px;
  text-decoration: none;
}

.button.arrow:hover {
  padding-right: 40px;
  color: #b8b8b8;
}

.button.arrow.no-padding-left {
  padding-left: 0px;
}

.hero-text {
  font-size: 360px;
  font-weight: 600;
}

.hero-text.outline {
  color: #121010;
  line-height: 0.8;
  text-shadow: -1px 0 0 #fff, 1px 0 0 #fff, 0 1px 0 #fff, 0 -1px 0 #fff;
}

.hero-text.outline.small {
  font-size: 160px;
  text-shadow: -1px 0 0 #fff, 1px 0 0 #fff, 0 1px 0 #fff, 0 -1px 0 #fff;
}

.hero-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 400vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.hero-vertical {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  overflow: hidden;
  width: 100%;
  height: 100vh;
}

.project-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 80%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.background-name-container {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -19;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.1;
}

.project-container {
  position: relative;
  width: 360px;
  height: 500px;
  border-radius: 25px;
}

.project-container._01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.project-main-image {
  overflow: hidden;
  width: 100%;
  height: 100%;
  border-radius: 25px;
  -o-object-fit: cover;
  object-fit: cover;
}

.project-title-container {
  position: absolute;
  left: -40%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 180%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.sand-color-text {
  color: #e4c180;
}

.hero-slider {
  position: relative;
  z-index: 60;
  height: auto;
}

.slider {
  width: 390px;
  height: auto;
  padding-left: 15px;
  background-color: transparent;
}

.hide {
  display: none;
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.slider-contect-holder {
  width: 100%;
  height: 100%;
}

.small-text {
  color: #e7e7e7;
  font-size: 16px;
  font-weight: 200;
}

.no-padding-top {
  margin-top: 0px;
}

.slider-timer-container {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  width: 3px;
  height: 90%;
  border-radius: 20px;
  background-color: #525151;
}

.mask {
  overflow: visible;
}

.slider-timer {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  width: 3px;
  height: 0%;
  border-radius: 20px;
  background-color: silver;
}

.slide {
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.l-margin-space {
  margin-top: 70px;
}

.text-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.text-center.z-index {
  position: relative;
  z-index: 3;
}

.text-center.about-me {
  position: relative;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.hero-text-holder-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
}

.hero-text-holder-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
}

.hero-text-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30000px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.hero-text-holder.right-to-left-text {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  text-align: left;
}

.full-text-view-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.heading-title-container {
  overflow: hidden;
}

.margins {
  margin-right: 32px;
  margin-left: 32px;
}

.profile-image-container {
  position: relative;
  width: 100%;
}

.profile-image {
  width: 100%;
  height: 100%;
  border-radius: 42px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.full-name-container {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -20%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.full-name-holder {
  width: 90%;
  text-align: center;
}

.bio-text-holder {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 320px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.grid-6-col {
  display: -ms-grid;
  display: grid;
  width: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block {
  width: 60%;
}

.arrow-animation-holder {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -8;
  height: 70%;
}

.lottie-animation {
  position: relative;
  bottom: 20%;
  height: 100%;
}

.creative-process-left-side-container {
  padding-right: 40px;
}

.black-text {
  color: #121010;
}

.black-text.about-me-text {
  position: relative;
  z-index: 3;
  line-height: 1.4;
}

.semi-bold {
  font-weight: 600;
}

.gray-text {
  color: #8d8d8d;
}

._28px {
  font-size: 28px;
}

.creative-process-right-side {
  padding-right: 40px;
}

.card-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 85px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.card-holder.last {
  margin-bottom: 0px;
}

.stroke-cricle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70px;
  height: 70px;
  margin-bottom: 4px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #1a2623;
  border-radius: 50%;
}

.l-paragraph {
  color: #1a2623;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 1px;
}

.sticky-content {
  position: -webkit-sticky;
  position: sticky;
  top: 25%;
}

.contact-footer {
  overflow: hidden;
  padding-bottom: 70px;
}

.email-contact-button {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.arrow-button-containr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 4px solid #454444;
  border-radius: 50%;
}

.email-holder {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 8;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 170px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.footer {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: center;
}

.footer-grid-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  min-width: 15%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.white-text {
  color: #fff;
}

.footer-grid {
  display: -ms-grid;
  display: grid;
  margin-bottom: 0px;
  padding-top: 20px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: left;
}

.footer-logo-link-2 {
  max-width: 140px;
  margin-bottom: 20px;
}

.social-media-icon-link {
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-size: 18px;
  font-weight: 400;
}

.social-media-icon-link:hover {
  opacity: 0.7;
}

.copyright {
  font-family: 'Open Sans', sans-serif;
  color: #e0e0e0;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
}

.section-copyright {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3em;
  padding-top: 24px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-top: 2px solid #454444;
}

.link {
  position: relative;
  overflow: hidden;
  margin-right: 5px;
  padding-bottom: 2px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #e0e0e0;
  font-weight: 400;
  text-decoration: none;
}

.link:hover {
  text-decoration: none;
}

.footer-heading-2 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 600;
}

._4col-grid {
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.perspective {
  position: relative;
  z-index: 1;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.full-screen {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.xl-margin-space {
  margin-top: 120px;
}

.xl-margin-space.both {
  margin-top: 150px;
  margin-bottom: 150px;
}

.full-width-line {
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #b4b4b4;
}

.full-width-line.white {
  position: absolute;
  background-color: #c4c4c4;
}

.full-project-list {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

._16px-text {
  font-size: 16px;
}

._16px-text.black-text {
  font-size: 16px;
  font-style: italic;
  font-weight: 500;
}

._16px-text.caps {
  color: #979797;
  text-transform: uppercase;
}

.full-project-images {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.project-grid-container {
  display: block;
  width: 100%;
  height: 100%;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto auto auto auto;
}

._18px {
  font-size: 18px;
  letter-spacing: 1px;
}

._18px._100 {
  height: 100%;
}

.animate-in-view-delay {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.about-me-picutre-container {
  position: relative;
  top: -88px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.about-me-image {
  width: 100%;
  border-radius: 30px;
}

.grey-text {
  color: #828282;
}

.grey-text.regular-text {
  font-weight: 300;
}

.font-card {
  position: relative;
  height: 370px;
  padding: 20px;
  border: 1.54px solid #5b5b5b;
  border-radius: 20px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.xbutton {
  position: absolute;
  left: auto;
  top: 10%;
  right: 5%;
  bottom: auto;
  width: 30px;
  height: 30px;
}

.xbutton.rotate {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.facts-card-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  cursor: pointer;
}

.facts-card-openned {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  height: 100%;
  border: 1.54px solid #5b5b5b;
  border-radius: 20px;
  background-color: #121010;
}

.facts-cared-openned-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 0px 20px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.back-card {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-color: #121010;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.full-card-holder {
  width: 100%;
  -webkit-transform: rotateX(0deg) rotateY(1deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(1deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.blog-card {
  display: inline-block;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.blog-details-holder {
  position: relative;
  z-index: 3;
}

.collection-list {
  -webkit-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 40px;
  column-gap: 40px;
}

.blog-card-image {
  border-radius: 14px;
}

.regular-text {
  font-weight: 300;
}

.project-full-screen-container {
  width: 100%;
}

.project-full-screen-image {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.light-box-item {
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.light-box-item:nth-child(odd) {
  position: relative;
  left: 15.8em;
  top: 2.8em;
  z-index: 1;
}

.light-box-item:nth-child(even) {
  position: relative;
  left: -1em;
  top: 4.4em;
  width: 90%;
}

.light-box-item:first-child {
  left: 0.6em;
  top: 11.6em;
  z-index: 3;
}

.light-box-item:last-child {
  left: 8.6em;
  top: -76px;
  z-index: 1;
  width: 80%;
}

.light-box-collection {
  display: -ms-grid;
  display: grid;
  margin-top: 2em;
  margin-bottom: 6.9em;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.project-lightbox {
  position: relative;
  overflow: hidden;
  margin: 17px;
  border-radius: 24px;
}

.invert {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.arrow-contact {
  position: absolute;
}

.contact-text-image {
  width: 75px;
  height: 75px;
}

.black-gradient {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -3;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(transparent));
  background-image: linear-gradient(180deg, #000, transparent);
}

.white-gradient {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -3;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(180deg, #fff, hsla(0, 0%, 100%, 0));
  opacity: 0;
}

.project-item {
  position: relative;
  left: 0em;
  top: 0em;
  right: 0em;
  bottom: 0em;
  width: 290px;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.project-item:nth-child(odd) {
  left: -12em;
  top: 6.6em;
}

.project-item:nth-child(even) {
  left: 11.6em;
  top: 2.1em;
}

.project-item:first-child {
  left: -21.6em;
  top: 16.9em;
  width: 310px;
}

.project-item:last-child {
  left: 26.9em;
  top: -28.2em;
  width: 240px;
}

.project-images {
  width: 100%;
  height: 100%;
}

.project-images-collection {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.project-name {
  position: relative;
  z-index: 1;
  color: #121010;
}

.project-name.z-index {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 12;
  opacity: 0;
  color: #e4c180;
}

.project-name.defualt {
  z-index: -2;
}

.name-holder {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.work-item {
  position: relative;
}

.link-line {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 2px;
  background-color: #fff;
}

.link-line._01 {
  left: 50%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 100%;
}

.link-line._02 {
  width: 50%;
}

.link-line-holder {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-link {
  position: relative;
  overflow: hidden;
  padding-bottom: 5px;
  border-radius: 4px;
}

.project-number-holder {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  padding-top: 15px;
  padding-left: 34px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.blog-main-image {
  width: 100%;
  height: 100%;
  border-radius: 24px;
  -o-object-fit: cover;
  object-fit: cover;
}

.hero-secondary-text-container {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.project-cateogry {
  position: absolute;
  left: auto;
  top: auto;
  right: -15%;
  bottom: 3%;
  z-index: 3;
}

._14px-text {
  font-size: 14px;
}

.hero-social-media-links {
  position: relative;
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.social-media-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.contact-form-grid {
  display: -ms-grid;
  display: grid;
  margin-top: 0px;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.field-label {
  font-size: 24px;
  font-weight: 200;
}

.text-field {
  padding-right: 0px;
  padding-left: 0px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #fff;
  background-color: transparent;
  -webkit-transition: border-color 200ms ease, -webkit-transform 200ms ease;
  transition: border-color 200ms ease, -webkit-transform 200ms ease;
  transition: transform 200ms ease, border-color 200ms ease;
  transition: transform 200ms ease, border-color 200ms ease, -webkit-transform 200ms ease;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.text-field:focus {
  border-bottom-color: #e4c180;
  -webkit-transform: translate(0px, 4px);
  -ms-transform: translate(0px, 4px);
  transform: translate(0px, 4px);
}

.form-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.message-form-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 94px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.contact-form-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.textarea {
  width: 100%;
  height: 140px;
  max-height: 270px;
  max-width: 100%;
  min-height: 140px;
  min-width: 100%;
  margin-bottom: 24px;
  padding-right: 0px;
  padding-left: 0px;
  border-style: none none solid;
  border-width: 2px 2px 1px 1px;
  border-color: #000 #000 #fff;
  background-color: transparent;
  -webkit-transition: border-color 200ms ease, -webkit-transform 200ms ease;
  transition: border-color 200ms ease, -webkit-transform 200ms ease;
  transition: transform 200ms ease, border-color 200ms ease;
  transition: transform 200ms ease, border-color 200ms ease, -webkit-transform 200ms ease;
  color: #fff;
  font-size: 16px;
}

.textarea:focus {
  border-bottom-color: #e4c180;
  -webkit-transform: translate(0px, 4px);
  -ms-transform: translate(0px, 4px);
  transform: translate(0px, 4px);
  color: #fff;
  font-size: 16px;
}

.textarea::-webkit-input-placeholder {
  color: hsla(0, 0%, 100%, 0.41);
  font-size: 16px;
  font-weight: 400;
}

.textarea:-ms-input-placeholder {
  color: hsla(0, 0%, 100%, 0.41);
  font-size: 16px;
  font-weight: 400;
}

.textarea::-ms-input-placeholder {
  color: hsla(0, 0%, 100%, 0.41);
  font-size: 16px;
  font-weight: 400;
}

.textarea::placeholder {
  color: hsla(0, 0%, 100%, 0.41);
  font-size: 16px;
  font-weight: 400;
}

.success-message {
  border-style: solid;
  border-width: 2px;
  border-color: #8f8f8f;
  border-radius: 10px;
  background-color: transparent;
  color: #e4c180;
  font-size: 24px;
  letter-spacing: 1.2px;
}

.error-message {
  width: 100%;
  padding: 29px;
  border-style: solid;
  border-width: 2px;
  border-color: #977a44;
  border-radius: 11px;
  background-color: #e4c180;
  font-size: 24px;
}

.full-width-line-holder {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
  margin-bottom: 70px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.line-text-holder {
  position: relative;
  z-index: 3;
  padding-right: 23px;
  padding-left: 23px;
  background-color: #121010;
}

.line-text-holder.white {
  background-color: #e7e7e7;
}

.hero-text-2 {
  font-size: 150px;
}

.a---center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.hover-text {
  border-bottom: 4px solid #c4c4c4;
  color: #7b7b7b;
  cursor: default;
}

.about-me-images {
  width: 310px;
  border-radius: 20px;
}

.about-me-images._01 {
  position: relative;
  left: -15.5vw;
}

.about-me-images._02 {
  position: relative;
  top: 36.2vh;
}

.about-me-images._03 {
  position: relative;
  left: 105px;
  top: -25.6vh;
}

.about-me-images._04 {
  position: relative;
  left: -15.5vw;
}

.about-me-images-container {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.message-form {
  width: 100%;
  margin-bottom: 24px;
}

.project-arrow {
  position: absolute;
  left: 2%;
  top: 0%;
  right: auto;
  bottom: auto;
}

.change-log-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.change-log-container.licensing {
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.change-log-block {
  margin-top: 25px;
  margin-bottom: 25px;
  border-bottom: 3px solid #e4c180;
}

._100 {
  width: 100%;
  height: 100%;
}

.extra-small-top-margin {
  margin-top: 8px;
}

.nav-menu-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 100%;
  max-width: 100%;
  margin-bottom: 189px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.half-div {
  width: 70%;
}

.instruction-images {
  border-radius: 12px;
}

@media screen and (min-width: 1280px) {
  .section.white-background.overflow-hidden {
    overflow: hidden;
  }

  .project-full-screen-container {
    overflow: hidden;
  }
  /* my code */
  .container {
    max-width: 100vw;
  }
}

@media screen and (min-width: 1440px) {
  .about-me-images._01 {
    left: -7.2vw;
    top: -98px;
  }

  .about-me-images._02 {
    top: 27vh;
  }

  .about-me-images._03 {
    left: 82px;
    top: -15.2vh;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 110px;
  }

  h2 {
    font-size: 90px;
  }

  h3 {
    font-size: 72px;
  }

  h4 {
    font-size: 32px;
  }

  h5 {
    font-size: 24px;
  }

  h6 {
    font-size: 20px;
  }

  .link-animation.margin-mobile {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .contact-me-button {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .nav-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 20px;
    background-color: #121010;
  }

  .hero-text {
    font-size: 260px;
  }

  .footer {
    padding-right: 20px;
    padding-left: 20px;
  }

  .footer-grid {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .nav-menu-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .menu-button {
    border-radius: 12px;
    background-color: #fff;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 90px;
  }

  h2 {
    font-size: 70px;
  }

  h3 {
    font-size: 60px;
  }

  .container {
    padding: 2em;
  }

  .hero-text {
    font-size: 180px;
  }

  .hero-text.outline.small {
    font-size: 100px;
  }

  .project-title-container {
    left: 0%;
    width: 100%;
  }

  .sand-color-text.email {
    font-size: 50px;
  }

  .slider {
    width: 230px;
  }

  .grid-6-col {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .bio-text {
    width: 100%;
  }

  .creative-process-left-side-container {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .email-contact-button {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .arrow-button-containr {
    position: relative;
    top: -5.5em;
    width: 110px;
    height: 110px;
  }

  .email-holder {
    padding-left: 0px;
  }

  .footer {
    padding: 40px 20px;
  }

  .footer-grid {
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-grid-columns: 2.5fr;
    grid-template-columns: 2.5fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .copyright {
    font-size: 18px;
    text-align: left;
  }

  .section-copyright {
    margin-top: 2em;
    padding-top: 1em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }

  .fancy-arrow {
    width: 60%;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .collection-list {
    -webkit-column-count: 2;
    column-count: 2;
  }

  .hero-text-2 {
    font-size: 110px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 65px;
  }

  h2 {
    font-size: 55px;
  }

  h3 {
    font-size: 40px;
  }

  blockquote {
    padding: 22px 0px;
    background-size: 50px, 50px;
    font-size: 31px;
  }

  .container {
    padding: 3em 1em;
  }

  .container.nav-container {
    padding: 0.2em 1em;
  }

  .container.slider-container {
    padding-top: 1em;
    padding-bottom: 1em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .container.no-padding-mobile {
    padding-top: 1em;
  }

  .hero-text {
    font-size: 110px;
  }

  .hero-text.outline.small {
    font-size: 70px;
  }

  .hero-vertical {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .project-list._01 {
    height: 100%;
  }

  .project-container {
    width: 210px;
    height: 300px;
    border-radius: 13px;
  }

  .sand-color-text.email {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 28px;
  }

  .slider {
    width: 190px;
  }

  .profile-image-container {
    height: 390px;
  }

  .full-name-holder {
    width: 100%;
  }

  .grid-6-col {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .contact-footer {
    padding-bottom: 0px;
  }

  .email-contact-button {
    margin-top: 158px;
  }

  .arrow-button-containr {
    width: 90px;
    height: 90px;
    border-width: 2px;
  }

  .footer {
    padding: 0px;
    text-align: left;
  }

  .footer-grid {
    margin-top: 0em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-logo-link-2 {
    height: 60px;
  }

  .social-media-icon-link {
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .copyright {
    text-align: left;
  }

  .section-copyright {
    text-align: left;
  }

  .footer-heading-2 {
    margin-top: 20px;
  }

  ._4col-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .perspective.fulll {
    width: 100%;
    height: 100%;
  }

  .animate-in-view.full {
    width: 100%;
    height: 100%;
  }

  .about-me-picutre-container {
    width: 90%;
  }

  .about-me-image {
    height: 400px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .font-card {
    height: 450px;
  }

  .blog-card-image-holder {
    width: 100%;
  }

  .collection-list {
    -webkit-column-count: 1;
    column-count: 1;
  }

  .blog-card-image {
    width: 100%;
    height: 100%;
  }

  .light-box-item {
    width: 100%;
    height: 100%;
  }

  .light-box-item:nth-child(odd) {
    left: 0em;
    top: 0em;
  }

  .light-box-item:nth-child(even) {
    left: 0em;
    top: 0em;
    width: 100%;
  }

  .light-box-item:first-child {
    left: 0em;
    top: 0em;
  }

  .light-box-item:last-child {
    left: 0em;
    top: 0px;
    width: 100%;
  }

  .light-box-collection {
    margin-top: 1em;
    margin-bottom: 1em;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .project-lightbox {
    width: 100%;
    height: 100%;
    margin: 0px;
    border-radius: 12px;
  }

  .hero-social-media-links {
    display: none;
    margin-top: 30px;
  }

  .social-media-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .form {
    width: 100%;
  }

  .hero-text-2 {
    font-size: 65px;
  }

  .project-lightbox-image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

#w-node-a0976019-6c90-ae11-0eea-68c4b6fa38ba-c6a0a1b0 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_243b9457-24ad-06d6-5e06-7f159ee52e4a-c6a0a1b0 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_48b269b5-6872-d505-7bbe-4a4e20e0a921-c6a0a1b0 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_590b8feb-1c09-495e-8af4-1f98f08eeac4-c6a0a1b0 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_7da9a899-1d95-3a92-e1c1-eaaf76cbd637-c6a0a1b0 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
}

#w-node-_304d77dc-e0a7-6c0e-ea2e-44fbec33e065-c6a0a1b0 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
}

#w-node-b6842ce8-b75f-443f-98af-83047d2b78ca-7d2b78c7 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-b6842ce8-b75f-443f-98af-83047d2b78da-7d2b78c7 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-b6842ce8-b75f-443f-98af-83047d2b78de-7d2b78c7 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-b6842ce8-b75f-443f-98af-83047d2b78e1-7d2b78c7 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-b6842ce8-b75f-443f-98af-83047d2b78e4-7d2b78c7 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-b6842ce8-b75f-443f-98af-83047d2b78e7-7d2b78c7 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-b6842ce8-b75f-443f-98af-83047d2b78ea-7d2b78c7 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-b6842ce8-b75f-443f-98af-83047d2b78f1-7d2b78c7 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-b6842ce8-b75f-443f-98af-83047d2b78f7-7d2b78c7 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-d45d2192-6431-7c7c-af91-0fe4957ad182-0aa0a1b3 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_2964ec6a-add6-5837-84ee-3ac9d957a757-0aa0a1b3 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_8d46f16c-f5ad-b1e7-6936-7259b38ede6b-0aa0a1b3 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_7297d584-1da9-c2bd-f1f3-7c79f1d091a7-0aa0a1b3 {
  -ms-grid-column-span: 4;
  grid-column-end: 6;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_59e23253-642e-0f22-f555-9f6dcbd4e632-f5a0a1b5 {
  -ms-grid-column-span: 4;
  grid-column-end: 6;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-e3bfa7e6-9a0a-2ab9-4656-c631b8038d0d-b8038d0d {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
}

#wf-form-Contact-Form.w-node-b2f858d3-2da3-a3e2-c342-d02ed3203c5b-c7a0a1b8 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-b2f858d3-2da3-a3e2-c342-d02ed3203c5d-c7a0a1b8 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_651665f0-b001-06b7-cf83-03a42f65a477-c7a0a1b8 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-b2f858d3-2da3-a3e2-c342-d02ed3203c72-c7a0a1b8 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_711a394e-9467-a284-daa2-8ac0fbbc9ef6-e7a0a1ba {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 6;
  grid-column-start: span 6;
  -ms-grid-column-span: 6;
  grid-column-end: span 6;
}

@media screen and (max-width: 767px) {
  #w-node-_59e23253-642e-0f22-f555-9f6dcbd4e632-f5a0a1b5 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-b2f858d3-2da3-a3e2-c342-d02ed3203c5d-c7a0a1b8 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_651665f0-b001-06b7-cf83-03a42f65a477-c7a0a1b8 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
}

@media screen and (max-width: 479px) {

  /*My code here*/
  #front-page-pic {
    max-height: 100%;
  }
  #w-node-_7da9a899-1d95-3a92-e1c1-eaaf76cbd637-c6a0a1b0 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_304d77dc-e0a7-6c0e-ea2e-44fbec33e065-c6a0a1b0 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-b6842ce8-b75f-443f-98af-83047d2b78ca-7d2b78c7 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-b6842ce8-b75f-443f-98af-83047d2b78da-7d2b78c7 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-b6842ce8-b75f-443f-98af-83047d2b78ea-7d2b78c7 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_7297d584-1da9-c2bd-f1f3-7c79f1d091a7-0aa0a1b3 {
    -ms-grid-column-span: 5;
    grid-column-end: 6;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-_8e637b81-271d-9cd8-88d2-7d7ddadc71db-0aa0a1b3 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_59e23253-642e-0f22-f555-9f6dcbd4e632-f5a0a1b5 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-b2f858d3-2da3-a3e2-c342-d02ed3203c5d-c7a0a1b8 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_651665f0-b001-06b7-cf83-03a42f65a477-c7a0a1b8 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

