*{
    box-sizing: border-box;
}


body{
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
}
img{max-width: 100%;}
.share-container {
    position: fixed;
    top: 20px;
    right: 20px;
    max-width: 60px;
    z-index: 999;
    cursor: pointer;
}
p{margin: 0;}

.screen{
    position: relative;
}

.screen.main {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    
}
.screen.main::before
{
    content: '';
    background-color: #282828;
    width: 100%;
    height: 100%;
    z-index: -1;
    position: absolute;
}
h1,h2,h3{margin: 0;}

canvas#canvas {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    z-index: -1;
}

.h-100{height: calc(var(--vh, 1vh) * 100);}
h1 {
    color: #fff;
    font-size: calc(var(--vh, 1vh) * 12);
    line-height: calc(var(--vh, 1vh) * 10);
    text-align: center;
    font-weight: 800;
}
h1 span {
    display: block;
    font-size: calc(var(--vh, 1vh) * 6);
    font-weight: 500;
}
.video-container video {
    width: 100%;
}
.sub-heading {
    font-size: calc(var(--vh, 1vh) * 3);
    color: #fff;
    margin: 60px 0px 0px 0px;
    max-width: 600px;
    text-align: center;
    FONT-WEIGHT: 600;
    z-index: 3;
    opacity: 0.8;

}
.by-line-container {
    color: #fff;
    display: flex;
    margin-top: 6%;
    flex-wrap: wrap;
    z-index: 9;
}
.byline:not(:first-child){
    margin-left: 50px
}
.byline:not(:first-child)::before{
    content: '|';
    position: absolute;
    left: -25px;
}
.byline {
    font-size: 16px;
    font-weight: 300;
    position: relative;
}
.nav-button {
    position: absolute;
    bottom: 10dvh;
    transform: translate(-50%, 0px);
    left: 50%;
    text-align: center;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}
.nav-button img{
    max-width: 100px;
    border-radius: 3px;
    display: block;
    margin: 0 auto;
}
.end-points {
    text-align: center;
    margin: 50px 0px 0px 0px;
    font-size: 20px;
    color: rgb(0,0,0,0.8);
}
.logo-container {
    position: absolute;
    top: 10%;
    max-width: 100px;
}
.container {
    max-width: 1270px;
    margin: 0 auto;
    width: calc(100% - 40px);
}
.screen.two {
    padding: 40px;
    height: 400px;
    background-position: bottom center;
    background-color: #262624;
}

.screen.two p {
    color: #fff;
    max-width: 1024px;
    text-align: center;
    font-size: 28px;
    margin: 50px auto 0px auto;
    font-weight: 300;
}
canvas#video_pls {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: -9;
}
.screen.two p span {
    color: #f83730;
    font-weight: 600;
}


