@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600;700;800;900&amp;display=swap");

/* common css :: starts */
/* COMMENTED OUT 
* {
  cursor: none;
} */

.text-tiny {
  font-size: 0.7em;
}

.text-small {
  font-size: 0.85em;
}

.text-big {
  font-size: 1.4em;
}

.text-huge {
  font-size: 1.8em;
}

a {
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

/* .show-only-desktop-designBuild {
  display: block !important;
}

.show-only-mobile-designBuild {
  display: none !important;
} */

/* Standard syntax */
::placeholder {
  color: #888;
  /* Placeholder text color */
}

/* WebKit syntax (used by Safari and some other iOS/macOS browsers) */
:-webkit-input-placeholder {
  color: #888;
  /* Placeholder text color */
}

.flex-row-class {
  display: flex;
  align-items: center;
}

.break-word {
  word-break: break-all;
}

body {
  color: #fff;
  background-color: #101010;
  position: relative;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  /*COMMENTED OUT cursor: none;*/
}

::-webkit-scrollbar {
  width: 8px;
  border-radius: 6px;
}

::-webkit-scrollbar-track {
  background-color: #505050;
  border-radius: 6px;
}

::-webkit-scrollbar-thumb {
  background-color: #000;
  border-radius: 6px;
  border: 4px solid #000;
  width: 8px;
}

/* Inverted styles for printing */
@media print {
  /* Invert colors for the entire page */
  body {
    filter: invert(100%);
  }

  /* Restore the inverted colors for specific elements (e.g., images) */
  img {
    filter: invert(100%);
  }
}

pre {
  overflow: hidden;
  font-family: "Montserrat", sans-serif !important;
}

/* ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#ckEditorDivId > ul {
  list-style: initial !important;
} */

ul:not(#ckEditorDivId ul) {
  padding: 0;
  margin: 0;
  list-style: none !important;
}

#ckEditorDivId ul {
  list-style: initial !important;
}

.container-fluid {
  padding-left: 30px;
  padding-right: 30px;
}

::-moz-selection {
  color: #333;
  background-color: #ccc;
}

::selection {
  color: #333;
  background-color: #ccc;
}

.g-6,
.gx-6 {
  --bs-gutter-x: 6rem;
}

.btn {
  max-width: 200px;
  width: 100%;
}

a.btn-link {
  text-decoration: none;
  background: linear-gradient(0deg, #fff, #fff) no-repeat right bottom / 0
    var(--bg-h);
  transition: background-size 350ms !important;
  --bg-h: 1px;
  padding-bottom: 1px;
  min-height: 24px;
  display: inline-block;
}

blockquote {
  border-left: 5px solid #ccc;
  font-style: italic;
  margin-left: 0;
  margin-right: 0;
  overflow: hidden;
  padding-left: 1.5em;
  padding-right: 1.5em;
}

a.btn-link:where(:hover, :focus-visible) {
  background-size: 100% var(--bg-h);
  background-position-x: left;
}

h3 {
  font-weight: 400;
}

a {
  color: #fff;
  text-decoration: none;
}

a:hover {
  color: #fff;
}

a.generic-links {
  font-weight: 300 !important;
}

a.generic-links:hover {
  font-weight: 500 !important;
}

b {
  font-weight: 400 !important;
}

p {
  font-size: 14px;
  line-height: 25px;
  font-weight: 100;
  margin-top: -6px;
}

.prj-detls-apprch {
  margin-bottom: 0rem;
}

.g-10 {
  gap: 60px;
}

.pt-70 {
  padding-top: 70px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pt-50 {
  padding-top: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pr-15 {
  padding-right: 15px;
}

.text-justify {
  text-align: justify;
}

.main-content {
  position: relative;
}

/* animation */
.animatein {
  visibility: hidden;
  will-change: transform, opacity, visibility;
  opacity: 0;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

.animatein.animated {
  will-change: auto;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  transition: all 3s ease;
}

.reveal {
  position: relative;
  transform: translateY(150px);
  opacity: 0;
  transition: 1s all ease;
}

.reveal.active {
  transform: translateY(0);
  opacity: 1;
}

section {
  /* overflow-x: hidden;
     */
}
/* COMMENTED OUT
#mousePointer {
  content: "";
  position: fixed;
  z-index: 99999;
  top: var(--y);
  left: var(--x);
  right: 0;
  bottom: 0;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  border: 2px solid #fff;
  mix-blend-mode: difference;
  pointer-events: none;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1),
    box-shadow 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), width 0.4s, height 0.4s;
  will-change: transform;
  display: flex;
  align-items: center;
  justify-content: center;
}
*/

#mousePointer.zoom {
  width: 12px;
  height: 12px;
  background: #fff;
  transition: width 0.4s, height 0.4s;
}

#mousePointer.prev,
#mousePointer.next {
  width: 60px;
  height: 60px;
  color: #000;
}

#mousePointer.prev:before,
#mousePointer.next:before {
  content: "PREV";
  font-size: 13px;
  font-weight: 500;
  transition: width 0.4s, height 0.4s;
}

#mousePointer.next:before {
  content: "NEXT";
}

#mousePointer.active {
  background-color: rgba(249, 0, 77, 1);
  transition: width 0.3s, height 0.3s;
}

#mousePointer.footer {
  background-color: rgba(255, 255, 255, 0.7);
  transition: width 0.3s, height 0.3s;
  border-color: #fff;
}
/* COMMENTED OUT
#mousePointer.hide {
  display: none;
  opacity: 0;
  visibility: hidden;
}
*/

#mousePointer.next:before {
  content: "NEXT";
}

.btn-primary {
  background-color: #e40613;
  border-color: #e40613;
  border-radius: 3px;
}

.btn-primary:hover {
  background-color: #bd010d;
  border-color: #bd010d;
}

.wrapper {
  padding-top: 100px;
}

.homepage .wrapper {
  padding-top: 0;
}

.homepage .logo-img-loader {
  display: none;
}

.section-title {
  font-size: 36px;
  font-weight: 500;
  text-align: center;
  color: #353535;
  margin-bottom: 40px;
}

.section-title span {
  color: #e40613;
}

.grid-col-3 {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.grid-col-3 > * {
  width: calc(33.33% - 8px);
}

.image-card {
  position: relative;
  overflow: hidden;
}

.image-card:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0px;
  background: rgb(255, 255, 255);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 85%,
    rgba(16, 16, 16, 1) 100%
  );
  width: 100%;
  height: 0;
  z-index: 1;
  opacity: 1;
  transition: 1s all;
}

