@font-face {
	font-family: 'Greycliff CF';
	font-display: swap;
	src: url(../fonts/GreycliffCF-LightOblique.woff2) format('woff2'), url(../fonts/GreycliffCF-LightOblique.woff) format('woff');
	font-weight: 300;
	font-style: italic;
}

@font-face {
	font-family: 'Greycliff CF';
	font-display: swap;
	src: url(../fonts/GreycliffCF-Regular.woff2) format('woff2'), url(../fonts/GreycliffCF-Regular.woff) format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Greycliff CF';
	font-display: swap;
	src: url(../fonts/GreycliffCF-Medium.woff2) format('woff2'), url(../fonts/GreycliffCF-Medium.woff) format('woff');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'Greycliff CF';
	font-display: swap;
	src: url(../fonts/GreycliffCF-Bold.woff2) format('woff2'), url(../fonts/GreycliffCF-Bold.woff) format('woff');
	font-weight: bold;
	font-style: normal;
}

@font-face {
    font-family: 'Greycliff CF Extra';
	font-display: swap;
	src: url(../fonts/GreycliffCF-ExtraBold.woff2) format('woff2'), url(../fonts/GreycliffCF-ExtraBold.woff) format('woff');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Greycliff CF Demi';
	font-display: swap;
	src: url(../fonts/GreycliffCF-DemiBold.woff2) format('woff2'), url(../fonts/GreycliffCF-DemiBold.woff) format('woff');
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: 'FreightTextProMedium';
	font-display: swap;
	src: url(../fonts/FreightTextProMedium-Italic.woff2) format('woff2'), url(../fonts/FreightTextProMedium-Italic.woff) format('woff');
	font-weight: 500;
	font-style: italic;
}

@font-face {
	font-family: 'FreightTextProSemiBold';
	font-display: swap;
	src: url(../fonts/FreightTextProSemibold-Regular.woff2) format('woff2'), url(../fonts/FreightTextProSemibold-Regular.woff) format('woff');
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: 'FreightTextProBold';
	font-display: swap;
	src: url(../fonts/FreightTextProBold-Regular.woff2) format('woff2'), url(../fonts/FreightTextProBold-Regular.woff) format('woff');
	font-weight: bold;
	font-style: normal;
}

body, .post, .page{
    margin: 0;
    padding: 0;
}

body{
    font-family: 'Greycliff CF';
    color: #1E252B;
    overflow: auto;
}

body::-webkit-scrollbar {
  display: none;
  scrollbar-width: none;
}

.page-template-work-inner-page{
    overflow-x: hidden;
}

.white-text-screen{
    color: #fff;
}

ul,ol{
    list-style: none;
    padding: 0px;
    margin: 0px;
}

a{
    text-decoration: none;
}

a:focus{
    outline: none;
}

h1,h2,h3,h4,h5,h6{
    margin: 0px;
}

p{
    margin: 0px;
}

.site-header,
.site-footer{
    display: none;
}

.inner-page-content{
    max-width: 1860px;
    margin: 0px auto;
}

.inner-page-content.inner-body-pages{
    background-color: transparent; /* or your default color */
    transition: background-color 0.3s ease, color 0.3s ease;
}

.inner-page-content.inner-body-pages.team-content-wrap,
.inner-page-content.inner-body-pages.work-page-wrap{
    /* background-color: rgb(26 16 24); */
    background-color: #000;
}

.inner-page-content.inner-body-pages.approach-page-wrap{
    background-color: #d4e2e8;
}

.work-inner-page-listing-wrap{
    background-color: #f0edea;
}

.inner-page-content.inner-body-pages.contact-page-wrap {
    background-color: #F0EDEA;
}

.main-content{
    position: relative;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    min-height: 940px;
}

.page-content-wrapper{
    display: flex;
    flex-direction: column;
    width: 100%;
}

.about-welcome-content-wrapper{
    justify-content: space-between;
    column-gap: 72px;
}

