/* --projectMobileWidth-fullscreen: calc(100vw*250/1400); */
/*  */
/*  */
/* Landing page */
#mine {
  position: relative;
}

/* New Section 1 */
#hero {
  display: flex;
  flex-direction: column;
  margin: 0 24px;
  min-height: 100vh;
  position: relative;
}

.hero-nameAndLogo {
  margin-top: 17.7777777778vh;
}

.hero-nameAndLogo-logo {
  width: 98px;
  /* height: 98px; */
}

.hero-infoAndDescription {
  /* bottom: calc(100vh*80/900); */
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: auto;
  margin-bottom: 8.8888888889vh;
  /* position: absolute; */
}

.hero-infoAndDescription-description {
  margin-top: auto;
  width: 440px;
}

.hero-infoAndDescription-description-links {
  display: flex;
  gap: 16px;
  justify-content: space-between;
}

.hero-infoAndDescription-description-links-link {
  color: #898C8F;
}

.hero-hr {
  margin-top: 0;
  margin-bottom: 8vh;
}

/* New Seciton 2 */
#projects {
  margin: 0 24px;
}

.projects-project {
  display: flex;
  margin-top: 8.8888888889vh;
  gap: 16px;
}

.projects-project-texts {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 31.4285714286vw;
  word-wrap: break-word;
}

.projects-project-texts-content-title {
  margin-bottom: 16px;
}

.projects-project-texts-content-subtitle {
  margin-bottom: 24px;
}

.projects-project-texts-content-description {
  margin-bottom: 40px;
}

.projects-project-device {
  align-items: flex-end;
  display: flex;
  justify-content: center;
  width: 64vw;
}

.projects-hr {
  margin-top: 8.8888888889vh;
  margin-bottom: 8.8888888889vh;
}

/* macbook device styling */
.projects-project-device-macbook {
  display: flex;
  height: 35.7vw;
  justify-content: center;
  overflow: hidden;
  position: relative;
  width: 59.5vw;
}

.projects-project-device-macbook-maskGroup-videoHolder {
  align-items: center;
  background-color: black;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  height: inherit;
  justify-content: center;
  position: relative;
  width: 48.98635vw;
  /* width: calc(var(--projectMacbookWidth)); */
}

.projects-project-device-macbook-maskGroup-video {
  position: relative;
  /* left: 8.8725%; */
  /* top: 1.8526%; */
  top: 0.57%;
  width: 48.98635vw;
  /* height: 240px; */
}

.projects-project-device-macbook-maskGroup {
  position: absolute;
  left: 0;
  top: 0;
  width: 59.5vw;
  /* height: 100px; */
}

.projects-project-device-macbook-macbookBody {
  width: 59.5vw;
  /* height: 100px; */
}

/* mobile device styling */
.projects-project-device-mobile {
  align-items: center;
  display: flex;
  height: 499.995px;
  justify-content: center;
  overflow: hidden;
  position: relative;
  width: 246px;
}

.projects-project-device-mobile-videoHolder {
  align-items: center;
  background-color: black;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  height: 399.996px;
  justify-content: center;
  width: 214.6104px;
}

.projects-project-device-mobile-videoHolder-video {
  width: 214.6104px;
  /* height: 240px; */
}

.projects-project-device-mobile-maskGroup {
  position: absolute;
  left: 0;
  top: 0;
  width: 246px;
  /* height: 100px; */
}

.projects-project-device-mobile-mobileBody {
  width: 246px;
  /* height: 100px; */
}

/* New Section 3 */
#aboutMe {
  background-color: #00070D;
  color: #F3F3F3;
  padding: 10.781671159vh 24px;
}

.aboutMe-header {
  margin-bottom: 40px;
}

.aboutMe-content {
  display: flex;
}

.aboutMe-content-portraitHolder-portrait {
  width: 31.4285714286vw;
}

.aboutMe-content-texts {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-left: 9.2857142857vw;
  margin-top: auto;
  width: 39.5714285714vw;
}

.aboutMe-hr {
  margin-top: 5.3908355795vh;
}

/* New Section 4 */
#services {
  background-color: #00070D;
  color: #F3F3F3;
  padding: 11.5107913669vh 24px;
}

.services-header {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.services-header-description {
  padding-right: 24.4285714286vw;
}

.services-content {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-top: 10.3597122302vh;
}

.services-content-group {
  display: flex;
  flex-direction: row;
  flex-grow: 1;
  gap: 16px;
  /* min-width: 0; */
}

.services-content-group-item {
  display: flex;
  flex-basis: 0;
  flex-direction: column;
  flex-grow: 1;
  gap: 16px;
}

.services-hr {
  margin-top: 5.7553956835vh;
}

#sections {
  background-color: #00070D;
  color: #F3F3F3;
}

@media screen and (max-width: 600px) {
  /*  */
  /*  */
  /* Landing page */
  /* New Section 1 */
  #hero {
    height: 100vh;
    margin: 0 16px;
    min-height: 500px;
  }
  .hero-nameAndLogo {
    margin-top: 32px;
  }
  .hero-infoAndDescription {
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    margin-top: 32px;
    margin-bottom: 32px;
  }
  .hero-infoAndDescription-description {
    margin-top: 32px;
    margin-bottom: 0;
    width: 100%;
  }
  .hero-infoAndDescription-description-links {
    display: none;
    /* flex-direction: column; */
    /* gap: 8px; */
  }
  .hero-hr {
    margin-bottom: 56px;
  }
  /* New Seciton 2 */
  #projects {
    margin: 0 16px;
  }
  .projects-project {
    flex-direction: column;
    margin-top: 16px;
    gap: 16px;
  }
  .projects-project-texts {
    width: 100%;
  }
  .projects-project-texts-content-description {
    margin-bottom: 8px;
  }
  .projects-project-texts-content-button {
    margin-bottom: 32px;
  }
  .projects-project-device {
    align-items: center;
    width: 100%;
  }
  .projects-hr {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  /* macbook device styling */
  .projects-project-device-macbook {
    height: 48vw;
    width: 80vw;
  }
  .projects-project-device-macbook-maskGroup-videoHolder {
    border-radius: 5px;
    width: 65.864vw;
  }
  .projects-project-device-macbook-maskGroup-video {
    width: 65.864vw;
  }
  .projects-project-device-macbook-maskGroup {
    width: 80vw;
  }
  .projects-project-device-macbook-macbookBody {
    width: 80vw;
  }
  /* mobile device styling */
  .projects-project-device-mobile {
    height: 121.95vw;
    width: 60vw;
  }
  .projects-project-device-mobile-videoHolder {
    height: 97.56vw;
    width: 52.344vw;
  }
  .projects-project-device-mobile-videoHolder-video {
    width: 52.344vw;
  }
  .projects-project-device-mobile-maskGroup {
    width: 60vw;
  }
  .projects-project-device-mobile-mobileBody {
    width: 60vw;
  }
  /* New Section 3 */
  #aboutMe {
    padding: 40px 16px;
  }
  .aboutMe-content {
    flex-direction: column;
    width: 100%;
  }
  .aboutMe-content-portraitHolder-portrait {
    width: 64vw;
  }
  .aboutMe-content-texts {
    margin-top: 32px;
    margin-left: 0;
    width: 100%;
  }
  .aboutMe-hr {
    margin-top: 80px;
  }
  /* New Section 4 */
  #services {
    padding: 80px 24px;
  }
  .services-header-description {
    width: 100%;
    max-width: 320px;
    padding-right: 0;
  }
  .services-content {
    gap: 24px;
    margin-top: 32px;
  }
  .services-content-group {
    flex-direction: column;
    gap: 24px;
  }
  .services-content-group-item {
    gap: 8px;
  }
  .services-hr {
    margin-top: 80px;
  }
}
@media screen and (min-width: 1400px) {
  .hero-infoAndDescription-description {
    width: 32vw;
  }
}
/*  */
/*  */
/* Project page */
/* Section 1 Hero */
#project-hero {
  display: flex;
  flex-direction: column;
  margin: 0 24px;
}

