.header-container {
  width: 84%;
  margin: 0 auto;
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}

.menu-icon {
  height: 80px;
  width: 80px;

  z-index: 4;
  cursor: pointer;

  margin-left: -40px;
}





.contact-icon {
  height: 80px;
  width: 80px;

  margin-right: -40px;
  z-index: 6;
}


.menu-and-logo {
  display: flex;
  align-items: center;
}

.gotcha-logo {
  width: 160px;
  margin-left: 30px;
}

.call-and-contact {
  display: flex;
  align-items: center;
}

.contact-address {
  margin-right: 30px;
  display: flex;
  font-size: 1.2rem;
  font-weight: 430;
  z-index: 1;
}

.contact-address img {
  width: 26px;
  margin-right: 10px;
}

.contact-address a {
  color: var(--color-dark);
}

.contact-address a:hover {}


.menu-container {
  width: 100%;
  height: 100vh;
}

#b {
  display: none;
}


#icon.active {
  background: var(--color-light-gray);
}




















/* Hamburger Icon */
#new-menu-icon {
  height: 80px;
  width: 80px;
  background: var(--color-dark);
  cursor: pointer;
  border-radius: 50%;
  cursor: pointer;
  z-index: 6;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contcnt-ico {
  width: 40px;
  position: relative;
}

.contcnt-ico i {
  position: absolute;
  font-size: 2rem;
  top: 6px;
  left: 2px;
}


/* Half screen menu from right */
#new-half-menu {
  position: fixed;
  top: 0;
  right: -50%;
  width: 50%;
  height: 100%;
  background: #fff;
  transition: right 0.3s ease;
  z-index: 5;


}

#new-half-menu.show {
  right: 0;
}

/* Overlay */
#new-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
  z-index: 4;
}

#new-overlay.show {
  opacity: 1;
  pointer-events: auto;
}

.show .contact-icon {
  display: none;
}


#new-menu-icon.active {
  background: #282828;
}




.banner-home {
  height: calc(83vh - 120px);
  position: relative;
}

.backround-logo {
  width: 68%;
  margin: 0 auto;
  background-repeat: no-repeat;
}

#canvas {
  width: 100%;
  height: 100%;
  display: block;
}

.peoples {
  position: absolute;
  bottom: 0px;
  width: 100%;
}

.people-sounds {
  width: 84%;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  margin-top: 0px;
}

.muteandsound {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  display: block;
  margin-right: -25px;
  cursor: pointer;
  margin-top: -100px;
}

.muteandsound img {
  padding: 15px;
  position: relative;
  z-index: 1;
}

#music-button.active {

  background: #e65100;
  transition: all 0.3s ease;
}

.menu-contant {
  width: 84%;
  height: 100vh;
  margin: 0 auto;
  height: 100vh;
  position: relative;
}

.menu-inner-contant {
  width: 81%;
  margin: 0 auto;
  padding-top: 120px;
  display: flex;
  justify-content: space-between;
}

.copyright {
  font-size: 1.2rem;
  font-weight: 400;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  transform: rotate(180deg);
  position: absolute;
  bottom: 100px;
  left: -13px;
}

.menu-inner-contant-left {
  width: calc(100% - 370px);
}

.menu-inner-contant-right {
  width: 350px;
}

.followuson {
  position: absolute;
  bottom: 100px;
}

.followuson ul {
  list-style: none;
  margin: 0px;
  padding: 0;
  display: inline-block;
}

.followuson ul li a {
  font-size: 1.2rem;
  color: var(--color-dark);
  font-weight: 400;
}

.followuson ul li:hover a {
  color: var(--color-orange);
}

.followuson ul:hover li:not(:hover) a {
  color: var(--color-light-gray);
}

.followuson h5 {
  color: var(--color-gray);
  margin: 0px;
  font-weight: 400;
  font-size: 1.2rem;
  margin-bottom: 5px;
}



.big-menu ul {
  list-style: none;
  margin: 0px;
  padding: 0;
  display: inline-block;
}