.image-card:hover:after {
  height: 100%;
}

.image-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* filter: grayscale(100%);
     */
  transition: 0.5s all;
}

.image-card:hover img {
  filter: none;
  transform: scale(1.05);
  /* transition: 0.9s all;
    transform: scale(2, 2); */
}

.image-card span {
  position: absolute;
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  padding: 8px 12px;
  left: 0;
  bottom: 0;
  z-index: 2;
  transition: 0.5s ease-in-out;
}

div.mt-5 {
  margin-top: 25px !important;
}

.image-card:hover span {
  bottom: 0;
}

/* common css :: ends */
.preloader {
  display: none !important;
  background: black;
}

.preloader > video {
  background: black;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: #101010;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
}

#preloader-bar {
  display: block;
  width: 1px;
  height: 3px;
  background: #101010;
  position: absolute;
  top: 50%;
  margin-top: 0 !important;
}

#pre-msg-wrap {
  text-align: center;
  font-size: 20px;
  color: #fff;
  font-weight: 500;
}

/************/
#pre-msg-wrap {
  display: none;
}

#preloader {
  display: none;
}

.homepage #preloader {
  display: flex;
}

.homepage #pre-msg-wrap > img {
  display: none;
}

.homepage #pre-msg-wrap {
  display: block;
}

.homeMsgWrap {
  display: flex;
  align-items: center;
  line-height: 24px;
  justify-content: center;
}

.premsg {
  display: inline-block;
  margin: 0px;
  padding: 0px;
  width: auto;
  vertical-align: middle;
  overflow: hidden;
  position: relative;
  text-align: center;
}

#premsg-cont {
  text-align: center;
}

#premsg-cont div {
  padding: 0;
  left: 50% !important;
  transform: translateX(-50%);
  text-transform: uppercase;
  font-size: 13px;
  color: #777;
  letter-spacing: 4px;
  background: #101010;
}

/* header :: starts */
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  transition: 0.5s all;
  background-color: #101010;
}

.homepage header {
  background: transparent;
}

header.nav-up {
  transform: translateY(-100px);
  background-color: #101010;
}

.header-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 66px;
  padding: 20px 0 0;
  /* margin-top: 2px;
     */
}

.header-wrapper .brand-logo img {
  max-height: 66px;
  max-width: 260px;
}

.header-wrapper .brand-logo img.home-logo {
  display: none;
}

.homepage .header-wrapper .brand-logo img.inner-logo {
  display: none;
}

.homepage .header-wrapper {
  padding-top: 0;
}

.homepage .header-wrapper .brand-logo img.home-logo {
  display: block;
}

.brand-logo {
  position: relative;
  z-index: 100;
}

.nav-menu-button {
  height: 20px;
  width: 20px;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  /* cursor: pointer */
}

.nav-menu-button .line {
  display: block;
  height: 1px;
  width: 100%;
  background: #fff;
}

.nav-mobile {
  display: none;
}

.nav-menu-button .line1 {
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  -o-transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}

.nav-menu-button .line2 {
  width: 75%;
  align-self: flex-end;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  -o-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}

.nav-menu-button .line3 {
  -webkit-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  transform-origin: 0 100%;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  -o-transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}

.menu-open .nav-menu-button .line1 {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 0px 5px;
  -ms-transform-origin: 0px 5px;
  transform-origin: 0px 5px;
}

.menu-open .nav-menu-button .line2 {
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
}

.menu-open .nav-menu-button .line3 {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: -2px -5px;
  -ms-transform-origin: -2px -5px;
  transform-origin: -2px -5px;
}

.nav-menu-button {
  display: none;
}

.nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 27px;
}

.nav-link {
  font-size: 16px;
  color: #fff;
  position: relative;
  font-weight: 300;
  z-index: 1111;
  min-height: 66px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav-link::after {
  border: none;
  content: "";
  width: 0;
  left: auto;
  height: 1px;
  right: 0;
  background-color: #fff;
  position: absolute;
  bottom: 15px;
  -webkit-transition: 0.37s cubic-bezier(0.52, 0.01, 0.16, 1);
  -moz-transition: 0.37s cubic-bezier(0.52, 0.01, 0.16, 1);
  transition: 0.37s cubic-bezier(0.52, 0.01, 0.16, 1);
  --webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.nav-link:hover::after {
  left: 0;
  right: auto;
  width: 100%;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 1;
}

.btn-primary {
  color: #2f2f2f;
  transition: 0.5s all;
}

.nav-links > li.has-submenu > div.dropdown-menu {
  position: absolute;
  left: 0;
  z-index: 35;
  width: auto;
  top: calc(100% - 0px);
  color: #000;
  text-transform: none;
  width: 100vw;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  border: 0;
  z-index: 111;
  display: block;
  transition: all 0.5s ease-out;
  opacity: 0;
  background-color: transparent;
  padding: 15px 30px 0;
  visibility: hidden;
  max-height: 100vh;
  overflow: hidden;
  pointer-events: none;
}

.nav-links > li.has-submenu:hover > div.dropdown-menu {
  transition: all 0.7s ease-in;
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.nav-links > li.has-submenu > div.dropdown-menu.showDropDown {
  opacity: 1;
  visibility: visible;
}

.nav-links:before {
  content: "";
  background-color: #101010;
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  height: 0;
  transition: opacity 0.5s ease-out;
  z-index: 11;
  opacity: 0;
  visibility: hidden;
}

.nav-links.hovered:before,
li:hover .nav-links:before,
li.active .nav-links:before {
  height: 100vh;
  opacity: 1;
  visibility: visible;
}

.dropdown-menu > .project-list {
  display: flex;
  gap: 7px;
  padding: 0;
  margin: 0;
}

.dropdown-menu > .project-list > a {
  flex: 1;
  opacity: 0;
  transition: all 0.7s ease-in-out;
  position: relative;
  z-index: 111;
  /*transform: translateY(60px);
    */
  transform: rotateY(90deg);
  height: calc(100vh - 120px);
  animation-delay: 0.5s;
}

.hovered .dropdown-menu > .project-list > a {
  opacity: 1;
  /*transform: translateY(0);
    */
  transform: rotateY(0deg);
  overflow: hidden;
  position: relative;
}

.dropdown-menu > .project-list > a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0);
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 1;
  transition: 0.5s all;
}

.sticky_header {
  position: sticky;
  top: 0;
  height: 60px;
  background-color: #101010;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  flex-wrap: wrap;
  /* gap: 20px; */
  z-index: 2;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  transition: 0.5s all;
  opacity: 0;
  visibility: hidden;
  height: 0;
}

.sticky_header.show {
  height: 60px;
  opacity: 1;
  visibility: visible;
}

.sticky_header.nav-down {
  top: 68px;
}

.sticky_header a {
  color: #ababab;
}

.sticky_header a:not(:last-child) {
  margin-right: 20px;
}

.sticky_header a.active {
  color: #fff;
}

/* header :: ends */
/* .banner-carousel .owl-dots {
     counter-reset: slideCount;
     gap: 42px;
     position: absolute;
     right: 72px;
     display: flex;
     align-items: center;
     bottom: 48px;
     background: rgba(0, 0, 0, 0.6);
     border-radius: 24px;
     padding: 10px 24px;
}
 .banner-carousel.owl-carousel .owl-dots .owl-dot {
     font-size: 15px;
     font-weight: bolder;
     color: #bbb;
}
 .banner-carousel.owl-carousel .owl-dots .owl-dot.active {
     color: #fff;
}
 .banner-carousel .owl-dot::before {
    /* Increment "my-sec-counter" by 1 counter-increment: slideCount;
     content: "0"counter(slideCount);
}
*/

.h-20-perc {
  height: 20%;
}

.banner-carousel .owl-item {
  min-width: 100vw;
  width: 100%;
}

.banner-carousel .banner-item {
  /* height: 100vh;
     */
  width: 100%;
  position: relative;
}

.banner-carousel .banner-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
}

