@import url("https://fonts.googleapis.com/css2?family=Albert+Sans:ital,wght@0,100..900;1,100..900&display=swap");

html {
  scroll-behavior: smooth;
}

::selection {
  background: #D6E8E9;
}
::-moz-selection {
  background: #D6E8E9;
}

a {
  text-decoration: none;
}

* {
  margin: 0%;
  padding: 0%;
  font-family: "Albert Sans", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

*:focus {
  outline: none;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
  font-family: "Albert Sans", serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: auto;
  background-color: #006d77;
  color: #f0f6f7;
  border: none;
  outline: none;
  border: solid 1px #f0f6f7;
  cursor: pointer;
  padding: 10px 10px;
  border-radius: 0.64px;
  transition: all 250ms;
}

#myBtn:hover {
  transform: translateY(-10px);
  background-color: #00191c;
  color: #f0f6f7;
  font-weight: 700;
}

button {
  background-color: transparent;
  border: 2px solid transparent;
}

body {
  /* cursor: url("../Assets/cursor.svg"), auto; */
  overflow-x: hidden;
  width: 100vw;
}

header {
  padding: 4% 8%;
  /* height: 68vh; */
}

nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  margin-bottom: 8vh;
}

nav img {
  margin: 0px -16px;
  width: 20%;
}

header .nav-links {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

header .secondary-cta {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: auto;
  display: flex;
  padding: 10px 20px;
  align-items: flex-start;
  gap: 16px;
  border-radius: 0.64px;
  border: solid 2px #f0f6f7;
  cursor: pointer;
  transition: all 250ms;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: baseline;
}

.secondary-cta:hover {
  transform: translateY(-1px);
}

header .secondary-cta:hover {
  align-items: flex-start;
  border-radius: 0.64px;
  border: solid 2px #006d77;
  background-color: white;
  color: #006d77;
  font-weight: 700;
  /* transition: all 0.2s ease-in-out; */
}

/* header li:hover {
  transform: rotate(0deg);
  transition: all 0.1s ease-in-out 0s;
} */

.mobileNavigation {
  display: none;
}

.hero-section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 64px;
  flex-shrink: 0;
  width: fit-content;
}

.hero-section img {
  margin: 0%;
  width: 108%;
  margin-left: -4%;
  border-radius: 0.64px;
}

.hero-section p {
  width: 80%;
  color: #00191c;
  font-family: "Albert Sans", serif;
  font-optical-sizing: auto;
  font-size: 44px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
}

/* .hero-section p strong {
  width: 100%;
  color: #00191c;
  font-family: "Albert Sans", serif;
  font-optical-sizing: auto;
  font-size: 60px;
} */

strong{
  font-weight: 700;
}

.heroSectionButton button {
  cursor: pointer;
  z-index: 1;
}

.heroSectionButton:hover {
  transform: rotate(0.1turn);
  /* transition: all 0.2s ease-in-out; */
  filter: invert(2);
}

main {
  width: 100vw;
  margin: 0% 4% 0 4%;
}

article {
  overflow: hidden;
  margin: 0% 0% 0% 4%;
  padding: 0% 0% 0;
  display: flex;
  gap: 32px;
  object-fit: cover;
  flex-direction: column;
  justify-content: space-between;
  align-items: normal;
  margin-bottom: 8%;
}

.sectionOne {
  display: flex;
  width: 100vw;
  flex-direction: column;
  align-items: flex-start;
  gap: 48px;
  flex-shrink: 0;
}

h1 {
  width: fit-content;
  align-self: stretch;
  color: #006d77;
  font-family: "Albert Sans", serif;
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  width: 90%;
}

.caseStudyNumber h1 {
  width: 32px;
}

.subSection {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 48px;
  align-self: stretch;
}

.keywordsWrap {
  display: flex;
  align-items: flex-start;
  gap: 24px;
}

.metaWrap {
  display: flex;
  width: 83%;
  flex-direction: row;
  justify-content: space-between;
}

h3 {
  color: #00191c;
  font-family: "Albert Sans", serif;
  font-optical-sizing: auto;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  width: 100%;
}