.project-hero-content {
  display: flex;
  flex-direction: column;
  padding: 80px 0 40px 0;
  width: 100%;
}

.project-hero-content-header-title {
  margin-bottom: 16px;
}

.project-hero-content-header-subtitle {
  margin-bottom: 24px;
}

.project-hero-content-header-description {
  margin-bottom: 40px;
}

.project-hero-content-features {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}

.project-hero-content-features-item {
  display: flex;
  flex-basis: auto;
  flex-direction: column;
  flex-grow: 1;
  gap: 24px;
  max-width: 326px;
}

.project-hero-hr {
  margin-bottom: 80px;
}

/* Section 2 Projects */
#project-projects {
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* simple video */
.project-projects-simpleVideo {
  display: flex;
  background-color: #E5E7EA;
  justify-content: center;
  margin: 0 24px;
  padding: 16px 0;
}

.project-projects-simpleVideo-videoHolder {
  margin: 40px 8.143% 40px 8.143%;
}

.project-projects-simpleVideo-video {
  width: 100%;
}

/* simple image */
.project-projects-simpleImage {
  display: flex;
  background-color: #E5E7EA;
  justify-content: center;
  margin: 0 24px;
  padding: 16px 0;
}

.project-projects-simpleImage-imageHolder {
  margin: 40px 8.143% 40px 8.143%;
}

.project-projects-simpleImage-image {
  width: 100%;
}

/* simple text */
.project-projects-text {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 56px 24px;
}

/* mobile with 3 images */
.project-projects-mobile3Image {
  background-color: #E5E7EA;
  margin: 0 24px;
  padding: 56px 0;
}

.project-projects-mobile3Image-content {
  display: flex;
  justify-content: space-evenly;
  gap: 16px;
}

.project-projects-mobile3Image-content-deviceHolder {
  align-items: center;
  display: flex;
  height: 47.8554285714vw;
  justify-content: center;
  overflow: hidden;
  position: relative;
  width: 23.7142857143vw;
}

.project-projects-mobile3Image-content-deviceHolder-imageHolder {
  align-items: center;
  background-color: black;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  height: 45.9412114286vw;
  justify-content: center;
  overflow: hidden;
  position: absolute;
  left: 1.2514028571vw;
  top: 1.1107771429vw;
  width: 21.1602571429vw;
}

.project-projects-mobile3Image-content-deviceHolder-imageHolder-image {
  width: 21.1602571429vw;
  /* height: 240px; */
}

.project-projects-mobile3Image-content-deviceHolder-maskGroup {
  position: absolute;
  left: 0;
  top: 0;
  width: 23.7142857143vw;
  /* height: 100px; */
}

.project-projects-mobile3Image-content-deviceHolder-maskGroup-mobileBody-iphone12 {
  width: 23.7142857143vw;
  /* height: 100px; */
}

/* mobile with 3 video */
.project-projects-mobile3Video {
  background-color: #E5E7EA;
  margin: 0 24px;
  padding: 56px 0;
}

.project-projects-mobile3Video-content {
  display: flex;
  justify-content: space-evenly;
  gap: 16px;
}

.project-projects-mobile3Video-content-deviceHolder {
  align-items: center;
  display: flex;
  height: 47.8554285714vw;
  justify-content: center;
  overflow: hidden;
  position: relative;
  width: 23.7142857143vw;
}

.project-projects-mobile3Video-content-deviceHolder-videoHolder {
  align-items: center;
  background-color: black;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  height: 45.9412114286vw;
  justify-content: center;
  overflow: hidden;
  position: absolute;
  left: 1.2514028571vw;
  top: 1.15204vw;
  width: 21.1602571429vw;
}

.project-projects-mobile3Video-content-deviceHolder-videoHolder-video {
  width: 21.1602571429vw;
  /* height: 240px; */
}

.project-projects-mobile3Video-content-deviceHolder-maskGroup {
  position: absolute;
  left: 0;
  top: 0;
  width: 23.7142857143vw;
  /* height: 100px; */
}

.project-projects-mobile3Video-content-deviceHolder-maskGroup-mobileBody-iphone12 {
  width: 23.7142857143vw;
  /* height: 100px; */
}

/* laptop video */
.project-projects-laptopVideo {
  background-color: #E5E7EA;
  display: flex;
  justify-content: center;
  margin: 0 24px;
  padding: 56px 0;
}

.project-projects-laptopVideo-macbook {
  display: flex;
  height: 50.2285714286vw;
  justify-content: center;
  overflow: hidden;
  position: relative;
  width: 83.7142857143vw;
}

.project-projects-laptopVideo-macbook-videoHolder {
  align-items: center;
  background-color: black;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  height: inherit;
  justify-content: center;
  position: relative;
  width: 68.9219714286vw;
}

.project-projects-laptopVideo-macbook-videoHolder-video {
  position: relative;
  /* left: 8.8725%; */
  /* top: 1.8526%; */
  top: 0.57%;
  width: 68.9219714286vw;
  /* height: 240px; */
}

.project-projects-laptopVideo-maskGroup {
  position: absolute;
  left: 0;
  top: 0;
  width: 83.7142857143vw;
  /* height: 100px; */
}

.project-projects-laptopVideo-maskGroup-macbookBody {
  width: 83.7142857143vw;
  /* height: 100px; */
}

/* laptop image */
.project-projects-laptopImage {
  background-color: #E5E7EA;
  display: flex;
  justify-content: center;
  margin: 0 24px;
  padding: 56px 0;
}

.project-projects-laptopImage-macbook {
  display: flex;
  height: 50.2285714286vw;
  justify-content: center;
  overflow: hidden;
  position: relative;
  width: 83.7142857143vw;
}

