/* Variables Import */
@import "./variables.css";

/* Top Bar */

/* top bar */

main.homepage {
    overflow: hidden;
}

/* header */
.header {
    position: fixed;
    width: 100%;
    z-index: 111;
    /* background: black; */
    padding-block: 25px;

    .navbar-nav {
        flex-direction: row;
        justify-content: space-between;

        .logo-box {
            width: 45px;
        }

        .menu-button {
            width: 35px;
            cursor: pointer;
        }
    }

    .menu-collapse {
        padding-top: 100px;
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background: var(--primary);
        z-index: 3;
        padding-inline: 10%;
        display: flex;
        flex-direction: column;
        align-items: center;
        opacity: 0;
        pointer-events: none;

        .close-button {
            background: none;
            border: 0;
            color: var(--secondary);
            opacity: 0.8;
            display: block;
            font-size: 40px;
            letter-spacing: 7px;
            align-self: flex-end;
            margin-bottom: 2%;
            cursor: pointer;
            transition: 0.5s all ease;

            &:hover {
                opacity: 1;
            }
        }

        .nav-menu {
            text-align: center;
            margin-top: auto;
            margin-bottom: auto;

            .list {
                margin-bottom: 48px;

                .link {
                    color: var(--ternary);
                    opacity: 0.35;
                    display: block;
                    font-size: 45px;
                    letter-spacing: 7px;
                    transition: 0.5s all ease;

                    &:hover {
                        opacity: 0.9;
                    }
                }
            }
        }
    }
}

/* header */

/* hero */

/* hero */
.hero {
    overflow: hidden;
    height: 100vh;
    position: relative;
    padding: 0;

    .images-wrapper {
        .blur-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            opacity: 1;
            z-index: 3;
            backdrop-filter: blur(0px);
        }

        .image-box {
            width: 100%;
            height: 100%;

            img {
                height: 100%;
                width: 100%;
                object-fit: cover;
                height: 100vh;
            }
        }

        .overlay-box {
            position: absolute;
            padding-block: 50px;
            top: 50%;
            left: 50%;
            width: 100%;
            z-index: 2;
            height: 100%;
            object-fit: cover;
            transform: translate(-50%, -50%) scale(1);

            img {
                width: 100%;
                height: 100%;
                object-fit: contain;
            }
        }

        .text-wrapper {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
            text-align: center;
            z-index: 2;

            .heading {
                letter-spacing: 16px;
                font-size: 60px;
                color: transparent;
                -webkit-text-stroke: 1px var(--secondary);
                background: linear-gradient(90deg,
                        rgba(200, 155, 85, 1) 0%,
                        rgba(230, 181, 112, 1) 23%,
                        rgba(255, 234, 202, 1) 36%,
                        rgba(255, 209, 137, 1) 51%,
                        rgba(255, 223, 175, 1) 63%,
                        rgba(230, 181, 112, 1) 77%,
                        rgba(200, 155, 85, 1) 100%);
                -webkit-background-clip: text;
            }

            .sub-heading {
                font-size: 35px;
                font-style: italic;
                font-weight: 300;
            }
        }
    }

    .video-loader {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1111;

        video {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
    }

    &:focus {
        display: none;
    }

    &::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0.5;
        z-index: 1;
        background: black;
    }
}

.ad-film-section {
    height: 100vh;
    display: flex;
    align-items: center;
    overflow: hidden;

    .card-style-1 {
        .image-box {
            img {
                height: 220px;
                object-fit: cover;
            }
        }
    }

    .heading-box {
        padding-bottom: 100px;
        text-align: center;

        .heading {
            letter-spacing: 7px;
        }

        .sub-heading {
            font-style: italic;
            font-weight: 300;
            font-size: 30px;
        }
    }

    .selection-col {
        &:nth-child(1) {
            .hover-box {
                background: #4c0001ec;
            }
        }

        &:nth-child(2) {
            .hover-box {
                background: #724545ee;
            }
        }
    }

    .blinking-gif {
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);

        img {
            width: 100px;
            height: auto;
        }
    }
}

