*{
    box-sizing: border-box;
}

body{
    margin: 0;padding: 0;
    font-family: 'Noto Sans', sans-serif;
    background-color: #000;
    color: #fff;
   
}
.move-arrow-containet {
    animation: pulse 2s infinite;
    position: absolute;
    left: calc(50% - 320px);
    bottom: 0px;
    z-index: 99;
}
p{margin: 0;}
@-webkit-keyframes pulse {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    50% {
        -webkit-transform: translate(0, 30px);
        transform: translate(0, 20px);
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}
@keyframes pulse {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    50% {
        -webkit-transform: translate(0, 30px);
        transform: translate(0, 20px);
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

.row.padding-both a {
    color: #fff;
    font-size: 22px;
    font-style: italic;
    text-decoration: underline;margin-top: 10px;display: block;
}
.row.padding-both a:hover{text-decoration: underline;}

img{max-width: 100%;}
h1,h2,h3{margin: 0;}
.header {
    height: calc(var(--vh, 1vh) * 100);
    position: relative;
    display: flex;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top right;
}
.header::before {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
    left: 0px;
    background-repeat: round;
}
.header::before{
    content: '';
}
.logo {
    position: fixed;
    z-index: 99;
    left: 16px;
    top: 16px;
    max-width: 80px;
}
.text-container.contains {
    background-size: cover;
}
.bototm-header-panel {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
    color: #fff;
    max-width: 45%;
    padding: 0px 0px 10% 10%;
}
h1 {
    font-size: 3vw;
    line-height: 4vw;
    margin: 0px 0px 0px 0px;
}
.move-arrow-containet svg {
    width: 200px;
    height: 200px;
}
.intro-slide {
    background-size: cover;
    background-position: top right;
    padding: 200px 30px;
    background-repeat: no-repeat;
    height: auto;
    display: flex;
    align-items: center;

}
.image-header-panel {
    position: absolute;
    right: 0px;
    bottom: -calc(var(--vh, 1vh) * 39);
    max-width: 850px;
    z-index: 0;
}
.container {
    max-width: 1270px;
    margin: 0 auto;
}
.intro-slide p {
    font-size: 30px;
    color: #000;
    line-height: 46px;
    margin-bottom: 16px;
    font-weight: 600;
}
.main-slide p {
    font-size: 24px;
    line-height: 39px;
    margin-bottom: 20px;
    color: #000;
}
.row.padding-both p{color: #fff;}
.main-slide h2{
    color: #dfaa72;
    margin: 60px 0px 30px 0px;
   
}
.main-slide h2 img{
    max-width: 200px;
    border-bottom: 2px dashed #fff;
    padding-bottom: 16px;
}
.main-slide h3{
    font-size: 41px;
    color: #dfaa72;
    margin: 120px 0px 20px 0px;
    line-height: 47px;
}
.breakline {
    max-width: 1270px;
    margin: 0 auto;
    padding: 16px 0px 0px 0px;
    width: calc(100% - 240px);
}
.breakline .line{border-top: 2px dashed #fff;
    width: 150px;}

    .tag-line {
        font-size: 30px;
        margin:6% 0px 0px 0px;
    }
    .tag-line a{color: #fff;text-decoration: none;}
    .tag-line span{font-weight: 600;}
    .screen-share-manage .social-wrapper ul{width: 90px;}
    .screen-share-manage .social-wrapper ul li img {
        width: 60px;
    }
   .screen-share-manage .social-wrapper ul li:nth-of-type(2) img{
width: 75px;
    }

    .screen-share-manage  .social-wrapper {
        right: 6px;
        bottom: 75px;
    }

    .main-slide h2, .main-slide h3, .main-slide p{
        max-width: 1270px;
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 240px);
    }
    .image-container {
        margin: 60px 0px;
        text-align: center;
    }


    .mobile-cover {
        max-width: 300px;
        margin: 0 auto;
      
        position: relative;
        object-fit: cover;
    }
    .main-slide {
        padding-bottom: 60px;
    }

    .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;
    }
    .breakline.w-100 .line {
        width: 100%;
        margin-bottom: 50px;
    }
    .breakline.w-100 {
        padding-top: 50px;
    }
    .row.padding-both p span{display: block;
        margin-top: 40px;width: 100%;}
        .row.padding-both p{width: 100%;}
    .row.padding-both {
        margin: auto;
        margin-bottom: 30px;
        justify-content: center;
        max-width: 920px;
    }
    .row.padding-both img {
        max-width: 300px;
        padding-right: 10%;
    }
    .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;
    }

    .crd-button {
        text-decoration: underline;
        text-underline-offset: 5px;
        text-decoration-thickness: 1px;
        text-transform: uppercase;
        margin-bottom: 30px;
        font-size: 16px;
        cursor: pointer;
        margin-left: 30px;
    }
    .creadit-section {
        position: fixed;
        bottom: 0px;
        z-index: 999;
        
        left: 0px;
        right: 0px;
        width: 100%;
        transform: translate(0px, 100%);
        transition: transform 1s;
        
    }
    .creadit-section::before{
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: -1;
        top: 0;
        left: 0px;
        background-repeat: round;
        background-image: url(https://akm-img-a-in.tosshub.com/sites/interactive/immersive/delhi-riots/assest/img/cuting.jpg);
       
    }
    .creadit-section.active{transform: translate(0%, 0%)}
    .crd-inner {
        max-width: 1270px;
        margin: 0 auto;
        padding: 40px;
        color: #fff;
        position: relative;
    }
    .crd-headline {
        font-size: 28px;
        text-transform: uppercase;
        font-weight: 600;
        border-bottom: 1px solid #fff;
        margin: 0px 0px 20px 0px;
        padding: 0px 0px 5px 0px;
    }
    .creadit-section p {
        margin: 0px 0px 8px 0px;
        font-size: 17px;
    }
    .creadit-section p span{font-weight: 600;}
    .close-crd svg {
        width: 25px;
        height: 25px;
        fill: #fff;
    }
    .close-crd {
        position: absolute;
        right: 40px;
        background-color: red;
        width: 45px;
        height: 45px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 100%;
        top: 25px;
        border: 2px solid #fff;
        cursor: pointer;
    }

    .stamps {
        max-width: 300px;
        
    }
    .screen-wrapepr {
        max-width: 100%;
        overflow: hidden;
    }

    .row {
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
    }

    .sub-heading {
        font-size: 2.5vw;
        line-height: 3vw;
        color: #f9d10b;
        margin-bottom: 30px;
    }
    .sub-heading span{display: block;}
    .row.padding-both  p b{display: block;
        font-weight: normal;}

        .text-container {
            background-size: contain;
            padding: 80px 0px;
            background-repeat-y: no-repeat;
        }
        .stamp-container {
            max-width: 250px;
            margin: 0 auto;
            margin-top: -50px;
            margin-bottom: 50px;
        }

    @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:768px){
        .mobile-cover{display: none;}
        .stamps{display: none;}
        .bototm-header-panel .stamps {
            display: block;
        }
    }

    @media screen and (max-width:1300px) and (min-width:1025px){
        .intro-slide{height: auto;
            padding: 200px 30px;}
    }
    

    @media screen and (max-width:1200px) and (min-width:1025px){
        h1{font-size: 3vw;
        line-height: 4vw;}
        
    }

    @media screen and (max-width:1250px) and (min-width:921px){
        .bototm-header-panel{justify-content: center;}
    }

    @media screen and (max-width:1760px) and (min-width:1200px) {
        .image-header-panel{max-width: 680px;bottom: -300px;}
        .logo {
            max-width: 60px;
        }
        .main-slide p {
            font-size: 21px;
            line-height: 31px;
        }
       
        .main-slide h3 {
            font-size: 37px;
            line-height: 42px;
        }
        .stamp-container {
            max-width: 200px;
        }
        .intro-slide p {
            font-size: 26px;
            line-height: 39px;
        }
        .tag-line {
            font-size: 26px;
        }
        .bototm-header-panel{max-width: 40%;}
        h1 {
            font-size: 3vw;
            line-height: 3.6vw;
        }
        .tag-line {
            margin: 12% 0px 0px 0px;
        }
        .move-arrow-containet{
            bottom: 0px;
            left: calc(50% - 100px);
        }
    }

    @media screen and (max-width:1270px){
        .text-container{background-size: cover;}
        .image-header-panel{max-width: 750px;
            bottom: -340px;}

            .intro-slide p{
                font-size: 24px;
    line-height: 43px;
            }
            .main-slide h2, .main-slide h3, .main-slide p{
                max-width: 100%;
    padding: 0px 80px;
            }
            .breakline{padding: 20px 80px 0px 80px;
                width: calc(100% - 240px);}
            .main-slide p{
                font-size: 22px;
    line-height: 34px;
    
            }
            .main-slide h2 img {
                max-width: 170px;
            }
    }

    @media screen and (max-width:1024px){
        
        .image-header-panel{
            max-width: 600px;
            bottom: -260px;
        }
        .header{height: 650px;}
        .intro-slide{padding: 160px 30px;
            height: auto;}
            .main-slide h2, .main-slide h3, .main-slide p{padding: 0px 0px;}
            .stamps{max-width: 160px;
              }
              .sub-heading {
                font-size: 3vw;
                line-height: 4vw;
                padding-left: 20px;
            }
    }

 

    @media screen and (max-width:920px){
        .image-header-panel {
            max-width: 450px;
            bottom: -225px;
        }
        .move-arrow-containet {
            left: calc(50% - 200px);
            bottom: -100px;
        }
        .logo {
            max-width: 70px;
        }
        .intro-slide p {
            font-size: 26px;
            line-height: 38px;
            padding: 0px 70px;
        }
        .intro-slide{    height: auto;
            padding: 160px 20px 200px 20px;}
            .main-slide h2, .main-slide h3, .main-slide p{padding: 0px 90px;width: 100%;}
            h1 {
                font-size: 34px;
                line-height: 46px;
            }
            .header {
                height: 550px;
            }
            .breakline{padding: 20px 90px 0px 90px;
                width: 100%;}
                .main-slide h3 {
                    margin: 80px 0px 20px 0px;
                }
    }

    @media screen and (max-width:1024px) and (min-width:767px) {
        .row.padding-both p{padding: 0px;}
        .row.padding-both .image-container{margin: 0px 0px 0px 0px;}
        .row.padding-both{padding: 0px 30px;align-items: flex-start;
            margin-top: 50px;}
            .main-slide h3 {
                font-size: 41px;
            }
            .bototm-header-panel{max-width: 100%;
                padding: 5%;
                background-color: rgb(0 0 0 / 72%);
                height: auto;}
            h1 {
                font-size: 36px;
    line-height: 46px;
            }
            .sub-heading {
                padding-left: 0;
                margin-bottom: 20px;
                font-size: 30px;
                line-height: 41px;
            }
            .tag-line {
                font-size: 24px;
                margin: 16px 0px 0px 0px;
            }
            .header {
                height: 750px;
                align-items: flex-end;
            }
            .intro-slide {
                background-position: bottom center;
            }
            .move-arrow-containet {
                left: calc(50% - 100px);
            }
    }
    @media screen and (max-width:767px){
        .row.padding-both p .data-bottom {
            display: block;
        }
        .row.padding-both p b{display: inline;}
        .stamp-container {
            max-width: 200px;
            margin-bottom: 20px;
        }
        .row.padding-both img{max-width: 100%;
            margin: 0 auto;
            width: 100%;
            padding-right: 0;}
        .row.padding-both {max-width: 100%;flex-direction: column;margin-bottom: 0;}
        .row.padding-both  p{}
        .image-container.left-imag {width: 100%;
            text-align: center;
            margin: 0px;margin-bottom: 5%;}
        .sub-heading{padding: 0px 40px;;
            font-size: 20px;
            margin: 0px 0px 30px 0px;}
        .sub-heading span{display: inline-block;};
        .stamps{display: none;}
        .bototm-header-panel .stamps{display: none;}
        .stamps.mobile{max-width: 110px;
            top: 0px;
            right: 0px;
            position: absolute;}
        .image-header-panel{
            display: none;
        }
        .header{
            height: calc(var(--vh, 1vh) * 100);
            justify-content: center;
            background-size: contain;
            background-position: top center;
            align-items: flex-end;
            background-size: cover;
        }
        .bototm-header-panel{
            max-width: 100%;
            height: auto;
            padding: 0px 30px 40px 30px;
            justify-content: flex-end;
        }
        h1{
            font-size: 28px;
    padding: 0px 40px;
    line-height: 37px;
        }
        .logo{
            max-width: 55px;
            left: 10px;
            top: 10px;
        }
        .move-arrow-containet {
            bottom: -30px;
            left: calc(50% - 80px);
        }
        .move-arrow-containet svg {
            width: 160px;
            height: 160px;
        }
       .screen-share-manage .share-icon{width: 50px;
        height: 50px;}
        .tag-line {
            font-size: 20px;
    margin: 15px 0px 0px 0px;
    padding: 0px 40px;
        }
        .intro-slide{
            height: auto;
            padding: calc(var(--vh, 1vh) * 15) 65px calc(var(--vh, 1vh) * 5) 65px;
        }
        .intro-slide p{font-size: 24px;padding: 0px 0px;
            line-height: 36px;}
            .screen-share-manage .social-wrapper ul li img{width: 46px;}
            .screen-share-manage .social-wrapper ul li:nth-of-type(2) img{width: 64px;}
            .screen-share-manage .social-wrapper ul {
                width: 65px;
            }
            .screen-share-manage .social-wrapper {
                bottom: 60px;
            }
            .main-slide h2 img {
                max-width: 150px;
            }
            .main-slide h2, .main-slide h3, .main-slide p{padding: 0px 70px;}
            .crd-inner{
                padding: 20px;
    max-width: 100%;
            }
            .breakline{padding: 20px 70px 0px 70px;}
            .crd-headline{
                font-size: 24px;
            }
            .creadit-section p {
                margin: 0px 0px 8px 0px;
                font-size: 16px;
            }
            .close-crd svg {
                width: 20px;
                height: 20px;
            }
            .close-crd{
                width: 35px;
    height: 35px;
    top: 15px;
    right: 15px;
            }
            .image-container {
                margin: 20px 0px;
            }
            .crd-button{margin-top: 50px;}
    }

    @media screen and (max-width:553px){
     h1, .tag-line , .sub-heading{padding: 0px;}   
     .intro-slide {
        height: auto;
        padding: calc(var(--vh, 1vh) * 15) 30px calc(var(--vh, 1vh) * 15) 30px;
    }
    .main-slide h2, .main-slide h3, .main-slide p {
        padding: 0px 30px;
    }
    }

    @media screen and (max-width:480px){
        .mobile-cover{max-width: 250px;}
        h1 {
            font-size: 26px;
    line-height: 39px;
        }
        .intro-slide p {
            font-size: 21px;
    line-height: 34px;
        }
        .main-slide h2 img {
            max-width: 120px;
        }
        .main-slide p {
            font-size: 19px;
            line-height: 31px;
        }
        .main-slide h3 {
            font-size: 30px;
    margin: 20px 0px;
    line-height: 33px;
    padding-top: 50px;

        }
        .move-arrow-containet svg {
            width: 140px;
            height: 140px;
        }
        .move-arrow-containet {
            left: calc(50% - 70px);
        }
        .main-slide{padding-bottom: 0px;}
        .breakline{padding: 20px 30px 0px 30px;}

    }

    @media screen and (max-width:380px){
        .bototm-header-panel {
            padding: 0px 30px 50px 30px;
        }
        h1 {
            font-size: 20px;
            line-height: 27px;
        }
        .tag-line {
            font-size: 15px;
        }
        .move-arrow-containet {
            bottom: -35px;
        }
        .move-arrow-containet svg {
            width: 120px;
            height: 120px;
        }
        .move-arrow-containet {
            left: calc(50% - 60px);
            
        }
        .screen-share-manage .share-icon {
            width: 40px;
            height: 40px;
            bottom: 10px;
            right: 10px;
        }
        .screen-share-manage .social-wrapper ul {
            width: 60px;
        }
        .screen-share-manage .social-wrapper ul li img {
            width: 40px;
        }
        .screen-share-manage .social-wrapper {
            bottom: 45px;
            right: -1px;
        }

    }