.big-menu ul li {
  margin: -15px 0px;
}

.big-menu ul li a {
  font-size: 5rem;
  color: var(--color-dark);
  font-weight: 700;
}

.big-menu ul li:hover a {
  color: var(--color-dark);
}

.big-menu ul:hover li:not(:hover) a {
  color: var(--color-light-gray);
}



.menu-inner-contant-right h5 {
  color: var(--color-gray);
  margin: 0px;
  font-weight: 400;
  font-size: 1.2rem;
  margin-bottom: 5px;
}

.recent-works {
  width: 100%;
  height: calc(100vh - 155px);
  overflow-y: scroll;
  overflow-x: hidden;
  position: relative;
}




.recent-works .works-image {
  height: 245px;
}




.recent-works::-webkit-scrollbar-track {

  border-radius: 6px;
  background-color: var(--color-pure-white);
}

.recent-works::-webkit-scrollbar {
  width: 6px;
  background-color: var(--color-pure-white);
}

.recent-works::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background-color: var(--color-dark);
}










.works-image {
  width: 100%;
  height: 498px;
}

.works-text {
  position: relative;
}

.works-text h4 {
  margin: 10px 0px;
  font-size: 1.8rem;
  font-weight: 500;
  color: var(--color-dark);
  margin-top: -23px;
  margin-left: 10px;
}

.works-text h6 {
  margin: 0px;
  position: absolute;
  bottom: 10px;
  color: var(--color-dark-gray);
  ;
  right: 10px;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  transform: rotate(180deg);
  height: 100px;
  font-weight: 400;
  font-size: 1rem;
}

.works-image img {
  width: 100%;
}


.getintouch {
  height: 100vh;
  width: 68%;
  margin: 0 auto;
  position: relative;
}

.connect-whtsapp {
  font-size: 1.2rem;
  font-weight: 400;
  display: flex;
  margin-top: 30px;
}

.connect-whtsapp a {
  color: #43d954;
  margin-left: 10px;
}


.getintouch-form {
  width: 100%;
  padding-top: 120px;
  margin-left: 1px;

}

.getintouch-form-title {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.getintouch-form-title p {
  font-size: 1.2rem;
  font-weight: 300;
  color: var(--color-dark-gray);
  ;
  margin-top: 0px;
  margin-bottom: 30px
}


.getintouch-form-title h3 {
  font-size: 3rem;
  font-weight: 600;
  margin: 0px;
  color: var(--color-dark);
}

.getintouch-form-title i {
  font-size: 10rem;
  color: var(--color-gray);
  padding-bottom: 15px;
}

.form input {
  width: 100%;
  padding: 10px 0px;
  padding-top: 25px;
  margin-bottom: 10px;
  border: none;
  border-bottom: solid 1px var(--color-gray);
  font-size: 1.2rem;
  font-family: "Rubik", sans-serif;
  color: var(--color-dark);
  background: none;
}



.form textarea {
  width: 100%;
  padding: 10px 0px;
  padding-top: 25px;
  margin-bottom: 10px;
  border: none;
  border-bottom: solid 1px var(--color-gray);
  font-size: 1.2rem;
  font-family: "Rubik", sans-serif;
  color: var(--color-dark);
  background: none;
}


.form textarea::placeholder {
  color: var(--color-dark-gray);
  opacity: 1;
}

.form input::placeholder {
  color: var(--color-dark-gray);
  opacity: 1;
}

.form input:focus,
.form textarea:focus {
  outline: none;
  border: none;
  border-bottom: 1px solid var(--color-dark);
}


.form button {
  border: none;
  background: none;
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--color-orange);
  padding: 0px;
  cursor: pointer;
  margin-left: -2px;
  margin-top: 20px;
}

.form button:hover {
  color: var(--color-dark-orange);
}



/* CLIENTS */
#clients {
  padding: 2rem 0px;
  text-align: center;


}


footer {
  background: var(--color-pure-white);
  border-top: solid 1px var(--color-gray);
  padding: 1.5rem 0;
}