.screen.text {
    background: linear-gradient(0deg, white, #7ad9e3 70%) no-repeat;
    padding: 40px;
}
.screen.text p::first-letter{
    font-size: 61px;
    font-family: 'Playfair Display', serif;
}
.screen.text p{
    margin: 20px auto 0px auto;
    max-width: 1024px;
    font-size: 22px;
    font-weight: 500;
    font-style: italic;
}

    .video-container {
        margin: 50px 0px;
        text-align: center;
    }
    .bg-white{background-color: #fff;}
   .text-container h2 {
    font-size: calc(var(--vh, 1vh) * 6);
    padding: 0px 0px 30px 0px;
    font-family: 'Playfair Display', serif;
    text-align: center;
    }
    .container.text-container {
        padding: 120px 0px;
    }
    li{
        list-style-type: none;
    }
    ul{
        margin: 0;
        padding: 0;
    }
    .social-wrapper ul li img {
        max-width: 40px;
        cursor: pointer;
    }
    .social-wrapper ul li:nth-of-type(2) img ,  .social-wrapper ul li:nth-of-type(3) img{
        max-width: 35px;
    }
    .social-wrapper ul li:nth-of-type(3) img{
        margin-top: 2px;
    }
    .social-wrapper {
        position: fixed;
        right: 30px;
        top: 76px;
        display: none;
        z-index: 999;
    }
    .social-wrapper.active{display: block;}
    .social-wrapper ul {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    @-webkit-keyframes bounce {
        0%, 20%, 50%, 80%, 100% {-webkit-transform: translate(-50%, 0)}
        40% {-webkit-transform: translate(-50%, -30px)}
        60% {-webkit-transform: translate(-50%, -15px)}
    }
    
    @-moz-keyframes bounce {
        0%, 20%, 50%, 80%, 100% {-moz-transform: translate(-50%, 0)}
        40% {-moz-transform: translate(-50%, -30px)}
        60% {-moz-transform: translate(-50%, -15px)}
    }
    
    @-o-keyframes bounce {
        0%, 20%, 50%, 80%, 100% {-o-transform: translate(-50%, 0)}
        40% {-o-transform: translate(-50%, -30px)}
        60% {-o-transform: translate(-50%, -15px)}
    }
    
    @keyframes bounce {
        0%, 20%, 50%, 80%, 100% {transform: translate(-50%, 0)}
        40% {transform: translate(-50%, -30px)}
        60% {transform: translate(-50%, -20px)}
        100% {transform: translate(-50%, 0px)}
    }

    .byline a{color: #fff;
        text-underline-offset: 5px;
        text-decoration-thickness: 1px
        }
        .byline a:hover{
            text-decoration: none;
        }


        .background {
            width: 100vw;
            height: calc(var(--vh, 1vh) * 100);
            position: absolute;
            top: 0;
            left: 0;
            transform: scale(1,1);
            transition: transform 1.5s;
        }
        
        .mountain {
            position: absolute;
            width: 100%;
            height: 50%;
        }
        
        .mountain.mountain-1 {
            bottom: -1rem;
            left: 0;
            filter: blur(2px) brightness(0.3);
            z-index: 11;
        }
        
        .mountain.mountain-2 {
            bottom: 5rem;
            left: 0;
            transform: scaleX(-1);
            filter: blur(3px) brightness(0.3);
            opacity: 0.5;
            z-index: 5;
        }
        
        .mountain.mountain-3 {
            height: 70%;
          width:50%;
            bottom: 10rem;
            right: 0;
            filter: blur(5px);
            opacity: 0.3;
            z-index: 1;
        }
        
        .mountain.mountain-4 {
            height: 70%;
            bottom: 8rem;
          width:50%;
            left: 0;
            filter: blur(5px);
            transform: scaleX(-1);
            opacity: 0.3;
            z-index: 0;
        }
        
        
        /* rain */
        
        canvas {
            width: 100%;
            height: 100%;
        }
        
        .thunder {
            width: 100%;
            height: 100%;
            position: relative;
            z-index: 11;
        }
        
        .thunder:after {
            content: "";
            width: 100%;
            height: 100%;
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            /* background: linear-gradient(to top, rgba(26, 20, 10, 0.8), rgba(55, 37, 58, 0.4), rgba(150, 112, 151, 0.6), rgba(116, 0, 137, 0.1)); */
            /* background: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(47, 255, 154, 0.2)); */
            background: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(47, 161, 255, 0.2));
            /* background: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(255, 47, 248, 0.3)); */
            /* background: linear-gradient(to top, rgba(3, 3, 3, 0.8), rgb(110, 141, 105, 0.4), rgb(117, 151, 112, 0.6), rgba(0, 0, 137, 0.1)); */
            /* background: linear-gradient(to top, rgb(94, 122, 90, 0.8), rgb(110, 141, 105, 0.4), rgb(117, 151, 112, 0.6), rgba(0, 0, 137, 0.1)); */
            z-index: 1;
            -webkit-animation: thunder-bg 2s infinite;
            animation: thunder-bg 2s infinite;
        }
        
        canvas {
            display: block;
            position: absolute;
            top: 0;
            left: 0;
        }
        
        #canvas3 {
            filter: blur(2px);
            z-index: 3;
            animation: thunder-position 10s infinite alternate-reverse linear;
        }
        
        #canvas2 {
            z-index: 10;
        }
        
        #canvas1 {
            filter: blur(0.7px);
            z-index: 100;
        }
        .video-loader-data {
            width: 100%;
            position: sticky;
            top: 0px;
        }
        
        @keyframes thunder-bg {
            0% {
                background-color: rgba(34, 34, 34, 0.9);
            }
        
            9% {
                background-color: rgba(34, 34, 34, 0.9);
            }
        
            10% {
                background-color: rgba(59, 59, 59, 0.3);
            }
        
            10.5% {
                background-color: rgba(34, 34, 34, 0.9);
            }
        
            80% {
                background-color: rgba(34, 34, 34, 0.9);
            }
        
            82% {
                background-color: rgba(59, 59, 59, 0.3);
            }
        
            83% {
                background-color: rgba(34, 34, 34, 0.9);
            }
        
            83.5% {
                background-color: rgba(59, 59, 59, 0.3);
            }
        
            100% {
                background-color: rgba(34, 34, 34, 0.9);
            }
        }
        
        @keyframes thunder-position {
            from {
                filter: blur(2px);
                z-index: 1;
                opacity: 0.5;
            }
        
            to {
                opacity: 1;
                filter: blur(0px);
                z-index: 3;
            }
        }
        
        .video-loader svg {
            fill: #fff;
            width: 50px;
            height: 50px;
        }
        .video-loader {
            position: absolute;
            transform: translate(-50%,-50%);
            left: 50%;
            top: 50%;
            z-index: 99;
        }
        
        .screen.video-moving video {
            width: 100%;
            height: calc(var(--vh, 1vh) * 100);
        }
        .screen-text {
            z-index: 99;
            position: relative;
        }
        .screen-text p {
            background-color: #fff;
            max-width: 920px;
            margin: 0 auto;
            padding: 20px 40px;
            font-size: 20px;
            text-align: center;
            font-weight: 600;
        }
        .screen.video-moving {
            background-color: black;
        }
        .h-50{
            height: calc(var(--vh, 1vh) * 50);
        }
        .screen.story {
            background-color: #fff;
            padding: 60px 0px;
        }
        .container.text-container p {
            margin-top: 20px;
            font-size: 18px;
            line-height: 31px;
        }
        .rotation-msg{
            display: none;
            background-color: #333399;
            position: fixed;
            z-index: 9999999999;
            width: 100%;
            height: calc(var(--vh, 1vh) * 100);
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
        }
        .rm-center{
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%,-50%);
            -ms-transform: translate(-50%,-50%);
            -o-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
            width: 100%;
            max-width: 470px;
        }
        .rotation-img{
            text-align: center;
            margin-bottom: 10px;
            display: flex;
            justify-content: center;
        }
        .rotation-img img{
            width: 150px;
        }
        .rm-txt{
            text-align: center;
        }
        .rm-txt h5{
            font: bold 30px/24px var(--roboto);
        color: #fff;
        margin-bottom: 10px;
        width: 100%;
        text-align: center;
        margin-top: 20px;
        font-weight: 400;
        }
        .rm-txt p{
            font: 400 16px/21px var(--roboto);
        color: #fff;
        }
        .loader {
            position: fixed;
            z-index: 99999;
            left: 0;
            right: 0;
            background-color: #211d2e;
            background: #211d2e;
            bottom: 0;
            width: 100%;
            height: 100%;
        }
        .loder-wrapper {
            width: 100%;
            height: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
        }
        .loder-wrapper img {
            width: 800px;
            margin: 0 auto;
        }
        .nav-button span {
            color: #fff;
            font-size: 13px;
            white-space: nowrap;
            text-decoration: underline;
            text-underline-offset: 3px;
            display: block;
        }

        .model-wrapper {
            position: fixed;
            width: 100%;
            height: 100dvh;
            top: 0;
            left: 0;
            display: grid;
            place-items: center;
            align-content: center;
            background-color: rgb(0, 0, 0, 0.3);
            z-index: 999;
            display: none;
        }

        .model-wrapper.active{
            display: grid;
        }
   
        .model-container {
            background-color: #fff;
            border-radius: 10px;
            position: relative;
            max-width: 500px;
            width: calc(100% - 40px);
            max-height: calc(100dvh - 60px);
        }
        .model-close {
            position: absolute;
            top: 20px;
            right: 20px;
            z-index: 1;
            cursor: pointer;
        }

        .model-container input[type="text"], .model-container textarea {
            border: 1px solid #b1b1b1;
            outline: 0;
            border-radius: 10px;
            padding: 5px 10px;
            width: 100%;
            height: 40px;
            font-size: 16px;
        }
         .model-container textarea{
            height: auto;
            resize: none;
            overflow: auto;
         }

         .model-container .form-label {
            font-size: 15px;
            font-weight: 500;
            margin-bottom: 7px;
        }

        .model-container  .form-area {
            margin-bottom: 16px;
            position: relative;
        }

        .model-container  input[type="file"] {
            all: unset;
            appearance: none;
            -webkit-appearance: none;
            width: 100%;
            text-align: center;
            position: relative;
            height: 40px;
            border: 1px solid #bababa;
            border-radius: 10px;
            font-size: 16px;
        }

        .model-container  input[type="file"]::before{
            content: 'Upload Video';
            background-color: #e7e7e7;
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            color: #000;
            z-index: 1;
            background-image: url(https://akm-img-a-in.tosshub.com/sites/interactive/immersive/sink-city-gurugram/assest/img/upload-cion.png);
            background-repeat: no-repeat;
            background-position: calc(50% + 70px) center;
            text-align: center;
            display: grid;
            place-content: center;
            align-content: center;
            font-size: 15px;
            background-size: 15px;
            cursor: pointer;
        }
        .model-container  .button-group {
            text-align: center;
            margin-top: 30px;
        }
        .model-container  .button-group .form-button {
            outline: 0;
            background-color: #f73e3e;
            border: 1px solid #b6a7a7;
            max-width: 180px;
            width: calc(100% - 40px);
            height: 40px;
            border-radius: 10px;
            color: #fff;
            text-transform: uppercase;
            font-weight: 600;
            font-size: 17px;
            cursor: pointer;
            padding: 0;
        }

        .model-form {
            max-height: calc(100dvh - 100px);
            scroll-snap-type: y mandatory;
            scroll-behavior: smooth;
            -webkit-overflow-scrolling: touch;
            scroll-snap-align: start;
            padding: 40px 40px;
            overflow-y: auto;
        }

        .form-error {
            color: #e11c1c;
            font-size: 13px;
            margin-top: 3px;
            display: none;
            transition: display 0.4s;
        }

       .model-container .form-area.error-active input , .model-container .form-area.error-active textarea{
            border-color: #e11c1c;
            transition: border-color 0.4s;
            background-color: #fff0f0;
       }
       .model-container .form-area.error-active input[type="file"]::before{
                background-color: #fff0f0;
       }

       .model-container .form-area label {
            font-size: 12px;
            line-height: 1;
            vertical-align: text-top;
            color: #000;
            user-select: none;
        }
        .model-container .form-area input[type="checkbox"]{
            accent-color: #f73e3e;
        }
        

        .model-container .form-area label a {
            color: #f73e3e;
            text-underline-offset: 2px;
        }

        .share-container svg{
            width: 100%;
            height: 100%;
            fill: transparent;
        }

        .share-container svg path{fill: #fff;}


       @media (max-width:1400px) {

            .model-form {
                padding: 0px 10px;
            }
            .model-container input[type="text"], .model-container input[type="file"], .model-container .button-group .form-button{
                height: 35px;
            }
            .model-container .form-area {
                margin-bottom: 10px;
            }
            .model-container .form-label {
                font-size: 14px;
                margin-bottom: 5px;
            }
            .model-container textarea{
                height: 90px;
            }
            .model-container{
                padding: 20px 20px;
            }
            .model-close {
                top: 10px;
                right: 10px;
            }
          

       }


        @media screen and (max-width:1024px) and (orientation:landscape) {
        
            .rotation-msg{
                display: block;
            }
            body, html {
                overflow: hidden;
                background-color: #333399;
            }
            
        }

        @media screen and (min-width:1025px) and (max-width:1400px){
            h1 {
               font-size: calc(var(--vh, 1vh) * 11);
                 line-height: calc(var(--vh, 1vh) * 10);
               
            }
            .logo-container {
                max-width: 80px;
            }
            h1 span {
                font-size: calc(var(--vh, 1vh) * 5);
            }
            .sub-heading {
                font-size: calc(var(--vh, 1vh) * 3.5);
                max-width: 480px;
            }
            .byline {
                font-size: 15px;
            }
            .nav-button img{
                max-width: 80px;
            }
            .share-container{max-width: 50px;}
            .social-wrapper{right: 25px;}
           
        }

        @media screen and (min-width:768px) and (max-width:1024px){
            .screen.two{
                height: auto;
                padding: 80px 0px;
            }
            .screen.two p{margin: 0px auto;}
            .screen-text p{
                max-width: 560px;
                padding: 20px;
            }
            .container.text-container p{
                font-size: 22px;
                line-height: 37px;
            }
            h1 span {
                    font-size: calc(var(--vh, 1vh) * 4);
            }
        }


        @media screen and (max-width:767px){
            .logo-container {
                max-width: 65px;
            }
            h1 span {
                font-size: 26px;
                line-height: 39px;
            }
            h1 {
                font-size: 62px;
                line-height: 68px;
                max-width: calc(100% - 40px);
            }
            .sub-heading{
               margin: 50px 20px 0px 20px;
                font-size: calc(var(--vh, 1vh) * 3);
                max-width: 100%;
                width: calc(100% - 40px);
            }
            .byline {
                font-size: calc(var(--vh, 1vh) * 2);
                width: 100%;
    text-align: center;    margin-bottom: 7px;
            }
            .byline:not(:first-child) {
                margin-left: 10px;
            }
            .byline:not(:first-child)::before {
                left: -7px;
                content: '';
            }
            .nav-button{
                transform: translate(-50%,0px);
                left: 50%;
            }
            .nav-button img{
               max-width: 70px;
            }
            .video-container video{width: 100%;}
            .screen.text {
                padding: 20px 0px;
            }
            .screen.text p {
                font-size: 20px;
            }
            .video-container{
                margin: 50px 0px 0px 0px;
            }
            .screen-text p{
                max-width: 100%;
                margin: 0px 20px;
                font-size: 18px;
                padding: 20px;
            }
            .share-container
            {
                max-width: 40px;
                top: 10px;
                right: 10px;
            }
            .social-wrapper {
                right: 12px;
                top: 49px;
            }
            .social-wrapper ul li img {
                max-width: 35px;
            }
           
           .social-wrapper ul li:nth-of-type(3) img, .social-wrapper ul li:nth-of-type(2) img  {
                max-width: 32px;
            }
            .by-line-container {
                margin-top: 10%;
            }
            .screen.two{
                height: auto;
                padding: 50px 0px 50px 0px;
            }
            .screen.two p{
                font-size: 20px;
                margin: 0;
            }
            .screen.two::after{
                background-position: top center;
            }
            .container.text-container {
                padding: 30px 0px;
            }

            .model-container{
                padding: 40px 0px 0px 0px;
            }
            .model-form {
                padding: 0px 30px 30px 20px;
            }
        }