h4 {
  color: #006d77;
  font-family: "Albert Sans", serif;
  font-optical-sizing: auto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
}

h6 {
  color: #00191c;
  font-family: "Albert Sans", serif;
  font-optical-sizing: auto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
}

section img {
  width: 100%;
  margin-left: 0%;
}

img {
  width: 100vw;
  margin-top: -36%;
  margin-left: 4%;
}

/* .secondImage {
  width: 64vw;
  object-fit: cover;
  margin-left: -12%;
} */

.caseStudy {
  margin-top: -64px;
  overflow: visible;
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  align-items: flex-start;
  gap: 80px;
  /* align-self: stretch; */
}

.jumpToSections {
  position: sticky;
  margin-top: 64px;
  top: 64px;
  display: flex;
  width: fit-content;
  padding-top: 0px;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
}

.caseStudy .jumpToSections h3 {
  color: #00191c;
  font-family: "Albert Sans", serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  margin-right: 0%;
}

.projectImage{
  width: 128%; 
  margin-top:24px;
}

.projectImageDescription{
  margin-top: -24px; 
  margin-bottom: 24px;
}

.caseStudy .jumpToSections a {
  color: #50595a;
  font-family: "Albert Sans", serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.caseStudy .jumpToSections a:hover {
  color: #006d77;
  cursor: pointer;
  transition: all 0.2s;
  text-decoration: underline;
  font-weight: 400;
}

.caseStudy .hopOnSections {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
}

.caseStudy h2 {
  color: #00191c;
  margin-top: 64px;
  font-family: "Albert Sans", serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
}

.caseStudy h3 {
  color: #00191c;
  font-family: "Albert Sans", serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
  width: 80%;
}

.caseStudyArticle {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
  width: 100%;
}

#highText {
  font-style: italic; 
  color: #006D77; 
  font-size: 24px; 
  font-weight: 700;
}

.caseStudyArticle h4 {
  width: 100%;
  text-align: center;
  color: #50595a;
  font-family: "Albert Sans", serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  margin-left: 15%;
}

.sectionImage img {
  margin: 0% 0% 1%;
  width: 90%;
}

.caseStudy .sections {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  margin-right: 32%;
  min-width: 560px;
  max-width: 1080;
}
/* 
.moreCaseStudies{
  width: 84%;
  margin: 0 ;
  padding: 4% 4%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  align-self: stretch;
  background: #F0F6F7;
} */

section img {
  width: 100%;
}

img {
  margin-top: 0;
  width: 40%;
  height: auto;
  margin-bottom: 24px;
  /* margin-left: -32%; */
}

article h2 {
  color: #00191c;
  margin-top: 40px;
  font-family: "Albert Sans", serif;
  font-size: 44px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
}

.designDisplay {
  width: 88%;
  margin-top: 20px;
  overflow-x: scroll;
  gap: 6%;
  display: flex;
  /* scrollbar-color: white; */
  align-self: stretch;
  margin-bottom: 80px;
}

.designDisplay {
  -ms-overflow-style: none;
  /* Internet Explorer 10+ */
  scrollbar-width: none;
  /* Firefox */
}

.designDisplay::-webkit-scrollbar {
  display: none;
  /* Safari and Chrome */
}

.indiDesignWrap {
  flex-direction: column;
  height: fit-content;
}

.indiDesignWrap img {
  width: 28vw;
  margin-left: 0%;
}

.indiDesignWrap {
  display: flex;
  align-self: stretch;
  justify-content: flex-start;
  align-items: center;
  gap: 4%;
}

.indiDesignWrapButton {
  display: flex;
  /* align-self: stretch; */
  align-items: flex-start;
  gap: 16px;
  flex-direction: column;
  height: fit-content;
}

.indiDesignWrapButton .secondary-cta {
  color: #006d77;
  font-size: 14px;
  border: 0 solid;
  font-weight: 400;
  line-height: 180%;
  border-bottom: 1px solid #f0f6f7;
  padding: 0;
  width: max-content;
  cursor: pointer;
  transition: all 250ms;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: baseline;
}