.project-projects-laptopImage-macbook-imageHolder {
  align-items: center;
  background-color: black;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  height: inherit;
  justify-content: center;
  position: relative;
  width: 68.9219714286vw;
}

.project-projects-laptopImage-macbook-imageHolder-image {
  position: relative;
  /* left: 8.8725%; */
  /* top: 1.8526%; */
  top: 0.57%;
  width: 68.9219714286vw;
  /* height: 240px; */
}

.project-projects-laptopImage-maskGroup {
  position: absolute;
  left: 0;
  top: 0;
  width: 83.7142857143vw;
  /* height: 100px; */
}

.project-projects-laptopImage-maskGroup-macbookBody {
  width: 83.7142857143vw;
  /* height: 100px; */
}

/* mobile se 1 video */
.project-projects-mobileSE1Video {
  background-color: #E5E7EA;
  display: flex;
  justify-content: center;
  margin: 0 24px;
  padding: 56px 0;
}

.project-projects-mobileSE1Video-mobile {
  align-items: center;
  display: flex;
  height: 508.125px;
  justify-content: center;
  overflow: hidden;
  position: relative;
  width: 250px;
}

.project-projects-mobileSE1Video-mobile-videoHolder {
  align-items: center;
  background-color: black;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  height: 406.5px;
  justify-content: center;
  overflow: hidden;
  width: 218.1px;
}

.project-projects-mobileSE1Video-mobile-videoHolder-video {
  width: 218.1px;
  /* height: 240px; */
}

.project-projects-mobileSE1Video-mobile-maskGroup {
  position: absolute;
  left: 0;
  top: 0;
  width: 250px;
  /* height: 100px; */
}

.project-projects-mobileSE1Video-mobile-mobileBody {
  width: 250px;
  /* height: 100px; */
}

/* cta */
#project-cta {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 56px 24px;
}

.project-cta-button {
  margin: 16px 0;
}

/*  */
/*  */
/* Graphics page */
.graphics-setOf3Images {
  margin: 0;
  /* padding: 40px 0; */
}

.graphics-setOf3Images-content {
  display: flex;
  width: 100%;
}

.graphics-setOf3Images-content-imageHolder {
  background-color: #E5E7EA;
  margin: 16px 8px;
  padding: 40px 40px;
  width: 100%;
}

.graphics-setOf3Images-content-imageHolder-image {
  width: 100%;
}

@media screen and (max-width: 600px) {
  /*  */
  /*  */
  /* Project page */
  /* hero */
  .project-hero-content-features {
    flex-direction: column;
  }
  /* sections */
  .project-hero-content-features-item {
    max-width: 100%;
  }
  /* simple video */
  .project-projects-simpleVideo {
    margin: 0;
  }
  .project-projects-simpleVideo-videoHolder {
    margin: 16px 4% 16px 4%;
  }
  /* simple image */
  .project-projects-simpleImage {
    margin: 0;
  }
  .project-projects-simpleImage-imageHolder {
    margin: 16px 4% 16px 4%;
  }
  /* simple text */
  .project-projects-text {
    margin: 16px 0;
  }
  /* mobile with 3 images */
  .project-projects-mobile3Image {
    background-color: #E5E7EA;
    margin: 16px 0;
    padding: 16px 0;
  }
  .project-projects-mobile3Image-content-deviceHolder-imageHolder {
    border-radius: 7px;
  }
  /* mobile with 3 videos */
  .project-projects-mobile3Video {
    background-color: #E5E7EA;
    margin: 16px 0;
    padding: 16px 0;
  }
  .project-projects-mobile3Video-content-deviceHolder-videoHolder {
    border-radius: 7px;
  }
  /* laptop video */
  .project-projects-laptopVideo {
    margin: 16px 0;
    padding: 16px 0;
  }
  .project-projects-laptopVideo-macbook {
    height: 48vw;
    width: 80vw;
  }
  .project-projects-laptopVideo-macbook-videoHolder {
    border-radius: 5px;
    width: 65.864vw;
  }
  .project-projects-laptopVideo-macbook-videoHolder-video {
    width: 65.864vw;
  }
  .project-projects-laptopVideo-maskGroup {
    width: 80vw;
  }
  .project-projects-laptopVideo-maskGroup-macbookBody {
    width: 80vw;
  }
  /* laptop image */
  .project-projects-laptopImage {
    margin: 16px 0;
    padding: 16px 0;
  }
  .project-projects-laptopImage-macbook {
    height: 48vw;
    width: 80vw;
  }
  .project-projects-laptopImage-macbook-imageHolder {
    border-radius: 5px;
    width: 65.864vw;
  }
  .project-projects-laptopImage-macbook-imageHolder-image {
    width: 65.864vw;
  }
  .project-projects-laptopImage-maskGroup {
    width: 80vw;
  }
  .project-projects-laptopImage-maskGroup-macbookBody {
    width: 80vw;
  }
  /* mobile se 1 video */
  .project-projects-mobileSE1Video {
    margin: 16px 0;
    padding: 16px 0;
  }
  .project-projects-mobileSE1Video-mobile {
    height: 162.6vw;
    width: 80vw;
  }
  .project-projects-mobileSE1Video-mobile-videoHolder {
    border-radius: 5px;
    height: 130.08vw;
    width: 69.792vw;
  }
  .project-projects-mobileSE1Video-mobile-videoHolder-video {
    width: 69.792vw;
  }
  .project-projects-mobileSE1Video-mobile-maskGroup {
    width: 80vw;
  }
  .project-projects-mobileSE1Video-mobile-mobileBody {
    width: 80vw;
  }
  /* set of 3 images */
  .graphics-setOf3Images-content {
    flex-direction: column;
  }
}
@media screen and (min-width: 1400px) {
  .project-hero-content-features-item {
    max-width: 23vw;
  }
}
/*  */
/*  */
/* photography */
.photography {
  display: flex;
  flex-direction: column;
  height: 100vh;
}

#photography-board {
  background-color: #00070D;
  display: flex;
  flex-direction: column;
  height: 100vh;
}

.photography-board-nav {
  /* background-color: black; */
  flex-grow: 0;
  flex-shrink: 0;
}

.photography-board-content {
  background-color: #00070D;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  flex: 1;
  position: relative;
  resize: horizontal;
}

.photography-board-content-navLinks {
  position: absolute;
  top: 25%;
  left: 24px;
}

.photography-board-logo {
  width: 48px;
}

.photography-board-content-activePage {
  color: white;
}

.photography-board-content-sections {
  color: white;
  display: flex;
  flex-shrink: 0;
  flex-grow: 1;
  gap: 32px;
  overflow-x: scroll;
  overscroll-behavior-inline: contain;
  padding: 16px 100px 40px 240px;
}

.photography-board-content-sections > * {
  display: flex;
  flex-direction: column;
  padding: 0;
}