/* cinema section */
.cinema-section {
    .text-content {
        .spacing {
            letter-spacing: 2px;
        }
    }

    .image-box {
        position: relative;

        &::after {
            content: "";
            position: absolute;
            top: 0;
            right: 0;
            width: calc(100% - 6rem);
            height: 100%;
            background: linear-gradient(90deg,
                    rgba(0, 0, 0, 1) 0%,
                    rgba(0, 0, 0, 0.65) 23%,
                    rgba(0, 0, 0, 0.41) 36%,
                    rgba(0, 0, 0, 0) 51%,
                    rgba(0, 0, 0, 0.1) 63%,
                    rgba(0, 0, 0, 0.04) 77%,
                    rgba(0, 0, 0, 0.02) 100%);
        }
    }
}

/* cinema section end */

/* parallax gallary section */
.parallax-gallary {
    height: 130vh;
    overflow: unset;
    background-color: #fff;
    margin-bottom: 180px;

    .image-box {
        position: relative;
        height: 130vh;

        img {
            position: absolute;
            width: auto;

            &.image-1 {
                top: -300px;
                left: 1%;
                z-index: 2;
                width: auto;
            }

            &.image-2 {
                top: 60%;
                left: 00%;
                z-index: 2;
                transform: translateY(-50%);
            }

            &.image-3 {
                top: 0;
                left: 25%;
                z-index: 1;
            }

            &.image-4 {
                top: 40%;
                left: 55%;
                z-index: 3;
                transform: translateY(-50%);
            }
        }
    }

    .about__text {
        position: absolute;
        width: auto;
        right: 8%;
        bottom: -4%;

        h1 {
            font-size: 72px;
            font-family: var(--font-vintage);
            color: #c89b55;
            cursor: pointer;
        }
    }
}

/* parallax gallary section end */

