    @import url(./fonts.css);

    :root {
        --brand-red: #E90000;
        --muted: #7a7a7a;
        --max-width: 90em;
        /* for large page wrapper */
    }

    * {
        padding: 0;
        margin: 0;
        box-sizing: border-box;
    }

    html {
        box-sizing: border-box;
    }

    body {
        margin: 0;
        font-family: 'Albert Sans';
        font-style: normal;
        /* 16px * 0.7 = 11.2px -> base for em calculations */
        line-height: 1.45;
        color: #222;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        /* font-size: 70%; */
    }

    a {
        color: inherit;
        text-decoration: none;
    }

    .container {
        width: 100%;
        max-width: 83.333vw;
        margin-left: auto;
        margin-right: auto;
    }

    .hero,
    .hero1 {
        position: relative;
        width: 100%;
        /* full screen hero (viewport) */
        overflow: hidden;
        display: block;
    }

    .hero .layer,
    .hero1 .layer {
        position: absolute;
        pointer-events: none;
        will-change: transform, opacity;
    }

    .hero .bg,
    .hero1 .bg {
        object-fit: cover;
        width: 100vw;
        height: 100vh;
        top: 0;
        left: 0;
    }
/* HERO SWIPER FIX */
.hero-swiper {
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
}
.hero-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 20;
    cursor: pointer;
    width: 60px;
    height: 60px;

    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-prev {
    left: 30px;
}