.photography-board-content-sections-imageLarge {
  flex-basis: 0;
  min-height: unset;
  min-width: 63vw;
}

.photography-board-content-sections-imageMedium {
  flex-basis: 0;
  min-width: 50.4vw;
}

.photography-board-content-sections-imageSmall {
  flex-basis: 0;
  min-width: 37.8vw;
}

.photography-board-content-sections-element-imageTop {
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
}

.photography-board-content-sections-element-imageMiddle {
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: center;
}

.photography-board-content-sections-element-imageBottom {
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
}

.photography-board-content-sections-image {
  inline-size: 100%;
  max-height: 60vh;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}

.photography-board-content-sections-image-medium {
  inline-size: 100%;
  max-height: 50vh;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}

.photography-board-content-sections-image-small {
  inline-size: 100%;
  max-height: 35vh;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}

.photography-board-content-sections-alt {
  color: #303841;
  display: flex;
  justify-content: center;
}

.photography-board-content-sections-textTop {
  align-self: flex-start;
  box-sizing: border-box;
  color: #F3F3F3;
  display: table;
  min-height: 0;
  height: 100%;
  min-width: 63vw;
}

.photography-board-content-sections-textMiddle {
  align-self: center;
  box-sizing: border-box;
  color: #F3F3F3;
  display: table;
  min-height: 0;
  height: 100%;
  min-width: 63vw;
}

.photography-board-content-sections-textBottom {
  align-self: flex-end;
  box-sizing: border-box;
  color: #F3F3F3;
  display: table;
  height: 100%;
  max-height: 0;
  height: 100%;
  min-width: 63vw;
}

.photography-board-content-sections-element-textContent {
  height: 100%;
  width: 100%;
  overflow: auto;
}

.photography-board-content-sections-textTitle {
  width: 100%;
}

.photography-board-content-sections-textDescription {
  width: 100%;
}

#photography-board > .galleryFooter {
  background-color: #00070D;
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
  height: 40px;
  justify-content: center;
}

#photography-board > .galleryFooter > .progress {
  align-items: center;
  background-color: #2185D5;
  display: flex;
  height: 100%;
}

#photography-board > .galleryFooter > .bar-mask > .progress > #bar {
  width: 60px;
  height: 30px;
  background-color: #00070D;
  position: absolute;
}

.bar-mask {
  width: 60px;
  height: inherit;
  position: relative;
}

@media screen and (max-width: 600px) {
  /*  */
  /*  */
  /* photography */
  #photography-board {
    height: unset;
  }
  .photography-board-content {
    height: unset;
    max-height: unset;
  }
  .photography-board-content-projectTitle {
    color: white;
    padding: 16px auto;
    text-align: center;
  }
  .photography-board-content-sections {
    align-items: center;
    flex-direction: column;
    height: unset;
    justify-content: center;
    width: 100%;
    overflow-x: unset;
    overscroll-behavior-inline: unset;
    padding: 16px 16px 40px 16px;
  }
  .photography-board-content-sections-element {
    align-items: center;
    display: flex;
    flex-direction: column;
  }
  .photography-board-content-sections-imageLarge {
    min-width: 100%;
  }
  .photography-board-content-sections-imageMedium {
    min-width: 80vw;
  }
  .photography-board-content-sections-imageSmall {
    min-width: 60vw;
  }
  .photography-board-content-sections-element-imageTop {
    justify-content: center;
  }
  .photography-board-content-sections-element-imageMiddle {
    justify-content: center;
    margin: 0 auto;
  }
  .photography-board-content-sections-element-imageBottom {
    justify-content: center;
  }
  .photography-board-content-sections-alt {
    display: none;
  }
  .photography-board-content-sections-textTop {
    display: flex;
    flex-direction: column;
    flex: auto;
    min-width: unset;
    min-height: unset;
    height: unset;
    padding: 32px 0;
    width: 100%;
  }
  .photography-board-content-sections-textMiddle {
    display: flex;
    flex-direction: column;
    flex: auto;
    min-width: unset;
    min-height: unset;
    height: unset;
    padding: 32px auto;
    width: 100%;
  }
  .photography-board-content-sections-textBottom {
    display: flex;
    flex-direction: column;
    flex: auto;
    min-height: unset;
    min-width: unset;
    height: unset;
    padding: 32px auto;
    width: 100%;
  }
  .photography-board-content-sections-textTitle {
    width: 100%;
    max-width: 100%;
  }
  .photography-board-content-sections-textDescription {
    width: 100%;
  }
  #photography-board > .galleryFooter {
    display: none;
  }
}
@media (min-width: 601px) and (max-width: 991px) {
  .photography-board-content {
    flex-direction: column;
    flex-grow: 1;
  }
  .photography-board-content-projectTitle {
    color: white;
    padding: 16px 24px;
    text-align: left;
  }
  .photography-board-content-sections {
    color: white;
    display: flex;
    gap: 32px;
    overflow-x: scroll;
    overscroll-behavior-inline: contain;
    padding: 16px 40px 40px 40px;
  }
  .photography-board-content-sections-textTop {
    min-width: 600px;
  }
  .photography-board-content-sections-textMiddle {
    min-width: 600px;
  }
  .photography-board-content-sections-textBottom {
    min-width: 600px;
  }
}
@media screen and (min-width: 1400px) {
  .photography-board-content-sections {
    padding: 16px 100px 40px 16vw;
  }
  .photography-board-content-sections-textTop {
    flex-basis: 0;
    max-width: 32vw;
    min-width: 32vw;
    width: 32vw;
  }
  .photography-board-content-sections-textMiddle {
    max-width: 32vw;
    min-width: 32vw;
    width: 32vw;
  }
  .photography-board-content-sections-textBottom {
    max-width: 32vw;
    min-width: 32vw;
    width: 32vw;
  }
}
/*  */
/*  */
/* contact page */
.contact {
  background-color: #00070D;
  display: flex;
  flex-direction: column;
  min-height: 800px;
  height: 100vh;
}

#contact-nav {
  flex-grow: 0;
}

#contact-content {
  background-color: #3A4750;
  display: flex;
  flex-grow: 1;
  height: 100%;
}

.contact-content-formFrame {
  align-items: center;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: center;
}

.contact-content-formFrameTitle {
  color: #E1E1E2;
  display: flex;
  justify-content: center;
  margin: 32px auto;
  text-align: center;
}

.form-control {
  background-color: #3A4750;
  color: #E1E1E2;
}

.contact-content-formFrameElement {
  width: min(800px, 80%);
}

.contact-content-formFrame-form {
  display: flex;
}

.contact-content-formFrame-form-inputs {
  flex-grow: 1;
  flex-basis: 0;
  padding: 16px 16px;
}

.contact-content-formFrame-form-inputs-helperText {
  color: #E1E1E2;
  margin: 0 16px;
}