footer .gotcha-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.social {
  display: flex;
  gap: 10px;
}

.social a {
  color: var(--color-dark);
  font-size: 1.5rem;
}


.icon img {
  transition: filter 0.3s ease;
}

.social a img {

  transition: filter 0.3s ease;
  width: 25px;
}



.social a:hover img {
  filter: invert(56%) sepia(89%) saturate(625%) hue-rotate(5deg) brightness(97%) contrast(101%);
}


#ourworks {
  padding: 4rem 0px;
  text-align: center;
  padding-top: 8rem;
}

.contact .first-title {
  padding-bottom: 5rem;
}



.secount-title h4 {
  color: var(--color-dark-gray);
  margin-top: 0px;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 32px;
}

.contact {
  padding-top: 8rem;
  padding-bottom: 6rem;
}


.first-title h1 {
  color: var(--color-white);
  margin: 0px;
  font-size: 7rem;
  font-weight: 700;
  margin-left: -4px;
}

.first-title h4 {
  color: var(--color-dark);
  margin: 0px;
  font-size: 1.5rem;
  font-weight: 500;
  margin-top: -60px;
}


.contact-details h2 {
  font-size: 4rem;
  margin: 0px;
  margin-bottom: 40px;
}

.contact-details h2 a {
  color: var(--color-dark);
}

.contact-details h2 a:hover {
  color: var(--color-orange);
  ;
}

.contact-details h5 {
  color: var(--color-dark-gray);
  margin-top: 0px;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: -10px;
}


.contact-details .followuson {
  position: inherit;
}

.contact-details .followuson ul {
  display: flex;
  gap: 10px;
  font-size: 2rem;
  color: var(--color-gray);
}

.contact-details .followuson ul li a {
  font-size: 2rem;
  color: var(--color-dark);
  font-weight: 700;
}










.allworkmenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 30px;
}

.allworkmenu ul li a {
  font-size: 2rem;
  color: var(--color-dark);
  font-weight: 500;
  transition: color 0.1s ease;
}

/* Hover on non-active links only */
.allworkmenu ul li a:not(.active):hover {
  color: var(--color-dark);
}

/* Dim all non-hovered, non-active items when hovering anywhere */
.allworkmenu ul:hover li a:not(:hover):not(.active) {
  color: var(--color-light-gray);
}

/* Active link style (always orange, no hover effect) */
.allworkmenu ul li a.active {
  color: var(--color-orange);
  pointer-events: none;
  /* prevents hover and click */
}



.works-container {
  padding-top: 8rem;
  padding-bottom: 6rem;
}

.allworks {
  margin-top: 2rem;
}

.allworkmenu {
  margin-bottom: 20px;
}


.allwork-details {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 0px;
}


.allwork-details {}

.allwork-details .works-text h4 {
  margin: 0px 0px;
  font-size: 3rem;
  font-weight: 600;
  color: var(--color-dark);
  margin-top: -38px;
  margin-left: 15px;
  border-bottom: solid 1px var(--color-gray);
  margin-right: 15px;
}


.controls {
  margin: 0px 15px;
  display: flex;
  margin-top: 10px;
  justify-content: space-between;
}


.all-ctrl {
  display: flex;
  gap: 20px;
}

.catery h2 {
  margin: 0px;
  font-weight: 400;
  font-size: 1.2rem;
}

.activity {
  color: var(--color-dark-gray);
  font-size: 1rem;
  display: flex;
  align-items: center;
  gap: 6px;
}



.works-details {
  padding-top: 8rem;
  padding-bottom: 6rem;
}

.works-details h1 {
  color: var(--color-dark);
  margin: 0px;
  font-size: 7rem;
  font-weight: 700;
  margin-left: -4px;
  line-height: 110px;
  padding-bottom: 20px;
}

.works-details p {
  color: var(--color-dark-text);
  margin-top: 10px;
  font-size: 1.2rem;
  font-weight: 300;
}

