#screenshot-main-section {
  font-family: stolzl, sans-serif;
  position: relative;
  background-color: #000;
  color: #ffffff;
  z-index: 3000;
}

.screenshot-section-container {
  height: 100vh;
  width: 100vw;
  position: relative;
}

.screenshot-section-container-inner {
  position: relative;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  /* transform: translate(0%, 78%); */
}

.screenshot-section-panel {
  /* height: 87%; */
  position: relative;
  /* overflow: hidden; */
  display: flex;
  align-items: center;
  /* padding-top: 15%; */
}

.screenshot-right {
    position: absolute;
    /* z-index: 10; */
    right: 0;
    top: 0;
}

.screenshot-left {
  position: absolute;
  z-index: 10;
  right: 6%;
  /* top: 26%; */
  bottom: 4%;
}

.screenshot-culture-desc {
  font-family: stolzl, sans-serif;
  color: #ffffff;
  background-color: #000000;
  width: 500px;
  padding: 1rem 2rem;
  position: relative;
}

.screenshot-wrapper {
  font-family: stolzl, sans-serif;
  align-items: center;
  display: flex;
  justify-content: center;
  overflow: hidden;
  position: relative;
  height: 100%;
}

.screenshot-section-panels {
  z-index: 3;
  /* width: 70%; */
  margin-left: 30%;
  width: auto;
  margin-right: 10%;
  /* height: 100%; */
  /* padding-bottom: 50vh; */
  /* height: 200vh; */
}

.screenshot-panels-wrapper {
  position: absolute;
  top: 0;
  /* bottom: 0; */
  width: 100%;
  height: 100vh;
  display: flex;
  padding-left:1rem;
  /* justify-content: center; */
  align-items: center;
  overflow: hidden;
  opacity: 1;
  background-color: #000;
}

.screenshot-panels-wrapper {
  /* position: fixed; */
  z-index: 3;
  /* display: none; */
}

.screenshot-panels {
  width: 80%;
  height: 80%;
  position: relative;
}

.screenshot-culture-column {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width:35%;
  /* width: 14%; */
  height: 100%;
}

.screenshot-culture-nav-title {
  font-family: stolzl, sans-serif;
  color: #ffffff;
  font-size: 48px;
  line-height: 58px;
  font-weight: bold;
  padding-bottom: 2rem;
  /* padding-left: 6rem; */
  display: flex;
  /* justify-content: center; */
  padding-top: 2rem;
}

/* new code */

#screenshot-desktop-links {
  display: flex;
  flex-direction: column;
  /* align-items: center;   */
  align-items: flex-start;
}

.screenshot-culture-items.reduced{
  padding-bottom: 1.25rem;
}
.screenshot-culture-items:not(.reduced){
  padding-bottom: 2rem;
}
.screenshot-culture-items {
  font-family: stolzl, sans-serif;
  color: #ffffff;
  display: flex;
  font-size: 20px;
  line-height: 24px;
  font-weight: normal;
  cursor: pointer;
  margin: 0 !important;
  /* justify-content: center; */
  align-items: center;
  gap: 10px;
  position: relative;
  padding-right: 8px;
  padding-left: 8px;
}

.screenshot-culture-items::before,
.screenshot-culture-items::after {
  content: "";
  transition: all 800ms;
  height: 1px;
  background-color: white;
  width: 0;
  position: absolute;
  opacity: 0;
  /* top:18%; */
}

.screenshot-culture-items::before {
  left:102%;
}

.screenshot-culture-items::after {
  right: 103%;
}

.screenshot-culture-items.nav-is-active::before{
  width: 250px;
  opacity: 1;
}

.screenshot-culture-items.nav-is-active::after {
  width:300px;
  opacity: 1;
}


/* links on hover */
.screenshot-culture-items:hover::before{
  width: 250px;
  opacity: 1;
}
.screenshot-culture-items:hover::after{
   width:300px;
  opacity: 1;
}




.nav-is-active {
  /* color: #f6b07f; */
  font-weight: 700;
}

.screenshot-grid-top {
  display: flex;
}

.screenshot-culture-grid-top-right {
  position: absolute;
  right: 0;
  top: 0;
}

.screenshot-culture-grid-bot-left {
  position: absolute;
  bottom: 0;
  left: 30%;
}

.scroll-behavior-auto {
  scroll-behavior: auto !important;
}

.screenshot-content-wrapper {
  width: fit-content;
  /* width: 44%;
    padding-left: 52px;
    padding-bottom: 154px; */
}

/* screenshot original */
.screenshot-background-number {
  position: relative;
  /* top: 31%; */
  bottom: -97px;
}

