@font-face {
  font-family: 'Futura PT Demi';
  src: url('../fonts/FuturaPT-Demi.eot');
  src: url('../fonts/FuturaPT-Demi.eot?#iefix') format('embedded-opentype'),
    url('../fonts/FuturaPT-Demi.woff2') format('woff2'),
    url('../fonts/FuturaPT-Demi.woff') format('woff'),
    url('../fonts/FuturaPT-Demi.ttf') format('truetype'),
    url('../fonts/FuturaPT-Demi.svg#FuturaPT-Demi') format('svg');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

.responsive #top #wrap_all #main {
  padding-top: calc(100vh - 150px) !important;
  padding-top: calc(100svh - 150px) !important;
}

.responsive div.container {
  max-width: 1840px;
  padding: 0px 100px;
}

.button {
  font-family: 'Gotham';
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  color: #000;
  position: relative;
  text-decoration: none !important;
  padding: 0 !important;
  margin-top: 20px;
}

.button::after {
  content: '';
  position: absolute;
  top: -12px;
  right: -80px;
  width: 50px;
  height: 50px;
  background-color: #00AEEF;
  border-radius: 50%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18.699 18.699'%3E%3Cg fill='none' stroke='%23fff' stroke-width='2' data-name='Group 481'%3E%3Cpath d='M10.018 2.668 16.7 9.35' data-name='Line 4'/%3E%3Cpath d='m16.7 9.35-6.682 6.681' data-name='Line 5'/%3E%3Cpath stroke-linecap='round' d='M16.7 9.35H2' data-name='Line 6'/%3E%3C/g%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 19px;
  transition: transform 0.2s linear;
  transform-origin: center;
}

.button:hover:after {
  transform: rotate(-45deg);
}

.smallt {
  font-size: 24px;
  font-family: 'Futura PT Demi';
  font-size: 24px;
  text-align: center;
  color: #fff;
  position: relative;
}

.smallt::before {
  content: '';
  position: relative;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15.14 15.14'%3E%3Cpath fill='%23fff' d='M7.57 0 5.376 5.376 0 7.57l5.376 2.194L7.57 15.14l2.195-5.376L15.14 7.57 9.765 5.376Z' data-name='Path 29'/%3E%3C/svg%3E");
  width: 15px;
  height: 15px;
  margin-right: 20px;
  display: inline-block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 992px) {
  .button {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .responsive #top #wrap_all #main {
    padding-top: 100vh !important;
    padding-top: 100svh !important;
  }

  .responsive .container {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 20px !important;
  }

  .button::after {
    right: -69px;
  }

  #hero23 ~ .marquee {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 84px;
  }

}

@media screen and (max-width: 576px) {
  .smallt::before {
    width: 10px;
    height: 10px;
    margin-right: 12px;
  }
}

#hero23 {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  height: 100vh;
  height: 100svh;
  background-image: url('../images/texture-dark.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 3;
}

#hero23 ~ * {
  position: relative;
  background: #fff;
  z-index: 5;
}

#hero23 .scroll {
  display: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}

#hero23 .scroll .anim {
  width: 39px;
  height: 50px;
}

#hero23 .scroll p {
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  font-family: 'Futura PT Demi';
}

#hero23 video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  mask-image: url('../images/hero-mask.svg');
  mask-repeat: no-repeat;
}

@media screen and (max-width: 992px) {
  #hero23 .scroll {
    display: flex;
    align-items: center;
  }
}

@media screen and (max-width: 767px ) {
  #hero23 .scroll {
    transform: none;
    top: unset;
    bottom: 0;
  }
}

@media screen and (max-width: 576px) {
  #hero23 video {
    mask-image: url('../images/hero-mask-mobile.svg');
  }
}

#main .marquee {
  width: 100vw;
  max-width: 100%;
  height: 150px;
  overflow: hidden;
  display: flex;
  align-items: end;
  background: transparent !important;
  z-index: 4 !important;
  margin: 0;
}

#main .marquee .content {
  border: none;
}

#main .track {
  position: absolute;
  white-space: nowrap;
  will-change: transform;
  animation: marquee 20s linear infinite;
}

#main .marquee p {
  font-size: 116px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: 'Futura PT Demi';
  color: #fff;
  opacity: 0.2;
  margin: 0;
  padding: 0;
  line-height: 0.7em;
  user-select: none;
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-51%);
  }
}

#follow {
  display: grid ;
}

#image-cloud {
  height: 100vh;
  height: 100svh;
  overflow: hidden;
}

#image-cloud .container {
  z-index: 9
}

#image-cloud .text > * {
  font-weight: 500;
  font-size: 59px;
  line-height: 70px;
  font-family: 'Futura PT Demi';
}