.banner-carousel .banner-item img {
  width: 100vw;
  height: 100vh;
  min-height: 550px;
  object-fit: cover;
}

.banner-carousel-design .owl-item {
  min-width: 100vw;
  width: 100%;
}

.banner-carousel-design .banner-item {
  /* height: 100vh;
     */
  width: 100%;
  position: relative;
}

.banner-carousel-design .banner-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
}

.banner-carousel-design .banner-item img {
  width: 100vw;
  height: 100vh;
  min-height: 550px;
  object-fit: cover;
}

.owl-dots {
  display: flex;
  padding: 10px;
  justify-content: center;
}

.owl-dot {
  background: lightgrey !important;
  height: 12px;
  width: 12px;
  border-radius: 40%;
  margin-left: 10px;
}

.owl-dot .active {
  background: #b28d5e !important;
  /* height: 12px;
  width: 12px;
  border-radius: 40%; */
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
 /* cursor: none;*/
  position: absolute;
  width: 10%;
  height: 70%;
  transform: translateY(-50%);
  top: 50%;
}

.owl-carousel .owl-nav .owl-prev span,
.owl-carousel .owl-nav .owl-next span {
  display: none;
}

.owl-carousel .owl-nav .owl-prev {
  left: 0;
}

.owl-carousel .owl-nav .owl-next {
  right: 0;
}

.projects-grid {
  padding: 0 10px;
  overflow: hidden;
}

.projects-grid a > *,
.project-list a > *,
.journal-card > * {
  filter: grayscale(100%);
  transition: all 0.5s ease;
}

.projects-grid a:hover > *,
.project-list a:hover > *,
.journal-card:hover > * {
  filter: grayscale(0);
}

.projects-grid a span {
  opacity: 0;
  transform: translateY(20px);
  padding: 0 12px;
}

.projects-grid .image-card:hover span {
  opacity: 1;
  transform: translateY(0);
  /* bottom: 10px; */
}

.project-listing-card {
  height: 40%;
}

@media screen and (min-width: 1200px) and (max-width: 1500px) {
  .project-listing-card {
    height: 35%;
  }
}

@media screen and (min-width: 500px) and (max-width: 1200px) {
  .project-listing-card {
    height: 30%;
  }
}

@media screen and (min-width: 50px) and (max-width: 500px) {
  .project-listing-card {
    height: 25%;
  }
}

footer {
  padding-top: 120px;
}

.homepage footer {
  display: none;
}

.footer-wrap {
  display: flex;
  font-size: 12px;
  min-height: 60px;
  justify-content: space-between;
  align-items: center;
}

.social-links {
  display: flex;
  gap: 12px;
  /* flex-direction: column;
     */
}

.social-links a {
  filter: grayscale(100%);
  transition: 0.5s all;
}

.social-links a img {
  width: 21px;
}

.social-links .social-icon a {
  margin-right: 12px;
}

.social-links > a:hover {
  filter: none;
}

.footer-links {
  display: flex;
}

.round-btn {
  position: fixed;
  bottom: 50px;
  right: 30px;
}

.project-banner {
  height: calc(100vh - 48px);
}

.project-carousel {
  padding: 0 12px;
}

.project-carousel-drawings {
  padding: 0 12px;
}

.project-carousel-mobile {
  padding: 0 12px;
}

.project-carousel-mobile-drawings {
  padding: 0 12px;
}

.project-carousel .owl-item {
  min-width: 100vw;
  position: relative;
  width: 100%;
}

.project-carousel-drawings .owl-item {
  min-width: 100vw;
  position: relative;
  width: 100%;
}

.project-carousel-mobile .owl-item {
  min-width: 100vw;
  position: relative;
  width: 100%;
}

.project-carousel-mobile-drawings .owl-item {
  min-width: 100vw;
  position: relative;
  width: 100%;
}

.project-carousel .owl-item img {
  width: calc(100vw - 24px);
  object-fit: contain;
  height: calc(100vh - 150px);
  min-height: 550px;
}

.project-carousel-drawings .owl-item img {
  width: calc(100vw - 24px);
  object-fit: contain;
  height: calc(100vh - 150px);
  min-height: 550px;
}

.project-carousel-mobile .owl-item img {
  width: calc(100vw - 24px);
  object-fit: contain;
  height: calc(100vh - 150px);
  min-height: 550px;
}

.project-carousel-mobile-drawings .owl-item img {
  width: calc(100vw - 24px);
  object-fit: contain;
  height: calc(100vh - 150px);
  min-height: 550px;
}

.project-banner .tab-sect {
  overflow: hidden;
  height: calc(100% - 48px);
}

.tab-sect .tab-cont:nth-child(2) .project-carousel .owl-item {
  background: #101010;
}