.works-details h6 {
  margin: 0px;
  color: var(--color-dark);
  font-size: 1.3rem;
  font-weight: 500;
  margin-top: -10px;
}

.link a {
  color: var(--color-orange);
  font-size: 2rem;
  font-weight: 500;
}


.details-works-image {
  margin-top: -30px;
}

.details-works-image img {
  width: 100%;
}


.details-controls {
  display: flex;
  justify-content: flex-end;
  gap: 15px;
  align-items: center;
  position: relative;
}

.viewer {
  font-size: 1.2rem;
  font-weight: 500;
}

.liker {
  width: 100px;
  background: var(--color-pure-white);
  margin-right: 20px;
  height: 100px;
  border-radius: 50%;
  border: solid 1px var(--color-gray);
  display: flex;

  text-align: center;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.liker i {
  font-size: 1.6rem;
  margin-top: 5px;
}

.liker h5 {
  margin: 0px;
  font-size: 1.2rem;
  font-weight: 600;
  margin-top: 0px;
}



.comments {}

.comments-title {
  margin-top: 50px;
}

.comments-title h5 {
  margin: 0px;
  font-size: 2rem;
  font-weight: 600;
}

.comments-title h5 span {
  color: var(--color-dark-gray);
}

.comments-box {
  display: flex;
  justify-content: space-between;
  border-bottom: solid 1px var(--color-gray);
  padding-bottom: 15px;
  margin-top: 15px;
}

.comments-box-left {
  width: 80px;
  height: 80px;
  border-radius: 80px;
  background: var(--color-dark);
  color: var(--color-pure-white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  font-weight: 400;
}

.comments-box-right {
  width: calc(100% - 100px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.comments-box-right h3 {
  margin: 0px;
  font-weight: 600;
  font-size: 1.5rem;
}

.comments-box-right p {
  margin: 0px;
  color: var(--color-dark);
  font-size: 1rem;
  font-weight: 400;
  margin-top: 5px;
}


.comments-box-right .gotcha-replay {
  display: flex;
  margin-top: 20px;
  border-top: solid 1px var(--color-gray);
  padding: 15px 0px;
  justify-content: space-between;
}

.comments-box-left-gotcha {
  width: 80px;
  height: 80px;
  border-radius: 80px;
  border: solid 1px var(--color-gray);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.comments-box-left-gotcha img {
  width: 70%;
}

.fromer {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px
}


.secount-title h3 {
  font-size: 3rem;
  color: var(--color-dark);
  font-weight: 700;
  margin: 0px;
  margin-bottom: 10px;
}


/* SERVICE */
.service-box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0px
}

.service-box-left {}

.service-box-left img {
  width: 100%;
}

.service-box-right {
  padding: 0px 40px;
  padding-right: 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.service-box-right h2 {
  font-size: 2.5rem;
  color: var(--color-dark);
  font-weight: 600;
  margin: 0px;
  margin-bottom: 5px;
  line-height: 46px;
}

.service-box-right h3 {
  color: var(--color-dark-gray);
  margin-top: 0px;
  font-size: 1.8rem;
  font-weight: 300;
  margin-bottom: 10px;
  line-height: 36px;
}

.service-box-right p {
  margin: 0px;
  color: var(--color-dark);
  font-size: 1rem;
}

.service-box .form {
  margin-top: 20px;
}

.service-box .form button {
  font-size: 1.2rem;
  font-weight: 500;
}

.serv-rgt .service-box-right {
  padding-left: 0px;
  padding-right: 40px;
}

.service-container {
  display: flex;
  flex-direction: column;
  gap: 100px;
}


.about-container {}

.strategy-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0px
}

.strategy-box {
  text-align: center;
  padding: 30px
}


.strategy-box h3 {
  font-size: 2rem;
  color: var(--color-dark);
  font-weight: 700;
  margin: 0px;
  margin-bottom: 5px;
}

.strategy-box p {
  color: var(--color-dark-gray);
  margin-top: 0px;
  font-size: 1.2rem;
  font-weight: 300;
}

.strategy-image {
  width: 100px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.strategy-image img {
  width: 100%;
}


.team-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.team-box {
  text-align: center;
}

.team-image {
  position: relative;
  height: 460px;
  overflow: hidden;
}

.team-image img {
  width: 100%;
}


.team-image .nophoto-bg {
  background: var(--color-white);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.team-image .no-photo {
  width: 120px;
}


.team-name {
  position: absolute;
  bottom: 0px;
  background: #F99D1C;
  height: 200px;
  background: linear-gradient(0deg, rgba(249, 157, 28, 1) 0%, rgba(0, 0, 0, 0) 63%);
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.team-name h4 {
  font-size: 1.8rem;
  margin: 0px;
  padding-bottom: 20px;
  color: var(--color-pure-white);
  font-weight: 500;
}

.team-box h3 {
  font-size: 1.2rem;
  font-weight: 400;
}

.all-team-container .first-title {
  padding-bottom: 2rem;
}



.works-image .nophoto-bg {
  background: var(--color-white);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.works-image .nophoto-bg .no-photo {
  width: 130px;
}


#load-more-loader {
  text-align: center;
  display: none;
  margin: 20px 0;
  width: 100%;
  margin-top: 40px;
}

#load-more-loader p {
  color: var(--color-dark);
  font-size: 1.2rem;
}

#load-more-end {
  text-align: center;
  display: none;
  margin: 20px 0;
  margin-top: 40px;
}

#load-more-end p {
  color: var(--color-dark);
  font-size: 1.2rem;
}


.spinner {
  border: 4px solid var(--color-gray);
  /* Light grey */
  border-top: 4px solid var(--color-orange);
  /* Blue */
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 0 auto;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.works-image {
  position: relative;
  overflow: hidden;
}

.works-image img.lazy-blur {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: blur(20px);
  opacity: 0;
  transform: scale(1.05);
  transition: filter 0.6s ease, opacity 0.6s ease, transform 0.6s ease;
}

/* When image is loaded */
.works-image img.lazy-blur.loaded {
  filter: blur(0);
  opacity: 1;
  transform: scale(1);
}


.works-details .works-image {
  height: auto;
}



.works-details h6 {
  font-weight: 400;
  color: var(--color-dark-gray);
  font-size: 1rem
}

.like-btn {
  cursor: pointer;
  z-index: 10;
  pointer-events: auto;
  /* ensure it receives clicks */
}

#like-btn {
  cursor: pointer;
  z-index: 1;
  pointer-events: auto;
  /* ensure it receives clicks */
}





/* Default heart color */
.liker i.icon-hert {
  color: #999;
  /* gray default */
  transition: color 0.3s ease;
}

/* Liked heart icon */
.liker.liked i.icon-love {
  color: orange;
  /* heart turns orange when liked */
}

/* Optional hover effect */
.liker i:hover {
  cursor: pointer;
  color: #ff9900;
  /* slightly brighter on hover */
}

/* Default heart color */
.like-btn i.icon-hert {
  color: #999;
  transition: color 0.3s ease;
}


/* Hover effect */
.like-btn i:hover {
  cursor: pointer;
  color: #ff9900;
}

.like-btn i.icon-hert {
  color: #999;
  transition: color 0.3s ease;
}

.like-btn.liked i.icon-love {
  color: orange;
}



.controls .liker {
  margin-right: 0px;
  border-radius: 0px;
  background: none;
  height: auto;
  flex-direction: row;
  font-size: 1rem;
  border: none;
  width: auto;
  gap: 6px;
}

.controls .liker i {
  font-size: 1.1rem;
  margin-top: 0px;
}

.controls .liker .like-count {
  color: var(--color-dark-gray);
}


.comments-box-right span {
  font-size: 0.8rem;
  color: var(--color-dark-gray);
}


.alert {
  padding: 20px 20px;
  margin-top: 15px;
  font-size: 1.2rem;
  animation: fadeIn 0.3s ease;
  text-align: center;
}

.alert-success {
  background-color: #43d954;
  color: var(--color-pure-white);


}

.alert-danger {
  background-color: #fee2e2;
  color: #991b1b;
  border: 1px solid #ef4444;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-5px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}




.liker i {
  transition: transform 0.2s ease, color 0.2s ease;
}

.liker.zoom i {
  transform: scale(1.4);
}

.liker.liked i.icon-love {
  color: orange;
}



@keyframes pop {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.5);
  }

  100% {
    transform: scale(1);
  }
}

.liker.animate i {
  animation: pop 0.3s ease;
}


.works-details h2 {
  font-weight: 400;
  font-size: 1.5rem;
  margin-top: -20px;
}


.service-box .service-box-left {
  min-height: 250px;
}

.service-box .nophoto-bg {
  background: var(--color-white);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.service-box .nophoto-bg .no-photo {
  width: 130px;
}


.service-box .service-box-left img.lazy-blur {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: blur(20px);
  opacity: 0;
  transform: scale(1.05);
  transition: filter 0.6s ease, opacity 0.6s ease, transform 0.6s ease;
}

/* When image is loaded */
.service-box .service-box-left img.lazy-blur.loaded {
  filter: blur(0);
  opacity: 1;
  transform: scale(1);
}




.prever,
.nexter {
  display: flex;
  background: var(--color-white);
  padding: 20px;
  border-top: solid 1px var(--color-gray);
  align-items: center;
  gap: 20px;
}

.prever {
  justify-content: flex-start;
}

.nexter {
  margin-left: 1px;
  justify-content: flex-end;
}

.prever,
.nexter .icon-nxt-for {
  color: var(--color-dark);
}

.icon-nxt-for i {
  font-size: 4.3rem;
}

.work-next-image {
  width: 138px;
  height: 100px;
  background: var(--color-dark-gray);
  border-radius: 10px;
  overflow: hidden;
}

.work-detailer {
  padding: 0px 10px;
}

.work-detailer h4 {
  margin: 0;
  color: var(--color-dark-gray);
  font-weight: 400;
  font-size: 1.2rem;
}

.work-detailer h3 {
  margin: 0;
  font-weight: 600;
  font-size: 1.8rem;
  color: var(--color-dark);
  ;
}

.work-detailer h6 {
  margin: 0;
  font-weight: 400;
  font-size: 1rem;
  color: var(--color-dark);
  ;
}

.nexter .work-detailer {
  text-align: right;
}

.prever:hover,
.nexter:hover {
  background: var(--color-orange);
}

.prever:hover .work-detailer h4 {
  color: var(--color-pure-white);
}

.prever:hover .work-detailer h3 {
  color: var(--color-pure-white);
}

.prever:hover .work-detailer h6 {
  color: var(--color-pure-white);
}

.prever:hover .icon-nxt-for {
  color: var(--color-pure-white);
}

.nexter:hover .work-detailer h4 {
  color: var(--color-pure-white);
}

.nexter:hover .work-detailer h3 {
  color: var(--color-pure-white);
}

.nexter:hover .work-detailer h6 {
  color: var(--color-pure-white);
}

.nexter:hover .icon-nxt-for {
  color: var(--color-pure-white);
}




.work-next-image .nophoto-bg {
  background: var(--color-pure-white);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.work-next-image .nophoto-bg .no-photo {
  width: 50px;
}



.work-next-image img.lazy-blur.loaded {
  filter: blur(0);
  opacity: 1;
  transform: scale(1);
}

.work-next-image img.lazy-blur {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: blur(20px);
  opacity: 0;
  transform: scale(1.05);
  transition: filter 0.6s
}

.nextandprev {
  display: flex;
  flex-wrap: wrap;
}

.nextandprev::before,
.nextandprev::after {
  content: '';
  flex: 0;
}

/* Make sure real buttons don't stretch */
.nextandprev>a {
  flex: 1;
  max-width: 100%;
}