.contact-content-formFrame-form-message {
  background-color: #3A4750;
  color: #E1E1E2;
  flex-grow: 1;
  flex-basis: 0;
  padding: 16px 16px;
}

#formControlTextarea {
  background-color: #3A4750;
  color: #E1E1E2;
}

.contact-content-formFrame-button {
  display: flex;
  justify-content: center;
}

.contact-content-imageFrame {
  align-items: flex-end;
  background-color: #214252;
  display: flex;
  flex-grow: 0;
  justify-content: center;
  overflow: hidden;
  position: relative;
  width: min(600px, 40%);
}

.contact-content-imageFrame-mountain {
  position: relative;
  z-index: 2;
}

.contact-content-imageFrame-mountain-data {
  width: 800px;
}

.contact-content-imageFrame-photo {
  bottom: 350px;
  position: absolute;
  z-index: 1;
}

.contact-content-imageFrame-photo-data {
  width: 100px;
}

@media screen and (max-width: 600px) {
  /*  */
  /*  */
  /* contact page */
  .contact-content-imageFrame {
    display: none;
  }
  .contact-content-formFrame {
    width: 100%;
  }
  .contact-content-formFrameElement {
    width: 100%;
  }
  .contact-content-formFrame-form {
    flex-direction: column;
  }
}
/*  */
/*  */
/* New Footer */
#footer {
  display: flex;
  background-color: #00070D;
  color: #F3F3F3;
  flex-direction: column;
  padding: 64px 24px 80px 24px;
}

.footer-backToTop {
  margin-bottom: 16px;
}

.footer-email {
  margin-top: 32px;
  margin-bottom: 64px;
}

.footer-links {
  display: flex;
  gap: 16px;
}

.footer-hr {
  margin-top: 16.2162162162vh;
}

.footer-patent {
  margin-left: auto;
  color: #303841;
}

@media screen and (max-width: 600px) {
  /*  */
  /*  */
  /* New Footer */
  #footer {
    padding: 24px 24px;
  }
  .footer-email {
    margin-bottom: 32px;
  }
  .footer-links {
    flex-direction: column;
  }
}
/*  */
/*  */
/* section styling */
.sections-section-header {
  /* Auto layout */
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 16px;
  min-width: 100%;
}

.sections-section-title {
  min-width: 100%;
}

.sections-holdedImage-img {
  width: 100%;
  height: auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.sections-textCards {
  /* Auto layout */
  background-color: #00070D;
  color: #F3F3F3;
  display: flex;
  flex-direction: column;
  padding: 80px 24px;
  gap: 72px;
  width: 100%;
}
.sections-textCards .sections-textCards-cards {
  /* Auto layout */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0px;
  gap: 16px;
  /* Inside auto layout */
  flex: 1;
  flex-grow: 1;
  width: 100%;
}
.sections-textCards .sections-textCards-cards-item {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 32px 40px 32px 16px;
  gap: 10px;
  border: 1px solid #62686E;
  border-radius: 10px;
  max-width: 326px;
  /* Inside auto layout */
  flex: 1;
  order: 0;
  align-self: stretch;
  flex-grow: 1;
  width: 100%;
}
.sections-textCards .hr {
  margin: 0;
}

.sections-textCards-cards-item-hightlightText-dot {
  color: #2185D5;
}

.sections-simpleImageTextCards {
  /* Auto layout */
  background-color: #00070D;
  color: #F3F3F3;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 32px 20px;
  gap: 32px;
  align-self: stretch;
}

.sections-simpleImageTextCards-cards {
  /* Auto layout */
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
}

.sections-simpleImageTextCards-cards-item-imageHolder {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  overflow: hidden;
  min-width: 64px;
  max-width: 64px;
  min-height: 64px;
  max-height: 64px;
}

.sections-simpleImageTextCards-cards-item {
  /* Auto layout */
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
}

.sections-simpleImageTextCards-cards-item-texts {
  /* Auto layout */
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 10px;
}

.sections-testimonialCards {
  /* Auto layout */
  background-color: #00070D;
  color: #F3F3F3;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 80px 24px;
  gap: 72px;
}

.sections-testimonialCards-cards {
  /* Auto layout */
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 0px;
  gap: 16px;
}

.sections-testimonialCards-cards-item {
  /* Auto layout */
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 8px;
  max-width: 480px;
}

.sections-testimonialCards-cards-item-textBox {
  box-sizing: border-box;
  /* Auto layout */
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 32px 40px 32px 16px;
  gap: 10px;
  border: 1px solid #62686E;
  border-radius: 10px;
}

.sections-testimonialCards-cards-item-personBox {
  /* Auto layout */
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 0px;
  align-self: stretch;
}

.sections-testimonialCards-cards-item-personBox-imageHolder {
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  max-width: 40px;
}

.sections-testimonialCards-cards-item-personBox-texts {
  /* Auto layout */
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 16px;
  flex-grow: 1;
}

.sections-largeTitleImageTextsButtons {
  background-color: #00070D;
  color: #E5E7EA;
  display: flex;
  padding: 32px 20px;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  align-self: stretch;
}
.sections-largeTitleImageTextsButtons .largeTitleImageTextsButtons-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  align-self: stretch;
}
.sections-largeTitleImageTextsButtons .largeTitleImageTextsButtons-header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
}
.sections-largeTitleImageTextsButtons .largeTitleImageTextsButtons-title {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
}
.sections-largeTitleImageTextsButtons .largeTitleImageTextsButtons-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
}
.sections-largeTitleImageTextsButtons .largeTitleImageTextsButtons-imageHolder {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
}
.sections-largeTitleImageTextsButtons .largeTitleImageTextsButtons-texts {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  align-self: stretch;
}
.sections-largeTitleImageTextsButtons .largeTitleImageTextsButtons-title {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
}
.sections-largeTitleImageTextsButtons .largeTitleImageTextsButtons-texts-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
}
.sections-largeTitleImageTextsButtons .largeTitleImageTextsButtons-action-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
}
.sections-largeTitleImageTextsButtons .largeTitleImageTextsButtons-action-content-text {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
}
.sections-largeTitleImageTextsButtons .largeTitleImageTextsButtons-buttons {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  align-self: stretch;
}
.sections-largeTitleImageTextsButtons .largeTitleImageTextsButtons-otherButtons {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  align-self: stretch;
}

.sections-setOf3Images {
  display: flex;
  margin: 16px 24px;
}

.sections-setOf3Images-content {
  display: flex;
  gap: 16px;
  width: 100%;
}

.sections-setOf3Images-content-img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 1;
  width: 100%;
  aspect-ratio: 1/1;
}

.section-LargeTextAndImage {
  display: flex;
  padding: 32px 20px;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  align-self: stretch;
}