.indiDesignWrapButton .secondary-cta:hover {
  transform: translateY(-1px);
}

.indiDesignWrapButton .secondary-cta:hover {
  align-items: flex-start;
  border-radius: 0.64px;
  border-bottom: solid 2px #006d77;
  font-weight: 700;
}

footer {
  width: 100vw;
  display: flex;
  margin: 4% 0 0 0;
  padding: 8% 0% 0;
  flex-direction: column;
  align-items: flex-start;
  gap: 120px;
  align-self: stretch;
}

footer .banner {
  margin: -12% 0%;
  width: 100%;
  z-index: 1;
}

footer nav {
  background-color: #00191c;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
  padding: 8% 8% 4% 8%;
  margin: 0%;
}

footer .nav-links {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  cursor: pointer;
}

footer .secondary-cta {
  background: #0a2225;
  color: #f0f6f7;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: auto;
  display: flex;
  padding: 10px 20px;
  align-items: flex-start;
  gap: 16px;
  border-radius: 0.64px;
  border: solid 2px #0a2225;
  cursor: pointer;
  transition: all 250ms;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: baseline;
}

footer .secondary-cta:hover {
  transform: translateY(-1px);
}

footer .secondary-cta:hover {
  align-items: flex-start;
  border-radius: 0.64px;
  border: solid 2px #f0f6f7;
  background-color: #00191c;
  color: #f0f6f7;
  font-weight: 700;
}

address {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  align-self: stretch;
  margin-top: 4%;
}

.contacts {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}

.contacts a {
  cursor: pointer;
  color: #f0f6f7;
  font-family: "Albert Sans", serif;
  font-optical-sizing: auto;
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  line-height: 72px;
  text-decoration-line: none;
}

.contacts .contactLinks {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 24px;
}

.contacts h2 {
  color: #f0f6f7;
  font-size: 36px;
  font-weight: 400;
}

.socials {
  margin-top: 12px;
  gap: 32px;
  width: min-content;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  align-self: stretch;
}

.socials-cta {
  font-size: 16px;
  font-weight: 400;
  width: fit-content;
  cursor: pointer;
  display: flex;
  align-items: flex-start;
  border-radius: 0.64px;
  color: #f0f6f7;
  transition: all 250ms;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: baseline;
  border-bottom: solid 1px #f0f6f7;
}

.socials-cta:hover {
  cursor: pointer;
  color: white;
  border-bottom: solid 1px white;
  /* border-radius: .64px;
  background-color: #00191C; */
  transform: translateY(-1px);
  font-weight: 700;
  /* color: #006D77; */
  /* transition: all 0.2s ease-in-out; */
}

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


  html, body { 
    max-width: 100% !important; 
    overflow-x: hidden !important;
    width: 100vw;
    max-width: 100vw;}
  
  header {
    padding: 8% 8%;
  }
  
  nav {
    align-items: start;
    margin-bottom: 12vh;
  }
  
  nav img {
    width: 40%;
  }
  
  header .nav-links {
    align-items: flex-end;
    flex-direction: column;
    gap: 12px;
  }
  
  header .secondary-cta {
    padding: 4px 0px 2px 8px;
    align-items: flex-end;
    border: solid 0px #F0F6F7;
    border-bottom: solid 2px #F0F6F7;
    color: #006D77;
  }
  
  header .secondary-cta:hover {
    border: solid 0px #006D77;
    border-bottom: solid 2px #006D77;
  }
  
.hero-section {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: space-between;
  align-items: flex-start;
  align-self: stretch;
}

.hero-section p {
  width: 100%;
  font-size: 32px;
}

.hero-section img {
  margin-top: 10%;
  width: 108%;
  margin-left: -4%;
  border-radius: 0.64px;
}

.heroSectionButton:hover {
  transform: rotate(0.1turn);
  /* transition: all 0.2s ease-in-out; */
  filter: invert(2);
}

.banner {
  width: 200%;
  margin-left: -60%;
  overflow-x: hidden;
}

main {
  margin: 0% 0% 0% 0%;
  width: 100vw;
  overflow-x: hidden;
}