.tagcloud {
  margin: auto;
  position: absolute !important;
  right: 0;
  left: 0;
}

.tagcloud img {
  max-width: max(130px, 10vw);
}

@media screen and (max-width: 992px) {
  #image-cloud .text > * {
    font-size: 36px;
    line-height: 41px;
  }

  #image-cloud .button-cont {
    width: 100%;
    text-align: right;
    padding-right: 69px;
  }

  #image-cloud .button {
    margin-top: 30px;
  }
}

#reel {
  height: 100vh;
  height: 100svh;
  background-image: url('../images/texture-dark.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: grid;
  place-items: center;
  position: relative;
  cursor: pointer;
  padding-left: 55px;
}

#reel .smallt {
  position: absolute;
  top: 56px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  width: 100%;
}

#reel img {
  max-width: 587px;
  width: max(175px, 31vw);
  max-height: 330px;
  transform: scale(1);
  position: relative;
  z-index: 1;
}

#reel .play,
#reel .reel {
  text-transform: uppercase;
  font-family: 'Futura PT Demi';
  font-weight: 600;
  font-size: clamp(49px, 10vw, 193px);
  line-height: 1em;
  position: absolute;
  color: #fff;
  transform: translateY(-50%);
  margin: 0;
  z-index: 2;
  pointer-events: none;
}

#reel .play {
  top: 50%;
  right: 68%;
}

#reel .reel {
  top: 50%;
  left: 68%;
}

@media screen and (max-width: 576px) {
  #reel {
    padding-left: 0;
  }

  #reel .smallt {
    font-size: 16px;
  }

  #reel .smallt {
    top: 60px;
  }
}

#fullscreen-video {
  opacity: 0;
  position: fixed;
  inset: 0;
  z-index: 19;
  transition: all 0.3s;
  pointer-events: none;
  display: flex;
  background: #000;
}

#fullscreen-video.active {
  opacity: 1;
  pointer-events: all;
}

#fullscreen-video video {
  cursor: pointer;
  width: 100%;
}

#fullscreen-video .mute-btn {
  color: #fff;
  cursor: pointer;
  width: 60px;
  user-select: none;
}

#fullscreen-video .controls {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 700px;
  width: 90%;
  display: flex;
  gap: 20px;
}

#fullscreen-video .timeline {
  position: relative;
  background: transparent;
  width: 100%;
}

#fullscreen-video input,
#fullscreen-video progress {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 2px;
  transform: translateY(-50%);
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
  width: 100%;
  background: transparent;
}

#fullscreen-video input {
  cursor: pointer;
  height: 10px;
}

#fullscreen-video input::-webkit-slider-thumb {
  opacity: 0;
}

#fullscreen-video progress {
  pointer-events: none;
}

#fullscreen-video progress::-webkit-progress-bar {
  background: rgba(255, 255, 255, 0.2);
}

#fullscreen-video progress::-webkit-progress-value {
  background: #fff;
}

#work {
  min-height: 100vh;
  min-height: 100svh;
  padding-top: 24%;
  padding-bottom: 30px;
}

#work .container {
  position: relative;
}

#work .marquee {
  position: absolute;
  top: 31.2%;
  left: 0;
  z-index:-1 !important;
}

#work .marquee p {
  color: #000;
  opacity: 1;
  font-size: 187px;
}

#work .text-cont {
  position: absolute;
  top: 48.8%;
  left: 33px;
}

#work .text {
  font-family: 'Gotham';
  font-weight: 350;
  font-size: 17px;
  line-height: 28px;
  color: #000;
  max-width: 401px;
}

#work .button {
  margin-top: 13px;
  z-index:3;
  position:relative;
}

#work .button.onlymobile {
  display: none;
}

#work .images {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -62%);
  width: 100%;
  height: 640px;
  max-width: 1740px;
  max-height: 69vh;
  max-height: 100%;
}

#work .image {
  position: absolute;
  top: 0;
  height: 100%;
  right: 0;
  width: 1070px;
  max-width: 56vw;
  border-radius: 5px;
  font-size: 30px;
  text-transform: uppercase;
  color: #fff;
  padding-right: 45px;
  text-decoration: none !important;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#work .image .inner {
  display: flex;
  align-items: center;
  justify-content: end;
  height: 100%;
}

#work sup {
  font-size: 53%;
  top: -6px;
  position: relative;
  margin-right: 9px;
}

#work .arrows {
  width: 89px;
  height: 20px;
  background-color: #fc38e5;
  background-image: url('../images/arrow-bg.png');
  background-repeat: repeat-x;
  background-position-x: 0%;
  background-position-y: center;
  animation: arrow 2s linear infinite;
  margin-left: 19px;
}