.hero-next {
    right: 30px;
}
.hero-swiper .swiper-wrapper,
.hero-swiper .swiper-slide {
    height: 100%;
}
    /* foreground ladies image — placed bottom-left area */
    .hero .ladies {
        width: 100%;
        bottom: 0;
        left: 0;
        transform-origin: left bottom;
        pointer-events: auto;
    }
    .hero .engineer {
        width: 100%;
        bottom: -10px;
        left: 0;
        transform-origin: center;
        pointer-events: auto;
        z-index: 1;
    }

    .hero1 .train {
        width: 100%;
        height: 100%;
        bottom: 0.2%;
        left: 8%;
        transform-origin: left bottom;
        pointer-events: auto;
    }

    .hero1 .train img {
        width: 80%;
        height: 100%;
        object-fit: cover;
    }

    .hero .ladies img {
        width: 100%;
        height: 100%;
    }
    .hero .engineer img {
        width: 100%;
        height: 100%;
    }

    .d-block {
        display: block;
    }

    .m-block {
        display: none;
    }

    .share-btn.m-block {
        display: none !important;
    }

    /* red tilted stripe - semi transparent PNG or bg gradient */
    .hero .stripe {
        width: 23.5%;
        left: 58%;
        transform: translateX(-50%);
        bottom: 5%;
        height: 90vh;
        mix-blend-mode: multiply;
    }

    .hero1 .stripe {
        width: 23.5%;
        left: 62%;
        transform: translateX(-50%);
        bottom: 5%;
        height: 90vh;
        mix-blend-mode: multiply;
    }
    .stripe.strip3 {
        left: 50%;
        bottom: 9%;
        z-index: 0;
        height: 88vh;
    }

    .hero .stripe img,
    .hero1 .stripe img {
        width: 100%;
        height: 100%;
    }

    /* overlay dark gradient for text legibility */
    .hero .dark-overlay,
    .hero1 .dark-overlay {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(135.64deg, rgba(0, 0, 0, 0) 63.16%, #000000 98.11%);
        pointer-events: none;
        z-index: 1;
    }

    .hero1 .light-overlay {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(298deg, rgba(255, 255, 255, 0) 63.16%, #FFFFFF 98.11%);
        pointer-events: none;
        opacity: 0;
    }

    /* top-left logo */
    .hero .logo,
    .hero1 .logo {
        position: absolute;
        /* top: 3.55em; */
        bottom: 85%;
        left: 40px;
        z-index: 50;
        pointer-events: auto;
    }

    .hero .logo img,
    .hero1 .logo img {
        width: 180px;
        height: auto;
        display: block;
    }

    /* Hero text block (right) */
    .hero .text-block,
    .hero1 .text-block {
        /* position: absolute;
        right: 3.2em;
        bottom: 3.40em; */
        max-width: 50em;
        color: #fff;
        z-index: 40;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        text-align: right;
    }

    .hero .text-block h1,
    .hero1 .text-block h1 {
        /* margin: 0 0 .5em 0; */
        margin-bottom: 28px;
        font-weight: 900;
        font-size: 2.75em;
        line-height: 1;
        text-transform: uppercase;
    }

    .hero .text-block p,
    .hero1 .text-block p {
        margin: 0;
        font-size: 1.3em;
        line-height: 1.1;
        color: #fff;
        max-width: 24em;
        margin-bottom: 28px;
    }

    .hero .text-block small,
    .hero1 .text-block small {
        font-size: 12px;
        font-weight: 400;
        line-height: 1;
    }

    /* small breadcrumbs / icons at bottom-left inside hero */
    .hero .hero-footer,
    .hero1 .hero-footer {
        position: absolute;
        /* bottom: 3.40em; */
        /* bottom: 2.6em; */
        bottom: 48px;
        z-index: 45;
        color: rgba(255, 255, 255, 0.9);
        display: flex;
        flex-direction: row-reverse;
        /* gap: 1.2em; */
        gap: 20px;
        align-items: flex-end;
        justify-content: space-between;
        width: 100%;
        /* font-size: 1.42em; */
        font-size: 16px;
        /* padding: 0 3.2em; */
        padding: 0 40px;
    }

    .hero .hero-footer .hero-footer-left,
    .hero1 .hero-footer .hero-footer-left {
        display: flex;
        align-items: center;
        gap: 20px;
    }

    .hero .hero-footer .hero-footer-left div,
    .hero1 .hero-footer .hero-footer-left div {
        display: flex;
        align-items: center;
        gap: 0.5em;
    }

    .hero .hero-footer div a,
    .hero1 .hero-footer div a {
        text-decoration: underline;
        text-underline-offset: 0.3em;
    }

    .section-title {
        text-align: center;
        /* font-size: 8.03em; */
        font-size: 90px;
        color: var(--brand-red);
        font-weight: 900;
        line-height: 0.7;
        /* margin: 70px 0 0 0; */
    }
.do-u-know{
    margin: 110px 0;
}
    .do-you-know {
        display: flex;
        justify-content: center;
        /* margin-bottom: 3.5em; */
    }

    .dyk-card {
        background: #EDEDED;
        /* padding: 2.4em;
        border-radius: .4em; */
        padding: 46px 77px;
        display: flex;
        align-items: center;
        /* gap: 2.4em; */
        gap: 52px;
        width: 80%;
    }

    .dyk-card .content {
        flex: 1;
        width: 70%;
    }

    .dyk-card h3 {
        margin-bottom: 10px;
        /* font-size: 2.86em; */
        font-size: 24px;
        font-weight: 600;
        line-height: 1;
    }

    .dyk-card p {
        /* font-size: 1.78em; */
        font-size: 20px;
        color: #000000;
    }

    .dyk-card .cta {
        /* width: 6.8em;
        height: 6.8em; */
        width: 120px;
        height: 120px;
        border-radius: 50%;
        border: 2px solid var(--brand-red);
        display: inline-grid;
        place-items: center;
        font-size: 16px;
        color: var(--brand-red);
        cursor: pointer;
    }

    .slider-header .next-btn .cta {
        width: 120px;
        height: 120px;
        border-radius: 50%;
        border: 2px solid #000;
        display: inline-grid;
        place-items: center;
        font-size: 16px;
        color: #000;
        cursor: pointer;
    }

    .slider-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-right: 120px;
        padding-bottom: 40px;
    }

    .dyk-card .cta img {
        transition: transform 0.3s ease-in-out;
    }

    .dyk-card .cta:hover img {
        transform: scale(1.5);
    }

    /* Full width video section */
    .hero-video-section {
        width: 100%;
        /* height: 100vh; */
        position: relative;
    }

    .hero-video-section .video-wrap {
        position: relative;
        width: 100%;
        height: 100%;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .hero-video-section video {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

    /* Custom controls overlay */
    .custom-controls {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        display: flex;
        gap: 1.2em;
        align-items: center;
        padding: 1.2em 1.6em;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.45) 100%);
        z-index: 30;
    }

    .custom-controls button {
        background: transparent;
        border: 0;
        outline: none;
        cursor: pointer;
    }

    .control-btn {
        background: rgba(255, 255, 255, 0.06);
        border: 1px solid rgba(255, 255, 255, 0.18);
        color: #fff;
        padding: .6em .9em;
        border-radius: .4em;
        cursor: pointer;
        font-size: 1.1em;
    }

    .progress {
        flex: 1;
        height: .5em;
        background: rgba(255, 255, 255, 0.12);
        border-radius: .3em;
        overflow: hidden;
        position: relative;
    }

    .progress .bar {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 0%;
        background: var(--brand-red);
    }

    /* Building the talent section - grid */
    .talent {
        width: 100%;
        /* padding: 7.5em 0 4.82em 0; */
        margin: 30px 0 100px 0;
    }

    .talent_head {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-bottom: 30px;
    }

    .talent_head .right {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .talent_head .right a {
        font-size: 1.43em;
        color: #000000;
        font-weight: 400;
        text-decoration: underline;
    }

    .underline {
        text-decoration: underline;
        text-underline-offset: 3px;
        cursor: pointer;
    }

    .talent .left {
        font-weight: 900;
        color: var(--brand-red);
        /* font-size: 2.86em; */
        font-size: 32px;
        line-height: 1;
    }

    .talent_grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto auto;
        /* gap: 3.57em; */
        gap: 30px;
    }

    .talent_grid img {
        width: 100% !important;
    }

    .talent_grid h6 {
        font-size: 1.78em;
        font-weight: 400;
    }

    .advanced-wedding-session {
        grid-column: 1 / 2;
        grid-row: 1 / 3;
    }

    .para1,
    .para2 {
        grid-column: 2 / 3;
        /* font-size: 1.60em; */
        font-size: 18px;
        font-weight: 400;
        line-height: 1.3;
        color: #000000;
    }

    .para1 {
        grid-row: 1 / 2;
    }

    .para2 {
        grid-row: 2 / 3;
    }

    .smart-lab {
        grid-column: 1 / 2;
        grid-row: 3 / 4;
    }

    .tech-learning {
        grid-column: 2 / 3;
        grid-row: 3 / 4;
    }

    /* Stories slider */
    .stories,
    .projects {
        /* padding-bottom: 5.89em; */
        /* padding-left: 10.89em; */
        padding-left: 120px;
        /* padding-top: 3.66em; */
    }

    /* .stories.projects {
        height: 100vh;
    } */

    h2.section-heading {
        color: #4C4C4C;
        /* font-size: 3.93em; */
        font-size: 44px;
        font-weight: 900;
        line-height: 1;
        width: fit-content;
        position: relative;
        text-transform: uppercase;
    }

    .section-heading.w-4 {
        width: 50%;
    }

    .section-heading.w-3 {
        width: 35%;
    }

    .stories h2.section-heading::after {
        content: "";
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: -57%;
        width: 1.45em;
        height: 2em;
        background-image: url(../assets/after-red-strip.svg);
        background-size: contain;
        background-repeat: no-repeat;
    }
.bmbb-section{
    margin: 100px 0;
}
    .bmbb-section h2.section-heading::after {
        content: "";
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: -10%;
        width: 1.45em;
        height: 2em;
        background-image: url(../assets/after-red-strip.svg);
        background-size: contain;
        background-repeat: no-repeat;
    }

    .stories h2.section-heading.w-4::after {
        right: -8%;
    }

    .stories .swiper {
        width: 100%;
    }

    .stories .card img.slide-img {
        width: 100%;
        display: block;
    }

    footer {
        background: #4C4C4C;
        color: #fff;
        padding-top: 186px;
        padding-bottom: 68px;
        text-align: center;
        /* font-size: 1.43em; */
        font-size: 16px;
    }

    .footer-menu-wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 150px;
    }

    footer a {
        text-decoration: underline;
        text-underline-offset: 3px;
    }

    .footer-row1 {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        width: 100%;
    }

    .footer-row2,
    .footer-row2 img {
        width: 100%;
    }

    .footer-row1 .footer-social ul {
        list-style-type: none;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 30px;
    }

    .footer-row1 .footer-menus {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 60px;
    }

    .read-more {
        display: flex;
        align-items: center;
        gap: 0.89em;
    }

    .slide-link .read-more {
        white-space: nowrap;
        color: #fff;
        text-decoration: underline;
        /* font-size: 1.43em; */
        font-size: 16px;
        text-underline-offset: 3px;
    }

    .stories .card-wrapper {
        position: relative;
    }

    .stories .card-wrapper::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        /* adjust as needed */
        background: linear-gradient(180deg,
                rgba(0, 0, 0, 0) 52.84%,
                rgba(0, 0, 0, 0.5) 100%);
        z-index: 1;
    }