.screenshot-image-container {
  position: relative;
  top: -44px;
  left: 62px;
}

.screenshot-image-container img {
  max-width: 763px;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.material-icons {
  font-size: 63px;
  color: #000000;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  justify-content: center;
}

.screenshot-background-number,
.screenshot-slide-2-number {
  /* position: absolute; */
  font-size: clamp(12.5rem, 7.7273rem + 12.7273vw, 23rem);
  font-weight: bold;
  /* line-height: 275px; */
  color: #ffffff;
  opacity: 0.1;
}

.screenshots-zoom-btn {
  width: 60px;
  height: 60px;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: absolute;
  right: -14px;
  top: -45px;
  z-index:99;
  /* bottom: 10px; */
}

@media (max-width: 1350px) {

  /* links on hover */

  /* links on hover */
.screenshot-culture-items:hover::before{
  width: 150px;
  opacity: 1;
}

 .screenshot-culture-items.nav-is-active::before{
  width: 150px;
  opacity: 1;
}
  .screenshot-culture-nav-title {
    font-size: 38px;
    /* line-height: 47px; */
  }
  .screenshot-image-container {
    top: -48px;
    left: 17px;
}
  .screenshot-image-container img {
    max-width: 600px;
  }
  .screenshot-right {
    right: 14px;
  }
  .screenshot-background-number {
    left: -9%;
  }
  .screenshot-right,
  .screenshot-left {
    display: none;
  }
  .screenshot-culture-column {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    /* width: 26%; */
    height: 100%;
}
}

@media screen and (min-width:1050px){
  .screenshot-section-panel{
    height:87%;
  }
}

@media (max-width: 1050px) {




   .screenshot-circle {
    border-radius: 50% ;
    border: .5px solid #fff;
    opacity:.8;
    width: 10px;
    height: 10px;
  }

  .screenshot-culture-items:hover::before{
  width: 0;
}
.screenshot-culture-items:hover::after{
   width:0;
}

.screenshot-culture-items.nav-is-active::before,
.screenshot-culture-items.nav-is-active::after {
  width: 0;
}

  .nav-is-active .screenshot-circle {
    background: #fff !important;
  }

  .screenshot-culture-nav-title {
    visibility: hidden;
  }

  .screenshot-image-container img {
    max-width: 555px;
  }

  /* .screenshot-panels {
    width: 87%;
    height: 100%;
  } */


  .screenshot-culture-column {
    top: 0;
}

.screenshot-section-panels {
    margin-left: 20%;
}

  .screenshot-culture-column {
    left: 0;
}
/* .screenshot-section-panel {
    height: fit-content;
} */

.screenshot-background-number {
    left: 0%;
}

.screenshot-image-container {
    top: -25px;
    left: 33px;
}
}

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


  .screenshot-section-panel-inner {
    transform: unset;
  }

  .screenshot-image-container img {
    max-width: 371px;
}
.screenshot-image-container {
    top: -63px;
    left: 40px;
}
.screenshot-background-number {
    bottom: 0;
}

}

@media (max-width: 600px) {

  .screenshot-section-panel {
  height: 60%;
  position: relative;
  /* overflow: hidden; */
  display: flex;
  align-items: center;
  padding-top: 50px;
}


  #screenshot-mobile-links {
    display: block;
    position: relative;
    top: -11%;
  }

.screenshot-background-number {
    left: -6%;
    font-size: 79px;
    top: -88px;
    /* line-height: unset; */
}

.screenshot-image-container {
    top: -62px;
    left: 13px;
}
.screenshots-zoom-btn{
  display:none;
}
.screenshot-culture-column {
    left: -5%;
}
}
@media (max-width: 450px) {
  /* .screenshot-culture-column {
    left: -25px;
}
.screenshots-zoom-btn {
  display: none;
}

.screenshot-image-container {
    left: 8px;
}
.screenshot-section-panel {
    padding-top: 0;
} */
}



/*modal styling*/

.imgLightbox {
  height: 100vh;
  width: 100vw;
  position: fixed;
  overflow: hidden;
  cursor: url(/assets-site/images/miscellaneous/close-cursor.png), auto !important;
  /* /var/www/html/craftcms/cms/web/assets-site/images/miscellaneous/close-cursor.png */

  z-index: 3000;
  top: 100px;
  bottom: 0;
  opacity: 0;
  opacity: 0;
  display: none;
  transition: all 300ms ease-in-out;
}

.screenshot-background-image {
  width: 110%;
  height: 100%;
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
  position: fixed;
  opacity: 1;
  z-index: 1000;
}

.open {
  opacity: 1;
  pointer-events: auto;
  display: block;
}