@keyframes arrow {
  from {
    background-position-x: 0%;
  }

  to {
    background-position-x: 200%;
  }
}

#work .workt {
  display: none;
}

#work .image:nth-child(1) {
  transform: translate(-48px, 74px) rotate(-1deg);
}

#work .image:nth-child(2) {
  transform: translate(-50px, 123px) rotate(2deg);
}

#work .image:nth-child(3) {
  transform: translate(-16px, 36px);
}

@media screen and (max-width: 992px) {
  #work {
    padding-top: 0;
  }

  #work .marquee {
    position: relative;
    top: 0;
    height: 100px;
  }

  #work .marquee p {
    font-size: 56px;
  }

  #work .images {
    position: relative;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    transform: none;
    max-width: calc(100% - 200px);
    height: 45vh;
    margin: 0 auto;
  }

  #work .image {
    width: 100%;
    padding: 0;
    right: 0;
    left: 0;
  }

  #work .image .inner {
    display: none;
  }

  #work .titles {
    text-transform: uppercase;
    margin-top: 93px !important;
  }

  #work .workt {
    font-size: 24px;
    font-family: 'Futura PT Demi';
    color: #000;
  }

  #work .workt.active {
    display: block;
  }

  #work sup {
    top: 2px;
    margin-right: 2px;
  }

  #work .arrows {
    margin-top: 16px;
    margin-left: 0;
  }

  #work .text-cont {
    position: relative;
    top: 0;
    left: 0;
  }

  #work .text {
    margin-top: 39px;
    font-size: 15px;
    line-height: 22px;
  }

  #work .button {
    display: none;
  }

  #work .button-cont {
    text-align: right;
    margin-right: 56px;
  }

  #work .button.onlymobile {
    display: inline-block;
    margin-top: 75px;
    margin-bottom: 20px;
  }

  #work .button::after {
    width: 35px;
    height: 35px;
    right: -56px;
    top: -3px;
  }

  #work .image:nth-child(1) {
    transform: translate(0px, 39px);
  }

  #work .image:nth-child(2) {
    transform: translate(-3px, 56px) rotate(2deg);
  }

  #work .image:nth-child(3) {
    transform: translate(8px, 30px);
  }
}

@media screen and (max-width: 576px) {
  #work .images {
    height: 212px;
    max-width: calc(100% - 40px);
  }

  #work .image {
    max-width: 630px;
  }
}

#services {
  padding-top: 87px;
  background-image: url('../images/texture-dark.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-bottom: 130px;
}

#services .container {
  max-width: 1900px;
}

#services .smallt {
  margin: 0 0 55px 0px;
}

#services a {
  display: inline-block;
  font-size: 66px;
  line-height: 76px;
  font-family: 'Futura PT Demi';
  color: #324853;
  transform: color 0.2 linear;
  text-decoration: none !important;
  text-transform: uppercase;
  margin-right: 25px;
  position: relative;
}

#services a.nosep {
  margin-right: 0;
}

#services a:hover {
  color: #fff;
}

#services a:not(:last-of-type)::after {
  content: '';
  position: absolute;
  display: block;
  top: 50%;
  transform: translateY(-50%);
  right: -22px;
  width: 15px;
  height: 15px;
  background-image: url("data:image/svg+xml, %3Csvg class='sep' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15.64 15.64'%3E%3Cpath fill='%23324853' d='M7.82 0 5.554 5.553 0 7.82l5.553 2.267L7.82 15.64l2.267-5.553L15.64 7.82l-5.553-2.267Z' data-name='Path 31' /%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

#services a.nosep::after {
  display: none;
}

#services a:nth-of-type(1) {
  font-size: 66px;
}

#services a:nth-of-type(2) {
  font-size: 65px;
}

#services a:nth-of-type(3) {
  font-size: 56px;
}

#services a:nth-of-type(4) {
  font-size: 56px;
}

#services a:nth-of-type(5) {
  font-size: 56px;
}

#services .marquee {
  margin-top: 10px;
}

#services .marquee .content {
  display: flex;
  align-items: center;
  gap: 70px;
  width: max-content;
}

#services .marquee p {
  opacity: 1;
}

#services .marquee img {
  max-height: 60px;
  max-width: 200px;
}

#services .track {
  animation: marquee 50s linear infinite;
}

