body{
    margin: 0;
    font-family: "Noto Sans", sans-serif;
}
:root{
    --animation-speed:15s;
    --max-width:690px;
    --max-Height:718px;
}
*{
    box-sizing: border-box;
}

ul{margin: 0;padding: 0;}
li{list-style: none;}

.share-click {
    max-width: 45px;
    max-height: 45px;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 9;
    cursor: pointer;
}
.share-click svg{width: 100%;height: 100%;}
img{max-width: 100%;}

.share-click svg{fill:transparent}
.share-click svg g{fill:#fff}


.main-intractive {
    max-width: var(--max-width);
    height: var(--max-Height);
    margin: 0 auto;
    position: relative;
    background-color: #7c0408;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
    display: flex;
    justify-content: center;
    flex-wrap: wrap
}

.logo-container {
    max-width: 80px;
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 9;
}

.logo-text {
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    font-style: italic;
    line-height: 31px;
    text-align: center;
    max-width: 350px;
    margin: 0 auto;
    transition: transform 1s;
    padding-top: 10px;
}
.logo-text span{display: block;}

.main-text-width-logo {
    margin: 20px 0px 0px 0px;
    height: 70px;
    overflow: hidden;
    z-index: 1;
    position: relative;
}
.main-text-width-logo .center-logo {
    max-width: 230px;
    margin: 0 auto;
    transition: transform 1s;
    margin-top: 10px;
}
.main-text-width-logo.link-remove .active-transform {  transform: translate(0%, -50%);}

.active-transform {
    transition: transform 1s;
}


.main-container {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.main-container::before{
    content: '';
    position: absolute;
    top: -10%;
    width: 500px;
    height: 500px;
    background-color: rgb(197 16 23);
    z-index: 0;
    border-radius: 100%;
    transform: translate(-50%, 0%);
    left: 50%;
}

.telivison-container {
    width: 100%;
    height: 350px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center top;
    position: relative;
    margin: 20px auto 20px auto;
    max-width: 550px;
    overflow: hidden;
    transition: all 1s;
    z-index: 1;
}

.telivison-container::before{
    content: '';
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center top;
    position: absolute;
    height: 275px;
    width: 100%;
    z-index: 0;
    top: 0;
}

.telivison-container::after{
    content: '';
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center top;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    z-index: 1;
}


.bottom-buttons-group ul li{
    background-repeat: no-repeat;
    background-size: contain;
    width: calc(20% - 10px);
    text-align: center;
    height: 60px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 10px;
    background-position: center bottom;
    padding: 14px 0px 0px 0px;
    font-size: 17px;
    cursor: pointer;
    color: rgb(92 50 8);
    text-shadow: 0px 1px 0px #fff;
    
}

.bottom-buttons-group ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0px 10px;
}

.bottom-buttons-group {
    padding: 0px 20px;
    min-height: 200px;
    position: relative;
    height: auto;
}

.bottom-buttons-group ul li.active {
    padding: 15px 0px 0px 0px;
    color: #fff;
    text-shadow: 0px 1px 0px #000;
}

.start-slide {
    height: 50%;
    background-size: 150px;
    background-repeat: no-repeat;
    background-position-x: 95px;
    background-position-y: 30px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    flex-wrap: wrap;
    padding-right: 130px;
    padding-bottom: 45px;
}
.small-logo-company {
    max-width: 70px;
}
.start-slide-logo-area {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.slide-logo-2 {
    max-width: 150px;
    margin-top: 5px;
}

.social-wrapper ul li img {
    max-width: 40px;
    cursor: pointer;
}

.social-wrapper ul li:nth-child(2) img, .social-wrapper ul li:nth-child(3) img{
    max-width: 35px;
    margin-bottom: 5px;
}

.social-wrapper ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 60px;
}

.social-wrapper {
    position: absolute;
    right: 12px;
    top: 50px;
    z-index: 9;
    display: none;
}

.social-wrapper.active{display: block;}
.logo-container a {
    display: block;
}
.data-container-slide {
    height: 50%;
    width: 100%;
    padding: 40px 100px 30px 100px;
}
.slide-manage {
    height: 200%;
    position: relative;
    transition: transform 1s;
}
.slide-manage.active{transform: translate(0px, -50%);}
.head-text {
    color: rgb(119 35 3);
    text-transform: uppercase;
    font-weight: 700;
    font-size: 34px;
    font-style: italic;
    border-left: 2px solid #000;
    padding: 0px 0px 0px 10px;
}
.head-row {
    display: flex;
    align-items: center;
    justify-content: center;
}

.tv-text-container {
    margin: 20px 0px 0px 0px;
    overflow: hidden;
}

.tv-text {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    position: relative;
}

.slide-upper-container {
    height: 100%;
    margin: 20px 0px 0px 0px;
    overflow: hidden;
    max-height: 250px;
    position: relative;
}
.marquee-text-back {
    position: absolute;
    top: calc(100% + 15px);
    width: 100%;
    left: 0;
    display: none;
}

.slide-upper-container.isloader-active::after{
    content: 'डेटा लोड हो रहा है...';
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    background-color: #b9060a;
    z-index: 3;
    color: #fff;
    font-size: 12px;
    padding: 5px 15px;
    border-radius: 4px;
}

.slide-upper-container.isloader-active::before{
    content: '';
    background-color: rgb(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 1;
    max-width: 400px;
    transform: translate(-50%, 0%);
    left: 50%;
}

@keyframes marqueeMove {
   0%{
    transform: translate(0px,50%);
   }
   100%{
    transform: translate(0%,-100%);
   }
}

.tv-text.marquee-active{
    animation: marqueeMove var(--animation-speed) linear infinite;
}

.button-loader {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 50%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: rgb(0, 0, 0, 0.7);
    z-index: 20;
    max-width: var(--max-width);
    max-height: var(--max-Height);
    transform: translate(-50%, 0%);
}

.button-inner-loader {
    background-color: #b9060a;
    color: #fff;
    padding: 10px 20px;
    border-radius: 4px;
    letter-spacing: 1px;
    font-size: 14px;
}

.head-logo {
    width: 55px;
    height: 55px;
    padding-right: 10px;
    display: flex;
}

.rotation-msg {
    display: none;
    background-color: #339;
    position: absolute;
    z-index: 999;
    width: 100%;
    height: 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 24px/28px 'Open Sans', sans-serif;
    color: #fff;
    margin-bottom: 10px;
    width: 100%;
    text-align: center;
    margin-top: 20px;
    font-family: comic-panel;
    font-weight: 400
}

.rm-txt p {
    font: 400 15px/20px 'Open Sans', lato-regular;
    color: #fff
}


/* responsive start  */

@media screen and (max-width: 660px) and (orientation:landscape) {
    .rotation-msg {
        display: block
    }

    body,
    html {
        overflow: hidden !important;
        background-color: #339
    }
}

@media screen and (max-width:660px){
    .main-intractive{
        position: initial;
    }
    .logo-container {
        max-width: 70px;
        top: 15px;
        left: 15px;
    }
    .main-text-width-logo {
        margin: 50px 0px 0px 0px;
        height: 50px;
    }
    .logo-text {
        font-size: 21px;
        line-height: 26px;
        padding-top: 0;
    }
    .telivison-container {
        max-width: 320px;
        height: 220px;
    }
    .telivison-container::before {
        height: 175px;
    }
    .bottom-buttons-group ul li {
        width: calc(33.33% - 10px);
        padding: 20px 0px 0px 0px;
        font-size: 15px;
        margin-bottom: 0px;
    }
    .start-slide {
        background-size: 96px;
        background-position-x: 45px;
        background-position-y: 12px;
        padding-right: 86px;
        padding-bottom: 9%;
    }
    .slide-logo-2 {
        max-width: 80px;
    }
    .small-logo-company {
        max-width: 50px;
    }
    .main-text-width-logo .center-logo {
        max-width: 150px;
    }
    .data-container-slide {
        padding: 15px 45px 85px 45px;
    }
    .head-text {
        font-size: 18px;
        padding: 0px 0px 0px 5px;
    }
    .head-logo {
        width: 40px;
        height: auto;
    }
    .tv-text-container {
        margin: 5px 0px 0px 0px;
    }
    .tv-text {
        font-size: 16px;
        line-height: 22px;
    }
    .slide-upper-container {
        max-height: 150px;
    }
    .bottom-buttons-group ul li.active {
        padding: 23px 0px 0px 0px;
    }
    .slide-upper-container.isloader-active::before {
        max-width: 260px;
    }
    .slide-upper-container.isloader-active::after {
        font-size: 10px;
    }
    .main-container::before{
        width: 320px;
        height: 320px;
        top: -2%;
    }
    .intractive-body {
        background-color: #7c0408;
        position: relative;
        height: 100vh;
        --max-width:360px;
    }
    .button-inner-loader {
        padding: 5px 20px;
        font-size: 12px;
    }
    .button-loader{
        max-width: 100%;
        max-height: 100%;
    }
}

@media screen and (max-width:400px){
    .logo-container {
        max-width: 60px;
        top: 10px;
        left: 10px;
    }
    .share-click {
        max-width: 40px;
        right: 5px;
        top: 5px;
    }
    .main-text-width-logo {
        margin: 30px 0px 0px 0px;
        height: 50px;
    }
    .social-wrapper ul li img {
        max-width: 35px;
    }
    .social-wrapper ul li:nth-child(2) img, .social-wrapper ul li:nth-child(3) img {
        max-width: 30px;
        margin-bottom: 3px;
    }
    .social-wrapper {
        right: 7px;
        top: 43px;
    }

}

