@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;
}

.container{
  max-width: 85%;
  margin: 8% auto;
  margin-bottom: -4% ;
}

.container h1{
  font-size: 36px;
  margin-bottom: 32px;
}

.buttonWrap{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items:last baseline;
  align-self: stretch;
}

.container h2{
  color: #00191C;
  width: 60%;
  align-self: stretch;
  font-family: "Albert Sans", serif;
  font-optical-sizing: auto;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

/* .container .title{
  font-size: 25px;
  background-color: #000;
  color:#fff;
  border-radius: 5px;
  margin-bottom: 10px;
  text-align: center;
  padding:15px;
} */

.container .image-container{
  columns:3 250px;
  gap:4px;
  margin-top: 40px;
}

.container .image-container img{
  margin-bottom: 0px;
  border-radius: .664px;
  width: 100%;
}

#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: .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: 14vh;
}

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: .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: .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-wrap: wrap;
  gap: 24px;
  justify-content: space-between;
  align-items: flex-end;
  align-self: stretch;
}

.hero-section p {
  width: 80%;
  color: #00191c;
  font-family: "Albert Sans", serif;
  font-optical-sizing: auto;
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  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);
}

.banner {
  width: 100%;
  margin-left: 0%;
  overflow-x: hidden;
}

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

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

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

h1 {
  width: 100%;
  align-self: stretch;
  color: #00191C;
  font-family: "Albert Sans", serif;
  font-optical-sizing: auto;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.knowMoreButton {
  cursor: pointer;
  z-index: 1;
}

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

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%;
}

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

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

.metaWrap {
  display: flex;
  align-items: center;
  gap: 48px;
}

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%;
}


.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: 16px;
  font-weight: 700;
  justify-content: center;
  line-height: 1.25;
  margin: 0;
  min-height: 3rem;
  padding: calc(.875rem - 1px) calc(1.5rem - 1px);
  position: relative;
  text-decoration: none;
  transition: all 250ms;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: baseline;
  width: auto;
}

.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;
}

.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);
}

section img {
  width: 100%;
}

img {
  width: 45%;
  height: 100%;
  /* margin-left: -32%; */
}

.designDisplay {
  margin: 0;
  overflow-x: scroll;
  gap: 8%;
  display: flex;
  /* scrollbar-color: white; */
  align-self: stretch;
  margin-bottom: 120px;
}

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

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

.indiDesignWrap img {
  width: 26vw;
  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: 700;
  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: .64px;
  border-bottom: solid 2px #006D77;
  font-weight: 700;
}
.secondImage {
  width: 64vw;
  object-fit: cover;
  margin-left: -20%;
}

#about {
  margin: -8% 4% 0 4%;
  padding: 4% 4%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  align-self: stretch;
  background: #F0F6F7;
}

#about img {
  border-radius: 0px;
  width: 32vw;
  object-fit: cover;
  margin-left: 0%;
}

.aboutMeSection {
  display: flex;
  flex-direction: column;
  justify-content:flex-start;
  align-items:center;
  gap: 32px;
  width: fit-content;
}

.aboutMeSectionText {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}

#about .imageSection {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

#about h1 {
  width: fit-content;
  align-self: stretch;
  color: #00191C;
  font-family: "Albert Sans", serif;
  font-optical-sizing: auto;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
}

#about h2 {
  color: #00191C;
  align-self: stretch;
  font-family: "Albert Sans", serif;
  font-optical-sizing: auto;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

#about h3 {
  color: #006D77;
  align-self: stretch;
  font-family: "Albert Sans", serif;
  font-optical-sizing: auto;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}

#about h6 {
  color: #00191C;
  align-self: stretch;
  font-family: "Albert Sans", serif;
  font-optical-sizing: auto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}

#about .metaWrap {
  display: flex;
  align-items: center;
  gap: 48px;
}

#about .metaElementWrap{
  width: 100%;
}

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 .beforeFooter {
  display: flex;
  align-items: flex-start;
  gap: 80px;
  padding: 0% 4%;
  align-self: stretch;
}

footer img {
  width: 12vw;
  margin-left: 0%;
}

footer .contactForm {
  margin: 0% 0%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 80px;
  width: 100%;
}

footer .inFieldsWithButton {
  display: flex;
  flex-direction: row;
  gap: 80px;
  align-items: end;
}

footer .inFields {
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 100%;
}

