 /*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *

 */
/* Define @font-face for HelveticaNow */
@font-face {
  font-family: 'HelveticaNow';
  src: url(/font/HelveticaNow-Regular.woff2) format('woff2');
  /* Update the correct path and format */
  font-weight: normal;
  font-style: normal;
}

/* Define @font-face for Times */
@font-face {
  font-family: 'Times';
  src: url(/font/TimesNow-SemiBoldItalic.woff2) format('woff2');
  /* Update the correct path and format */
  font-weight: normal;
  /* Update to the appropriate font weight */
  font-style: italic;
  /* Update to the appropriate font style */
}

/* Apply HelveticaNow font to specific elements */
.helvetica-font {
  font-family: 'HelveticaNow', Arial, sans-serif !important;
  font-weight: 800 !important;
  /* Fallback fonts */
  /* Other styles for the HelveticaNow font */
}

/* Apply Times font to specific elements */
.times-font {
  font-family: 'Times New Roman', Times, serif;
  font-weight: 800;
  font-style: italic;
  /* Fallback fonts */
  /* Other styles for the Times font */
}

body {
  font-family: 'HelveticaNow', Arial, sans-serif !important;
  font-weight: normal !important;
}

img.lazy,
img.swiper-lazy,
video.lazy {
  opacity: 0;
  transition: opacity .4s ease
}



img.lazy.loaded,
img.lazy.swiper-lazy-loaded,
img.swiper-lazy.loaded,
img.swiper-lazy.swiper-lazy-loaded,
video.lazy.loaded,
video.lazy.swiper-lazy-loaded {
  opacity: 1
}

@media (min-width: 992px) {
  .only_mob {
    display: none
  }
}

.only_desktop {
  display: none
}

@media (min-width: 992px) {
  .only_desktop {
    display: inline-block
  }
}

.close {
  float: none !important;
  text-shadow: none !important;
  opacity: 1 !important;
  font-size: 16px !important;
}

.close-icon {
  width: 21px;
  height: 21px;
  display: inline-block;
  position: relative;
  transform: rotate(45deg);
  transition: transform .2s ease
}

.close-icon:hover {
  transform: rotate(-45deg)
}

.close-icon:before {
  content: "";
  height: 1px;
  width: 100%;
  background: currentColor;
  top: 10px;
  left: 0;
  position: absolute
}

.close-icon:after {
  content: "";
  width: 1px;
  height: 100%;
  background: currentColor;
  left: 10px;
  top: 0;
  position: absolute
}

#site_header {
  padding: 25px;
  text-transform: uppercase;
  text-align: center;
  /* font-weight: 700; */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  transition: color .7s
}

#site_header h1,
#site_header h2,
#site_header h3 {
  font-weight: 700
}

#site_header a {
  text-decoration: none;
  mix-blend-mode: difference
}

#site_header a:hover {
  opacity: .7
}

#site_header .right p {
  display: inline-block;
  vertical-align: top;
  margin: 0
}

#site_header .right {
  display: flex;
  flex-wrap: wrap;
  justify-content: center
}

#site_header .volume {
  line-height: 0;
  cursor: pointer;
  display: none;
  vertical-align: top;
  order: 2;
  text-align: center;
  position: absolute;
  top: 25px;
  right: 25px
}

@media (min-width: 992px) {
  #site_header .volume {
    order: initial;
    width: auto;
    padding-right: 8px;
    transform: translate(0, -2.5px);
    position: relative;
    top: auto;
    right: auto
  }
}

#site_header .volume svg {
  height: 18px;
  width: auto;
  /* fill: currentColor */
}

#site_header .volume.sound-off .icon-sound-on {
  display: none
}

#site_header .volume.sound-off .icon-sound-off {
  display: inline-block
}

#site_header .volume.sound-on .icon-sound-off {
  display: none
}

#site_header .volume.sound-on .icon-sound-on {
  display: inline-block
}

#site_header.has_video .volume {
  display: inline-block
}

@media (min-width: 992px) {
  #site_header {
    display: flex;
    justify-content: space-between;
    text-align: left;
    padding: 30px
  }
}

#site_footer {
  padding: 20px 25px;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: end;
  z-index: 2;
  transform: translate3d(0, 0, 0);
  transition: color .7s;
  gap: 8px
}

#site_footer .dots {
  flex: 1;
  border-bottom: 2px dotted currentColor;
  transition: border-color .7s;
  min-width: 20px;
  transform: translate(0, -4px)
}

#site_footer .client {
  font-size: 15px;
  line-height: 20px;
  text-align: left;
  white-space: nowrap
}

@media (min-width: 992px) {
  #site_footer .client {
    font-size: 16px
  }
}

#site_footer .services {
  /* font-family: TimesNow, sans-serif; */
  font-size: 16px;
  line-height: 20px;
  /* font-style: italic;
  font-weight: 700; */
  text-align: right;
  white-space: nowrap;
  transform: translate(0, 2px)
}



@media (min-width: 992px) {
  #site_footer {
    display: flex;
    justify-content: space-between;
    text-align: left;
    padding: 25px 30px
  }
}

#information {
  background: #f6d349;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 0;
  overflow: auto;
  padding: 25px;
  z-index: 10;
  pointer-events: none;
  transform-origin: top right;
  transform: rotate(-90deg);
  transition: transform .5s
}