.tab-sect .tab-cont:nth-child(2) .project-carousel-drawings .owl-item {
  background: #101010;
}

.tab-sect .tab-cont:nth-child(2) .project-carousel-mobile .owl-item {
  background: #101010;
}

.tab-sect .tab-cont:nth-child(2) .project-carousel-mobile-drawings .owl-item {
  background: #101010;
}

.project-banner .tab-links {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 30px;
  font-size: 16px;
  font-weight: 300;
  color: #a8a8a8;
  min-height: 48px;
  padding: 0 30px;
  background-color: #101010;
}

.project-banner .tab-links > li.active {
  color: #fff;
}

.project-information {
  margin-bottom: 20px;
  font-weight: 100;
}

.project-information > li {
  display: flex;
  /* align-items: center; */
  font-size: 14px;
  margin-bottom: 5px;
  line-height: 20px;
}

.project-information > li > label {
  min-width: 240px;
  font-weight: 500;
  /* line-height: 20px; */
}

.project-information-tl {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  /* line-height: 40px; */
  margin-bottom: 0 !important;
  /* margin-top: -10px; */
}

.project-details-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  margin-top: 90px;
  /* gap:50px;
     */
  margin-bottom: 20px;
}

.project-details-nav > a {
  font-size: 20px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.project-details-nav > a:after {
  content: attr(data-label);
  height: auto;
  width: auto;
  opacity: 0;
  left: calc(100% + 12px);
  position: absolute;
  font-size: 13px;
  transition: all 0.5s ease-in-out;
  transition-delay: 0.5s;
  text-align: center;
  transform: translateX(100%);
  text-align: left;
}

.project-details-nav > a:last-child:after {
  transform: translateX(-100%);
  right: calc(100% + 12px);
  left: auto;
}

.project-details-nav > a:hover:after {
  opacity: 1;
  transform: translateX(0);
  /* width: 80px;
     border-radius: 20px;
     background: #101010;
     */
}

.project-details-nav > img {
}

.inner-banner {
  padding: 0 12px;
  position: relative;
}

.inner-banner img {
  width: 100%;
  max-height: 42vw;
  object-fit: cover;
}

#employment.inner-banner img {
  max-height: unset;
  height: 100% !important;
  object-position: top !important;
}

.page-tl {
  font-size: 50px;
  font-weight: 100 !important;
  margin-top: -27px;
  position: relative;
  z-index: 1;
}

.page-tl-j {
  font-size: 50px;
  font-weight: 100 !important;
  margin-top: -27px;
  position: relative;
  z-index: 1;
}

/* .inner-banner:after {
     content: '';
     position: absolute;
     bottom: -1px;
     left: 0;
     background: linear-gradient(180deg, rgba(16, 16, 16, 0) 0%, rgba(16, 16, 16, 1) 100%);
     height: 117px;
     width: 100%;
}
 */
.banner-overlap {
  position: relative;
  margin-top: -117px !important;
  padding-top: 100px;
  /* overflow-x: hidden;
     */
}

.banner-overlap:before {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  height: 117px;
  width: 100%;
  z-index: 0;
  background: linear-gradient(
    180deg,
    rgba(16, 16, 16, 0) 0%,
    rgba(16, 16, 16, 1) 100%
  );
}

.banner-overlap::after {
  content: "";
  position: absolute;
  top: 117px;
  left: 0;
  height: calc(100% - 117px);
  width: 100%;
  z-index: 0;
  background: #101010;
}

.banner-overlap > * {
  z-index: 1;
  position: relative;
}

.grid-col-two {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.grid-col-two > * {
  width: calc(50% - 40px);
}

.grid-col-three {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.grid-col-three > * {
  width: calc(40% - 100px);
}

.outreach-collab {
  max-width: 500px;
}

.journal-card img {
  /*height: 400px;*/
  width: 549px;
  height: 340px;
}

.desktop_citations {
  display: none;
}

.citation_btn_more {
  display: block !important;
  width: fit-content;
}

.desktop_citations #more {
  display: none;
}

.journal-card .figcaption h3 {
  margin: 0;
}

.grid-news-awards {
  margin: 0 126px;
}

.news-wrapper {
  margin-bottom: 20px;
}

.news-wrapper .cust-tabs .tab-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  flex-wrap: wrap;
  /* gap: 36px; */
  font-size: 20px;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 18px;
}

.news-wrapper .cust-tabs .tab-links li:not(:last-child) {
  margin-right: 36px;
}

.news-wrapper .cust-tabs .tab-links li.active {
  color: #fff;
  font-weight: 500;
  position: relative;
}

.news-wrapper .cust-tabs .tab-links li.active:before {
  content: "";
  width: 12px;
  height: 12px;
  background-color: #fff;
  border-radius: 12px;
  position: absolute;
  right: -18px;
  top: 50%;
  transform: translateY(-50%);
}

.news-card {
  position: relative;
  overflow: hidden;
  height: 354px;
  width: 544px;
}

.news-card:before {
  content: "";
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
}

.news-card img {
  transition: all 0.3s ease-in-out;
  filter: none;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.news-card:hover img {
  -webkit-filter: blur(7px) brightness(0.3);
  -moz-filter: blur(7px) brightness(0.3);
  -ms-filter: blur(7px) brightness(0.3);
  -o-filter: blur(7px) brightness(0.3);
  filter: blur(7px) brightness(0.3);
}

.news-card .figcaption {
  position: absolute;
  left: 0;
  top: 0;
  padding: 15px 30px;
  width: 100%;
  height: 100%;
  opacity: 0;
  transform: translateY(-50px);
  transition: all 0.3s ease-in-out;
}

.news-card .figcaption p {
  margin-top: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 0;
}

.news-card:hover .figcaption {
  opacity: 1;
  transform: translateY(0);
}

#loadMore {
  font-size: 14px;
}

h3 > span {
  font-weight: normal !important;
  line-height: 25px;
}

.grid-col-five {
  display: flex;
  flex-wrap: wrap;
  gap: 64px 70px;
}

.grid-col-five > * {
  width: calc(20% - 56px);
}

.ebook-card {
  position: relative;
  transition: 0.3s ease-in-out;
}

.ebook-card:hover {
  transform: translateY(-20px);
}

.ebook-card img {
  width: 100%;
}

.ebook-card span {
  font-size: 20px;
  font-weight: 500;
  position: absolute;
  right: 10px;
  top: 10px;
}