@media screen and (max-width: 992px) {
  #services {
    padding-top: 50px;
    padding-bottom: 70px;
  }

  #services .marquee {
    height: 70px;
  }

  #services img {
    max-width: 92px;
    max-height: 50px;
  }

  #services .smallt {
    margin: 0 0 46px 0px;
  }

  #services .container {
    text-align: center;
    padding: 0px 75px !important;
  }

  #services .inner {
    display: flex;
    flex-direction: column;
  }

  #services .inner a {
    line-height: 1em;
    position: relative;
    margin-bottom: 7px;
    margin-left: auto;
    margin-right: auto;
  }

  #services .inner a:nth-child(1) {
    font-size: 33px;
    order: 1;
  }

  #services .inner a:nth-child(2) {
    font-size: 29.8px;
    order: 2;
  }

  #services .inner a:nth-child(3) {
    font-size: 34px;
    order: 4;
  }

  #services .inner a:nth-child(4) {
    font-size: 39px;
    order: 5;
  }

  #services .inner a:nth-child(5) {
    font-size: 53px;
    order: 3;
  }

  #services a::after {
    display: none !important;
  }
}

@media screen and (max-width: 576px) {
  #servcies {
    padding-top: 52px;
  }

  #services .container {
    padding: 0px 20px !important;
  }

  #services .smallt {
    font-size: 18px;
  }

  #services .inner a:nth-child(1) {
    font-size: 6.75vw;
  }

  #services .inner a:nth-child(2) {
    font-size: 6.12vw;
  }

  #services .inner a:nth-child(3) {
    font-size: 7.02vw;
  }

  #services .inner a:nth-child(4) {
    font-size: 8.19vw;
  }

  #services .inner a:nth-child(5) {
    font-size: 10.98vw;
  }

  #services .track {
    animation: marquee 40s linear infinite;
  }
  #services .marquee {
    margin-top:40px;
  }
}

#articles {
  padding-top: 80px;
  padding-bottom: 50px;
}

#articles .smallt {
  color: #000;
  margin: 0;
}

#articles .smallt::before {
  filter: invert(1);
}

#articles .container {
  max-width: 1841px;
  padding: 0 100px !important;
}

#articles .inner {
  border-left: 1px solid #000;
  display: grid;
  padding-left: 62px;
  margin-top: 75px;
  padding-bottom: 12px;
}

#articles .post {
  min-height: 300px;
  display: flex;
  margin-bottom: 60px;
  text-decoration: none !important;
  justify-content: space-between;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  align-items: center;
}

#articles .inner .post:last-child {
  margin-bottom: 0;
}

#articles .image {
  width: 580px;
  transform: translateX(calc(100% - 150px));
  background-position: left 20% center;
  transition: all 0.3s ease-out;
  border-radius: 5px;
  height: 100%;
  background-size:cover;
}

#articles .post:hover .image {
  width: 580px;
  transform: translateY(0);
  background-position: left 0% center;
}

#articles .cat {
  text-transform: uppercase;
  font-family: 'Futura PT Demi';
  font-size: 20px;
  color: #000;
  margin: 13px 0 -5px 0;
}

#articles .date {
  font-family: 'Futura PT Book Ob';
  font-size: 20px;
  color: #000;
  margin: 0;
}

#articles .title {
  font-family: 'Futura PT Demi';
  font-size: 59px;
  line-height: 1.1864406780em;
  color: #000;
  margin: 5px 0 0 0;
  max-width: 700px;
}

#articles .arrows {
  width: 89px;
  height: 20px;
  background-color: #fc38e5;
  background-image: url('../images/arrow-bg.png');
  background-repeat: repeat-x;
  background-position-x: 0%;
  background-position-y: center;
  animation: arrow 2s linear infinite;
  margin: 21px 0 0 0;
}

.avia_transform a .image-overlay  {
  height:100% !important
}

@media screen and (max-width: 992px) {
  #articles {
    padding-top: 58px;
  }

  #articles .post {
    overflow: visible;
  }

  #articles .inner {
    border: none;
    padding-left: 25px;
    margin-top: 45px;
  }

  #articles .text {
    width: 400px;
  }

  #articles .image {
    transform: none !important;
    background-position: left center !important;
  }

  #articles .title {
    font-size: 42px;
    margin-top: 13px;
  }

  #articles .cat,
  #articles .date {
    font-size: 20px;
    margin-top: 0;
  }
}

@media screen and (max-width: 576px) {
  #articles {
    overflow: hidden;
  }

  #articles .container {
    padding: 0 20px !important;
  }

  #articles .smallt {
    font-size: 18px;
  }

  #articles .title {
    font-size: 28px;
    line-height: 36px;
    margin-top: 13px;
    max-width: 260px;
  }

  #articles .cat,
  #articles .date {
    font-size: 16px;
    margin-top: 0;
  }

  #articles .post {
    height: 260px;
    margin-bottom: 40px;
  }

  #articles .image {
    height: 260px;
  }

  #articles .text {
    width: 275px;
  }

  .sbi_photo {
    height:244px !important
  }
}