footer .footerBanner {
  width: 100%;
  margin-left: 0%;
  overflow-x: hidden;
  margin: -8% 0% -12%;
  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: .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: .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: .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; */
}

.tooltip {
  position: relative;
  display: inline-block;
  /* border-bottom: 1px dotted black; If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  width: 96px;
  background-color: #00191C;
  color: #F0F6F7;
  border: solid 2px #0A2225;
  font-family: "Albert Sans", serif;
  font-optical-sizing: auto;
  font-size: 12px;
  font-style: normal;
  font-weight: 200;
  line-height: normal;
  text-align: center;
  padding: 12px 0px;
  border-radius: 600px;
  top: 120%;
  left: 50%;
  margin-left: -60px;

  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
}

.tooltip .tooltiptext::after {
  content: " ";
  position: absolute;
  bottom: 100%;
  /* At the top of the tooltip */
  left: 62.5%;
  margin-left: -10px;
  border-width: 8px;
  border-style: solid;
  border-color: transparent transparent #0A2225 transparent;
}

nav h1 {
  color: #0A2225;
  font-family: "Albert Sans", serif;
  font-optical-sizing: auto;
  font-size: 5.15rem;
  font-style: normal;
  font-weight: 700;
  line-height: 0px;
}
/* 
.mobileVersion {
  visibility: hidden;
  height: 0px;
} */

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


  html, body { 
    max-width: 100% !important; 
    overflow-x: hidden !important;
    width: 100vw;
    max-width: 100vw;
  }
/* 
  body {
    overflow-x: hidden;
    width: 100vw;
    max-width: 100vw;
  } */
  
  header {
    padding: 8% 8%;
    margin-bottom: -16%;
    height: auto;
  }
  
  nav {
    align-items: start;
    margin-bottom: 20vh;
  }
  
  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-end;
  align-self: stretch;
}

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

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

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

.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;
  visibility: hidden;
}

main {
  margin: 8% 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: fit-content;
}

 img{
  width: 100%;
}

h1 {
  width: 100%;
  align-self: stretch;
  color: #00191C;
  font-family: "Albert Sans", serif;
  font-optical-sizing: auto;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.knowMoreButton {
  cursor: pointer;
  z-index: 1;
}

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

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

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

.keywordsWrap {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: -8px;
}

#myWork .metaElementWrap{
  padding: 0px 24px 8px 0px ;
}

.metaWrap {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0;
}

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

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

.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;
}

.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: 40px 0;
  overflow-x: scroll;
  overflow-y: visible;
  gap: 10%;
  display: flex;
  /* scrollbar-color: white; */
  align-self: stretch;
  margin-bottom: 96px;
}

.designDisplay h3{
  line-height: 120%;
}


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

.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: 8px;
  flex-direction: column;
  width: 100%;
  /* height: 80px; */
  /* height: fit-content; */
}

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

.imgHeight{
  height: 76%;
}

#about {
  margin: -8% 4% 12% 4%;
  padding: 4% 4%;
  display: flex;
  flex-direction: column;
}

#about img {
  border-radius: 0.64px;
  width: 100%;
  object-fit: cover;
  margin-left: 0%;
}

.aboutMeSection {
  display: flex;
  flex-direction: column;
  justify-content:flex-start;
  align-items:center;
  gap: 24px;
  width: fit-content;
}

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

#about .imageSection {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

#about h1 {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
}

#about h2 {
  font-size: 16px;
}

#about h3 {
  font-optical-sizing: auto;
  font-size: 14px;
}

#about h6 {
  font-size: 12px;
}

#about .metaWrap {
  display: flex;
  align-items: center;
  gap: 48px;
}

#about .metaElementWrap{
  width: 100%;
}


.container{
  max-width: 85%;
  margin: 8% auto;
  margin-bottom: -4% ;
}

.container h1{
  font-size: 24px;
  margin-bottom: 20px;
}


.container h2{
  width: 100%;
  font-size: 16px;
}


.container .image-container{
  columns:3 150px;
  gap: 4px;
  margin-top: 24px;
}

.container .image-container img{
  margin-bottom: 0px;
  border-radius: .664px;
  width: 100%;
}

#myBtn {
  bottom: 16px;
  right: 16px;
  font-size: 12px;
  padding: 8px 8px;
}

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 .footerBanner {
  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; */
}
}