.stories-footer{
    margin: 50px 0 35px 0;
}
    .stories-footer .stories .card-wrapper {
        height: 450px;
    }

    .stories-footer .stories .card-wrapper img {
        height: 100%;
        object-fit: cover;
    }

    .card-wrapper img {
        width: 100%;
    }

    .stories .card-wrapper .card-desc {
        position: absolute;
        bottom: 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 2.68em 2.68em 2.68em;
        width: 100%;
        z-index: 2;
    }

    .stories .card-wrapper .card-desc p {
        /* font-size: 1.78em; */
        font-size: 20px;
        color: #fff;
        width: 60%;
        line-height: 1.3;
    }

    .read-more img {
        /* width: 2.14em;
        height: 2.14em; */
        width: 15px;
    }

    .read-more a {
        white-space: nowrap;
        color: #fff;
        text-decoration: underline;
        /* font-size: 1.43em; */
        font-size: 16px;
        text-underline-offset: 3px;
    }

    /* container fits screen */
    .snap-container {
        position: relative;
    }

    .snap-container .slide {
        height: 100vh;
        overflow: hidden;
    }

    .project-popup {
        position: fixed;
        inset: 0;
        display: none;
        justify-content: center;
        align-items: center;
        z-index: 9;
    }

    .project-popup .popup-overlay {
        position: absolute;
        inset: 0;
        background: rgba(0, 0, 0, 0.6);
    }

    .popup-content {
        position: relative;
        width: 100%;
        height: 100%;
        /* width: 95%;
            max-width: 1100px; */
        background: #fff;
        border-radius: 8px;
        overflow: hidden;
        animation: fadeIn 0.3s ease;
    }

    .popup-content::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(135.64deg, rgba(0, 0, 0, 0) 63.16%, #000000 98.11%);
        z-index: 1;
    }

    .popup-image {
        height: 100%;
    }

    .popup-image img {
        width: 100%;
        height: 100%;
        display: block;
    }

    .popup-details {
        padding: 20px 30px;
        color: #FFFFFF;
        position: absolute;
        z-index: 2;
        bottom: 0;
        right: 0;
        width: 40%;
        text-align: right;
    }

    .popup-details h3 {
        font-size: 16px;
        font-weight: 400;
        line-height: 1;
        color: #fff;
        margin-bottom: 22px;
    }

    .popup-details p {
        font-size: 18px;
        font-weight: 400;
        line-height: 1;
        color: #fff;
    }

    .popup-share {
        margin-top: 15px;
        display: flex;
        align-items: center;
        justify-content: right;
        gap: 8px;
    }

    .popup-share a {
        font-size: 16px;
        font-weight: 400;
        text-decoration: underline;
        text-underline-offset: 3px;
    }

    /* Close button */
    .popup-close {
        position: absolute;
        top: 12px;
        right: 12px;
        background: none;
        border: none;
        cursor: pointer;
        z-index: 20;
    }

    @keyframes fadeIn {
        from {
            opacity: 0;
            transform: scale(0.97);
        }

        to {
            opacity: 1;
            transform: scale(1);
        }
    }

    .share-modal {
        position: fixed;
        inset: 0;
        background: rgba(0, 0, 0, 0.65);
        display: none;
        justify-content: center;
        align-items: center;
        z-index: 99;
    }

    .share-modal.active {
        display: flex;
    }

    .share-box {
        background: #fff;
        padding: 25px;
        border-radius: 12px;
        width: 320px;
        text-align: center;
        position: relative;
    }

    .share-box h3 {
        font-size: 24px;
    }

    .close-share {
        position: absolute;
        right: 20px;
        top: 10px;
        font-size: 28px;
        background: none;
        border: none;
        cursor: pointer;
    }

    .share-icons a img {
        width: 48px;
        margin: 12px;
    }

    .share-icons {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
    }

    .share-icons button {
        border: none;
        outline: none;
        background-color: transparent;
        cursor: pointer;
    }

    .bmbb-section .bmbb-content {
        padding-top: 40px;
    }

    .bmbb-section .bmbb-content p {
        color: #000000;
        font-size: 18px;
        font-weight: 400;
        line-height: 1.3;
        margin: 20px 0;
    }

    .fp-arrow {
        width: 67px;
        height: 67px;
    }

    .fp-arrow.fp-prev {
        background-image: url("../assets/arrow-left.svg");
        background-repeat: no-repeat;
        background-position: center;
        background-size: 67px;
        border-width: unset;
        border-color: unset;
        border-style: unset;
    }

    .fp-arrow.fp-next {
        background-image: url("../assets/arrow-right.svg");
        background-repeat: no-repeat;
        background-position: center;
        background-size: 67px;
        border-width: unset;
        border-color: unset;
        border-style: unset;
    }

    .fp-next {
        right: 50px;
    }

    .fp-prev {
        left: 50px;
    }