article {
  margin: 0% 0% 0% 0%;
  padding: 8% 8%;
  /* width: fit-content; */
  display: flex;
  gap: 32px;
  object-fit: cover;
  flex-direction: column;
  justify-content:flex-start;
  align-items:center;
}

.sectionOne {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  flex-shrink: 0;
  width: 100%;
}

 img{
  width: 100%;
}

.subSection {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-self: stretch;
  width: 100%;
}

.keywordsWrap {
  display: flex;

  align-items: flex-start;
  gap: 12px;
  flex-direction: row;
  flex-wrap: wrap;
}

.metaWrap {
  margin: 0;
  padding: 0;
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 24px;
}

.metaWrap h6{
  font-size: 12px;
}

.metaWrap h3{
  font-size: 16px;
}

.caseStudy {
  margin-top: -64px;
  overflow: visible;
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  align-items: flex-start;
  gap: 80px;
  /* align-self: stretch; */
}

.jumpToSections {
  position: sticky;
  margin-top: 64px;
  top: 64px;
  display: flex;
  width: fit-content;
  padding-top: 0px;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
}

.caseStudy .jumpToSections h3 {
  color: #00191c;
  font-family: "Albert Sans", serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  margin-right: 0%;
}

.caseStudy .jumpToSections a {
  color: #50595a;
  font-family: "Albert Sans", serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.caseStudy .jumpToSections a:hover {
  color: #006d77;
  cursor: pointer;
  transition: all 0.2s;
  text-decoration: underline;
  font-weight: 400;
}

.caseStudy .hopOnSections {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
}

.caseStudy h2 {
  color: #00191c;
  margin-top: 64px;
  font-family: "Albert Sans", serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
}

.caseStudy h3 {
  color: #00191c;
  font-family: "Albert Sans", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
  width: 100%;
}

.caseStudyArticle {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0px;
  width: 100%;
}

.projectImage{
  width: 100%;
  margin-top:24px;
}

.moreCaseStudies{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  align-self: stretch;
  gap: 16px;
}

.projectImageDescription{
  margin-top: -24px; 
  margin-bottom: 8px;
  align-items: center;
  justify-content: center;
}

.caseStudyArticle h4 {
  width: 100%;
  line-height: 130%;
  margin-left: 0%;
  font-size: 14px;
}


.caseStudy .sections {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  margin-right: 0%;
  min-width: 100%;
  max-width: 100%;
}

section img {
  width: 100%;
}

img {
  margin-top: 0;
  width: 40%;
  height: auto;
  margin-bottom: 24px;
  /* margin-left: -32%; */
}

article h2 {
  font-size: 32px;
}

.designDisplay {
  width: 100%;
  margin-top: 8px;
  overflow-x: scroll;
  gap: 4%;
  display: flex;
  /* scrollbar-color: white; */
  align-self: stretch;
  margin-bottom: 80px;
}

.designDisplay {
  -ms-overflow-style: none;
  /* Internet Explorer 10+ */
  scrollbar-width: none;
  /* Firefox */
}

.designDisplay::-webkit-scrollbar {
  display: none;
  /* Safari and Chrome */
}

.indiDesignWrap {
  flex-direction: column;
  height: fit-content;
}

.indiDesignWrap img {
  width: 68vw;
  margin-left: 0%;
}

.indiDesignWrap {
  display: flex;
  align-self: stretch;
  justify-content: flex-start;
  align-items: center;
  gap: 4%;
}

.indiDesignWrapButton {
  display: flex;
  /* align-self: stretch; */
  align-items: flex-start;
  gap: 16px;
  flex-direction: column;
  height: fit-content;
}

.indiDesignWrapButton .secondary-cta {
  color: #006d77;
  font-size: 14px;
  border: 0 solid;
  font-weight: 400;
  line-height: 180%;
  border-bottom: 1px solid #f0f6f7;
  padding: 0;
  width: max-content;
  cursor: pointer;
  transition: all 250ms;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: baseline;
}

.indiDesignWrapButton .secondary-cta:hover {
  transform: translateY(-1px);
}

.indiDesignWrapButton .secondary-cta:hover {
  align-items: flex-start;
  border-radius: 0.64px;
  border-bottom: solid 2px #006d77;
  font-weight: 700;
}

.button-6 {
  align-items: center;
  background-color: #ffffff;
  border: 2px solid #006D77;
  border-radius: .64px;
  /* box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0; */
  box-sizing: border-box;
  color: #006D77;
  cursor: pointer;
  display: inline-flex;
  font-size: 14px;
  font-weight: 700;
  justify-content: center;
  line-height: 1.25;
  margin: 0;
  min-height: 3rem;
  padding: calc(.500rem - 1px) calc(1.2rem - 1px);
  position: relative;
  text-decoration: none;
  transition: all 250ms;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: baseline;
}

.button-6:hover,
.button-6:focus {
  /* background-color: #F0F6F7; */
  border-color: #F0F6F7;
  /* box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px; */
  color: #006D77;
}

#highText {
  font-style: italic; 
  color: #006D77; 
  font-size: 18px; 
  font-weight: 700;
}

