@import url(font-dir/@fontface.css);
@import url('https://fonts.googleapis.com/css2?family=Google+Sans:ital,opsz,wght@0,17..18,400..700;1,17..18,400..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Iceberg&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nova+Square&display=swap');
    body {
        --white: white;
        --theme-red: #e7002a;
        --bs-heading-color: #fff;
        background-color: #111;
        /* color: #fff; */
        color: #c7c7c7;
        font-family: "Poppins", sans-serif;
        overflow-x: hidden;
    }
    .nav-activated body {
        height: 100vh !important;
    }
    @media only screen and (min-width: 992px) {
        .navbar-brand img {
            width: 6.4rem;
        }
    }
    
    
    
    .sec-serv:hover .serve-item:hover {
        filter: grayscale(0);
    }
    .sec-serv:hover .serve-item {
        filter: grayscale(1);
    }
    
    
    

    /* Navbar */
    /* 1. The Fixed Full-Screen Overlay */
.menu-overlay {
  position: fixed;
  top: 0;
  /*left: 0;*/
  left: auto;
  right: 0;
  /*width: 100%;*/
  width: 50%;
  height: 100vh;
  /* background-color: #3b4631; */
  /*background: linear-gradient( 135deg, #323232 60%, var(--theme-red) 0% );*/
  background-color: #000000;
  z-index: 9999;
  display: flex;
  align-items: center;
  padding: 5vw 10vw;
  
  /* Start hidden at the top with an angled bottom edge */
  clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% -30%);
  pointer-events: none;
}

.menu-overlay.is-active {
  pointer-events: auto;
}

.menu-content-wrapper {
    width: 100%;
  
    height: 80%;
    display: flex;
    flex-direction: column;
}

/* 2. Text Containers (Crucial for the slide-up effect) */
.top-inner a, 
.bottom-inner a {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 15px;
  overflow: hidden;
  text-decoration: none;
  color: #c4c5b6;
  /*font-family: 'Times New Roman', serif;*/
  /*font-family: 'SF TransRobotics Condensed', serif;*/
  
  font-family: "Iceberg", sans-serif;
  font-family: "Google Sans", sans-serif;
  font-family: "Nova Square", sans-serif;
  
  font-size: clamp(3rem, 6vw, 6rem);
  text-transform: uppercase;
  line-height: 1.1;
}

/* 3. The Spans (Crucial for the stretch/smear effect) */
.top-inner span, 
.bottom-inner span {
    font-size: clamp(1.8rem, 5.7vw, 3rem);
    display: inline-block;
    transform-origin: top center;
    will-change: transform;
}

.subtitle {
  color: #c4c5b6;
  font-size: 1rem;
  margin-bottom: 1rem;
  overflow: hidden;
}

/* Hide the little inline images for now so they don't mess up the text line height */
.top-inner img, 
.bottom-inner img {
  display: none; 
}