.small-ship {
	position: absolute;
	bottom: 40px;
	left: 48.5%;
	transform: translateX(-50%);
    z-index: 1;
}

.banlayer {
	position: relative;
	width: 100%;
	overflow: hidden;
	display: block;
}
.logo {
  position: absolute;
  top: 3.55em;
  bottom: 85%;
  left: 40px;
  z-index: 50;
  pointer-events: auto;
}
.topbg {
	width: 100vw;
	height: 100vh;
}

.topbg img {
	max-width: 100%;
    transform-origin: top center;
}

.stripblock {
	width: 23.5%;
	left: 50%;
	transform: translateX(-50%);
	top: 5%;
	mix-blend-mode: multiply;
	position: absolute;
}
.stripblock img{
	width: 100%;
}

.second-bg {
	width: 100%;
	bottom: 0;
	left: 0;
	transform-origin: center;
	pointer-events: auto;
	position: absolute;
	pointer-events: none;
	transform: scale(1.2);
    transform-origin: bottom center;
}
.second-bg img {
  width: 100%;
}

.bg-footer {
	position: absolute;
	bottom: 48px;
	z-index: 45;
	color: rgba(255, 255, 255, 0.9);
	display: flex;
	flex-direction: row-reverse;
	gap: 20px;
	align-items: flex-end;
	justify-content: space-between;
	width: 100%;
	font-size: 16px;
	padding: 0 40px;
}