.button-6:hover {
  transform: translateY(-1px);
}

.button-6:active {
  background-color: #F0F6F7;
  border-color: rgba(0, 0, 0, 0.15);
  /* box-shadow: rgba(0, 0, 0, 0.06) 0 2px 4px; */
  color: #00191C;
  transform: translateY(0);
}

.designDisplay {
  margin: 0px 0 0 0;
  padding: 16px 0;
  overflow-x: scroll;
  overflow-y: visible;
  gap: 10%;
  display: flex;
  /* scrollbar-color: white; */
  align-self: stretch;
  margin-bottom: 0px;
}

.designDisplay h3{
  line-height: 120%;
  font-size: 16px;
}

.designDisplay h6{
  line-height: 120%;
  font-size: 12px;
}

.indiDesignWrap {
  display: flex;
  justify-content:flex-start;
  align-items:flex-start;
  gap: 6%;
  flex-direction: column;
  width: 100%;
  /* height: auto; */
}

.indiDesignWrapButton{
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  gap: 16px;
  flex-direction: column;
  width: 100%;
  /* height: 80px; */
  /* height: fit-content; */
}

.indiDesignWrapButton .secondary-cta{
  font-size: 14px;
  font-weight: 700;
}

.imgHeight{
  height: 75%;
}

footer {
  width: 100vw;
  display: flex;
  margin: 4% 0 0 0;
  padding: 8% 0% 0;
  flex-direction: column;
  align-items: flex-start;
  gap: 120px;
  align-self: stretch;
}

footer .banner {
  width: 200%;
  margin: 0 0 -40% -60%;
  /* margin-left: -60%; */
 overflow-x: hidden;
}

footer nav {
  background-color: #00191C;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
  padding: 20% 8% 8% 8%;
  margin: 0%;
}

footer .nav-links {
  align-items: flex-start;
  gap: 12px;
  flex-direction: column;
}

footer .secondary-cta {
  background: none;
  color: #F0F6F7;
  padding: 4px 8px 2px 0px;
  align-items: flex-end;
  gap: 16px;
  border-radius: .64px;
  border: solid 0px #0A2225;
  border-bottom: solid 1px #0e2e32;
}

footer .secondary-cta:hover {
  align-items: flex-start;
  border-radius: .64px;
  border: solid 0px #F0F6F7;
  border-bottom: solid 2px #F0F6F7;
  background-color: #00191C;
  color: #F0F6F7;
  font-weight: 700;
}

.contacts {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 40px;
}

.contacts a {
  font-size: 24px;
}

.contacts .contactLinks {
  margin: -20px 0;
}

.contacts h2{
  color: #F0F6F7;
  font-size: 20px;
  font-weight: 400;
}

.socials{
  margin-top: 0px;
gap: 20px;
}

 .socials-cta {
  font-size: 14px;
}
 
 .socials-cta:hover {
  cursor: pointer;
  color: white;
  border-bottom: solid 1px white;
  /* border-radius: .64px;
  background-color: #00191C; */
  transform: translateY(-1px);
  font-weight: 700;
  /* color: #006D77; */
  /* transition: all 0.2s ease-in-out; */
}
}