.section-LargeTextAndImage-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 64px;
  align-self: stretch;
}
.section-LargeTextAndImage-content .body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
}
.section-LargeTextAndImage-content .text-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
}
.section-LargeTextAndImage-content .LargeTextAndImage-imageBox {
  display: none;
}
.section-LargeTextAndImage-content .hr {
  height: 4px;
  align-self: stretch;
  background-color: #3A4750;
  margin: 0;
}

.section-LargeTextAndImage-nav {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
  width: calc(50% - 12px);
}
.section-LargeTextAndImage-nav .navbar-nav {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex: 1 0 0;
}

.section-LargeTextAndImage-content-logo {
  width: 48px;
}

.largeText {
  display: flex;
  padding: 32px 20px;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  align-self: stretch;
}
.largeText .largeText-body {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
  align-self: stretch;
}
.largeText .largeText-container {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
}
.largeText .largeText-icon {
  color: #E1E1E2;
  display: none;
}
.largeText .largeTex-texts {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
  flex: 1 0 0;
}
.largeText .normal {
  color: #E1E1E2;
}
.largeText .emphasize {
  color: #303841;
}

.largePlainTextLinks {
  display: flex;
  min-height: 768px;
  padding: 32px 16px;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  align-self: stretch;
}
.largePlainTextLinks .largePlainTextLinks-body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
}
.largePlainTextLinks .largePlainTextLinks-projectItem {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  align-self: stretch;
}
.largePlainTextLinks .largePlainTextLinks-category {
  display: flex;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  color: #898C8F;
}
.largePlainTextLinks .largePlainTextLinks-projectText {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  color: #303841;
}

.simpleTextAndImageAndTitle {
  display: flex;
  padding: 64px 20px;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  align-self: stretch;
}
.simpleTextAndImageAndTitle .simpleTextAndImageAndTitle-body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 64px;
  align-self: stretch;
}
.simpleTextAndImageAndTitle .simpleTextAndImageAndTitle-header {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.simpleTextAndImageAndTitle .simpleTextAndImageAndTitle-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
}
.simpleTextAndImageAndTitle .simpleTextAndImageAndTitle-imageBox {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
}
.simpleTextAndImageAndTitle .simpleTextAndImageAndTitle-image {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
}
.simpleTextAndImageAndTitle .simpleTextAndImageAndTitle-texts {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
}
.simpleTextAndImageAndTitle .simpleTextAndImageAndTitle-title {
  display: flex;
  padding: 2px 0px;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
}
.simpleTextAndImageAndTitle .simpleTextAndImageAndTitle-text {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
}