.ebook-card p {
  position: absolute;
  left: -45px;
  bottom: 48px;
  line-height: 22px;
  transform: rotate(-90deg);
  width: 150px;
  font-weight: 500;
}

/*collaborations section*/
#collaborations {
  padding-top: 100px;
  margin-top: -100px;
  padding-bottom: 100px;
}

#collaborations .page-tl {
  margin-bottom: 20px;
}

#collaborations h3 {
  font-size: 25px;
  font-weight: 300;
}

h3.mt-3 {
  font-size: 25px !important;
  font-weight: 300 !important;
}

div.mb-5 {
  margin-bottom: 21px !important;
}

#colloborations p {
  margin-top: 10px;
}

/*awards section*/
#awards {
  padding-top: 100px;
}

#awards h2 {
  font-size: 50px;
  font-weight: 400;
}

.awards-top-bar {
  position: relative;
}

/* .about-section  {
    width: 100%;
} */

/* about-section*/
.about-section h4,
.contact-section h4,
.employment-section h4,
.team-section h4,
.award-card h4 {
  font-size: 25px;
  font-weight: 300;
}

/* about-section*/
.about-section h6,
.contact-section h6,
.employment-section h6,
.team-section h6,
.award-card h6 {
  /* font-size: 25px; */
  font-weight: 300;
}

/* conntact-section*/
.contact-section ul li {
  font-size: 14px;
  font-weight: 500;
}

/*employment section*/
.employment-banner {
  margin-top: 150px;
}

/*team section*/
.team-banner {
  margin-top: 150px;
}

.team-section h4 {
  line-height: 18px;
}

.team-section .pre-para {
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 12px;
}

/* .team-section p { */
/* margin-bottom: 50px; */
/* } */
.team-section .team-content {
  padding-left: 66px;
  padding-right: 80px;
}

.team-section span {
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: 100;
  display: block;
  /* line-height: 0.1; */
}

.team-section p.team-info {
  margin-top: 20px;
  /* margin-bottom: 100px; */
}

/*journal section*/
.journal-section .journal-heading {
  font-size: 25px;
  font-weight: 400;
  margin-top: 30px;
  margin-bottom: 8px;
}

.journal-section .journal_by {
  font-size: 14px;
  font-weight: 200;
  margin-bottom: 13px;
}

.journal_by {
  font-size: 14px;
  font-weight: 200;
  margin-bottom: 13px;
}

.journal-thumbs {
  justify-content: space-between;
}

.journal-static {
  object-position: top;
}

/*awards-setion*/
.awards-banner {
  margin-top: 200px;
}

.award-card {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 30px;
  padding-bottom: 40px;
}

.award-card p {
  line-height: 20px;
}

/*ebook-section*/
.ebook-section {
  padding-top: 190px;
}

.ebook-section .ebook-cards {
  margin-top: 65px;
}

/* .ebook-card img {
     max-width: 100%;
}
 .grid-col-five {
     grid-template-columns: 1fr 1fr;
     justify-content: space-around;
     gap: 64px 15px;
}
 .ebook-card span {
     right: 165px;
}
 .ebook-section .ebook-cards {
     margin-top: 25px;
}
 */
/*process section*/
.image-title {
  font-size: 3.125em;
  font-weight: 300;
  color: #fff;
}

.studio-banner-img {
  padding-right: 45px;
}

.studio-banner-img img {
  width: 100%;
}

.studio-banner-info {
  z-index: 0;
  /* margin-right: -51px; */
  padding-left: 62px;
  display: flex;
  align-items: center;
  height: 100%;
  position: relative;
  z-index: 2;
}

.studio-img-thumb > h4 {
  position: absolute;
  padding: 10px 20px;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}

.studio-img-thumb-1 {
  position: relative;
}

.studio-img-thumb-1 img {
  width: 100%;
}

.studio-img-thumb-1:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: -2px;
  width: 100%;
  background: linear-gradient(
    180deg,
    rgba(16, 16, 16, 0) 0%,
    rgba(16, 16, 16, 1) 100%
  );
  pointer-events: none;
}

.process-banner-gradient {
  position: relative;
}

.process-banner-gradient img {
  width: 100%;
}

.process-banner-gradient:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 100px;
  z-index: 0;
  background: linear-gradient(
    180deg,
    rgba(16, 16, 16, 0) 0%,
    rgba(16, 16, 16, 1) 100%
  );
  pointer-events: none;
}

.studio-img-thumb-new-1 {
  position: relative;
}

.studio-img-thumb-new-1 img {
  width: 100%;
  object-fit: contain;
}

.studio-img-thumb-new-1:before {
  content: "";
  position: absolute;
  top: 0;
  right: -2px;
  bottom: 0;
  width: 10%;
  background: linear-gradient(
    90deg,
    rgba(16, 16, 16, 0) 0%,
    rgba(16, 16, 16, 1) 100%
  );
  pointer-events: none;
}

.triggerPointImg-1 {
  position: relative;
}

.triggerPointImg-1 img {
  width: 100%;
  object-fit: contain;
}

.triggerPointImg-1:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: -2px;
  bottom: 0;
  width: 40%;
  background: linear-gradient(
    272deg,
    rgba(16, 16, 16, 0) 10%,
    rgba(16, 16, 16, 1) 100%
  );
  pointer-events: none;
}

.processTrigger {
  position: relative;
}

.processTrigger img {
  width: 100%;
  object-fit: contain;
}

.processTrigger:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: -1px;
  bottom: 0;
  width: 20%;
  background: linear-gradient(
    272deg,
    rgba(16, 16, 16, 0) 10%,
    rgba(16, 16, 16, 1) 100%
  );
  pointer-events: none;
}

/* .triggerPointImg-1:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: -2px;
  width: 100%;
  background: linear-gradient(
    180deg,
    rgba(16, 16, 16, 0) 10%,
    rgba(16, 16, 16, 1) 100%
  );
  pointer-events: none;
} */

.sustainable-img-thumb:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 100px;
  width: 100%;
  z-index: 0;
  /*background: linear-gradient(180deg, rgba(16, 16, 16, 0) 0%, rgba(16, 16, 16, 1) 100%);*/
}

#sustainable {
  padding-top: 45px;
}

.amrita-div {
  margin-top: 64px;
}

.ma-team-link {
  /* font-size:20px; */
  padding: 20px 0;
}

