@font-face {
  font-family: Cooper;
  src: url('../fonts/cooper-medium-italic-bt_11765-webfont.woff2') format("woff2"), url('../fonts/cooper-medium-italic-bt_11765-webfont.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa solid 900";
  src: url('../fonts/fa-solid-900.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa 400";
  src: url('../fonts/fa-regular-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa 300";
  src: url('../fonts/fa-light-300.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa brands 400";
  src: url('../fonts/fa-brands-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Futura bt;
  src: url('../fonts/futura-medium-bt.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Futura font;
  src: url('../fonts/Futura-Light-font.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Futura font;
  src: url('../fonts/Futura-Bold-font.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Futura font;
  src: url('../fonts/Futura-Bold-Italic-font.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Futura book font;
  src: url('../fonts/Futura-Book-font.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Unicode;
  src: url('../fonts/unicode.futurab.ttf') format("truetype"), url('../fonts/unicode.futurabb.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Futura xblk bt;
  src: url('../fonts/Futura-XBlk-BT.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Futura book font;
  src: url('../fonts/Futura-Book-Italic-font.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Futura extra font;
  src: url('../fonts/Futura-Extra-Black-font.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Futura font;
  src: url('../fonts/Futura-Heavy-Italic-font.ttf') format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Futura bt;
  src: url('../fonts/futura-light-bt.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Futura font;
  src: url('../fonts/Futura-Light-Italic-font.ttf') format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Futura font;
  src: url('../fonts/Futura-Heavy-font.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Tt0205m;
  src: url('../fonts/tt0205m_.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Futur;
  src: url('../fonts/futur.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Futura condensed bt;
  src: url('../fonts/futura-medium-condensed-bt.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Futura font;
  src: url('../fonts/Futura-Medium-Italic-font.ttf') format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Futura Condensed;
  src: url('../fonts/Futura-CondensedLight.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Avenirltstd book;
  src: url('../fonts/AvenirLTStd-Book.otf') format("opentype"), url('../fonts/AvenirLTStd-Book.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Avenirltstd;
  src: url('../fonts/AvenirLTStd-Black.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --black-2: #222;
  --purple: #3a0f73;
  --lime-green: #70b446;
  --dark-grey: #999;
  --gold: #ffcf6d;
  --lucky-red: #ff5b69;
  --white: white;
  --dark-slate-grey: #1d3942;
  --lucky-blue: #2e5b69;
  --silver: #bababa;
  --text: #131c211a;
  --slate-blue: #7d5bd9;
  --white-smoke: #f5f7fa;
  --black: #131c2199;
  --dim-grey: #707070;
  --2e5b69: transparent;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

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

body {
  font-family: Poppins;
}

h1 {
  color: #222;
  text-align: left;
  text-transform: none;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Poppins;
  font-size: 70px;
  font-weight: 700;
  line-height: 1.22em;
  display: block;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Avenirltstd, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.2em;
}

h3 {
  text-transform: none;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Avenirltstd, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.35em;
}

h4 {
  color: #222;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Avenirltstd, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3em;
}

h5 {
  color: #222;
  text-transform: none;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Avenirltstd, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}

h6 {
  color: #222;
  text-transform: none;
  margin-top: 20px;
  margin-bottom: 10px;
  padding-bottom: 0;
  font-family: Avenirltstd, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.1em;
}

p {
  color: var(--black-2);
  margin-bottom: 10px;
  font-family: Futura book font, sans-serif;
  font-size: 18px;
  line-height: 1.4em;
}

a {
  color: #f05b6b;
  font-size: 18px;
  font-weight: 300;
  text-decoration: none;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: inline-block;
}

label {
  margin-bottom: 5px;
  font-weight: bold;
  display: block;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-family: Avenirltstd book, sans-serif;
  font-size: 18px;
  font-style: italic;
  line-height: 22px;
}

.sections {
  color: #222;
  background-color: #fafafa;
  margin-top: 0;
  padding-top: 130px;
  padding-bottom: 130px;
  font-family: Poppins;
  line-height: 1.6em;
}

.sections.style-guide-banner {
  padding-top: 130px;
}

.sections.white-background {
  background-color: #fff;
}

.columns {
  outline-offset: 0px;
  border: 1px #000;
  outline: 3px #333;
  margin-left: 0;
  margin-right: 0;
  padding-top: 30px;
  padding-left: 10px;
  padding-right: 15px;
}

.spacing-system-image {
  width: auto;
  height: auto;
  display: inline-block;
}

.spacing-number {
  color: #ff4600;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 400;
  position: absolute;
  inset: 20px 0% auto auto;
}

.spacing-number.mobile {
  min-width: auto;
  margin-top: 0;
  margin-left: 0;
  top: 12px;
  right: 10%;
}

.spacing-number.middle {
  top: 33%;
  bottom: auto;
  right: 30px;
}

.spacing-number.middle-mobile {
  top: 30%;
  right: 45px;
}

.spacing-number.bottom {
  top: auto;
  bottom: 10%;
}

.spacing-number.bottom-mobile {
  top: auto;
  bottom: 10px;
  right: 10%;
}

.bold-text-value {
  color: #ff4600;
  font-weight: 600;
}

.bold-text-value.skill-value {
  color: #999;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 700;
}

.bold-text-value.skill-value._80 {
  flex: 1;
  align-items: center;
}

.bold-text-value.skill-value._95 {
  align-items: center;
}

.bold-text-value.skill-value.black {
  align-items: flex-end;
  margin-bottom: 0;
  font-weight: 600;
}

.spacing-description {
  margin-top: 15px;
  padding-top: 10px;
  font-family: Futura book font, sans-serif;
  line-height: 1.7em;
}

.color-block {
  background-color: #0000;
  width: 80px;
  height: 80px;
  margin-right: 66px;
}

.color-block.black {
  background-color: #1a1717;
}

.color-block.orange {
  background-color: #fd8558;
}

.color-block.purple {
  background-color: var(--purple);
}

.color-block.green {
  background-color: var(--lime-green);
}

.color-block.grey {
  background-color: var(--dark-grey);
}

.color-block.linear-gradient {
  background-image: linear-gradient(319deg, var(--gold), #fd8558);
}

.color-pallete {
  padding-left: 0;
  padding-right: 170px;
}

.style-guide-banner {
  background-color: #1a1717;
  padding-top: 180px;
  padding-bottom: 130px;
  font-family: Poppins;
  position: static;
}

.heading-1-mobile {
  text-transform: capitalize;
  margin-top: 20px;
  font-size: 35px;
}

.heading-2-tablet {
  font-size: 38px;
}

.heading-2-mobile {
  font-size: 32px;
}

.heading-3-tablet {
  text-transform: capitalize;
  font-size: 35px;
}

.heading-3-mobile {
  text-transform: capitalize;
  font-size: 26px;
}

.item-content-font-family {
  margin-bottom: 40px;
  font-family: Futura bt, sans-serif;
  font-size: 26px;
  line-height: 1.6em;
}

.text-block-16 {
  letter-spacing: 0;
  text-indent: 0;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  padding-bottom: 20px;
  font-family: Futura book font, sans-serif;
  font-size: 18px;
  line-height: 1.6em;
}

.link {
  color: var(--lucky-red);
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  font-family: Avenirltstd, sans-serif;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.link:hover {
  color: #fd8558b3;
}

.button {
  z-index: 1;
  border: 1px solid var(--lucky-red);
  background-color: var(--lucky-red);
  cursor: pointer;
  mix-blend-mode: normal;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 11px 35px;
  font-family: Poppins;
  font-weight: 700;
  line-height: 2em;
  display: inline-block;
  position: relative;
  box-shadow: 0 10px 10px #e9e9e9;
}

.button.button-light {
  z-index: 1;
  border: 2px solid var(--lucky-red);
  color: #fff;
  text-align: center;
  background-color: #fd855800;
  min-width: 150px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 35px;
  padding-right: 35px;
  font-family: Avenirltstd, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 30px;
  position: relative;
  box-shadow: 0 10px 10px #e9e9e9;
}

.button.button-light:hover {
  border-color: var(--lucky-red);
  color: var(--lucky-red);
}

.button.button-light.button-white {
  border-color: var(--white);
  color: var(--white);
  font-weight: 700;
}

.button.button-light.black {
  border-color: var(--black-2);
}

.button.button-light.home-3 {
  border-color: var(--lucky-red);
}

.button.button-light.project {
  min-width: 125px;
  padding: 7px 25px;
  font-size: 14px;
}

.button.button-light.land-ack {
  width: 100%;
  min-width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 30px;
}

.button.button-light.upcoming {
  cursor: default;
}

.button.button-light.upcoming:hover {
  color: var(--white);
}

.button.button-light.gallery {
  min-width: auto;
  margin-left: auto;
  margin-right: auto;
}

.button.button-light.go-back {
  padding: 5px 20px;
  font-size: 12px;
}

.button.resource {
  margin-left: 5px;
}

.footer {
  z-index: 30;
  background-color: var(--dark-slate-grey);
  background-image: linear-gradient(to bottom, var(--lucky-blue), var(--dark-slate-grey));
  color: var(--black-2);
  object-fit: fill;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 40px;
  padding: 90px 50px 40px;
  line-height: 1.4em;
  display: flex;
  position: static;
}

.rights-reserved {
  color: var(--silver);
  text-align: center;
  letter-spacing: .3px;
  width: 100%;
  margin-top: 40px;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Avenirltstd book, sans-serif;
  font-size: 9px;
  font-weight: 300;
  line-height: 30px;
}

.content-title {
  color: #a8a8a8;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Avenirltstd book, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6em;
}

.content-title.spasing {
  padding-bottom: 40px;
}

.color-code {
  color: #131c2199;
  padding-top: 30px;
  font-family: Futura bt, sans-serif;
  font-size: 15px;
  line-height: 1.6em;
}

.device-width {
  text-align: center;
  border-left-width: 1px;
  border-left-color: #000;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Avenirltstd, sans-serif;
  font-size: 18px;
  font-weight: 600;
  display: block;
}

.device-width.name {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 15px;
  font-weight: 600;
}

.device-width.name.white {
  color: #fcfcfc;
  font-family: Avenirltstd, sans-serif;
}

.device-width.number {
  text-align: center;
  border-left-style: solid;
  border-left-color: #f3f3f3;
  width: auto;
  height: 100%;
  padding-top: 21px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 14px;
  font-weight: 500;
}

.guide-container {
  max-width: 1170px;
  padding-left: 15px;
  padding-right: 15px;
}

.style-guide-grid {
  padding-top: 30px;
}

.style-guide-buttons-content-item {
  margin-right: 60px;
  display: block;
}

.animated-button-background-block {
  background-color: var(--lucky-red);
  width: 100%;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  display: inline-block;
  position: absolute;
}

.animated-button-background-block.example {
  background-color: var(--lucky-red);
  justify-content: center;
  width: 100%;
  display: block;
}

.animated-button-background-block.light-exmple {
  background-color: var(--lucky-red);
  width: 100%;
  font-family: Avenirltstd, sans-serif;
}

.animated-button-background-block.view-more {
  background-color: var(--lucky-red);
}

.animated-button-background-block.white-button {
  background-color: var(--white);
}

.animated-button-background-block.send-message.black {
  background-color: var(--black-2);
  color: var(--black-2);
}

.animated-button-background-block.home-3 {
  background-color: var(--lucky-red);
}

.animated-button-block {
  background-color: #0000;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.animated-button-block:hover {
  background-color: #0000;
}

.animated-button-block.start-work {
  margin-top: 80px;
  display: inline-block;
  position: relative;
}

.animated-button-block.start-work:hover {
  background-color: #0000;
  font-family: Avenirltstd, sans-serif;
}

.animated-button-block.start-work.form-submit {
  margin-top: 55px;
}

.animated-button-block.start-work.home-3 {
  margin-top: 80px;
}

.animated-button-block.start-work.see-more {
  margin-top: 60px;
  position: relative;
}

.animated-button-block.start-work.projects, .animated-button-block.start-work.project {
  margin-top: 0;
}

.animated-button-block.start-work.project.land {
  min-width: 100%;
  margin-top: 25px;
}

.animated-button-block.start-work.project.upcoming {
  z-index: 50000;
  cursor: default;
  position: absolute;
}

.animated-button-block.start-work.project.gallery {
  margin-top: 25px;
}

.animated-button-block.start-work.project.go-back {
  font-size: 12px;
}

.animated-button-block.example {
  display: inline-block;
}

.completed-animated-button {
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.logo-icon {
  height: 100%;
  min-height: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Poppins;
  font-size: 28px;
  font-weight: 800;
  display: block;
}

.logo-icon.w--current {
  justify-content: center;
  align-items: center;
  width: 70px;
  height: auto;
  min-height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.colour-code {
  color: #131c2199;
  margin-top: 30px;
  line-height: 1.6em;
}

.left-alignment-4 {
  font-size: 35px;
  line-height: 1.3em;
}

.heading-4-tablet {
  font-size: 28px;
}

.heading-4-mobile {
  font-size: 22px;
}

.nav-menu {
  color: var(--white);
  text-align: left;
  letter-spacing: .2px;
  cursor: auto;
  background-color: #0000;
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 23px;
  font-family: Poppins;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.1px;
  display: flex;
  position: static;
}

.menu {
  z-index: 1;
  color: var(--white);
  letter-spacing: .2px;
  white-space: normal;
  cursor: pointer;
  flex: none;
  margin-left: 1.5%;
  margin-right: 1.5%;
  padding: 30px 0;
  font-family: Avenirltstd book, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4px;
  position: relative;
}

.menu.w--open {
  position: static;
}

.menu.home-1.white {
  color: var(--white);
  margin-left: 1.5%;
  margin-right: 1.5%;
  font-family: Avenirltstd book, sans-serif;
  font-size: 18px;
  transition: opacity .5s;
}

.menu.home-1.white:hover {
  opacity: .75;
}

.menu.home-1.white.donate {
  background-color: var(--lucky-red);
  border-radius: 20px;
  align-items: center;
  padding: 15px 10px;
  display: flex;
}

.social-media-container {
  text-align: left;
  white-space: normal;
  flex-wrap: nowrap;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  font-family: "Fa brands 400", sans-serif;
  font-weight: 400;
  line-height: 20px;
  display: flex;
}

.social-media-container.home-2 {
  display: none;
}

.social-media-container.foot {
  justify-content: flex-start;
}

.social-media-container.gallery {
  background-image: linear-gradient(to bottom, var(--lucky-blue), var(--lucky-blue));
  justify-content: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 50px;
}

.social-media-link {
  color: var(--white);
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 25px;
  font-size: 22px;
  text-decoration: none;
}

.social-media-link.foot {
  margin-left: 0;
}

.dropdown-toggle {
  z-index: 1;
  color: var(--black-2);
  text-transform: lowercase;
  justify-content: center;
  padding: 0;
  display: flex;
}

.dropdown-link {
  color: #000;
  width: auto;
  min-width: 30px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 35px;
  font-weight: 600;
  line-height: 16.5px;
  position: relative;
  left: 0;
  right: 0;
}

.dropdown-link.home-link {
  color: var(--black-2);
  padding-left: 5px;
  padding-right: 5px;
  transition: color .2s;
  left: 0;
  right: 0;
}

.dropdown-link.home-link:hover {
  color: var(--lucky-red);
  font-family: Avenirltstd book, sans-serif;
}

.dropdown-link.purple-hover {
  color: var(--black-2);
  min-width: 30px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 5px;
  padding-right: 5px;
  transition: color .2s;
  left: 0;
  right: 0;
}

.dropdown-link.purple-hover:hover {
  color: var(--slate-blue);
}

.dropdown-link-name {
  font-weight: 600;
}

.dropdown-list {
  text-transform: lowercase;
  background-color: #fff;
  border: 1px solid #0000002e;
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
  top: 60px;
}

.dropdown-list:hover {
  background-color: #fff;
}

.dropdown-list.w--open {
  object-fit: fill;
  width: 150px;
  max-width: none;
  padding: 15px 20px;
  display: inline-block;
  position: absolute;
}

.body {
  font-family: Poppins;
  box-shadow: 1px 1px 3px 20px #000;
}

.dropdown {
  width: auto;
  margin-left: 1.5%;
  margin-right: 1.5%;
}

.top-banner-section {
  z-index: 1;
  background-image: linear-gradient(to bottom, var(--lucky-blue), #08222c);
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  height: 105vh;
  position: relative;
  overflow: hidden;
}

.main-manu {
  letter-spacing: .2px;
  text-transform: lowercase;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  inset: 0% auto auto 0%;
}

.dropdown-list-other-pages {
  border: 1px solid #0000002e;
  width: 200px;
  padding: 30px 20px;
  top: 60px;
  left: 0;
}

.dropdown-list-other-pages.w--open {
  background-color: #fff;
  width: auto;
  margin-top: 11px;
  padding-top: 15px;
  padding-bottom: 15px;
  display: inline-block;
  position: absolute;
  top: 60px;
  left: 0;
}

.dropdown-list-other-pages.home-page-1 {
  border: 1px solid #0000002e;
  width: auto;
  margin-top: 11px;
  padding: 15px 20px;
  top: 60px;
  left: 0;
}

.dropdown-list-other-pages.home-page-architecture {
  border: 1px solid #0000002e;
  width: 200px;
  padding: 15px 20px;
  top: 60px;
  left: 18px;
}

.dropdown-list-other-pages.home-page-architecture-last-item {
  border: 1px solid #0000002e;
  width: 200px;
  padding: 15px 20px;
  top: 65px;
  left: -85px;
}

.dropdown-other-pages {
  margin-left: 0;
  margin-right: 0;
  position: relative;
}

.facebook {
  font-family: "Fa brands 400", sans-serif;
  font-size: 22px;
  transition: color .2s;
}

.facebook:hover {
  color: #fd8558;
}

.facebook.social-media {
  color: #fcfcfc;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 18px;
  font-style: normal;
  line-height: 1.6em;
}

.facebook.social-media:hover {
  color: #fcfcfcb3;
}

.twitter {
  font-family: "Fa brands 400", sans-serif;
  font-size: 22px;
  text-decoration: none;
  transition: color .2s;
}

.twitter:hover {
  color: #fd8558;
}

.twitter.social-media {
  color: #fcfcfc;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 18px;
  line-height: 1.6em;
}

.twitter.social-media:hover {
  color: #fcfcfcb3;
}

.twitter.social-media.black {
  color: var(--black-2);
  padding-left: 0;
}

.instagram {
  font-family: "Fa brands 400", sans-serif;
  font-size: 22px;
  font-weight: 300;
  text-decoration: none;
  transition: color .2s;
}

.instagram:hover {
  color: #fd8558;
}

.instagram.social-media {
  color: #fcfcfc;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 18px;
  line-height: 1em;
}

.instagram.social-media:hover {
  color: #fcfcfcb3;
}

.instagram.social-media.black {
  color: var(--black-2);
  padding-left: 0;
}

.other-pages-drondown-name {
  z-index: 2;
  min-width: auto;
  line-height: 1.1em;
  transition: opacity .3s;
}

.other-pages-drondown-name:hover {
  opacity: .65;
}

.home-section {
  min-height: auto;
  margin-top: 105px;
  padding-left: 0;
  padding-right: 0;
}

.home-section.marging-top-and-bottom {
  min-height: auto;
  margin-top: 115px;
  margin-bottom: 115px;
}

.back-ground-text {
  color: #f7f7f7;
  letter-spacing: .1px;
  margin-bottom: -10px;
  font-family: Poppins;
  font-size: 200px;
  font-weight: 700;
  line-height: 145px;
}

.about-us-heading {
  float: left;
  min-height: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.about-us-heading.left {
  flex: 0 auto;
  width: 100%;
  padding-left: 0;
}

.about-us-heading.left.latest-works {
  text-align: right;
  flex: 0 auto;
  align-items: flex-end;
  width: 100%;
  margin-left: 0;
  padding-top: 80px;
  padding-left: 0;
  padding-right: 0;
}

.about-us-heading.left.latest-works.home-3 {
  padding-top: 0;
}

.about-us-heading.left.latest-works.padding {
  padding-top: 100px;
  padding-bottom: 20px;
}

.about-us-heading.left.wide {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 15px;
  padding-right: 0;
  display: flex;
}

.about-us-heading.right {
  float: right;
  clear: none;
  margin-top: -5px;
  padding-right: 0;
}

.about-us-heading.our-skills {
  margin-left: 10px;
  padding-left: 15px;
  padding-right: 50px;
}

.about-us-heading.latest-works {
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  padding-left: 0;
  display: flex;
}

.container-about-us {
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Poppins;
  font-size: 15px;
  line-height: 21px;
  position: relative;
  overflow: visible;
}

.about-us-text-content-container {
  justify-content: center;
  align-items: center;
  margin-top: -10px;
  display: flex;
}

.about-us-text-content-container.our-feature-works {
  margin-bottom: 60px;
  padding-left: 0;
  padding-right: 0;
}

.text-paragraph {
  color: var(--dark-grey);
  text-align: center;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.7em;
  position: relative;
}

.text-paragraph.lleft {
  text-align: left;
  text-decoration: none;
}

.text-paragraph.lleft.our-skills {
  margin-top: 40px;
  margin-bottom: 0;
  padding-right: 90px;
  font-size: 15px;
}

.text-paragraph.lleft._100, .text-paragraph.central {
  font-family: Futura book font, sans-serif;
  font-size: 18px;
}

.about-us-section-block {
  margin-top: -20px;
  margin-bottom: 85px;
}

.quote-container {
  max-width: 100%;
  display: block;
}

.qoute-and-image-block {
  background-color: var(--white-smoke);
  justify-content: space-around;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 100%;
  margin-bottom: 80px;
  display: flex;
}

.quote-block {
  margin-left: auto;
  margin-right: auto;
  padding-top: 55px;
  padding-left: 0;
}

.quote-block.about {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.quote-text {
  color: #222;
  text-align: left;
  width: auto;
  max-width: none;
  margin-bottom: 65px;
  font-family: Futura bt, sans-serif;
  font-size: 26px;
  font-weight: 300;
  line-height: 45px;
}

.quote-text.homepage {
  font-size: 28px;
  line-height: 1.5em;
}

.italic-text {
  text-align: center;
  font-weight: 500;
}

.author {
  color: var(--lucky-red);
  font-family: Avenirltstd, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.author-info {
  color: #222;
  margin-bottom: 14px;
  font-family: Poppins;
  font-weight: 700;
  position: static;
}

.quote-section-block {
  background-color: var(--white);
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.qoute {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 75px;
}

.background-text {
  color: #f7f7f7;
  text-align: left;
  margin-bottom: -104px;
  font-family: Cooper, sans-serif;
  font-size: 136px;
  font-weight: 400;
  display: block;
}

.background-text.right-alignment {
  z-index: -1;
  text-align: right;
  padding-left: 5px;
  padding-right: 5px;
  line-height: .9em;
  position: relative;
}

.background-text.right-alignment.home-3 {
  margin-top: -50px;
  line-height: .8em;
}

.background-text.no-margin {
  margin-bottom: 0;
}

.container {
  opacity: 1;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  display: flex;
}

.container.our-skills {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.container.donor {
  flex-direction: column;
  justify-content: center;
  height: 100%;
  min-height: 100%;
}

.container.donor._900 {
  max-width: 900px;
  height: auto;
  min-height: auto;
}

.section-heading-lowercase {
  text-align: left;
  font-family: Avenirltstd, sans-serif;
  font-size: 32px;
  line-height: 1.2em;
  transform: translate(0);
}

.section-heading-lowercase.left-alignment-4 {
  text-align: left;
  text-transform: none;
  margin-bottom: 0;
  font-size: 32px;
  line-height: 1.3em;
}

.section-heading-lowercase.left-alignment-4.our-skills {
  max-width: 70%;
  margin-bottom: 0;
  display: block;
}

.play {
  background-color: #0000;
  flex: 1;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 100px;
  display: flex;
}

.div-line {
  background-color: #f5f5f5;
  width: 43%;
  height: 2px;
}

.play-button {
  background-color: #fd8558;
  border: 1px solid #fd8558;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  text-decoration: none;
  display: flex;
}

.section-title {
  margin-top: 0;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-family: Avenirltstd, sans-serif;
  font-size: 35px;
  line-height: 42px;
  display: block;
}

.grid-system-content-top-item {
  background-color: var(--lucky-red);
  color: #fff;
  text-align: center;
  border-right: 1px solid #d3724d;
  flex: 1;
}

.grid-system-content-top-item.grid-system-content-item-title {
  background-color: var(--lucky-red);
  text-align: center;
}

.grid-system-content-bottom-item {
  text-align: center;
  width: 190px;
}

.grid-system-content-bottom-item.grid-system-content-item-title {
  width: 190px;
  display: block;
}

.spacing {
  padding-top: 30px;
  padding-left: 0;
  padding-right: 20px;
}

.spacing-image-container {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  position: relative;
}

.spacing-image-container.mobile {
  width: 250px;
}

.style-guide-title {
  margin-bottom: 40px;
}

.colors-in-the-palette {
  margin-top: 40px;
}

.typography-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.typography-content {
  flex-direction: column;
  margin-right: 30px;
  display: flex;
}

.typography-content.last-item {
  width: 31%;
  margin-right: 0;
}

.typography-content.percents {
  width: 32%;
}

.style-guide-button-container {
  padding-top: 30px;
  display: flex;
}

.style-guide-paragraphs {
  display: flex;
}

.style-guide-typography-heading {
  flex-direction: row;
  padding-top: 30px;
  display: flex;
}

.headings-container {
  text-align: left;
  margin-top: 30px;
}

.headings-container.contacts {
  margin-top: 0;
}

.headings-container.first {
  min-width: 355px;
  padding-bottom: 39px;
}

.heading-size-description {
  color: #131c2199;
  margin-bottom: 40px;
  font-family: Futura book font, sans-serif;
  line-height: 1.8em;
}

.heading-size-description.link-size {
  margin-top: 10px;
}

.paragraph {
  margin-bottom: 10px;
  font-size: 15px;
}

.heading-1-tablet {
  text-transform: none;
  font-size: 48px;
  display: block;
}

.author-info-position {
  color: #cacaca;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  font-family: Avenirltstd book, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.8em;
}

.bold-text {
  font-family: Avenirltstd book, sans-serif;
}

.play-button-text {
  color: #fcfcfc;
  text-align: center;
  justify-content: center;
  align-items: center;
  min-width: 80px;
  min-height: 80px;
  margin-bottom: 0;
  font-family: "Fa solid 900", Arial, sans-serif;
  font-size: 24px;
  line-height: 80px;
  text-decoration: none;
  display: flex;
  position: relative;
  left: 2px;
}

.lightbox-link {
  flex: none;
  text-decoration: none;
}

.our-skills-section {
  margin-top: 115px;
}

.skill-label {
  opacity: .4;
  color: #222;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4em;
}

.skill-label.black {
  margin-bottom: 0;
}

.bold-text.grey {
  font-weight: 500;
}

.skill {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 45px;
  display: block;
  overflow: hidden;
}

.skill-value {
  justify-content: flex-start;
  margin-bottom: 3px;
  font-size: 15px;
  line-height: 1.56em;
  display: flex;
}

.skill-value.home-3 {
  margin-bottom: 0;
}

.skill-value-line {
  color: var(--dark-grey);
  background-color: #eee;
  min-width: auto;
  max-width: 1199px;
  min-height: 10px;
}

.skill-value-line.active {
  background-image: linear-gradient(295deg, var(--gold), #fd8558);
  width: 90%;
  min-width: auto;
  margin-top: -10px;
  overflow: hidden;
}

.skill-value-line.active._80 {
  width: 80%;
}

.skill-value-line.active._80.black {
  margin-top: -10px;
}

.skill-value-line.active._95 {
  width: 95%;
}

.skill-value-line.active.black {
  background-color: var(--black-2);
  background-image: none;
  height: 10px;
  min-height: 10px;
  margin-top: -10px;
}

.skill-value-line.active.home-3 {
  background-color: var(--slate-blue);
  background-image: none;
  margin-top: -10px;
}

.skill-value-line.black {
  height: 10px;
  margin-top: 10px;
}

.skill-value-line.home-3 {
  height: 10px;
}

.navbar-container {
  z-index: 9;
  background-color: var(--white);
  height: 100%;
}

.navbar-container.sticky {
  background-color: #0000;
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
}

.white-heading {
  color: #fcfcfc;
  text-align: center;
  margin-left: 15px;
  margin-right: 15px;
}

.white-heading.style-guide {
  margin-top: 0;
  margin-bottom: 0;
}

.text-block {
  padding-top: 0;
  padding-left: 60px;
}

.icon-2 {
  color: #0000;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: -15px;
  padding-bottom: 0;
  display: none;
  position: static;
}

.grid-sizing {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid-4.grid-resolution {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.grid-5.grid-sizing {
  grid-row-gap: 0px;
  grid-template-columns: .75fr;
  place-content: space-between stretch;
  margin-top: 60px;
}

.our-team-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 115px;
  padding-top: 50px;
  line-height: 1.6px;
  display: flex;
}

.our-team-section.black {
  align-items: flex-start;
  width: 50%;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 45px;
}

.our-team-section.home-3 {
  margin-bottom: 115px;
  padding-top: 0;
}

.colored-heading {
  color: var(--lucky-red);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Avenirltstd, sans-serif;
  font-size: 13px;
}

.colored-heading.central-alignment {
  color: var(--lucky-blue);
  text-align: center;
  margin-top: 35px;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.2em;
}

.colored-heading.central-alignment.home-3 {
  color: var(--lucky-red);
  margin-bottom: 20px;
}

.colored-heading.black {
  color: var(--black-2);
  text-transform: uppercase;
  margin-top: 0;
  font-size: 14px;
}

.colored-heading.purple {
  color: var(--slate-blue);
  font-size: 14px;
}

.colored-heading.marging-top-5px {
  margin-top: 0;
}

.colored-heading.marging-top-5px.left-alignment {
  color: var(--lucky-blue);
  font-family: Avenirltstd, sans-serif;
}

.body-2 {
  color: #222;
}

.central-alignment-heaading {
  text-align: center;
  margin-bottom: 75px;
}

.central-alignment-heaading.smaller-margin {
  margin-bottom: 50px;
}

.central-alignment-heaading.heading-margin-bottom {
  text-transform: capitalize;
  margin-bottom: 20px;
  font-family: Cooper, sans-serif;
  font-size: 45px;
  font-weight: 400;
}

.central-alignment-heaading.heading-margin-bottom-top-section {
  color: var(--white);
  text-transform: capitalize;
  margin-bottom: 30px;
  font-family: Cooper, sans-serif;
  font-size: 60px;
  font-weight: 400;
}

.our-team-members {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: minmax(0, 1fr);
  grid-template-columns: 1fr 1fr;
  grid-auto-flow: row dense;
  max-width: 1140px;
  margin-top: 40px;
  padding-left: 15px;
  padding-right: 15px;
}

.our-team-heading {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.team-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.team-members-wrap {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.team-members-wrap.pictures {
  justify-content: center;
  align-items: center;
  width: 33.33%;
  display: block;
}

.team-members-wrap.team {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  width: 90%;
  display: flex;
}

.feature-info {
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Avenirltstd, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  display: block;
  position: static;
}

.feature-info.project {
  color: var(--lucky-blue);
  margin-top: 25px;
}

.category-info {
  color: #fcfcfc;
  text-align: center;
  margin-bottom: 5px;
  font-family: Futura book font, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7em;
  display: block;
  position: static;
}

.category-info.tagline {
  color: var(--dim-grey);
  width: 500px;
  margin-bottom: 25px;
}

.category-info.tagline.homepage {
  font-size: 22px;
}

.link-block {
  line-height: 1em;
  text-decoration: none;
}

.main-info {
  text-align: center;
  flex-direction: column;
  align-items: flex-start;
  width: auto;
  margin-bottom: 0;
  padding: 15px 15px 15px 0;
  display: flex;
  position: relative;
}

.main-info.collection {
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-bottom: 0;
  padding: 25px;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 0%;
}

.soccial-media-container {
  text-align: center;
  justify-content: center;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 18px;
  line-height: 1.6%;
  transform: none;
}

.gradient {
  background-image: linear-gradient(319deg, var(--lucky-red), var(--lucky-blue));
  opacity: .92;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-bottom: 0;
  display: block;
  position: absolute;
  inset: 0%;
}

.gradient.home-3 {
  background-color: var(--slate-blue);
  background-image: linear-gradient(to bottom, var(--lucky-blue), var(--lucky-red));
  display: flex;
  position: static;
}

.gradient.home-3.collecion {
  max-width: none;
}

.text-paragraph-heading {
  color: var(--lucky-blue);
  text-transform: capitalize;
  font-family: Futura bt, sans-serif;
  font-size: 22px;
}

.white {
  color: #fcfcfc;
  max-width: 770px;
  margin-top: 0;
}

.bold-paragraph {
  color: #222;
  margin-top: 0;
  padding-right: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 33px;
  text-decoration: none;
  transition: color .3s;
  display: inline-block;
}

.bold-paragraph:hover {
  color: #444;
}

.bold-paragraph.mobile-font-smaller {
  font-family: Avenirltstd, sans-serif;
  transition: all .2s, color .3s;
}

.bold-paragraph.mobile-font-smaller:hover {
  margin-top: -5px;
}

.bold-paragraph.mobile-font-smaller.bold-inline-link {
  color: var(--lucky-red);
  font-family: Futura book font, sans-serif;
  font-weight: 900;
  display: block;
}

.bold-paragraph.mobile-font-smaller.bold-inline-link:hover {
  color: var(--lucky-red);
}

.red-text {
  color: var(--lucky-red);
  margin-bottom: 0;
  padding-right: 5px;
  font-family: Avenirltstd, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4em;
  text-decoration: none;
}

.red-text.inline-button {
  cursor: pointer;
  margin-top: 26px;
  transition: color .3s;
  display: inline-block;
}

.red-text.inline-button:hover {
  color: #ff5b6999;
}

.portfolio-item-cont-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
}

.latest-work-cont {
  flex-direction: column;
  max-width: 1200px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.div-block-7 {
  flex-direction: row;
  justify-content: space-between;
  max-width: 1200px;
  display: flex;
}

.div-block-8 {
  align-items: center;
  width: 100%;
  display: flex;
}

.banner-con {
  z-index: 1;
  justify-content: center;
  align-items: center;
  height: 92.5%;
  display: flex;
  position: relative;
}

.black-planet-con {
  width: 300px;
  height: 300px;
  position: relative;
}

.pink-planet {
  z-index: 11;
  width: 10%;
  height: auto;
  position: fixed;
  inset: 5% 5% auto auto;
}

.pink-border {
  z-index: 200;
  flex: none;
  width: 400px;
  height: 400px;
  position: fixed;
  inset: -25% auto auto -15%;
}

.banner-wrap {
  border: 20px #fff;
  height: 100%;
}

.pink-planet-large {
  z-index: 11;
  width: 50%;
  max-width: 50%;
  height: 75%;
  position: absolute;
  inset: auto -15% -50% auto;
}

.pink-cross {
  position: absolute;
  inset: auto 10% 45% auto;
}

.pink-cross.bigger-cross {
  z-index: 200;
  width: 30%;
  height: auto;
  position: absolute;
  inset: auto auto -5% -2%;
}

.pink-cross.smaller-cross {
  z-index: 200;
  width: 14%;
  height: auto;
  position: absolute;
  bottom: 25%;
  right: 5%;
}

.grey-border {
  width: 300px;
  max-width: 300px;
  max-height: 300px;
  display: block;
}

.top-heading {
  z-index: 2;
  float: left;
  color: var(--white);
  text-align: center;
  letter-spacing: 2px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Cooper bt 11765";
  font-size: 80px;
}

.start-now-button {
  z-index: 3;
  margin-top: 15px;
  padding-left: 14px;
  padding-right: 14px;
  font-family: Avenirltstd, sans-serif;
}

.start-now-button.black {
  margin-top: 60px;
  margin-bottom: 60px;
  font-family: Avenirltstd, sans-serif;
}

.start-now-button.message {
  padding-left: 0;
  padding-right: 0;
}

.black-planet-wrap {
  position: absolute;
}

.top-banner-wrap {
  z-index: 1000;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.blog-con {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
}

.collection-list-4 {
  display: flex;
}

.blog-post {
  width: 100%;
}

.collection-item-3 {
  width: 33.33%;
  padding-left: 15px;
  padding-right: 15px;
}

.main-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 250px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.news-post-info-con {
  background-color: var(--white);
  flex-direction: column;
  justify-content: space-around;
  padding-top: 28px;
  display: flex;
}

.category-con {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.category-con.marging-20px {
  margin-bottom: 20px;
}

.date-info {
  color: var(--lucky-blue);
  cursor: pointer;
  margin-bottom: 0;
  font-family: Futura book font, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4em;
}

.date-info.font-weight-500 {
  font-weight: 500;
}

.div-block-14 {
  background-color: #dfdede;
  border-radius: 50%;
  width: 5px;
  height: 5px;
  margin-left: 10px;
  margin-right: 10px;
}

.image-4 {
  object-fit: cover;
  width: 100%;
  height: 243px;
}

.address-block-con {
  justify-content: space-between;
  width: 100%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.address-block-con._900 {
  max-width: 1080px;
}

.address-con {
  padding-left: 15px;
  padding-right: 15px;
}

.gray-paragraph {
  color: #2226;
  letter-spacing: 2px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
}

.bold-inline-link {
  color: #222;
  cursor: pointer;
  text-decoration: none;
  transition: color .3s;
}

.bold-inline-link:hover {
  color: var(--lucky-red);
}

.bold-text-2 {
  color: #222;
  transition: color .3s;
}

.bold-text-2:hover {
  color: #fd8558;
}

.information-wrapper {
  margin-top: 45px;
}

.form-con {
  width: 100%;
  max-width: 735px;
  padding-left: 15px;
  padding-right: 15px;
}

.input-info {
  justify-content: space-between;
  display: flex;
}

.input-width-48 {
  background-color: var(--white);
  border: 1px solid #eee;
  width: 48%;
  height: 58px;
  margin-bottom: 30px;
  padding: 10px 23px;
  font-family: Futura book font, sans-serif;
}

.input-width-48:active {
  border-style: solid;
}

.input-width-48:focus, .input-width-48:focus-visible, .input-width-48[data-wf-focus-visible] {
  border: 1px solid #eee;
}

.textarea {
  border: 1px solid #eee;
  height: 100%;
  min-height: 128px;
  padding: 15px 23px 10px;
  font-family: Futura book font, sans-serif;
}

.textarea:active {
  border-style: solid;
}

.textarea:focus, .textarea:focus-visible, .textarea[data-wf-focus-visible] {
  border: 1px solid #eee;
}

.form-block {
  margin-bottom: 0;
}

.top-section {
  cursor: auto;
  background-image: url('../images/r-architecture-L_j9OWElo1s-unsplash-dark-2-1.jpg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.top-block-info-wrap {
  color: var(--white);
  margin-bottom: 30px;
}

.bold-text-white {
  text-align: center;
  letter-spacing: .2px;
  font-size: 18px;
  font-weight: 600;
  display: block;
}

.white-button-wrap {
  margin-top: 63px;
  padding-left: 15px;
  padding-right: 15px;
}

.white-button-wrap.home-3 {
  width: 100%;
  margin-top: 55px;
  padding-left: 0;
}

.experience-section {
  justify-content: center;
  display: flex;
}

.top-banner-info-wrap {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 67%;
  margin-top: 5px;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 1px;
  display: flex;
}

.experience-con-wrap {
  justify-content: center;
  max-width: 1200px;
  display: flex;
}

.experience-info-con {
  justify-content: center;
  width: auto;
  display: flex;
}

.experience-image-con {
  width: 450px;
  height: 100%;
  max-height: 540px;
  box-shadow: 14px 14px 40px #9999994d;
}

.number-heading {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 45px;
  display: flex;
  overflow: hidden;
}

.image-text-span {
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: url('../images/photo-1467235215257-168d35099262-p-500.jpeg');
  background-position: 50%;
  background-size: cover;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 137px;
  font-weight: 700;
  line-height: 1em;
}

.years-experience {
  margin-top: 0;
  padding-left: 10px;
  font-size: 50px;
  line-height: 1.35em;
}

.expirience-paragraph {
  color: var(--black-2);
  letter-spacing: .2px;
  margin-bottom: 20px;
  padding-right: 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.link-4 {
  color: var(--silver);
  font-weight: 400;
}

.experience-paragraphs-wrap {
  padding-top: 0;
  padding-left: 20%;
  position: relative;
}

.our-feature-works-section {
  flex-direction: column;
  justify-content: center;
  height: 100%;
  display: flex;
}

.our-great-services {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  margin-bottom: 80px;
  display: flex;
}

.modern-digital-agency {
  color: var(--dark-grey);
  background-color: #f7f7f7;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  padding-top: 100px;
  display: flex;
}

.testimonials {
  background-color: var(--black-2);
  justify-content: center;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.lastest-news {
  flex-direction: column;
  align-items: center;
  height: 500vh;
  margin-top: 95px;
  display: flex;
  position: relative;
}

.keep-in-touch {
  background-image: url('../images/austin-li-s5WyoKsayo0-unsplash.jpg');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  padding: 90px 10px 115px;
  display: flex;
}

.keep-in-touch.option-2 {
  background-image: url('../images/6202cd689288fad56e29ceac_tim-stief-dH6IjhWHNQQ-unsplash-1-1-p-2000-1.jpeg');
  background-attachment: fixed;
  padding-top: 115px;
  padding-bottom: 115px;
}

.our-team-container-wrap {
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.grid-7 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: 1fr;
  margin-bottom: 45px;
  margin-right: 15px;
}

.grid-image {
  width: 100%;
  height: auto;
}

.grid-image.image-1 {
  background-image: none;
}

.heading-11 {
  opacity: 1;
  color: var(--black-2);
  text-align: center;
  max-width: 500px;
  margin-bottom: 0;
  font-family: Avenirltstd, sans-serif;
  font-size: 40px;
  line-height: 1em;
}

.text-paragraph-home-2 {
  color: var(--dark-grey);
  text-align: left;
  letter-spacing: .2px;
  text-transform: none;
  margin-top: 30px;
  margin-bottom: 60px;
  padding-right: 5px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7em;
}

.text-paragraph-home-2.dark-grey {
  color: #888;
  padding-right: 60px;
  font-size: 15px;
  line-height: 1.6em;
}

.servises-cont {
  max-width: 1200px;
  height: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.services-image {
  object-fit: cover;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  height: 250px;
}

.service-item {
  width: 100%;
  max-width: 350px;
  height: auto;
}

.services-info-container-wrap {
  z-index: 1;
  background-color: var(--white);
  cursor: pointer;
  padding: 30px;
  text-decoration: none;
  transition: box-shadow .25s;
  position: relative;
}

.services-info-container-wrap:hover {
  box-shadow: 0 40px 40px #00000014;
}

.bold-text-name {
  color: var(--black-2);
  text-align: left;
  margin-bottom: 25px;
  font-family: Poppins;
  font-size: 20px;
  font-weight: 600;
  transition: color .3s;
}

.bold-text-name:hover {
  color: var(--dim-grey);
}

.bold-text-name.services {
  font-size: 18px;
}

.services-card {
  margin-top: -25px;
  padding-left: 17px;
  padding-right: 17px;
}

.grid-8 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
}

.text-span-3 {
  padding-left: 8px;
  font-family: "Fa solid 900", Arial, sans-serif;
  font-weight: 400;
}

.card-text-link {
  color: var(--dark-grey);
  letter-spacing: .2px;
  margin-bottom: 20px;
  font-weight: 300;
  line-height: 1.7em;
  text-decoration: none;
}

.view-more-link {
  color: var(--black-2);
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  transition: color .3s;
}

.view-more-link:hover {
  color: var(--dim-grey);
}

.slider-2 {
  background-color: #0000;
  width: 100%;
  max-width: 1000px;
  height: 100%;
  margin-left: 15px;
  margin-right: 15px;
  padding-bottom: 130px;
}

.right-arrow-2 {
  width: 30px;
  height: 30px;
  inset: auto auto 25% 50px;
}

.left-arrow-2 {
  width: 30px;
  height: 30px;
  top: auto;
  bottom: 25%;
}

.slide-nav-2 {
  justify-content: flex-end;
  display: none;
  position: static;
}

.testimonials-image {
  background-image: url('../images/Group-3.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin-right: 20px;
}

.testimonials-cont-wrap {
  flex-direction: row;
  justify-content: space-between;
  max-width: 1140px;
  margin-top: 130px;
  padding-top: 5px;
  display: flex;
}

.testimonial-paragraph {
  color: var(--white);
  letter-spacing: .2px;
  max-width: 700px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.67em;
  position: relative;
}

.name {
  color: var(--white);
  letter-spacing: .2px;
  margin-top: 0;
  font-size: 18px;
  font-weight: 600;
}

.position {
  color: var(--dark-grey);
  letter-spacing: .2px;
  margin-top: 10px;
  font-weight: 400;
}

.plus {
  color: #0000;
  text-align: center;
  width: 100%;
  font-size: 30px;
  font-weight: 400;
  line-height: 250px;
  transition: color .3s, background-color .3s;
  position: absolute;
}

.plus:hover {
  background-color: var(--black);
  color: var(--white);
  justify-content: center;
}

.lightbox-image-wrap {
  position: relative;
}

.bold-text-3, .bold-text-4, .bold-text-5, .bold-text-6 {
  font-weight: 600;
}

.body-3 {
  color: #222;
}

.works-cont {
  flex-direction: column;
  align-items: center;
  max-width: 1170px;
  margin-bottom: 100px;
  display: flex;
  position: relative;
}

.works-cont.home-2 {
  margin-bottom: 60px;
}

.sidescroll-collection {
  justify-content: center;
  width: auto;
  height: 350px;
  margin-top: 50px;
  display: flex;
  position: relative;
  overflow: visible;
}

.collection-item-5 {
  outline-offset: 0px;
  outline: 1px solid #eee;
  width: 460px;
  margin-right: 30px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  box-shadow: 0 0 20px 30px #00000014;
}

.div-block-35 {
  position: static;
}

.collection-list-6 {
  width: 500vw;
  padding-left: 10px;
  padding-right: 10px;
}

.blog-heading-bold {
  color: var(--black-2);
  letter-spacing: .2px;
  margin-top: 10px;
  padding-bottom: 20px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em;
}

.blog-heading-bold:hover {
  opacity: .75;
}

.paragraph-4 {
  color: var(--dark-grey);
}

.text-block-21 {
  color: var(--dark-grey);
  padding-bottom: 40px;
  padding-left: 30px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.progression {
  background-color: var(--text);
  width: 500px;
  height: 3px;
}

.progression.active {
  background-color: var(--black-2);
  width: 1%;
}

.progression.active.home-3 {
  background-color: var(--slate-blue);
}

.collection-item-6 {
  outline-offset: 0px;
  border: 1px solid #eee;
  outline-style: none;
  outline-color: #eee;
  width: 45vw;
  height: 300px;
  box-shadow: 0 0 20px 10px #00000014;
}

.div-block-37 {
  width: 55%;
  padding: 40px 30px 35px;
  position: relative;
}

.collection-list-wrapper-2 {
  width: 100%;
  max-width: 80vw;
  overflow: hidden;
}

.contact-form-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 25px;
  display: grid;
}

.contacts-wrap {
  width: 100%;
  max-width: 1170px;
}

.contacts-block {
  border-style: solid none none;
  border-width: 3px 1px 1px;
  border-color: var(--lucky-red);
  background-color: var(--lucky-blue);
  background-image: linear-gradient(to bottom, var(--lucky-blue), var(--dark-slate-grey));
  min-width: 600px;
  margin-top: -75px;
  margin-left: 0;
  margin-right: 0;
  padding: 40px 60px 30px;
  overflow: visible;
}

.text-field {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--text);
  font-family: Futura book font, sans-serif;
  font-weight: 300;
}

.text-field:focus {
  border-style: solid;
  border-color: var(--white) var(--white) var(--black-2);
}

.text-field.height {
  height: 200px;
}

.text-field-2 {
  border-style: solid;
  border-width: 1px;
  border-color: transparent transparent var(--text);
  font-weight: 300;
}

.text-field-2:focus {
  border-style: solid;
  border-color: var(--white) var(--white) var(--black-2);
}

.text-field-3 {
  border-style: solid;
  border-width: 1px;
  border-color: transparent transparent var(--text);
  font-weight: 300;
}

.text-field-3:focus {
  border-color: var(--white) var(--white) var(--black-2);
}

.text-field-4 {
  border-style: solid;
  border-width: 1px;
  border-color: transparent transparent var(--text);
  font-weight: 300;
}

.text-field-4:focus {
  border-color: var(--white) var(--white) var(--black-2);
}

.textarea-2 {
  border-style: solid;
  border-width: 1px;
  border-color: transparent transparent var(--text);
  font-weight: 300;
}

.textarea-2:focus {
  border-style: solid;
  border-color: var(--white) var(--white) var(--black-2);
}

.form-2 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.central {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Cooper bt 11765";
}

.central.max-width {
  max-width: 780px;
  margin-bottom: 0;
}

.central._404 {
  color: var(--lucky-red);
  margin-bottom: 20px;
  font-family: Avenirltstd, sans-serif;
  font-size: 90px;
  line-height: 1em;
}

.success-message {
  background-color: var(--white);
  font-family: Futura book font, sans-serif;
}

.error-message {
  background-color: #fff;
}

.div-block-39 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 45%;
}

.latest-news-wrap {
  flex-direction: column;
  justify-content: center;
  max-width: 1170px;
  display: flex;
  position: sticky;
  top: 100px;
}

.div-block-41 {
  background-image: url('../images/609e1e8cbc9185278ca87abe_Qoute-Icon.svg');
  background-position: 50%;
  background-size: cover;
  width: 133px;
  height: 117px;
  position: absolute;
  bottom: 50%;
  left: 0%;
  right: auto;
}

.testimonials-name {
  width: 16%;
  padding-right: 40px;
}

.testimonial-text {
  position: relative;
}

.icon-3, .icon-4 {
  font-size: 30px;
  display: none;
}

.arrow-left-1, .arrow-right-2 {
  height: auto;
}

.top-banner.home-3 {
  background-image: url('../images/banner-5.jpg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin-bottom: 95px;
  display: flex;
}

.our-services.home-3 {
  color: #a7a7a7;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.our-services.heading-services.home-3 {
  letter-spacing: 2px;
  padding-bottom: 5px;
  font-size: 14px;
}

.our-latest-works.home-3 {
  margin-top: 90px;
  padding-left: 15px;
  padding-right: 15px;
}

.top-banner-wrap-home-3 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  padding-left: 25px;
  padding-right: 15px;
  display: flex;
}

.anow-agency {
  color: var(--white);
  text-transform: lowercase;
  font-weight: 600;
}

.anow-agency.bottom-marging {
  margin-bottom: 35px;
}

.home-3-heading-color {
  color: var(--slate-blue);
  letter-spacing: 2px;
  font-size: 14px;
}

.contacts-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

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

.our-services-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: 1fr;
  width: 100%;
  max-width: 1200px;
  height: 600px;
  padding-left: 15px;
  padding-right: 15px;
}

.service-card {
  flex-direction: column;
  justify-content: space-around;
  width: 100%;
  padding: 40px 35px 33px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.service-card.black, .service-card.purple {
  border: 1px solid var(--text);
  box-shadow: 1px 1px 20px #00000014;
}

.service-cars-heading {
  color: var(--black-2);
  letter-spacing: .2px;
  padding-top: 15px;
  padding-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.1em;
}

.service-card-paragraph {
  color: var(--black-2);
  margin-top: 12px;
  font-size: 15px;
  line-height: 1.6em;
}

.service-image-cont {
  justify-content: flex-end;
  display: flex;
}

.service-card-background {
  z-index: -1;
  border: 2px solid #000;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  position: absolute;
}

.service-card-background.purple, .service-card-background.black {
  border-style: none;
}

.servise-icon {
  width: 60px;
  height: 62px;
}

.text-icon {
  color: var(--black-2);
  text-align: center;
  font-family: "Fa solid 900", Arial, sans-serif;
  font-size: 40px;
  line-height: 62px;
}

.text-icon.purple {
  color: var(--slate-blue);
  font-family: "Fa 300", sans-serif;
  font-size: 50px;
}

.text-icon.black {
  font-family: "Fa 300", sans-serif;
  font-size: 50px;
}

.div-block-47 {
  justify-content: space-around;
  align-items: flex-start;
  margin: 55px 30px;
  display: flex;
}

.contact-icon-color {
  color: var(--slate-blue);
  font-family: "Fa 300", sans-serif;
  font-size: 50px;
  line-height: 45px;
}

.contacts-heading {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 600;
}

.contacts-heading.inner {
  margin-top: 10px;
  font-weight: 600;
}

.contacts-link {
  color: var(--silver);
  margin-bottom: 10px;
  text-decoration: none;
  transition: color .3s;
  display: block;
}

.contacts-link:hover {
  color: #fd8558;
}

.contacts {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.icon-cont {
  margin-right: 35px;
}

.portfolios-wrap {
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: auto;
  display: block;
  overflow: auto;
}

.portfolios-wrap.fernweh {
  display: block;
}

.portfolios-wrap.gallery {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

.portfolios-wrap.gallery.lightbox {
  margin-top: 100px;
}

.content-wrap {
  height: 300vw;
}

.camera {
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 40px;
  display: flex;
  position: sticky;
  top: 60px;
  overflow: hidden;
}

.collection-list-wrapper-4 {
  flex-direction: row;
  width: 150vw;
  display: flex;
}

.current-portfolio-link {
  box-shadow: 14px 14px 20px 1px var(--text);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 30vw;
  height: 30vw;
  padding: 15px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.collection-item-8 {
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.collection-list-9 {
  justify-content: space-around;
  display: flex;
}

.white.central.light {
  z-index: 10;
  font-family: Avenirltstd, sans-serif;
  font-weight: 500;
  position: absolute;
}

.photo-cont {
  width: 50%;
}

.image-10 {
  width: 100%;
  min-width: 100%;
  height: 100%;
  max-height: 100%;
  position: relative;
  inset: auto;
}

.collection-list-10 {
  direction: ltr;
  column-count: 3;
  align-items: flex-start;
}

.collection-list-wrapper-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  max-width: none;
  display: block;
}

.collection-item-9 {
  direction: rtl;
  height: 100%;
  margin-bottom: 20px;
  margin-left: 5px;
  margin-right: 5px;
}

.dropdown-toggle-2 {
  color: var(--white);
  padding: 27px 0;
  font-family: Avenirltstd book, sans-serif;
  font-size: 18px;
}

.heading-14.capitalization {
  text-transform: capitalize;
  line-height: 1em;
}

.section-heading {
  color: var(--lucky-blue);
  width: 40vw;
  max-width: 510px;
  font-family: Avenirltstd, sans-serif;
  font-size: 40px;
}

.section-heading.left-alignment {
  color: var(--lucky-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Avenirltstd, sans-serif;
  font-weight: 900;
}

.section-heading.left-alignment.red {
  color: var(--lucky-red);
}

.image-11 {
  filter: grayscale();
  width: auto;
  height: auto;
}

.portfolio-item-wrap {
  position: relative;
}

.white-subheading {
  color: var(--white);
  margin-top: 10px;
  font-weight: 300;
}

.social-icon {
  color: var(--white);
  transition: opacity .5s;
}

.social-icon:hover {
  opacity: .65;
}

.empty-state {
  background-color: var(--white);
}

.heading-17 {
  margin-bottom: 0;
  font-size: 32px;
  line-height: 1.2em;
}

.portfolio-heading-section {
  background-color: var(--white-smoke);
  background-image: url('../images/Lucky-Penny---Doubled-Opera-House-01.jpg');
  background-position: 50%;
  background-size: auto;
  background-attachment: fixed;
  padding-top: 20px;
  padding-bottom: 31px;
}

.welcome {
  padding: 35px 15px 20px;
}

.portfolio-section {
  justify-content: center;
  margin-top: 80px;
  margin-bottom: 80px;
  display: flex;
}

.portfolio-section.padding-both-sides {
  flex-direction: column;
  width: 100%;
  margin-top: 0;
  padding-top: 50px;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
}

.navbar-home-2 {
  justify-content: space-between;
  padding-left: 100px;
  padding-right: 100px;
  font-family: Poppins;
  display: flex;
}

.navbar-home-2.home-2 {
  color: var(--black-2);
  cursor: none;
  background-color: #0000;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  transition: opacity .3s;
  display: flex;
}

.logo-home-2 {
  z-index: 2;
  color: var(--white);
  text-align: left;
  letter-spacing: 1.1px;
  text-transform: none;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: "Cooper bt 11765";
  font-size: 18px;
  font-weight: 800;
  line-height: 1em;
  text-decoration: none;
  transition: opacity .5s;
  display: flex;
}

.logo-home-2:hover {
  opacity: .7;
}

.nav-menu-home-2 {
  color: var(--white);
  text-align: left;
  letter-spacing: .2px;
  cursor: auto;
  background-color: #0000;
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 23px;
  font-family: Poppins;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.1px;
  display: flex;
  position: static;
}

.main-manu-home-2 {
  letter-spacing: .2px;
  text-transform: lowercase;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  inset: 0% auto auto 0%;
}

.main-manu-home-2.home-2 {
  color: var(--black-2);
  justify-content: flex-end;
}

.menu-home-2 {
  z-index: 1;
  letter-spacing: .2px;
  white-space: normal;
  cursor: pointer;
  flex: none;
  margin-left: 18px;
  margin-right: 18px;
  padding: 30px 0;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4px;
  position: relative;
}

.menu-home-2.w--open {
  position: static;
}

.menu-home-2.home-2 {
  color: var(--white);
  transition: opacity .3s;
}

.menu-home-2.home-2:hover {
  opacity: .75;
}

.navbar-transparent {
  background-color: #0000;
  width: 100%;
  position: fixed;
  top: 0;
}

.navbar-home-1 {
  background-color: var(--dark-slate-grey);
  justify-content: space-between;
  align-items: center;
  padding-left: 50px;
  padding-right: 50px;
  font-family: Poppins;
  display: flex;
}

.menu-purple {
  z-index: 1;
  letter-spacing: .2px;
  white-space: normal;
  cursor: pointer;
  flex: none;
  margin-left: 18px;
  margin-right: 18px;
  padding: 30px 0;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4px;
  position: relative;
}

.menu-purple.w--open {
  position: static;
}

.menu-purple.home-tab {
  color: var(--slate-blue);
  cursor: pointer;
  margin-left: 0;
  margin-right: 0;
  transition: opacity .3s;
}

.menu-purple.home-tab:hover {
  opacity: .65;
}

.absolute-position {
  z-index: 3;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%, 0 0;
  background-size: cover, auto;
  position: absolute;
  inset: 0% auto auto 0%;
}

.plus-wrap {
  z-index: 3;
  color: #f6f6f6;
  padding-bottom: 22px;
  padding-right: 27px;
  font-size: 30px;
  line-height: 28px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.plus-wrap:hover {
  color: var(--white);
}

.plus-wrap.lighter {
  font-weight: 300;
}

.none {
  display: none;
}

.page-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 900px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 15px;
  display: flex;
}

.right-info-container {
  padding-right: 50px;
}

.right-info-container.central {
  flex-direction: column;
  justify-content: center;
  margin-top: 40px;
  padding-right: 0;
  display: flex;
}

.left-info-container {
  padding-left: 25px;
}

.project-tagline {
  color: var(--lucky-red);
  text-align: left;
  letter-spacing: .2px;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Avenirltstd book, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.2em;
}

.collection-item-name {
  margin-top: 10px;
  margin-bottom: 45px;
}

.collection-item-name.heading-1-product {
  color: var(--lucky-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Cooper, sans-serif;
  font-size: 50px;
  font-weight: 400;
}

.different-social-media-container {
  justify-content: space-between;
  margin-top: 0;
  margin-bottom: 10px;
  display: flex;
}

.different-social-media-container.marging-25px {
  margin-top: 25px;
  margin-bottom: 25px;
}

.social-media-share-icon {
  text-decoration: none;
  transition: color .5s;
}

.social-media-share-icon:hover {
  color: #fd8558;
}

.social-media-share-icon.icon-fa {
  border: 1px solid var(--text);
  color: var(--black-2);
  text-align: center;
  border-radius: 50%;
  justify-content: center;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 16px;
  padding-right: 16px;
  font-family: "Fa brands 400", sans-serif;
  font-size: 15px;
  line-height: 45px;
}

.social-media-share-icon.icon-fa:hover {
  color: var(--lucky-red);
}

.paragraph-detiled-page {
  color: #999;
  letter-spacing: .2px;
  font-size: 15px;
  font-weight: 300;
  line-height: 24px;
}

.date {
  margin-bottom: 35px;
  display: none;
}

.launch-website-button-wrap {
  z-index: 3;
  display: none;
}

.animated-button-block-orange {
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.marging-bottom-30px {
  margin-bottom: 10px;
  display: flex;
}

.icon-fa {
  color: #fd8558;
  font-family: "Fa solid 900", Arial, sans-serif;
  font-size: 40px;
  line-height: 64px;
}

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

._100.padded {
  padding-top: 40px;
  padding-bottom: 40px;
}

.camera-service-page {
  flex-direction: column;
  align-items: center;
  width: 100vw;
  height: auto;
  padding-top: 40px;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.heading-wrap-services-page {
  width: 100%;
  max-width: 1200px;
  padding-left: 14px;
  padding-right: 14px;
  display: flex;
}

.content-wrap-copy {
  height: 300vw;
}

.our-feature-works-section-copy {
  flex-direction: column;
  justify-content: center;
  height: 100%;
  margin-top: 50px;
  margin-bottom: 100px;
  display: flex;
}

.link-block-2 {
  text-decoration: none;
}

.portfolio-blog-grid-hover-link-block {
  z-index: 3;
  background-color: #131c21b3;
  background-image: linear-gradient(to bottom, var(--lucky-red), var(--lucky-blue));
  font-family: Avenirltstd, sans-serif;
  position: absolute;
  inset: 0%;
}

.background-text-copy {
  color: #f7f7f7;
  text-align: left;
  margin-bottom: -10px;
  font-size: 136px;
  font-weight: 700;
  display: block;
}

.background-text-copy.line-hight {
  padding-left: 10px;
  font-family: Cooper, sans-serif;
  font-weight: 400;
  line-height: 1em;
}

.background-text-copy.line-hight.red {
  color: var(--lucky-red);
}

.blog-section {
  justify-content: center;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.classic-blog-cont {
  justify-content: center;
  align-items: center;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.classic-blog-collection-list {
  grid-column-gap: 30px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 960px;
  display: grid;
}

.classic-blog-collection-item {
  width: 300px;
  max-width: 360px;
}

.main-image-copy {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.blog-post-copy {
  width: 100%;
}

.classic-blogimage {
  object-fit: cover;
  object-position: 50% 50%;
  height: 250px;
  max-height: 250px;
}

.news-post-info-con-copy {
  background-color: var(--white);
  flex-direction: column;
  padding-top: 28px;
  display: flex;
}

.category-con-copy {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.category-con-copy.marging-15-px {
  margin-bottom: 15px;
}

.bold-paragraph-copy {
  color: #444;
  cursor: pointer;
  margin-top: 10px;
  padding-right: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 33px;
  text-decoration: none;
  transition: opacity .3s;
  display: inline-block;
}

.bold-paragraph-copy:hover {
  opacity: .75;
  color: #444;
}

.orange-text-copy {
  color: #fd8558;
  margin-bottom: 0;
  padding-right: 6px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4em;
  text-decoration: none;
}

.orange-text-copy.inline-button {
  color: var(--lucky-red);
  cursor: pointer;
  margin-top: 26px;
  font-family: Avenirltstd, sans-serif;
  transition: color .3s;
  display: inline-block;
}

.orange-text-copy.inline-button:hover {
  color: #ff5b69ad;
}

.clear-link-block {
  cursor: pointer;
  text-decoration: none;
}

.collection-list-17 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 970px;
  display: grid;
}

.collection-item-16 {
  display: block;
}

.blog-lightbox-image-wrap {
  line-height: 13px;
}

.opacity-blog-wrap {
  z-index: 2;
  color: #0000;
  text-align: center;
  background-color: #0000;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  font-size: 30px;
  font-weight: 400;
  line-height: 100%;
  transition: color .3s, background-color .3s;
  display: flex;
  position: relative;
}

.padding-22-28-blog {
  z-index: 3;
  text-align: left;
  padding: 22px 28px;
  position: absolute;
  inset: 0% 0% auto;
}

.lightbox-cont-grid-blog-item {
  z-index: 3;
  width: 5%;
  height: 5%;
  margin-bottom: 10%;
  margin-right: 10%;
  text-decoration: none;
  position: absolute;
  inset: auto 0% 0% auto;
}

.grid-blog-image {
  object-fit: cover;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 294px;
  max-width: none;
  height: 294px;
  position: relative;
}

.grid-blog-author {
  z-index: 3;
  color: #f6f6f6;
  padding-bottom: 18px;
  padding-left: 28px;
  font-size: 13px;
  font-weight: 600;
  line-height: 13px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.grid-blog-item-name {
  color: #f6f6f6;
  margin-top: 10px;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
}

.grid-blog-item-name.lighter {
  font-weight: 400;
}

.grid-blog-item-category {
  color: #f6f6f6;
  font-size: 13px;
  line-height: 18px;
}

.grid-blog-item-category.lighter {
  font-weight: 300;
}

.blog-detailed-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 900px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.blog-detailed-section.horizontal {
  margin-bottom: 60px;
}

.blod-page-cont {
  flex-direction: column;
  width: 100%;
  max-width: 1170px;
  padding-bottom: 25px;
  display: flex;
}

.blod-page-cont.bg-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  height: 750px;
  margin-bottom: 35px;
  margin-left: 30px;
  margin-right: 30px;
}

.blod-page-cont.none {
  display: none;
}

.flex-box-horizontal {
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  font-family: Avenirltstd book, sans-serif;
  transition: opacity .35s;
  display: flex;
}

._24-px-700---bold {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.8em;
}

._24-px-700---bold.marging-20px {
  margin-top: 20px;
  margin-bottom: 20px;
}

.icon-fa-portfolio {
  color: #fd8558;
  text-align: center;
  font-family: "Fa solid 900", Arial, sans-serif;
  font-size: 40px;
  line-height: 64px;
}

._24-px-700---bold-central {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.8em;
}

.quote-in-blog {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 10px 15px;
}

.div-block-74 {
  display: inline-block;
}

.grid-9 {
  grid-column-gap: 41px;
  grid-row-gap: 16px;
  flex-direction: column-reverse;
  grid-template-rows: auto;
  grid-template-columns: 450px 450px;
  grid-auto-columns: 1fr;
  max-width: 1170px;
  display: grid;
}

.div-block-78 {
  max-width: 550px;
}

.grid-10 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: 550px 275px;
  grid-template-columns: .5fr .5fr;
}

.div-block-79 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px #000;
  flex-direction: column;
  align-items: flex-start;
  max-height: none;
  display: flex;
}

.div-block-35-copy {
  position: static;
}

.collection-list-wrapper-4-copy {
  flex-direction: row;
  width: 250vw;
  display: flex;
}

.sizing-animated-object {
  background-color: var(--black-2);
  width: 0;
  height: 2px;
}

.product-contentent-wrap {
  padding-top: 0;
  padding-bottom: 50px;
  position: static;
  top: 0;
}

.dropdown-home-page-2 {
  width: auto;
  margin-left: 8px;
  margin-right: 8px;
}

.menu-homepage-2 {
  z-index: 1;
  letter-spacing: .2px;
  white-space: normal;
  cursor: pointer;
  flex: none;
  margin-left: 18px;
  margin-right: 18px;
  padding: 30px 0;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4px;
  position: relative;
}

.menu-homepage-2.w--open {
  position: static;
}

.menu-homepage-2.home-tab-2 {
  cursor: pointer;
  margin-left: 0;
  margin-right: 0;
  transition: opacity .3s;
}

.menu-homepage-2.home-tab-2:hover {
  opacity: .65;
}

.dropdown-link-pomepage-2 {
  color: #000;
  width: auto;
  min-width: 30px;
  padding: 8px 35px;
  font-weight: 600;
  line-height: 16.5px;
  transition: opacity .35s;
  position: relative;
  left: 0;
  right: 0;
}

.dropdown-link-pomepage-2:hover {
  opacity: .75;
}

.dropdown-link-pomepage-2.home-link {
  color: var(--black-2);
  text-align: left;
  min-width: 30px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 5px;
  padding-right: 5px;
  transition: color .2s;
  left: 0;
  right: 0;
}

.dropdown-link-pomepage-2.home-link:hover {
  opacity: .75;
}

.product-lightbox-link {
  min-width: auto;
  min-height: 100%;
}

.dropdown-link-pomepage-3 {
  color: #000;
  width: auto;
  min-width: 30px;
  margin: 0 0 5px;
  padding: 8px 35px;
  font-weight: 600;
  line-height: 16.5px;
  position: relative;
  left: 0;
  right: 0;
}

.dropdown-link-pomepage-3.home-link {
  color: var(--black-2);
  min-width: 30px;
  padding-left: 5px;
  padding-right: 5px;
  transition: color .2s;
  left: 0;
  right: 0;
}

.dropdown-link-pomepage-3.home-link:hover {
  color: var(--slate-blue);
}

.dropdown-link-pomepage-3.home-link.w--current {
  margin-bottom: 0;
}

.main-image-detailed {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.bold-paragraph-detailed {
  color: #444;
  cursor: pointer;
  margin-top: 10px;
  margin-bottom: 20px;
  padding-right: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 33px;
  text-decoration: none;
  transition: opacity .3s;
  display: inline-block;
}

.bold-paragraph-detailed:hover {
  opacity: .75;
  color: #444;
}

.blog-detailed-heading-1 {
  margin-bottom: 0;
  font-family: Avenirltstd, sans-serif;
  font-size: 40px;
  font-weight: 600;
}

.collection-list-18 {
  display: flex;
}

.background-text-right-servicce {
  z-index: -1;
  color: #f7f7f7;
  text-align: right;
  width: 100%;
  margin-bottom: 40px;
  padding-top: 10px;
  font-family: Cooper, sans-serif;
  font-size: 136px;
  font-weight: 400;
}

.collection-list-20 {
  text-align: center;
}

.device-width-black {
  text-align: center;
  border-left-width: 1px;
  border-left-color: #000;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 18px;
  font-weight: 600;
  display: block;
}

.device-width-black.name {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 15px;
  font-weight: 600;
}

.device-width-black.name.mobile {
  color: var(--black-2);
  font-family: Avenirltstd book, sans-serif;
  font-weight: 400;
}

.news-category-grey {
  color: var(--dark-grey);
  font-size: 14px;
  font-weight: 600;
  transition: opacity .35s;
}

.news-category-grey:hover {
  color: var(--black-2);
}

.news-category-news {
  color: var(--dark-grey);
  font-size: 14px;
  font-weight: 600;
}

.news-category-news:hover {
  color: var(--slate-blue);
}

.image-cover {
  object-fit: cover;
}

.metro-portfolio-section {
  width: 100%;
}

.footer-content-block {
  flex-direction: column;
  margin-bottom: 30px;
  display: flex;
}

.footer-grid-block {
  grid-column-gap: 90px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 2.25fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1140px;
  display: grid;
}

.footer-link {
  color: var(--silver);
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 10px;
  font-family: Futura book font, sans-serif;
  font-size: 18px;
  text-decoration: none;
  transition: color .35s;
}

.footer-link:hover {
  color: var(--white-smoke);
}

.footer-heading {
  color: var(--lucky-red);
  margin-bottom: 10px;
  font-family: Avenirltstd, sans-serif;
  font-size: 24px;
  font-weight: 600;
}

.footer-copyright {
  color: var(--white);
  font-size: 9px;
  font-weight: 500;
  text-decoration: none;
}

.footer-copyright:hover {
  opacity: .75;
}

.footer-contacts-info-block {
  flex-wrap: wrap;
  display: flex;
}

.footer-link-text {
  color: #fff9;
  letter-spacing: normal;
  margin-top: 10px;
  margin-bottom: 0;
  padding-right: 10px;
  font-family: Futura book font, sans-serif;
  font-size: 15px;
  line-height: 1.5;
  text-decoration: none;
}

.footer-link-text:hover {
  color: #fff;
}

.flexbox {
  display: flex;
}

.heading {
  justify-content: flex-start;
  width: 70%;
  font-size: 32px;
  display: flex;
}

.testimonial-image {
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin-right: 20px;
}

.servises-cont-vertical {
  max-width: 1200px;
  height: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.servises-cont-vertical.heading {
  flex-direction: column;
  margin-bottom: 40px;
  line-height: 1.2px;
}

.section {
  padding-top: 130px;
  padding-bottom: 130px;
}

.content-wrap-404 {
  justify-content: center;
  width: 100%;
  display: flex;
}

.image-12 {
  object-fit: cover;
  height: 100%;
}

.central-alignment-marging-bottom {
  text-align: center;
  margin-bottom: 30px;
}

.social-media-container-404-page {
  white-space: normal;
  flex-wrap: nowrap;
  flex: 0 auto;
  justify-content: center;
  width: auto;
  font-family: "Fa brands 400", sans-serif;
  font-weight: 400;
  line-height: 20px;
  display: flex;
}

.section-404 {
  flex-direction: column;
  justify-content: space-between;
  height: 100vh;
  padding: 25px 15px;
  display: flex;
}

.social-media-link-404 {
  color: var(--white);
  margin: 20px;
  font-size: 22px;
  text-decoration: none;
}

.black-typography-link-block {
  color: var(--black-2);
  cursor: pointer;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.menu-other-pages {
  z-index: 1;
  letter-spacing: .2px;
  white-space: normal;
  cursor: pointer;
  flex: none;
  min-width: 95px;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4px;
  position: relative;
}

.menu-other-pages.w--open {
  position: static;
}

.dropdown-home-architecture {
  width: auto;
  margin-left: 0;
  margin-right: 0;
}

.central-wrapper {
  text-align: center;
  margin-bottom: 30px;
  padding-top: 30px;
}

.content-404 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.text-message {
  color: var(--dark-grey);
  text-align: center;
  font-family: Futura book font, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.other-pages-drondown-name-home-2 {
  z-index: 2;
  min-width: 95px;
  line-height: 1.1em;
  transition: opacity .3s;
}

.other-pages-drondown-name-home-2:hover {
  opacity: .65;
}

.dropdown-toggle-normal-height {
  padding: 0;
}

.dropdown-list-home-page-agency {
  text-transform: lowercase;
  background-color: #fff;
  border: 1px solid #0000002e;
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
  top: 60px;
  left: 0;
}

.dropdown-list-home-page-agency:hover {
  background-color: #fff;
}

.dropdown-list-home-page-agency.w--open {
  object-fit: fill;
  width: 150px;
  max-width: none;
  padding: 15px 20px;
  display: inline-block;
  position: absolute;
}

.dropdown-list-other-pages-agency {
  border: 1px solid #0000002e;
  width: 200px;
  padding: 15px 20px;
  top: 60px;
  left: 0;
}

.dropdown-list-other-pages-agency.w--open {
  background-color: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
  display: inline-block;
  position: absolute;
  top: 60px;
  left: 0;
}

.lock-image {
  width: 100px;
  height: auto;
}

.password-container {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.password-form {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.error-message-2 {
  background-color: var(--white);
  border: 1px solid #fd8558;
}

.input-password {
  background-color: var(--white);
  border: 1px solid #eee;
  width: 320px;
  height: 58px;
  margin-bottom: 30px;
  padding: 10px 23px;
  font-family: Futura book font, sans-serif;
}

.input-password:active {
  border-style: solid;
}

.input-password:focus, .input-password:focus-visible, .input-password[data-wf-focus-visible] {
  border: 1px solid #eee;
}

.input-container {
  margin-top: 20px;
}

.text-span-4, .heading-18, .heading-19, .heading-20, .heading-21, .heading-22, .heading-23 {
  font-family: Avenirltstd, sans-serif;
}

.text-block-23 {
  color: var(--white);
  letter-spacing: 8px;
  font-family: Avenirltstd, sans-serif;
  font-size: 26px;
  font-weight: 900;
}

.text-block-23.smaller {
  letter-spacing: 6px;
  font-family: Avenirltstd book, sans-serif;
  font-size: 16px;
}

.text-block-23.medium {
  margin-top: 10px;
}

.text-block-23.opera {
  margin-bottom: -8px;
}

.image-14 {
  width: 700px;
  height: auto;
}

.text-span-5, .text-span-6, .text-span-7 {
  color: var(--lucky-red);
}

.image {
  width: 100px;
  max-width: none;
  height: auto;
}

.image.bottom-logo {
  width: 200px;
}

.search-form {
  margin-bottom: 0;
  display: flex;
}

.search-modal-dismiss {
  cursor: pointer;
  width: auto;
  max-width: none;
  height: auto;
  transition: opacity .2s;
  position: absolute;
  top: 28px;
  right: 28px;
}

.search-modal-dismiss:hover {
  opacity: .5;
}

.button-2 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #0ea7ff;
  border: 2px solid #0ea7ff;
  border-radius: 200px;
  padding: 12px 35px;
  font-weight: 700;
  transition: color .2s, background-color .2s;
}

.button-2:hover {
  color: #0ea7ff;
  background-color: #0000;
}

.button-2.bg-white {
  color: #0ea7ff;
  border-color: #fff;
}

.button-2.bg-white:hover {
  color: #fff;
}

.button-2.bg-white.beside-input {
  border-width: 1px;
  border-color: var(--lucky-red);
  color: var(--lucky-red);
  background-color: #0000;
  margin-left: 28px;
  font-family: Avenirltstd, sans-serif;
}

.search-modal-container {
  z-index: 999999;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
}

.main-container {
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 28px;
  padding-right: 28px;
}

.search-body {
  z-index: 2;
  background-color: var(--dark-slate-grey);
  padding-top: 56px;
  padding-bottom: 56px;
  display: block;
  position: relative;
}

.form-input {
  border: 1px solid #13131326;
  border-radius: 200px;
  min-height: 56px;
  margin-bottom: 0;
  padding: 14px 28px;
  font-size: 18px;
  line-height: 28px;
  transition: border-color .2s;
}

.form-input:focus {
  border-color: #131313;
}

.form-input.naked {
  border-top-style: none;
  border-left-style: none;
  border-right-style: none;
  border-radius: 0;
  padding-left: 0;
}

.form-input.naked.bg-dark {
  color: #131313;
  background-color: #f5f5f5;
  border-bottom-color: #ffffff26;
  padding-left: 18px;
  font-family: Futura book font, sans-serif;
}

.form-input.naked.bg-dark:focus {
  border-bottom-color: #fff;
}

.search-modal-screen {
  background-color: #00000080;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
}

.div-block-81 {
  display: none;
}

.search-icon {
  cursor: pointer;
  width: 20px;
  max-width: none;
  height: 20px;
  margin-left: 10px;
  transition: opacity .2s;
}

.search-icon:hover {
  opacity: .5;
}

.search-icon.foot {
  margin-top: 10px;
  margin-left: 0;
}

.section {
  padding-top: 25px;
}

.land-acknlowledgement-section {
  background-color: var(--lucky-red);
  justify-content: center;
  align-items: center;
  width: 100vw;
  min-height: auto;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.land-container {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-family: Futura book font, sans-serif;
  display: flex;
}

.paragraph-6 {
  color: var(--white);
  font-family: Avenirltstd book, sans-serif;
  font-size: 24px;
  line-height: 1.2em;
}

.form-block-2 {
  width: 100%;
}

.form-block-2.foot {
  border-top: 1px solid var(--lucky-red);
  padding-top: 15px;
}

.subscribe {
  color: var(--white);
  margin-bottom: 15px;
  font-family: Avenirltstd, sans-serif;
  font-size: 32px;
  line-height: 28px;
}

.subscribe.dark {
  color: var(--lucky-blue);
}

.subscribe.foot {
  font-family: Cooper, sans-serif;
  font-weight: 400;
}

.submit-button {
  background-color: var(--lucky-red);
  font-family: Avenirltstd, sans-serif;
}

.image-16 {
  width: 100%;
  height: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  display: block;
}

.text-block-24 {
  padding-top: 20px;
  padding-bottom: 10px;
  padding-left: 10px;
  font-family: Avenirltstd, sans-serif;
  font-size: 36px;
  line-height: 40px;
}

.rich-text-block {
  border-bottom: 1px solid var(--lucky-red);
  margin-top: 15px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  font-family: Futura bt, sans-serif;
}

.empty-state-2 {
  background-color: #0000;
}

.image-18 {
  width: auto;
  height: auto;
}

.collection-list-21 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-25 {
  font-family: Avenirltstd, sans-serif;
}

.empty-state-3 {
  background-color: #0000;
}

.past-project-list {
  width: 100%;
}

.div-block-82 {
  width: 200px;
  height: 200px;
}

.div-block-83 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 300px;
  height: 300px;
}

.past-project {
  padding-top: 50px;
}

.heading-24 {
  margin-top: 0;
  font-family: Cooper, sans-serif;
  font-size: 36px;
  font-weight: 400;
}

.collection-item-19 {
  align-items: center;
  margin-top: 60px;
  margin-bottom: 60px;
  display: flex;
}

.project-info-div {
  border-style: none;
  border-width: 1px 1px 1px 4px;
  border-color: black black black var(--lucky-blue);
  width: 600px;
  padding-left: 25px;
}

.paragraph-7 {
  font-family: Avenirltstd book, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

.link-block-3 {
  color: var(--black-2);
  text-decoration: none;
}

.div-block-85 {
  background-image: url('../images/Lucky-Penny---Doubled-Opera-House-01.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  border-radius: 0;
  width: 100vw;
  height: 100px;
  margin-left: -15px;
}

.div-block-86 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  display: flex;
}

.div-block-87 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.upcoming-currently-on-collection {
  border: 1px none var(--lucky-red);
  background-color: #0000;
  justify-content: center;
  align-items: center;
  display: none;
}

.image-19 {
  width: 300px;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}

.collection-item-20 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-20 {
  width: 150px;
  max-width: none;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-20.top-homepage {
  margin-left: 0;
  margin-right: auto;
  display: block;
}

.container-901 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 50px;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.submit-button-2 {
  background-color: var(--lucky-red);
}

.empty-state-4 {
  border: 1px solid var(--silver);
  background-color: #ddd0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 900px;
  padding: 30px;
  display: flex;
}

.form-block-3 {
  width: 500px;
}

.text-block-26 {
  text-align: center;
  margin-bottom: 25px;
  font-family: Futura book font, sans-serif;
  font-size: 22px;
  line-height: 26px;
}

.image-21 {
  width: 100px;
  height: auto;
  margin-bottom: 15px;
}

.empty-state-5 {
  background-color: #0000;
}

.team-div {
  align-items: flex-start;
  margin-top: 25px;
  margin-bottom: 50px;
  display: flex;
}

.about-team-div {
  width: 66.66%;
  height: auto;
  padding-left: 25px;
}

.text-block-27 {
  font-family: Cooper, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 1em;
}

.text-block-28 {
  color: var(--lucky-blue);
  margin-top: 10px;
  font-family: Avenirltstd book, sans-serif;
  font-size: 16px;
  line-height: 1em;
}

.image-22 {
  width: 80px;
  height: auto;
  margin-top: 10px;
  margin-bottom: 0;
}

.rich-text-block-3 {
  font-family: Avenirltstd, sans-serif;
  font-size: 16px;
  line-height: 1em;
}

.link-6 {
  color: var(--white);
  margin-bottom: 5px;
  font-family: Futura book font, sans-serif;
  font-size: 14px;
  line-height: 1em;
  text-decoration: underline;
}

.link-6.team {
  color: var(--black-2);
  font-size: 18px;
}

.div-block-88 {
  z-index: 1;
  background-image: linear-gradient(to bottom, var(--lucky-blue), var(--lucky-red));
  opacity: .82;
  padding-left: 15px;
  padding-right: 15px;
  position: absolute;
  inset: 0%;
}

.image-23 {
  width: 80px;
  height: auto;
}

.rich-text-block-4 {
  text-align: center;
  margin-top: 15px;
  font-family: Avenirltstd, sans-serif;
}

.board-of-directors-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-7 {
  border: 1px solid var(--white);
  color: var(--white);
  margin-top: 10px;
  padding: 7px 10px 6px;
  font-family: Avenirltstd, sans-serif;
  font-size: 12px;
  line-height: 14px;
  text-decoration: none;
  transition: all .2s;
}

.link-7:hover {
  margin-top: 5px;
}

.text-field-5 {
  font-family: Futura book font, sans-serif;
}

.image-24 {
  width: 100px;
  max-width: none;
  height: auto;
}

.text-block-29 {
  text-align: center;
  margin-bottom: 15px;
  font-family: Futura book font, sans-serif;
  font-size: 22px;
  line-height: 26px;
}

.image-25 {
  width: 125px;
  max-width: none;
  height: auto;
}

.div-block-89 {
  color: var(--lucky-red);
  font-family: Futura book font, sans-serif;
}

.html-embed {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 500px;
  min-width: 500px;
  max-width: 100%;
  font-family: Futura book font, sans-serif;
  display: flex;
}

.donor-section {
  min-height: 500px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.paragraph-8 {
  color: var(--black-2);
  text-align: center;
  margin-bottom: 50px;
  font-family: Futura book font, sans-serif;
  font-size: 25px;
  line-height: 1.2em;
}

.div-block-90 {
  width: 500px;
  min-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.container-902 {
  margin-left: auto;
  margin-right: auto;
}

.section-405 {
  background-color: var(--dark-slate-grey);
  padding-top: 50px;
  padding-bottom: 50px;
}

.image-27 {
  max-width: none;
  height: auto;
}

.text-block-30 {
  color: var(--white);
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Avenirltstd, sans-serif;
  font-size: 18px;
  font-weight: 900;
}

.text-block-30.foot {
  padding-top: 10px;
  padding-bottom: 10px;
}

.button-3 {
  background-color: var(--lucky-red);
  padding-top: 7px;
  padding-bottom: 7px;
  font-family: Avenirltstd, sans-serif;
  font-size: 12px;
}

.button-4 {
  background-color: var(--lucky-blue);
  cursor: pointer;
  font-family: Avenirltstd, sans-serif;
  transition: all .2s;
}

.button-4:hover {
  border: 2px solid var(--lucky-blue);
  color: var(--lucky-blue);
  background-color: #0000;
  border-radius: 0;
}

.image-28 {
  width: 150px;
  height: auto;
}

.page-banner {
  background-image: url('../images/Lucky-Penny---Doubled-Opera-House-01.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 250px;
  display: flex;
}

.page-banner.upcoming {
  background-color: var(--lucky-blue);
  background-image: none;
  min-height: 150px;
}

.image-29 {
  width: 500px;
  max-width: none;
  height: auto;
}

.image-30 {
  width: 200px;
  max-width: none;
  height: auto;
}

.image-31 {
  height: auto;
}

.contact-blue {
  color: var(--lucky-blue);
}

.link-block-5 {
  width: 100%;
  height: 250px;
  position: relative;
}

.collection-item-21 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.search-button {
  background-color: var(--lucky-red);
}

.search-result-item {
  font-family: Futura book font, sans-serif;
}

.search-link {
  font-size: 20px;
}

.link-block-6 {
  color: var(--white);
  letter-spacing: 10px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-bottom: 25px;
  font-size: 12px;
  line-height: 1.2px;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.image-32 {
  width: 25px;
  max-width: none;
  height: 25px;
}

.text-block-32 {
  margin-left: 5px;
  margin-right: 5px;
  font-family: Cooper, sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
}

.text-block-33 {
  font-family: Futura book font, sans-serif;
}

.success-message-2 {
  height: 100%;
}

.text-block-34 {
  font-family: Futura book font, sans-serif;
}

.heading-26 {
  color: var(--lucky-blue);
}

.image-3 {
  width: 900px;
  display: none;
}

.image-3.gallery {
  z-index: 5000;
  width: 400px;
  display: block;
  position: absolute;
}

.button-5 {
  opacity: .7;
  color: #d4f6f9;
  letter-spacing: 4px;
  text-indent: 4px;
  text-transform: uppercase;
  text-shadow: 0 0 4px #d4f6f978;
  background-color: #0000;
  border: 1px solid #d4f6f9;
  border-radius: 0;
  margin-bottom: 40px;
  padding: 10px 42px;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  font-weight: 600;
  transition: opacity .5s, transform .5s, box-shadow .5s;
  display: none;
  box-shadow: 0 0 6px #d4f6f945, inset 0 0 7px #d4f6f9e0;
}

.button-5:hover {
  opacity: .88;
  transform: scale(1.08);
  box-shadow: 0 0 10px #d4f6f93d, inset 0 0 17px #d4f6f9e3;
}

.inline-link {
  color: #fff;
  letter-spacing: 8px;
  text-shadow: none;
  font-family: Avenirltstd, sans-serif;
  font-size: 2vw;
  font-weight: 900;
  line-height: 1em;
  text-decoration: none;
}

.inline-link:hover {
  text-shadow: 0 0 3px #d4f6f957, 0 0 4px #d4f6f9;
}

.text-block-35 {
  z-index: 10000;
  color: #fff;
  margin-top: -24px;
  margin-left: -211px;
  padding-bottom: 0;
  font-size: 2em;
  line-height: 1%;
  position: absolute;
  top: 27%;
  left: 54%;
}

.text-block-35._4 {
  transform-style: preserve-3d;
  inset: 79% 0% 0% 49%;
  transform: translate3d(0, 0, -25px);
}

.text-block-35._4.gallery {
  left: 20%;
}

.text-block-35._3 {
  transform-style: preserve-3d;
  display: block;
  position: absolute;
  inset: 64% 0% 0% -22%;
  transform: translate3d(0, 0, 25px);
}

.text-block-35._2 {
  transform-style: preserve-3d;
  margin-top: 0;
  margin-left: 0;
  display: block;
  inset: 45% 0% 0% 41%;
  transform: translate3d(0, 0, 50px);
}

.description-text {
  z-index: 1000;
  opacity: 1;
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  transform-style: preserve-3d;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  margin: auto;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  display: flex;
  position: absolute;
  inset: auto;
  transform: translate3d(0, 0, -100px);
}

.text-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 200px;
  display: flex;
  position: relative;
}

.image-33 {
  z-index: 25;
  opacity: 1;
  width: 8%;
  max-width: none;
  height: auto;
  position: absolute;
  top: 9%;
  left: 40%;
}

.image-33.eye {
  z-index: 100;
  width: 7%;
  height: auto;
  top: 58%;
  left: 34%;
}

.image-33.eye.upcoming.gallery {
  width: 10%;
  display: block;
}

.image-33.eye.upcoming.gallery.blue {
  left: 25%;
}

.image-33.upcoming {
  display: none;
}

.image-33.upcoming.gallery {
  width: 12%;
  display: block;
  left: 36%;
}

.section-406 {
  padding: 50px;
}

.section-406.full-height {
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.section-406.full-height.dark {
  perspective: 1200px;
  color: #fff;
  background-color: #0000;
  background-image: radial-gradient(circle, #2e5b69, #07212a);
  transition: opacity .2s;
  overflow: hidden;
}

.section-406.full-height.dark.upcoming {
  background-image: radial-gradient(circle, #ffc381, #e7a00d);
  min-height: 50vh;
  padding-top: 0;
}

.section-406.full-height.dark.upcoming.gallery {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--lucky-blue), var(--dark-slate-grey));
}

.section-406.full-height.dark.upcoming.gallery._2 {
  min-height: 70vh;
}

.control-3d {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.control-3d.upcoming {
  justify-content: center;
  align-items: center;
}

.lottie-wrap {
  opacity: 1;
  transform-style: preserve-3d;
  width: 120vw;
  height: 110vh;
  margin-top: -20vh;
  margin-bottom: -14vh;
  margin-left: -20vw;
  position: absolute;
  inset: 0%;
  transform: translate3d(0, 0, -150px);
}

.lottie-wrap.mid {
  transform-style: preserve-3d;
  margin-top: -50vh;
  margin-bottom: 0;
  transform: rotateX(0)rotateY(180deg)rotateZ(0)translate3d(0, 0, -50px);
}

.lottie-wrap.near {
  filter: blur(2px);
  transform-style: preserve-3d;
  transform: translate3d(0, 0, 350px);
}

.image-2 {
  z-index: 50;
  width: 45%;
  max-width: none;
  height: auto;
  display: block;
  position: absolute;
}

.lottie {
  opacity: .07;
  width: 100%;
  height: 100%;
}

.contact-newsletter {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.contact-section {
  background-image: linear-gradient(to bottom, var(--white) 26%, #f0f6ff);
  padding: 80px 80px 100px;
}

.image-34 {
  width: 200px;
  height: auto;
  margin-top: -145px;
}

.video {
  margin-top: 20px;
  margin-bottom: 20px;
}

.land-section {
  padding-top: 50px;
  padding-bottom: 80px;
}

.animated-button-background-block-2 {
  background-color: #ff5b69;
  width: 100%;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  display: inline-block;
  position: absolute;
}

.button-6 {
  z-index: 1;
  cursor: pointer;
  mix-blend-mode: normal;
  background-color: #ff5b69;
  border: 1px solid #ff5b69;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 11px 35px;
  font-family: Poppins;
  font-weight: 700;
  line-height: 2em;
  display: inline-block;
  position: relative;
  box-shadow: 0 10px 10px #e9e9e9;
}

.button-6.button-light {
  z-index: 1;
  color: #fff;
  background-color: #fd855800;
  border: 2px solid #ff5b69;
  min-width: 150px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 35px;
  padding-right: 35px;
  font-family: Avenirltstd, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 30px;
  position: relative;
  box-shadow: 0 10px 10px #e9e9e9;
}

.button-6.button-light:hover {
  color: #ff5b69;
  border-color: #ff5b69;
}

.preloader {
  z-index: 1000;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0;
}

.loading-icon {
  color: #000;
  background-color: #fff;
  border: 0 #000;
  width: 100px;
  height: auto;
  position: relative;
}

.loading-text {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 12px;
  font-family: Avenirltstd, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
}

.link-block-7 {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.quote-div {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.left-div {
  background-image: url('../images/Opengraph.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
  height: 600px;
}

.left-div.homepage {
  background-image: url('../images/JKulak---Lucky-Penny---Poster01.jpg'), linear-gradient(#2e5161, #2e5161);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: contain, auto;
  background-attachment: scroll, scroll;
  min-height: 600px;
  max-height: 800px;
}

.right-div {
  width: 50%;
  height: 600px;
}

.right-div.homepage {
  height: 600px;
  min-height: 600px;
  max-height: 800px;
}

.text-span-8 {
  color: var(--lucky-red);
}

.collection-item-22 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: auto;
  min-width: 25vw;
  min-height: 350px;
  margin: 10px 5px 10px 0;
  position: relative;
}

.gradient-div {
  background-image: linear-gradient(#ff5b69b5, #2e5b69);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.past-projects-div {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  display: block;
}

.collection-list-22 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.link-block-8 {
  position: absolute;
}

.link-block-9 {
  cursor: pointer;
}

.columns-2 {
  align-items: center;
  margin-top: 25px;
  display: flex;
}

.column {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.operas-div {
  margin-top: 100px;
  margin-bottom: 100px;
  padding-left: 50px;
  padding-right: 50px;
}

.heading-27 {
  text-align: center;
  font-family: Cooper, sans-serif;
  font-weight: 400;
}

.opera-gallery {
  max-width: 1280px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

.gallery-opera-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  height: auto;
  min-height: 300px;
}

.collection-item-23 {
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 50px;
  padding: 0 25px;
  display: flex;
}

.text-block-36 {
  text-align: center;
  margin-top: 0;
  font-family: Cooper, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.5em;
}

.link-block-10 {
  width: 100%;
  height: 100%;
}

.text-block-37 {
  color: var(--lucky-blue);
  text-align: center;
  margin-top: 25px;
  font-family: Avenirltstd book, sans-serif;
  font-size: 18px;
  font-weight: 900;
}

.red-line {
  background-color: var(--lucky-red);
  width: 60px;
  height: 2px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.slider-3 {
  min-height: 600px;
}

.h2 {
  text-align: center;
  margin-bottom: 25px;
  font-family: Avenirltstd, sans-serif;
  font-size: 60px;
  line-height: 1em;
}

.rich-text-block-5 {
  font-family: Avenirltstd, sans-serif;
}

.donation {
  background-image: linear-gradient(to bottom, var(--lucky-blue), var(--lucky-blue));
  padding-top: 50px;
  padding-bottom: 50px;
}

.support-logos {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.gallery-section {
  padding-top: 0;
  padding-bottom: 80px;
}

.opera-title {
  text-align: center;
  font-family: Cooper, sans-serif;
  font-weight: 400;
}

.text-block-38 {
  text-align: center;
  margin-top: 10px;
  font-family: Avenirltstd book, sans-serif;
  font-size: 40px;
  line-height: 1.5em;
}

.text-block-39 {
  text-align: center;
  font-family: Avenirltstd book, sans-serif;
}

.video-2 {
  width: 100%;
  margin-top: 50px;
  margin-bottom: 0;
}

.container-903 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-40 {
  color: var(--white);
  font-family: Avenirltstd book, sans-serif;
}

.rich-text-block-6 {
  text-align: center;
}

.text-block-41 {
  margin-top: 50px;
  font-family: Cooper, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 1em;
}

.divider-image {
  width: 150px;
}

.heading-28 {
  color: var(--white-smoke);
  font-family: "Cooper bt 11765";
  font-size: 50px;
}

.rich-text-block-7 {
  margin-bottom: 30px;
}

.rich-text-block-8 {
  margin-top: 20px;
}

.text-block-42 {
  color: var(--lucky-red);
  font-family: Futura book font, sans-serif;
  font-size: 18px;
}

.text-block-43 {
  color: var(--lucky-blue);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Futura book font, sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 30px;
}

.collection-item-27 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-91 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  min-height: 400px;
}

.left-project-column {
  padding-left: 0;
  padding-right: 0;
}

.right-project-column {
  padding-top: 0;
  padding-right: 0;
}

.collection-list-wrapper-8 {
  margin-bottom: 25px;
}

.lightbox-link-2 {
  justify-content: center;
  align-items: center;
  padding: 5px;
  display: flex;
}

.project-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  min-height: 400px;
}

.project-main-info-div {
  border-top: 1px solid var(--lucky-red);
  width: 100%;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
}

.top-project-column {
  justify-content: center;
  align-items: center;
  display: flex;
}

.collection-list-23 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: block;
}

.text-block-44 {
  color: var(--black-2);
  font-family: Futura book font, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

.div-block-92 {
  background-color: var(--lucky-red);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 35px;
  margin-top: 15px;
  display: flex;
}

.text-block-45 {
  color: var(--white);
  font-family: Futura book font, sans-serif;
}

.heading-29 {
  text-align: center;
  font-family: Cooper, sans-serif;
}

.total-div-post {
  z-index: 2000;
  background-color: var(--lucky-blue);
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  position: absolute;
  inset: 0% 0% auto;
}

.text-block-46 {
  z-index: 2000;
  color: var(--white);
  text-align: center;
  font-family: Futura bt, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
  position: static;
  inset: 25px 0% auto;
}

.text-block-46.top {
  font-size: 22px;
}

.bold-text-7 {
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  text-decoration: none;
}

.text-span-9 {
  color: #883d3d;
}

.div-block-94 {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.bottom-div-post {
  z-index: 2000;
  background-color: var(--lucky-blue);
  color: #112630;
  padding-top: 25px;
  padding-bottom: 25px;
  position: absolute;
  inset: auto 0% 0%;
}

.bold-text-8 {
  font-size: 22px;
}

@media screen and (min-width: 1280px) {
  .animated-button-block.start-work.project.land {
    margin-top: 50px;
  }

  .menu.home-1.white.donate {
    padding: 18px 15px;
  }

  .dropdown-link {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .dropdown-list.w--open {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .dropdown {
    margin-left: 18px;
    margin-right: 18px;
  }

  .dropdown-list-other-pages.w--open, .dropdown-list-other-pages.home-page-1 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .about-us-heading.left.latest-works.padding {
    padding-bottom: 50px;
    padding-right: 25px;
  }

  .about-us-text-content-container {
    justify-content: center;
  }

  .qoute-and-image-block {
    justify-content: space-between;
  }

  .background-text {
    font-size: 150px;
  }

  .background-text.right-alignment {
    z-index: -1;
    margin-top: -10px;
    margin-bottom: -13px;
    margin-right: 10px;
    font-size: 150px;
    position: relative;
  }

  .typography-content, .typography-content.percents {
    width: 32%;
  }

  .colored-heading {
    font-size: 14px;
  }

  .colored-heading.marging-top-5px {
    margin-top: 5px;
  }

  .our-team-members {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .category-info.tagline {
    font-size: 16px;
  }

  .main-info.collection {
    text-decoration: none;
  }

  .gradient {
    background-image: linear-gradient(319deg, var(--lucky-red), var(--lucky-blue));
    display: block;
  }

  .gradient.home-3.collecion {
    display: block;
  }

  .bold-paragraph.mobile-font-smaller:hover {
    color: var(--dim-grey);
    margin-top: 0;
    margin-bottom: 10px;
  }

  .pink-border {
    width: 320px;
    max-width: 100%;
    height: 320px;
    max-height: 100%;
    inset: -19% auto auto -12%;
  }

  .pink-planet-large {
    width: 60%;
    bottom: -60%;
    right: -15%;
  }

  .grey-border {
    height: 400px;
  }

  .experience-con-wrap {
    max-width: 1230px;
  }

  .experience-image-con {
    width: 460px;
    margin-left: 15px;
    margin-right: 15px;
    box-shadow: 8px 18px 40px #9999994d;
  }

  .number-heading {
    margin-bottom: 20px;
  }

  .image-text-span {
    background-position: 0 0;
    background-size: cover;
    margin-left: -5px;
    font-size: 195px;
  }

  .experience-paragraphs-wrap {
    padding-top: 0;
    padding-left: 100px;
  }

  .lastest-news {
    align-items: center;
  }

  .heading-11 {
    padding-right: 0;
  }

  .text-paragraph-home-2 {
    padding-right: 20px;
    font-size: 14px;
  }

  .bold-text-name {
    letter-spacing: .2px;
    line-height: 1.56em;
  }

  .bold-text-name.services {
    font-size: 18px;
  }

  .works-cont {
    display: flex;
  }

  .sidescroll-collection {
    width: auto;
  }

  .collection-item-5 {
    width: 43vw;
  }

  .collection-list-6 {
    width: 500vw;
  }

  .progression {
    height: 3px;
  }

  .progression.active {
    width: 0%;
  }

  .collection-list-wrapper-2 {
    max-width: 1170px;
  }

  .div-block-47 {
    align-items: flex-start;
    width: auto;
    display: flex;
  }

  .div-block-48 {
    flex-direction: column;
    display: flex;
  }

  .contact-icon-color {
    color: var(--slate-blue);
    margin-right: 35px;
    font-family: "Fa 300", sans-serif;
    font-size: 50px;
  }

  .contacts-heading {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
  }

  .contacts-heading.inner {
    margin-top: 10px;
  }

  .contacts-link {
    color: var(--silver);
    margin-bottom: 5px;
    text-decoration: none;
    transition: color .3s;
  }

  .contacts-link:hover {
    color: #fd8558;
  }

  .contacts {
    grid-column-gap: 60px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
    max-width: 1200px;
  }

  .portfolios-wrap.fernweh {
    display: block;
  }

  .collection-item-9 {
    margin-bottom: 50px;
    margin-left: 25px;
    margin-right: 25px;
  }

  .navbar-home-2.home-2 {
    color: #0000;
    padding-left: 100px;
    padding-right: 100px;
  }

  .menu-home-2 {
    margin-left: 18px;
    margin-right: 18px;
  }

  .menu-home-2.home-2:hover {
    opacity: .75;
  }

  .navbar-home-1 {
    padding-left: 100px;
    padding-right: 100px;
  }

  .menu-purple {
    margin-left: 18px;
    margin-right: 18px;
  }

  .menu-purple.home-tab {
    margin-left: 0;
    margin-right: 0;
  }

  .page-section {
    margin-top: 40px;
  }

  .right-info-container.central {
    align-items: flex-start;
    margin-top: 40px;
  }

  .project-tagline, .collection-item-name.heading-1-product, .paragraph-detiled-page {
    text-align: left;
  }

  .icon-fa {
    font-size: 54px;
  }

  .background-text-copy {
    font-size: 150px;
  }

  .classic-blog-collection-list {
    width: 1170px;
  }

  .classic-blog-collection-item {
    width: 100%;
    max-width: 370px;
  }

  .collection-list-17 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    max-width: 1140px;
  }

  .padding-22-28-blog {
    padding: 22px 28px;
  }

  .grid-blog-image {
    width: 347px;
    height: 347px;
  }

  .grid-blog-author {
    padding-bottom: 25px;
    padding-left: 28px;
  }

  .grid-blog-item-category {
    font-weight: 300;
  }

  .icon-fa-portfolio {
    font-size: 54px;
  }

  .grid-9 {
    grid-column-gap: 70px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 550px 550px;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .grid-10 {
    grid-template-rows: 550px 275px 550px 550px;
    max-width: 550px;
  }

  .div-block-79 {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 50%;
    background-size: cover;
    width: 550px;
    height: 550px;
  }

  .dropdown-home-page-2, .menu-homepage-2 {
    margin-left: 18px;
    margin-right: 18px;
  }

  .menu-homepage-2.home-tab-2 {
    margin-left: 0;
    margin-right: 0;
  }

  .background-text-right-servicce {
    font-size: 150px;
    top: 35%;
  }

  .footer-copyright {
    transition: opacity .35s;
  }

  .footer-copyright:hover {
    opacity: .75;
  }

  .dropdown-home-architecture {
    margin-left: 18px;
    margin-right: 18px;
  }

  .dropdown-list-home-page-agency.w--open, .dropdown-list-other-pages-agency.w--open {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .collection-item-20.hidden {
    display: none;
  }

  .text-block-30 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .contact-section {
    background-image: linear-gradient(to bottom, var(--white), var(--white-smoke));
    padding-bottom: 150px;
  }

  .video {
    padding-left: 50px;
    padding-right: 50px;
  }

  .land-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media screen and (min-width: 1440px) {
  .spacing-number {
    margin-top: 22px;
  }

  .spacing-number.mobile {
    padding-left: 28px;
  }

  .nav-menu {
    padding-left: 0;
  }

  .top-banner-section {
    background-position: 50%;
    background-size: cover;
  }

  .background-text.right-alignment {
    margin-bottom: -19px;
    font-size: 200px;
  }

  .container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .spacing-image-container {
    position: relative;
  }

  .our-team-members {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: 1fr 1fr;
  }

  .team-image {
    width: 100%;
    height: 100%;
  }

  .team-members-wrap {
    height: 100%;
  }

  .soccial-media-container {
    transform: none;
  }

  .gradient {
    display: flex;
  }

  .pink-planet {
    width: 12%;
  }

  .pink-border {
    width: 350px;
    height: 350px;
    top: -24%;
    left: -12%;
  }

  .pink-planet-large {
    width: 65%;
    right: -15%;
  }

  .grey-border {
    height: 500px;
  }

  .top-block-info-wrap {
    font-size: 18px;
  }

  .top-banner-info-wrap {
    max-width: 970px;
  }

  .collection-item-5 {
    max-width: 560px;
  }

  .plus-wrap {
    inset: auto 0% 0% auto;
  }

  .page-section {
    margin-bottom: 40px;
    padding-bottom: 50px;
  }

  .camera-service-page {
    padding-top: 0;
  }

  .portfolio-blog-grid-hover-link-block {
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
  }

  .grid-9 {
    grid-template-columns: 560px 560px;
  }

  .grid-10 {
    grid-template-rows: 550px 275px;
  }

  .div-block-79 {
    width: 100%;
    max-width: 560px;
    height: 100%;
    max-height: 560px;
  }

  .background-text-right-servicce {
    margin-bottom: 60px;
    font-size: 200px;
    top: 33%;
  }

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

  .heading-25 {
    font-family: Avenirltstd, sans-serif;
  }

  .search-input {
    font-family: Futura book font, sans-serif;
  }

  .field-label {
    font-family: Avenirltstd, sans-serif;
    font-size: 22px;
  }

  .search-button {
    background-color: var(--lucky-red);
    font-family: Avenirltstd, sans-serif;
  }

  .search-result-item {
    font-family: Futura book font, sans-serif;
    font-size: 14px;
  }

  .text-block-31 {
    font-size: 16px;
  }

  .search-link {
    font-family: Avenirltstd, sans-serif;
    font-size: 18px;
    line-height: 1.2em;
  }

  .link-block-6 {
    color: var(--white);
    letter-spacing: 10px;
    justify-content: center;
    align-items: center;
    margin-top: 25px;
    font-family: Futura book font, sans-serif;
    font-size: 12px;
    line-height: 1em;
    text-decoration: none;
    display: flex;
    position: absolute;
    inset: auto 0% 0%;
  }

  .image-32 {
    width: 25px;
    max-width: none;
    height: 25px;
  }

  .text-block-32 {
    margin-left: 5px;
  }

  .image-33.eye.upcoming.gallery.blue {
    top: 60%;
  }

  .image-33.upcoming.gallery.yellow {
    top: 6%;
  }
}

@media screen and (min-width: 1920px) {
  .completed-animated-button {
    margin-bottom: 40px;
  }

  .dropdown {
    color: var(--black-2);
  }

  .facebook {
    mix-blend-mode: normal;
  }

  .about-us-heading.left.latest-works.padding {
    padding-bottom: 0;
  }

  .about-us-heading.right {
    margin-top: -5px;
  }

  .about-us-heading.latest-works {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .background-text.right-alignment {
    margin-top: -14px;
  }

  .section-heading-lowercase.left-alignment-4 {
    width: 100%;
  }

  .headings-container.contacts {
    margin-top: 0;
  }

  .skill {
    padding-left: 10px;
    padding-right: 10px;
  }

  .central-alignment-heaading.heading-margin-bottom.contacts {
    margin-top: 0;
  }

  .black-planet-con {
    width: 100%;
  }

  .pink-planet {
    width: 10%;
  }

  .pink-border {
    width: 600px;
    height: 600px;
    top: -33%;
    left: -15%;
  }

  .pink-planet-large {
    width: 50%;
    height: 55%;
    bottom: -45%;
    right: -13%;
  }

  .pink-cross.bigger-cross {
    width: 2.5%;
  }

  .pink-cross.smaller-cross {
    width: 1.5%;
  }

  .grey-border {
    width: 100%;
  }

  .top-heading {
    letter-spacing: 2px;
  }

  .top-block-info-wrap {
    font-size: 18px;
  }

  .experience-image-con {
    background-image: url('../images/Group-8.jpg');
  }

  .our-great-services {
    display: flex;
  }

  .top-banner-wrap-home-3 {
    justify-content: center;
    display: flex;
  }

  .service-card.black, .service-card.purple {
    border: 1px solid var(--text);
  }

  .service-card-background.purple, .service-card-background.black {
    border-style: none;
  }

  .div-block-47 {
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .camera {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .collection-list-wrapper-5 {
    overflow: hidden;
  }

  .camera-service-page {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .heading-wrap-services-page {
    position: relative;
  }

  .orange-text-copy {
    padding-right: 5px;
  }

  .grid-9 {
    grid-template-columns: 710px 710px;
    max-width: 1590px;
  }

  .div-block-78 {
    max-width: none;
  }

  .grid-10 {
    grid-template-rows: 760px 380px 760px 760px;
    max-width: 769px;
  }

  .div-block-79 {
    max-width: 760px;
    max-height: 760px;
  }

  .product-contentent-wrap {
    margin-top: 70px;
    margin-bottom: 70px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .dropdown-home-page-2 {
    color: var(--black-2);
  }

  .collection-list-18 {
    flex-direction: row;
    display: flex;
  }

  .background-text-right-servicce {
    margin-top: 25px;
    margin-bottom: 60px;
    inset: 27% 0% auto;
  }

  .dropdown-home-architecture {
    color: var(--black-2);
  }
}

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

  h2 {
    font-size: 38px;
  }

  h3 {
    font-size: 35px;
  }

  h4 {
    font-size: 28px;
  }

  h6 {
    font-size: 18px;
  }

  .sections {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .spacing-number {
    right: -5%;
  }

  .spacing-number.middle {
    right: 15px;
  }

  .color-block.black {
    margin-right: 0;
  }

  .color-pallete {
    margin-top: 40px;
  }

  .heading-1-mobile {
    line-height: 1.22em;
  }

  .heading-2-tablet, .heading-2-mobile {
    line-height: 1.2em;
  }

  .heading-3-tablet, .heading-3-mobile {
    line-height: 1.35em;
  }

  .footer {
    padding-top: 70px;
  }

  .device-width {
    display: block;
  }

  .device-width.number {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .animated-button-background-block.example, .animated-button-background-block.light-exmple {
    width: 100%;
  }

  .animated-button-block.start-work {
    margin-top: 50px;
  }

  .animated-button-block.start-work.form-submit {
    margin-top: 30px;
  }

  .animated-button-block.start-work.home-3 {
    margin-top: 50px;
  }

  .heading-4-tablet, .heading-4-mobile {
    line-height: 1.3em;
  }

  .nav-menu {
    z-index: 9999;
    background-color: var(--white);
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-top: 75px;
    padding-left: 0;
    font-size: 14px;
    line-height: 1.2px;
    display: block;
    position: fixed;
    top: 0%;
  }

  .menu {
    text-align: center;
    border-top: 1px solid #9999993d;
    justify-content: flex-start;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 10px 35px;
    font-size: 14px;
    line-height: 25px;
    display: block;
  }

  .menu.home-1 {
    width: 100%;
  }

  .menu.home-1.white {
    color: var(--black-2);
    text-align: center;
    max-width: none;
    margin-left: 0%;
    margin-right: 0%;
  }

  .menu.home-1.white.donate {
    justify-content: center;
    width: 50%;
  }

  .social-media-container {
    border: 1px solid var(--text);
    text-align: center;
    justify-content: center;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 15px;
    position: relative;
  }

  .social-media-container.foot {
    border-top-width: 0;
    border-left-width: 0;
    border-right-width: 0;
  }

  .social-media-link {
    width: 24px;
    margin-left: 12px;
    margin-right: 12px;
  }

  .dropdown-toggle {
    text-align: center;
    border: 1px #000;
    width: 100%;
  }

  .dropdown-link {
    border-top: 1px solid #9999993d;
    padding-left: 50px;
  }

  .dropdown-link.home-link, .dropdown-link.purple-hover {
    text-align: center;
    width: 100%;
  }

  .dropdown-link-name {
    padding-left: 0;
  }

  .dropdown-list {
    clear: none;
    object-fit: fill;
    position: relative;
  }

  .dropdown-list.w--open {
    background-color: #0000;
    border: 1px #000;
    padding: 0;
    position: relative;
    top: 0;
  }

  .dropdown {
    text-align: center;
    border: 1px #000;
    width: 100%;
    position: relative;
  }

  .top-banner-section {
    padding-top: 76px;
    padding-bottom: 0;
  }

  .main-manu {
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-left: auto;
    padding-bottom: 30px;
    display: flex;
  }

  .main-manu.home-1 {
    padding-bottom: 0;
  }

  .dropdown-list-other-pages {
    width: 100%;
    left: 0;
    right: 0;
  }

  .dropdown-list-other-pages.w--open {
    border-style: none;
    margin-top: 0;
    padding: 0;
    position: static;
    top: 60px;
    left: 0;
    right: 0;
  }

  .dropdown-list-other-pages.home-page-1, .dropdown-list-other-pages.home-page-architecture, .dropdown-list-other-pages.home-page-architecture-last-item {
    color: var(--white);
    border-style: none;
    width: 100%;
    margin-top: -3px;
    top: auto;
    left: auto;
    right: auto;
  }

  .dropdown-other-pages {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .facebook, .twitter, .instagram {
    font-size: 24px;
  }

  .menu-button {
    color: var(--black-2);
    flex-direction: row;
    flex: 1;
    justify-content: flex-start;
    padding: 0 15px 0 0;
    display: block;
  }

  .menu-button.w--open {
    background-color: #0000;
    min-width: 52%;
  }

  .icon {
    color: var(--white);
    justify-content: flex-end;
    display: flex;
  }

  .other-pages-drondown-name {
    border-top: 1px solid var(--text);
    color: var(--black-2);
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 25px;
  }

  .about-us-heading.left {
    margin-left: 0;
    padding-right: 0;
  }

  .about-us-heading.left.latest-works {
    justify-content: flex-end;
    align-items: center;
    padding-top: 0;
    padding-right: 0;
    display: flex;
  }

  .about-us-heading.left.latest-works.padding {
    align-items: flex-end;
  }

  .about-us-heading.left.wide {
    padding-bottom: 15px;
    padding-left: 0;
  }

  .about-us-heading.right {
    padding-left: 0;
    padding-right: 0;
  }

  .about-us-heading.our-skills {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
  }

  .about-us-heading.latest-works {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
  }

  .container-about-us {
    max-width: 720px;
    padding-left: 0;
    padding-right: 0;
  }

  .about-us-text-content-container {
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
  }

  .about-us-text-content-container.our-feature-works {
    justify-content: flex-start;
    max-width: 750px;
  }

  .text-paragraph {
    text-align: center;
    width: 60%;
  }

  .text-paragraph.lleft.our-skills {
    text-align: center;
    margin-top: 15px;
    padding-right: 0;
  }

  .text-paragraph.central, .text-paragraph._100 {
    width: 100%;
  }

  .about-us-section-block {
    margin-bottom: 60px;
  }

  .quote-container {
    max-width: 720px;
  }

  .qoute-and-image-block {
    flex-direction: column;
    align-items: center;
  }

  .quote-block {
    padding-left: 0;
  }

  .quote-text {
    text-align: left;
    max-width: none;
  }

  .qoute-author {
    text-align: center;
  }

  .author-info {
    text-align: left;
  }

  .qoute.about-page {
    text-align: left;
    padding-left: 25px;
    padding-right: 25px;
  }

  .background-text {
    z-index: 0;
    font-size: 100px;
    line-height: 1.1em;
    position: relative;
  }

  .background-text.right-alignment {
    display: none;
  }

  .container {
    flex-wrap: nowrap;
    align-items: flex-start;
    max-width: 720px;
  }

  .container.our-skills {
    flex-wrap: wrap;
  }

  .container.donor._900 {
    align-items: center;
  }

  .section-heading-lowercase, .section-heading-lowercase.left-alignment-4 {
    font-size: 28px;
  }

  .section-heading-lowercase.left-alignment-4.our-skills {
    text-align: center;
    margin-top: 8px;
    font-size: 28px;
  }

  .play {
    padding-top: 20px;
  }

  .div-line {
    width: 43%;
  }

  .grid-system-content-top-item {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .grid-system-content-top-item.grid-system-content-item-title {
    display: flex;
  }

  .spacing {
    display: block;
  }

  .spacing-image-container {
    width: 360px;
    max-width: 350px;
    margin-top: 60px;
    margin-right: 70px;
    padding-right: 0;
  }

  .colors-in-the-palette {
    display: block;
  }

  .typography-content {
    align-content: space-between;
    width: 45%;
  }

  .typography-content.last-item {
    width: 45%;
  }

  .style-guide-paragraphs {
    flex-wrap: wrap;
  }

  .style-guide-typography-heading {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .heading-1-tablet {
    line-height: 1.22em;
  }

  .author-info-position {
    text-align: left;
  }

  .bold-text {
    text-align: center;
  }

  .our-skills-section {
    margin-top: 70px;
  }

  .our-skills-section.home-3 {
    margin-top: 40px;
  }

  .skill-value {
    justify-content: flex-start;
  }

  .skill-value-line {
    min-height: 5px;
    margin-top: 5px;
  }

  .skill-value-line.active {
    margin-top: -5px;
  }

  .white-heading {
    color: #fcfcfc;
  }

  .text-block {
    padding-left: 0;
  }

  .icon-2 {
    z-index: 1;
    margin-right: 0;
    display: block;
    position: absolute;
    inset: 34% 20px 0% auto;
  }

  .icon-2:hover {
    color: var(--silver);
  }

  .icon-2.home-1 {
    color: var(--dim-grey);
    top: 15px;
  }

  .grid-sizing {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
  }

  .grid-4 {
    grid-column-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  .grid-4.grid-resolution {
    display: flex;
  }

  .grid-5 {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .our-team-section {
    margin-top: 30px;
    margin-bottom: 70px;
    padding-top: 5px;
  }

  .our-team-section.black {
    align-items: center;
    width: 100%;
    max-width: 750px;
    padding-left: 0;
  }

  .our-team-section.home-3 {
    margin-bottom: 80px;
    padding-top: 5px;
  }

  .colored-heading.central-alignment {
    margin-bottom: 20px;
  }

  .colored-heading.marging-top-5px {
    z-index: 3;
    position: relative;
  }

  .colored-heading.marging-top-5px.left-alignment {
    margin-top: 10px;
  }

  .central-alignment-heaading.smaller-margin {
    margin-bottom: 17px;
  }

  .central-alignment-heaading.heading-margin-bottom, .central-alignment-heaading.heading-margin-bottom-top-section {
    margin-top: 0;
    font-size: 40px;
  }

  .our-team-members {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: 45vw 45vw 45vw;
    grid-template-columns: 45vw 45vw;
    grid-auto-rows: 45vw;
    grid-auto-columns: 45vw;
    justify-content: space-around;
    justify-items: stretch;
    width: 100%;
    margin-top: 10px;
  }

  .team-members-wrap {
    overflow: visible;
  }

  .text-paragraph-heading {
    text-transform: capitalize;
  }

  .white {
    max-width: 500px;
  }

  .bold-paragraph.mobile-font-smaller.bold-inline-link {
    text-align: left;
  }

  .banner-con {
    height: 100%;
    margin-top: 0;
  }

  .pink-planet {
    width: 10%;
    top: 2%;
    right: 5%;
  }

  .pink-border {
    width: 200px;
    height: 200px;
    top: -11%;
    left: -11%;
  }

  .banner-wrap {
    border-top-style: none;
  }

  .pink-planet-large {
    width: 70%;
    height: 38%;
    bottom: -21%;
    right: -19%;
  }

  .pink-cross.bigger-cross {
    width: 47px;
    height: 47px;
  }

  .pink-cross.smaller-cross {
    width: 28px;
    height: 28px;
  }

  .blog-con {
    max-width: 750px;
  }

  .collection-list-4 {
    flex-wrap: wrap;
  }

  .collection-item-3 {
    width: 50%;
    margin-top: 40px;
  }

  .address-block-con {
    max-width: 750px;
  }

  .address-con {
    text-align: center;
  }

  .information-wrapper {
    text-align: left;
  }

  .form-con {
    max-width: none;
  }

  .form {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .input-info {
    flex-wrap: wrap;
  }

  .input-width-48 {
    width: 100%;
  }

  .top-section {
    cursor: auto;
    margin-bottom: 70px;
  }

  .experience-con-wrap {
    flex-direction: column;
    max-width: 750px;
  }

  .experience-info-con {
    width: 100%;
    height: 100%;
    padding-left: 0;
  }

  .experience-image-con {
    width: 100%;
    max-width: 100%;
    height: 380px;
  }

  .number-heading {
    overflow: hidden;
  }

  .expirience-paragraph {
    padding-right: 0;
  }

  .experience-paragraphs-wrap {
    padding-top: 40px;
    padding-left: 0%;
  }

  .our-feature-works-section {
    margin-bottom: 50px;
  }

  .our-great-services {
    margin-bottom: 70px;
  }

  .modern-digital-agency {
    padding-top: 70px;
    padding-bottom: 55px;
  }

  .testimonials {
    padding-top: 50px;
  }

  .lastest-news {
    height: auto;
    margin-top: 75px;
  }

  .keep-in-touch.option-2 {
    padding-bottom: 90px;
  }

  .our-team-container-wrap {
    flex-direction: column;
    align-items: center;
    max-width: 750px;
  }

  .grid-7 {
    grid-row-gap: 30px;
    margin-right: 0;
  }

  .grid-image {
    min-height: 300px;
  }

  .heading-11 {
    text-align: center;
    margin-top: 0;
  }

  .text-paragraph-home-2 {
    padding-right: 0;
  }

  .text-paragraph-home-2.dark-grey {
    text-align: center;
  }

  .text-paragraph-home-2._10-years {
    margin-bottom: 0;
  }

  .services-info-container-wrap {
    padding: 15px;
  }

  .grid-8 {
    grid-template-columns: 1fr 1fr;
    max-width: 750px;
  }

  .card-text-link {
    display: block;
  }

  .slider-2 {
    padding-top: 0;
    padding-bottom: 140px;
  }

  .right-arrow-2 {
    position: absolute;
    inset: auto -10% 15% 0;
  }

  .left-arrow-2 {
    top: auto;
    bottom: 15%;
    right: 10%;
  }

  .slide-nav-2 {
    justify-content: center;
    padding-top: 55px;
  }

  .testimonials-image {
    margin-right: 0;
  }

  .testimonials-cont-wrap {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .testimonial-paragraph {
    text-align: center;
    justify-content: center;
    max-width: none;
    display: flex;
  }

  .name {
    text-align: center;
    margin-top: 40px;
  }

  .position {
    text-align: center;
  }

  .body-3 {
    background-color: #0000;
  }

  .works-cont.home-2 {
    height: auto;
    margin-bottom: 40px;
  }

  .sidescroll-collection {
    height: auto;
  }

  .collection-item-5 {
    width: 100%;
    height: 100%;
    margin-bottom: 30px;
    box-shadow: 0 0 20px 1px #00000014;
  }

  .div-block-35 {
    background-color: var(--white);
  }

  .collection-list-6 {
    width: auto;
    height: auto;
    padding-top: 20px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .blog-heading-bold {
    color: var(--black-2);
    font-size: 20px;
  }

  .text-block-21 {
    padding-top: 20px;
    padding-bottom: 0;
    padding-left: 0;
    position: relative;
  }

  .progression {
    display: none;
  }

  .div-block-37 {
    background-color: var(--white);
    width: 409.234px;
  }

  .collection-list-wrapper-2 {
    height: 50%;
  }

  .contacts-wrap {
    max-width: 570px;
    padding-top: 0;
  }

  .contacts-block {
    margin-left: 0;
    margin-right: 0;
    padding: 20px 35px;
  }

  .div-block-39 {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 50%;
    background-size: cover;
    width: 200px;
  }

  .latest-news-wrap {
    position: relative;
    top: 0;
  }

  .testimonials-name {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: auto;
    padding-right: 0;
    display: flex;
  }

  .testimonial-text {
    padding-top: 40px;
  }

  .top-banner.home-3 {
    margin-bottom: 60px;
  }

  .our-latest-works.home-3 {
    margin-top: 80px;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden;
  }

  .top-banner-wrap-home-3 {
    margin-left: 0;
  }

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

  .service-card.purple {
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .service-cars-heading, .service-card-paragraph {
    text-align: center;
  }

  .service-image-cont {
    justify-content: center;
  }

  .div-block-47 {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .contacts {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template: "."
                   "."
                   "."
                   / 1fr;
  }

  .content-wrap {
    height: auto;
  }

  .camera {
    flex-direction: column;
    width: auto;
    padding-top: 70px;
    overflow: visible;
  }

  .collection-list-wrapper-4 {
    width: auto;
  }

  .current-portfolio-link {
    width: 70vw;
    height: 50vw;
  }

  .collection-item-8 {
    justify-content: center;
    padding-bottom: 30px;
  }

  .collection-list-9 {
    direction: ltr;
    flex-direction: column;
  }

  .photo-cont {
    width: 100%;
    padding-left: 0;
  }

  .collection-list-10 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .collection-list-wrapper-5 {
    max-height: none;
    margin-top: 40px;
  }

  .collection-item-9 {
    margin-left: 0;
    margin-right: 0;
  }

  .dropdown-toggle-2 {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .dropdown-toggle-2.w--open {
    text-align: center;
    width: 100%;
  }

  .heading-14.capitalization {
    margin-top: 0;
    line-height: 1.35em;
  }

  .section-heading {
    width: auto;
    max-width: none;
  }

  .portfolio-item-wrap {
    margin-right: 0;
  }

  .social-icon {
    color: var(--white);
  }

  .welcome {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .portfolio-section.padding-both-sides {
    margin-top: 60px;
  }

  .navbar-home-2 {
    justify-content: space-between;
    align-items: center;
    padding-left: 15px;
    padding-right: 0;
  }

  .nav-menu-home-2 {
    z-index: 100;
    background-color: var(--white);
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-top: 75px;
    padding-left: 0;
    font-size: 14px;
    line-height: 1.2px;
    display: block;
    position: fixed;
    top: 0%;
  }

  .nav-menu-home-2.home-2 {
    background-color: #0000;
    flex: 0 auto;
    width: 100vw;
    margin-top: 70px;
  }

  .main-manu-home-2 {
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-left: auto;
    padding-bottom: 30px;
    display: flex;
  }

  .main-manu-home-2.home-2 {
    background-color: var(--white);
    padding-bottom: 0;
  }

  .menu-home-2 {
    border-top: 1px solid #9999993d;
    justify-content: flex-start;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 10px 35px;
    font-size: 14px;
    line-height: 25px;
    display: block;
  }

  .menu-home-2.home-2 {
    color: var(--black-2);
    text-align: center;
    justify-content: center;
    display: flex;
  }

  .navbar-home-1 {
    justify-content: space-between;
    align-items: center;
    padding-left: 15px;
    padding-right: 0;
  }

  .menu-purple {
    border-top: 1px solid #9999993d;
    justify-content: flex-start;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 10px 35px;
    font-size: 14px;
    line-height: 25px;
    display: block;
  }

  .menu-purple.home-tab {
    border-top-style: none;
    border-top-width: 0;
    width: auto;
  }

  .page-section {
    justify-content: center;
    margin-bottom: 80px;
    overflow: hidden;
  }

  .right-info-container {
    padding-right: 30px;
  }

  .right-info-container.central {
    padding-right: 0;
  }

  .left-info-container {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .project-tagline {
    text-align: center;
  }

  .collection-item-name {
    font-size: 40px;
  }

  .collection-item-name.heading-1-product {
    text-align: left;
  }

  .marging-bottom-30px {
    justify-content: center;
  }

  .camera-service-page {
    flex-direction: column;
    width: 100%;
    padding-top: 0;
    overflow: visible;
  }

  .content-wrap-copy {
    width: 100%;
    height: auto;
  }

  .our-feature-works-section-copy {
    margin-top: 40px;
    margin-bottom: 60px;
  }

  .portfolio-blog-grid-hover-link-block {
    text-decoration: none;
  }

  .background-text-copy {
    z-index: 2;
    font-size: 100px;
    line-height: 1.1em;
    position: relative;
  }

  .background-text-copy.line-hight {
    line-height: .9em;
  }

  .classic-blog-cont {
    max-width: 750px;
  }

  .classic-blog-collection-list {
    flex-wrap: wrap;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    max-width: 750px;
  }

  .classic-blogimage {
    height: 230px;
  }

  .collection-list-17 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr 1fr;
  }

  .opacity-blog-wrap {
    z-index: 0;
  }

  .grid-blog-image {
    width: 353px;
    height: 353px;
  }

  .blog-detailed-section {
    width: auto;
  }

  .blod-page-cont.bg-image {
    height: 500px;
  }

  .grid-9 {
    flex-direction: column;
    grid-template-columns: 100vw;
    grid-auto-flow: row;
    display: flex;
  }

  .div-block-78 {
    text-align: center;
    max-width: none;
  }

  .grid-10 {
    grid-template-rows: auto auto auto auto;
  }

  .div-block-79 {
    height: 100vw;
    max-height: none;
  }

  .div-block-35-copy {
    background-color: var(--white);
  }

  .collection-list-wrapper-4-copy {
    width: auto;
  }

  .dropdown-home-page-2 {
    text-align: center;
    border: 1px #000;
    width: 100%;
  }

  .menu-homepage-2 {
    border-top: 1px solid #9999993d;
    justify-content: flex-start;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 10px 35px;
    font-size: 14px;
    line-height: 25px;
    display: block;
  }

  .menu-homepage-2.home-tab-2 {
    border-top-style: none;
    border-top-width: 0;
    width: auto;
  }

  .dropdown-link-pomepage-2 {
    border-top: 1px solid #9999993d;
    padding-left: 50px;
  }

  .dropdown-link-pomepage-2.home-link {
    text-align: center;
    width: 100%;
  }

  .dropdown-link-pomepage-3 {
    border-top: 1px solid #9999993d;
    padding-left: 50px;
  }

  .dropdown-link-pomepage-3.home-link {
    text-align: center;
    width: 100%;
  }

  .background-text-right-servicce {
    width: 100%;
    margin-bottom: 30px;
    font-size: 100px;
    position: static;
  }

  .device-width-black {
    display: block;
  }

  .footer-grid-block {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .footer-link-text {
    letter-spacing: normal;
    font-size: 14px;
  }

  .servises-cont-vertical.heading {
    margin-top: 0;
    margin-bottom: 0;
  }

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

  .social-media-container-404-page {
    text-align: center;
    justify-content: center;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 15px;
    position: relative;
  }

  .social-media-link-404 {
    width: 24px;
    margin-left: 20px;
  }

  .menu-other-pages {
    text-align: center;
    border-top: 1px solid #9999993d;
    justify-content: flex-start;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 10px 35px;
    font-size: 14px;
    line-height: 25px;
    display: block;
  }

  .dropdown-home-architecture {
    text-align: center;
    border: 1px #000;
    width: 100%;
    position: relative;
  }

  .other-pages-drondown-name-home-2 {
    color: var(--black-2);
    text-align: center;
    border: 1px #000;
    line-height: 25px;
  }

  .dropdown-toggle-normal-height {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .dropdown-toggle-normal-height.w--open {
    text-align: center;
    width: 100%;
  }

  .dropdown-list-home-page-agency {
    clear: none;
    object-fit: fill;
    position: relative;
  }

  .dropdown-list-home-page-agency.w--open {
    background-color: #0000;
    border: 1px #000;
    padding: 0;
    position: relative;
    top: 0;
  }

  .dropdown-list-other-pages-agency {
    width: 100%;
    left: 0;
    right: 0;
  }

  .dropdown-list-other-pages-agency.w--open {
    border-style: none;
    margin-top: 0;
    padding: 0;
    position: static;
    top: 60px;
    left: 0;
    right: 0;
  }

  .input-password {
    width: 100%;
  }

  .search-modal-dismiss {
    top: 14px;
    right: 14px;
  }

  .main-container {
    padding-left: 0;
    padding-right: 0;
  }

  .link-6.team {
    font-size: 15px;
  }

  .text-block-32 {
    font-family: Futura book font, sans-serif;
  }

  .text-block-46.top {
    font-size: 20px;
  }
}

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

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 26px;
  }

  h4 {
    font-size: 22px;
  }

  .sections, .sections.style-guide-banner {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .columns {
    padding-left: 0;
  }

  .spacing-number {
    font-size: 15px;
  }

  .color-pallete {
    margin-top: 40px;
  }

  .item-content-font-family {
    object-fit: fill;
    width: 100%;
    margin-bottom: 10px;
  }

  .text-block-16 {
    width: 100%;
  }

  .button.button-light.project {
    margin-left: auto;
    margin-right: auto;
  }

  .button.resource {
    margin-bottom: 10px;
  }

  .footer {
    align-items: center;
    padding-top: 40px;
    padding-bottom: 50px;
  }

  .rights-reserved {
    margin-top: 20px;
  }

  .color-code {
    margin-bottom: 40px;
    padding-top: 20px;
  }

  .animated-button-background-block.example, .animated-button-background-block.light-exmple {
    width: 100%;
  }

  .animated-button-block.start-work, .animated-button-block.start-work.home-3 {
    margin-top: 30px;
  }

  .animated-button-block.start-work.projects {
    margin-left: auto;
    margin-right: auto;
  }

  .logo-icon {
    padding-left: 0;
  }

  .menu.home-1.white.donate {
    text-align: right;
    justify-content: center;
    width: 50%;
  }

  .social-media-container.foot {
    justify-content: center;
  }

  .dropdown-link {
    border-bottom: 1px solid #f1f2f3;
    width: 100%;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    left: 0;
    right: 0;
  }

  .dropdown-link.home-link, .dropdown-link.purple-hover {
    border-top-style: solid;
    border-bottom: 1px #f1f2f3;
    width: 100%;
    left: 0;
    right: 5px;
  }

  .top-banner-section {
    height: 120vh;
  }

  .dropdown-list-other-pages.w--open {
    box-shadow: none;
  }

  .home-section {
    padding-left: 0;
    padding-right: 0;
  }

  .about-us-heading.left.latest-works {
    justify-content: center;
    margin-top: 30px;
    padding-right: 0;
  }

  .about-us-heading.left.latest-works.home-3 {
    margin-top: 0;
  }

  .about-us-heading.left.latest-works.padding {
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
  }

  .about-us-heading.left.wide {
    text-align: center;
    padding: 20px 25px 0;
  }

  .about-us-heading.right {
    padding-left: 25px;
    padding-right: 25px;
  }

  .about-us-heading.latest-works {
    text-align: center;
    padding-right: 0;
  }

  .about-us-text-content-container {
    text-align: left;
  }

  .about-us-text-content-container.our-feature-works {
    justify-content: center;
    margin-left: 0;
    margin-right: 0;
  }

  .text-paragraph {
    text-align: center;
    height: 100%;
  }

  .text-paragraph.lleft, .text-paragraph.lleft.our-skills {
    width: 100%;
  }

  .text-paragraph.central {
    margin-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .text-paragraph._100 {
    width: 100%;
  }

  .about-us-section-block {
    margin-bottom: 60px;
  }

  .qoute-and-image-block {
    justify-content: center;
    margin-bottom: 60px;
  }

  .quote-text {
    margin-bottom: 40px;
    line-height: 34px;
  }

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

  .background-text {
    font-size: 75px;
  }

  .background-text.right-alignment {
    text-align: center;
    margin-top: 10px;
    font-size: 80px;
  }

  .container {
    flex-flow: column;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
  }

  .container.our-skills {
    justify-content: center;
  }

  .section-heading-lowercase {
    text-align: center;
    font-size: 28px;
  }

  .section-heading-lowercase.left-alignment-4 {
    text-align: center;
  }

  .play {
    padding-top: 0;
  }

  .div-line {
    width: 34%;
  }

  .section-title {
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 25px;
  }

  .style-guide-title {
    margin-bottom: 10px;
  }

  .typography-content {
    flex-flow: column;
    flex: 1;
    place-content: flex-start;
    align-items: flex-start;
    min-width: 300px;
    display: flex;
  }

  .typography-content.last-item {
    flex-direction: column;
    width: 100%;
  }

  .style-guide-button-container {
    flex-wrap: wrap;
    align-content: space-around;
  }

  .style-guide-paragraphs {
    flex-direction: column;
    width: auto;
  }

  .style-guide-typography-heading {
    flex-flow: wrap;
    place-content: space-between flex-start;
  }

  .last-item {
    flex: 1;
  }

  .headings-container {
    width: 100%;
  }

  .headings-container.contacts {
    margin-top: 20px;
  }

  .our-skills-section {
    margin-top: 70px;
  }

  .our-skills-section.home-3 {
    margin-top: 0;
  }

  .skill {
    margin-bottom: 30px;
  }

  .grid-sizing {
    grid-template-columns: 1fr;
  }

  .grid-4 {
    grid-column-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: minmax(100px, .5fr) minmax(100px, .5fr) minmax(100px, .5fr) minmax(100px, .5fr) minmax(100px, .5fr);
  }

  .grid-4.grid-resolution {
    grid-template-columns: minmax(10px, .5fr) minmax(10px, .5fr) minmax(10px, .5fr) minmax(10px, .5fr) minmax(10px, .5fr);
  }

  .our-team-section {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 60px;
  }

  .our-team-section.black {
    margin-top: 0;
  }

  .our-team-section.home-3, .colored-heading.central-alignment {
    margin-bottom: 0;
  }

  .colored-heading.marging-top-5px.left-alignment {
    text-align: left;
    margin-top: -10px;
    margin-bottom: 0;
  }

  .central-alignment-heaading.smaller-margin {
    margin-bottom: 10px;
  }

  .central-alignment-heaading.heading-margin-bottom {
    font-size: 35px;
  }

  .central-alignment-heaading.heading-margin-bottom-top-section {
    margin-bottom: 0;
    font-size: 50px;
  }

  .our-team-members {
    margin-top: 10px;
  }

  .our-team-heading {
    padding-top: 0;
  }

  .team-image {
    width: 100%;
    height: 100%;
  }

  .soccial-media-container {
    transform: none;
  }

  .gradient {
    height: 100%;
    padding-bottom: 30px;
  }

  .white {
    text-align: center;
    max-width: none;
  }

  .bold-paragraph {
    font-size: 20px;
    line-height: 26px;
  }

  .bold-paragraph.mobile-font-smaller {
    margin-bottom: 0;
    font-size: 20px;
  }

  .bold-paragraph.mobile-font-smaller.bold-inline-link {
    text-align: center;
    font-size: 18px;
  }

  .red-text.inline-button {
    margin-top: 15px;
  }

  .div-block-7 {
    flex-direction: column;
  }

  .pink-planet {
    width: 11%;
  }

  .pink-border {
    width: 210px;
    height: 210px;
    top: -24%;
    left: -16%;
  }

  .banner-wrap {
    border-bottom-style: none;
    border-left-style: none;
    border-right-style: none;
  }

  .pink-planet-large {
    width: 55%;
    height: 65%;
    bottom: -47%;
    right: -16%;
  }

  .top-heading {
    width: 100%;
  }

  .top-banner-wrap {
    margin-top: -55px;
  }

  .collection-item-3 {
    width: 100%;
  }

  .news-post-info-con {
    flex-direction: column;
    display: flex;
  }

  .image-4 {
    height: 68vw;
  }

  .address-block-con {
    flex-direction: column;
    align-items: center;
  }

  .address-con {
    margin-bottom: 25px;
  }

  .information-wrapper {
    text-align: center;
    margin-top: 20px;
  }

  .form-con {
    max-width: 100%;
  }

  .input-info {
    width: 100%;
  }

  .top-section {
    margin-bottom: 50px;
  }

  .bold-text-white {
    font-size: 15px;
    line-height: 1.3em;
  }

  .white-button-wrap.home-3 {
    text-align: center;
    margin-top: 35px;
    padding-right: 0;
  }

  .experience-image-con {
    height: 380px;
  }

  .number-heading {
    flex-direction: column;
    margin-bottom: 10px;
  }

  .image-text-span {
    font-size: 137px;
    line-height: 115px;
  }

  .years-experience {
    text-align: center;
  }

  .expirience-paragraph {
    text-align: center;
    margin-top: 0;
  }

  .experience-paragraphs-wrap {
    padding-top: 40px;
  }

  .our-feature-works-section {
    margin-bottom: 0;
  }

  .our-great-services {
    margin-bottom: 50px;
    display: flex;
  }

  .modern-digital-agency {
    height: auto;
    padding-top: 70px;
    padding-bottom: 0;
  }

  .testimonials {
    padding-top: 20px;
  }

  .lastest-news {
    margin-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .keep-in-touch.option-2 {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .grid-7 {
    margin-right: 0;
  }

  .grid-image {
    height: 100%;
    min-height: 200px;
  }

  .text-paragraph-home-2 {
    color: var(--dark-grey);
    text-align: center;
    margin-bottom: 40px;
  }

  .servises-cont {
    position: static;
  }

  .grid-8 {
    grid-template-columns: 1fr;
  }

  .slider-2 {
    padding-bottom: 100px;
  }

  .right-arrow-2, .left-arrow-2 {
    top: 65%;
    bottom: 0%;
  }

  .slide-nav-2 {
    padding-top: 45px;
  }

  .testimonials-image {
    margin-right: 0;
  }

  .testimonial-paragraph {
    font-size: 20px;
  }

  .works-cont.home-2 {
    height: 100%;
    margin-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .sidescroll-collection {
    height: 100%;
    margin-top: 30px;
  }

  .div-block-35 {
    z-index: 30;
    background-color: var(--black);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 25px 30px;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
  }

  .collection-list-6 {
    flex-direction: column;
    height: 300vh;
    display: flex;
  }

  .collection-list-7 {
    justify-content: space-between;
    display: flex;
  }

  .blog-heading-bold, .paragraph-4 {
    color: var(--white);
    text-align: center;
  }

  .text-block-21 {
    color: var(--white);
    text-align: center;
    padding-left: 0;
    inset: auto 0% 0%;
  }

  .progression {
    width: 90%;
    display: none;
  }

  .div-block-37 {
    z-index: 17;
    background-color: #0000;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: absolute;
  }

  .collection-list-wrapper-2 {
    width: 100vw;
    max-width: none;
    overflow: hidden;
  }

  .contacts-block {
    min-width: 400px;
    padding: 35px 25px;
  }

  .div-block-39 {
    z-index: 17;
    background-position: 50%;
    width: 100%;
    height: 100%;
    position: absolute;
  }

  .latest-news-wrap {
    margin-top: 40px;
    top: 0;
  }

  .testimonials-name {
    width: auto;
  }

  .top-banner.home-3 {
    margin-bottom: 40px;
  }

  .our-latest-works.home-3 {
    margin-top: 60px;
  }

  .top-banner-wrap-home-3 {
    align-items: center;
  }

  .anow-agency.bottom-marging {
    margin-bottom: 10px;
    font-size: 15px;
  }

  .our-services-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr;
    max-width: 416px;
    height: auto;
  }

  .service-cars-heading {
    text-align: center;
  }

  .contacts-heading {
    font-size: 20px;
  }

  .camera {
    padding-top: 50px;
  }

  .collection-list-wrapper-4 {
    overflow: hidden;
  }

  .current-portfolio-link {
    width: 250px;
    height: 250px;
  }

  .collection-item-8 {
    justify-content: center;
  }

  .collection-list-9 {
    width: 100%;
    overflow: hidden;
  }

  .collection-list-10 {
    column-count: 1;
    column-gap: 30px;
    margin-top: 40px;
  }

  .collection-list-wrapper-5 {
    display: block;
  }

  .collection-item-9 {
    justify-content: center;
    width: auto;
    margin-bottom: 20px;
    display: flex;
  }

  .dropdown-toggle-2, .heading-14 {
    text-align: center;
  }

  .section-heading.left-alignment {
    text-align: left;
  }

  .portfolio-item-wrap {
    justify-content: center;
    width: auto;
    max-width: 370px;
    display: inline-block;
  }

  .social-icon {
    color: var(--white);
  }

  .empty-state {
    background-color: var(--white);
    margin-top: 20px;
  }

  .collection-list-wrapper-6 {
    position: relative;
  }

  .portfolio-heading-section {
    padding-top: 0;
    padding-bottom: 0;
  }

  .portfolio-section.padding-both-sides {
    margin-top: 0;
    margin-bottom: 60px;
  }

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

  .right-info-container {
    padding-right: 0;
  }

  .left-info-container {
    text-align: center;
  }

  .project-tagline {
    text-align: left;
    margin-bottom: 10px;
    font-size: 16px;
  }

  .collection-item-name {
    margin-top: 0;
    margin-bottom: 30px;
  }

  .collection-item-name.heading-1-product {
    font-size: 32px;
  }

  .different-social-media-container {
    justify-content: center;
  }

  .marging-bottom-30px {
    text-align: center;
    justify-content: center;
    margin-bottom: 40px;
  }

  .camera-service-page {
    padding-top: 50px;
  }

  .heading-wrap-services-page {
    flex-direction: column;
  }

  .our-feature-works-section-copy {
    margin-bottom: 40px;
  }

  .background-text-copy {
    font-size: 75px;
  }

  .background-text-copy.line-hight.red {
    text-align: center;
  }

  .classic-blog-collection-list {
    grid-template-columns: 1fr;
  }

  .classic-blog-collection-item {
    width: 100%;
  }

  .classic-blogimage {
    height: 100%;
    max-height: none;
  }

  .news-post-info-con-copy {
    flex-direction: column;
    display: flex;
  }

  .bold-paragraph-copy {
    font-size: 20px;
    line-height: 33px;
  }

  .grid-blog-image {
    width: 45vw;
    height: 45vw;
  }

  .blog-detailed-section {
    margin-top: 20px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .blod-page-cont {
    padding-bottom: 25px;
  }

  .blod-page-cont.bg-image {
    height: 350px;
  }

  .grid-9 {
    width: 100%;
    max-width: 735px;
  }

  .div-block-35-copy {
    z-index: 30;
    background-color: var(--black);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 25px 30px;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
  }

  .collection-list-wrapper-4-copy {
    overflow: hidden;
  }

  .dropdown-link-pomepage-2 {
    border-bottom: 1px solid #f1f2f3;
    width: 100%;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    left: 0;
    right: 0;
  }

  .dropdown-link-pomepage-2.home-link {
    border-top-style: solid;
    border-bottom: 1px #f1f2f3;
    width: 100%;
    left: 0;
    right: 5px;
  }

  .dropdown-link-pomepage-3 {
    border-bottom: 1px solid #f1f2f3;
    width: 100%;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    left: 0;
    right: 0;
  }

  .dropdown-link-pomepage-3.home-link {
    border-top-style: solid;
    border-bottom: 1px #f1f2f3;
    width: 100%;
    left: 0;
    right: 5px;
  }

  .bold-paragraph-detailed {
    font-size: 20px;
    line-height: 33px;
  }

  .blog-detailed-heading-1 {
    margin-bottom: 0;
  }

  .background-text-right-servicce {
    text-align: center;
    margin-bottom: 30px;
    padding-top: 10px;
    font-size: 75px;
    line-height: 1em;
    position: static;
    inset: 14% 0% auto;
  }

  .device-width-black.name.mobile {
    padding-left: 12px;
    padding-right: 5px;
    font-size: 15px;
    font-weight: 400;
  }

  .news-category-grey, .news-category-news {
    color: var(--white);
    padding-left: 5px;
    padding-right: 5px;
  }

  .footer-content-block {
    align-items: center;
  }

  .footer-grid-block {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
  }

  .footer-link {
    margin-right: 0;
  }

  .servises-cont-vertical {
    position: static;
  }

  .servises-cont-vertical.heading {
    flex-direction: column;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 40px;
    display: flex;
  }

  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .dropdown-toggle-normal-height {
    text-align: center;
  }

  .dropdown-list-other-pages-agency.w--open {
    box-shadow: none;
  }

  .search-icon {
    margin-left: 14px;
  }

  .section {
    padding-top: 15px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .land-acknlowledgement-section {
    padding-left: 50px;
    padding-right: 50px;
  }

  .form-block-2.foot {
    border-top-width: 0;
  }

  .past-project {
    padding-top: 0;
  }

  .heading-24 {
    text-align: center;
  }

  .collection-item-19 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .project-info-div {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-right: 25px;
    display: flex;
  }

  .paragraph-7 {
    text-align: center;
  }

  .link-block-3 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .div-block-85 {
    margin-left: auto;
    margin-right: auto;
  }

  .image-20 {
    width: 100px;
    margin-bottom: 20px;
  }

  .image-20.top-homepage {
    margin-bottom: 0;
  }

  .image-21 {
    margin-left: auto;
    margin-right: auto;
  }

  .team-div {
    flex-direction: column;
    align-items: flex-start;
  }

  .about-team-div {
    width: 100%;
    padding-left: 0;
  }

  .page-banner {
    min-height: 200px;
  }

  .inline-link {
    font-size: 4vw;
  }

  .text-block-35 {
    font-size: 28px;
    top: 35%;
    left: 60%;
  }

  .text-block-35._4 {
    top: 75%;
  }

  .text-block-35._2 {
    left: 60%;
  }

  .image-33 {
    width: 13%;
    top: 15%;
    left: 32%;
  }

  .image-33.eye {
    width: 13%;
    left: 30%;
  }

  .image-2 {
    width: 80%;
  }

  .text-block-38 {
    font-size: 28px;
  }

  .container-903 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .collection-list-wrapper-7 {
    padding-left: 100px;
    padding-right: 100px;
  }

  .form-3 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .text-block-43 {
    font-size: 22px;
  }

  .community-container {
    padding-left: 25px;
    padding-right: 25px;
  }

  .collection-item-27 {
    display: block;
  }

  .project-image {
    min-height: 300px;
  }

  .collection-list-24 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .total-div-post {
    padding: 25px;
  }
}

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

  .sections.style-guide-banner {
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .columns {
    padding-left: 0;
    padding-right: 0;
  }

  .spacing-system-image {
    min-width: 100px;
    min-height: 240px;
    display: inline-block;
    position: relative;
  }

  .spacing-number {
    min-width: auto;
  }

  .spacing-number.middle-mobile {
    right: 30px;
  }

  .bold-text-value.skill-value {
    text-align: left;
  }

  .item-content-font-family {
    width: auto;
  }

  .button.button-light {
    min-width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .button.button-light.land-ack {
    font-size: 22px;
  }

  .button.resource {
    margin-bottom: 10px;
  }

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

  .rights-reserved {
    width: 75%;
    line-height: 12px;
  }

  .content-title.spasing {
    padding-bottom: 0;
  }

  .color-code {
    color: #131c2199;
  }

  .device-width.name {
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .device-width.number {
    border-bottom: 1px solid var(--text);
    line-height: 1.6em;
  }

  .device-width.number.last-item {
    border-bottom-style: none;
  }

  .guide-container {
    max-width: none;
  }

  .animated-button-background-block.example, .animated-button-background-block.light-exmple {
    width: 100%;
  }

  .animated-button-background-block.view-more {
    z-index: 1;
    width: 100%;
  }

  .animated-button-block.start-work.project.go-back {
    margin-bottom: 10px;
  }

  .completed-animated-button {
    display: inline-block;
  }

  .logo-icon {
    padding-left: 0;
  }

  .menu.home-1.white {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .menu.home-1.white.donate {
    text-align: center;
    justify-content: center;
    width: 150px;
  }

  .social-media-container.foot {
    color: var(--white);
    border-width: 0;
    justify-content: center;
  }

  .social-media-container.gallery {
    padding-top: 0;
    padding-bottom: 0;
  }

  .top-banner-section {
    height: 105vh;
  }

  .other-pages-drondown-name {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .home-section {
    margin-top: 50px;
  }

  .about-us-heading.left {
    text-align: center;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }

  .about-us-heading.left.latest-works {
    text-align: center;
    max-width: none;
    padding-top: 20px;
    padding-left: 0;
  }

  .about-us-heading.left.wide {
    text-align: center;
    justify-content: center;
    align-items: center;
    padding-left: 25px;
  }

  .about-us-heading.our-skills {
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .about-us-heading.latest-works {
    text-align: center;
    padding-right: 0;
  }

  .container-about-us {
    max-width: none;
  }

  .about-us-text-content-container {
    margin-top: 0;
  }

  .text-paragraph {
    text-align: center;
    width: 100%;
  }

  .text-paragraph.lleft {
    text-align: center;
  }

  .text-paragraph.lleft._100 {
    margin-bottom: 0;
    font-size: 16px;
  }

  .text-paragraph.central {
    margin-bottom: 0;
  }

  .about-us-section-block {
    margin-top: 0;
    margin-bottom: 0;
  }

  .qoute-and-image-block {
    height: 400px;
    min-height: 400px;
    margin-bottom: 0;
  }

  .quote-block {
    padding-top: 30px;
  }

  .quote-text {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1.5em;
  }

  .italic-text {
    font-size: 18px;
  }

  .author {
    font-size: 16px;
  }

  .author-info {
    margin-bottom: 10px;
  }

  .background-text {
    text-align: center;
    font-size: 80px;
  }

  .background-text.right-alignment {
    text-align: center;
    margin-top: 25px;
    margin-right: 0;
  }

  .container {
    flex-direction: column;
    align-items: center;
    max-width: none;
    max-height: none;
  }

  .section-heading-lowercase {
    font-size: 24px;
  }

  .section-heading-lowercase.left-alignment-4 {
    text-align: center;
    display: block;
  }

  .section-heading-lowercase.left-alignment-4.our-skills {
    max-width: none;
  }

  .play {
    padding-bottom: 40px;
  }

  .play-button {
    width: 60px;
    height: 60px;
  }

  .grid-system-content-top-item {
    border-bottom: 1px solid #131c2129;
    justify-content: center;
  }

  .grid-system-content-bottom-item {
    width: auto;
    min-width: 50px;
  }

  .grid-system-content-bottom-item.grid-system-content-item-title {
    text-align: left;
    justify-content: center;
    align-items: center;
    width: auto;
    display: flex;
  }

  .spacing {
    padding-right: 0;
  }

  .spacing-container {
    max-width: 100%;
  }

  .spacing-image-container {
    width: auto;
    margin-right: 20px;
    display: block;
  }

  .spacing-image-container.mobile {
    width: auto;
    max-width: 101%;
    margin-right: 20px;
  }

  .typography-content {
    flex-flow: wrap;
    flex: 0 auto;
    place-content: flex-start;
    align-items: stretch;
    width: auto;
    min-width: auto;
    margin-right: 0;
    display: flex;
  }

  .typography-content.last-item {
    width: 100%;
  }

  .style-guide-buttons-content-item {
    margin-right: 0;
  }

  .style-guide-typography-heading {
    flex-direction: column;
  }

  .headings-container {
    flex-direction: column;
    align-items: stretch;
    width: auto;
    display: flex;
  }

  .heading-size-description {
    color: var(--black);
  }

  .author-info-position {
    font-size: 10px;
  }

  .skill {
    padding-left: 0;
    padding-right: 0;
  }

  .text-block {
    padding-top: 0;
  }

  .grid-sizing {
    flex-direction: row;
    justify-content: center;
  }

  .grid-4 {
    flex-direction: column;
    max-width: 300px;
    margin-bottom: 100px;
    display: block;
  }

  .grid-4.grid-resolution {
    width: 100%;
  }

  .div-block {
    flex: 0 auto;
  }

  .grid-5 {
    grid-column-gap: 0px;
    grid-template-columns: 1fr 1fr;
  }

  .grid-5.grid-sizing {
    justify-content: flex-start;
  }

  .our-team-section {
    padding-top: 26px;
    padding-bottom: 50px;
  }

  .our-team-section.black {
    align-items: center;
  }

  .our-team-section.home-3 {
    padding-top: 0;
  }

  .colored-heading.central-alignment {
    margin-bottom: 0;
    font-size: 14px;
  }

  .colored-heading.marging-top-5px.left-alignment {
    text-align: center;
  }

  .central-alignment-heaading.heading-margin-bottom {
    margin-top: 0;
    font-size: 28px;
  }

  .central-alignment-heaading.heading-margin-bottom.contacts {
    margin-left: 15px;
    margin-right: 15px;
  }

  .central-alignment-heaading.heading-margin-bottom-top-section {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 44px;
  }

  .our-team-members {
    grid-row-gap: 14px;
    grid-template-rows: 93vw 93vw 93vw;
    grid-template-columns: 93vw;
    grid-auto-rows: 93vw;
    grid-auto-columns: 93vw;
  }

  .team-members-wrap.pictures {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .category-info.tagline.homepage {
    width: auto;
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
    line-height: 1.5em;
  }

  .main-info {
    align-items: center;
  }

  .soccial-media-container {
    transform: none;
  }

  .text-paragraph-heading {
    text-align: center;
    font-size: 20px;
  }

  .bold-paragraph {
    padding-right: 0;
    line-height: 20px;
  }

  .bold-paragraph.mobile-font-smaller {
    text-align: center;
  }

  .red-text {
    padding-left: 3px;
    padding-right: 3px;
  }

  .pink-border {
    width: 200px;
    height: 200px;
    top: -12%;
  }

  .pink-planet-large {
    width: 248px;
    height: 175px;
    bottom: -2%;
  }

  .pink-cross.smaller-cross {
    bottom: 54%;
  }

  .start-now-button {
    padding-left: 10px;
    padding-right: 10px;
  }

  .start-now-button.black {
    margin-top: 30px;
  }

  .collection-item-3 {
    margin-top: 0;
  }

  .news-post-info-con {
    justify-content: center;
    align-items: center;
  }

  .address-block-con {
    max-width: none;
  }

  .top-section {
    margin-bottom: 50px;
  }

  .bold-text-white {
    text-align: center;
    line-height: 1.3em;
  }

  .top-banner-info-wrap {
    width: 100%;
  }

  .experience-image-con {
    height: 300px;
  }

  .years-experience {
    margin-top: 10px;
  }

  .experience-paragraphs-wrap {
    padding-top: 40px;
  }

  .our-feature-works-section {
    padding-left: 15px;
    padding-right: 15px;
  }

  .modern-digital-agency {
    height: 100%;
  }

  .testimonials {
    padding-top: 55px;
  }

  .lastest-news {
    margin-top: 0;
  }

  .our-team-container-wrap {
    align-items: center;
  }

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

  .heading-11 {
    text-align: center;
  }

  .text-paragraph-home-2.dark-grey {
    padding-right: 0;
  }

  .right-arrow-2 {
    top: 85%;
    right: -20%;
  }

  .left-arrow-2 {
    top: 85%;
    right: 20%;
  }

  .testimonials-image {
    margin-right: 0;
  }

  .works-cont {
    margin-bottom: 60px;
  }

  .works-cont.home-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-4 {
    display: none;
  }

  .text-block-21 {
    padding-bottom: 0;
  }

  .div-block-37 {
    padding: 20px 10px 10px;
  }

  .contact-form-grid {
    width: 100%;
    margin-top: 20px;
  }

  .contacts-block {
    min-width: 300px;
    padding: 20px 15px;
  }

  .div-block-39 {
    height: 100%;
  }

  .latest-news-wrap {
    margin-top: 60px;
    position: static;
  }

  .portfolios-wrap.gallery.lightbox {
    max-width: none;
  }

  .camera {
    padding-top: 20px;
  }

  .current-portfolio-link {
    width: 250px;
    height: 250px;
  }

  .collection-item-8 {
    padding-left: 0;
    padding-right: 0;
  }

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

  .section-heading.left-alignment {
    text-align: center;
  }

  .section-heading.left-alignment.red {
    font-size: 36px;
  }

  .div-block-59 {
    width: 100%;
  }

  .image-11 {
    position: relative;
  }

  .social-icon {
    color: var(--white);
  }

  .collection-list-wrapper-6 {
    height: 100%;
  }

  .portfolio-heading-section {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .page-section {
    margin-bottom: 40px;
    padding-top: 0;
  }

  .left-info-container {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-left: 0;
    padding-top: 25px;
    padding-left: 0;
  }

  .project-tagline {
    margin-top: 5px;
    margin-bottom: 0;
    font-size: 18px;
  }

  .collection-item-name.heading-1-product {
    text-align: center;
    font-size: 30px;
  }

  .different-social-media-container {
    margin-bottom: 0;
  }

  .launch-website-button-wrap {
    padding-left: 10px;
    padding-right: 10px;
  }

  .marging-bottom-30px {
    margin-bottom: 0;
  }

  .camera-service-page {
    padding-top: 20px;
  }

  .our-feature-works-section-copy {
    padding-left: 15px;
    padding-right: 15px;
  }

  .background-text-copy {
    font-size: 80px;
  }

  .background-text-copy.line-hight {
    text-align: center;
  }

  .background-text-copy.line-hight.red {
    padding-left: 0;
    font-size: 50px;
  }

  .bold-paragraph-copy {
    padding-right: 0;
  }

  .orange-text-copy {
    padding-left: 3px;
    padding-right: 3px;
  }

  .collection-list-17 {
    grid-template-columns: 1fr;
  }

  .grid-blog-image {
    width: 90vw;
    height: 90vw;
  }

  .blod-page-cont {
    justify-content: center;
    align-items: center;
  }

  .blod-page-cont.bg-image {
    height: 250px;
  }

  .flex-box-horizontal {
    flex-direction: column;
    align-items: flex-start;
  }

  .grid-9 {
    flex-direction: column-reverse;
    width: 100%;
    min-width: 270px;
  }

  .bold-paragraph-detailed {
    padding-right: 0;
  }

  .blog-detailed-heading-1 {
    text-align: center;
    font-size: 32px;
    line-height: 1.2em;
  }

  .background-text-right-servicce {
    font-size: 80px;
  }

  .device-width-black.name {
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .device-width-black.name.mobile {
    border-bottom: 1px solid #131c211a;
    padding-right: 12px;
    line-height: 1.6em;
  }

  .footer-content-block {
    justify-content: center;
    align-items: center;
  }

  .footer-heading {
    margin-top: 0;
    margin-bottom: 0;
  }

  .footer-contacts-info-block {
    justify-content: center;
  }

  .password-form {
    width: 100vw;
  }

  .input-password {
    text-align: center;
  }

  .input-container {
    width: 250px;
  }

  .search-form {
    flex-direction: column;
  }

  .button-2.bg-white.beside-input {
    margin-top: 21px;
    margin-left: 0;
  }

  .main-container {
    padding-left: 0;
    padding-right: 0;
  }

  .land-acknlowledgement-section {
    padding-left: 25px;
    padding-right: 25px;
  }

  .land-container {
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-6 {
    font-size: 16px;
  }

  .form-block-2.foot {
    border-top-width: 0;
  }

  .subscribe.foot {
    text-align: center;
  }

  .heading-24 {
    padding-top: 10px;
    font-size: 32px;
  }

  .paragraph-7 {
    font-size: 16px;
    line-height: 22px;
  }

  .image-20.top-homepage {
    margin-left: auto;
    margin-right: auto;
  }

  .container-901 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .team-div {
    justify-content: center;
    align-items: center;
  }

  .about-team-div {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-left: 0;
    display: flex;
  }

  .text-block-27, .text-block-28 {
    text-align: center;
  }

  .image-22 {
    margin-left: auto;
    margin-right: auto;
  }

  .html-embed {
    width: 100%;
    min-width: 100%;
  }

  .paragraph-8 {
    font-size: 18px;
  }

  .div-block-90 {
    width: 100%;
    min-width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }

  .text-block-30.foot {
    text-align: center;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .button-3 {
    margin-left: auto;
    margin-right: auto;
  }

  .page-banner {
    min-height: 150px;
  }

  .image-29 {
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }

  .text-block-32 {
    font-size: 12px;
  }

  .text-block-35 {
    left: 100%;
  }

  .text-block-35._4 {
    top: 74%;
    left: 111%;
  }

  .text-block-35._4.gallery {
    margin-left: -90px;
  }

  .text-block-35._3 {
    top: 61%;
    left: -12%;
  }

  .text-block-35._2 {
    left: 80%;
  }

  .description-text {
    justify-content: center;
    align-items: center;
    height: 100svh;
    margin-top: 0;
  }

  .image-33 {
    width: 17%;
    left: 25%;
  }

  .image-33.eye {
    width: 17%;
  }

  .section-406.full-height.dark {
    min-height: 100svh;
  }

  .control-3d {
    margin-top: -100px;
  }

  .image-2, .contact-newsletter {
    width: 100%;
  }

  .contact-section {
    padding-top: 50px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .image-34 {
    width: 100px;
    margin-top: -50px;
  }

  .land-section {
    padding-left: 25px;
    padding-right: 25px;
  }

  .button-6.button-light {
    min-width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .quote-div {
    flex-direction: column;
  }

  .left-div {
    width: 100%;
    height: 100px;
  }

  .left-div.homepage {
    width: 100%;
    height: 400px;
    min-height: auto;
    max-height: none;
  }

  .right-div {
    width: 100%;
    height: auto;
  }

  .right-div.homepage {
    width: 100%;
    height: 400px;
    min-height: auto;
  }

  .columns-2 {
    flex-direction: column;
    justify-content: center;
  }

  .operas-div {
    padding-left: 0;
    padding-right: 0;
  }

  .opera-gallery {
    margin-left: 0;
    margin-right: 0;
  }

  .gallery-opera-image {
    min-height: 250px;
  }

  .collection-item-23 {
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-36 {
    font-size: 28px;
  }

  .text-block-37 {
    margin-top: 10px;
    font-size: 15px;
  }

  .slider-3 {
    justify-content: center;
    align-items: center;
    min-height: auto;
    display: flex;
  }

  .donation {
    padding-left: 25px;
    padding-right: 25px;
  }

  .text-block-40 {
    font-size: 12px;
  }

  .text-block-41 {
    text-align: center;
  }

  .collection-list-wrapper-7 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph-9 {
    font-size: 12px;
  }

  .collection-item-24 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .form-3 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .text-block-43 {
    font-size: 22px;
  }

  .paragraph-10 {
    text-align: center;
  }

  .image-35 {
    margin-left: auto;
    margin-right: auto;
  }

  .left-arrow-3 {
    display: block;
  }

  .community-container, .collection-item-25, .collection-item-26 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .collection-item-27 {
    flex-direction: column;
    display: flex;
  }

  .right-project-column {
    padding-left: 0;
  }

  .top-project-column, .collection-list-23 {
    flex-direction: column;
  }

  .rich-text-block-9 {
    width: 100%;
  }

  .total-div-post {
    padding-left: 25px;
    padding-right: 25px;
  }

  .text-block-46 {
    font-size: 14px;
    line-height: 22px;
  }

  .bold-text-7 {
    font-size: 14px;
    line-height: 15px;
  }

  .div-block-94 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .bottom-div-post {
    position: absolute;
  }

  .bold-text-9 {
    font-size: 16px;
    line-height: 22px;
  }
}

#w-node-_33d1ea45-2b87-3ece-c415-a1d2122c89ff-891312c3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a8ed7a26-4789-e205-0464-03c50d7a25cc-891312c3, #w-node-_32dc970f-15ac-5841-f28c-fb25d84ae15e-e35846b0, #w-node-a8be98d3-6ec2-70c3-b70f-975758771478-395846b1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2b9b97ea-7724-19e1-e8d9-a525df40e0ba-995846ba {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_33d1ea45-2b87-3ece-c415-a1d2122c89ff-891312c3 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_33d1ea45-2b87-3ece-c415-a1d2122c89ff-891312c3, #w-node-_788d6bc4-92f2-0de5-10d2-6c3913254815-891312c3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Cooper';
  src: url('../fonts/cooper-medium-italic-bt_11765-webfont.woff2') format('woff2'), url('../fonts/cooper-medium-italic-bt_11765-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 300';
  src: url('../fonts/fa-light-300.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futura bt';
  src: url('../fonts/futura-medium-bt.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futura font';
  src: url('../fonts/Futura-Light-font.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futura font';
  src: url('../fonts/Futura-Bold-font.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futura font';
  src: url('../fonts/Futura-Bold-Italic-font.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Futura book font';
  src: url('../fonts/Futura-Book-font.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Unicode';
  src: url('../fonts/unicode.futurab.ttf') format('truetype'), url('../fonts/unicode.futurabb.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futura xblk bt';
  src: url('../fonts/Futura-XBlk-BT.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futura book font';
  src: url('../fonts/Futura-Book-Italic-font.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Futura extra font';
  src: url('../fonts/Futura-Extra-Black-font.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futura font';
  src: url('../fonts/Futura-Heavy-Italic-font.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Futura bt';
  src: url('../fonts/futura-light-bt.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futura font';
  src: url('../fonts/Futura-Light-Italic-font.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Futura font';
  src: url('../fonts/Futura-Heavy-font.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Tt0205m';
  src: url('../fonts/tt0205m_.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futur';
  src: url('../fonts/futur.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futura condensed bt';
  src: url('../fonts/futura-medium-condensed-bt.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futura font';
  src: url('../fonts/Futura-Medium-Italic-font.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Futura Condensed';
  src: url('../fonts/Futura-CondensedLight.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenirltstd book';
  src: url('../fonts/AvenirLTStd-Book.otf') format('opentype'), url('../fonts/AvenirLTStd-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenirltstd';
  src: url('../fonts/AvenirLTStd-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}