.listOfSmallImagesAndTexts {
  display: flex;
  padding: 32px 20px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
}
.listOfSmallImagesAndTexts .listOfSmallImagesAndTexts-body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
}
.listOfSmallImagesAndTexts .listOfSmallImagesAndTexts-stepContainer {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
}
.listOfSmallImagesAndTexts .listOfSmallImagesAndTexts-step {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
}
.listOfSmallImagesAndTexts .listOfSmallImagesAndTexts-imageBox {
  width: 64px;
  height: 64px;
  -o-object-fit: fill;
     object-fit: fill;
}
.listOfSmallImagesAndTexts .listOfSmallImagesAndTexts-img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}
.listOfSmallImagesAndTexts .listOfSmallImagesAndTexts-texts {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  flex: 1 0 0;
}
.fullVideo {
  display: flex;
  padding: 16px 24px;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  align-self: stretch;
}
.fullVideo .fullVideo-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  align-self: stretch;
}
.fullVideo .fullVideo-video {
  display: flex;
  justify-content: center;
  overflow: hidden;
  padding-top: 56.25%; /* Aspect ratio of 16:9 */
  position: relative;
  width: 100%;
}
.fullVideo .fullVideo-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 1920px) {
  .sections-textCards-cards-item {
    max-width: unset;
  }
  .sections-testimonialCards-cards-item {
    max-width: unset;
  }
}
@media screen and (max-width: 1200px) {
  .sections-textCards-cards {
    /* Auto layout */
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 16px;
  }
  .sections-textCards-cards-item {
    max-width: unset;
  }
  .sections-testimonialCards-cards {
    /* Auto layout */
    flex-direction: column;
  }
}
@media screen and (max-width: 991px) {
  .section-LargeTextAndImage {
    display: flex;
    padding: 32px 20px;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    align-self: stretch;
  }
  .section-LargeTextAndImage-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 64px;
    align-self: stretch;
  }
  .section-LargeTextAndImage-nav {
    width: unset;
  }
}
@media screen and (max-width: 600px) {
  .sections-largeTitleImageTextsButtons-infoBox {
    /* Auto layout */
  }
  .sections-setOf3Images-content {
    flex-direction: column;
  }
}
@media screen and (min-width: 600px) {
  .sections-textCards {
    display: flex;
    padding: 64px 16px;
    flex-direction: column;
    align-items: center;
    gap: 72px;
    align-self: stretch;
  }
  .sections-textCards .sections-textCards-cards {
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    gap: 16px;
    align-self: stretch;
  }
  .sections-textCards .section-textCards-cards-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    flex-grow: 1;
  }
  .sections-testimonialCards-cards-item {
    max-width: unset;
  }
  .section-LargeTextAndImage .ubuntu-h3-48px-bold {
    font-size: 96px;
    line-height: 93%;
    letter-spacing: -2.88px;
  }
  .section-LargeTextAndImage .ubuntu-h5-24px-regular {
    font-size: 32px;
    font-weight: 300;
  }
  .largeText .largeText-container {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
  }
  .largeText .largeText-icon {
    display: block;
  }
  .simpleTextAndImageAndTitle {
    display: flex;
    padding: 64px 16px;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    align-self: stretch;
  }
  .simpleTextAndImageAndTitle .simpleTextAndImageAndTitle-body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 64px;
    align-self: stretch;
  }
  .simpleTextAndImageAndTitle .simpleTextAndImageAndTitle-content {
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    gap: 16px;
    align-self: stretch;
  }
  .simpleTextAndImageAndTitle .simpleTextAndImageAndTitle-imageBox {
    display: flex;
    align-self: stretch;
    flex: 1;
  }
  .simpleTextAndImageAndTitle .simpleTextAndImageAndTitle-image {
    width: 100%;
  }
  .simpleTextAndImageAndTitle .simpleTextAndImageAndTitle-texts {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
    flex: 1;
  }
  .sections-simpleImageTextCards {
    padding: 80px 16px;
    gap: 72px;
  }
  .sections-simpleImageTextCards .sections-simpleImageTextCards-cards-item {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
  }
  .listOfSmallImagesAndTexts {
    display: flex;
    padding: 64px 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
  }
  .listOfSmallImagesAndTexts .first {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-self: stretch;
    justify-content: flex-start;
  }
  .listOfSmallImagesAndTexts .second {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-self: stretch;
    justify-content: center;
  }
  .listOfSmallImagesAndTexts .third {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-self: stretch;
    justify-content: flex-end;
  }
  .listOfSmallImagesAndTexts .listOfSmallImagesAndTexts-imageBox {
    width: 130px;
    height: 130px;
    flex-shrink: 0;
  }
  .listOfSmallImagesAndTexts .listOfSmallImagesAndTexts-step {
    display: flex;
    width: 422px;
    align-items: flex-start;
    gap: 16px;
  }
  .sections-largeTitleImageTextsButtons .largeTitleImageTextsButtons-imageHolder {
    display: flex;
    width: 309px;
    flex-direction: column;
    align-items: flex-start;
    align-self: unset;
  }
  .sections-largeTitleImageTextsButtons .largeTitleImageTextsButtons-title {
    display: flex;
    align-items: flex-start;
    gap: 10px;
  }
  .sections-largeTitleImageTextsButtons .ubuntu-h3-48px-bold {
    font-size: 96px;
    line-height: 93%; /* 89.28px */
    letter-spacing: -2.88px;
  }
  .sections-largeTitleImageTextsButtons .largeTitleImageTextsButtons-texts {
    width: 387px;
  }
}
@media screen and (min-width: 768px) {
  .section-LargeTextAndImage-content .body {
    flex-direction: row;
  }
  .section-LargeTextAndImage-content .LargeTextAndImage-imageBox {
    display: flex;
    max-width: 168px;
    aspect-ratio: auto 3/4;
  }
  .section-LargeTextAndImage-content .LargeTextAndImage-img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .largeText .largeText-body {
    flex-direction: row;
    justify-content: flex-end;
  }
  .largeText .largeText-container {
    display: flex;
    width: 535px;
    align-items: flex-start;
    gap: 24px;
  }
  .sections-simpleImageTextCards {
    justify-content: center;
  }
  .sections-simpleImageTextCards .sections-simpleImageTextCards-cards {
    align-self: center;
    width: 536px;
  }
  .listOfSmallImagesAndTexts .listOfSmallImagesAndTexts-step {
    width: 536px;
  }
}
@media screen and (min-width: 1024px) {
  .section-LargeTextAndImage .text-content {
    width: 100%;
  }
  .section-LargeTextAndImage .LargeTextAndImage-imageBox {
    width: 100%;
    max-width: unset;
    aspect-ratio: unset;
  }
  .section-LargeTextAndImage .LargeTextAndImage-img {
    width: 393px;
    height: 524px;
  }
  .largeText .largeText-container {
    width: 725px;
  }
  .sections-textCards .sections-textCards-cards-item {
    max-width: 393px;
    width: 100%;
  }
  .largePlainTextLinks .largePlainTextLinks-projectItem {
    flex-direction: row;
    justify-content: flex-start;
  }
  .largePlainTextLinks .largePlainTextLinks-category {
    align-items: flex-end;
    order: 2;
  }
  .largePlainTextLinks .largePlainTextLinks-link {
    order: 1;
  }
  .simpleTextAndImageAndTitle .simpleTextAndImageAndTitle-texts {
    justify-content: flex-end;
  }
  .listOfSmallImagesAndTexts .listOfSmallImagesAndTexts-step {
    width: 643px;
  }
  .listOfSmallImagesAndTexts .listOfSmallImagesAndTexts-imageBox {
    width: 226px;
    height: 226px;
  }
  .listOfSmallImagesAndTexts .listOfSmallImagesAndTexts-texts {
    padding-top: 32px;
  }
  .sections-largeTitleImageTextsButtons .largeTitleImageTextsButtons-content {
    flex-direction: row;
  }
}
@media screen and (min-width: 1400px) {
  .section-LargeTextAndImage .section-LargeTextAndImage-content {
    align-self: center;
    width: 1352px;
  }
  .section-LargeTextAndImage .ubuntu-h3-48px-bold {
    /* Ubuntu-9xl-144px-bold */
    font-family: Ubuntu;
    font-size: 144px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 144px */
    letter-spacing: -5.76px;
  }
  .section-LargeTextAndImage .ubuntu-h5-24px-regular {
    font-family: Ubuntu;
    font-size: 48px;
    font-style: normal;
    font-weight: 300;
    line-height: 120%; /* 57.6px */
    letter-spacing: -0.48px;
  }
  .section-LargeTextAndImage .LargeTextAndImage-imageBox {
    justify-content: center;
  }
  .section-LargeTextAndImage .LargeTextAndImage-img {
    width: 441px;
    height: 588px;
  }
  .largeText .largeText-body {
    align-self: center;
    width: 1352px;
  }
  .largeText .largeText-container {
    gap: 64px;
    width: 782px;
  }
  .sections-textCards .sections-section-header {
    min-width: unset;
    width: 1352px;
  }
  .sections-textCards .sections-textCards-cards {
    align-self: center;
    width: 1352px;
  }
  .sections-textCards .hr {
    width: 1352px;
  }
  .largePlainTextLinks .largePlainTextLinks-projectItem .ubuntu-h3-48px-bold {
    font-size: 5vw;
    text-align: left;
  }
  .simpleTextAndImageAndTitle .simpleTextAndImageAndTitle-body {
    align-self: center;
    width: 1352px;
  }
  .sections-simpleImageTextCards .sections-section-title {
    align-self: center;
    min-width: unset;
    width: 1352px;
  }
  .sections-simpleImageTextCards .sections-simpleImageTextCards-cards {
    align-self: center;
  }
  .sections-simpleImageTextCards .hr {
    align-self: center;
    width: 1352px;
  }
  .listOfSmallImagesAndTexts .listOfSmallImagesAndTexts-body {
    align-self: center;
    width: 1352px;
  }
  .listOfSmallImagesAndTexts .listOfSmallImagesAndTexts-step {
    width: 668px;
  }
  .listOfSmallImagesAndTexts .listOfSmallImagesAndTexts-imageBox {
    width: 212px;
    height: 212px;
  }
  .sections-testimonialCards .sections-section-header {
    align-self: center;
    min-width: unset;
    width: 1352px;
  }
  .sections-testimonialCards .sections-testimonialCards-cards {
    align-self: center;
    width: 1352px;
  }
  .sections-testimonialCards .hr {
    align-self: center;
    width: 1352px;
  }
  .sections-largeTitleImageTextsButtons .largeTitleImageTextsButtons-body {
    align-self: center;
    width: 1352px;
  }
  .sections-largeTitleImageTextsButtons .ubuntu-h3-48px-bold {
    font-size: 144px;
    font-style: normal;
    font-weight: 300;
    line-height: 100%; /* 144px */
    letter-spacing: -5.76px;
  }
}
.banner-section {
  margin: 32px 0;
}

* {
  box-sizing: border-box;
}

/* Tages */
body {
  box-sizing: border-box;
  font-family: "Ubuntu", "Poppins", sans-serif;
  font-size: 18px;
  color: #303841;
  margin: 0 auto;
  padding: 0;
  position: relative;
}