.studio-banner-info p {
  font-size: 24px;
  line-height: 35px;
  font-weight: 100;
}

.workspace-section {
  margin-top: 15px;
}

.workspace-info,
.ecology-info,
.artist-section .artist-info p {
  font-size: 14px;
  line-height: 25px;
}

.ecology-info {
  padding-left: 62px;
}

/* .ecology-section .studio-img-thumb {
     top: -60px;
} */
.process-sketch {
  /*width: 1080px;
     margin-left: 205px;
     z-index: 1;
     margin-bottom: -40px;
     padding-top: 23px;
     padding-bottom: 54px;
    */
  width: 100%;
  padding: 23px 47px;
}

.processSketchBottom {
  padding: 25px 55px;
}

/*Collaboration Css*/
.dynamic-60-txt {
  flex: 0 0 58%;
  max-width: 58%;
}

.dynamic-60-txt p {
  width: 100%;
}

.dynamic-40-txt {
  flex: 0 0 38%;
  max-width: 38%;
}

.dynamic-40-txt p {
  width: 100%;
}

.collaboration_flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.collabporation_txt {
  flex: 0 0 40%;
  max-width: 40%;
}

.collabporation_txt p {
  width: 100%;
}

.collaboration_grid {
  flex: 0 0 60%;
  max-width: 60%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
}

.collaboration_grid div {
  flex: 0 0 33.33%;
  max-width: 33.33%;
  /* padding-right: 5px; */
  /* row-gap: 5px; */
  position: relative;
}

.collaboration_grid div::after {
  /* content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 117px;
  width: 100%;
  z-index: 0;
  background: linear-gradient(180deg,
      rgba(16, 16, 16, 0) 0%,
      rgba(16, 16, 16, 1) 100%); */
}

.collaboration_grid div img {
  width: 100%;
  /* transform: scale(1,1) translateY(0px); */
}

.process-signature {
  margin-top: 7.5rem;
}

.design-section {
  margin-top: 100px;
}

.design-section .design-info,
.material-section .material-info,
.sustainable-section .sustainable-info {
  font-size: 30px;
  font-weight: 200;
  line-height: 40px;
  padding-top: 35px;
}

#material {
  /* padding-top: 0px; */
  text-align: center;
}

.material-section {
  /* padding-left: 14vw; */
  max-width: 90%;
  margin: 0 auto;
  padding-left: 12px;
  padding-right: 12px;
}

.artist-section .artist-imgs {
  /* margin-top: 200px;
     */
  /* display: flex;
     */
  /* gap: 18px;
     */
}

.artist-section .artist-imgs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.artist-section .right-section > div:first-child {
  display: flex;
  gap: 1.5rem;
}

.artist-section .right-section img {
  margin-right: 14px;
}

.artist-section {
  padding-top: 200px;
  padding-bottom: 100px;
  overflow: hidden;
}

.artist-section .artist-info {
  padding: 80px 50px;
  padding-right: 20px;
  max-width: 780px;
}

.artist-section .artist-info h2 {
  font-size: 50px;
  font-weight: 300;
  margin-top: 0;
}

.sustainable-section {
  /* margin-top: 350px; */
  /*padding-bottom: 200px;
    */
}

.sustainable-section .sustainable-info {
  width: 70%;
  font-size: 14px;
  line-height: 25px;
}

/* Sustainability Css*/
.sustainability_flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
  padding-top: 50px;
}

.dynamic-60-img {
  flex: 0 0 58%;
  max-width: 58%;
}

.dynamic-60-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* max-width: 100%; */
}

.dynamic-40-img {
  flex: 0 0 38%;
  max-width: 38%;
}

.dynamic-40-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* max-width: 100%; */
}

.dynamic-team-60-img {
  flex: 0 0 58%;
  max-width: 58%;
}

.dynamic-team-40-img {
  flex: 0 0 38%;
  max-width: 38%;
}

.sustainability_left_area,
.sustainability_right_area {
  flex: 0 0 50%;
  max-width: 50%;
}

.sustainability_right_area img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* max-width: 100%; */
}

.sustainability_left_area .process-sketch {
  max-width: 70%;
  margin: 0 auto;
}

.sustainability_left_area .simpleParallax {
  text-align: center;
}

.sustainability_left_area .sustainable-info {
  width: 100%;
}

/* Ecology Css */
.ecology_bottom_img .simpleParallax {
  max-width: 70%;
  margin: 0 auto;
}

.awards-section .item-container:before {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  height: 2px;
  background: #101010;
  z-index: 1;
}

.project-hihglight-text {
  font-size: 30px;
  font-weight: 100;
  line-height: 2.7rem;
}

.animate-text {
  transform: translateY(200px);
  opacity: 0;
}

.proccess_page .animate-text {
  transform: translateY(0px);
}

#outreach-collab-more {
  display: none;
}

.animation-overlay {
  position: absolute;
  left: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  top: -1px;
  background-color: rgba(0, 0, 0, 0.5);
  /* backdrop-filter: blur(10px); */
}

.animate-zoom {
  transform: scale(0.8, 0.8) translateY(200px);
}

.left-section {
  position: relative;
}

@keyframes bounce {
  0% {
    transform: translateY(-5px);
  }

  50% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-5px);
  }
}