.text-block {
  color: #fff;
  z-index: 40;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
  z-index: 0;
}

.text-block h1 {
  margin-bottom: 28px;
  font-weight: 900;
  font-size: 2.75em;
  line-height: 1;
  text-transform: uppercase;
}

.text-block p {
  margin: 0;
  font-size: 1.3em;
  line-height: 1.1;
  color: #fff;
  max-width: 24em;
  margin-bottom: 28px;
}

.hero-footer-left {
  display: flex;
  align-items: center;
  gap: 20px;
  z-index: 1;
  position: relative;

}

.hero-footer-left div {
  display: flex;
  align-items: center;
  gap: 0.5em;
}
.hero-footer-left div a {
  text-decoration: underline;
  text-underline-offset: 0.3em;
}
.dark-overlay{
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135.64deg, rgba(0, 0, 0, 0) 63.16%, #000000 98.11%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width:992px) {
    .topbg img {
        max-width: unset;
        transform-origin: top center;
        height: 100%;
    }
    .logo img {
        width: 94px;
    }
    .stripblock {
        width: 60%;
        top: 25%;
    }
    .bg-footer {
        flex-wrap: wrap;
        bottom: 0;
        padding: 0;
        text-align: center;
        align-items: center;
        justify-content: center;
        width: 100%;
    }
    .text-block {
        text-align: center;
        align-items: center;
        padding: 0 16px;
        max-width: 100vw;
    }
    .text-block h1 {
        font-size: 32px;
    }
    .text-block p {
       font-size: 18px;
    }
    .hero-footer-left {
        width: 100%;
        background: #4C4C4C;
        justify-content: center;
        padding: 12px;
    }
}