.cmn-section-spacing{
    padding: 0px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: calc(100vh - 200px);
    position: relative;
    margin: auto 0 auto 117px;
    z-index: 1;
}

.about-page-spacing{
    padding: 0px;
    height: calc(100vh - 204px);
    max-width: 520px;
    width: 100%;
    /* max-width: 1075px; */
    margin: auto 0 auto 100px;
}

.about-page-spacing .caption-info{
    left: 17px;
}

.welcome-content{
    font-weight: bold;
    font-size: 30px;
    line-height: 37px;
    color: #1e252b;
    max-width: 480px;
}

.approach-content-wrap .welcome-content{
    color: #fff;
    max-width: 430px;
}

.about-banner-img{
    display: flex;
    margin-top: auto;
}

.caption-info{
    font-family: 'Greycliff CF Demi';
    font-weight: 600;
    position: absolute;
    font-size: 13px;
    line-height: 23px;
    bottom: -62px;
    left: 0px;
    letter-spacing: 0.144px;
}

.footer-designby-text{
    font-family: 'Greycliff CF Demi';
    font-weight: 600;
    position: absolute;
    right: 182px;
    bottom: -38px;
    font-size: 11px;
    line-height: 20px;
    color: #1E252B;
    text-decoration: none;
}

.footer-designby-text:hover, 
.footer-designby-text:focus, 
.footer-designby-text:active,
.footer-designby-text:visited{
    color: #1E252B;
}

.about-welcome-image{
    display: flex;
    align-items: stretch;
    justify-content: flex-end;
    height: 100%;
    /* max-width: calc(100% - 1247px); */
}

.about-welcome-image img{
    object-fit: cover;
}

.sidebar-navigation-wrapper {
    max-width: 172px;
    width: 100%;
    padding: 60px 0px 14px;
    position: sticky;
    right: 0px;
    top: 0px;
    bottom: 0;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 2;
    margin-left: auto;
}

.sidebar-min-width{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    min-width: 126px;
}

.sidebar-menu-wrapper {
    display: flex;
    align-items: flex-start;
    width: 100%;
}

.sidebar-menu {
    padding: 0;
    display: inline-flex;
    flex-direction: column;
    row-gap: 10px;
}