.hero-arrow__circle-svg {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.hero-arrow__circle-svg circle {
  fill: transparent;
  stroke: #fff;
  stroke-width: 2;
  stroke-dasharray: 220;
  stroke-dashoffset: 220 !important;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition: stroke-dashoffset 1.3s cubic-bezier(0.74, 0, 0.24, 0.99),
    -webkit-transform 1.3s cubic-bezier(0.74, 0, 0.24, 0.99);
  transition: stroke-dashoffset 1.3s cubic-bezier(0.74, 0, 0.24, 0.99),
    -webkit-transform 1.3s cubic-bezier(0.74, 0, 0.24, 0.99);
  transition: stroke-dashoffset 1.3s cubic-bezier(0.74, 0, 0.24, 0.99),
    transform 1.3s cubic-bezier(0.74, 0, 0.24, 0.99);
  transition: stroke-dashoffset 1.3s cubic-bezier(0.74, 0, 0.24, 0.99),
    transform 1.3s cubic-bezier(0.74, 0, 0.24, 0.99),
    -webkit-transform 1.3s cubic-bezier(0.74, 0, 0.24, 0.99);
}

.hero-arrow__circle-svg--left {
  -webkit-transform: translate(-50%, -50%) scaleX(-1);
  transform: translate(-50%, -50%) scaleX(-1);
}

.hero-arrow__circle-svg--right {
  -webkit-transform: translate(50%, 50%) scaleX(-1);
  transform: translate(50%, 50%) scaleX(-1);
}

.project-details-nav a {
  border: 2px solid rgba(140, 140, 139, 0.17);
  transition: 0.5s ease-in-out;
  border-radius: 60px;
}

.project-details-nav a:hover .hero-arrow__circle-svg circle {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
  stroke-dashoffset: 0 !important;
}

.project-details-nav a:hover {
  transform: scale(1.1);
}

.journal-banner {
  position: relative;
}

/* .journal-banner::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 75px;
  width: 100%;
  z-index: 1;
  background: linear-gradient(
    180deg,
    rgba(16, 16, 16, 0) 0%,
    rgba(16, 16, 16, 1) 100%
  );
} */

.journal-banner::before {
  content: "";
  position: absolute;
  /* top: 1px; */
  bottom: -1px;
  left: 0;
  height: 117px;
  width: 100%;
  z-index: 0;
  background: linear-gradient(
    180deg,
    rgba(16, 16, 16, 0) 0%,
    rgba(16, 16, 16, 1) 100%
  );
}

.journaldetails-section {
  margin-top: 0 !important;
  padding-top: 30px !important;
}

.journal_right_col_image {
  /* padding-top: 45px; */
}

.journal_right_col_image img,
.journal_left_col_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.journal_img_grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 50px 12px 100px;
}

.journal_img_grid .img_grid_item {
  flex: 0 0 33.33%;
  max-width: 33.33%;
  padding: 5px;
  margin-bottom: 10px;
}

.journal_img_grid .img_grid_item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Process Page */
.wrkspceH4 {
  font-size: 40px;
  margin-bottom: 30px;
  line-height: normal;
  margin-top: 0;
}

.sustainable-section .animate-text.wrkspceH4 {
  transform: translateY(50px);
}

#material img {
  width: 90%;
}

.process_banner {
  height: 100%;
}

.process-sketch {
  transform: scale(1) !important;
}

.grid-col-three,
.grid-col-two {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  gap: 10px !important;
  /* -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between; */
}

.grid-news-awards {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.grid-col-three .simpleParallax {
  flex: 0 0 33.33%;
  max-width: calc(33.33% - 8px);
}

.grid-col-three .simpleParallax img {
  width: 100%;
  max-width: unset;
}

.grid-news-awards {
  margin: 0 !important;
}

.grid-col-two {
  max-width: 1200px;
  margin: 0 auto !important;
}

.grid-col-two .news-card {
  flex: 0 0 544px;
  max-width: 544px;
  height: 354px;
  /* width: 544px; */
  margin: 5px;
}

.moretext,
.moretext2,
.moretext3,
.moretext4,
.moretext5 {
  display: none;
}

.footer-wrap .ebook-card {
  display: none;
}

.footer-wrap .social-links .ebook-card {
  display: inline-block;
}

/*.project-carousel .owl-item img.drawings{*/
/*  max-width: 100%;*/
/* width: calc(100vw - 24px);	
    height: calc(100vh - 150px); */
/*  object-fit: unset;*/
/*  min-height: unset;*/
/*}*/

.moreless-button.collpased i,
.moreless-button2.collpased i,
.moreless-button3.collpased i,
.moreless-button4.collpased i,
.moreless-button5.collpased i {
  transform: rotate(180deg);
}

.newsheading {
  font-size: 50px;
  font-weight: 100 !important;
  /* margin-top: -27px;
     position: relative;
     z-index: 1; */
}

.news-wrapper .cust-tabs .tab-links li {
  font-size: 18px;
}

.journal_grid_popup {
  position: fixed;
  height: 100%;
  width: 100%;
  padding: 20px;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1000;
  display: none;
}

.journal_grid_popup.show_popup {
  display: block;
}

.journal_grid_popup img {
  /* height: 100%;
  max-width: 100%; */
  display: block;
  margin: 0 auto;
  width: 60%;
}

.close_journal_grid_popup {
  position: fixed;
  top: 10px;
  right: 30px;
  margin-left: auto;
  width: 50px;
  height: 50px;
  font-size: 70px;
  /* background: #101010; */
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  cursor: pointer;
  z-index: 1001;
}

a.image-popup-vertical-fit {
  cursor: -webkit-zoom-in;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.98;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

.mfp-arrow-left:before {
  border-right: none !important;
}

.mfp-arrow-right:before {
  border-left: none !important;
}

button.mfp-arrow,
.mfp-counter {
  opacity: 0 !important;
  transition: opacity 200ms ease-in, opacity 2000ms ease-out;
}

.mfp-container:hover button.mfp-arrow,
.mfp-container:hover .mfp-counter {
  opacity: 1 !important;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #ccc;
}

.mfp-preloader a:hover {
  color: #fff;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

.read-more-news-class {
  display: flex;
  flex-direction: row;
  justify-content: end;
}

@media screen and (max-width: 800px) and (orientation: landscape),
  screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

.fullwidthimg {
  max-width: 100%;
  /* width: calc(100vw - 24px) !important;*/
  height: auto !important;
  object-fit: unset !important;
  min-height: unset !important;
}

.byline {
  font-weight: 200;
}

.mobile_team_text {
  display: none !important;
}

.mobile-project,
.mobile-project-parent {
  display: none !important;
}

.mobile_citations #more {
  display: none;
}

/* .member_box:hover {
    transition: 0.9s all;
    transform: scale(1, 1);
} */

.process-mt-80 {
  margin-top: 80px;
}

.process-img-80vh {
  height: 80vh;
}

.process-img-70vh {
  height: 70vh;
}

@media screen and (max-width: 900px) {
  .process-mt-80 {
    margin-top: 0px;
  }

  .process-img-80vh {
    height: auto;
  }

  .process-img-70vh {
    height: auto;
  }

  /* .studio-img-thumb-new-1 img {
    width: 100%;
    object-fit: contain;
  } */

  /* .triggerPointImg-1 img {
    width: 100%;
    object-fit: contain;
  } */
}

.mobile-mt {
  margin-top: 0px;
}

.journal-mobile-mt {
  margin-top: 0;
}

/* .show-only-desktop-designBuild {
  display: none !important;
}

.show-only-mobile-designBuild {
  display: block !important;
} */

.show-only-desktop {
  display: block !important;
}

.show-only-mobile {
  display: none !important;
}

.aboutUs-mobile-mt {
  margin-top: 0px;
  margin-bottom: 15px;
}

.team-mobile-mt {
  margin-top: 40px;
}

.testimonial_text_style {
  font-size: 25px;
}

.head-team-h4 {
  margin-top: 15px;
  margin-bottom: 25px;
}

.footer-subscribe-class {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 5px;
}

@media screen and (min-width: 500px) {
  .joinus-apply-now {
    position: absolute;
    bottom: 0px;
    left: 30px;
    right: auto;
  }
}

@media screen and (max-width: 900px) {
  .studio-banner-info {
    z-index: 0;
    /* margin-right: -51px; */
    padding-left: 10px;
    display: flex;
    align-items: center;
    height: 100%;
    position: relative;
    z-index: 2;
  }

  .title-spacing {
    padding-left: 30px !important;
    padding-right: 45px !important;
  }

  .content-title-spacing {
    margin-bottom: 0 !important;
  }

  .testimonial_text_style {
    font-size: 15px;
  }
}

@media screen and (max-width: 500px) {
  .addUnderlineForMobileOnly {
    color: #fff;
    border-bottom: 1px solid #3b3b3b !important;
    padding-bottom: 5px;
  }

  .footer-subscribe-class {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
  }

  .read-more-news-class {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }

  .project-banner .tab-links {
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
    gap: 30px;
    font-size: 16px;
    font-weight: 300;
    color: #a8a8a8;
    min-height: 48px;
    padding: 0 30px;
    background-color: #101010;
  }

  .mobile-mt {
    margin-top: 15px;
  }

  .journal-mobile-mt {
    margin-top: 20px;
  }

  .show-only-desktop {
    display: none !important;
  }

  .show-only-mobile {
    display: block !important;
  }

  .aboutUs-mobile-mt {
    margin-top: 48px;
  }

  .team-mobile-mt {
    margin-top: 64px;
  }

  .ebook-section {
    padding-top: 120px;
  }

  .studio-img-thumb-new-1:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: -2px;
    width: 100%;
    background: linear-gradient(
      180deg,
      rgba(16, 16, 16, 0) 0%,
      rgba(16, 16, 16, 1) 100%
    );
    pointer-events: none;
  }

  .triggerPointImg-1:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: -2px;
    width: 100%;
    background: linear-gradient(
      180deg,
      rgba(16, 16, 16, 0) 10%,
      rgba(16, 16, 16, 1) 100%
    );
    pointer-events: none;
  }

  /* .title-spacing {
    padding-left: 20px;
  } */

  /* .animate-zoom {
    transform: scale(0.8, 0.8) translateY(500px);
  } */
}