body.mine {
  /* text-align: center; */
}

h1 {
  font-size: 3.5em;
  font-weight: 500;
}

h2 {
  font-size: 2.25em;
  font-weight: 500;
}

h3 {
  font-size: 1.375em;
  font-weight: 500;
}

p {
  font-size: 1.125em;
  font-weight: 400;
}

a {
  color: #898C8F;
  text-decoration: none;
}

.btn-link {
  color: #898C8F;
  margin: 0;
  padding: 0;
  text-decoration: none;
}

div {
  margin: 0;
  padding: 0;
}

nav {
  z-index: 999;
}

#text {
  margin: 0;
  padding: 0;
}

.ubuntu-9xl-144px-bold {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 700;
  font-size: 144px;
  line-height: 100%;
  letter-spacing: -0.04em;
}

.ubuntu-9xl-144px-light {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 300;
  font-size: 144px;
  line-height: 100%;
  letter-spacing: -0.04em;
}

.ubuntu-h3-48px-bold {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 120%;
  letter-spacing: -0.01em;
}

.ubuntu-h5-24px-bold {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
}

.ubuntu-h5-24px-regular {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 140%;
}

.ubuntu-body1-18px-regular {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 180%;
}

.ubuntu-body1-18px-light {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 150%;
}

.ubuntu-body1-18px-medium {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
}

.ubuntu-body1-18px-bold {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
}

.ubuntu-body2-14px-light {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 160%;
}

.ubuntu-body2-14px-bold {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 160%;
}

.ubuntu-body2-14px-medium {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 160%;
}

.hr {
  width: 100%;
  margin-top: 5.7553956835vh;
}

.hr-main {
  border: 0 none;
  border-top: 4px solid #3A4750;
}

.hr-secondary {
  border: 0 none;
  border-top: 4px solid #E5E7EA;
}

.hr-tertiary {
  border: 0 none;
  border-top: 4px solid #303841;
}

i.social {
  margin-right: 0.625rem;
}

#loadingSection {
  align-items: center;
  display: flex;
  justify-content: center;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 9999;
}

#globalLightTransitionCover {
  align-items: center;
  display: flex;
  justify-content: center;
  background-color: rgba(23, 100, 161, 0.5);
  height: 100%;
  position: fixed;
  bottom: 0%;
  width: 100%;
  z-index: 9999;
}

#loadingSection-intro {
  height: 100%;
  width: 100%;
}

.loadingSection-intro-video {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
}

.globalLightTransitionCover-animation-box {
  width: 8vw;
  height: 8vw;
  border-radius: 100%;
  position: relative;
}

.globalLightTransitionCover-animation-spinContainer {
  width: 100%;
  height: 100%;
  animation: spin 12s linear infinite;
  position: relative;
}

.globalLightTransitionCover-animation-holder {
  width: 100%;
  height: 100%;
  transition: border-radius 1s ease-out;
  border-radius: 60% 40% 30% 70%/60% 30% 70% 40%;
  animation: morph 8s ease-in-out infinite both alternate;
  position: absolute;
  overflow: hidden;
  z-index: 999;
}

.globalLightTransitionCover-animation-holder-bd {
  width: 142%;
  height: 142%;
  position: absolute;
  left: -21%;
  top: -21%;
  background-size: 100%;
  background-position: center center;
  display: flex;
  color: #1764A1;
  font-size: 5vw;
  font-weight: bold;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-transform: uppercase;
  animation: spin 12s linear infinite reverse;
  opacity: 1;
  z-index: 2;
}

.globalLightTransitionCover-animation-video {
  width: 110%;
  height: 110%;
}

.default-hidden-globalLightTransitionCover {
  display: none !important;
}

.noDisplay {
  display: none !important;
}

.hide-globalLightTransitionCover {
  animation: putCover 0.05s forwards;
  -webkit-animation: putCover 0.05s cubic-bezier(0.42, 0, 1, 1) forwards;
}

.photography-board-content-sections::-webkit-scrollbar {
  height: 4px;
  width: 4px;
  /* background: gray; */
}

.photography-board-content-sections::-webkit-scrollbar:horizontal {
  display: none;
}

@supports (scrollbar-color: grey grey) {
  * {
    /* scrollbar-color: transparent; */
    scrollbar-width: none;
  }
}
@keyframes revealCover {
  0% {
    bottom: 0%;
  }
  99% {
    bottom: 0%;
  }
  100% {
    bottom: 0%;
    display: none;
  }
}
@keyframes putCover {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes morph {
  0% {
    border-radius: 40% 60% 60% 40%/60% 30% 70% 40%;
  }
  100% {
    border-radius: 40% 60%;
  }
}
@keyframes spin {
  to {
    transform: rotate(1turn);
  }
}
/* Components */
.textButton {
  font-size: 1.375rem;
  color: #ebac4e;
}

section#snow {
  position: relative;
  z-index: 4;
}

.snaps-inline {
  scroll-snap-type: inline mandatory;
  /* scroll-padding-inline: 240px; */
}

/* .snaps-inline > * {
  scroll-snap-align: start;
} */
.hide {
  display: none;
}

/* Bootstrap */
.btn-primary {
  background-color: #2185D5;
}

.link-400 {
  color: #898C8F;
}

.dropdown-item {
  padding: 4px 16px;
}

@media screen and (max-width: 600px) {
  .globalLightTransitionCover-animation-box {
    width: 25vw;
    height: 25vw;
  }
  /* root stylings */
  .ubuntu-9xl-144px-bold {
    font-size: 24vw;
  }
  .ubuntu-9xl-144px-light {
    font-size: 24vw;
  }
}
@media screen and (min-width: 1400px) {
  body {
    font-size: 1.2vw;
  }
  a {
    font-size: 1.2vw;
  }
  .btn-link {
    font-size: 1.2vw;
  }
  .ubuntu-9xl-144px-bold {
    font-size: 10vw;
  }
  .ubuntu-9xl-144px-light {
    font-size: 10vw;
  }
  .ubuntu-h3-48px-bold {
    font-size: 3vw;
  }
  .ubuntu-h5-24px-bold {
    font-size: 1.8vw;
  }
  .ubuntu-body1-18px-regular {
    font-size: 1.2vw;
  }
  .ubuntu-body1-18px-light {
    font-size: 1.2vw;
  }
  .ubuntu-body1-18px-medium {
    font-size: 1.2vw;
  }
  .ubuntu-body1-18px-bold {
    font-size: 1.2vw;
  }
  .ubuntu-body2-14px-light {
    font-size: 1vw;
  }
  .ubuntu-body2-14px-bold {
    font-size: 1vw;
  }
  .ubuntu-body2-14px-medium {
    font-size: 1vw;
  }
}/*# sourceMappingURL=styles.css.map */