/* footer section */
.footer {
    padding-bottom: 100px;
    padding-top: 150px;
    background-image: url("../../images/footer/footer-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom left;
    position: relative;

    &::after {
        content: "";
        width: 100%;
        height: 100%;
        background: var(--primary);
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0.8;
        z-index: 1;
    }

    .flex-wrapper {
        position: relative;
        z-index: 2;

        .navigation-list {
            .list {
                .link {
                    text-transform: uppercase;
                    letter-spacing: 4px;
                    font-size: 16px;
                    opacity: 0.8;
                }
            }
        }

        .link {
            color: var(--secondary);
            letter-spacing: 2px;
            font-size: 16px;
            opacity: 0.6;
            font-family: var(--font-spl-thin);
            transition: 0.5s all ease;

            &:hover {
                opacity: 1 !important;
            }
        }
    }
}

/* footer section end */

/* home page end */

/* ads page */

.ads-page {
    .torch-section {
        padding-top: 150px;
        background: black;
        padding-inline: 5%;
        overflow: hidden;
        height: 100vh;
        position: relative;
        position: sticky;
        top: 0;
        z-index: 1;

        .heading-box {
            position: relative;
            z-index: 3;

            .heading {
                font-size: 24px;
                letter-spacing: 8px;
                color: #c89b55;
            }
        }

        .cards-box {
            .thumbnail-card {
                position: relative;
                z-index: 2;
                width: 90%;
                display: block;
                margin: 0 auto;

                img {
                    height: 240px;
                    object-fit: cover;
                }

                &.card-style-2 {
                    .hover-box {
                        &:hover {
                            background: #4c000157;
                            opacity: 1;
                        }
                    }
                }

                &::after {
                    content: "";
                    width: 100%;
                    height: 100%;
                    background: black;
                    opacity: 0.8;
                    position: absolute;
                    top: 0;
                    left: 0;
                    transition: 1s all ease;
                }

                &:hover {
                    &::after {
                        scale: 1.05;
                        opacity: 0.1;
                    }
                }
            }
        }

        .overlay-image {
            position: absolute;
            width: 300%;
            height: 300%;
            top: 50%;
            left: 50%;
            transform: translate(-52%, -52%);
            z-index: 2;
            pointer-events: none;
        }

        .scroll-button {
            position: relative;
            z-index: 3;
            margin: 0 auto;
            display: flex;
            width: 100%;
            justify-content: center;

            .scroll-down {
                color: var(--ternary);
                background: transparent;
                font-size: 12px;
                letter-spacing: 2px;
                border: none;
                box-shadow: none;
                opacity: 0.5;
                transition: 0.5s all ease;

                &:hover {
                    opacity: 1;
                }
            }
        }
    }
}

.grid-cards-section {
    position: relative;
    /* min-height: 100vh; */
    z-index: 3;
    background: black;
    padding-top: 0;

    &.featured-remove {
        padding-top: 100px;

        &.list {
            .col-lg-4 {
                width: 100% !important;

                .card-style-2 {
                    width: 60%;

                    .image-box {
                        img {
                            height: 290px;
                        }
                    }
                }
            }
        }
    }
}



.container {
    max-width: 1100px;
}

.card-style-2 {
    width: 85%;

    .image-box {
        img {
            height: 190px;
            object-fit: cover;
        }
    }
}

.filter-box {
    display: flex;
    justify-content: flex-end;
    text-align: end;
    color: white;
    align-items: center;
    font-size: 8px;
    padding-top: 20px;
    gap: 5px;
    cursor: pointer;

    h4 {
        text-transform: capitalize;
        font-size: 12px;
        letter-spacing: 2px;
    }

    i {
        margin-top: 2px;
        margin-right: 3%;
    }

}


.picture-screen {
    .picture_heading {
        padding-top: 120px;
        opacity: 0;
        position: relative;
        top: -50px;

        .picture_heading_content {
            h1 {
                font-family: var(--font-spl);
                font-size: 28px;
                letter-spacing: 5px;
                margin-bottom: 10px;
            }

            h3 {
                font-family: var(--font-cp);
                color: #bda47b;
                letter-spacing: 8px;
                font-size: 24px;
            }
        }
    }

    background-color: #000;

    .picture__main_container {
        /* padding-inline: 1.69%;
        min-height: calc(100vh - 250px); */

        min-height: auto;
        padding-bottom: 100vh;
        max-width: calc(1100px - 3.38%);
        margin: 0 auto;
    }

    .picture__video_container {
        width: 100vw;
        min-height: 100vh;
        overflow: hidden;
        position: relative;
        z-index: 1;
        top: 0;
        left: 50%;
        margin: 0 auto;
        position: absolute;
        max-width: 100%;
        padding-bottom: 50.6%;
        transform: translate(-50%, 0%);

        .videoPlayer {
            position: absolute;
            top: 42%;
            left: 50%;
            /* force video to cover the screen */
            width: 135vw;
            height: 75.25vw;
            /* 16:9 ratio = 9/16 */
            min-height: 100vh;
            min-width: 100vw;
            /* 16:9 inverse ratio */
            transform: translate(-50%, -50%);
            pointer-events: none;
            padding-bottom: 0;
            background-color: transparent;
            width: 300vw;
            height: 100vh;
            min-height: 140vh;
            min-width: 182vw;
        }
    }

    .video-grid-section {
        position: relative;
        min-height: 130vh;

        .video_img_bg {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;

            img {
                width: 100%;
                height: 100%;
                object-fit: cover;
            }
        }

        .video__card_grid {
            .video_heading {
                z-index: 2;
                position: relative;
                font-family: var(--font-spl-italic);
            }

            .video__card_content {
                width: 30%;
                overflow: hidden;

                .card-style-2 {
                    margin: 0;
                    width: 100%;

                    &::after {
                        opacity: 0.6;
                    }
                }
            }
        }
    }
}

.contact__screen {
    position: relative;
    width: 100%;
    height: 100%;

    .contact__screen_container {
        .contact__screen_ {
            img {
                height: 100vh;
                object-fit: cover;
            }
        }

        position: relative;

        .contact__middle_picture {
            position: absolute;
            top: 20%;
            left: 50%;
            transform: translate(-50%);

            img {
                max-width: 400px;
            }
        }
    }

    .contact__screen_content1,
    .contact__screen_content2 {
        position: absolute;
        text-align: center;
        left: 50%;
        top: 50%;
        transform: translate(-50%, 0);
        width: 100%;
        pointer-events: none;
    }

    .contact__screen_content2 {
        font-family: var(--font-spl-italic);

        .ctn2__para {
            font-size: 28px;
            opacity: 0;
        }

        .ctn2__para_1 {
            font-size: 24px;
            margin-bottom: 40px;
            opacity: 0;
        }

        .ctn2__para_2 {
            font-size: 20px;
            margin-bottom: 20px;
            opacity: 0;
        }

        .ctn2__para_2 {
            font-size: 20px;
            margin-bottom: 20px;
            opacity: 0;
        }
    }

    .contact__screen_content1 {
        font-family: var(--font-spl-italic);

        .ctn1__para_1 {
            font-family: var(--font-spl-italic);
            font-size: 24px;
            margin-bottom: 30px;
            padding-inline: 15px;
        }
    }
}

/* ABOUT US  */

.about__us_container {
    display: flex;
    align-items: center;
    min-height: 100vh;
    height: auto;

    .about__screen_container {
        position: absolute;
        background-color: #000;
        height: 100%;
        opacity: 1;
        width: 100%;
        top: 0;
        left: 0;

        img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
    }

    .about__parallax_container {
        background-color: #000;

        .image-box {
            position: absolute;
            /* top: -100%; */
            z-index: 1;
            width: 100%;
            height: 100%;

            img {
                position: absolute;
                width: auto;

                &.image-a1 {
                    top: -20%;
                    left: 5%;
                    z-index: 2;
                }

                &.image-a2 {
                    top: -30%;
                    left: 5%;
                    z-index: 2;
                    /* transform: translateY(50%); */
                }

                &.image-a3 {
                    top: -20%;
                    left: 30%;
                    z-index: 1;
                }

                &.image-a4 {
                    top: 20%;
                    right: 6%;
                    z-index: 3;
                    transform: translateY(-50%);
                }

                &.image-a5 {
                    top: 60%;
                    right: 0%;
                }
            }
        }
    }

    .about__screen_content {
        position: relative;
        width: 42%;
        margin: 0;
        padding-block: 100px;

        .heading.text-cp.about_heading {
            font-size: 28px;
            margin-bottom: 20px;
            color: #f8e5c4;
            letter-spacing: 12px;
        }

        .text__content {
            p {
                font-size: 16px;
                color: #f3ede2;
            }
        }
    }
}

/* DEVICES COMPATIBLE  */

@media screen and (max-width: 1339px) {
    .ad-film-section {
        min-height: 100vh;
        height: auto;
    }

    .parallax-gallary {
        height: 105vh;

        & .image-box {
            & img {
                &.image-1 {
                    width: 20%;
                }

                &.image-2 {
                    width: 30%;
                }

                &.image-3 {
                    width: 40%;
                }

                &.image-4 {
                    width: 40%;
                }
            }
        }
    }

    .picture-screen {
        .picture__main_container {
            margin: 0;
            margin-inline: 1.69%;

            & .picture__video_container {
                .videoPlayer {
                    top: 50%;
                }
            }
        }
    }

    .picture-screen {
        .video-grid-section {
            margin-top: 100px;
        }
    }
}

@media screen and (max-width: 1199px) {
    .about__us_container {
        .about__screen_content {
            width: 60%;
        }
    }
}

@media screen and (max-width: 992px) {
    .ad-film-section {
        min-height: 100vh;
        height: auto;
    }

    .parallax-gallary {
        height: 105vh;

        & .image-box {
            & img {
                &.image-1 {
                    width: 27%;
                }

                &.image-2 {
                    width: 35%;
                }

                &.image-3 {
                    width: 50%;
                    left: 30%;
                }

                &.image-4 {
                    width: 48%;
                    left: 53%;
                }
            }
        }
    }

    .about__us_container {
        .about__screen_content {
            width: 80%;
        }
    }

    .picture__main_container {
        .picture__video_container {
            .videoPlayer {
                width: 450vw;
                height: 100vh;
                min-height: 140vh;
                min-width: 182vw;
            }
        }
    }

    .ad-film-section {
        .card-style-1 {
            & .image-box {
                img {
                    height: 310px;
                }
            }
        }
    }
}

@media screen and (max-width: 767px) {
    .container-fluid.px-6 {
        padding-inline: 1.69% !important;
    }

    .cinema-section {
        .container-fluid.ps-6 {
            padding-inline: 1.69% !important;
        }
    }

    .card-style-1 {
        width: 60%;
        transform: translateX(8%);

        &:hover {
            transform: translateX(8%) scale(1.05);
        }
    }

    .ad-film-section {
        & .blinking-gif {
            img {
                width: 80px;
            }
        }
    }

    .footer {
        .flex-wrapper {
            flex-direction: column;
            gap: 40px;
        }
    }

    .picture-screen {
        .video-grid-section {
            .video__card_grid {
                .video__card_content {
                    width: 45%;
                }
            }
        }
    }

    .about__us_container {
        .about__screen_content {
            width: 100%;
        }
    }

    .ads-page {
        .torch-section {
            height: auto;
            min-height: 100vh;
            position: relative;

            .cards-box {
                .thumbnail-card {
                    img {
                        height: 390px;
                    }
                }
            }

            .overlay-image {
                display: none;
            }
        }
    }

    .grid-cards-section {
        .card-style-2 {
            .image-box {
                img {
                    height: 320px;
                }
            }
        }
    }

    .ad-film-section {
        .card-style-1 {
            & .image-box {
                img {
                    height: 250px;
                }
            }
        }
    }
}

@media screen and (max-width: 576px) {
    .parallax-gallary {
        height: 65vh;

        & .image-box {
            height: 65vh;

            & img {
                &.image-1 {
                    width: 33%;
                    top: -190px;
                }

                &.image-2 {
                    top: 45%;
                }

                &.image-3 {
                    width: 50%;
                    left: 40%;
                }

                &.image-4 {
                    width: 48%;
                    left: 53%;
                    top: 45%;
                }
            }
        }

        .about__text {
            bottom: -20%;
        }
    }

    .picture-screen {
        .video-grid-section {
            min-height: calc(100% + 200px);

            .video__card_grid {
                .video__card_content {
                    width: 100%;
                }
            }
        }

        & .picture__main_container {
            & .picture__video_container {
                .videoPlayer {
                    width: 550vw;
                    height: 100vh;
                    min-height: 150vh;
                    min-width: 182vw;
                }
            }
        }
    }

    #filterList .filter-btn {
        color: var(--ternary);
        opacity: 0.35;
        display: block;
        background: transparent;
        border: 0;
        font-size: 35px;
        letter-spacing: 7px;
        transition: 0.5s all ease;
    }

    .header {
        .menu-collapse {
            .nav-menu {
                .list {
                    margin-bottom: 35px;

                    .link {
                        font-size: 35px;
                    }
                }
            }
        }
    }

    .filter-style-1 {
        #filterList {
            padding-inline: 20px;
        }

        #filterList .filter-btn {
            font-size: 30px;
            border-bottom: 1px solid #929292;
        }
    }

    .ads-page {
        .torch-section {
            .cards-box {
                .thumbnail-card {
                    img {
                        height: 300px;
                    }
                }
            }
        }
    }

    .grid-cards-section {
        .card-style-2 {
            .image-box {
                img {
                    height: 220px;
                }
            }
        }
    }

    .cinema-section {
        padding-top: 0;

        .text-content {
            .text-m {
                font-size: 24px !important;
            }

            margin-bottom: 1.5rem;
        }

        .image-box {
            &.ps-6 {
                padding-left: 0;
            }
        }
    }

    .ad-film-section {
        .card-style-1 {
            & .image-box {
                img {
                    height: 200px;
                }
            }
        }
    }

}

@media screen and (max-width: 496px) {


    .picture-screen {
        .picture__main_container {
            .picture__video_container {
                .videoPlayer {
                    width: 775vw;
                }
            }
        }
    }

    .hero {
        .images-wrapper {
            .text-wrapper {
                .heading {
                    letter-spacing: 16px;
                    font-size: 45px;
                }

                .sub-heading {
                    font-size: 25px;
                    font-style: italic;
                    font-weight: 300;
                }
            }
        }
    }

    .ad-film-section {
        .heading-box {
            .sub-heading {
                font-size: 25px;
            }
        }

        .blinking-gif {
            img {
                width: 60px;
            }
        }
    }


}

@media screen and (max-width: 412px) {
    .card-style-1 {
        width: 70%;
        transform: translateX(12%);

        .image-box {
            img {
                height: 180px;
            }
        }

        &:hover {
            transform: translateX(12%) scale(1.05);
        }
    }

    .ads-page {
        .torch-section {
            .cards-box {
                .thumbnail-card {
                    img {
                        height: 230px;
                    }
                }
            }
        }
    }

    .grid-cards-section {
        .card-style-2 {
            .image-box {
                img {
                    height: 180px;
                }
            }
        }
    }
}