.side-spacing {
  padding-left: 62px;
  padding-right: 45px;
}

.side-spacing-conscious {
  padding-left: 75px;
  padding-right: 55px;
}

.title-spacing {
  padding-left: 90px;
  padding-right: 45px;
}

.signature-spacing {
  padding-left: 83px;
  padding-right: 30px;
}

.content-title-spacing {
  margin-bottom: 60px;
}

.prev_journal_grid_popup {
  position: fixed;
  margin-left: auto;
  width: 60px;
  height: 60px;
  background: #101010;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  cursor: pointer;
  z-index: 1001;
}

.next_journal_grid_popup {
  position: fixed;
  right: 20px;
  margin-left: auto;
  width: 60px;
  height: 60px;
  background: #101010;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  cursor: pointer;
  z-index: 1001;
}

.journal-vertical-spacing {
  margin-top: 100px;
}

.padding-none {
  padding-left: 0;
  padding-right: 0;
}

.dynamic-70-txt {
  flex: 0 0 68%;
  max-width: 68%;
}

.dynamic-30-txt {
  flex: 0 0 28%;
  max-width: 28%;
}

.dynamic-70-txt p {
  width: 100%;
}

.dynamic-30-txt p {
  width: 100%;
}

.dynamic-70-img {
  flex: 0 0 68%;
  max-width: 68%;
}

.dynamic-30-img {
  flex: 0 0 28%;
  max-width: 28%;
}

.dynamic-70-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* max-width: 100%; */
}

.dynamic-30-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* max-width: 100%; */
}

.journal-side-spacing {
  padding-left: 30px;
  padding-right: 30px;
}

.year-content-spacing {
  margin-bottom: 60px !important;
}

.content2content-spacing {
  margin-bottom: 10rem !important;
}

.title-content-spacing {
  margin-top: 50px !important;
}

.next_year_grid_popup {
  /* position: relative;
  right: 500px;
  top: 20px; */
  margin-left: 25px;
  width: 40px;
  height: 40px;
  border: 2px #c0c0c0 solid;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  cursor: pointer;
  z-index: 1001;
}

.prev_year_grid_popup {
  /* position: relative;
  right: 500px;
  top: 20px; */
  /* margin-left: auto; */
  width: 40px;
  height: 40px;
  border: 2px #c0c0c0 solid;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  cursor: pointer;
  z-index: 1001;
}

.prevNext-container {
  display: flex;
  width: 100%;
  justify-content: center;
  margin-top: 50px;
  margin-bottom: 40px;
}

.journalDetails-spacing {
  justify-content: space-between;
}

.banner-spacing {
  padding-top: 80px;
  padding-bottom: 80px;
}

.content-spacing {
  padding-top: 45px;
  padding-bottom: 75px;
}

.studio-spacing {
  margin-top: 9rem;
}

.contact-on-modal {
  position: absolute;
  bottom: 5px;
  right: 17px;
}

.journal-citation {
  display: flex;
  flex-direction: column;
  padding-left: 19px;
}

.journal-citation p {
  margin-bottom: 8px !important;
}

.journal-short-content p {
  margin-bottom: 5px !important;
}

.collaboration-content p {
  margin-bottom: 8px !important;
  margin-top: 0px !important;
}

.collaboration-content h5 {
  /* font-size: 25px; */
  font-weight: 300 !important;
  margin-top: 40px;
}

.collaboration-content h3,
h5 {
  margin-bottom: 10px !important;
}

.journal-citation b {
  margin-bottom: 1rem;
}

.news-nav {
  margin-top: 0;
}

.prevNext-container-journal {
  position: absolute;
  width: 100%;
  padding-right: 40px;
}
