@charset "UTF-8";
:root {
  --color-primary: #D3DDE7;
  --bg-color: #fefefe;
  --color-letter-light: #555;
  --color-primary-light: #011526;
  --color-primary-dark: #024059;
  --color-primary-dark-2: #798c8c;
  --color-secondary: #fff;
  --color-grey-light-1: #f2f2f2;
  --color-grey-light-2: #bfbfbf;
  --color-grey-light-3: #8c8c8c;
  --color-grey-light-4: #404040;
  --color-grey-dark-1: #333;
  --color-grey-dark-2: #777;
  --color-grey-dark-3: #999;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

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

html {
  font-size: 62.5%;
}

body {
  background-color: white;
  font-family: "Poppins", sans-serif;
}

* {
  box-sizing: border-box;
}

section {
  width: 100vw;
}

.container-1,
.container-2,
.container-3,
.container-4,
.container-6,
.about-me {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 2rem;
  width: 100%;
  height: 80vh;
  height: 70vh;
  background-image: url(/img/14-small.jpg);
}
.container-1 h3,
.container-2 h3,
.container-3 h3,
.container-4 h3,
.container-6 h3,
.about-me h3 {
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.5px;
  font-size: 24px;
  font-family: proxima-nova-extra-condensed;
  line-height: 1em;
  color: rgba(255, 255, 255, 0.85);
}

.container-1 {
  padding-top: 120px;
  padding-bottom: 120px;
}
.container-1 p {
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.75;
  color: #fff;
  text-align: center;
  width: 80vw;
}
.container-1 h3 {
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: -0.01em;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .container-1 h3 {
    font-size: 20px;
  }
}
.container-1 h3 {
  font-family: proxima-nova;
  line-height: 1em;
}
.container-1 {
  margin: 0 auto;
}

.container-8 {
  padding: 4rem;
}
@media screen and (max-width: 768px) {
  .container-8 {
    padding: 4rem 2rem;
  }
}
.container-8 {
  min-height: 100vh;
  background-color: var(--bg-color);
}
.container-8 h2 {
  font-weight: 400;
  letter-spacing: 0em;
  font-size: 28.83px;
  font-family: freight-sans-pro;
  line-height: 0.9em;
  color: #000;
}

.container-6 {
  background-color: var(--bg-color);
  background-image: none;
}
.container-6 h2 {
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0em;
  font-size: 28.83px;
  font-family: freight-sans-pro;
  line-height: 0.9em;
  color: #000;
}

.container-6 .line-breaker hr {
  color: #ccc;
  background-color: #ccc;
  max-width: 1440;
  margin: 0 auto;
}

.container-2 {
  background-image: url(/img/18-small.jpg);
}
@media screen and (max-width: 768px) {
  .container-2 {
    height: 50vh;
  }
}

.container-3 {
  background-image: url(/img/6-small.jpg);
}
@media screen and (max-width: 768px) {
  .container-3 {
    height: 50vh;
  }
}

.workshops {
  background-image: url(/img/3-small.jpg);
}
@media screen and (max-width: 768px) {
  .workshops {
    height: 50vh;
  }
}

.container-4 {
  background-image: url(/img/25-small.jpg);
  height: 60vh;
}

.about-me {
  height: 100vh;
  background-image: url(/img/32-small.jpg);
}
@media screen and (max-width: 768px) {
  .about-me {
    height: 60vh;
  }
}

.img-hero {
  width: 100%;
  max-height: 80vh;
  background-size: cover;
}

.container-5 {
  width: 100wv;
  margin: 0 auto;
  background-image: none;
  background-color: var(--bg-color);
}

.container-5-wrapper {
  padding: 4rem 0rem;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  min-height: 80vh;
  display: grid;
  grid-template-columns: 1fr 1.5fr;
}
.container-5-wrapper .wrapper-title p {
  color: var(--color-grey-dark-2);
}
@media screen and (max-width: 768px) {
  .container-5-wrapper {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    padding: 4rem;
  }
}

.wrapper-title {
  width: 100%;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 2rem;
  padding: 4rem;
}
@media screen and (max-width: 768px) {
  .wrapper-title {
    padding: 2rem 0rem;
  }
}
.wrapper-title {
  line-height: 22px;
}
.wrapper-title p, .wrapper-title .banner-btn {
  color: #24292e;
}
.wrapper-title .btn {
  font-size: 1.2rem;
}

.wrapper-img {
  background-image: url(/img/artwork/White\ and\ Blue\ Minimalist\ Photo\ Frame\ Mockup\ Twitter\ Post.jpg);
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .wrapper-img {
    min-height: 50vh;
    margin-top: 4rem;
  }
}

.wrapper-img.side {
  background-image: url(/img/artwork/Grey\ Modern\ 3D\ Illustration\ Wall\ Frame\ Mockup\ Instagram\ Post\ \(1\).jpg);
}

.wrapper-img.side1 {
  background-image: url(/img/artwork/Grey\ 3D\ Interior\ Frame\ Mockup\ Instagram\ Post.png);
}

.wrapper-img.side2 {
  background-image: url(/img/FAVICON.jpg);
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
  color: #24292e;
  font-weight: 600;
  margin-top: 24px;
  margin-bottom: 15px;
  line-height: 1.2;
  text-align: center;
}

h1.title {
  line-height: 1.6;
  font-size: 2.4rem;
  color: #fff;
  margin: 0 0 1rem;
  white-space: pre-wrap;
  font-family: proxima-nova-extra-condensed;
}

h1.entry-title {
  font-size: 1.31rem;
  border-bottom: 1px solid #eaecef;
  text-align: center;
}

h3 {
  font-size: 18px;
  line-height: 25px;
}

p {
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.75;
  color: #fff;
  text-align: center;
}

.container p {
  text-align: center;
  width: 70%;
}

.icons {
  display: flex;
  flex-direction: row;
  width: 125px;
  justify-content: space-around;
  align-items: center;
  padding-top: 4rem;
}

.search-icon {
  fill: #fff;
  width: 2rem;
  height: 2rem;
  cursor: pointer;
}
.search-icon:hover {
  fill: #444444;
}

.header {
  width: 100vw;
  height: 12rem;
  position: relative;
  background-color: white;
}
@media screen and (max-width: 720px) {
  .header {
    position: fixed;
    top: 0;
  }
}
@media screen and (max-width: 680px) {
  .header {
    height: 6rem;
  }
}

.nav {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
}

.header-top {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.logo-img {
  width: 100%;
  height: 7.5rem;
  cursor: pointer;
}
@media screen and (max-width: 680px) {
  .logo-img {
    height: 5rem;
  }
}

.header-navbar {
  width: 100%;
}
@media screen and (max-width: 680px) {
  .header-navbar {
    display: none;
  }
}

.navbar-links {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 2rem;
}

.nav ul li, .off-set-nav {
  list-style: none;
}

.nav ul li a, .off-set-nav li a {
  color: #002f24;
  text-decoration: none;
  font-size: 12px;
  font-family: inherit;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  transition: all 0.2s;
}
.nav ul li a:hover, .off-set-nav li a:hover {
  border-bottom: 2px solid #ddd;
  color: #002f24;
}

/*----------------------------------------------------------------*/
/*-----------------------------Menu-Hamburger---------------------*/
/*----------------------------------------------------------------*/
.menu {
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 680px) {
  .menu {
    display: none;
  }
}

.menuToggle {
  width: 40px;
}

.off-set-nav {
  padding: 1.5rem;
  display: flex;
  background-color: inherit;
}

.off-screen-menu {
  background-color: var(--color-primary-white);
  height: 100vh;
  max-width: 450px;
  max-width: 300px;
  max-width: 100vw;
  width: 80vw;
  width: 100vw;
  position: fixed;
  top: 0;
  right: -450px;
  right: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 3rem;
  transition: 0.3s ease;
  transform: 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}
@media (max-width: 620px) {
  .off-screen-menu {
    max-width: 80vw;
    max-width: 100vw;
    right: 100vw;
  }
}
@media screen and (min-width: 990px) {
  .off-screen-menu {
    width: 80vw;
  }
}

.off-screen-menu.active {
  right: 0;
  height: 100%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 10vh;
  overflow: hidden;
}

.menu-open {
  height: 50px;
  height: 40px;
  margin-left: auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .menu-open {
    height: 30px;
    overflow: hidden;
  }
}
@media screen and (max-width: 560px) {
  .menu-open {
    height: 30px;
    overflow: hidden;
  }
}

.menu-open span {
  height: 5px;
  width: 90%;
  background-color: var(--color-grey-dark-1);
  border-radius: 25px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s ease;
}
@media screen and (max-width: 680px) {
  .menu-open span {
    width: 85%;
    height: 4px;
    width: 70%;
    height: 1px;
  }
}

.menu-open span:nth-child(1) {
  top: 25%;
}

.menu-open span:nth-child(3) {
  top: 75%;
}

.menu-open.active span:nth-child(1) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}

.menu-open.active span:nth-child(2) {
  opacity: 0;
}

.menu-open.active span:nth-child(3) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.off-set-nav {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/*----------------------------------------------------------------*/
/*-----------------------------Footer---------------------*/
/*----------------------------------------------------------------*/
.footer {
  width: 100vw;
  padding: 4rem 2rem;
  min-height: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: var(--bg-color);
}
.footer p {
  color: #272727;
  margin: 17px 0;
  padding: 0;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.6em;
}

.contact-hero-form {
  width: 100%;
  margin: 0 auto;
}

.contact-form {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}

.footer .icons {
  width: 100%;
  display: flex;
  flex-direction: row;
  width: 125px;
  justify-content: space-around;
  align-items: center;
  padding: 2rem 0rem;
}
.footer .icons .search-icon {
  fill: #444444;
  width: 2rem;
  height: 2rem;
  cursor: pointer;
}
.footer .icons .search-icon:hover {
  fill: #fff;
}

.row {
  margin: 1.5rem 0;
  padding: 1rem 0;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

input[type=text],
input[type=email],
select,
textarea {
  padding: 10px;
  border-radius: 3px;
  border: 1px solid #ccc;
}

textarea {
  height: 100px;
}

input[type=checkbox] {
  margin: 10px 5px 10px 0;
}

*:focus {
  outline: none;
}

.banner-btn-cta {
  color: #444444;
  font-size: 1rem;
  font-weight: 300;
  font-family: inherit;
  letter-spacing: 0px;
  padding: 1rem 1.5rem;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  border-width: 1px;
  box-shadow: inset 0px 0px 0px 1px #272727;
  background: transparent;
  color: #272727;
  cursor: pointer;
}

.banner-btn:focus,
.banner-btn-cta:focus {
  outline: none;
}

.banner-btn:hover,
.banner-btn:active {
  background: rgb(255, 255, 255);
  color: #fff;
  border: 0.0625rem solid #fff;
}

.banner-btn-cta:hover,
.banner-btn-cta:active {
  background: #676767;
  border: 0.0625rem solid #676767;
  color: #fff;
}

.builtforlocal {
  width: 5rem;
  cursor: pointer;
}

.banner-btn {
  background-color: rgba(228, 9, 9, 0);
  color: #ffffff;
  border: 0.0825rem solid #fff;
  text-transform: uppercase;
  display: inline-block;
  padding: 1.5rem 4rem;
  border-radius: 0;
  vertical-align: top;
  text-align: center;
  text-decoration: none;
  font-size: 1.15rem;
  font-weight: 600;
  border-radius: 6px;
  letter-spacing: 0.125rem;
  cursor: pointer;
  margin-top: 3rem;
  transition: all 0.2s;
  cursor: pointer;
}

.banner-btn:focus,
.banner-btn-cta:focus {
  outline: none;
}

.banner-btn:hover,
.banner-btn:active {
  background: rgb(255, 255, 255);
  color: #676767;
  border: 0.0625rem solid #fff;
}

.banner-btn-cta:hover,
.banner-btn-cta:active {
  background: #676767;
  border: 0.0625rem solid #676767;
}

.container-2 h1, .container-3 h1, .container-4 h1 {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: -0.02em;
  font-size: 60px;
  font-family: proxima-nova;
  line-height: 1em;
  font-style: normal;
}
@media (max-width: 620px) {
  .container-2 h1, .container-3 h1, .container-4 h1 {
    font-size: 40px;
  }
}

.copyright-text {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: row;
}

.container {
  width: 1600px;
  margin: 0 auto;
}

.sub-container {
  width: 90%;
  margin: 0 auto;
}

.btn-white {
  border: 0.0825rem solid #000;
}
.btn-white:hover, .btn-white:active {
  background: rgb(0, 0, 0);
  color: #fffdfd;
  border: 0.0625rem solid #fff;
}

.grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
@media screen and (max-width: 768px) {
  .grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 560px) {
  .grid {
    grid-template-columns: 1fr;
  }
}
.grid {
  gap: 1rem;
  padding: 20px;
  overflow-x: hidden;
}

.img-panorama {
  width: 100%;
  min-height: 275px;
  background-position: center;
  background-size: cover;
}

.img-panorama:nth-child(1) {
  background-image: url(/img/1-small.jpg);
}

.img-panorama:nth-child(2) {
  background-image: url(/img/2-small.jpg);
}

.img-panorama:nth-child(3) {
  background-image: url(/img/3-small.jpg);
}

.img-panorama:nth-child(4) {
  background-image: url(/img/4-small.jpg);
}

.img-panorama:nth-child(5) {
  background-image: url(/img/5-small.jpg);
}

.img-panorama:nth-child(6) {
  background-image: url(/img/6-small.jpg);
}

.img-panorama:nth-child(7) {
  background-image: url(/img/7-small.jpg);
}

.img-panorama:nth-child(8) {
  background-image: url(/img/8-small.jpg);
}

.img-panorama:nth-child(9) {
  background-image: url(/img/9-small.jpg);
}

.img-panorama:nth-child(10) {
  background-image: url(/img/10-small.jpg);
}

.img-panorama:nth-child(11) {
  background-image: url(/img/11-small.jpg);
}

.img-panorama:nth-child(12) {
  background-image: url(/img/12-small.jpg);
}

.img-panorama:nth-child(13) {
  background-image: url(/img/22-small.jpg);
}

.img-panorama:nth-child(14) {
  background-image: url(/img/14-small.jpg);
}

.img-panorama:nth-child(15) {
  background-image: url(/img/15-small.jpg);
}

.img-panorama:nth-child(16) {
  background-image: url(/img/17-small.jpg);
}

.img-panorama:nth-child(17) {
  background-image: url(/img/18-small.jpg);
}

.img-panorama:nth-child(18) {
  background-image: url(/img/19-small.jpg);
}

.img-panorama:nth-child(19) {
  background-image: url(/img/20-small.jpg);
}

.img-panorama:nth-child(20) {
  background-image: url(/img/21-small.jpg);
}

.img-panorama:nth-child(21) {
  background-image: url(/img/22-small.jpg);
}

.img-panorama:nth-child(22) {
  background-image: url(/img/23-small.jpg);
}

.img-panorama:nth-child(23) {
  background-image: url(/img/24-small.jpg);
}

.img-panorama:nth-child(24) {
  background-image: url(/img/25-small.jpg);
}

.img-panorama:nth-child(25) {
  background-image: url(/img/26-small.jpg);
}

.img-panorama:nth-child(26) {
  background-image: url(/img/27-small.jpg);
}

.img-panorama:nth-child(27) {
  background-image: url(/img/28-small.jpg);
}

.img-panorama:nth-child(28) {
  background-image: url(/img/29-small.jpg);
}

.img-panorama:nth-child(29) {
  background-image: url(/img/30-small.jpg);
}

.img-panorama:nth-child(30) {
  background-image: url(/img/31-small.jpg);
}

.img-panorama:nth-child(31) {
  background-image: url(/img/32-small.jpg);
}

.img-panorama:nth-child(32) {
  background-image: url(/img/33-small.jpg);
}

.img-panorama:nth-child(33) {
  background-image: url(/img/34-small.jpg);
}

.img-panorama:nth-child(34) {
  background-image: url(/img/35-small.jpg);
}

.img-panorama:nth-child(35) {
  background-image: url(/img/36-small.jpg);
}

@media (max-width: 1600px) {
  .container {
    width: 100%;
  }
}
/* Reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Base */
body {
  font-family: Arial, Helvetica, sans-serif;
  background: #f5f5f5;
  color: #333;
  line-height: 1.6;
}

/* Titles */
.page-title {
  text-align: center;
  font-size: 20px;
  letter-spacing: 2px;
  margin-bottom: 60px;
}

h2 {
  font-size: 16px;
  margin-bottom: 15px;
  letter-spacing: 1px;
}

p {
  font-size: 13px;
  margin-bottom: 20px;
  color: #666;
}

/* Newsletter */
.newsletter {
  margin-bottom: 60px;
}

.newsletter-form {
  display: flex;
  gap: 10px;
}

.newsletter-form input {
  flex: 1;
  padding: 12px;
  border: 1px solid #ccc;
  font-size: 14px;
}

.newsletter-form button {
  padding: 12px 20px;
  border: 1px solid #333;
  background: transparent;
  cursor: pointer;
  transition: 0.3s;
}

.newsletter-form button:hover {
  background: #333;
  color: #fff;
}

/* Contact Form */
/* RESET */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Arial, sans-serif;
}

body {
  background: #f5f5f5;
  color: #333;
}

/* CONTAINER */
/* TITLE */
.page-title {
  text-align: center;
  margin-bottom: 50px;
  font-weight: 500;
  letter-spacing: 2px;
}

/* SECTIONS */
.newsletter,
.contact {
  margin-bottom: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

/* NEWSLETTER */
.newsletter-form {
  display: flex;
  gap: 10px;
  max-width: 400px;
}

.newsletter-form input {
  flex: 1;
  padding: 10px;
  border: 1px solid #ccc;
}

.newsletter-form button {
  padding: 10px 20px;
  border: 1px solid #333;
  background: transparent;
  cursor: pointer;
  border-radius: 4px;
}

.newsletter-form button:hover {
  background: #333;
  color: #fff;
}

/* FORM */
.contact-form {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.row {
  display: flex;
  gap: 20px;
  width: 100%;
}

.input-group {
  width: 100%;
  margin-bottom: 20px;
}

.input-group label {
  display: block;
  font-size: 12px;
  margin-bottom: 5px;
  color: #555;
}

input,
textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  font-size: 14px;
}

/* BUTTON */
.submit-btn {
  padding: 12px 25px;
  border-radius: 4px;
  border: 1px solid #333;
  background: transparent;
  cursor: pointer;
  color: #333;
}

.submit-btn:hover {
  background: #333;
  color: #000000;
}

/* 📱 MOBILE RESPONSIVE */
@media (max-width: 768px) {
  .row {
    flex-direction: column;
  }
  .newsletter-form {
    flex-direction: column;
  }
  .newsletter-form button {
    width: 100%;
    color: #333;
  }
}/*# sourceMappingURL=style.css.map */