.menu-content-wrapper .bottom {
    /*margin-top: 3rem;*/
    margin-top: auto;
}
    .h-topNav {
        position: absolute;
        top: 0;
        z-index: 2;
        width: 100%;
    }
    .h-topNav .btn-nav {
        --bs-btn-bg: #323232;
        --bs-btn-border-radius: 50px;
        --bs-btn-padding-x: 0.9rem;
        --bs-btn-padding-y: 0.6rem;
    }
    .h-topNav .btn-nav svg {
        --size: 1rem;
        height: var(--size);
        width: var(--size);
    }
    /* .h-topNav #siteNav-slide {
        --bs-offcanvas-bg: #323232;
        --bs-offcanvas-color: #fff;
    } */

    .h-topNav #siteNav-slide .btn-close {
        /* --bs-btn-close-bg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23fff' class='bi bi-caret-right-fill' viewBox='0 0 16 16'%3E%3Cpath d='m12.14 8.753-5.482 4.796c-.646.566-1.658.106-1.658-.753V3.204a1 1 0 0 1 1.659-.753l5.48 4.796a1 1 0 0 1 0 1.506z'/%3E%3C/svg%3E"); */
        /* --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414'/%3e%3c/svg%3e"); */
    }
    /* .h-topNav #siteNav-slide ul {
        --bs-list-group-bg: transparent;
        --bs-list-group-border-color: #444444;
    }
    .h-topNav #siteNav-slide ul li {
        --bs-link-hover-color-rgb: 197, 197, 197;
        --bs-link-color-rgb: 255, 255, 255;
        --bs-link-opacity: .8;
        --bs-list-group-color: var(--bs-link-color-rgb);
    }
    .h-topNav #siteNav-slide ul li a {
        text-decoration: none;
    } */

    /* Banner */
    .banWrapper {
        position: relative;
        width: 100%;
        height: 100vh;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .bg-wrapper {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
    }
    .bg-wrapper:before {
        content: "";
        position: absolute;
        inset: 0;
        background: radial-gradient(#0000007a 15%, transparent 16%) 0 0, radial-gradient(#0000007a 15%, transparent 16%) 2px 2px, radial-gradient(rgba(255, 255, 255, .1) 15%, transparent 20%) 0 1px, radial-gradient(rgba(255, 255, 255, .1) 15%, transparent 20%) 2px 3px;
        /* background-color: #00000052; */
        background-size: 5px 5px;
    }
    
    .bg-wrapper video,
    .hero-workAbout video {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .ban-title {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 2;
        /* text-transform: uppercase; */
        /* letter-spacing: 5px; */
        /* color: #fff; */
        font-weight: 800;
        padding-inline: 2.5rem;
        margin: 0;
        width: 100%;
        max-width: 70vw;
        filter: drop-shadow(2px 4px 6px #000000a5);
    }
    .ban-title span.spacial {
        fill: transparent;
        -webkit-text-fill-color: transparent;
        -webkit-text-stroke: 1px #f00;
    }
    .banWrapper .scroll {
        position: absolute;
        inset: auto 0 0 0;
        z-index: 91;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .banWrapper .scroll .scrollInd {
        /* height: 5.1rem; */
        height: 10svh;
        width: 0.3rem;
        position: relative;
        background: #e7002a69;
        border-radius: 50px;
        margin-bottom: .5rem;
        overflow: hidden;
    }
    .banWrapper .scroll .scrollInd:after {
        content: "";
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 0.2rem;
        height: 1.5rem;
        background: linear-gradient(45deg, #e7002a, #e7002a69);
        border-radius: 50%;
        animation: scrollAnim 5s infinite;
    }
    .banWrapper .scroll .txt {
        text-transform: uppercase;
        font-size: 0.9rem;
        font-weight: 700;
        margin-bottom: .5rem;
    }
    
    @keyframes scrollAnim {
        0% {
            transform: translate(-50%, -10svh);
            /* opacity: 1; */
        }
        100% {
            transform: translate(-50%, 20svh);
            /* opacity: 0; */
        }
    }


    @media only screen and (min-width: 1809px) {
        .ban-title {
            font-size: 3.8vw;
        }
    }
    @media only screen and (max-width: 1808px) and (min-width: 831px) {
        .ban-title {
            font-size: 4rem;
            /* font-size: 2rem; */
        }
    }
    @media only screen and (max-width: 832px) and (min-width: 585px) {
        .ban-title {
            font-size: 1.7rem;
        }
    }
    @media only screen and (max-width: 584px) {
        .ban-title {
            font-size: 2rem;
            padding-inline: 1.5rem;
        }
    }







    .ironhill-wrapper {
        position: relative;
        width: 100vw;
        min-height: 100vh;
        overflow: hidden;
        background-color: #f4f3ec;
    }

    .ironhill-content {
        position: absolute;
        inset: 0;
        z-index: 0; 
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: center;
        padding-bottom: 15vh;
        text-align: center;
        opacity: 0;
        will-change: transform, opacity;
    }

    .ironhill-content h2 {
        font-size: 5vw;
        color: #2c3e28;
        margin: 0;
        line-height: 1;
    }

    .ironhill-content span {
        display: block;
        font-size: 1.5vw;
        font-weight: 300;
        opacity: 0.7;
        margin-top: 10px;
    }

    .ironhill-content p {
        /* font-size: 1.2rem;
        color: #555;
        margin-top: 20px; */
        font-size: 1.3rem;
        color: #181818;
        font-weight: 800;
        margin-top: 0;
        max-width: 600px;
    }

    .ironhill-canvas {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        pointer-events: none;
    }

    .ironhill-media {
        display: none;
        opacity: 0;
        visibility: hidden;
    }



    .sec-title {
        font-weight: 800;
    }
    .sec-title span {
        fill: transparent;
        -webkit-text-fill-color: transparent;
        -webkit-text-stroke: 0.7px #f00;
    }
    .closeup {
        position: absolute;
        background-color: #1a1a1a;
        z-index: 10;
    }

    .closeup.top {
        top: 0;
        left: 0;
        width: 100%;
        /* height: 50%; */
        height: 30vh;
        transform-origin: top center;
    }
    .closeup.bottom {
        bottom: 0;
        left: 0;
        width: 100%;
        /* height: 50%; */
        height: 30vh;
        transform-origin: bottom center;
    }
    .closeup.left {
        top: 0;
        left: 0;
        /* width: 50%; */
        width: 15vw;
        height: 100%;
        transform-origin: left center;
    }
    .closeup.right {
        top: 0;
        right: 0;
        /* width: 50%; */
        width: 15vw;
        height: 100%;
        transform-origin: right center;
    }
    .closeup.left .brand-name {
        /* text-align: center;
        writing-mode: sideways-lr;
        text-orientation: mixed;
        height: 100%; */
    }
    .sideBrand-name {
        text-align: center;
        writing-mode: sideways-lr;
        text-orientation: mixed;
        height: 100%;
        transform-origin: right center;
        position: absolute;
        left: 0;
        z-index: 91;
    }
    .sideBrand-name span {
        padding: 0 1rem;
        display: block;
        font: 800 4.3vw 'Poppins', Arial;
        -webkit-text-fill-color: transparent;
        -webkit-text-stroke: 0.5px;
        letter-spacing: 0.5px;
        word-spacing: 0.5rem;
        color: #656565;
    }
    .closeup.left .brand-name span {
        /* padding: 0 1rem;
        display: block;
        font: 800 4.3vw 'Poppins', Arial;
        -webkit-text-fill-color: transparent;
        -webkit-text-stroke: 0.5px;
        letter-spacing: 0.5px;
        word-spacing: 0.5rem;
        color: #656565; */
    }
    @media only screen and (max-width: 425px) {
        .closeup.left .brand-name span {
            padding: 0;
            font-size: 7.5vw;
        }
    }
    .content {
        position: relative;
        background-color: #111;
        padding: 4rem 0;
        padding-bottom: 7rem;
        /* z-index: 2; */
        /* max-width: 800px; */
        margin: 0 auto;
    }
    /* .content p {
        margin-bottom: 2rem;
        line-height: 1.6;
        color: #ccc;
    } */
    .content .about-content {
        padding: 1rem 2.2rem;
        margin-top: 1.5rem;
        margin-bottom: 1.5rem;
        position: relative;
        z-index: 1;
        font-size: calc(100% - .1em);
        word-spacing: .1em;
    }

    .content .about-content:after {
        content: "";
        position: absolute;
        inset: 0;
        background: #1E1E1E;
        clip-path: polygon(
        0% 0%, 
        100% 0%, 
        92% 92%, 
        4% 100%
        );
        z-index: -1;
    }
    .content .about-content:before {
        content: "";
        position: absolute;
        inset: 0;
        background: #ED1C24;
        clip-path: polygon(1% 0%, 99% 0%, 93% 100%, 2% 97%);
        z-index: -1;
    }
    .content .about-img {
        padding-bottom: 1.3rem;
    }
    .sec-serv .serve-item {
        aspect-ratio: 2 / 1;
        background: linear-gradient(#00000075, #00000075), var(--bg-img) no-repeat center / cover;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        overflow: hidden;
        z-index: 1;
    }
    .sec-serv .serve-item video {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: -1;
    }
    .sec-serv .serve-item :is(a:hover, a:focus) {
        /* background-size: 110% 110%; */
    }
    .sec-serv .serve-item a {
        text-decoration: none;
    }
    .subscribe .input-group {
        --bs-border-radius: 50px;
    }
    .subscribe .input-group input {
        padding: 0.675rem 1.25rem;
        font-size: 1.1rem;
    }



    
    .reelCarousel .swiper-wrapper { transition-timing-function: linear !important; }
    .reelCarousel .swiper-wrapper .swiper-slide { text-align: center; }
    .reelCarousel .swiper-wrapper .swiper-slide video {
        width: 100%;
        max-width: 100%;
        max-height: 25rem;
        display: block;
        object-fit: cover;
    }
    @media only screen and (min-width: 1440px) {
        .reelCarousel .swiper-wrapper .swiper-slide video {
            max-height: 45rem;
        }
    }
    .reelCarousel .swiper-slide {
        /* padding: 1rem; */
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
    .reelCarousel .swiper-slide .slide-single {
        /* width: 60%; */
        width: 100%;
        position: relative;
        transform-origin: center center;
        transition: transform 0.8s ease, opacity 0.8s ease;
        transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
        border-radius: 10px;
        overflow: hidden;
        filter: grayscale(1);

    }
    .reelCarousel .swiper-slide:hover .slide-single {
        filter: grayscale(0);
    }
    .reelCarousel .swiper-slide:nth-child(2n + 2) .slide-single {
        /* transform: matrix(1.1, 0.2, 0.05, 1, 0, -20); */
        /* outline: 1px solid red; */
    }



    .left-galery {
        position: relative;
        margin-bottom: 22rem;
    }
    .left-galery img {
        position: absolute;
        width: 280px;
        max-width: 12rem;
        height: auto;
        border: 10px solid white;
        box-shadow: 0 10px 30px rgba(0,0,0,0.15);
        border-radius: 4px;
        transform-origin: center center;
        
        /* Start them all centered and invisible/stacked */
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 1;
    }
    @media only screen and (max-width: 1199px) and (min-width: 992px){
        .left-galery img {
            scale: 0.85 !important;
        }
    }
    @media only screen and (max-width: 991px){
        .left-galery img {
            scale: 0.7 !important;
        }
    }


.slideCarousel-new {
    width: 100%;
    padding: 40px 0; 
}
.slideCarousel-new .swiper-wrapper {
    transition-timing-function: linear !important;
}
.slideCarousel-new .swiper-slide {
    width: 500px; 
    height: 280px;
    border-radius: 20px;
    overflow: hidden;
    transition: transform 0.4s ease, filter 0.4s ease, opacity 0.4s ease;
}

.slideCarousel-new .swiper-slide video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
}

/*.slideCarousel-new .swiper-slide:not(.swiper-slide-active) {*/
.slideCarousel-new .swiper-slide:not(.swiper-slide-next) {
    /*filter: blur(5px) brightness(0.4);*/
    /*filter: blur(5px) brightness(0.4) grayscale(1);*/
    filter: brightness(0.4) grayscale(1);
}
.slideCarousel-new .swiper-slide {filter:grayscale(1)}
/*.slideCarousel-new .swiper-slide.swiper-slide-active:hover {*/
.slideCarousel-new .swiper-slide.swiper-slide-next:hover {
    filter: grayscale(0);
}

.reelSlide-next {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' class='bi bi-arrow-right' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1 8a.5.5 0 0 1 .5-.5h11.793l-3.147-3.146a.5.5 0 0 1 .708-.708l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L13.293 8.5H1.5A.5.5 0 0 1 1 8'/%3E%3C/svg%3E") no-repeat;
    height: 2rem;
    width: 2rem;
}
.reelSlide-prev {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' class='bi bi-arrow-left' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M15 8a.5.5 0 0 0-.5-.5H2.707l3.147-3.146a.5.5 0 1 0-.708-.708l-4 4a.5.5 0 0 0 0 .708l4 4a.5.5 0 0 0 .708-.708L2.707 8.5H14.5A.5.5 0 0 0 15 8'/%3E%3C/svg%3E") no-repeat;
    height: 2rem;
    width: 2rem;
}
.slide-control {
    display: flex;
    justify-content: center;
    align-items: center;
}



.taged-slider {
    overflow: hidden;
    white-space: nowrap;
}

.marquee-inner {
    display: inline-flex;
    will-change: transform;

    font-size: 8rem;
    font-weight: 800;
    text-transform: uppercase;
    opacity: 0.2;
}







.hero-scroll-container {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

/* The text sits fixed at the back */
.text-reveal-section {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 1;
}

.text-reveal-section h2 {
  font-size: 4vw;
  font-weight: 300;
  color: #4a5342;
}

/* The video sits on top and holds the filter/mask */
.video-mask-section {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  filter: url(#edge-distort);
  clip-path: circle(150% at 50% 50%); 
}

.video-mask-section video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.next-standard-section {
  height: 100vh;
  background: #111;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ironhill-scroll-container {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.ironhill-text-layer {
  position: absolute;
  inset: 0;
  background-color: #f4f3ec;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 15vh;
  text-align: center;
  z-index: 1;
}

.ironhill-media-layer {
  position: absolute;
  inset: 0;
  z-index: 2;
  /* Apply the chunky ink filter */
  filter: url(#ironhill-bleed-filter);
  
  /* inset(top right bottom left). 
     Starts as a full square (0% cut off on all sides) */
  clip-path: inset(0% 0% 0% 0%); 
}

.ironhill-media-layer video,
.ironhill-media-layer img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


/*
.info {
    width: 100%;
    height: 150dvh;
}
.info .header-row {
    height: 150px;
    padding: 0 2em;
    display: flex;
    align-items: center;
    position: relative;
}

.info .header-row:nth-child(1) {
    justify-content: flex-start;
}
.info .header-row:nth-child(2) {
    justify-content: flex-end;
}
.info .header-row h1 {
    margin: 0;
    *//* font-weight: 200;
    font-size: 10.5rem; *//*
    font-weight: 600;
    font-size: 12.5rem;
    text-transform: uppercase;
}
.plus-w {
    justify-content: center;
    align-items: center;
    width: 8.75em;
    height: 8.75em;
    position: absolute;
    top: 15%;
}
@media screen and (min-width: 992px) {
    .plus-w {
        left: calc(55% - (8.75em * 2));
    }
}
.plus-inner {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
    position: relative;
}
.plus-bar {
    background-color: var(--white);
    width: 1.75em;
    height: 1.75em;
}
.plus-bar.is--h {
    transform-style: preserve-3d;
    flex: none;
    transform: scaleX(5);
}
.plus-bar.is--v {
    transform-style: preserve-3d;
    position: absolute;
    transform: scaleY(5);
}
.pinned {
    position: absolute;
    top: 100vh;
    width: 100%;
    height: 250vh;
    z-index: 2;
}
.whitespace {
    position: relative;
    width: 100%;
    height: 300vh;
    z-index: -1;
}
.revealer {
    position: absolute;
    transform: translate(-50%, 0%);
    left: 35%;
    margin-bottom: 325px;
    width: 120px;
    height: 120px;
}
.revealer .revealer-1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    clip-path: polygon(45% 0%, 55% 0%, 55% 100%, 45% 100%);
}
.revealer .revealer-2 {
    position: absolute;
    top: 0;
    left: 0;
    transform: rotate(90deg);
    width: 100%;
    height: 100%;
    background-color: #fff;
    clip-path: polygon(45% 0%, 55% 0%, 55% 100%, 45% 100%);
}*/