.sidebar-menu li {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.sidebar-menu li.menu-item-has-children{
    row-gap: 5px;
}

.sidebar-menu a {
    color: #1E252B;
    text-transform: uppercase;
    position: relative;
    font-family: 'Greycliff CF Demi';
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    text-align: left;
    display: flex;
    letter-spacing: 0.6px;
}

.white-theme-active .sidebar-menu a,
.white-text-screen .sidebar-menu a,
.inner-body-pages.work-page-wrap .sidebar-menu a{
    color: #fff;
}

.sidebar-menu a:before{
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 0;
    height: 2px;
    background-color: #1E252B;
    transition: all 0.3s ease-in-out;
}

.white-theme-active .sidebar-menu a:before,
.white-text-screen .sidebar-menu a:before,
.inner-body-pages.work-page-wrap .sidebar-menu a:before{
    background-color: #fff;
}

.sidebar-menu a.active {
    font-family: 'Greycliff CF';
    font-weight: bold;
}

.sidebar-menu a:hover:before,
.sidebar-menu a.active:before{
    width: 100%;
}

.sidebar-menu .sub-menu {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9999;
  padding: 0;
  margin: 0;
  list-style: none;
}

.sidebar-menu li.menu-item-has-children.active .sub-menu,
.sidebar-menu li.menu-item-has-children.active .sub-menu {
    display: flex;
    width: 100%;
    position: relative;
}

.sidebar-menu .sub-menu li {
  padding: 0;
  white-space: nowrap; 
}

.sidebar-menu .sub-menu li a{
    text-transform: capitalize;
}

.sidebar-menu .sub-menu li a:before{
    display: none;
}

.sidebar-section-navigation {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    justify-content: center;
    align-items: center;
    gap: 25px;
    min-width: 98px;
}

.inner-body-pages .language-switcher{
    display: none;
}

.single-work .sidebar-section-navigation{
    flex-direction: column;
    flex-wrap: wrap;
    row-gap: 14px;
    margin-top: 14px;
    margin-left: 10px;
}

.single-work .sidebar-section-navigation.last-project-nav{
    margin: 0px;
}

.inner-work-nav-arrows{
    flex-direction: row;
    display: flex;
    align-items: center;
    column-gap: 25px;
}

.language-switcher{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    margin-top: 16px;
}

.page-nav-arrow{
    width: 48px;
    height: 19px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.single-work .page-nav-arrow {
    width: 19px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-nav-arrow svg{
    stroke: #1E252B;
    width: 100%;
    height: 100%;
}

.disabled.nav-up-arrow,
.disabled.nav-down-arrow{
    pointer-events: none;
}

.disabled.nav-up-arrow svg,
.disabled.nav-down-arrow svg{
    stroke: #d2d3d5;
}


.white-theme-active .page-nav-arrow svg,
.inner-body-pages.work-page-wrap .page-nav-arrow svg{
    stroke: #fff;
}

.mobile-icon{
    display: none;
}

.white-text-screen .page-nav-arrow svg{
    stroke: #fff;
}

.language-switcher .glink img{
    display: none !important;
    width: 0;  
    height: 0;
    opacity: 0;
    visibility: hidden;
}

.language-switcher a:first-child{
    position: relative;
    margin-right: 15px;
}

.language-switcher a:first-child:before{
    content: '';
    position: absolute;
    right: -7.5px;
    height: 100%;
    width: 2px;
    background-color: #fff;
}

.home-redirect{
    display: flex;
    flex-direction: column;
    row-gap: 2px;
    color: #1E252B;
}

.home-redirect:hover{
    color: #1E252B;
}

.white-theme-active .home-redirect,
.white-text-screen .home-redirect,
.inner-body-pages.work-page-wrap .home-redirect{
    color: #fff;
}

.white-text-screen .home-redirect:hover{
    color: #fff;
}

.white-theme-active .footer-name,
.white-theme-active .arch-text,
.white-text-screen .footer-name,
.white-text-screen .arch-text,
.inner-body-pages.work-page-wrap .footer-name,
.inner-body-pages.work-page-wrap .arch-text{
    color: #fff;
}

.white-text-screen .language-switcher a{
    color: #fff;
    font-family: 'Greycliff CF Demi';
}

.white-text-screen .language-switcher a.active{
    font-family: 'Greycliff CF';
    font-weight: bold;
}

.footer-name{
    font-size: 20px;
    line-height: 24px;
    font-family: 'Greycliff CF';
    font-weight: bold;
    color: #1E252B;
}

.arch-text{
    text-transform: uppercase;
    font-size: 8px;
    line-height: 10px;
    font-family: 'Greycliff CF Demi';
    font-weight: 600;
    color: #1E252B;
}

.sidebar-footer{
    text-align: center;
}

.cmn-alt-sections-spacing{
    margin-bottom: 57px;
    height: calc(100vh - 160px);
}

.cmn-alt-sections-spacing .caption-info{
    bottom: -40px;
}

.two-column-section .cmn-section-spacing{
    max-width: 624px;
    width: 100%;
}

.two-column-section .common-two-column-image{
    width: calc(100% - 885px);
    align-items: center;
}

.vision-content-wrap{
    column-gap: 144px;
    justify-content: space-between;
}

.vision-main-image{
    max-width: 802px;
}

.vision-main-image img{
    /* height: 100%;
    object-fit: cover; */
}

.two-column-content-section {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.column-content-scroll-wrap{
    height: 100%;
}

.column-content-scroll-wrap::-webkit-scrollbar{
    display: none;
    scrollbar-width: none;
}

.vision-content-section {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.cmn-section-title{
    font-size: 30px;
    position: relative;
    display: inline-flex;
    font-family: 'Greycliff CF';
    font-weight: bold;
    padding: 0 2px 5px;
    margin: 0 0 40px 0;
}

.cmn-section-title::before{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #000000;
    width: 100%;
    height: 3px;
}

.white-text-screen .cmn-section-title::before{
    background-color: #fff;
}

.common-web-content{
    font-family: 'FreightTextProSemiBold';
    font-size: 16px;
    line-height: 24px;
}

.team-description-wrap.common-web-content{
    font-family: 'FreightTextProBold';
}

.common-web-content a{
    text-decoration: underline;
    color: #1E252B;
}

.two-column-section .common-web-content{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 40px;
}

.cmn-lft-content{
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    max-width: 290px;
    width: 100%;
}

.cmn-rgt-content{
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    max-width: 290px;
    width: 100%;
}

.common-section-wrap{
    display: flex;
    align-items: stretch;
    height: 100vh;
    position: relative;
}

.common-section-wrap.active,
.project_section_scrl.active{
    z-index: 2;
}

.destination-content-wrap{
    justify-content: space-between;
}

.single-column-content{
    column-gap: 144px;
}

.single-column-content .cmn-section-spacing{
    max-width: 290px;
    width: 100%;
}

.single-column-content .section-main-image{
    width: calc(100% - 550px);
    display: flex;
}

.full-bleed-right{
    justify-content: flex-end;
}

.full-bleed-left img,
.full-bleed-right img{
    object-fit: cover;
}

.full-bleed-left{
    justify-content: flex-start;
}

.center-bleed-image{
    height: calc(100% - 208px);
    margin: auto 0;
}

.center-bleed-image img{
    object-fit: contain;
}

.experience-full-bleed-img{
    width: 100%;
    height: 100%;
}

.contact-content-wrap{
    column-gap: 144px;
}

.contact-description-wrap{
    font-family: 'FreightTextProBold';
}

.cmn-loc-title{
    font-family: 'Greycliff CF';
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
}

.cmn-separator{
    margin: 20px auto 10px;
    max-width: 88px;
    border-bottom: 2px solid #1E252B;
    display: flex;
    width: 100%;
}

.get-in-touch-info{
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.get-in-touch-info span{
    font-family: 'FreightTextProMedium';
}

.get-in-touch-details{
    font-weight: normal;
    font-family: 'Greycliff CF';
}

.get-in-touch-details h5{
    font-family: 'Greycliff CF Demi';
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.144px;
}

.get-in-touch-details address{
    margin: 0px;
    max-width: 160px;
    letter-spacing: 0.144px;
}

.contact-links{
    margin-top: 20px;
}

.contact-links li{
    text-transform: capitalize;
    letter-spacing: 0.144px;
}

.contact-links a{
    text-decoration: none;
    text-transform: lowercase;
}

.foot-arch-img{
    margin-top: auto;
    display: flex;
    align-items: center;
    gap: 15px;
}

.contact-image-wrap{
    display: flex;
    justify-content: flex-start;
}

.team-member-info span {
    font-family: 'Greycliff CF Demi';
    font-weight: 600;
}

.team-member-order .team-member-info:not(:last-child){
    margin-bottom: 25px;
}

.team-member-order .team-order-title{
    font-family: 'Greycliff CF';
    font-style: italic;
    font-weight: 300;
}

.multiple-column-image-wrap{
    display: flex;
    align-items: flex-start;
    column-gap: 144px;
}

.multi-column-content{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 30px;
    font-family: 'FreightTextProBold';
    font-weight: bold;
}

.multiple-column-content .cmn-section-spacing{
    flex-direction: row;
    align-items: flex-start;
    width: 100%;
}

.multiple-column-content .team-content-section{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    column-gap: 144px;
}

.multiple-column-content .cmn-sec-title{
    width: 100%;
}

.multiple-column-content .team-description-wrap{
    max-width: 958px;
}

.architecture-image{
    width: 324px;
    height: 324px;
}

.architecture-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.work-inner-page-listing-wrap{
    /* justify-content: flex-end; */
    justify-content: flex-start;
    flex-wrap: wrap;
}

.cmn-bg-full-image-wrap{
    width: calc(100% + 172px);
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 1;
}

.cmn-bg-full-image-wrap .approach-main-image{
    height: 100%; 
    width: 100%;
    object-fit: cover;
}

.approach-main-screen .cmn-bg-full-image-wrap:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 10%);
}

.mobile-footer-wrapper{
    display: none;
}

.home-page-banner .main-content{
    height: 100vh;
}

.home-page-banner {
    position: relative;
    height: 100vh;
    overflow: hidden;
}

.home-page-banner .banner-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main-banner-slider-content{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.banner-sidebar{
    height: 100vh;
    position: absolute;
    top: 0;
    right: 0;
    max-width: 172px;
    width: 100%;
}

.banner-sidebar .sidebar-navigation-wrapper{
    max-width: 100%;
}

.full-bleed-multi-img{
    column-gap: 72px;
    justify-content: flex-end;
}

.full-bleed-multi-img .bleed-first-img{
    max-width: 498px;
    object-fit: cover;
}

.full-bleed-multi-img .bleed-sec-img{
    max-width: 568px;
    object-fit: cover;
}

.work-page-listing-wrap{
    margin: 62px 0 0px 100px;
    max-width: 1276px;
    /* height: 100%;
    overflow-y: auto; */
}

.work-page-listing-wrap::-webkit-scrollbar {
  display: none;
  scrollbar-width: none;
}

.work-listing-wrapper{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 116px;
    row-gap: 46px;
}

.work-item{
    display: flex;
    flex-direction: column;
    row-gap: 22px;
}

.work-item img{
    width: 348px;
    height: 318px;
}

.work-details{
    display: flex;
    flex-direction: column;
    /* color: #1E252B; */
    color: #fff;
    row-gap: 2px;
}

.project-title{
    font-size: 26px;
    line-height: 22px;
    letter-spacing: 0.26px;
    font-family: 'Greycliff CF';
    font-weight: bold;
}

.project-location{
    font-size: 20px;
    line-height: 22px;
    font-weight: normal;
    font-family: 'Greycliff CF';
    letter-spacing: 0.40px;
}

.project-details-wrapper{
    flex-shrink: 0;
    padding: 100px 0 40px 100px;
    position: sticky;
    top: 0px;
    left: 0px;
    max-width: 380px;
    width: 100%;
    height: 100vh;
    color: #1E252B;
    z-index: 3;
    margin-right: auto;
}

.project-details-wrapper-section-wrap{
    display: flex;
    flex-direction: column;
    row-gap: 35px;
    height: 100%;
}

.white-text-screen .project-details-wrapper{
    color: #fff;
}

.project-details-head{
    display: inline-flex;
    flex-direction: column;
    row-gap: 8px;
    padding: 0 2px 10px;
    margin-bottom: 20px;
    border-bottom: 2px solid #1e252b;
}

.white-text-screen .project-details-head{
   border-bottom-color: #fff;
}

.project-name{
    font-size: 30px;
    line-height: 24px;
    font-family: 'Greycliff CF';
    font-weight: bold;
}

.project-type{
    text-transform: uppercase;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.4px;
    display: inline-flex;
    transition: all 0.3s ease-in-out;
    font-weight: 500;
}

.project-spec-list{
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease-in-out;
}

.project-spec-list:not(:last-child){
    margin-bottom: 24px;
}

.spec-label{
    font-size: 10px;
    line-height: 16px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-weight: 500;
}

.spec-value{
    font-size: 20px;
    line-height: 22px;
    letter-spacing: 0.4px;
}

.project-team-description-detail{
    height: calc(100% - 402px);
    display: flex;
    flex-direction: column;
    row-gap: 25px;
    transition: all 0.3s ease-in-out;
}

.project-desc{
    font-size: 13px;
    line-height: 18px;
    font-family: 'Greycliff CF';
    font-weight: 500;
    height: 100%;
    overflow-y: auto;
}

.project-desc::-webkit-scrollbar{
    display: none;
    scrollbar-width: none;
}

.project-desc p + p{
    margin-top: 20px;
}

.project-team-handle h6{
    font-family: 'Greycliff CF';
    font-weight: 500;
    font-size: 10px;
    line-height: 20px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.team-member-list{
    font-size: 12px;
    line-height: 16px;
}

.project-image-details{
    position: relative;
    width: calc(100% - 722px);
    overflow: visible;
    display: flex;
    flex-direction: column;
    /* row-gap: 27px; */
}

.project-image-details .project_section_scrl img {
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

/* When active class is added, fade image in */
.project-image-details .project_section_scrl.active img {
    opacity: 1;
}

/* .full-screen-image.hidden {
    opacity: 0;
    transition: opacity 0.5s ease;
} */

.full-screen-image{
    position: relative;
    max-width: none;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    height: 100vh;
    opacity: 1;
    transition: opacity 0.5s ease;
}

.full-bleed-image{
    justify-content: flex-end;
}

.full-screen-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.full-screen-image video{
    width: 100%;
    height: 100%;
    aspect-ratio: 16 / 9;
}

/* .work-sec-full:not(:first-child){
    z-index: 1;
    position: relative;
} */

.alt-work-full-img{
    display: flex;
    align-items: center;
    height: 100vh;
    position: relative;
    overflow: hidden;
}

.alt-work-full-img-wrapping{
    box-sizing: border-box;
    height: calc(100vh - 117px);
    margin-top: 62px;
    margin-bottom: 55px;
    display: flex;
    align-items: center;
}

.center-image .alt-work-full-img-wrapping{
    margin: 0px;
}

.left-ranged-image img{
    height: 100%;
}

.full-bleed-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.full-bleed-image video{
    width: 100%;
    height: 100%;
    aspect-ratio: 16 / 9;
}

.show-only-project-title .project-type,
.show-only-project-title .project-spec-list,
.show-only-project-title .project-team-description-detail{
    opacity: 0;
    visibility: hidden;
}

.show-only-project-title .project-details-head{
    border-bottom: 0;
}

body.disable-scroll{
    overflow: hidden;
}

.work-swiper-slider{
    display: none;
}

.banner-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  z-index: -1;
}

.scroll-down-arrow {
    position: absolute;
    bottom: 52px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    cursor: pointer;
    width: 58px;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.inner-body-pages {
    display: none;
    opacity: 0;
}

.scroll-instruction-text{
    font-size: 20px;
    line-height: 22px;
    font-family: 'Greycliff CF';
    position: absolute;
    font-weight: bold;
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
}

.next-project-title{
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 1.12px;
    text-transform: uppercase;
    font-family: 'Greycliff CF';
    font-weight: bold;
}

.project-loader-screen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: rgb(255, 255, 255, 0.7); */
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99999;
    opacity: 1;
    visibility: visible;
    transition: opacity 0.5s ease, visibility 0.5s ease;
}

.project-loader-screen.hide {
    opacity: 0;
    visibility: hidden;
}

.loader-inner{
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    flex-direction: column;
    height: auto;
    row-gap: 20px;
}

.spinner {
    width: 60px;
    height: 60px;
    border: 4px solid #1E252B;
    border-top-color: transparent;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
}

.loader-text{
    font-size: 20px;
    line-height: 22px;
    font-family: 'Greycliff CF';
    font-weight: bold;
    color: #fff;
    opacity: 1;
}

/* .loader-text.fade-out {
    opacity: 0.2;
} */

/* @keyframes spin {
    100% { transform: rotate(360deg); }
} */