@media (min-width: 992px) {
  #information {
    padding: 30px
  }
}

#information .grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 16px
}

@media (min-width: 992px) {
  #information .grid {
    grid-gap: 30px
  }
}

#information .close {
  grid-column: span 4;
  text-align: right
}

#information .close a {
  font-style: normal;
  font-weight: 700
}

#information .sidebar {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 16px;
  grid-column: span 4
}

@media (min-width: 992px) {
  #information .sidebar {
    grid-gap: 30px
  }
}

@media (min-width: 992px) {
  #information .sidebar {
    grid-column: span 1
  }
}

#information .bio {
  grid-column: span 4;
  border-top: 1px solid;
  padding-top: 16px
}

@media (min-width: 992px) {
  #information .bio {
    grid-column: span 3;
    padding-top: 30px
  }
}



#information a {
  text-decoration: none;
  font-style: italic;
  font-weight: 400
}

#information a:hover {
  opacity: .6
}

body.info-open #information {
  transform: rotate(0);
  pointer-events: auto
}

#projects_wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform-origin: top right;
  transform: rotate(0);
  transition: transform .5s;
  background: #fff;
  overflow: hidden
}

body.info-open #projects_wrap {
  transform: rotate(90deg)
}

#projects {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1
}

#projects .swiper-container,
#projects .swiper-slide,
#projects .swiper-wrapper {
  height: 100%
}

#projects .swiper-slide {
  position: relative;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  height: 100vh
}

#projects .fullbleed img,
#projects .fullbleed video {
  position: absolute;
  top: 105px;
  left: 0;
  height: calc(100% - 175px);
  width: 100%;
  object-fit: contain
}

@media (max-width: 992px) {
  .d-none-big {
    display: none !important;
  }

  .d-block-small{
    display: block !important;
  }
}

.d-none-small {
  display: none !important;
}

@media (min-width: 992px) {

  #projects .fullbleed img,
  #projects .fullbleed video {
    object-fit: cover;
    top: 0;
    width: 100%;
    height: 100%
  }
}

#projects .fullbleed.with_mob_alt img,
#projects .fullbleed.with_mob_alt video {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover
}

@media (min-width: 992px) {

  #projects .fullbleed.with_mob_alt img,
  #projects .fullbleed.with_mob_alt video {
    object-fit: cover;
    top: 0;
    width: 100%;
    height: 100%
  }
}

#projects img.mobile,
#projects video.mobile {
  display: block
}

@media (min-width: 992px) {

  #projects img.mobile,
  #projects video.mobile {
    display: none
  }
}

#projects img.desktop,
#projects video.desktop {
  display: none
}

@media (min-width: 992px) {

  #projects img.desktop,
  #projects video.desktop {
    display: block
  }
}

#projects .margin img,
#projects .margin video {
  position: absolute;
  top: 105px;
  left: 0;
  height: calc(100% - 175px);
  width: 100%;
  object-fit: contain
}

@media (min-width: 992px) {

  #projects .margin img,
  #projects .margin video {
    top: 150px;
    left: 100px;
    bottom: auto;
    width: calc(100% - 200px);
    height: calc(100% - 300px)
  }
}

/* @media (max-width: 992px) {
  #projects .margin.with_mob_alt img {
    object-fit: contain !important;
    height: 100vh !important;
  }
} */

#projects .margin.with_mob_alt img,
#projects .margin.with_mob_alt video {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: contain
}


@media (min-width: 992px) {

  #projects .margin.with_mob_alt img,
  #projects .margin.with_mob_alt video {
    top: 150px;
    left: 100px;
    bottom: auto;
    object-fit: contain;
    width: calc(100% - 200px);
    height: calc(100% - 300px)
  }
}

#projects .top-bottom img,
#projects .top-bottom video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover
}

@media (min-width: 992px) {

  #projects .top-bottom img,
  #projects .top-bottom video {
    top: 0;
    object-fit: contain;
    width: 100%;
    height: 100%
  }
}

/* old */

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

.black-text {
  color: #000000;
}

.fs-12{
  font-size: 12px;
}

.fs-14 {
  font-size: 14px;
}

.fs-18 {
  font-size: 18px;
}

.fs-22 {
  font-size: 22px;
}

.border-1 {
  border-bottom: 2px dashed #000000;
  width: 45%;
}

.border-2 {
  border-bottom: 2px solid #000000;
  width: 100%;
}

.w-20 {
  width: 20%;
}

/* .fw-800 {
  font-weight: 800;
} */

@media (max-width: 767.98px) {
  #site_header {
    display: block !important;
    text-align: center;
    padding: 15px;
  }

  .object-contain-mob {
    object-fit: contain;
  }

  .w-100p-mob {
    width: 100%;
  }

  #site_footer {
    padding: 10px 15px;
    font-size: 12px;
  }

  .flex-wrap-mob {
    flex-wrap: wrap;
  }

  .fs-18-mob {
    font-size: 18px;
  }

  .fs-12-mob {
    font-size: 12px !important;
  }

  .mt-10-mob {
    margin-top: 10px;
  }

  .d-none-mob {
    display: none;
  }

  .d-block-mob {
    display: block;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  #site_footer {
    font-size: 20px;
  }

  #site_header {
    font-size: 20px;
  }

  .object-contain-tab {
    object-fit: contain;
  }

  .w-100p-tab {
    width: 100%;
  }
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *



 */
